/**
 * style.less
 * 层叠样式表
 */
.ff {
    font-family: 'iconfont' !important;
}

@font-face {
    font-family: 'Oswald';
    font-weight: bold;
    font-style: normal;

    src: url('../fonts/Oswald-Bold.eot');
    src: local('Oswald Bold'), local('Oswald-Bold'), url('../fonts/Oswald-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Oswald-Bold.woff2') format('woff2'), url('../fonts/Oswald-Bold.woff') format('woff'), url('../fonts/Oswald-Bold.ttf') format('truetype'), url('../fonts/Oswald-Bold.svg#Oswald-Bold') format('svg');
    font-display: swap;
}

body {
    font-family: Arial, 'Helvetica Neue', Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
    font-size: 14px;
    font-weight: normal;

    color: #333;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-arrow {
    line-height: 70px;

    position: absolute;
    z-index: 9;
    z-index: 8;
    top: 50%;
    left: 3%;

    overflow: hidden;

    width: 46px;
    height: 70px;
    padding: 0;

    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    color: #fff;
    border: none;
    outline: none;
    background: none;
    background-color: rgba(0, 0, 0, .2);
}

@media (max-width: 1199px) {
    .slick-arrow {
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}

.slick-arrow:before {
    font-family: 'iconfont' !important;
    font-size: 20px;

    content: '\eb60';
}

.slick-arrow.slick-next {
    right: 3%;
    left: auto;
}

.slick-arrow.slick-next:before {
    right: 0;
    left: auto;

    content: '\e625';
}

.slick-arrow:hover {
    color: #fff;
    background-color: rgba(0, 146, 224, .8);
}

.header {
    position: fixed;
    z-index: 10;
    top: 0;

    width: 100%;
    height: 190px;

    -webkit-transition: all .4s;
    transition: all .4s;
}

@media (max-width: 1199px) {
    .header {
        height: 100px;
    }
}

.header .header-top {
    -webkit-transition: all .4s;
    transition: all .4s;

    background-color: #fff;
}

.header .header-top #google_translate_element {
    float: right;

    margin-top: 7px;
    margin-left: 10px;
}

@media (max-width: 991px) {
    .header .header-top #google_translate_element {
        display: none !important;
    }
}

.header .header-top #google_translate_element .goog-te-gadget-simple {
    border: none;
}

.header .header-top p {
    font-family: 'Oswald', Arial;
    font-size: 18px;
    line-height: 40px;

    position: relative;

    display: inline-block;

    margin: 0;
    padding-left: 30px;

    text-transform: uppercase;
}

@media (max-width: 767px) {
    .header .header-top p {
        display: none;
    }
}

.header .header-top p:before {
    font-family: 'iconfont' !important;
    font-size: 24px;
    font-weight: bold;

    position: absolute;
    top: 0;
    left: 0;

    content: '\ec2f';
}

.header .header-top .share {
    display: inline-block;
    float: right;

    margin-top: 9px;
    margin-right: 30px;
}

@media (max-width: 991px) {
    .header .header-top .share {
        margin-right: 10px;
    }
}

.header .header-top .share ul {
    font-size: 0;

    display: inline-block;
}

.header .header-top .share ul li {
    display: inline-block;

    padding: 0 5px;
}

.header .header-top .share ul li a {
    font-size: 14px;
    line-height: 22px;

    display: block;

    width: 22px;
    height: 22px;

    -webkit-transition: all .5s;
    transition: all .5s;
    text-align: center;

    border: 1px solid #333;
}

.header .header-top .share ul li a:before {
    font-family: 'iconfont';
    font-weight: normal;

    display: inline-block;

    content: '\e6d9';
    text-align: center;
    vertical-align: top;

    border-radius: 4px;
}

.header .header-top .share ul li.twitter a:before {
    content: '\e60b';
}

.header .header-top .share ul li.linkedin a:before {
    content: '\e6f0';
}

.header .header-top .share ul li.instagram a:before {
    content: '\e6b6';
}

.header .header-top .share ul li.youtube a:before {
    content: '\e618';
}

.header .header-top .share ul li.google a:before {
    content: '\e645';
}

.header .header-top .share ul li.amazon a:before {
    content: '\e6c1';
}

.header .header-top .share ul li:hover a {
    color: #fff;
    background-color: #38457e;
}

.header .header-top .language {
    display: inline-block;
    float: right;
}

.header .header-top .language a {
    line-height: 40px;

    display: block;
}

.header .header-top .language a:before {
    font-family: 'iconfont' !important;
    font-size: 18px;

    float: left;

    margin-right: 6px;

    content: '\e658';
}

.header .header-top .language a:hover {
    color: #0092e0;
}

.header .cart {
    line-height: 150px;

    display: inline-block;
    float: right;

    margin-left: 20px;

    -webkit-transition: all .4s;
    transition: all .4s;

    color: #fff;
}

@media (max-width: 1470px) {
    .header .cart {
        margin-left: 14px;
    }
}

@media (max-width: 1199px) {
    .header .cart {
        line-height: 60px;

        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    .header .cart {
        position: relative;

        margin-left: 0;
    }
}

.header .cart a {
    font-size: 16px;
    font-weight: bold;
}

@media (max-width: 1470px) {
    .header .cart a {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .header .cart a {
        font-size: 0;
    }

    .header .cart a span {
        font-size: 14px;

        position: absolute;
        top: 0;
        right: 0;
    }
}

.header .cart a:before {
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-weight: normal;

    margin-right: 10px;

    content: '\e600';
}

.header .logo {
    display: inline-block;

    height: 70px;
    margin-top: 40px;

    -webkit-transition: all .4s;
    transition: all .4s;
}

@media (max-width: 1199px) {
    .header .logo {
        height: 40px;
        margin-top: 10px;
    }
}

.header .logo img {
    height: 100%;
}

.header .nav-collapse {
    position: relative;

    display: none;
    float: right;

    width: 20px;
    height: 40px;
    padding: 0;

    cursor: pointer;

    background: none;
}

@media (max-width: 1199px) {
    .header .nav-collapse {
        display: inline-block;
        float: right;

        margin-top: 10px;
        margin-right: 0;
    }

    .header .nav-collapse.nav-collapse-1 {
        position: absolute;
        z-index: 9999;
        top: 10px;
        right: 20px;

        display: block;

        margin-top: 8px;

        border: none;
    }

    .header .nav-collapse.nav-collapse-1 .btn-line {
        background-color: #fff !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header .nav-collapse.nav-collapse-xs:hover .btn-line {
        background-color: #000;
    }
}

.header .nav-collapse .btn-line {
    position: absolute;
    left: 50%;

    width: 20px;
    height: 2px;

    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    background-color: #fff;
}

.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1) {
    position: absolute;

    display: block;

    width: 20px;
    height: 2px;

    content: '';
    -webkit-transition: all .5s ease;
    transition: all .5s ease;

    background-color: #fff;
}

.header .nav-collapse .btn-line:nth-child(1) {
    top: 35%;
}

.header .nav-collapse .btn-line:nth-child(2) {
    top: 50%;
}

.header .nav-collapse .btn-line:nth-child(3) {
    top: 65%;
}

.header .nav-collapse.active {
    border-color: transparent;
}

.header .nav-collapse.active .btn-line {
    background-color: #fff;
}

.header .nav-collapse.active .btn-line:nth-child(2) {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);

    opacity: 0;
}

.header .nav-collapse.active .btn-line:nth-child(1) {
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotateZ(45deg);
}

.header .nav-collapse.active .btn-line:nth-child(3) {
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotateZ(-45deg);
}

@media (min-width: 1200px) {
    .header .nav {
        display: inline-block;
        float: right;

        -webkit-transition: all .4s;
        transition: all .4s;
    }

    .header .nav a:hover {
        color: #0092e0;
    }
}

@media (max-width: 1199px) {
    .header .nav {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

        width: 100%;
        height: 100%;
        padding: 0 26px;

        -webkit-transition: left .3s;
        transition: left .3s;
        text-align: left;
        text-align: center;

        background: #fafafa;
        background-color: rgba(51, 51, 51, .9);
    }

    .header .nav .tbl {
        display: table;

        width: 100%;
        height: 100%;
    }

    .header .nav .tbl-cell {
        display: table-cell;

        height: 100%;

        vertical-align: middle;
    }
}

@media (max-width: 767px) {
    .header .nav {
        width: 100%;
        padding: 30px 15px;
    }
}

.header .nav.left-100 {
    left: -100%;
}

.header .nav.left-200 {
    left: -200%;
}

@media (min-width: 1200px) {
    .header .nav .nav-list1 li a {
        white-space: nowrap;
    }

    .header .nav .nav-list1>li {
        position: relative;

        display: inline-block;

        vertical-align: top;
        margin: 55px 0;
    }

    .header .nav .nav-list1>li>a {
        font-family: 'Oswald', Arial;
        font-size: 16px;
        font-weight: normal;
        line-height: 40px;

        position: relative;

        display: inline-block;
        overflow: hidden;

        padding: 0 10px;

        -webkit-transition: all .4s;
        transition: all .4s;
        vertical-align: middle;
        text-transform: uppercase;
        bordewr-radius: 4px;
        color: #fff;
    }

    .header .nav .nav-list1>li:hover>a,
    .header .nav .nav-list1>li.active>a {
        font-weight: bold;
        background: #00324d;
    }

    .header .nav .nav-list1>li:hover>a:after,
    .header .nav .nav-list1>li.active>a:after {
        border-color: #0092e0 transparent transparent transparent;
    }

    .header .nav .nav-list1 .nav-list2 {
        position: absolute;
        z-index: 50;
        top: 100%;

        display: none;

        min-width: 100%;
        padding: 0 0;

        text-align: center;
        text-align: left;

        color: #ccc;
        background-color: rgba(0, 0, 0, .8);
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }

    .header .nav .nav-list1 .nav-list2 li {
        position: relative;

        display: block;

        list-style: none;
    }

    .header .nav .nav-list1 .nav-list2 li a {
        font-size: 14px;
        line-height: 30px;

        display: block;

        padding: 6px 30px;
    }

    .header .nav .nav-list1 .nav-list2 li a:hover {
        color: #fff;
        background-color: #00324d;
    }
}

@media (min-width: 1200px) and (max-width: 1470px) {
    .header .nav .nav-list1>li>a {
        padding: 0 20px;
    }
}

@media (max-width: 1199px) {
    .header .nav .nav-list1 {
        margin: 20px 0;

        opacity: 0;
    }

    .header .nav .nav-list1>li {
        -webkit-transform: translateX(-25px);
        -ms-transform: translateX(-25px);
        transform: translateX(-25px);

        opacity: 0;
    }

    .header .nav .nav-list1>a {
        font-size: 20px;

        color: #fff;
    }
}

.header .nav .nav-list2 {
    display: none;
}

.header .nav .nav-list3 {
    position: absolute;
    top: 0;
    left: 100%;

    display: none;

    padding: 20px 0;

    background-color: rgba(0, 0, 0, .8);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

@media (max-width: 1199px) {
    .header .nav .nav-list3 a {
        line-height: 30px;

        padding: 0 10px;
    }

    .header .nav .nav-list3 a:before {
        margin-right: 4px;

        content: '-';
    }

    .header .nav .nav-list3 .nav-list4 a {
        display: inline-block;

        padding: 0 4px;

        opacity: .6;
    }

    .header .nav .nav-list3 .nav-list4 a:before {
        content: '·';
    }
}

.header .nav-2,
.header .nav-3 {
    display: none;
}

@media (max-width: 1199px) {

    .header .nav-2,
    .header .nav-3 {
        position: absolute;
        z-index: 9999;
        top: 0;

        display: block;
        overflow: hidden;

        width: 100%;
        height: 100%;
        padding: 20px;

        -webkit-transition: left .3s;
        transition: left .3s;
        text-align: left;
        text-align: center;

        color: #fff;
        background: #fafafa;
        background-color: rgba(51, 51, 51, .9);
    }

    .header .nav-2 .img-box,
    .header .nav-3 .img-box {
        display: none;
    }

    .header .nav-2 .item,
    .header .nav-3 .item {
        display: block;
    }

    .header .nav-2 .item p,
    .header .nav-3 .item p {
        font-size: 16px;

        position: relative;
        top: 0;

        display: block;

        margin: 0;
        padding: 0;

        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);

        color: #fff;
    }
}

.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before {
    font-family: 'iconfont';
    font-size: 26px;

    content: '\e9b5';
}

.header .nav-2 .nav-top .nav-title,
.header .nav-3 .nav-top .nav-title {
    font-size: 24px;
    line-height: 36px;

    margin: 0;

    text-transform: uppercase;
}

@media (max-width: 767px) {

    .header .nav-2 .nav-top .nav-title,
    .header .nav-3 .nav-top .nav-title {
        font-size: 18px;

        width: 100%;
    }
}

.header .nav-2 .nav-top .nav-collapse-2,
.header .nav-3 .nav-top .nav-collapse-2 {
    margin: 0;
}

.header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav-3 .nav-top .nav-collapse-2 .btn-line {
    background-color: #fff;
}

.header .nav-2 .content,
.header .nav-3 .content {
    overflow: auto;

    height: 80%;
    margin-top: 12%;
}

.header .nav-2 .content ul,
.header .nav-3 .content ul {
    margin: 0;
    padding: 0;
}

@media (max-width: 767px) {}

.header .nav-2 .content ul li,
.header .nav-3 .content ul li {
    line-height: 30px;

    clear: both;

    margin: 25px 0;

    text-align: left;
}

@media (max-width: 767px) {

    .header .nav-2 .content ul li,
    .header .nav-3 .content ul li {
        margin: 0;
    }
}

.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more {
    position: relative;
}

.header .nav-2 .content ul li.more:after,
.header .nav-3 .content ul li.more:after {
    font-family: 'iconfont' !important;
    font-size: 16px;

    position: absolute;
    top: 50%;
    right: 0;

    content: '\e72f';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    color: #fff;
}

.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a {
    font-size: 16px;
    line-height: 2.2;

    display: block;
}

.header .nav-2 {
    left: 100%;
}

.header .nav-3 {
    left: 200%;
}

.header .nav-3 .content ul li {
    font-size: 15px;
}

.header .fade-out ul {
    text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .header .fade-out ul {
        padding: 0 5%;
    }
}

@media (max-width: 1199px) {
    .header .fade-out ul .pic {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .header .fade-out ul.nav-list1 {
        opacity: 1;
    }

    .header .fade-out ul.nav-list1 a {
        color: #fff;
    }

    .header .fade-out ul.nav-list1>li {
        position: relative;

        margin: 20px 0;
    }

    .header .fade-out ul.nav-list1>li.act {
        -webkit-transition: all .4s;
        transition: all .4s;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);

        opacity: 1;
    }

    .header .fade-out ul.nav-list1>li.more:after {
        font-family: 'iconfont';
        font-size: 18px;

        position: absolute;
        top: 50%;
        right: 0;

        margin-top: -14px;

        content: '\e72f';

        color: #fff;
    }

    .header .fade-out ul.nav-list1>li>a {
        font-size: 16px;
        line-height: 2.5;

        display: block;

        text-transform: uppercase;
    }

    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 20px;
    }
}

@media (max-width: 1199px) and (max-width: 767px) {
    .header .fade-out ul.nav-list1>li {
        margin: 0;
    }
}

@media (max-width: 1199px) and (max-height: 768px) {
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 18px;
    }
}

@media (max-width: 1199px) and (max-width: 480px) {
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 14px;
    }
}

.header .fade-out ul.nav2-list2 h4 {
    font-size: 20px;
    line-height: 50px;
}

.header .search-box {
    line-height: 32px;

    position: absolute;
    z-index: 2;
    top: 80%;
    right: 0;

    display: none;

    width: 250px;
}

.header .search-box .hbg {
    position: relative;
}

.header .search-box input {
    font-size: 14px;

    width: 100%;
    padding: 5px 40px 5px 10px;

    color: #666;
    border: 5px solid rgba(0, 50, 77, .5);
}

.header .search-box .input-submit {
    font-size: 20px;
    line-height: 42px;

    position: absolute;
    top: 5px;
    right: 5px;

    width: 40px;
    height: 42px;
    padding: 0;

    -webkit-transition: all .2s;
    transition: all .2s;

    background: none;
}

.header .search-box .input-submit:after {
    font-family: 'iconfont' !important;

    content: '\e660';
}

.header .search-box .input-submit:hover {
    color: #fff;
    background-color: #00324d;
}

.header .find {
    font-size: 24px;
    line-height: 150px;

    position: relative;

    display: inline-block;
    float: right;

    margin-left: 20px;
    padding: 0;

    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;

    color: #fff;
}

@media (max-width: 1199px) {
    .header .find {
        line-height: 60px;

        margin: 0 10px 0 0;
    }
}

.header .find:before {
    margin-right: 6px;

    content: '|';
}

.header .find:after {
    font-family: 'iconfont';

    display: inline-block;

    content: '\e660';
    vertical-align: middle;
}

.header .find:hover {
    color: #0092e0;
}

.header .find:hover:before {
    color: #0092e0;
}

.header .back-btn {
    position: absolute;
    left: 15px;
}

.header.fixed-header {
    height: 80px;

    background-color: rgba(0, 0, 0, .8);
}

@media (max-width: 1199px) {
    .header.fixed-header {
        height: 60px;
    }
}

.header.fixed-header .header-top {
    overflow: hidden;

    height: 0;
}

.header.fixed-header .logo {
    height: 60px;
    margin-top: 10px;
}

@media (max-width: 1199px) {
    .header.fixed-header .logo {
        height: 40px;
    }
}

@media (min-width: 1200px) {
    .header.fixed-header .nav .nav-list1>li {
        margin: 20px 0;
    }

    .header.fixed-header .nav .nav-list1>li>a {}
}

.header.fixed-header .language a {
    margin-top: 23px;
}

@media (max-width: 1199px) {
    .header.fixed-header .language a {
        margin-top: 13px;
    }
}

.header.fixed-header .find {
    line-height: 80px;
}

@media (max-width: 1199px) {
    .header.fixed-header .find {
        line-height: 60px;
    }
}

.header.fixed-header .cart {
    line-height: 80px;
}

@media (max-width: 1199px) {
    .header.fixed-header .cart {
        line-height: 60px;
    }
}

.header-in {
    background-color: #fff;
}

.header-in .header-top,
.header-in .header-nav {
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

@media (min-width: 1200px) {
    .header-in .nav .nav-list1>li>a {
        color: #333;
    }

    .header-in .nav .nav-list1>li.active>a {
        color: #0092e0;
    }
}

.header-in .cart {
    color: #333;
}

.header-in .find {
    color: #333;
}

.header-in.fixed-header {
    background-color: #fff;
}

.header-in .nav-collapse .btn-line:nth-child(3),
.header-in .nav-collapse .btn-line:nth-child(1),
.header-in .nav-collapse .btn-line {
    background-color: #666;
}

.online-wrap .btn {
    line-height: 36px;

    position: fixed;
    z-index: 8;
    right: 0;
    bottom: 100px;

    width: 40px;
    height: 40px;
    padding: 0;

    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    text-align: center;

    border-radius: 0;
    outline: none;
    background-color: rgba(0, 146, 224, .8);
}

@media (min-width: 992px) {
    .online-wrap .btn {
        display: none;
    }
}

.online-wrap .btn:before {
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

    content: '\e6d2';
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;

    color: #fff;
}

.online-wrap .btn.active:before {
    -webkit-transform: rotateZ(225deg);
    -ms-transform: rotate(225deg);
    transform: rotateZ(225deg);
}

.online-wrap .code-pic {
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 180px;

    display: none;

    max-width: 120px;
}

.online-wrap .code-pic .pic-box {
    padding: 5px;

    background-color: #fff;
}

.online-wrap .code-pic img {
    display: block;

    max-width: 100%;
}

.online-wrap .online {
    position: fixed;
    z-index: 9;
    top: 50%;
    right: 0;

    -webkit-transition: right .3s;
    transition: right .3s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;

    /* border: 1px solid #e1e1e1; */
}

@media (max-width: 991px) {
    .online-wrap .online {
        top: auto;
        right: -60px;
        bottom: 150px;

        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }

    .online-wrap .online.active {
        right: 0;
    }
}

.online-wrap .online a {
    line-height: 48px;

    position: relative;

    display: block;

    width: 48px;
    height: 48px;
    padding: 0;

    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
    color: #ffffff;
    margin-bottom: 2px;
    border-radius: 2px;

    background-color: rgba(0, 146, 224, .9);
}

.online-wrap .online a:before {
    font-size: 22px;

    color: #fff;
}

@media (min-width: 992px) {
    .online-wrap .online a:hover {
        background-color: #00324d;
    }

    .online-wrap .online a:hover:before {
        color: #fff;
    }
}

@media (max-width: 767px) {
    .online-wrap .online a {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }

    .online-wrap .online a:before {
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    .online-wrap .online .icon-phone:hover .phone-num {
        right: 100%;
    }
}

.online-wrap .online .icon-phone .phone-num {
    position: absolute;
    z-index: -1;
    top: 0;
    right: -300px;

    padding-right: 5px;

    -webkit-transition: right .3s;
    transition: right .3s;
    white-space: nowrap;
}

.online-wrap .online .icon-phone .phone-num p {
    margin: 0;
    padding: 0 10px;

    color: #fff;
    background-color: #00324d;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}

.online-wrap .online .code:before {
    font-size: 24px;
}

@media (max-width: 767px) {
    .online-wrap .online .code:before {
        font-size: 22px;
    }
}

.online-wrap .online .code .mask {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;

    display: none;

    width: 130px;
    height: 130px;
    padding-right: 5px;
}

.online-wrap .online .code .mask .mask-box {
    border: 1px solid #e5e5e5;
    background-color: #fff;
}

.online-wrap .online .code .mask img {
    display: block;

    width: 100%;
}

.online-wrap .online .code .mask p {
    font-size: 13px;
    line-height: 16px;

    margin: 5px 0 8px 0;

    color: #888;
}

.online-wrap .online a.code:hover .mask {
    display: block;
}

.online-wrap .online .sale {
    width: 158px;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .online-wrap .online .sale {
        width: 50px;
    }
}

.online-wrap .online .sale a {
    width: 158px;
    height: 162px;

    background: none;
}

@media (max-width: 991px) {
    .online-wrap .online .sale a {
        width: 50px;
        height: 50px;
    }
}

.online-wrap .online .sale img {
    max-width: 100%;
}

.online-wrap .icon-qq:before {
    font-family: 'iconfont' !important;

    content: '\e62d';
}

.online-wrap .icon-weixin:before {
    font-family: 'iconfont' !important;

    content: '\e604';
}

.online-wrap .icon-message:before {
    font-family: 'iconfont' !important;

    content: '\e655';
}

.online-wrap .icon-email:before {
    font-family: 'iconfont' !important;

    content: '\e6a4';
}

.online-wrap .icon-skype:before {
    font-family: 'iconfont' !important;

    content: '\e616';
}

.online-wrap .icon-whatsapp:before {
    font-family: 'iconfont' !important;

    content: '\e621';
}

.online-wrap .icon-phone:before {
    font-family: 'iconfont' !important;

    content: '\e61c';
}

.online-wrap .icon-erweima:before {
    font-family: 'iconfont' !important;

    content: '\e745';
}

.online-wrap .icon-facebook:before {
    font-family: 'iconfont' !important;

    content: '\e71a';
}

.online-wrap .icon-instagram:before {
    font-family: 'iconfont' !important;

    content: '\e666';
}

.online-wrap .icon-arrow-top:before {
    font-family: 'iconfont' !important;

    content: '\e61a';
}

.chat-online {
    position: fixed;
    z-index: 8;
    right: 0;
    bottom: 0;
}

@media (max-width: 991px) {
    .chat-online {
        bottom: 55px;
    }
}

.chat-online a {
    font-size: 15px;
    font-weight: bold;
    line-height: 60px;

    display: inline-block;

    padding: 0 20px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #fff;
    border-radius: 30px;
    background-color: #0092e0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

@media (max-width: 991px) {
    .chat-online a {
        line-height: 40px;
    }
}

.chat-online a:hover {
    background-color: #00324d;
}

.xs-online {
    position: fixed;
    z-index: 9;
    bottom: 0;
    left: 0;

    display: none;

    width: 100%;

    background-color: #0092e0;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}

@media (max-width: 991px) {
    .xs-online {
        display: block !important;
    }
}

.xs-online ul {
    overflow: hidden;

    margin: 0;
    padding: 0;

    text-align: center;

    color: #fff;
}

.xs-online ul li {
    float: left;

    width: 20%;

    list-style: none;

    border-right: 1px solid rgba(0, 50, 77, .6);
    border-left: 1px solid rgba(255, 255, 255, .6);
}

.xs-online ul li>a {
    font-size: 10px;

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

    color: inherit;
}

@media (max-width: 320px) {
    .xs-online ul li>a {
        font-size: 8px;
    }
}

.xs-online ul li>a:before {
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-style: normal;
    line-height: 24px;

    display: block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.xs-online ul li:first-child {
    border-left: none;
}

.xs-online ul li:last-child {
    border-right: none;
}

.xs-online ul li.product>a:before {
    content: '\e7e9';
}

.xs-online ul li.mail>a:before {
    font-weight: normal;

    content: '\e72e';
}

.xs-online ul li.map>a:before {
    font-weight: normal;

    content: '\e63e';
}

.xs-online ul li.feedback>a:before {
    font-weight: normal;

    content: '\e826';
}

.xs-online ul li.top>a:before {
    font-weight: normal;

    content: '\e60f';
}

.xs-online ul li.home>a:before {
    font-weight: normal;

    content: '\e6c8';
}

.xs-online ul li.message>a:before {
    font-size: 18px;
    font-weight: normal;

    content: '\e66b';
}

.xs-online ul li.tel>a:before {
    font-weight: normal;

    content: '\e61c';
}

.xs-online ul li.top>a:before {
    font-weight: normal;

    content: '\e60f';
}

.xs-online ul li.whatsapp>a:before {
    font-weight: normal;

    content: '\e751';
}

.banner {
    font-size: 0;

    position: relative;
    z-index: 9;

    overflow: hidden;

    width: 100%;
    padding-top: 40px;
}

.banner .item {
    position: relative;
}

@media (max-width: 1199px) {
    .banner .slickbanner {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}

@media (max-width: 991px) {
    .banner .slickbanner {
        width: 130%;
        max-width: 130%;
        margin-left: -15%;
    }
}

@media (max-width: 767px) {
    .banner .slickbanner {
        width: 160%;
        max-width: 160%;
        margin-left: -30%;
    }
}

.banner .slick-dots {
    position: absolute;
    bottom: 30px;

    display: none !important;

    width: 100%;
    margin: 0;
    padding: 0;

    text-align: center;
}

@media (max-width: 1199px) {
    .banner .slick-dots {
        bottom: 10px;
    }
}

.banner .slick-dots li {
    display: inline-block;

    width: 8px;
    height: 8px;
    margin: 0 6px;

    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;

    opacity: .7;
    border-radius: 50%;
    background-color: #fff;
}

.banner .slick-dots li.slick-active {
    width: 20px;

    opacity: 1;
    border-radius: 10px;
    background-color: #fff;
}

.banner .slick-dots li button {
    display: none;
}

.banner .num-box {
    font-size: 15px;

    position: absolute;
    bottom: 30px;

    width: 100%;

    text-align: center;
}

@media (max-width: 767px) {
    .banner .num-box {
        bottom: 0;
    }
}

.banner .num-box .prev:before {
    font-family: 'iconfont' !important;
    font-weight: bold;

    display: inline-block;

    margin-top: -2px;
    margin-right: 10px;

    content: '\e9b5';
    vertical-align: middle;
}

.banner .num-box .prev:after {
    margin: 0 10px;

    content: '/';
}

.banner .num-box .next:after {
    font-family: 'iconfont' !important;
    font-weight: bold;

    display: inline-block;

    margin-top: -2px;
    margin-left: 10px;

    content: '\e72f';
    vertical-align: middle;
}

.banner img {
    display: block;

    width: 100%;
}

.banner .text {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;

    width: 100%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;

    color: #fff;
}

@media (max-width: 991px) {
    .banner .text {
        left: 20%;

        width: 60%;
    }
}

.banner .text p {
    font-family: 'Oswald', Arial;
    font-size: 64px;
    line-height: 1.40625;

    margin: 0;
}

@media (max-width: 1199px) {
    .banner .text p {
        font-size: 50px;
    }
}

@media (max-width: 991px) {
    .banner .text p {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .banner .text p {
        font-size: 20px;
    }
}

.banner .text a.more {
    font-size: 18px;
    line-height: 52px;

    display: inline-block;

    margin-top: 30px;
    padding: 0 60px;

    color: #000;
    border-radius: 30px;
    background: #fff;
}

@media (max-width: 1199px) {
    .banner .text a.more {
        font-size: 16px;
        line-height: 42px;

        margin-top: 20px;
        padding: 0 40px;
    }
}

@media (max-width: 991px) {
    .banner .text a.more {
        padding: 0 30px;
    }
}

@media (max-width: 767px) {
    .banner .text a.more {
        font-size: 14px;
        line-height: 30px;

        margin-top: 10px;
        padding: 0 20px;
    }
}

@media(min-width:1200px) {
    .banner .slick-current .text p {
        -webkit-animation: fadeInDown 1s 0s ease both;
        animation: fadeInDown 1s 0s ease both;
    }

    .banner .slick-current .text a.more {
        -webkit-animation: fadeInUp 1s 0s ease both;
        animation: fadeInUp 1s 0s ease both;
    }

}

.banner .slick-current .text a.more:hover {
    background-color: #0092e0;
    color: #fff;
}

.banner .scroll-banner {
    font-size: 26px;
    line-height: 1;

    position: absolute;
    bottom: 30px;

    display: block;

    width: 100%;

    -webkit-transition: all 1s;
    transition: all 1s;
    text-align: center;

    color: #fff;
}

@media (max-width: 991px) {
    .banner .scroll-banner {
        font-size: 20px;

        bottom: 0;
    }
}

.banner .scroll-banner:before {
    font-family: 'iconfont' !important;
    font-size: 36px;

    display: block;

    content: '\e63d';
}

@media (max-width: 991px) {
    .banner .scroll-banner:before {
        font-size: 24px;
    }
}

.banner .scroll-banner:after {
    font-family: 'iconfont' !important;

    display: block;

    margin-top: 14px;

    content: '\e680';
}

@media (max-width: 991px) {
    .banner .scroll-banner:after {
        margin: 0;
    }
}

.banner .scroll-banner:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.banner .banner-pic {
    position: absolute;
    bottom: 30px;

    width: 100%;

    text-align: center;
}

@media (max-width: 991px) {
    .banner .banner-pic {
        bottom: 10px;
    }
}

.banner .banner-pic img {
    display: inline-block;

    width: auto;
    max-width: 100%;
}

.banner-in {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
}

@media (max-width: 1199px) {
    .banner-in {
        background-attachment: scroll;
        background-size: cover;
    }
}

@media (max-width: 991px) {
    .banner-in .slickbanner {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}

.banner-in .img-box {
    padding-bottom: 31.25%;
}

.banner-in .text-in {
    position: absolute;
    top: 56%;

    overflow: hidden;

    width: 100%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;

    color: #fff;
}

.banner-in .text-in b {
    font-family: 'Oswald', Arial;
    font-size: 66px;
    line-height: 1;

    display: block;
}

@media (max-width: 1350px) {
    .banner-in .text-in b {
        font-size: 50px;
    }
}

@media (max-width: 991px) {
    .banner-in .text-in b {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .banner-in .text-in b {
        font-size: 20px;
    }
}

.banner .slick-current img {
    -webkit-animation: narrow 4s 0s ease both;
    animation: narrow 4s 0s ease both;
}

.banner .banner-arrow {
    position: absolute;
    z-index: 8;
    bottom: 40px;

    width: 100%;

    text-align: center;
}

@media (max-width: 1199px) {
    .banner .banner-arrow {
        bottom: 0;
    }
}

.banner .banner-arrow a {
    display: inline-block;
}

.banner .banner-arrow a:after {
    font-family: 'iconfont' !important;
    font-size: 30px;

    content: '\e770';

    color: #fff;
}

@-webkit-keyframes narrow {
    0% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);

        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);

        opacity: 1;
    }
}

@keyframes narrow {
    0% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);

        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);

        opacity: 1;
    }
}

.zoomIn1 {
    -webkit-animation-name: narrow;
    animation-name: narrow;
}

.box {
    overflow: hidden;

    padding: 70px 0;
}

@media (max-width: 991px) {
    .box {
        padding: 50px 0;
    }
}

.title {
    display: table;

    width: 100%;
}

@media (max-width: 767px) {
    .title {
        display: block;
    }
}

.title h2,
.title p {
    display: table-cell;

    margin: 0;

    vertical-align: middle;
}

@media (max-width: 767px) {

    .title h2,
    .title p {
        display: block;
    }
}

.title h2 {
    font-family: 'Oswald', Arial;
    font-size: 40px;
    line-height: 1.25;

    min-width: 320px;
    padding-right: 30px;

    white-space: nowrap;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .title h2 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .title h2 {
        font-size: 24px;
    }
}

.title p {
    font-size: 20px;
    line-height: 1.3;

    margin: 0;

    text-transform: uppercase;

    color: #666;
}

@media (max-width: 1199px) {
    .title p {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .title p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .title p {
        font-size: 12px;

        margin-top: 10px;
    }
}

.title p:after {
    display: block;

    width: 100px;
    height: 2px;
    margin-top: 5px;

    content: '';

    background-color: #0092e0;
}

.indexcontent {
    position: relative;
    z-index: 2;
}

.box-quote {
    position: relative;
    z-index: 9;

    overflow: hidden;

    margin-top: -50px;
}

@media (max-width: 767px) {
    .box-quote {
        margin: 20px 0 0 0;
    }
}

.box-quote .quote {
    padding: 22px 20px;

    background-color: #00324d;
}

@media (max-width: 767px) {
    .box-quote .quote {
        padding: 20px 10px;
    }
}

.box-quote .quote h3,
.box-quote .quote a.more {
    display: inline-block;
}

.box-quote .quote h3 {
    font-family: 'Oswald', Arial;
    font-size: 30px;
    line-height: 1.8;

    margin: 0;

    color: #fff;
}

@media (max-width: 1199px) {
    .box-quote .quote h3 {
        font-size: 24px;
        line-height: 54px;
    }
}

@media (max-width: 991px) {
    .box-quote .quote h3 {
        font-size: 18px;
        line-height: 26px;
    }
}

.box-quote .quote a.more {
    font-size: 18px;
    line-height: 54px;

    float: right;

    padding: 0 40px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #fff;
    border-radius: 30px;
    background-color: #0092e0;
}

@media (max-width: 1199px) {
    .box-quote .quote a.more {
        font-size: 16px;

        padding: 0 30px;
    }
}

@media (max-width: 991px) {
    .box-quote .quote a.more {
        font-size: 14px;
        line-height: 30px;

        float: none;

        margin-top: 10px;
        padding: 0 20px;
    }
}

.box-quote .quote a.more:hover {
    color: #0092e0;
    background-color: #fff;
}

.box-choose .choose {
    margin-top: 20px;
}

.box-choose .choose .item {
    margin-top: 30px;
    padding: 45px 20px;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

@media (max-width: 991px) {
    .box-choose .choose .item {
        padding: 30px 10px;
    }
}

.box-choose .choose .item:before {
    display: block;

    width: 72px;
    height: 72px;

    content: '';
    -webkit-transition: all .2s;
    transition: all .2s;

    background: url(../images/choose-icon.jpg) no-repeat;
}

.box-choose .choose .item:hover:before {
    background-position: 0 -72px;
}

.box-choose .choose .item-production:before {
    background-position: -72px 0;
}

.box-choose .choose .item-production:hover:before {
    background-position: -72px -72px;
}

.box-choose .choose .item-applications:before {
    background-position: -144px 0;
}

.box-choose .choose .item-applications:hover:before {
    background-position: -144px -72px;
}

.box-choose .choose .item-process:before {
    background-position: -216px 0;
}

.box-choose .choose .item-process:hover:before {
    background-position: -216px -72px;
}

.box-choose .choose .item b {
    font-size: 20px;
    line-height: 28px;

    display: block;

    margin: 30px 0 20px;
}

@media (max-width: 991px) {
    .box-choose .choose .item b {
        font-size: 18px;

        margin: 20px 0 10px;
    }
}

.box-choose .choose .item p {
    font-size: 16px;
    line-height: 1.25;

    margin: 0;

    color: #666;
}

@media (max-width: 767px) {
    .box-choose .choose .item p {
        font-size: 14px;
    }
}

.box-choose .choose .item-pic {
    margin-top: 30px;
}

@media (max-width: 991px) {
    .box-choose .choose .item-pic {
        display: none;
    }
}

.box-choose .choose .item-pic img {
    max-width: 100%;
}

.box-product {
    overflow: hidden;
}

.box-product .product {
    margin-top: 60px;
}

@media (max-width: 991px) {
    .box-product .product {
        margin-top: 30px;
    }
}

.box-product .row {
    margin: 0;
}

.box-product .itembox {
    padding: 0;
}

.box-product .item {
    position: relative;

    display: block;
    overflow: hidden;
}

.box-product .item .img-box {
    padding-bottom: 62.35294118%;
}

.box-product .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.box-product .item a.addcart {
    font-size: 18px;
    line-height: 40px;

    position: absolute;
    z-index: 2;
    top: 10px;
    right: 10px;

    width: 40px;
    height: 40px;

    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;

    opacity: 0;
    color: #fff;
    border-radius: 50%;
    background-color: #0092e0;
}

.box-product .item a.addcart:after {
    font-family: 'iconfont' !important;

    content: '\e603';
}

.box-product .item .mask {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-transition: all .6s;
    transition: all .6s;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);

    opacity: 0;
    background-color: rgba(51, 51, 51, .5);
}

@media (max-width: 1199px) {
    .box-product .item .mask {
        top: auto;
        bottom: 0;

        height: auto;

        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);

        opacity: 1;
    }
}

.box-product .item .mask p {
    font-size: 24px;
    font-weight: bold;
    line-height: 60px;

    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    display: block;

    max-width: 100%;
    margin: 0;
    padding: 0 36px;

    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    text-align: center;

    color: #fff;
    border-radius: 30px;
    background: #00324d;
}

@media (max-width: 1199px) {
    .box-product .item .mask p {
        font-size: 18px;
        line-height: 30px;

        top: auto;
        bottom: 0;
        left: 0;

        display: -webkit-box;
        overflow: hidden;

        width: 100%;
        height: 30px;
        padding: 0 10px;

        -webkit-transform: translate3d(0%, 0%, 0);
        transform: translate3d(0%, 0%, 0);

        border-radius: 0;
        background: rgba(51, 51, 51, .5);

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
}

@media (max-width: 767px) {
    .box-product .item .mask p {
        font-size: 16px;
    }
}

.box-product .item .mask p:hover {
    background-color: #0092e0;
}

.box-product .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.box-product .item:hover .mask {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);

    opacity: 1;
}

.box-product .item:hover a.addcart {
    opacity: 1;
}

.box-service .service {
    margin-top: 50px;
    padding: 50px 0;

    background: url(../images/service_bg.jpg) no-repeat center fixed;
    background-size: cover;
}

@media (max-width: 1199px) {
    .box-service .service {
        background: url(../images/service_bg.jpg) no-repeat center;
        background-size: cover;
    }
}

.box-service .service .item {
    margin: 10px 0;
    padding: 10px;

    text-align: center;

    background-color: #fff;
}

@media (max-width: 767px) {
    .box-service .service .item {
        padding: 4px;
    }
}

.box-service .service .item .img-box {
    padding-bottom: 51.51515152%;
}

.box-service .service .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.box-service .service .item .note {
    padding: 20px 0;
}

.box-service .service .item .note b {
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 767px) {
    .box-service .service .item .note b {
        font-size: 15px;
    }
}

.box-service .service .item .note p {
    font-size: 14px;
    line-height: 20px;

    display: -webkit-box;
    overflow: hidden;

    height: 80px;
    margin: 10px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.box-service .service .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.box-service .service .item:hover .note b {
    color: #0092e0;
}

.box-reference {
    padding-top: 0;
}

.box-reference .reference-sort {
    margin-top: 30px;

    text-align: center;
}

.box-reference .reference-sort ul {
    margin: 0 -20px;
}

@media (max-width: 991px) {
    .box-reference .reference-sort ul {
        margin: 0 -6px;
    }
}

.box-reference .reference-sort ul li {
    display: inline-block;

    margin-top: 10px;
    padding: 0 20px;
}

@media (max-width: 991px) {
    .box-reference .reference-sort ul li {
        padding: 0 6px;
    }
}

.box-reference .reference-sort ul li a {
    font-size: 20px;
    line-height: 48px;

    display: block;

    padding: 0 36px;

    color: #333;
    border: 1px solid #666;
    border-radius: 30px;
}

@media (max-width: 991px) {
    .box-reference .reference-sort ul li a {
        font-size: 18px;
        line-height: 38px;

        padding: 0 26px;
    }
}

@media (max-width: 767px) {
    .box-reference .reference-sort ul li a {
        font-size: 16px;
    }
}

.box-reference .reference-sort ul li.active a {
    color: #fff;
    border-color: #00324d;
    background-color: #00324d;
}

.box-reference .reference .item {
    position: relative;

    display: block;

    margin-top: 30px;
}

.box-reference .reference .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.box-reference .reference .item .mask {
    position: absolute;
    z-index: 2;
    top: 5%;
    left: 5%;

    width: 90%;
    height: 90%;

    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    text-align: center;

    color: #fff;
    background-color: rgba(0, 50, 77, .8);
}

@media (max-width: 991px) {
    .box-reference .reference .item .mask {
        top: auto;
        bottom: 0;
        left: 0;

        width: 100%;
        height: auto;

        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.box-reference .reference .item .mask .note {
    position: absolute;
    top: 50%;

    width: 100%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .box-reference .reference .item .mask .note {
        position: relative;
        top: auto;

        padding: 10px;

        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
}

.box-reference .reference .item .mask .note b {
    font-size: 18px;
    line-height: 1.55555556;

    display: block;
}

@media (max-width: 991px) {
    .box-reference .reference .item .mask .note b {
        font-size: 14px;
        line-height: 24px;

        display: -webkit-box;
        overflow: hidden;

        height: 24px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
}

.box-reference .reference .item .mask .note span.more {
    font-size: 14px;
    line-height: 30px;

    display: inline-block;

    margin-top: 20px;
    padding: 0 16px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #00324d;
    border-radius: 30px;
    background-color: #fff;
}

@media (max-width: 991px) {
    .box-reference .reference .item .mask .note span.more {
        display: none;
    }
}

.box-reference .reference .item .mask .note span.more:hover {
    color: #fff;
    background-color: #0092e0;
}

.box-reference .reference .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.box-reference .reference .item:hover .mask {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.box-brand {
    background-color: #f4f4f4;
}

@media (max-width: 991px) {
    .box-brand {
        padding: 30px 0;
    }
}

.box-brand .slick-brand {
    font-size: 0;
}

.box-brand .slick-brand .slick-slide {
    padding: 0 15px;
}

@media (max-width: 991px) {
    .box-brand .slick-brand .slick-slide {
        padding: 0 8px;
    }
}

.box-brand .slick-brand .item {
    font-size: 14px;
}

.box-brand .slick-brand .item .img-box {
    padding-bottom: 68.18181818%;

    -webkit-transition: all .2s;
    transition: all .2s;

    opacity: .4;
}

.box-brand .slick-brand .item .img-box img {
    -webkit-transition: all .2s;
    transition: all .2s;

    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: gray;
    filter: gray;
}

.box-brand .slick-brand .item:hover .img-box {
    opacity: 1;
}

.box-brand .slick-brand .item:hover .img-box img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

.box-brand .slick-brand .slick-arrow {
    left: -30px;

    color: #666;
    background: none;
}

@media (max-width: 991px) {
    .box-brand .slick-brand .slick-arrow {
        left: -10px;
    }
}

.box-brand .slick-brand .slick-arrow:before {
    font-size: 30px;
}

.box-brand .slick-brand .slick-arrow.slick-next {
    right: -30px;
    left: auto;
}

@media (max-width: 991px) {
    .box-brand .slick-brand .slick-arrow.slick-next {
        right: -10px;
    }
}

.box-faq-request .title-faq h2 {
    font-family: 'Oswald', Arial;
    font-size: 40px;
    line-height: 1.25;

    text-transform: uppercase;
}

@media (max-width: 991px) {
    .box-faq-request .title-faq h2 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .box-faq-request .title-faq h2 {
        font-size: 24px;
    }
}

.box-faq-request .title-faq p {
    font-size: 18px;
    line-height: 1.3;

    margin: 0;

    color: #666;
}

@media (max-width: 991px) {
    .box-faq-request .title-faq p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .box-faq-request .title-faq p {
        font-size: 12px;

        margin-top: 10px;
    }
}

.box-faq-request .faq-request {
    display: table;

    width: 100%;
}

@media (max-width: 767px) {
    .box-faq-request .faq-request {
        display: block;
    }
}

.box-faq-request .faq-request .faq,
.box-faq-request .faq-request .request {
    display: table-cell;

    vertical-align: middle;
}

@media (max-width: 767px) {

    .box-faq-request .faq-request .faq,
    .box-faq-request .faq-request .request {
        display: block;
    }
}

.box-faq-request .faq {
    width: 64%;
    padding-right: 5%;
}

@media (max-width: 767px) {
    .box-faq-request .faq {
        width: 100%;
        padding: 0;
    }
}

.box-faq-request .faq .list {
    margin-top: 20px;
}

.box-faq-request .faq .list .item {
    margin-top: 1px;
}

.box-faq-request .faq .list .item .title-faq {
    position: relative;

    padding: 15px 15px 15px 46px;

    background-color: #f4f4f4;
}

.box-faq-request .faq .list .item .title-faq:before {
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 30px;

    position: absolute;
    top: 15px;
    left: 10px;

    content: '\eb23';
}

.box-faq-request .faq .list .item .title-faq h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    cursor: pointer;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.box-faq-request .faq .list .item .note {
    position: relative;

    display: none;

    padding: 10px 10px 10px 100px;
}

.box-faq-request .faq .list .item .note .tit {
    position: absolute;
    top: 10px;
    left: 10px;

    width: 90px;
}

.box-faq-request .faq .list .item .note .tit b {
    font-size: 18px;
    line-height: 28px;
}

.box-faq-request .faq .list .item .note .desc b,
.box-faq-request .faq .list .item .note .desc p {
    line-height: 18px;

    display: block;

    margin: 0;
}

.box-faq-request .faq .list .item .note .desc b {
    line-height: 28px;
}

.box-faq-request .faq .list .item .note .desc a.more {
    line-height: 30px;

    display: block;

    color: #666;
}

.box-faq-request .faq .list .item .note .desc a.more:before {
    font-family: 'iconfont' !important;

    margin-right: 4px;

    content: '\e72f';
}

.box-faq-request .faq .list .item .note .desc a.more:hover {
    text-decoration: underline;

    color: #00324d;
}

.box-faq-request .faq .list ul li:first-child .item .note {
    display: block;
}

.box-faq-request .faq .list ul li.current .item .title-faq:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);

    color: #00324d;
}

.box-faq-request .faq .list ul li.current .item .title-faq h3 {
    font-weight: bold;

    color: #00324d;
}

.box-faq-request .faq .list ul li:hover .item .title-faq:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);

    color: #00324d;
}

.box-faq-request .faq .list ul li:hover .item .title-faq h3 {
    font-weight: bold;

    color: #00324d;
}

.box-faq-request .faq .faq-more {
    margin-top: 20px;
}

.box-faq-request .faq .faq-more a {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    display: block;
}

.box-faq-request .faq .faq-more a:before {
    font-family: 'iconfont' !important;
    font-weight: normal;

    margin-right: 4px;

    content: '\e9b3';
}

.box-faq-request .faq .faq-more a:hover {
    color: #00324d;
}

.box-faq-request .request {
    width: 36%;
    padding: 30px;

    background-color: #00324d;
}

@media (max-width: 767px) {
    .box-faq-request .request {
        width: 100%;
        margin-top: 30px;
        padding: 20px 10px;
    }
}

.box-faq-request .request .title-request {
    color: #fff;
}

.box-faq-request .request .title-request h2 {
    font-family: 'Oswald', Arial;
    font-size: 36px;
    line-height: 1.25;

    margin: 0;
}

@media (max-width: 991px) {
    .box-faq-request .request .title-request h2 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .box-faq-request .request .title-request h2 {
        font-size: 24px;
    }
}

.box-faq-request .request .title-request p {
    font-size: 16px;
    line-height: 1.3;

    margin: 0;
}

@media (max-width: 991px) {
    .box-faq-request .request .title-request p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .box-faq-request .request .title-request p {
        font-size: 12px;

        margin-top: 10px;
    }
}

.box-faq-request .request .message input,
.box-faq-request .request .message textarea {
    line-height: 30px;

    width: 100%;
    margin-top: 10px;
    padding: 10px;

    resize: vertical;

    border-radius: 2px;
    outline: none;
}

.box-faq-request .request .message input::-webkit-input-placeholder,
.box-faq-request .request .message textarea::-webkit-input-placeholder {
    color: #333;
}

.box-faq-request .request .message input:-o-placeholder,
.box-faq-request .request .message textarea:-o-placeholder {
    color: #333;
}

.box-faq-request .request .message input::-moz-placeholder,
.box-faq-request .request .message textarea::-moz-placeholder {
    color: #333;
}

.box-faq-request .request .message input:-ms-input-placeholder,
.box-faq-request .request .message textarea:-ms-input-placeholder {
    color: #333;
}

.box-faq-request .request .message input:focus::-webkit-input-placeholder,
.box-faq-request .request .message textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}

.box-faq-request .request .message input:focus::-o-placeholder,
.box-faq-request .request .message textarea:focus::-o-placeholder {
    color: #c5c5c5;
}

.box-faq-request .request .message input:focus::-moz-placeholder,
.box-faq-request .request .message textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}

.box-faq-request .request .message input:focus::-ms-input-placeholder,
.box-faq-request .request .message textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}

/* .box-faq-request .request .message .file
{
    line-height: 30px;

    position: relative;

    display: inline-block;

    height: 30px;
    margin-top: 20px;
    padding: 0 10px;

    cursor: pointer;

    color: #666;
    border: none;
    border-radius: 3px;
    background: #f0f0f0;
}
.box-faq-request .request .message .file:before
{
    font-family: 'iconfont' !important;

    margin-right: 6px;

    content: '\e659';
} */
.box-faq-request .request .message .file input {
    position: absolute;
    top: 0;
    right: 0;

    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0;

    cursor: pointer;

    opacity: 0;
}

.box-faq-request .request .message .file:hover {
    text-decoration: none;

    color: #004974;
    border-color: #78c3f3;
    background: #aadffd;
}

.box-faq-request .request .message .submit {
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;

    display: block;

    height: 50px;
    margin-top: 20px;
    padding: 0 40px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #fff;
    border: none;
    border-radius: 3px;
    outline: none;
    background: #0092e0;
    box-shadow: none;
}

.box-faq-request .request .message .submit:hover {
    background-color: #157fb7;
}

.box-news {
    padding-top: 0;
}

.box-news .title-news h2 {
    font-family: 'Oswald', Arial;
    font-size: 40px;
    line-height: 1.25;
}

@media (max-width: 991px) {
    .box-news .title-news h2 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .box-news .title-news h2 {
        font-size: 24px;
    }
}

.box-news .title-news p {
    font-size: 16px;
    line-height: 1.3;

    margin: 0;
}

@media (max-width: 991px) {
    .box-news .title-news p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .box-news .title-news p {
        font-size: 12px;

        margin-top: 10px;
    }
}

.box-news .news .item {
    margin-top: 30px;
}

.box-news .news .item .img-box {
    padding-bottom: 65.78947368%;
}

.box-news .news .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.box-news .news .item .note {
    margin-top: 20px;
}

.box-news .news .item .note span.date {
    font-size: 14px;
    line-height: 30px;

    display: block;
}

.box-news .news .item .note span.date:before {
    font-family: 'iconfont' !important;
    font-size: 20px;

    float: left;

    margin-right: 6px;

    content: '\e63a';

    color: #00324d;
}

.box-news .news .item .note b {
    font-size: 22px;
    line-height: 36px;

    display: -webkit-box;
    overflow: hidden;

    height: 36px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 767px) {
    .box-news .news .item .note b {
        font-size: 18px;
    }
}

.box-news .news .item .note p {
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (max-width: 767px) {
    .box-news .news .item .note p {
        font-size: 14px;
    }
}

.box-news .news .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.box-news .news .item:hover .note b {
    text-decoration: underline;

    color: #00324d;
}

.footer {
    font-size: 0;

    position: relative;

    overflow: hidden;

    color: #fff;
    background-color: #00324d;
}

@media (max-width: 991px) {
    .footer {
        padding-bottom: 55px;
    }
}

.footer .foot {
    position: relative;
    z-index: 2;

    padding: 50px 0;
}

@media (max-width: 1199px) {
    .footer .foot {
        padding: 30px 0;
    }
}

.footer .foot>ul {
    padding: 0;

    text-align: justify;
    text-justify: distribute-all-lines;
}

.footer .foot>ul:after {
    display: inline-block;
    overflow: hidden;

    width: 100%;
    height: 0;
    margin: 0;

    content: '';
}

@media (max-width: 991px) {
    .footer .foot>ul:after {
        display: none;
    }
}

@media (max-width: 991px) {
    .footer .foot>ul {
        display: block;
        overflow: hidden;

        margin: 0 -15px;
    }
}

@media (min-width: 992px) {
    .footer .foot>ul>li {
        display: inline-block;

        vertical-align: top;
        word-break: break-all;
    }
}

@media (max-width: 991px) {
    .footer .foot>ul>li {
        display: inline-block;

        width: 33.33333333%;
        margin-right: -4px;
        padding: 0 15px;

        vertical-align: top;
    }
}

@media (max-width: 991px) {
    .footer .foot>ul>li {
        width: 100%;
    }
}

.footer .foot>ul>li h3 {
    font-family: 'Oswald', Arial;
    font-size: 20px;
    line-height: 30px;

    position: relative;
    z-index: 2;

    margin: 0;

    text-transform: uppercase;

    color: #fff;
}

@media (max-width: 991px) {
    .footer .foot>ul>li h3 {
        font-size: 16px;
        font-weight: normal;

        display: block;

        margin-top: 6px;
    }

    .footer .foot>ul>li h3:after {
        font-family: 'iconfont' !important;
        font-size: 14px;

        float: right;

        content: '\e6d2';
    }
}

.footer .foot>ul>li .item {
    text-align: left;
}

.footer .foot>ul>li .item-1 {
    max-width: 320px;
}

@media (max-width: 991px) {
    .footer .foot>ul>li .item-1 {
        display: none;

        max-width: 100%;
    }
}

.footer .foot>ul>li .item-1 b {
    font-family: 'Oswald', Arial;
    font-size: 20px;
    line-height: 30px;

    display: block;

    margin-top: 10px;

    text-transform: uppercase;
}

.footer .foot>ul>li .item-1 p {
    font-size: 14px;
    line-height: 24px;

    margin: 10px 0 0 0;
}

.footer .foot>ul>li .item-1 a.more {
    font-size: 14px;
    line-height: 30px;

    display: block;

    margin-top: 10px;

    text-decoration: underline;
}

.footer .foot>ul>li .item-2 a {
    font-size: 14px;
    line-height: 30px;

    display: block;
}

.footer .foot>ul>li .item-2 a:hover {
    text-decoration: underline;

    color: #0092e0;
}

.footer .foot>ul>li .item-3 {
    max-width: 340px;
}

@media (max-width: 991px) {
    .footer .foot>ul>li .item-3 {
        max-width: 100%;
    }
}

.footer .foot>ul>li .item-3 p {
    font-size: 14px;
    line-height: 23px;
}

.footer .foot>ul>li .item-3 form {
    position: relative;

    margin-top: 10px;
}

.footer .foot>ul>li .item-3 form input {
    font-size: 14px;
    line-height: 24px;

    width: 100%;
    padding: 10px 40px 10px 10px;

    color: #666;
}

.footer .foot>ul>li .item-3 form .submit {
    font-size: 24px;
    line-height: 44px;

    position: absolute;
    top: 0;
    right: 0;

    width: 44px;
    height: 44px;
    padding: 0;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    color: #0092e0;
    border-radius: 0;
    background: none;
}

.footer .foot>ul>li .item-3 form .submit:after {
    font-family: 'iconfont' !important;

    content: '\e6cf';
}

.footer .foot>ul>li .item-3 form .submit:hover {
    color: #fff;
    background-color: #0092e0;
}

.footer .foot>ul>li .item-3 .share {
    margin-top: 20px;
}

@media (max-width: 991px) {
    .footer .foot>ul>li .item-3 .share {
        margin-right: 10px;
    }
}

.footer .foot>ul>li .item-3 .share ul {
    font-size: 0;

    display: inline-block;

    margin: 0 -5px;
}

.footer .foot>ul>li .item-3 .share ul li {
    display: inline-block;

    padding: 0 5px;
}

.footer .foot>ul>li .item-3 .share ul li a {
    font-size: 24px;
    line-height: 48px;

    display: block;

    width: 48px;
    height: 48px;

    -webkit-transition: all .5s;
    transition: all .5s;
    text-align: center;

    border: 1px solid #fff;
}

@media (max-width: 991px) {
    .footer .foot>ul>li .item-3 .share ul li a {
        font-size: 16px;
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}

.footer .foot>ul>li .item-3 .share ul li a:before {
    font-family: 'iconfont';
    font-weight: normal;

    display: inline-block;

    content: '\e6d9';
    text-align: center;
    vertical-align: top;

    border-radius: 4px;
}

.footer .foot>ul>li .item-3 .share ul li.twitter a:before {
    content: '\e60b';
}

.footer .foot>ul>li .item-3 .share ul li.linkedin a:before {
    content: '\e6f0';
}

.footer .foot>ul>li .item-3 .share ul li.instagram a:before {
    content: '\e6b6';
}

.footer .foot>ul>li .item-3 .share ul li.youtube a:before {
    content: '\e618';
}

.footer .foot>ul>li .item-3 .share ul li.google a:before {
    content: '\e645';
}

.footer .foot>ul>li .item-3 .share ul li.amazon a:before {
    content: '\e6c1';
}

.footer .foot>ul>li .item-3 .share ul li:hover a {
    color: #fff;
    border-color: #0092e0;
    background-color: #0092e0;
}

.footer .foot>ul>li .info-down {
    margin-top: 10px;
}

@media (max-width: 991px) {
    .footer .foot>ul>li .info-down {
        display: none;

        margin-top: 10px;
    }
}

.footer .foot>ul>li .info-down img {
    max-width: 100%;
}

.footer .foot>ul>li.current .title-foot h3:after {
    content: '\e628';
}

.footer .copyright {
    font-size: 14px;

    padding: 12px 0;

    text-align: center;

    background-color: #002133;
}

.footer .copyright .foot-nav {
    text-align: center;
}

.footer .copyright .foot-nav>li {
    display: inline-block;

    vertical-align: top;
}

.footer .copyright .foot-nav>li a {
    font-size: 14px;
    line-height: 30px;

    padding: 0 6px;

    color: #fff;
}

.footer .copyright .foot-nav>li a:hover {
    text-decoration: underline;

    color: #0092e0;
}

.footer .copyright p {
    line-height: 30px;

    display: block;

    margin: 0;

    color: #fff;
}

.footer .copyright p a {
    margin-left: 20px;

    -webkit-transition: all .4s;
    transition: all .4s;
}

@media (max-width: 991px) {
    .footer .copyright p a {
        margin: 0;
    }
}

.footer .copyright p a:hover {
    text-decoration: underline;

    color: #0092e0;
}

.wrapper {
    clear: both;
}

.wrapper-in {
    padding-top: 190px;
}

@media (max-width: 1199px) {
    .wrapper-in {
        padding-top: 100px;
    }
}

.wrap {
    overflow: hidden;

    padding: 10px 0 60px;
}

.title-in b {
    font-family: 'Oswald', Arial;
    font-size: 20px;
    line-height: 26px;

    margin-bottom: 8px;

    color: #545657;
}

@media (max-width: 991px) {
    .title-in b {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .title-in b {
        font-size: 14px;
    }
}

.title-in h2 {
    font-family: 'Oswald', Arial;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.5;

    margin: 0;

    color: #000;
}

@media (max-width: 991px) {
    .title-in h2 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .title-in h2 {
        font-size: 24px;
    }
}

.title-in h2:after {
    display: block;

    width: 75px;
    height: 5px;
    margin-top: 15px;

    content: '';

    background-color: #00324d;
}

.wrap-location {
    margin-top: 20px;
    padding: 10px;

    background-color: #f0f0f0;
}

.wrap-location ul li {
    display: inline-block;

    vertical-align: top;
}

.wrap-location ul li:after {
    margin: 0 4px;

    content: '>';
}

.wrap-location ul li:last-child:after {
    display: none;
}

.wrap-location ul li:last-child a {
    color: #00324d;
}

.wrap-location ul li a {
    color: #666;
}

.wrap-location ul li a:hover {
    text-decoration: underline;
}

.wrap-title {
    margin-top: 20px;

    border-bottom: 1px solid #eee;
}

.wrap-title h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;
}

.wrap-banner {
    margin-top: 10px;
}

.wrap-banner img {
    width: 100%;
}

.title-sidenav h3,
.title-faq h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    border-bottom: 1px solid #eee;
}

.sticky-spacer .wrap-sidenav {
    left: 15px !important;
    top: 0 !important;
}

.wrap-sidenav .sidenav ul li {
    display: block;
}

.wrap-sidenav .sidenav ul li a {
    line-height: 30px;

    position: relative;

    display: block;

    padding: 5px 0 0 20px;

    border-bottom: 1px dashed #ccc;
}

.wrap-sidenav .sidenav ul li a:before {
    font-family: 'iconfont' !important;

    position: absolute;
    left: 0;

    content: '\e72f';
}

.wrap-sidenav .sidenav ul li ul {
    background-color: #fafafa;
    display: none;
}

@media (max-width: 1199px) {
    .wrap-sidenav .sidenav ul li ul {
        display: none;
    }
}

.wrap-sidenav .sidenav ul li ul li a {
    padding: 5px 0 0 30px;
}

.wrap-sidenav .sidenav ul li ul li a:before {
    left: 10px;
}

.wrap-sidenav .sidenav ul li ul li:hover>a,
.wrap-sidenav .sidenav ul li ul li.active>a {
    color: #333;
    background-color: #dcdcdc;
}

@media (max-width: 1199px) {
    .wrap-sidenav .sidenav ul li.active ul {
        display: block;
    }
}

.wrap-sidenav .sidenav ul li.active>a {
    color: #fff;
    background-color: #00324d;
}

.wrap-sidenav .sidenav ul li:hover>a {
    color: #fff;
    background-color: #00324d;
}

.wrap-sidenav-product .sidenav>ul>li>a {
    font-weight: bold;
}

.wrap-about .about .list {
    margin-top: 50px;
    padding: 50px 30px 60px;

    border: 1px solid #ccc;
}

@media (max-width: 991px) {
    .wrap-about .about .list {
        margin-top: 30px;
        padding: 30px 10px;
    }
}

.wrap-about .about .list .note {
    margin-top: 20px;
}

.wrap-about .about .list .note h3 {
    font-family: 'Oswald', Arial;
    font-size: 18px;
}

@media (max-width: 991px) {
    .wrap-about .about .list .note h3 {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .wrap-about .about .list .note h3 {
        font-size: 14px;
    }
}

.wrap-about .about .list .note p {
    font-size: 18px;
    line-height: 1.44444444;

    margin: 0;
}

@media (max-width: 991px) {
    .wrap-about .about .list .note p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .wrap-about .about .list .note p {
        font-size: 14px;
    }
}

.wrap-about .about .list .more a {
    font-size: 20px;
    line-height: 50px;

    display: inline-block;

    min-width: 480px;
    margin-top: 40px;
    padding: 0 20px;

    color: #fff;
    background-color: #00324d;
}

@media (max-width: 991px) {
    .wrap-about .about .list .more a {
        font-size: 15px;
        line-height: 36px;

        min-width: auto;
        padding: 0 10px;
    }
}

.wrap-about .about .list .more a:hover {
    background-color: #0092e0;
}

@media (max-width: 991px) {
    .wrap-about .about .list .slick-about {
        margin-top: 30px;
    }
}

.wrap-about .about .list .slick-about .img-box {
    padding-bottom: 85.10638298%;
}

.wrap-about .about .list .slick-about .slick-dots {
    position: absolute;
    bottom: 30px;

    width: 100%;
    margin: 0;
    padding: 0;

    text-align: center;
}

@media (max-width: 1199px) {
    .wrap-about .about .list .slick-about .slick-dots {
        bottom: 10px;
    }
}

.wrap-about .about .list .slick-about .slick-dots li {
    display: inline-block;

    width: 8px;
    height: 8px;
    margin: 0 6px;

    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;

    opacity: .7;
    border-radius: 50%;
    background-color: #fff;
}

.wrap-about .about .list .slick-about .slick-dots li.slick-active {
    width: 20px;

    opacity: 1;
    border-radius: 10px;
    background-color: #fff;
}

.wrap-about .about .list .slick-about .slick-dots li button {
    display: none;
}

@media (max-width: 991px) {
    .wrap-about .about .list .pic {
        margin-top: 30px;
    }
}

.wrap-about .about .list .pic img {
    max-width: 100%;
    height: auto !important;
}

.wrap-about .about .list .faq {
    margin-top: 20px;
}

.wrap-about .about .list .faq .item {
    margin-top: 1px;
}

.wrap-about .about .list .faq .item .title-faq {
    position: relative;

    padding: 15px 15px 15px 46px;

    background-color: #f4f4f4;
}

.wrap-about .about .list .faq .item .title-faq:before {
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 30px;

    position: absolute;
    top: 15px;
    left: 10px;

    content: '\eb23';
}

.wrap-about .about .list .faq .item .title-faq h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    cursor: pointer;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.wrap-about .about .list .faq .item .note-faq {
    position: relative;

    display: none;

    padding: 10px 10px 10px 100px;
}

.wrap-about .about .list .faq .item .note-faq .tit {
    position: absolute;
    top: 10px;
    left: 10px;

    width: 90px;
}

.wrap-about .about .list .faq .item .note-faq .tit b {
    font-size: 18px;
    line-height: 28px;
}

.wrap-about .about .list .faq .item .note-faq .desc b,
.wrap-about .about .list .faq .item .note-faq .desc p {
    line-height: 18px;

    display: block;

    margin: 0;
}

.wrap-about .about .list .faq .item .note-faq .desc b {
    line-height: 28px;
}

.wrap-about .about .list .faq .item .note-faq .desc a.more {
    line-height: 30px;

    display: block;

    color: #666;
}

.wrap-about .about .list .faq .item .note-faq .desc a.more:before {
    font-family: 'iconfont' !important;

    margin-right: 4px;

    content: '\e72f';
}

.wrap-about .about .list .faq .item .note-faq .desc a.more:hover {
    text-decoration: underline;

    color: #00324d;
}

.wrap-about .about .list .faq ul li:first-child .item .note {
    display: block;
}

.wrap-about .about .list .faq ul li.current .item .title-faq:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);

    color: #00324d;
}

.wrap-about .about .list .faq ul li.current .item .title-faq h3 {
    font-weight: bold;

    color: #00324d;
}

.wrap-about .about .list .faq ul li:hover .item .title-faq:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);

    color: #00324d;
}

.wrap-about .about .list .faq ul li:hover .item .title-faq h3 {
    font-weight: bold;

    color: #00324d;
}

.wrap-about-company .title-about {
    border-bottom: 1px solid #eee;
}

.wrap-about-company .title-about h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;

    margin: 0;

    color: #006;
}

@media (max-width: 767px) {
    .wrap-about-company .title-about h3 {
        font-size: 24px;
    }
}

.wrap-about-company .about-company img {
    max-width: 100%;
    height: auto !important;
    margin: 10px 0;
}

.wrap-about-company .about-company .text {
    margin-top: 20px;
}

.wrap-about-company .about-company .text p {
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}

@media (max-width: 767px) {
    .wrap-about-company .about-company .text p {
        font-size: 14px;
    }
}

.wrap-about-company .about-company .pic1,
.wrap-about-company .about-company .pic2 {
    font-size: 0;
}

.wrap-about-company .about-company .pic1 .itembox,
.wrap-about-company .about-company .pic2 .itembox {
    font-size: 14px;

    display: inline-block;
    float: none;

    vertical-align: top;
}

.wrap-about-company .about-company .pic2 {
    text-align: center;
}

.wrap-about-company .about-company .pic2 p {
    font-size: 14px;
    line-height: 20px;

    margin: 0;
}

.wrap-about-vision .title-vision,
.wrap-about-vision .title-value {
    border-bottom: 1px solid #eee;
}

.wrap-about-vision .title-vision h3,
.wrap-about-vision .title-value h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;

    margin: 0;

    color: #006;
}

@media (max-width: 767px) {

    .wrap-about-vision .title-vision h3,
    .wrap-about-vision .title-value h3 {
        font-size: 20px;
    }
}

.wrap-about-vision .text {
    margin-top: 20px;
}

.wrap-about-vision .text p {
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}

@media (max-width: 767px) {
    .wrap-about-vision .text p {
        font-size: 14px;
    }
}

.wrap-about-vision img {
    max-width: 100%;
    height: auto !important;
}

.wrap-about-vision .vision ul {
    margin-top: 30px;
}

.wrap-about-vision .vision ul li:nth-child(2n) .pic {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

@media (max-width: 767px) {
    .wrap-about-vision .vision ul li:nth-child(2n) .pic {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.wrap-about-vision .vision ul li:nth-child(2n) .note {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

@media (max-width: 767px) {
    .wrap-about-vision .vision ul li:nth-child(2n) .note {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.wrap-about-vision .vision .item {
    font-size: 0;
}

.wrap-about-vision .vision .item .pic,
.wrap-about-vision .vision .item .note {
    font-size: 14px;

    display: inline-block;

    width: 50%;

    vertical-align: middle;
}

@media (max-width: 767px) {

    .wrap-about-vision .vision .item .pic,
    .wrap-about-vision .vision .item .note {
        display: block;

        width: 100%;
    }
}

.wrap-about-vision .vision .item .note {
    padding: 20px;
}

@media (max-width: 767px) {
    .wrap-about-vision .vision .item .note {
        padding: 20px 10px;
    }
}

.wrap-about-vision .vision .item .note h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;

    color: #006;
}

.wrap-about-vision .vision .item .note p {
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}

@media (max-width: 991px) {
    .wrap-about-vision .vision .item .note p {
        font-size: 14px;
    }
}

.wrap-about-vision .value {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .wrap-about-vision .value {
        margin: 0;
    }
}

.wrap-about-vision .value .value-text {
    margin-top: 10px;
}

.wrap-about-vision .value .value-text h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;

    color: #006;
}

.wrap-about-vision .value .value-text p {
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}

@media (max-width: 767px) {
    .wrap-about-vision .value .value-text p {
        font-size: 14px;
    }
}

.wrap-about-vision .value .pic .img-box {
    margin: 10px 0;
    padding-bottom: 67.74193548%;
}

.wrap-about-history .history ul {
    margin-top: 30px;
}

.wrap-about-history .history ul li:nth-child(2n) .pic {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

@media (max-width: 767px) {
    .wrap-about-history .history ul li:nth-child(2n) .pic {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.wrap-about-history .history ul li:nth-child(2n) .note {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

@media (max-width: 767px) {
    .wrap-about-history .history ul li:nth-child(2n) .note {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.wrap-about-history .history .item {
    font-size: 0;
}

.wrap-about-history .history .item img {
    max-width: 100%;
    height: auto !important;
}

.wrap-about-history .history .item .pic,
.wrap-about-history .history .item .note {
    font-size: 14px;

    display: inline-block;

    width: 50%;

    vertical-align: middle;
}

@media (max-width: 767px) {

    .wrap-about-history .history .item .pic,
    .wrap-about-history .history .item .note {
        display: block;

        width: 100%;
    }
}

.wrap-about-history .history .item .note {
    padding: 20px;
}

@media (max-width: 767px) {
    .wrap-about-history .history .item .note {
        padding: 20px 10px;
    }
}

.wrap-about-history .history .item .note h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;

    color: #006;
}

.wrap-about-history .history .item .note p {
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}

@media (max-width: 991px) {
    .wrap-about-history .history .item .note p {
        font-size: 14px;
    }
}

.wrap-about-join .title-join {
    border-bottom: 1px solid #eee;
}

.wrap-about-join .title-join h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;

    margin: 0;

    color: #006;
}

@media (max-width: 767px) {
    .wrap-about-join .title-join h3 {
        font-size: 20px;
    }
}

.wrap-about-join .join {
    margin-top: 20px;
}

.wrap-about-join .join p {
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}

@media (max-width: 767px) {
    .wrap-about-join .join p {
        font-size: 14px;
    }
}

.wrap-faq .faq .item {
    border-bottom: 1px dashed #ccc;
}

.wrap-faq .faq .item a {
    line-height: 40px;

    position: relative;

    display: block;
    display: -webkit-box;
    overflow: hidden;

    height: 40px;
    padding-left: 14px;
    padding-right: 90px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.wrap-faq .faq .item a span.date {
    position: absolute;
    right: 0;
    bottom: 0;
}

.wrap-faq .faq .item a:before {
    display: inline-block;
    float: left;

    width: 4px;
    height: 4px;
    margin: 18px 5px;

    content: '';

    border-radius: 4px;
    background: #444;
    position: absolute;
    left: 0;
    top: 0;
}

.wrap-faq-show .faq-show,
.wrap-news-show .faq-show,
.wrap-service-show .faq-show,
.wrap-faq-show .news-show,
.wrap-news-show .news-show,
.wrap-service-show .news-show,
.wrap-faq-show .service-show,
.wrap-news-show .service-show,
.wrap-service-show .service-show {
    margin-top: 20px;
}

.wrap-faq-show .faq-show .title-faq-show,
.wrap-news-show .faq-show .title-faq-show,
.wrap-service-show .faq-show .title-faq-show,
.wrap-faq-show .news-show .title-faq-show,
.wrap-news-show .news-show .title-faq-show,
.wrap-service-show .news-show .title-faq-show,
.wrap-faq-show .service-show .title-faq-show,
.wrap-news-show .service-show .title-faq-show,
.wrap-service-show .service-show .title-faq-show,
.wrap-faq-show .faq-show .title-news-show,
.wrap-news-show .faq-show .title-news-show,
.wrap-service-show .faq-show .title-news-show,
.wrap-faq-show .news-show .title-news-show,
.wrap-news-show .news-show .title-news-show,
.wrap-service-show .news-show .title-news-show,
.wrap-faq-show .service-show .title-news-show,
.wrap-news-show .service-show .title-news-show,
.wrap-service-show .service-show .title-news-show,
.wrap-faq-show .faq-show .title-service-show,
.wrap-news-show .faq-show .title-service-show,
.wrap-service-show .faq-show .title-service-show,
.wrap-faq-show .news-show .title-service-show,
.wrap-news-show .news-show .title-service-show,
.wrap-service-show .news-show .title-service-show,
.wrap-faq-show .service-show .title-service-show,
.wrap-news-show .service-show .title-service-show,
.wrap-service-show .service-show .title-service-show {
    padding-bottom: 10px;

    text-align: center;

    border-bottom: solid 1px #d9d9d9;
}

.wrap-faq-show .faq-show .title-faq-show h1,
.wrap-news-show .faq-show .title-faq-show h1,
.wrap-service-show .faq-show .title-faq-show h1,
.wrap-faq-show .news-show .title-faq-show h1,
.wrap-news-show .news-show .title-faq-show h1,
.wrap-service-show .news-show .title-faq-show h1,
.wrap-faq-show .service-show .title-faq-show h1,
.wrap-news-show .service-show .title-faq-show h1,
.wrap-service-show .service-show .title-faq-show h1,
.wrap-faq-show .faq-show .title-news-show h1,
.wrap-news-show .faq-show .title-news-show h1,
.wrap-service-show .faq-show .title-news-show h1,
.wrap-faq-show .news-show .title-news-show h1,
.wrap-news-show .news-show .title-news-show h1,
.wrap-service-show .news-show .title-news-show h1,
.wrap-faq-show .service-show .title-news-show h1,
.wrap-news-show .service-show .title-news-show h1,
.wrap-service-show .service-show .title-news-show h1,
.wrap-faq-show .faq-show .title-service-show h1,
.wrap-news-show .faq-show .title-service-show h1,
.wrap-service-show .faq-show .title-service-show h1,
.wrap-faq-show .news-show .title-service-show h1,
.wrap-news-show .news-show .title-service-show h1,
.wrap-service-show .news-show .title-service-show h1,
.wrap-faq-show .service-show .title-service-show h1,
.wrap-news-show .service-show .title-service-show h1,
.wrap-service-show .service-show .title-service-show h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.38888889;

    margin: 0 0 10px 0;
}

@media (max-width: 767px) {

    .wrap-faq-show .faq-show .title-faq-show h1,
    .wrap-news-show .faq-show .title-faq-show h1,
    .wrap-service-show .faq-show .title-faq-show h1,
    .wrap-faq-show .news-show .title-faq-show h1,
    .wrap-news-show .news-show .title-faq-show h1,
    .wrap-service-show .news-show .title-faq-show h1,
    .wrap-faq-show .service-show .title-faq-show h1,
    .wrap-news-show .service-show .title-faq-show h1,
    .wrap-service-show .service-show .title-faq-show h1,
    .wrap-faq-show .faq-show .title-news-show h1,
    .wrap-news-show .faq-show .title-news-show h1,
    .wrap-service-show .faq-show .title-news-show h1,
    .wrap-faq-show .news-show .title-news-show h1,
    .wrap-news-show .news-show .title-news-show h1,
    .wrap-service-show .news-show .title-news-show h1,
    .wrap-faq-show .service-show .title-news-show h1,
    .wrap-news-show .service-show .title-news-show h1,
    .wrap-service-show .service-show .title-news-show h1,
    .wrap-faq-show .faq-show .title-service-show h1,
    .wrap-news-show .faq-show .title-service-show h1,
    .wrap-service-show .faq-show .title-service-show h1,
    .wrap-faq-show .news-show .title-service-show h1,
    .wrap-news-show .news-show .title-service-show h1,
    .wrap-service-show .news-show .title-service-show h1,
    .wrap-faq-show .service-show .title-service-show h1,
    .wrap-news-show .service-show .title-service-show h1,
    .wrap-service-show .service-show .title-service-show h1 {
        font-size: 20px;
    }
}

.wrap-faq-show .faq-show .title-faq-show p,
.wrap-news-show .faq-show .title-faq-show p,
.wrap-service-show .faq-show .title-faq-show p,
.wrap-faq-show .news-show .title-faq-show p,
.wrap-news-show .news-show .title-faq-show p,
.wrap-service-show .news-show .title-faq-show p,
.wrap-faq-show .service-show .title-faq-show p,
.wrap-news-show .service-show .title-faq-show p,
.wrap-service-show .service-show .title-faq-show p,
.wrap-faq-show .faq-show .title-news-show p,
.wrap-news-show .faq-show .title-news-show p,
.wrap-service-show .faq-show .title-news-show p,
.wrap-faq-show .news-show .title-news-show p,
.wrap-news-show .news-show .title-news-show p,
.wrap-service-show .news-show .title-news-show p,
.wrap-faq-show .service-show .title-news-show p,
.wrap-news-show .service-show .title-news-show p,
.wrap-service-show .service-show .title-news-show p,
.wrap-faq-show .faq-show .title-service-show p,
.wrap-news-show .faq-show .title-service-show p,
.wrap-service-show .faq-show .title-service-show p,
.wrap-faq-show .news-show .title-service-show p,
.wrap-news-show .news-show .title-service-show p,
.wrap-service-show .news-show .title-service-show p,
.wrap-faq-show .service-show .title-service-show p,
.wrap-news-show .service-show .title-service-show p,
.wrap-service-show .service-show .title-service-show p,
.wrap-faq-show .faq-show .title-faq-show .addthis_inline_share_toolbox,
.wrap-news-show .faq-show .title-faq-show .addthis_inline_share_toolbox,
.wrap-service-show .faq-show .title-faq-show .addthis_inline_share_toolbox,
.wrap-faq-show .news-show .title-faq-show .addthis_inline_share_toolbox,
.wrap-news-show .news-show .title-faq-show .addthis_inline_share_toolbox,
.wrap-service-show .news-show .title-faq-show .addthis_inline_share_toolbox,
.wrap-faq-show .service-show .title-faq-show .addthis_inline_share_toolbox,
.wrap-news-show .service-show .title-faq-show .addthis_inline_share_toolbox,
.wrap-service-show .service-show .title-faq-show .addthis_inline_share_toolbox,
.wrap-faq-show .faq-show .title-news-show .addthis_inline_share_toolbox,
.wrap-news-show .faq-show .title-news-show .addthis_inline_share_toolbox,
.wrap-service-show .faq-show .title-news-show .addthis_inline_share_toolbox,
.wrap-faq-show .news-show .title-news-show .addthis_inline_share_toolbox,
.wrap-news-show .news-show .title-news-show .addthis_inline_share_toolbox,
.wrap-service-show .news-show .title-news-show .addthis_inline_share_toolbox,
.wrap-faq-show .service-show .title-news-show .addthis_inline_share_toolbox,
.wrap-news-show .service-show .title-news-show .addthis_inline_share_toolbox,
.wrap-service-show .service-show .title-news-show .addthis_inline_share_toolbox,
.wrap-faq-show .faq-show .title-service-show .addthis_inline_share_toolbox,
.wrap-news-show .faq-show .title-service-show .addthis_inline_share_toolbox,
.wrap-service-show .faq-show .title-service-show .addthis_inline_share_toolbox,
.wrap-faq-show .news-show .title-service-show .addthis_inline_share_toolbox,
.wrap-news-show .news-show .title-service-show .addthis_inline_share_toolbox,
.wrap-service-show .news-show .title-service-show .addthis_inline_share_toolbox,
.wrap-faq-show .service-show .title-service-show .addthis_inline_share_toolbox,
.wrap-news-show .service-show .title-service-show .addthis_inline_share_toolbox,
.wrap-service-show .service-show .title-service-show .addthis_inline_share_toolbox {
    display: inline-block;

    vertical-align: middle;
}

.wrap-faq-show .faq-show .title-faq-show p,
.wrap-news-show .faq-show .title-faq-show p,
.wrap-service-show .faq-show .title-faq-show p,
.wrap-faq-show .news-show .title-faq-show p,
.wrap-news-show .news-show .title-faq-show p,
.wrap-service-show .news-show .title-faq-show p,
.wrap-faq-show .service-show .title-faq-show p,
.wrap-news-show .service-show .title-faq-show p,
.wrap-service-show .service-show .title-faq-show p,
.wrap-faq-show .faq-show .title-news-show p,
.wrap-news-show .faq-show .title-news-show p,
.wrap-service-show .faq-show .title-news-show p,
.wrap-faq-show .news-show .title-news-show p,
.wrap-news-show .news-show .title-news-show p,
.wrap-service-show .news-show .title-news-show p,
.wrap-faq-show .service-show .title-news-show p,
.wrap-news-show .service-show .title-news-show p,
.wrap-service-show .service-show .title-news-show p,
.wrap-faq-show .faq-show .title-service-show p,
.wrap-news-show .faq-show .title-service-show p,
.wrap-service-show .faq-show .title-service-show p,
.wrap-faq-show .news-show .title-service-show p,
.wrap-news-show .news-show .title-service-show p,
.wrap-service-show .news-show .title-service-show p,
.wrap-faq-show .service-show .title-service-show p,
.wrap-news-show .service-show .title-service-show p,
.wrap-service-show .service-show .title-service-show p {
    margin: 0;
    margin-right: 10px;
}

.wrap-faq-show .faq-show .text,
.wrap-news-show .faq-show .text,
.wrap-service-show .faq-show .text,
.wrap-faq-show .news-show .text,
.wrap-news-show .news-show .text,
.wrap-service-show .news-show .text,
.wrap-faq-show .service-show .text,
.wrap-news-show .service-show .text,
.wrap-service-show .service-show .text {
    margin-top: 30px;
}

.wrap-faq-show .faq-show .text p,
.wrap-news-show .faq-show .text p,
.wrap-service-show .faq-show .text p,
.wrap-faq-show .news-show .text p,
.wrap-news-show .news-show .text p,
.wrap-service-show .news-show .text p,
.wrap-faq-show .service-show .text p,
.wrap-news-show .service-show .text p,
.wrap-service-show .service-show .text p {
    font-size: 16px;
    line-height: 1.875;

    margin: 0;
}

@media (max-width: 767px) {

    .wrap-faq-show .faq-show .text p,
    .wrap-news-show .faq-show .text p,
    .wrap-service-show .faq-show .text p,
    .wrap-faq-show .news-show .text p,
    .wrap-news-show .news-show .text p,
    .wrap-service-show .news-show .text p,
    .wrap-faq-show .service-show .text p,
    .wrap-news-show .service-show .text p,
    .wrap-service-show .service-show .text p {
        font-size: 14px;
    }
}

.wrap-faq-show .faq-show .text img,
.wrap-news-show .faq-show .text img,
.wrap-service-show .faq-show .text img,
.wrap-faq-show .news-show .text img,
.wrap-news-show .news-show .text img,
.wrap-service-show .news-show .text img,
.wrap-faq-show .service-show .text img,
.wrap-news-show .service-show .text img,
.wrap-service-show .service-show .text img {
    max-width: 100%;
    height: auto !important;
}

.wrap-faq-show .faq-show .relate-faq,
.wrap-news-show .faq-show .relate-faq,
.wrap-service-show .faq-show .relate-faq,
.wrap-faq-show .news-show .relate-faq,
.wrap-news-show .news-show .relate-faq,
.wrap-service-show .news-show .relate-faq,
.wrap-faq-show .service-show .relate-faq,
.wrap-news-show .service-show .relate-faq,
.wrap-service-show .service-show .relate-faq {
    margin-top: 30px;
    padding: 10px;

    background-color: #f0f0f0;
}

.wrap-faq-show .faq-show .relate-faq a,
.wrap-news-show .faq-show .relate-faq a,
.wrap-service-show .faq-show .relate-faq a,
.wrap-faq-show .news-show .relate-faq a,
.wrap-news-show .news-show .relate-faq a,
.wrap-service-show .news-show .relate-faq a,
.wrap-faq-show .service-show .relate-faq a,
.wrap-news-show .service-show .relate-faq a,
.wrap-service-show .service-show .relate-faq a {
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.wrap-faq-show .faq-show .relate-faq a:hover,
.wrap-news-show .faq-show .relate-faq a:hover,
.wrap-service-show .faq-show .relate-faq a:hover,
.wrap-faq-show .news-show .relate-faq a:hover,
.wrap-news-show .news-show .relate-faq a:hover,
.wrap-service-show .news-show .relate-faq a:hover,
.wrap-faq-show .service-show .relate-faq a:hover,
.wrap-news-show .service-show .relate-faq a:hover,
.wrap-service-show .service-show .relate-faq a:hover {
    color: #0092e0;
}

.wrap-news .news .item {
    margin-top: 20px;
}

.wrap-news .news .item .img-box {
    padding-bottom: 65.78947368%;
}

.wrap-news .news .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.wrap-news .news .item .note {
    margin-top: 10px;
}

.wrap-news .news .item .note span.date {
    font-size: 14px;
    line-height: 30px;

    display: block;

    margin-top: 10px;

    color: #999;
}

.wrap-news .news .item .note b {
    font-size: 16px;
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

    height: 26px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.wrap-news .news .item .note p {
    font-size: 14px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 10px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.wrap-news .news .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.wrap-news .news .item:hover .note b {
    color: #0092e0;
}

.wrap-service {
    padding: 0;
}

.wrap-service .service ul li:nth-child(2n) .pic {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

@media (max-width: 767px) {
    .wrap-service .service ul li:nth-child(2n) .pic {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.wrap-service .service ul li:nth-child(2n) .text {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

@media (max-width: 767px) {
    .wrap-service .service ul li:nth-child(2n) .text {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.wrap-service .service .item {
    font-size: 0;
}

.wrap-service .service .item .pic,
.wrap-service .service .item .text {
    font-size: 14px;

    display: inline-block;

    width: 50%;

    vertical-align: middle;
}

@media (max-width: 767px) {

    .wrap-service .service .item .pic,
    .wrap-service .service .item .text {
        display: block;

        width: 100%;
    }
}

.wrap-service .service .item .pic {
    overflow: hidden;
}

.wrap-service .service .item .pic img {
    width: 100%;

    -webkit-transition: all 1s;
    transition: all 1s;
}

.wrap-service .service .item .text {
    padding: 20px 6%;
}

@media (max-width: 1350px) {
    .wrap-service .service .item .text {
        padding: 10px 3%;
    }
}

@media (max-width: 767px) {
    .wrap-service .service .item .text {
        padding: 20px 10px;
    }
}

.wrap-service .service .item .text .title-service h3 {
    font-family: 'Oswald', Arial;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.5;

    margin: 0;

    color: #000;
}

@media (max-width: 1350px) {
    .wrap-service .service .item .text .title-service h3 {
        font-size: 30px;
    }
}

@media (max-width: 1199px) {
    .wrap-service .service .item .text .title-service h3 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .wrap-service .service .item .text .title-service h3 {
        font-size: 20px;
    }
}

.wrap-service .service .item .text .title-service h3:after {
    display: block;

    width: 75px;
    height: 5px;
    margin-top: 15px;

    content: '';

    background-color: #00324d;
}

@media (max-width: 767px) {
    .wrap-service .service .item .text .title-service h3:after {
        width: 50px;
        height: 3px;
        margin-top: 6px;
    }
}

.wrap-service .service .item .text .title-service h3:hover {
    text-decoration: underline;
}

.wrap-service .service .item .text .note {
    margin-top: 20px;
}

.wrap-service .service .item .text .note p {
    font-size: 16px;
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

    height: 104px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

@media (max-width: 1350px) {
    .wrap-service .service .item .text .note p {
        display: -webkit-box;
        overflow: hidden;

        height: 78px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
}

@media (max-width: 991px) {
    .wrap-service .service .item .text .note p {
        font-size: 14px;
        line-height: 20px;

        height: 60px;
    }
}

.wrap-service .service .item .text .link a {
    font-family: 'Oswald', Arial;
    font-size: 16px;
    font-weight: bold;
    line-height: 46px;

    display: inline-block;

    width: 146px;
    margin-top: 10px;

    text-align: center;
    vertical-align: top;

    color: #00324d;
    border: 2px solid #00324d;
}

@media (max-width: 991px) {
    .wrap-service .service .item .text .link a {
        font-size: 14px;
        line-height: 30px;

        width: 130px;
    }
}

.wrap-service .service .item .text .link a.more {
    color: #fff;
    background-color: #00324d;
}

.wrap-service .service .item .text .link a.more:hover {
    color: #00324d;
    background-color: #fff;
}

.wrap-service .service .item .text .link a:hover {
    color: #fff;
    background-color: #00324d;
}

.wrap-service .service .item:hover .pic img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.wrap-product .product .item {
    display: block;

    margin-top: 20px;
    padding: 10px;

    border: 1px solid #eee;
}

.wrap-product .product .item .pic {
    position: relative;
}

.wrap-product .product .item .pic a.addcart {
    font-size: 18px;
    line-height: 30px;

    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;

    width: 30px;
    height: 30px;

    cursor: pointer;
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #0092e0;
}

.wrap-product .product .item .pic a.addcart:after {
    font-family: 'iconfont' !important;

    content: '\e603';
}

.wrap-product .product .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.wrap-product .product .item b {
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;

    display: -webkit-box;
    overflow: hidden;

    height: 40px;
    margin-top: 16px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.wrap-product .product .item h4 {
    font-size: 14px;
    line-height: 24px;

    margin: 0;
}

.wrap-product .product .item h4 span {
    display: inline-block;

    vertical-align: top;

    color: #999;
}

.wrap-product .product .item h4 span.num,
.wrap-product .product .item h4 span.unit {
    color: #333;
}

.wrap-product .product .item p {
    line-height: 20px;

    display: -webkit-box;
    overflow: hidden;

    height: 40px;
    margin-top: 10px;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.wrap-product .product .item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.wrap-product .product .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.wrap-product .product .item:hover b {
    color: #0092e0;
}

.product-down {
    margin-top: 20px;
    padding: 10px;

    background-color: #f0f0f0;
}

.product-down .text p {
    font-size: 14px;
    line-height: 1.71428571;

    margin: 0;
}

.product-down .text a.down {
    line-height: 30px;

    display: block;
}

.product-down .text a.down:hover {
    color: #0092e0;
}

.wrap-product-show .title-product-show-top h1 {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    border-bottom: 1px solid #eee;
}

.wrap-product-show .carousel-wrap {
    font-size: 0;
}

@media (max-width: 991px) {
    .wrap-product-show .carousel-wrap {
        margin: 0;
    }
}

.wrap-product-show .carousel-wrap .carousel {
    font-size: 0;

    display: inline-block;

    width: 38%;
    padding: 9px;

    vertical-align: top;

    border: 1px solid #eee;
    background: #f9f9f9;
}

@media (max-width: 991px) {
    .wrap-product-show .carousel-wrap .carousel {
        width: 100%;
    }
}

.wrap-product-show .carousel-wrap .carousel .slider-for {
    position: relative;
}

.wrap-product-show .carousel-wrap .carousel .slider-for .item {
    position: relative;
}

.wrap-product-show .carousel-wrap .carousel .slider-for .item a.addcart {
    font-size: 18px;
    line-height: 30px;

    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;

    width: 30px;
    height: 30px;

    cursor: pointer;
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #0092e0;
}

.wrap-product-show .carousel-wrap .carousel .slider-for .item a.addcart:after {
    font-family: 'iconfont' !important;

    content: '\e603';
}

.wrap-product-show .carousel-wrap .info-box {
    position: relative;

    display: inline-block;

    width: 62%;
    padding-left: 30px;

    vertical-align: top;
}

@media (max-width: 1350px) {
    .wrap-product-show .carousel-wrap .info-box {
        padding-top: 0;
    }
}

@media (max-width: 991px) {
    .wrap-product-show .carousel-wrap .info-box {
        width: 100%;
        padding: 30px 0;
    }
}

.wrap-product-show .carousel-wrap .info-box .text {
    font-size: 14px;

    margin-top: 20px;

    border-top: 1px solid #eee;
}

@media (max-width: 1470px) {
    .wrap-product-show .carousel-wrap .info-box .text {
        min-height: 240px;
    }
}

@media (max-width: 991px) {
    .wrap-product-show .carousel-wrap .info-box .text {
        min-height: auto;
    }
}

.wrap-product-show .carousel-wrap .info-box .text p {
    font-size: 15px;
    line-height: 2;

    color: #666;
}

@media (max-width: 767px) {
    .wrap-product-show .carousel-wrap .info-box .text p {
        font-size: 14px;
    }
}

.wrap-product-show .carousel-wrap .info-box .text .table-box {
    overflow: auto;

    width: 100%;
    max-width: 100%;
}

.wrap-product-show .carousel-wrap .info-box .text table {
    width: 100%;
    max-width: 100%;
    margin: 20px 0 0 0;
    padding: 0;

    border-spacing: 0;
    border-collapse: collapse;
}

.wrap-product-show .carousel-wrap .info-box .text table tr,
.wrap-product-show .carousel-wrap .info-box .text table td,
.wrap-product-show .carousel-wrap .info-box .text table th {
    width: auto !important;
    height: auto !important;

    vertical-align: middle;
}

.wrap-product-show .carousel-wrap .info-box .text table td,
.wrap-product-show .carousel-wrap .info-box .text table th {
    padding: 4px 10px !important;

    border: none !important;
}

.wrap-product-show .carousel-wrap .info-box .text table th {
    font-size: 14px;
    font-weight: normal;

    color: #fff;
    background-color: #0092e0;
}

.wrap-product-show .carousel-wrap .info-box .text table tr p,
.wrap-product-show .carousel-wrap .info-box .text table tr span {
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}

.wrap-product-show .carousel-wrap .info-box .text span {
    color: #999;
}

.wrap-product-show .carousel-wrap .info-box .btn-download a {
    font-size: 16px;
    line-height: 1.875;

    display: inline-block;

    text-decoration: underline;
}

.wrap-product-show .carousel-wrap .info-box .btn-download a:after {
    font-family: 'iconfont' !important;

    float: right;

    margin-left: 10px;

    content: '\e77f';
    text-decoration: none;
}

.wrap-product-show .carousel-wrap .info-box .btn-download a:hover {
    color: #0092e0;
}

.wrap-product-show .carousel-wrap .info-box .btn-info-ta {
    margin-top: 10px;
}

.wrap-product-show .carousel-wrap .info-box .btn-info-ta a {
    font-family: 'Oswald', Arial;
    font-size: 16px;
    font-weight: bold;
    line-height: 46px;

    display: inline-block;

    width: 146px;
    margin-top: 10px;
    margin-right: 10px;

    text-align: center;
    vertical-align: top;

    color: #00324d;
    border: 2px solid #00324d;
}

@media (max-width: 991px) {
    .wrap-product-show .carousel-wrap .info-box .btn-info-ta a {
        font-size: 14px;
        line-height: 30px;

        width: 130px;
    }
}

.wrap-product-show .carousel-wrap .info-box .btn-info-ta a.btn-contact {
    color: #fff;
    background-color: #00324d;
}

.wrap-product-show .carousel-wrap .info-box .btn-info-ta a.btn-contact:hover {
    color: #00324d;
    background-color: #fff;
}

.wrap-product-show .carousel-wrap .info-box .btn-info-ta a:hover {
    color: #fff;
    background-color: #00324d;
}

.wrap-product-show .carousel-wrap .info-box .share {
    display: inline-block;
}

.wrap-product-show .carousel-wrap .info-box .share span,
.wrap-product-show .carousel-wrap .info-box .share .addthis_inline_share_toolbox {
    font-size: 15px;

    display: inline-block;

    vertical-align: middle;
}

.wrap-product-show .carousel-wrap .info-box .share .addthis_inline_share_toolbox {
    margin-left: 10px;
}

.wrap-product-show .title-product-show {
    padding-bottom: 10px;

    border-bottom: 1px solid #eee;
}

.wrap-product-show .title-product-show h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    display: inline-block;

    margin: 0;

    vertical-align: middle;
}

.wrap-product-show .title-product-show p {
    line-height: 24px;

    margin: 6px 0 0 0;

    color: #666;
}

.wrap-product-show .parameter,
.wrap-product-show .features,
.wrap-product-show .application,
.wrap-product-show .relate-product,
.wrap-product-show .inquiry,
.wrap-product-show .keyword {
    padding-top: 50px;
}

.wrap-product-show .keyword .text {
    margin-top: 20px;
}

.wrap-product-show .keyword .text a {
    line-height: 30px;

    display: inline-block;

    padding: 0 6px;
}

.wrap-product-show .keyword .text a:hover {
    text-decoration: underline;

    color: #0092e0;
}

.wrap-product-show .parameter .text,
.wrap-product-show .features .text,
.wrap-product-show .application .text {
    margin-top: 20px;
}

.wrap-product-show .parameter .text p,
.wrap-product-show .features .text p,
.wrap-product-show .application .text p {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;

    margin: 0;

    color: #666;
}

@media (max-width: 767px) {

    .wrap-product-show .parameter .text p,
    .wrap-product-show .features .text p,
    .wrap-product-show .application .text p {
        font-size: 14px;
    }
}

.wrap-product-show .parameter .text img,
.wrap-product-show .features .text img,
.wrap-product-show .application .text img {
    max-width: 100%;
    height: auto !important;
}

.wrap-product-show .parameter .text .table-box,
.wrap-product-show .features .text .table-box,
.wrap-product-show .application .text .table-box {
    overflow: auto;

    width: 100%;
    max-width: 100%;
}

.wrap-product-show .parameter .text table,
.wrap-product-show .features .text table,
.wrap-product-show .application .text table {
    width: 100%;
    max-width: 100%;
    margin: 20px 0 0 0;
    padding: 0;

    border-spacing: 0;
    border-collapse: collapse;
}

.wrap-product-show .parameter .text table tr,
.wrap-product-show .features .text table tr,
.wrap-product-show .application .text table tr,
.wrap-product-show .parameter .text table td,
.wrap-product-show .features .text table td,
.wrap-product-show .application .text table td,
.wrap-product-show .parameter .text table th,
.wrap-product-show .features .text table th,
.wrap-product-show .application .text table th {
    width: auto !important;
    height: auto !important;

    vertical-align: middle;
}

.wrap-product-show .parameter .text table td,
.wrap-product-show .features .text table td,
.wrap-product-show .application .text table td,
.wrap-product-show .parameter .text table th,
.wrap-product-show .features .text table th,
.wrap-product-show .application .text table th {
    padding: 8px 20px !important;

    border: 1px solid #dcdcdc !important;
}

.wrap-product-show .parameter .text table th,
.wrap-product-show .features .text table th,
.wrap-product-show .application .text table th {
    font-size: 15px;
    font-weight: normal;

    color: #fff;
    background-color: #0092e0;
}

.wrap-product-show .parameter .text table tr p,
.wrap-product-show .features .text table tr p,
.wrap-product-show .application .text table tr p,
.wrap-product-show .parameter .text table tr span,
.wrap-product-show .features .text table tr span,
.wrap-product-show .application .text table tr span {
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}

.wrap-product-show .inquiry .message {
    margin-top: 20px;
    padding: 20px;

    background-color: #f9f9f9;
}

@media (max-width: 991px) {
    .wrap-product-show .inquiry .message {
        padding: 10px;
    }
}

.wrap-product-show .inquiry form input,
.wrap-product-show .inquiry form textarea {
    line-height: 24px;

    width: 100%;
    margin-bottom: 14px;
    padding: 10px 20px;

    resize: vertical;

    border: none;
    border: 1px solid #ddd;
    outline: none;
    background: #fff;
}

@media (max-width: 991px) {

    .wrap-product-show .inquiry form input,
    .wrap-product-show .inquiry form textarea {
        font-size: 14px;

        margin-top: 10px;
        padding: 10px;
    }
}

.wrap-product-show .inquiry form p {
    line-height: 30px;

    margin: 0;
}

.wrap-product-show .inquiry form input::-webkit-input-placeholder,
.wrap-product-show .inquiry form textarea::-webkit-input-placeholder {
    color: #666;
}

.wrap-product-show .inquiry form input:-o-placeholder,
.wrap-product-show .inquiry form textarea:-o-placeholder {
    color: #666;
}

.wrap-product-show .inquiry form input::-moz-placeholder,
.wrap-product-show .inquiry form textarea::-moz-placeholder {
    color: #666;
}

.wrap-product-show .inquiry form input:-ms-input-placeholder,
.wrap-product-show .inquiry form textarea:-ms-input-placeholder {
    color: #666;
}

.wrap-product-show .inquiry form input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}

.wrap-product-show .inquiry form input:focus::-o-placeholder,
.wrap-product-show .inquiry form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}

.wrap-product-show .inquiry form input:focus::-moz-placeholder,
.wrap-product-show .inquiry form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}

.wrap-product-show .inquiry form input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}

.wrap-product-show .inquiry form .read input::-webkit-input-placeholder,
.wrap-product-show .inquiry form .read textarea::-webkit-input-placeholder {
    color: #333;
}

.wrap-product-show .inquiry form .read input:-o-placeholder,
.wrap-product-show .inquiry form .read textarea:-o-placeholder {
    color: #333;
}

.wrap-product-show .inquiry form .read input::-moz-placeholder,
.wrap-product-show .inquiry form .read textarea::-moz-placeholder {
    color: #333;
}

.wrap-product-show .inquiry form .read input:-ms-input-placeholder,
.wrap-product-show .inquiry form .read textarea:-ms-input-placeholder {
    color: #333;
}

.wrap-product-show .inquiry form .read input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry form .read textarea:focus::-webkit-input-placeholder {
    color: #333;
}

.wrap-product-show .inquiry form .read input:focus::-o-placeholder,
.wrap-product-show .inquiry form .read textarea:focus::-o-placeholder {
    color: #333;
}

.wrap-product-show .inquiry form .read input:focus::-moz-placeholder,
.wrap-product-show .inquiry form .read textarea:focus::-moz-placeholder {
    color: #333;
}

.wrap-product-show .inquiry form .read input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry form .read textarea:focus::-ms-input-placeholder {
    color: #333;
}

.wrap-product-show .inquiry form .read input {
    font-weight: bold;

    background-color: #e1e1e1;
}

.wrap-product-show .inquiry form .send {
    text-align: center;
}

.wrap-product-show .inquiry form .submit {
    font-weight: bold;
    line-height: 44px;

    margin-top: 20px;
    padding: 0 50px;

    -webkit-transition: all .4s;
    transition: all .4s;

    color: #fff;
    border-radius: 0;
    background-color: #00324d;
}

@media (max-width: 991px) {
    .wrap-product-show .inquiry form .submit {
        padding: 0 40px;
    }
}

.wrap-product-show .inquiry form .submit:hover {
    background-color: #0092e0;
}

.wrap-product-show .inquiry form .agree input,
.wrap-product-show .inquiry form .agree a {
    line-height: 30px;

    display: inline-block;

    width: auto;

    vertical-align: middle;
}

.wrap-product-show .inquiry form .agree input {
    float: left;

    margin-top: 8px;
    margin-right: 10px;
}

.wrap-product-show .inquiry form .agree a:hover {
    color: #0092e0;
}

/* .wrap-product-show .inquiry form .file
{
    line-height: 30px;

    position: relative;

    display: inline-block;

    margin-top: 10px;
    padding: 0 10px;

    cursor: pointer;

    color: #666;
    border: none;
    border-radius: 3px;
    background: #f0f0f0;
}
.wrap-product-show .inquiry form .file:before
{
    font-family: 'iconfont' !important;

    margin-right: 6px;

    content: '\e659';
} */
.wrap-product-show .inquiry form .file input {
    font-size: 100px;

    position: absolute;
    top: 0;
    right: 0;

    opacity: 0;
}

.wrap-product-show .inquiry form .file:hover {
    text-decoration: none;

    color: #004974;
    /* border-color: #78c3f3;
    background: #aadffd; */
}

.wrap-product-show .relate-product .slick-relate-product {
    margin: 0 -15px;
}

.wrap-product-show .relate-product .slick-slide {
    padding: 0 15px;
}

.wrap-product-show .relate-product .slick-arrow {
    left: 15px;
}

.wrap-product-show .relate-product .slick-arrow.slick-next {
    right: 15px;
    left: auto;
}

.wrap-product-show .relate-product .item {
    display: block;

    margin-top: 20px;
    padding: 10px;

    border: 1px solid #eee;
}

.wrap-product-show .relate-product .item .pic {
    position: relative;
}

.wrap-product-show .relate-product .item .pic a.addcart {
    font-size: 18px;
    line-height: 30px;

    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;

    width: 30px;
    height: 30px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #0092e0;
}

.wrap-product-show .relate-product .item .pic a.addcart:after {
    font-family: 'iconfont' !important;

    content: '\e603';
}

.wrap-product-show .relate-product .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.wrap-product-show .relate-product .item b {
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;

    display: -webkit-box;
    overflow: hidden;

    height: 40px;
    margin-top: 16px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.wrap-product-show .relate-product .item h4 {
    font-size: 14px;
    line-height: 24px;

    margin: 0;
}

.wrap-product-show .relate-product .item h4 span {
    display: inline-block;

    vertical-align: top;

    color: #999;
}

.wrap-product-show .relate-product .item h4 span.num,
.wrap-product-show .relate-product .item h4 span.unit {
    color: #333;
}

.wrap-product-show .relate-product .item p {
    line-height: 20px;

    display: -webkit-box;
    overflow: hidden;

    height: 40px;
    margin-top: 10px;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.wrap-product-show .relate-product .item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.wrap-product-show .relate-product .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.wrap-product-show .relate-product .item:hover b {
    color: #0092e0;
}

.wrap-contact .wrap-title h2 {
    font-weight: normal;
}

.wrap-contact .message form {
    margin-top: 20px;
}

.wrap-contact .message form input,
.wrap-contact .message form textarea {
    line-height: 24px;

    width: 100%;
    margin-bottom: 14px;
    padding: 10px 20px;

    resize: vertical;

    border: none;
    border: 1px solid #ddd;
    outline: none;
    background: #fff;
}

@media (max-width: 991px) {

    .wrap-contact .message form input,
    .wrap-contact .message form textarea {
        font-size: 14px;

        margin-top: 10px;
        padding: 10px;
    }
}

.wrap-contact .message form p {
    line-height: 30px;

    margin: 0;
}

.wrap-contact .message form input::-webkit-input-placeholder,
.wrap-contact .message form textarea::-webkit-input-placeholder {
    color: #666;
}

.wrap-contact .message form input:-o-placeholder,
.wrap-contact .message form textarea:-o-placeholder {
    color: #666;
}

.wrap-contact .message form input::-moz-placeholder,
.wrap-contact .message form textarea::-moz-placeholder {
    color: #666;
}

.wrap-contact .message form input:-ms-input-placeholder,
.wrap-contact .message form textarea:-ms-input-placeholder {
    color: #666;
}

.wrap-contact .message form input:focus::-webkit-input-placeholder,
.wrap-contact .message form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}

.wrap-contact .message form input:focus::-o-placeholder,
.wrap-contact .message form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}

.wrap-contact .message form input:focus::-moz-placeholder,
.wrap-contact .message form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}

.wrap-contact .message form input:focus::-ms-input-placeholder,
.wrap-contact .message form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}

.wrap-contact .message form .read input::-webkit-input-placeholder,
.wrap-contact .message form .read textarea::-webkit-input-placeholder {
    color: #333;
}

.wrap-contact .message form .read input:-o-placeholder,
.wrap-contact .message form .read textarea:-o-placeholder {
    color: #333;
}

.wrap-contact .message form .read input::-moz-placeholder,
.wrap-contact .message form .read textarea::-moz-placeholder {
    color: #333;
}

.wrap-contact .message form .read input:-ms-input-placeholder,
.wrap-contact .message form .read textarea:-ms-input-placeholder {
    color: #333;
}

.wrap-contact .message form .read input:focus::-webkit-input-placeholder,
.wrap-contact .message form .read textarea:focus::-webkit-input-placeholder {
    color: #333;
}

.wrap-contact .message form .read input:focus::-o-placeholder,
.wrap-contact .message form .read textarea:focus::-o-placeholder {
    color: #333;
}

.wrap-contact .message form .read input:focus::-moz-placeholder,
.wrap-contact .message form .read textarea:focus::-moz-placeholder {
    color: #333;
}

.wrap-contact .message form .read input:focus::-ms-input-placeholder,
.wrap-contact .message form .read textarea:focus::-ms-input-placeholder {
    color: #333;
}

.wrap-contact .message form .read input {
    font-weight: bold;

    background-color: #e1e1e1;
}

.wrap-contact .message form .send {
    text-align: center;
}

.wrap-contact .message form .submit {
    font-weight: bold;
    line-height: 44px;

    margin-top: 20px;
    padding: 0 50px;

    -webkit-transition: all .4s;
    transition: all .4s;

    color: #fff;
    border: none;
    border-radius: 0;
    outline: none;
    background-color: #00324d;
    box-shadow: none;
}

@media (max-width: 991px) {
    .wrap-contact .message form .submit {
        padding: 0 40px;
    }
}

.wrap-contact .message form .submit:hover {
    background-color: #0092e0;
}

.wrap-contact .message form .agree input,
.wrap-contact .message form .agree a {
    line-height: 30px;

    display: inline-block;

    width: auto;

    vertical-align: middle;
}

.wrap-contact .message form .agree input {
    float: left;

    margin-top: 8px;
    margin-right: 10px;
}

.wrap-contact .message form .agree a:hover {
    color: #0092e0;
}

/* .wrap-contact .message form .file
{
    line-height: 30px;

    position: relative;

    display: inline-block;

    height: 30px;
    margin-top: 20px;
    padding: 0 10px;

    cursor: pointer;

    color: #666;
    border: none;
    border-radius: 3px;
    background: #f0f0f0;
}
.wrap-contact .message form .file:before
{
    font-family: 'iconfont' !important;

    margin-right: 6px;

    content: '\e659';
} */
.wrap-contact .message form .file input {
    position: absolute;
    top: 0;
    right: 0;

    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0;

    cursor: pointer;

    opacity: 0;
}

.wrap-contact .message form .file:hover {
    text-decoration: none;

    color: #004974;
    /* border-color: #78c3f3;
    background: #aadffd; */
}

.wrap-contact .contact .text {
    margin-top: 20px;
}

.wrap-contact .contact .text .title-text {
    border-bottom: 1px dashed #ddd;
}

.wrap-contact .contact .text .title-text h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
}

.wrap-contact .contact .text .note {
    margin-top: 10px;
}

.wrap-contact .contact .text .note img {
    max-width: 100%;
}

.wrap-contact .contact .text .note img,
.wrap-contact .contact .text .note b {
    display: block;

    color: #666;
}

.wrap-contact .contact .text .note table {
    width: 100%;
}

.wrap-contact .contact .text .note table td {
    line-height: 24px;

    padding: 6px;
}

.wrap-contact .contact .text .note table td:nth-child(1) {
    width: 150px;
    padding-right: 10px;

    text-align: right;
}

@media (max-width: 767px) {
    .wrap-contact .contact .text .note table td:nth-child(1) {
        width: 120px;
    }
}

.wrap-contact .contact .text .note a:hover {
    text-decoration: underline;

    color: #0092e0;
}

.wrap-agree .agree {
    margin-top: 10px;
}

.wrap-agree .agree p {
    font-size: 15px;
    line-height: 1.71428571;
}

.wrap-agree .agree p b {
    font-size: 16px;
}

.wrap-agree .agree a {
    color: #00324d;
}

.wrap-agree .agree a:hover {
    text-decoration: underline;
}

.wrap-inquiry {
    padding-top: 30px;
}

.wrap-inquiry .bar {
    margin-top: 30px;
}

.wrap-inquiry table {
    width: 100%;

    border-collapse: collapse;
}

.wrap-inquiry table tr {
    border: 1px solid #eee;
}

.wrap-inquiry table tr:first-child {
    font-size: 16px;

    overflow: hidden;

    background-color: #f6f6f6;
}

@media (max-width: 991px) {
    .wrap-inquiry table tr:first-child {
        font-size: 14px;
    }
}

.wrap-inquiry table th {
    font-weight: normal;
    line-height: 30px;

    height: 52px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;

    text-align: left;
}

.wrap-inquiry table td,
.wrap-inquiry table th {
    padding: 30px 10px;
}

.wrap-inquiry table td:first-child,
.wrap-inquiry table th:first-child {
    width: 15%;
    padding: 0 5%;
}

@media (max-width: 767px) {

    .wrap-inquiry table td:first-child,
    .wrap-inquiry table th:first-child {
        width: 22%;
        padding: 0 2%;
    }
}

.wrap-inquiry table td:nth-child(2),
.wrap-inquiry table th:nth-child(2) {
    width: 55%;
}

@media (max-width: 991px) {

    .wrap-inquiry table td:nth-child(2),
    .wrap-inquiry table th:nth-child(2) {
        width: 50%;
    }
}

@media (max-width: 767px) {

    .wrap-inquiry table td:nth-child(2),
    .wrap-inquiry table th:nth-child(2) {
        width: 35%;
    }
}

.wrap-inquiry table td:nth-child(3),
.wrap-inquiry table th:nth-child(3) {
    width: 15%;
}

@media (max-width: 991px) {

    .wrap-inquiry table td:nth-child(3),
    .wrap-inquiry table th:nth-child(3) {
        width: 20%;
    }
}

@media (max-width: 767px) {

    .wrap-inquiry table td:nth-child(3),
    .wrap-inquiry table th:nth-child(3) {
        width: 30%;
    }
}

.wrap-inquiry table td:nth-child(4),
.wrap-inquiry table th:nth-child(4) {
    width: 15%;

    text-align: center;
}

.wrap-inquiry table .Each,
.wrap-inquiry table .all {
    position: relative;

    float: left;

    width: 20px;
    height: 20px;
    margin-right: 10px;

    text-align: center;

    border: 1px solid #dcdcdc;
    outline: none;
    background-color: #fff;

    -webkit-appearance: none;
}

.wrap-inquiry table .Each:checked::after,
.wrap-inquiry table .all:checked::after {
    font-family: 'iconfont';
    font-size: 18px;

    position: absolute;
    top: -6px;
    left: 0;

    content: '\e624';

    color: #0092e0;
}

.wrap-inquiry table input {
    font-size: 16px;
    line-height: 32px;

    position: relative;
    top: -1px;

    width: 60px;
    height: 32px;

    text-align: center;
    vertical-align: top;

    border: none;
    outline: none;
}

@media (max-width: 991px) {
    .wrap-inquiry table input {
        width: 30px;
    }
}

@media (max-width: 767px) {
    .wrap-inquiry table input {
        font-size: 14px;
        line-height: 30px;

        width: 20px;
        height: 30px;

        border-right: none;
        border-left: none;
    }
}

.wrap-inquiry table .del1,
.wrap-inquiry table .add1 {
    font-size: 20px;
    line-height: 28px;

    display: inline-block;

    width: 36px;
    height: 32px;
    margin-top: -1px;
    padding: 0;

    cursor: pointer;
    text-align: center;
    vertical-align: top;

    border: 1px solid #dfdfdf;
}

@media (max-width: 767px) {

    .wrap-inquiry table .del1,
    .wrap-inquiry table .add1 {
        line-height: 30px;

        position: relative;
        z-index: 8;

        width: 20px;
        height: 30px;
    }
}

.wrap-inquiry table .pic {
    display: inline-block;

    width: 24%;
    margin-right: -4px;

    vertical-align: middle;
}

@media (max-width: 767px) {
    .wrap-inquiry table .pic {
        display: block;

        width: 100%;
    }
}

.wrap-inquiry table p {
    font-size: 16px;
    line-height: 24px;

    display: inline-block;
    overflow: hidden;

    width: 70%;
    height: 24px;
    margin: 0;
    margin-right: -4px;
    padding-left: 4%;

    vertical-align: middle;
}

@media (max-width: 767px) {
    .wrap-inquiry table p {
        font-size: 14px;

        display: block;

        width: 100%;
        margin: 0;
    }
}

@media (max-width: 320px) {
    .wrap-inquiry table p {
        font-size: 12px;
    }
}

.wrap-inquiry .close {
    float: none;

    cursor: pointer;
    text-align: center;

    opacity: 1;
}

.wrap-inquiry .close::after {
    font-family: 'iconfont';
    font-size: 24px;
    font-weight: normal;

    content: '\e632';

    color: #999;
}

.wrap-inquiry .close:hover::after {
    color: #00324d;
}

.wrap-inquiry .title-inquiry {
    padding-bottom: 10px;

    border-bottom: 1px solid #eee;
}

.wrap-inquiry .title-inquiry h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    display: inline-block;

    margin: 0;

    vertical-align: middle;
    text-transform: uppercase;
}

.wrap-inquiry .title-inquiry p {
    font-size: 16px;
    line-height: 28px;

    display: inline-block;
    float: right;

    margin: 0;
}

.wrap-inquiry .inquiry {
    padding-top: 50px;
}

.wrap-inquiry .inquiry .title-product-show h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    display: inline-block;

    margin: 0;

    vertical-align: middle;
    text-transform: uppercase;
}

.wrap-inquiry .inquiry .title-product-show p {
    font-size: 14px;
    line-height: 1.71428571;

    margin: 0;
}

.wrap-inquiry .inquiry form input,
.wrap-inquiry .inquiry form textarea {
    line-height: 24px;

    width: 100%;
    margin-bottom: 14px;
    padding: 10px 20px;

    resize: vertical;

    border: none;
    border: 1px solid #ddd;
    outline: none;
    background: #fff;
}

@media (max-width: 991px) {

    .wrap-inquiry .inquiry form input,
    .wrap-inquiry .inquiry form textarea {
        font-size: 14px;

        margin-top: 10px;
        padding: 10px;
    }
}

.wrap-inquiry .inquiry form p {
    line-height: 30px;

    margin: 0;
}

.wrap-inquiry .inquiry form input::-webkit-input-placeholder,
.wrap-inquiry .inquiry form textarea::-webkit-input-placeholder {
    color: #666;
}

.wrap-inquiry .inquiry form input:-o-placeholder,
.wrap-inquiry .inquiry form textarea:-o-placeholder {
    color: #666;
}

.wrap-inquiry .inquiry form input::-moz-placeholder,
.wrap-inquiry .inquiry form textarea::-moz-placeholder {
    color: #666;
}

.wrap-inquiry .inquiry form input:-ms-input-placeholder,
.wrap-inquiry .inquiry form textarea:-ms-input-placeholder {
    color: #666;
}

.wrap-inquiry .inquiry form input:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}

.wrap-inquiry .inquiry form input:focus::-o-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}

.wrap-inquiry .inquiry form input:focus::-moz-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}

.wrap-inquiry .inquiry form input:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}

.wrap-inquiry .inquiry form .read input::-webkit-input-placeholder,
.wrap-inquiry .inquiry form .read textarea::-webkit-input-placeholder {
    color: #333;
}

.wrap-inquiry .inquiry form .read input:-o-placeholder,
.wrap-inquiry .inquiry form .read textarea:-o-placeholder {
    color: #333;
}

.wrap-inquiry .inquiry form .read input::-moz-placeholder,
.wrap-inquiry .inquiry form .read textarea::-moz-placeholder {
    color: #333;
}

.wrap-inquiry .inquiry form .read input:-ms-input-placeholder,
.wrap-inquiry .inquiry form .read textarea:-ms-input-placeholder {
    color: #333;
}

.wrap-inquiry .inquiry form .read input:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry form .read textarea:focus::-webkit-input-placeholder {
    color: #333;
}

.wrap-inquiry .inquiry form .read input:focus::-o-placeholder,
.wrap-inquiry .inquiry form .read textarea:focus::-o-placeholder {
    color: #333;
}

.wrap-inquiry .inquiry form .read input:focus::-moz-placeholder,
.wrap-inquiry .inquiry form .read textarea:focus::-moz-placeholder {
    color: #333;
}

.wrap-inquiry .inquiry form .read input:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry form .read textarea:focus::-ms-input-placeholder {
    color: #333;
}

.wrap-inquiry .inquiry form .read input {
    font-weight: bold;

    background-color: #e1e1e1;
}

.wrap-inquiry .inquiry form .send {
    text-align: center;
}

.wrap-inquiry .inquiry form .submit {
    font-weight: bold;
    line-height: 44px;

    margin-top: 20px;
    padding: 0 50px;

    -webkit-transition: all .4s;
    transition: all .4s;

    color: #fff;
    border-radius: 0;
    background-color: #00324d;
}

@media (max-width: 991px) {
    .wrap-inquiry .inquiry form .submit {
        padding: 0 40px;
    }
}

.wrap-inquiry .inquiry form .submit:hover {
    background-color: #0092e0;
}

.wrap-inquiry .inquiry form .agree input,
.wrap-inquiry .inquiry form .agree a {
    line-height: 30px;

    display: inline-block;

    width: auto;

    vertical-align: middle;
}

.wrap-inquiry .inquiry form .agree input {
    float: left;

    margin-top: 8px;
    margin-right: 10px;
}

.wrap-inquiry .inquiry form .agree a:hover {
    color: #0092e0;
}

/* .wrap-inquiry .inquiry form .file
{
    line-height: 30px;

    position: relative;

    display: inline-block;

    margin-top: 10px;
    padding: 0 10px;

    cursor: pointer;

    color: #666;
    border: none;
    border-radius: 3px;
    background: #f0f0f0;
}
.wrap-inquiry .inquiry form .file:before
{
    font-family: 'iconfont' !important;

    margin-right: 6px;

    content: '\e659';
} */
.wrap-inquiry .inquiry form .file input {
    font-size: 100px;

    position: absolute;
    top: 0;
    right: 0;

    opacity: 0;
}

.wrap-inquiry .inquiry form .file:hover {
    text-decoration: none;

    color: #004974;
    /*   border-color: #78c3f3;
    background: #aadffd; */
}

.pagination {
    display: block;
    clear: both;
    overflow: hidden;

    width: 100%;
    height: 1%;
    padding: 10px;

    background-color: #f0f0f0;
}

.pagination .pagination-box {
    float: left;
}

.pagination .pagination-nav {
    margin: 0;
    padding: 0;

    list-style: none outside none;
}

.pagination .pagination-nav li {
    display: inline-block;
    float: left;

    margin: 0 2px;
    padding: 0;
}

.pagination .pagination-nav li a {
    line-height: 28px;

    display: inline-block;
    overflow: hidden;

    padding: 0 9px;

    text-align: center;

    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff;
}

.pagination .pagination-nav li a:hover {
    color: #fff;
    border-color: #00324d;
    background: #00324d;
}

.pagination .pagination-nav li.pagination-active a {
    cursor: default;

    color: #aaa;
    border-color: transparent;
    background: none;
}

.pagination .pagination-nav li.pagination-disabled a {
    cursor: default;

    color: #aaa;
    border-color: transparent;
    background: none;
}

.pagination .page-goto {
    float: right;
}

.pagination .page-goto .pager-label {
    line-height: 30px;

    display: inline-block;
    float: left;
}

.pagination .page-goto .textfield-normal {
    font-size: 12px;
    font-weight: normal;
    line-height: 28px;

    float: left;

    min-width: 40px;
    height: 28px;
    margin: 0 5px;
    padding: 0 5px;

    color: #333;
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1) inset;
}

.pagination .page-goto .pager-button {
    line-height: 30px;

    display: inline-block;

    padding: 0 10px;

    color: #fff;
    background: #333;
}

.pagination .page-goto .pager-button:hover {
    background: #00324d;
}

.sys-chain {
    padding: 10px 0;

    background: #fff;
}

.sys-chain .prev .prev-title {
    color: #000;
}

.sys-chain .prev a {
    text-decoration: underline;

    color: #666;
}

.sys-chain .prev a:hover {
    color: #00324d;
}

.sys-chain .next .next-title {
    color: #000;
}

.sys-chain .next a {
    text-decoration: underline;

    color: #666;
}

.sys-chain .next a:hover {
    text-decoration: underline;

    color: #00324d;
}

.sys-chain .next a:hover {
    color: #00324d;
}

@media screen and (max-width: 767px) {
    .pagination {
        padding: 3px 10px;
    }

    .pagination .pagination-box {
        float: none;
    }

    .pagination .page-goto {
        display: none;
    }

    .pagination .pagination-nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;

        text-align: center;

        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .pagination .pagination-nav li {
        float: none;

        margin: 2px;
    }
}

.stuck {
    position: fixed;
    z-index: 9;
    top: 0;

    width: 100%;
    height: 60px !important;
}

@media (max-width: 1199px) {
    .stuck {
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
}

.wrap-title {
    overflow: hidden;
}

.wrap-title h2 {
    display: inline-block;
}

.wrap-title h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    display: inline-block;
    float: right;

    margin: 0;
}

.wrap-product-inquiry {
    padding: 20px 10px;

    background-color: #f9f9f9;
}

.wrap-product-inquiry .product-inquiry {
    padding: 20px;

    border: 1px solid #dcdcdc;
    background-color: #fff;
}

.wrap-product-inquiry .product-inquiry .text p {
    line-height: 24px;

    margin: 0;
}

.wrap-product-inquiry .message {
    max-width: 860px;
    margin: 0 auto;
}

.wrap-product-inquiry .message form {
    margin-top: 20px;
}

.wrap-product-inquiry .message form input,
.wrap-product-inquiry .message form textarea {
    line-height: 24px;

    width: 100%;
    margin-bottom: 14px;
    padding: 10px 20px;

    resize: vertical;

    border: none;
    border: 1px solid #ddd;
    outline: none;
    background: #fff;
}

@media (max-width: 991px) {

    .wrap-product-inquiry .message form input,
    .wrap-product-inquiry .message form textarea {
        font-size: 14px;

        margin-top: 10px;
        padding: 10px;
    }
}

.wrap-product-inquiry .message form p {
    line-height: 30px;

    margin: 0;
}

.wrap-product-inquiry .message form input::-webkit-input-placeholder,
.wrap-product-inquiry .message form textarea::-webkit-input-placeholder {
    color: #666;
}

.wrap-product-inquiry .message form input:-o-placeholder,
.wrap-product-inquiry .message form textarea:-o-placeholder {
    color: #666;
}

.wrap-product-inquiry .message form input::-moz-placeholder,
.wrap-product-inquiry .message form textarea::-moz-placeholder {
    color: #666;
}

.wrap-product-inquiry .message form input:-ms-input-placeholder,
.wrap-product-inquiry .message form textarea:-ms-input-placeholder {
    color: #666;
}

.wrap-product-inquiry .message form input:focus::-webkit-input-placeholder,
.wrap-product-inquiry .message form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}

.wrap-product-inquiry .message form input:focus::-o-placeholder,
.wrap-product-inquiry .message form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}

.wrap-product-inquiry .message form input:focus::-moz-placeholder,
.wrap-product-inquiry .message form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}

.wrap-product-inquiry .message form input:focus::-ms-input-placeholder,
.wrap-product-inquiry .message form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}

.wrap-product-inquiry .message form .read input::-webkit-input-placeholder,
.wrap-product-inquiry .message form .read textarea::-webkit-input-placeholder {
    color: #333;
}

.wrap-product-inquiry .message form .read input:-o-placeholder,
.wrap-product-inquiry .message form .read textarea:-o-placeholder {
    color: #333;
}

.wrap-product-inquiry .message form .read input::-moz-placeholder,
.wrap-product-inquiry .message form .read textarea::-moz-placeholder {
    color: #333;
}

.wrap-product-inquiry .message form .read input:-ms-input-placeholder,
.wrap-product-inquiry .message form .read textarea:-ms-input-placeholder {
    color: #333;
}

.wrap-product-inquiry .message form .read input:focus::-webkit-input-placeholder,
.wrap-product-inquiry .message form .read textarea:focus::-webkit-input-placeholder {
    color: #333;
}

.wrap-product-inquiry .message form .read input:focus::-o-placeholder,
.wrap-product-inquiry .message form .read textarea:focus::-o-placeholder {
    color: #333;
}

.wrap-product-inquiry .message form .read input:focus::-moz-placeholder,
.wrap-product-inquiry .message form .read textarea:focus::-moz-placeholder {
    color: #333;
}

.wrap-product-inquiry .message form .read input:focus::-ms-input-placeholder,
.wrap-product-inquiry .message form .read textarea:focus::-ms-input-placeholder {
    color: #333;
}

.wrap-product-inquiry .message form .read input {
    font-weight: bold;

    background-color: #e1e1e1;
}

.wrap-product-inquiry .message form .send {
    text-align: center;
}

.wrap-product-inquiry .message form .submit {
    font-weight: bold;
    line-height: 44px;

    margin-top: 20px;
    padding: 0 50px;

    -webkit-transition: all .4s;
    transition: all .4s;

    color: #fff;
    border: none;
    border-radius: 0;
    outline: none;
    background-color: #00324d;
    box-shadow: none;
}

@media (max-width: 991px) {
    .wrap-product-inquiry .message form .submit {
        padding: 0 40px;
    }
}

.wrap-product-inquiry .message form .submit:hover {
    background-color: #0092e0;
}

.wrap-product-inquiry .message form .agree input,
.wrap-product-inquiry .message form .agree a {
    line-height: 30px;

    display: inline-block;

    width: auto;

    vertical-align: middle;
}

.wrap-product-inquiry .message form .agree input {
    float: left;

    margin-top: 8px;
    margin-right: 10px;
}

.wrap-product-inquiry .message form .agree a:hover {
    color: #0092e0;
}

/* .wrap-product-inquiry .message form .file
{
    line-height: 30px;

    position: relative;

    display: inline-block;

    height: 30px;
    margin-top: 20px;
    padding: 0 10px;

    cursor: pointer;

    color: #666;
    border: none;
    border-radius: 3px;
    background: #f0f0f0;
}
.wrap-product-inquiry .message form .file:before
{
    font-family: 'iconfont' !important;

    margin-right: 6px;

    content: '\e659';
} */
.wrap-product-inquiry .message form .file input {
    position: absolute;
    top: 0;
    right: 0;

    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0;

    cursor: pointer;

    opacity: 0;
}

.wrap-product-inquiry .message form .file:hover {
    text-decoration: none;

    color: #004974;
    /*   border-color: #78c3f3;
    background: #aadffd; */
}

.progress {
    width: 100%;
    border: none;
    margin: 0;
    background: none;
}

.progressbar {
    background: #0092e0;
}

.box-faq-request .filename,
.box-faq-request .progressnum,
.box-faq-request .delfilebtn,
.box-faq-request .uploadbtn {
    color: #fff !important;
}

.delfilebtn,
.uploadbtn {
    display: none;
}

.upload .uploadfilebtn {
    font-size: 0;
    background: none;
    border: none;
    padding: 0;
}

.upload .uploadfilebtn:after {
    content: 'attachment';
    font-size: 14px;
}

.upload .uploadfilebtn {
    width: 114px;
    line-height: 30px;
    position: relative;
    display: inline-block;
    height: 30px;
    margin-top: 20px;
    padding: 0 10px;
    cursor: pointer;
    color: #666;
    border: none;
    border-radius: 3px;
    background-color: #f0f0f0;
}

.upload .uploadfilebtn:before {
    font-family: 'iconfont' !important;
    margin-right: 6px;
    content: '\e659';
    font-size: 14px;
}

.fixed-header .nav .nav-list1 .nav-list2 {
    top: 100%;
}

.header-in .nav .nav-list1>li.active>a,
.header-in .nav .nav-list1>li:hover>a {
    color: #fff
}

@media(max-width:1199px) {
    body {
        top: 0 !important;
    }

    .skiptranslate {
        display: none;
    }
}

.wrap-contact .erweima {
    text-align: center;
}

.wrap-contact .erweima img {
    width: 200px;
}

@media(max-width:767px) {
    .wrap-contact .erweima img {
        width: 150px;
    }
}

.wrap-news .news .item .pic,
.box-news .news .item .pic {
    position: relative;
}

.wrap-news .news .item .pic .play,
.box-news .news .item .pic .play {
    font-size: 60px;

    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);

    color: #fff;
}

@media (max-width: 767px) {

    .wrap-news .news .item .pic .play,
    .box-news .news .item .pic .play {
        font-size: 40px;
    }
}

.wrap-news .news .item .pic .play:before,
.box-news .news .item .pic .play:before {
    font-family: 'iconfont' !important;

    content: '\e633';
}

.box-choose .choose .item-pic {
    position: relative;
}

.box-choose .choose .item-pic .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    cursor: pointer;
    z-index: 2;
    color: #ffffff;

}

.box-choose .choose .item-pic .play .icon {
    font-size: 50px;
}

.footer .foot>ul>li .item-3 .link {
    margin-top: 30px;
}

@media (max-width: 1199px) {
    .footer .foot>ul>li .item-3 .link {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .footer .foot>ul>li .item-3 .link {
        margin-top: 10px;
    }
}

.footer .foot>ul>li .item-3 .link ul {
    margin: 0 -15px;
}

@media (max-width: 1199px) {
    .footer .foot>ul>li .item-3 .link ul {
        margin: 0 -6px;
    }
}

.footer .foot>ul>li .item-3 .link ul li {
    display: inline-block;

    margin-top: 10px;
    padding: 0 15px;
}

@media (max-width: 1199px) {
    .footer .foot>ul>li .item-3 .link ul li {
        padding: 0 6px;
    }
}

.footer .foot>ul>li .item-3 .link ul li a {
    font-size: 15px;
    line-height: 40px;

    display: block;

    padding: 0 12px;

    border: 2px solid #eee;
}

.footer .foot>ul>li .item-3 .link ul li a:before {
    font-family: 'iconfont' !important;
    font-size: 24px;

    float: left;

    margin-right: 6px;

    content: '\e64c';
    display: none;
}

.footer .foot>ul>li .item-3 .link ul li a:hover {
    text-decoration: underline;
}

.footer .foot>ul>li .item-3 .link ul li:nth-child(2) a:before {
    content: '\e978';
}

.footer .foot>ul>li .item-3 .link ul li img {
    width: 30px;
    display: inline-block;
    vertical-align: middle;
}

.box-channels {
    padding-bottom: 0;
}

.box-channels .title-item {
    margin-bottom: 25px;
}

.box-channels .channels .item .list {
    margin-top: 10px;
}

.box-channels .channels .item .list iframe {
    width: 100%;
    height: 385px;
    /*height: 350px;*/
}

@media (max-width: 767px) {
    .box-channels .channels .item .list iframe {
        height: 450px;
        /*height: 250px;*/
    }
}

.box-channels .channels .item-facebook .title-item a {
    /*background-position: -40px 0;*/
}

.box-channels .channels .item-youtube .title-item a {
    /*background-position: -80px 0;*/
}

.box-channels .channels .item-youtube .list {
    margin-top: 0;
}

.box-channels .channels .item-youtube .list ul {
    overflow: hidden;

    margin: 0 -5px;
}

.box-channels .channels .item-youtube .list ul li {
    float: left;

    width: 50%;
    padding: 0 5px;
}

.box-channels .channels .item-youtube .list ul li .pic {
    position: relative;

    display: block;
    overflow: hidden;

    margin-bottom: 10px;
}

.box-channels .channels .item-youtube .list ul li .pic p {
    font-size: 18px;
    line-height: 40px;

    position: absolute;
    bottom: 0;
    left: 0;

    display: -webkit-box;
    overflow: hidden;

    width: 100%;
    height: 40px;
    margin: 0;

    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(110%);
    -ms-transform: translateY(110%);
    transform: translateY(110%);
    text-align: center;

    color: #fff;
    background-color: rgba(1, 73, 149, .6);

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;

    z-index: 3;
}

.box-channels .channels .item-youtube .list ul li .pic:hover p {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.box-channels .channels .item-youtube .list ul li .pic .img-box {
    padding-bottom: 65%;
}

.box-channels .channels .item .title-item a {
    display: block;

    width: 40px;
    height: 40px;
    margin: 0 auto;

    /*background: url(../images/channels-icon.png) no-repeat;*/
    /*background-size: cover;*/
}

.box-channels .channels .item .title-item a img {
    width: 100%;
}

@media (max-width: 1199px) {
    .mb {
        display: block !important;
    }
}

@media (min-width: 1199px) {
    .web {
        display: block !important;
    }
}

.btn-open-mes {
    position: fixed;
    right: 0;
    bottom: 30px;
    display: block;
    width: 200px;
    padding: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
    border-radius: 50%;
    z-index: 10;
}

@media (max-width: 991px) {
    .btn-open-mes {
        bottom: 90px;
    }
}

@media (max-width: 767px) {
    .btn-open-mes {
        width: 120px;
    }
}

.btn-open-mes img {
    width: 100%;
    transition: all .6s;
    transform-origin: right center;
}

.btn-open-mes:hover img {
    transform: scale(1.1);
}

#open-inquiry {
    display: none;
}

#open-inquiry .inquiry .container {
    padding: 0 5%;
}

@media (min-width: 1200px) {
    .w20 {
        width: 20%;
    }
}

.wrap-product-show .title-product-show h2,
.wrap-product-show .title-product-show h1 {
    font-family: 'Oswald', Arial;
    font-size: 36px;
    line-height: 1.2;

    margin: 0;

    text-transform: uppercase;
}

@media (max-width: 1199px) {

    .wrap-product-show .title-product-show h2,
    .wrap-product-show .title-product-show h1 {
        font-size: 30px;
    }
}

@media (max-width: 991px) {

    .wrap-product-show .title-product-show h2,
    .wrap-product-show .title-product-show h1 {
        font-size: 24px;
    }
}

.wrap-product-show .title-product-show p {
    font-size: 16px;
    line-height: 26px;

    margin-top: 14px;

    color: #777;
}

@media (max-width: 767px) {
    .wrap-product-show .title-product-show p {
        font-size: 14px;
        line-height: 22px;
    }
}

.wrap-product-show .inquiry {
    padding: 80px 0;
}

@media (max-width: 1199px) {
    .wrap-product-show .inquiry {
        padding: 60px 0;
    }
}

@media (max-width: 991px) {
    .wrap-product-show .inquiry {
        padding: 40px 0;
    }
}

.wrap-product-show .inquiry form input,
.wrap-product-show .inquiry form textarea {
    font-size: 16px;
    line-height: 30px;

    width: 100%;
    margin-top: 18px;
    padding: 10px 20px;

    resize: vertical;

    border: none;
    border: 1px solid #cecece;
    outline: none;
    background: none;
}

@media (max-width: 767px) {

    .wrap-product-show .inquiry form input,
    .wrap-product-show .inquiry form textarea {
        font-size: 14px;
        line-height: 24px;

        margin-top: 8px;
        padding: 6px 10px;
    }
}

.wrap-product-show .inquiry form input::-webkit-input-placeholder,
.wrap-product-show .inquiry form textarea::-webkit-input-placeholder {
    color: #666;
}

.wrap-product-show .inquiry form input:-o-placeholder,
.wrap-product-show .inquiry form textarea:-o-placeholder {
    color: #666;
}

.wrap-product-show .inquiry form input::-moz-placeholder,
.wrap-product-show .inquiry form textarea::-moz-placeholder {
    color: #666;
}

.wrap-product-show .inquiry form input:-ms-input-placeholder,
.wrap-product-show .inquiry form textarea:-ms-input-placeholder {
    color: #666;
}

.wrap-product-show .inquiry form input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}

.wrap-product-show .inquiry form input:focus::-o-placeholder,
.wrap-product-show .inquiry form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}

.wrap-product-show .inquiry form input:focus::-moz-placeholder,
.wrap-product-show .inquiry form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}

.wrap-product-show .inquiry form input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}

.wrap-product-show .inquiry form .submit {
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;

    display: inline-block;

    margin-top: 40px;
    padding: 0 56px;

    color: #fff;
    border: none;
    border-radius: 0;
    outline: none;
    background-color: #333;
}

@media (max-width: 991px) {
    .wrap-product-show .inquiry form .submit {
        line-height: 40px;

        margin-top: 20px;
        padding-bottom: 0 40px;
    }
}

.wrap-product-show .inquiry form .submit:hover {
    background: #e76409;
}

.wrap-product-show .inquiry .send {
    text-align: center;
}

.wrap-product-show .inquiry .read input {
    font-weight: bold;

    color: #fff;
    border-color: #e76409;
    background-color: #e76409;
}

.wrap-product-show .inquiry-com form .submit {
    margin-top: 20px;
}

.ven2-3 {
    position: relative;
    float: right;
    margin-top: 13px;
}

.ven2-3a {
    display: flex;
    align-items: center;
}

.ven2-3a i {
    font-size: 16px;
    color: rgba(38, 40, 97, 1);
    transition: all 0.5s ease;
}

.ven2-3a i:nth-of-type(2) {
    font-size: 12px;
    color: rgba(102, 102, 102, 1);
}

.ven2-3a:hover i:nth-of-type(2) {
    color: #262861;
}

.ven2-3a span {
    margin: 0 8px;
    color: #444;
    /* font-family: 'Inter'; */
    /* font-size: var(--zj-subnav); */
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    transition: all 0.5s ease;
}

.ven2-3a:hover span {
    color: #262861;
}

@media (max-width: 1536px) {
    .vensesv {
        padding: 6px 14px;
        margin-left: 16px;
    }

    .ven2-3a span {
        margin: 0 6px;
    }

    .ven1-loim {
        padding: 8px 0;
    }

    .ven1-loim img {
        width: 100px;
    }

    .ven2-l:last-child {
        margin-right: 3.56vw;
    }
}

@media (max-width: 1199.9px) {
    .logo1 {
        opacity: 0;
    }

    .logo2 {
        opacity: 1;
    }

    .ven2-lis {
        display: none;
    }

    .ven2-2 {
        margin: 0 12px;
    }

    .ven2-3a img {
        width: 24px;
    }
}

@media (max-width: 499px) {
    .ven1-loim img {
        width: 80px;
    }

    .vensesv {
        background: #26286100;
        padding: 0;
    }

    .vensesv i {
        color: #262861;
        margin-right: 0;
    }

    .vensesv span {
        display: none;
    }

    .ven2-2a p {
        display: none;
    }

    .ven2-2a i {
        margin-right: 0;
    }
}

/* yuyan */
.ven2-3sec {
    position: absolute;
    width: 200%;
    left: 50%;
    transform: translateX(-50%);
    top: 120%;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    z-index: 14;
}

.ven2-3:hover .ven2-3sec {
    max-height: 600px;
    opacity: 1;
    overflow: visible;
}

.ven2-3sec a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4px 0;
    padding: 4px 12px;
}

.ven2-3sec a img {
    width: 20px;
    margin-right: 4px;
}

.ven2-3sec a span {
    color: #222;
    /* font-family: 'Inter'; */
    /* font-size: var(--zj-ven2cona); */
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: all 0.5s ease;
}

.ven2-3sec a:hover span {
    color: #262861;
}