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

@font-face {
    font-family: 'Montserrat';
    font-weight: 300;
    font-style: normal;

    src: url('../fonts/hinted-Montserrat-Light.eot');
    src: local('../fonts/Montserrat Light'), local('Montserrat-Light'), url('../fonts/hinted-Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/hinted-Montserrat-Light.woff2') format('woff2'), url('../fonts/hinted-Montserrat-Light.woff') format('woff'), url('../fonts/hinted-Montserrat-Light.ttf') format('truetype'), url('../fonts/hinted-Montserrat-Light.svg#Montserrat-Light') format('svg');
}

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

    src: url('../fonts/hinted-Montserrat-Regular.eot');
    src: local('../fonts/Montserrat Regular'), local('Montserrat-Regular'), url('../fonts/hinted-Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/hinted-Montserrat-Regular.woff2') format('woff2'), url('../fonts/hinted-Montserrat-Regular.woff') format('woff'), url('../fonts/hinted-Montserrat-Regular.ttf') format('truetype'), url('../fonts/hinted-Montserrat-Regular.svg#Montserrat-Regular') format('svg');
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 500;
    font-style: normal;

    src: url('../fonts/hinted-Montserrat-Medium.eot');
    src: local('../fonts/Montserrat Medium'), local('Montserrat-Medium'), url('../fonts/hinted-Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/hinted-Montserrat-Medium.woff2') format('woff2'), url('../fonts/hinted-Montserrat-Medium.woff') format('woff'), url('../fonts/hinted-Montserrat-Medium.ttf') format('truetype'), url('../fonts/hinted-Montserrat-Medium.svg#Montserrat-Medium') format('svg');
}

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

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

*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus {
    outline: none !important;
}

.slick-slide a {
    outline: none !important;
}

.header a,
.footer a {
    color: inherit;
}

.header ul,
.footer ul {
    margin: 0;
    padding: 0;
}

.header ul li,
.footer ul li {
    list-style: none;
}

.header button,
.footer button {
    border: none;
    outline: none;
}

@-ms-viewport {
    width: auto !important;
}

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

    color: #333;

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

body.fixed {
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}

body.searchactive {
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}

@media (min-width: 1350px) {
    .container {
        width: 1320px;
    }
}

@media (min-width: 1470px) {
    .container {
        width: 1440px;
    }
}

@media (max-width: 767px) {
    .col-xs-6:nth-child(2n+1) {
        padding-right: 7.5px;
    }

    .col-xs-6:nth-child(2n) {
        padding-left: 7.5px;
    }
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    margin: 0;

    -webkit-appearance: none;
}

a:active,
a:link,
a:visited {
    text-decoration: none;
}

.img-box {
    position: relative;

    display: block;
    overflow: hidden;

    height: 0;
    padding-bottom: 100%;
}

.img-box img {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
}

.img-box img[src=''],
.img-box img:not([src]) {
    opacity: 0;
    border: 0;
}

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

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

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

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

.header .header-top {
    left: 0;

    height: 110px;

    text-align: center;

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

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

.header .header-nav {
    clear: both;

    height: 100px;
}

@media (max-width: 1520px) {
    .header .header-nav {
        padding-right: 15px;
    }
}

@media (max-width: 1199px) {
    .header .header-nav {
        display: none;
    }
}

.header .language {
    position: relative;

    display: inline-block;
    float: right;

    height: 110px;

    border-left: 1px solid #e4e4e4;
}

@media (max-width: 1199px) {
    .header .language {
        width: auto;
        height: 80px;

        border-left: none;
    }
}

.header .language a {
    display: inline-block;

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

    text-align: center;
}

@media (max-width: 1470px) {
    .header .language a {
        padding: 36px 10px;
    }
}

@media (max-width: 1199px) {
    .header .language a {
        font-size: 0;

        padding: 20px 4px;
    }
}

.header .language a:before {
    display: inline-block;

    width: 38px;
    height: 38px;
    margin: 0 auto;
    margin-right: 10px;

    content: '';
    vertical-align: middle;

    background: url(../images/language.png) no-repeat;
    background-size: cover;
}

@media (max-width: 1199px) {
    .header .language a:before {
        width: 30px;
        height: 30px;
    }
}

.header .language a.cn:before {
    background-position: -38px 0;
}

@media (max-width: 1199px) {
    .header .language a.cn:before {
        background-position: -30px 0;
    }
}

.header .logo {
    position: relative;

    float: left;

    height: 96px;
    margin: 7px 0;
    margin-left: 2%;

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

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

@media (max-width: 1350px) {
    .header .logo {
        height: 90px;
        margin: 10px 0 10px 10px;
    }
}

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

@media (max-width: 767px) {
    .header .logo {
        height: 60px;
        margin: 10px;
        margin-right: 0;
    }
}

.header .logo a {
    display: block;

    height: 100%;
}

.header .logo img {
    display: inline-block;

    height: 100%;
}

.header .product-nav {
    border-radius: 10px 10px 0 0;
    background-color: #0092fd;
    position: relative;
}

.header .product-nav>ul>li {
    display: inline-block;
}

.header .product-nav>ul>li a {
    line-height: 50px;

    padding: 0 30px;
    font-size: 15px;

    color: #fff;
}

@media (max-width: 1620px) {
    .header .product-nav>ul>li a {
        padding: 0 20px;
        font-size: 14px;
    }
}

@media (max-width: 1520px) {
    .header .product-nav>ul>li a {
        padding: 0 10px;
    }
}

@media (max-width: 1370px) {
    .header .product-nav>ul>li a {
        font-size: 13px;

        padding: 0 6px;
    }
}

.header .product-nav>ul>li.active a,
.header .product-nav>ul>li:hover a {
    font-weight: bold;
}

.header .cart {
    float: right;

    padding-right: 50px;
}

@media (max-width: 1520px) {
    .header .cart {
        padding-right: 15px;
    }
}

@media (max-width: 1199px) {
    .header .cart {
        padding-right: 5px;
    }
}

.header .cart a {
    line-height: 110px;

    color: #f50a07;
}

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

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

.header .cart a:after {
    font-family: 'iconfont' !important;
    font-size: 26px;

    float: right;

    margin-left: 10px;

    content: '\e603';
}

.header .nav-collapse {
    position: relative;

    display: none;
    float: right;

    width: 20px;
    height: 40px;
    margin-left: 10px;
    padding: 0;

    cursor: pointer;

    background: none;
}

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

        margin-top: 16px;
        margin-right: 14px;
    }

    .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: #999;
}

.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: #999;
}

.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);
}

.header .header-nav .container {
    position: relative;
}

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

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

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

@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: #0092fd;
    }

    .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;
    }
}

.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;

        float: left;

        margin-left: 10px;
    }

    .header .nav .nav-list1>li>a {
        font-size: 18px;
        font-weight: bold;
        line-height: 110px;

        position: relative;

        display: inline-block;
        overflow: hidden;

        padding: 0 26px;

        -webkit-transition: all .4s;
        transition: all .4s;
        vertical-align: middle;
        text-transform: uppercase;
    }

    .header .nav .nav-list1>li:hover>a,
    .header .nav .nav-list1>li.active>a {
        text-decoration: none;
        text-decoration: underline;

        color: #0092fd;
    }

    .header .nav .nav-list1>li.more>a:after {
        display: inline-block;

        width: 0;
        height: 0;
        margin-left: 10px;

        content: '';
        vertical-align: middle;

        border-width: 3px 3px 0 3px;
        border-style: solid;
        border-color: #b9b9b9 transparent transparent transparent;
    }

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

        display: none;
        overflow: hidden;

        min-width: 220px;
        padding: 30px;

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

        color: #fff;
        background-color: #0092fd;
    }

    .header .nav .nav-list1 .nav-list2 li {
        display: inline-block;

        list-style: none;

        vertical-align: top;
    }

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

    .header .nav .nav-list1 .nav-list2 li a:hover {
        text-decoration: underline;

        color: #fff;
    }
}

@media (min-width: 1200px) and (max-width: 1620px) {
    .header .nav .nav-list1>li>a {
        font-size: 16px;

        padding: 0 18px;
    }
}

@media (min-width: 1200px) and (max-width: 1350px) {
    .header .nav .nav-list1>li>a {
        font-size: 15px;

        padding: 0 10px;
    }
}

@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;
}

@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: #0092fd;
    }

    .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;

    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: 20px;

        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: 14px;
        line-height: 2.2;

        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 {
    position: fixed;
    z-index: 888;
    top: 100%;
    left: 0;

    display: none;
    overflow: hidden;

    width: 100%;
    height: 100%;
    margin-top: 20px;
    margin-top: 0;
    margin-right: 10px;
    padding: 0 3%;

    background-color: rgba(51, 51, 51, .96);
}

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

    overflow: hidden;
    zoom: 1;

    width: 240px;

    border: 1px solid #dbdbdb;
    border-radius: 40px;
}

.header .search-box .search:after {
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}

.header .search-box .input-text {
    float: left;

    height: 38px;
    padding-left: 10%;

    background: none;
}

@media (min-width: 768px) {
    .header .search-box .input-text {
        width: 100%;
        padding: 0 50px 0 3%;
    }
}

.header .search-box .input-submit {
    line-height: 36px;

    position: absolute;
    right: 0;
    bottom: 0;

    float: right;

    width: 50px;

    -webkit-animation: fadeInLeft 1s 0s ease both;
    animation: fadeInLeft 1s 0s ease both;

    background: none;
}

.header .search-box .input-submit:before {
    font-family: 'iconfont' !important;
    font-size: 22px;

    content: '\e660';

    color: #fff;
}

@media (min-width: 768px) {
    .header .search-box .input-submit {
        position: absolute;
        right: 0;
        bottom: 20px;
    }
}

.header .search-box.search-xs {
    width: 100%;
    margin: 0;

    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    background: none;
}

@media (min-width: 1200px) {
    .header .search-box.search-xs {
        display: none;
    }
}

@media (max-width: 1199px) {
    .header .search-box.search-xs {
        position: absolute;
        z-index: 0;
        top: auto;
        right: 0;
        bottom: 0;
        bottom: 30px;

        display: inline-block;

        height: 34px;
    }
}

.header .search-box.search-xs.show {
    z-index: 66;
}

.header .search-box.search-xs.show .search {
    left: 0;
}

.header .search-box.search-xs .search {
    position: absolute;
    z-index: 888;
    top: 0;
    left: 120%;

    width: 100%;

    -webkit-transition: left .3s;
    transition: left .3s;

    border-color: #fff;
    background: #fff;
}

@media (max-width: 360px) {
    .header .search-box.search-xs form .input-text {
        width: 74%;
    }
}

@media (max-width: 767px) {
    .header .search-box.search-xs form .input-text {
        padding-left: 5%;
    }
}

.header .search-box.search-xs .input-submit {
    line-height: 34px;

    background: #fff;
}

.header .search-box.search-xs .input-submit:before {
    color: #104384;
}

.header .search-icon {
    position: absolute;
    z-index: 10;
    top: 18px;
    left: 15px;

    display: inline-block;

    cursor: pointer;
}

.header .search-icon:before {
    font-family: 'iconfont' !important;
    font-size: 18px;

    content: '\e660';

    color: #0092fd;
}

.header .search-lg {
    top: 0;
}

.header .search-lg .logo {
    margin-top: 20px;
    margin-left: 0;
}

.header .search-lg .search {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    width: 100%;
    max-width: 90%;
    margin: auto;
    padding: 0 10px;

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

    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .8);
    border-radius: 0;
}

.header .search-lg .search p {
    margin-bottom: 50px;

    -webkit-animation: zoomIn 1s 0s ease both;
    animation: zoomIn 1s 0s ease both;
    text-align: center;
    letter-spacing: 2px;

    color: #fff;
}

@media (max-width: 1199px) {
    .header .search-lg .search p {
        font-size: 14px;
        line-height: 1.5;

        display: block;
    }
}

.header .search-lg .input-text {
    font-size: 20px;
    line-height: 30px;

    width: 100%;
    height: 60px;
    padding: 0 50px;

    -webkit-animation: zoomIn 1s 0s ease both;
    animation: zoomIn 1s 0s ease both;
    text-align: center;

    color: #fff;
    border: none;
    outline: none;
}

.header .search-lg .close-btn {
    position: fixed;
    top: 34px;
    right: 18%;

    cursor: pointer;
}

@media (max-width: 1440px) {
    .header .search-lg .close-btn {
        right: 8%;
    }
}

.header .search-lg .close-btn:before {
    font-size: 20px;

    content: '\2716';

    color: #fff;
}

.header .find {
    line-height: 50px;

    display: inline-block;
    float: right;

    height: 50px;
    margin-right: 60px;
    padding: 0;

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

    color: #9dd3fb;
}

@media (max-width: 1520px) {
    .header .find {
        margin-right: 15px;
    }
}

@media (max-width: 1350px) {
    .header .find {
        font-size: 0;
    }
}

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

    display: inline-block;

    margin-left: 10px;

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

.header .find:hover {
    color: #fff;
}

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

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

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

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

@media (max-width: 1199px) {
    .header.fixed-header .logo {
        margin-top: 20px;
    }
}

.header.fixed-header .nav .nav-list1>li>a {
    line-height: 70px;
}

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

.header.fixed-header .language a {
    line-height: 70px;
}

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

    position: fixed;
    z-index: 9;
    bottom: 60px;
    left: 0;

    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;
    background-color: rgba(0, 0, 0, .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;
    bottom: 180px;
    left: 45px;

    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: 10;
    top: 50%;
    left: 0;

    -webkit-transition: left .3s;
    transition: left .3s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .online-wrap .online {
        bottom: 90px;
        left: -60px;
    }

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

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

    position: relative;

    display: block;

    width: 45px;
    height: 45px;

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

    border: 1px solid #e1e1e1;
    background-color: #fff;
}

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

    color: #898989;
}

.online-wrap .online a:active {
    text-decoration: none;
}

.online-wrap .online a:after {
    display: block;

    width: 30px;
    height: 1px;
    margin: 0 auto;

    content: '';

    opacity: .5;
    background-color: #fff;
}

@media (min-width: 992px) {
    .online-wrap .online a:hover {
        text-decoration: none;

        background-color: #898989;
    }

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

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

        width: 40px;
        height: 50px;
    }

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

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

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

    padding-left: 5px;

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

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

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

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

    content: '\e62d';
}

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

    content: '\e604';
}

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

    content: '\e72e';
}

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

    content: '\e616';
}

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

    content: '\e640';
}

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

    content: '\e663';
}

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

    content: '\e621';
}

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

    content: '\e61c';
}

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

    display: inline-block;

    content: '\e9ba';
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.online-wrap .online .icon-arrow-top:after {
    display: none !important;
}

.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;
    left: 100%;

    display: none;

    width: 130px;
    height: 130px;
    padding-left: 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;
}

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

    display: none;

    width: 100%;

    background-color: rgba(0, 62, 136, .9);
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}

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

.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-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: #fff;
}

@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;

    display: block;

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

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

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

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

    content: '\e72e';
}

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

    content: '\e621';
}

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

    content: '\e6c8';
}

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

    content: '\e622';
}

.banner {
    font-size: 0;

    position: relative;

    overflow: hidden;

    width: 100%;
}

@media (max-width: 1199px) {
    .banner {
        margin-top: 90px;
    }
}

.banner .item {
    position: relative;
}

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

    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: 10px;
    height: 10px;
    margin: 0 6px;

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

    border: 1px solid #fff;
    border-radius: 50%;
    background-color: #fff;
}

.banner .slick-dots li.slick-active {
    background: none;
}

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

.banner .slick-arrow {
    line-height: 40px;

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

    overflow: hidden;

    width: 40px;
    height: 40px;
    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;
    border-radius: 50%;
    outline: none;
    background: none;
    background-color: #333;
}

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

    content: '\e601';
}

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

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

    content: '\e827';
}

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

.banner img {
    display: block;

    width: 100%;
}

.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%;
}

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

@media (max-width: 767px) {
    .banner-in .slickbanner {
        width: 200%;
        max-width: 200%;
        margin-left: -50%;
    }
}

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

    overflow: hidden;

    width: 100%;

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

    color: #fff;
}

.banner-in .text-in b {
    font-size: 40px;
    font-weight: normal;
    line-height: 1;

    display: inline-block;

    text-transform: uppercase;
}

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

        display: block;
    }
}

.banner-in .text-in .location {
    font-size: 14px;
    line-height: 20px;

    display: inline-block;
    float: right;

    color: #fff;
}

@media (max-width: 991px) {
    .banner-in .text-in .location {
        display: block;
        float: none;
    }
}

.banner-in .text-in .location ul {
    margin: 0;
    padding: 0;
}

.banner-in .text-in .location ul:before {
    font-family: 'iconfont' !important;

    display: inline-block;

    margin-right: 10px;

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

.banner-in .text-in .location ul li {
    display: inline-block;

    vertical-align: middle;
}

.banner-in .text-in .location ul li:after {
    margin: 0 2px;

    content: '>';
}

.banner-in .text-in .location ul li:last-child:after {
    display: none;
}

.banner-in .text-in .location ul li a {
    display: inline-block;

    text-transform: uppercase;

    color: inherit;
}

@media (max-width: 480px) {
    .banner-in .text-in .location ul li a {
        font-size: 12px;
    }
}

.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: 100px 0;
}

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

.title {
    position: relative;

    text-align: center;
}

.title b {
    font-size: 36px;
    line-height: 1.5;

    text-transform: capitalize;
}

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

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

.box-product {
    position: relative;

    padding: 100px 5% 0;

    background-color: #f6f6f6;
}

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

.box-product:before {
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 102px;

    content: '';

    background-color: #fff;
}

.box-product .title {
    float: left;

    width: 14%;

    text-align: left;
}

@media (max-width: 1470px) {
    .box-product .title {
        width: 18%;
    }
}

@media (max-width: 1199px) {
    .box-product .title {
        width: 100%;
    }
}

.box-product .title ul {
    margin: 10px 0 0 0;
    padding: 0;
}

.box-product .title ul li {
    list-style: none;
}

.box-product .title ul li a {
    line-height: 1.85714286;

    display: block;

    color: #888;
}

.box-product .title ul li a:hover {
    color: #0092fd;
}

.box-product .list {
    font-size: 0;

    float: left;

    width: 86%;
}

@media (max-width: 1470px) {
    .box-product .list {
        width: 82%;
    }
}

@media (max-width: 1199px) {
    .box-product .list {
        width: 100%;
        margin-top: 20px;
    }
}

.box-product .list>ul {
    margin: 0 -10px;
    padding: 0;
}

@media (max-width: 991px) {
    .box-product .list>ul {
        margin: 0 -4px;
    }
}

.box-product .list>ul>li {
    display: inline-block;

    width: 25%;
    padding: 0 10px;

    list-style: none;
}

@media (max-width: 991px) {
    .box-product .list>ul>li {
        width: 50%;
        padding: 0 4px;
    }
}

.box-product .list .item {
    font-size: 14px;
}

.box-product .list .item .pic .img-box {
    padding-bottom: 63.63636364%;
}

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

.box-product .list .item .title-product {
    position: relative;

    padding: 20px;

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

@media (max-width: 991px) {
    .box-product .list .item .title-product {
        padding: 20px 10px;
    }
}

.box-product .list .item .title-product:after {
    position: absolute;
    top: 36px;
    right: 30px;

    display: block;

    width: 3px;
    height: 20px;

    content: '';

    background-color: #0092fd;
}

@media (max-width: 991px) {
    .box-product .list .item .title-product:after {
        right: 10px;
    }
}

.box-product .list .item .title-product b {
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

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

.box-product .list .item .title-product a {
    color: inherit;
}

.box-product .list .item .title-product a.more {
    line-height: 24px;

    display: block;

    color: #888;
}

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

.box-product .list .item:hover .title-product {
    color: #fff;
    background-color: #0092fd;
}

.box-product .list .item:hover .title-product:after {
    background-color: #fff;
}

.box-product .list .item:hover .title-product a.more {
    color: #fff;
}

.box-what .what-top {
    font-size: 0;

    overflow: hidden;
}

.box-what .what-top .title,
.box-what .what-top .text {
    display: inline-block;

    vertical-align: bottom;
}

.box-what .what-top .title {
    width: 55%;

    text-align: left;
}

@media (max-width: 991px) {
    .box-what .what-top .title {
        width: 100%;
    }
}

.box-what .what-top .title p {
    font-size: 14px;
    line-height: 1.71428571;

    color: #888;
}

.box-what .what-top .text {
    width: 45%;
}

@media (max-width: 991px) {
    .box-what .what-top .text {
        width: 100%;
    }
}

.box-what .what-top .text p {
    font-size: 14px;
    line-height: 1.85714286;

    margin: 0;

    color: #888;
}

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

.box-what .what ul {
    overflow: hidden;

    margin: 0 -5px;
    padding: 0;
}

.box-what .what ul li {
    float: left;

    width: 26.5%;
    padding: 5px;

    list-style: none;
}

@media (max-width: 767px) {
    .box-what .what ul li {
        width: 100%;
    }
}

.box-what .what ul li .item {
    position: relative;

    display: block;
}

.box-what .what ul li .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.box-what .what ul li .item b {
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;

    position: absolute;
    bottom: 16px;

    padding: 0 20px;

    color: #fff;
}

@media (max-width: 1199px) {
    .box-what .what ul li .item b {
        font-size: 16px;
        line-height: 24px;

        padding: 0 10px;
    }
}

.box-what .what ul li .item b:before {
    display: inline-block;

    width: 16px;
    height: 3px;
    margin-right: 10px;

    content: '';
    vertical-align: middle;

    background-color: #fff;
}

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

.box-what .what .item-1 .img-box {
    padding-bottom: 91.66666667%;
}

.box-what .what .item-2 {
    width: 42.5%;
}

@media (max-width: 767px) {
    .box-what .what .item-2 {
        width: 100%;
    }
}

.box-what .what .item-2 .img-box {
    padding-bottom: 56.89655172%;
}

.box-what .what .item-3 {
    width: 31%;
}

@media (max-width: 767px) {
    .box-what .what .item-3 {
        width: 100%;
    }
}

.box-what .what .item-3 .img-box {
    padding-bottom: 93.33333333%;
}

.box-what .what .item-4 {
    width: 69%;
    margin-top: -4.5%;
}

@media (max-width: 767px) {
    .box-what .what .item-4 {
        width: 100%;
        margin: 0;
    }
}

.box-what .what .item-4 .img-box {
    padding-bottom: 34.73684211%;
}

.box-what .what .item-5 {
    width: 31%;
}

@media (max-width: 767px) {
    .box-what .what .item-5 {
        width: 100%;
    }
}

.box-what .what .item-5 .item {
    text-align: center;

    background-color: #0092fd;
}

.box-what .what .item-5 .item b {
    position: relative;
    bottom: 0;
}

.box-what .what .item-5 .item .note {
    position: absolute;
    top: 50%;
    left: 0;

    width: 100%;
    padding: 0 5%;

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

@media (max-width: 1199px) {
    .box-what .what .item-5 .item .note {
        padding: 0 15px;
    }
}

.box-what .what .item-5 .item .note:after {
    font-family: 'iconfont' !important;
    font-size: 40px;

    content: '\e6a1';

    color: #fff;
}

@media (max-width: 1199px) {
    .box-what .what .item-5 .item .note:after {
        font-size: 30px;
    }
}

.box-what .what .item-5 .item .note p {
    line-height: 1.85714286;

    display: -webkit-box;
    overflow: hidden;

    max-height: 104px;
    margin: 10px 0 0 0;

    color: #fff;

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

@media (max-width: 991px) {
    .box-what .what .item-5 .item .note p {
        display: -webkit-box;
        overflow: hidden;

        max-height: 52px;

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

.box-what .what .item-5 .img-box {
    padding-bottom: 63.63636364%;
}

.box-advantage {
    padding-bottom: 100px;
}

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

.box-advantage .advantage .item {
    margin-top: 30px;
    padding: 30px;

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

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

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

.box-advantage .advantage .item:before {
    line-height: 80px;

    display: block;

    width: 96px;
    height: 96px;
    margin: 0 auto;

    content: '';

    border: 8px solid #fff;
    border-radius: 50%;
    background: url(../images/advantage-icon.png) no-repeat #fff;
    background-size: cover;
}

.box-advantage .advantage .item-perfect:before {
    background-position: -80px 0;
}

.box-advantage .advantage .item-strong:before {
    background-position: -160px 0;
}

.box-advantage .advantage .item-quality:before {
    background-position: -240px 0;
}

.box-advantage .advantage .item-refined:before {
    background-position: -320px 0;
}

.box-advantage .advantage .item-service:before {
    background-position: -400px 0;
}

.box-advantage .advantage .item b {
    font-size: 16px;
    line-height: 30px;

    display: block;

    margin-top: 14px;
}

.box-advantage .advantage .item p {
    line-height: 1.85714286;

    margin: 10px 0 0 0;

    color: #888;
}

@media (min-width: 992px) {
    .box-advantage .advantage .item:hover {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);

        background: url(../images/advantage_bg.png) no-repeat center top #f9f9f9;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }

    .box-advantage .advantage .item:hover:before {
        border: 8px solid #0092fd;
    }
}

.box-about {
    padding-top: 100px;

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

.box-about .video {
    position: relative;

    overflow: hidden;
}

.box-about .video .iframe {
    display: none;

    width: 100% !important;
    height: 100% !important;
}

.box-about .video .play {
    font-size: 18px;
    line-height: 90px;

    display: block;

    width: 90px;
    height: 90px;
    margin: 0 auto;

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

    color: #fff;
    border-radius: 6px;
    background-color: #0092fd;
}

@media (max-width: 991px) {
    .box-about .video .play {
        line-height: 50px;

        width: 50px;
        height: 50px;
    }
}

.box-about .video .play:before {
    font-family: 'iconfont' !important;
    font-size: 30px;

    content: '\e62b';
}

.box-about .video a:hover {
    text-decoration: none;

    background-color: #027dd7;
}

.box-about .video:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);

    opacity: .9;
}

.box-about .video a.more {
    line-height: 40px;

    position: absolute;
    bottom: 12px;
    left: 12px;

    display: inline-block;

    padding: 0 30px;

    color: #fff;
    background-color: #0092fd;
}

.box-about .video a.more:after {
    font-family: 'iconfont' !important;

    margin-left: 8px;

    content: '\e72f';
}

.box-about .about .title {
    margin-top: 50px;
}

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

.box-about .about .title b {
    color: #fff;
}

.box-about .about .text {
    max-width: 840px;
    margin: 0 auto;
    margin-top: 10px;
}

.box-about .about .text p {
    line-height: 1.85714286;

    margin: 0;

    color: #fff;
}

.box-about .about .message {
    max-width: 1170px;
    margin: 0 auto;
    margin-top: 60px;
    padding: 40px 6% 30px;

    text-align: center;

    background: url(../images/message_bg.jpg) no-repeat center;
    background-size: cover;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.box-about .about .message .title-message b {
    font-size: 20px;
    line-height: 1;

    display: block;

    text-transform: uppercase;
}

.box-about .about .message .title-message b span {
    color: #0092fd;
}

.box-about .about .message form {
    position: relative;

    margin-top: 20px;
}

.box-about .about .message form input {
    line-height: 50px;

    width: 100%;
    height: 50px;
    padding: 0 200px 0 30px;

    border: none;
    border-radius: 6px;
    outline: none;
    background-color: #eee;
}

@media (max-width: 991px) {
    .box-about .about .message form input {
        padding: 0 90px 0 10px;
    }
}

.box-about .about .message form input::-webkit-input-placeholder,
.box-about .about .message form textarea::-webkit-input-placeholder {
    color: #888;
}

.box-about .about .message form input:-o-placeholder,
.box-about .about .message form textarea:-o-placeholder {
    color: #888;
}

.box-about .about .message form input::-moz-placeholder,
.box-about .about .message form textarea::-moz-placeholder {
    color: #888;
}

.box-about .about .message form input:-ms-input-placeholder,
.box-about .about .message form textarea:-ms-input-placeholder {
    color: #888;
}

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

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

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

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

.box-about .about .message form .submit {
    line-height: 50px;

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

    width: 170px;
    height: 50px;
    padding: 0;

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

    color: #fff;
    border-radius: 6px;
    background-color: #0092fd;
}

@media (max-width: 991px) {
    .box-about .about .message form .submit {
        width: 90px;
    }
}

.box-about .about .message form .submit:hover {
    background-color: #027dd7;
}

.box-about .about .message form .submit:after {
    font-family: 'iconfont' !important;

    margin-left: 10px;

    content: '\e625';
}

.box-case .slick-case .slick-slide {
    padding-bottom: 80px;
}

.box-case .slick-case .item {
    position: relative;

    display: block;

    color: inherit;
}

.box-case .slick-case .item .img-box {
    padding-bottom: 73.91304348%;
}

.box-case .slick-case .item .text {
    position: absolute;
    bottom: -74px;
    left: 10%;

    width: 80%;
}

@media (max-width: 991px) {
    .box-case .slick-case .item .text {
        left: 5%;

        width: 90%;
    }
}

.box-case .slick-case .item .text .note {
    padding: 30px;

    background: url(../images/case_bg.png) no-repeat center #333;
    background-size: contain;
}

.box-case .slick-case .item .text .note b {
    font-size: 26px;
    line-height: 1.2;

    display: block;

    color: #fff;
}

@media (max-width: 1560px) {
    .box-case .slick-case .item .text .note b {
        font-size: 22px;
    }
}

.box-case .slick-case .item .text .note p {
    font-size: 16px;
    line-height: 1.5;

    margin: 10px 0 0 0;

    color: #fff;
}

@media (max-width: 991px) {
    .box-case .slick-case .item .text .note p {
        font-size: 14px;
    }
}

.box-case .slick-case .slick-arrow {
    position: absolute;
    bottom: -30px;
    left: -webkit-calc(50% - 20px);
    left: calc(50% - 20px);

    padding: 0;

    border: none;
    outline: none;
    background: none;
}

.box-case .slick-case .slick-arrow:before {
    display: block;

    width: 0;
    height: 0;

    content: '';

    border-width: 6px 6px 6px 0;
    border-style: solid;
    border-color: transparent #888 transparent transparent;
}

.box-case .slick-case .slick-arrow.slick-next {
    right: -webkit-calc(50% - 20px);
    right: calc(50% - 20px);
    left: auto;
}

.box-case .slick-case .slick-arrow.slick-next:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.box-case .slick-case .slick-arrow:hover:before {
    border-color: transparent #333 transparent transparent;
}

@media (max-width: 991px) {
    .box-case .list {
        margin-top: 50px;
    }
}

.box-case .list>ul {
    margin: 0;
    padding: 0;
}

.box-case .list>ul>li {
    list-style: none;
}

.box-case .list>ul>li:first-child .item {
    margin: 0;
}

.box-case .list .item {
    margin: 15px 0;
}

.box-case .list .item b {
    font-size: 16px;
    line-height: 30px;

    display: block;

    /* height: 50px; */
    padding: 10px 30px;

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

@media (max-width: 991px) {
    .box-case .list .item b {
        padding: 10px 14px;
        line-height: 22px;
    }
}

.box-case .list .item b a {
    color: inherit;
}

.box-case .list .item .note {
    padding: 10px 30px;
}

@media (max-width: 991px) {
    .box-case .list .item .note {
        padding: 20px 14px;
    }
}

.box-case .list .item .note p {
    line-height: 1.85714286;

    max-height: 104px;
    margin: 0;
    overflow-y: auto;
    color: #888;

}

.box-case .list .item .note p::-webkit-scrollbar {
    width: 4px;
    position: absolute;
    left: 0;
}

.box-case .list .item .note p::-webkit-scrollbar-track {
    background-color: #dcdcdc;
}

.box-case .list .item .note p::-webkit-scrollbar-thumb {
    background-color: #9f9f9f;
}

.box-case .list .item:hover b {
    color: #fff;
    background-color: #0092fd;
}

.box-case .list .item:hover .note {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.box-news {
    background-color: #f6f6f6;
}

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

    border-radius: 4px;
    background-color: #fff;
}

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

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

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

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

    display: block;

    margin-top: 12px;

    color: #0092fd;
}

.box-news .news .item .note b {
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

    height: 52px;

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

.box-news .news .item .note p {
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

    height: 52px;
    margin: 6px 0 0 0;

    color: #888;

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

.box-news .news .item .note a {
    color: inherit;
}

.box-news .news .item .note a.more {

    line-height: 50px;

    display: inline-block;

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

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


    border-radius: 6px;
    background-color: #e6e6e6;
}

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

.box-news .news .item:hover .note b {
    color: #0092fd;
}

.box-news .news .item:hover .note a.more {
    background-color: #027dd7;
    color: #fff;
    font-weight: bold;
}

.box-news .news .item-2 {
    color: #fff;
    background: url(../images/news_bg.jpg) no-repeat center;
    background-size: cover;
}

.box-news .news .item-2 ul {
    margin: 40px 0 0 0;
    padding: 0 5%;
}

@media (max-width: 991px) {
    .box-news .news .item-2 ul {
        padding: 0;
    }
}

.box-news .news .item-2 ul li {
    position: relative;

    margin-top: 40px;
    padding-left: 40px;

    list-style: none;
}

.box-news .news .item-2 ul li:first-child {
    margin: 0;
}

.box-news .news .item-2 ul li:before {
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 30px;

    position: absolute;
    left: 0;

    display: inline-block;

    content: '\e729';
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);

    color: #0092fd;
}

.box-news .news .item-2 ul li b {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    /*display: block;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    max-height: 30px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .box-news .news .item-2 ul li b {
        font-size: 18px;
    }
}

.box-news .news .item-2 ul li p {
    font-size: 16px;
    line-height: 30px;

    margin: 0;
    color: #fff;
}

@media (max-width: 991px) {
    .box-news .news .item-2 ul li p {
        font-size: 14px;
    }
}

.box-news .news .item-2 ul li span {
    font-size: 16px;
    line-height: 30px;

    display: block;

    color: #d1d1d1;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    min-height: 35px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .box-link .title-link {
        margin-top: 20px;
    }
}

.box-link .title-link b {
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
}

@media (max-width: 991px) {
    .box-link .title-link b {
        font-size: 20px;
    }
}

.box-link .title-link b:before {
    display: inline-block;

    width: 22px;
    height: 22px;
    margin-right: 10px;

    content: '';
    vertical-align: middle;

    background: url(../images/link-icon.png) no-repeat;
    background-size: cover;
}

.box-link .title-link-youtube b:before {
    background-position: -22px 0;
}

.box-link .title-link-facebook b:before {
    background-position: -44px 0;
}

.box-link .list {
    margin-top: 30px;
}

.box-link .list iframe {
    overflow-y: auto;

    width: 100%;
    height: 440px;
}

@media (max-width: 991px) {
    .box-link .list iframe {
        height: 260px;
    }
}

.footer {
    font-size: 0;

    position: relative;

    overflow: hidden;

    background-color: #0092fd;
}

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

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

    padding: 80px 0 40px;
}

@media (max-width: 1199px) {
    .footer .foot {
        padding: 20px 0 50px 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: 1199px) {
    .footer .foot>ul:after {
        display: none;
    }
}

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

        margin: 0 -15px;
    }
}

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

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

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

        width: 25%;
        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-size: 18px;
    font-weight: bold;
    line-height: 1;

    position: relative;
    z-index: 2;

    display: inline-block;

    margin-top: 4px;

    color: #fff;
}

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

.footer .foot>ul>li h3 span {
    position: relative;
    z-index: 2;
}

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

        width: 10px;
        height: 4px;
        margin-right: 10px;

        content: '';
        vertical-align: middle;

        background-color: #fff;
    }
}

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

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

        float: right;

        content: '\e628';
    }

    .footer .foot>ul>li h3:before {
        display: none;
    }
}

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

@media (max-width: 1199px) {
    .footer .foot>ul>li .item {
        margin-top: 14px;
    }
}

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

    position: relative;

    display: block;

    margin-bottom: 6px;
    padding-left: 14px;

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

    color: #fff;
}

.footer .foot>ul>li .item-1 a:before {
    position: absolute;
    left: 0;

    content: '·';
}

.footer .foot>ul>li .item-1 a:hover {
    font-weight: bold;

    color: #fff;
}

.footer .foot>ul>li .item-2 .title-foot h3:before {
    display: none;
}

.footer .foot>ul>li .item-2 .share ul {
    margin: 0;
    padding: 0;
}

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

.footer .foot>ul>li .item-2 .share ul li a {
    line-height: 46px;

    display: block;

    width: 46px;
    height: 46px;
    margin-right: 8px;

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

    color: #0092fd;
    border-radius: 50%;
    background-color: #fff;
}

@media (max-width: 991px) {
    .footer .foot>ul>li .item-2 .share ul li a {
        line-height: 36px;

        width: 36px;
        height: 36px;
    }
}

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

    display: inline-block;

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

    border-radius: 4px;
}

@media (max-width: 991px) {
    .footer .foot>ul>li .item-2 .share ul li a:before {
        font-size: 16px;
    }
}

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

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

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

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

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

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

.footer .foot>ul>li .item-2 .share ul li:hover a {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);

    color: #0092fd;
}

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

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

.footer .foot>ul>li .item-3 ul {
    overflow: hidden;

    margin: 0 -4px;
    padding: 0;
}

.footer .foot>ul>li .item-3 ul li {
    float: left;

    width: 50%;
    padding: 0 4px;
}

.footer .foot>ul>li .item-3 ul li:nth-child(3),
.footer .foot>ul>li .item-3 ul li:nth-child(4) {
    width: 100%;
}

.footer .foot>ul>li .item-3 input,
.footer .foot>ul>li .item-3 textarea {
    font-size: 14px;
    line-height: 28px;

    width: 100%;
    min-height: 40px;
    margin-bottom: 10px;
    padding: 6px 0;

    resize: vertical;

    color: #fff;
    border: none;
    border-bottom: 2px solid #fff;
    outline: none;
    background: none;
}

.footer .foot>ul>li .item-3 input::-webkit-input-placeholder,
.footer .foot>ul>li .item-3 textarea::-webkit-input-placeholder {
    color: #bcdcf4;
}

.footer .foot>ul>li .item-3 input:-o-placeholder,
.footer .foot>ul>li .item-3 textarea:-o-placeholder {
    color: #bcdcf4;
}

.footer .foot>ul>li .item-3 input::-moz-placeholder,
.footer .foot>ul>li .item-3 textarea::-moz-placeholder {
    color: #bcdcf4;
}

.footer .foot>ul>li .item-3 input:-ms-input-placeholder,
.footer .foot>ul>li .item-3 textarea:-ms-input-placeholder {
    color: #bcdcf4;
}

.footer .foot>ul>li .item-3 input:focus::-webkit-input-placeholder,
.footer .foot>ul>li .item-3 textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}

.footer .foot>ul>li .item-3 input:focus::-o-placeholder,
.footer .foot>ul>li .item-3 textarea:focus::-o-placeholder {
    color: #c5c5c5;
}

.footer .foot>ul>li .item-3 input:focus::-moz-placeholder,
.footer .foot>ul>li .item-3 textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}

.footer .foot>ul>li .item-3 input:focus::-ms-input-placeholder,
.footer .foot>ul>li .item-3 textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}

.footer .foot>ul>li .item-3 .submit {
    font-weight: bold;
    line-height: 44px;

    display: inline-block;

    height: 44px;
    margin-top: 20px;
    padding: 0;
    padding: 0 28px;

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

    color: #0092fd;
    border-radius: 6px;
    background-color: #fff;
}

.footer .foot>ul>li .item-3 .submit:hover {
    color: #fff;
    background-color: #027dd7;
}

.footer .foot>ul>li .item-4 {
    max-width: 250px;
}

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

.footer .foot>ul>li .item-4 p {
    display: table;

    width: 100%;
}

.footer .foot>ul>li .item-4 p b,
.footer .foot>ul>li .item-4 p span {
    font-size: 14px;
    line-height: 30px;

    display: table-cell;

    vertical-align: top;

    color: #fff;
}

.footer .foot>ul>li .item-4 p b {
    width: 38%;
}

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

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

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

        padding-bottom: 10px;
    }
}

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

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

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

    padding: 10px 0;

    text-align: center;

    color: #87c3ee;
    background-color: #007edb;
}

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

    display: inline-block;

    margin: 0;
}

.footer .copyright p a {
    display: inline-block;

    margin-left: 10px;

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

@media (max-width: 767px) {
    .footer .copyright p a {
        display: block;

        margin-left: 0;
    }
}

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

    color: #fff;
}

.inquire-sheet-box {
    position: fixed;
    z-index: 9;
    top: 20%;
    right: 0;

    display: none;

    width: 280px;

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

@media (max-width: 991px) {
    .inquire-sheet-box {
        display: none;
    }
}

.inquire-sheet-box .j-title {
    position: relative;

    background-color: #111;
}

.inquire-sheet-box .j-title h2 {
    font-size: 14px;
    font-weight: bold;
    line-height: 50px;

    margin: 0;
    padding: 0 20px;

    color: #fff;
}

.inquire-sheet-box .j-title .inquire-close {
    line-height: 50px;

    position: absolute;
    top: 0;
    right: 10px;

    display: inline-block;

    cursor: pointer;

    color: #fff;
}

.inquire-sheet-box .j-title .inquire-close:after {
    font-family: 'iconfont' !important;
    font-size: 22px;

    content: '\e61b';
}

.inquire-sheet-box .J-shoping-close {
    float: right;

    cursor: pointer;

    color: #999;
}

.inquire-sheet-box .J-shoping-close::after {
    font-family: 'iconfont';
    font-size: 18px;
    line-height: 40px;

    content: '\e659';
}

.inquire-sheet-box .J-shoping-close:hover {
    color: #0092fd;
}

.inquire-sheet-box .J-inquiry {
    padding: 0;
}

.inquire-sheet-box .J-inquiry a {
    font-size: 16px;
    font-weight: 500;
    line-height: 60px;

    display: block;

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

    color: #fff;
    background-color: #0092fd;
}

.inquire-sheet-box .J-inquiry a:hover {
    background-color: #027dd7;
}

.inquire-sheet-box .J-inquiry a::before {
    font-family: 'iconfont';
    font-size: 24px;
    font-weight: normal;

    display: inline-block;

    margin-right: 14px;

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

.inquire-sheet-box .J-shoping-body {
    overflow-y: auto;

    max-height: 380px;

    background-color: #fff;
}

.inquire-sheet-box .list {
    overflow: hidden;

    padding: 20px;

    border-bottom: 1px dashed #999;
}

.inquire-sheet-box .list .pic {
    float: left;
    overflow: hidden;

    width: 60px;

    border: 1px solid #e5e5e5;
}

.inquire-sheet-box .list .pic .img-box {
    padding-bottom: 63.63636364%;
}

.inquire-sheet-box .list p {
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;

    display: -webkit-box;
    float: left;
    overflow: hidden;

    width: 150px;
    height: 40px;
    margin: 0;
    padding: 0 10px;

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

.inquire-sheet-box .J-shoping-body::-webkit-scrollbar {
    position: absolute;
    right: 0;

    width: 8px;
}

.inquire-sheet-box .J-shoping-body::-webkit-scrollbar-track {
    background-color: #dcdcdc;
}

.inquire-sheet-box .J-shoping-body::-webkit-scrollbar-thumb {
    background-color: #0092fd;
}

.cart-icon {
    line-height: 30px;

    position: fixed;
    z-index: 9;
    right: 5px;
    bottom: 50%;
}

.cart-icon a {
    font-size: 14px;
    line-height: 50px;

    position: relative;

    display: block;

    width: 50px;
    height: 50px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: rgba(0, 146, 253, .8);
}

@media (max-width: 991px) {
    .cart-icon a {
        line-height: 50px;

        width: 50px;
        height: 50px;
    }
}

.cart-icon a::before {
    font-family: 'iconfont';
    font-size: 22px;
    font-weight: normal;

    content: '\e61a';
}

@media (max-width: 991px) {
    .cart-icon a::before {
        font-size: 20px;
    }
}

.cart-icon a:hover {
    background-color: #000;
}

.cart-icon span {
    font-size: 12px;
    line-height: 20px;

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

    display: inline-block;

    width: 20px;
    height: 20px;

    vertical-align: top;

    border-radius: 50%;
    background-color: #333;
}

.wrapper {
    overflow: hidden;

    padding: 60px 0 80px;
}

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

.title-in {
    text-align: center;
}

.title-in span {
    font-size: 16px;
    font-weight: 500;

    display: block;

    color: #0092fd;
}

.title-in span:before,
.title-in span:after {
    display: inline-block;

    width: 20px;
    height: 1px;

    content: '';
    vertical-align: middle;

    background-color: #0092fd;
}

.title-in span:before {
    margin-right: 18px;
}

.title-in span:after {
    margin-left: 18px;
}

.title-in b {
    font-size: 30px;
    line-height: 1.5;

    display: block;

    text-transform: uppercase;
}

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

.title-in p {
    line-height: 2.14285714;

    margin: 10px 0 0 0;

    color: #777;
}

.wrap-location {
    background-color: #ececec;
}

.wrap-location .location {
    padding: 10px 0;
}

.wrap-location .location ul {
    margin: 0;
    padding: 0;
}

.wrap-location .location ul:before {
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 36px;

    display: inline-block;

    content: '\e6c8';
    vertical-align: middle;

    color: #727272;
}

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

    vertical-align: top;
}

.wrap-location .location ul li:after {
    content: '/';
}

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

.wrap-location .location ul li a {
    line-height: 26px;

    display: inline-block;

    padding: 5px 14px;

    color: #888;
}

.wrap-location .location ul li a:hover {
    color: #0092fd;
}

.wrap-left {
    position: relative;

    float: left;

    width: 22%;
    padding-right: 30px;
}

@media (max-width: 991px) {
    .wrap-left {
        width: 100%;
        margin: 0;
        padding: 0;

        background: none;
    }
}

.wrap-left .title-sidenav {
    text-align: center;

    border-bottom: 10px solid #0092fd;
}

.wrap-left .title-sidenav b {
    font-size: 32px;
    font-weight: 900;
    line-height: 32px;

    display: block;
}

@media (max-width: 991px) {
    .wrap-left .title-sidenav b {
        font-size: 24px;
    }
}

.wrap-left .sidenav ul.sidenav-level1 {
    margin: 0;
    padding: 0;
}

.wrap-left .sidenav ul.sidenav-level1>li {
    margin-bottom: 1px;

    list-style: none;

    background-color: #e6e6e6;
}

.wrap-left .sidenav ul.sidenav-level1>li>a {
    font-size: 16px;
    line-height: 26px;

    position: relative;

    display: block;

    padding: 20px 30px 20px 20px;

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

    color: inherit;
    background-color: #ececec;
}

@media (max-width: 991px) {
    .wrap-left .sidenav ul.sidenav-level1>li>a {
        font-size: 14px;

        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.wrap-left .sidenav ul.sidenav-level1>li>a:after {
    font-family: 'iconfont' !important;
    line-height: 66px;

    position: absolute;
    top: 0;
    right: 20px;

    content: '\e619';

    color: #9d9d9d;
}

@media (max-width: 991px) {
    .wrap-left .sidenav ul.sidenav-level1>li>a:after {
        line-height: 46px;
    }
}

.wrap-left .sidenav ul.sidenav-level1>li.more>a:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

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

.wrap-left .sidenav ul.sidenav-level1>li.active>a:after,
.wrap-left .sidenav ul.sidenav-level1>li:hover>a:after {
    color: #d4d4d4;
}

.wrap-left .sidenav ul.sidenav-level1>li ul.sidenav-level2 {
    margin: 0;
    padding: 10px 0;

    background-color: #fff;
}

.wrap-left .sidenav ul.sidenav-level1>li ul.sidenav-level2>li {
    display: block;
}

.wrap-left .sidenav ul.sidenav-level1>li ul.sidenav-level2>li>a {
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;

    position: relative;

    display: block;

    padding: 10px 30px 10px 20px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-decoration: underline;

    color: inherit;
}

@media (max-width: 991px) {
    .wrap-left .sidenav ul.sidenav-level1>li ul.sidenav-level2>li>a {
        font-size: 14px;

        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.wrap-left .sidenav ul.sidenav-level1>li ul.sidenav-level2>li>a:after {
    font-family: 'iconfont' !important;
    line-height: 66px;

    position: absolute;
    top: 0;
    right: 20px;

    content: '\e619';

    color: #9d9d9d;
}

@media (max-width: 991px) {
    .wrap-left .sidenav ul.sidenav-level1>li ul.sidenav-level2>li>a:after {
        line-height: 46px;
    }
}

.wrap-left .sidenav ul.sidenav-level1>li ul.sidenav-level2>li>ul {
    display: none;

    margin: 0;
    padding: 0;
}

.wrap-left .sidenav ul.sidenav-level1>li ul.sidenav-level2>li>ul>li {
    display: block;
}

.wrap-left .sidenav ul.sidenav-level1>li ul.sidenav-level2>li>ul>li a {
    font-size: 16px;
    line-height: 30px;

    display: block;

    padding: 4px 40px;

    color: inherit;
}

.wrap-left .sidenav ul.sidenav-level1>li ul.sidenav-level2>li>ul>li a:hover {
    color: #0092fd;
}

.wrap-left .sidenav ul.sidenav-level1>li ul.sidenav-level2>li.active>a,
.wrap-left .sidenav ul.sidenav-level1>li ul.sidenav-level2>li:hover>a {
    color: #0092fd;
}

.wrap-left .sidenav ul.sidenav-level1>li ul.sidenav-level2>li.active>a:after,
.wrap-left .sidenav ul.sidenav-level1>li ul.sidenav-level2>li:hover>a:after {
    color: #0092fd;
}

.wrap-left .sidenav ul.sidenav-level1>li ul.sidenav-level2>li.active>ul {
    display: block;
}

.wrap-right {
    position: relative;

    float: left;

    width: 78%;

    background-color: #fff;
}

@media (max-width: 991px) {
    .wrap-right {
        width: 100%;
        margin: 0;
        padding: 0;
    }
}

.inside-nav {
    position: relative;

    overflow: hidden;

    margin-top: -30px;
    padding-bottom: 10px;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.inside-nav .nav-wrap {
    position: relative;
    z-index: 2;
    text-align: center;
    /* overflow-x: auto; */

    padding: 3px;
    /* background-color: #0092fd; */
    border-radius: 50px;
    background-color: #0092fd;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);

    /* -webkit-overflow-scrolling: touch; */
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/
    /*滑块效果*/
}

@media (max-width: 991px) {
    .inside-nav .nav-wrap {
        margin: 0 -15px;
    }
}

.inside-nav .nav-wrap::-webkit-scrollbar {
    width: 5px;
    height: 5px;

    background-color: #fefefe;
}

.inside-nav .nav-wrap::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #fefefe;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.inside-nav .nav-wrap::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .1);
}

.inside-nav .nav-wrap::-webkit-scrollbar-thumb:hover {
    border-radius: 5px;
    background: rgba(0, 0, 0, .3);
}

.inside-nav ul {
    font-size: 0;

    position: relative;

    display: inline-block;

    margin: 0;
    padding: 10px 0;

    /* white-space: nowrap; */
}

.inside-nav ul li {
    display: inline-block;
}

.inside-nav ul li a {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;

    position: relative;

    display: inline-block;

    padding: 0 20px;
    color: #ffffff;
    margin: 4px 0;
    -webkit-transition: all .2s;
    transition: all .2s;

    /* color: inherit; */
}

@media (max-width: 1470px) {
    .inside-nav ul li a {
        /* padding: 0 30px; */
    }
}

@media (max-width: 991px) {
    .inside-nav ul li a {
        font-size: 14px;

        padding: 0 15px;
    }
}

.inside-nav ul li.active a,
.inside-nav ul li:hover a {
    color: #0092fd;
    border-radius: 30px;
    background-color: #ffffff;

}

.wrap-about .about {
    overflow: hidden;
}

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

.wrap-about .about .text p {
    line-height: 2.14285714;

    margin: 0;

    color: #777;
}

.wrap-about .about .text b {
    color: #333;
}

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

.wrap-about .list {
    font-size: 0;

    margin-top: 30px;
}

.wrap-about .list ul {
    margin: 0 -5px;
    padding: 0;
}

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

    padding: 5px;

    list-style: none;

    vertical-align: top;
}

@media (max-width: 767px) {
    .wrap-about .list ul li {
        width: 100% !important;
    }
}

.wrap-about .list ul li:nth-child(1) {
    width: 57.6%;
}

.wrap-about .list ul li:nth-child(1) .img-box {
    padding-bottom: 30.86419753%;
}

.wrap-about .list ul li:nth-child(2) {
    width: 42.2%;
}

.wrap-about .list ul li:nth-child(2) .img-box {
    padding-bottom: 42.37288136%;
}

.wrap-about .list ul li:nth-child(3),
.wrap-about .list ul li:nth-child(4) {
    width: 28.8%;
}

.wrap-about .list ul li:nth-child(3) .img-box,
.wrap-about .list ul li:nth-child(4) .img-box {
    padding-bottom: 72.5%;
}

.wrap-about .list ul li:nth-child(5) {
    width: 42.2%;
}

.wrap-about .list ul li:nth-child(5) .img-box {
    padding-bottom: 49.15254237%;
}

.wrap-honor .honor .item {
    display: block;

    margin-top: 40px;

    text-align: center;

    color: inherit;
}

@media (max-width: 767px) {
    .wrap-honor .honor .item {
        margin-top: 20px;
    }
}

.wrap-honor .honor .item .pic {
    padding: 8px;

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

    border: 1px solid #dcdcdc;
}

.wrap-honor .honor .item .pic .img-box {
    padding-bottom: 133.33333333%;
}

.wrap-honor .honor .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.wrap-honor .honor .item p {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 10px 0 0 0;

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

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

.wrap-honor .honor .item:hover {
    text-decoration: none;
}

.wrap-honor .honor .item:hover .pic {
    border-color: #0092fd;
}

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

.wrap-honor .honor .item:hover p {
    color: #0092fd;
}

.wrap-equipment .equipment .item {
    display: block;

    margin-top: 40px;

    text-align: center;

    color: inherit;
}

@media (max-width: 767px) {
    .wrap-equipment .equipment .item {
        margin-top: 20px;
    }
}

.wrap-equipment .equipment .item .pic {
    padding: 8px;

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

    border: 1px solid #dcdcdc;
}

.wrap-equipment .equipment .item .pic .img-box {
    padding-bottom: 61.25%;
}

.wrap-equipment .equipment .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.wrap-equipment .equipment .item p {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 10px 0 0 0;

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

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

.wrap-equipment .equipment .item:hover {
    text-decoration: none;
}

.wrap-equipment .equipment .item:hover .pic {
    border-color: #0092fd;
}

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

.wrap-equipment .equipment .item:hover p {
    color: #0092fd;
}

.wrap-service .service {
    margin-top: 30px;
}

.wrap-service .service p {
    line-height: 2.14285714;

    margin: 0;

    color: #777;
}

.wrap-service .service b {
    color: #333;
}

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

.wrap-service .service h3 {
    font-size: 16px;
    line-height: 30px;

    margin: 0;
}

.wrap-videos .video {
    position: relative;

    overflow: hidden;

    margin-top: 30px;
    padding: 8px;

    border: 1px solid #dcdcdc;
}

.wrap-videos .video .img-box {
    z-index: 0;

    padding-bottom: 62.5%;

    background-color: #000;
}

.wrap-videos .video .img-box img {
    -webkit-transition: all .6s ease;
    transition: all .6s ease;

    opacity: .7;
}

.wrap-videos .video .video-box {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

    text-align: center;
}

.wrap-videos .video .iframe {
    display: none;

    width: 100% !important;
    height: 100% !important;
}

.wrap-videos .video .play {
    position: absolute;
    top: 50%;
    left: 0;

    display: inline-block;

    width: 100%;
    margin-bottom: 100%;

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

    color: #7a7a7a;
}

@media (max-width: 991px) {
    .wrap-videos .video .play {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);

        opacity: 1;
    }
}

.wrap-videos .video .play:before {
    font-family: 'iconfont';
    font-size: 20px;
    font-weight: normal;
    line-height: 40px;

    display: block;

    width: 40px;
    height: 40px;
    margin: 0 auto;

    content: '\e62b';
    text-align: center;

    border-radius: 8px;
    background-color: #fff;
}

.wrap-videos .item {
    text-align: center;
}

.wrap-videos .item p {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 10px 0 0 0;

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

.wrap-videos .item:hover .video .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);

    opacity: .9;
}

.wrap-videos .item:hover p {
    color: #0092fd;
}

.wrap-solution .solution {
    font-size: 0;
}

.wrap-solution .solution .item {
    display: block;

    margin-top: 40px;

    color: inherit;
}

.wrap-solution .solution .item .pic,
.wrap-solution .solution .item .note {
    display: inline-block;

    width: 50%;

    vertical-align: middle;
}

@media (max-width: 991px) {

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

        width: 100%;
    }
}

.wrap-solution .solution .item .pic {
    padding: 8px;

    border: 1px solid #dcdcdc;
}

.wrap-solution .solution .item .pic .img-box {
    padding-bottom: 61.66666667%;
}

.wrap-solution .solution .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.wrap-solution .solution .item .note {
    font-size: 14px;

    padding-left: 18px;
}

@media (max-width: 991px) {
    .wrap-solution .solution .item .note {
        margin-top: 20px;
        padding: 0;
    }
}

.wrap-solution .solution .item .note b {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 60px;

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

@media (max-width: 991px) {
    .wrap-solution .solution .item .note b {
        font-size: 16px;
    }
}

.wrap-solution .solution .item .note span.more {
    line-height: 30px;

    display: block;

    margin-top: 70px;

    color: #888;
}

@media (max-width: 991px) {
    .wrap-solution .solution .item .note span.more {
        margin-top: 10px;
    }
}

.wrap-solution .solution .item .note span.more:after {
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: inline-block;

    margin-left: 10px;

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

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

.wrap-solution .solution .item:hover .note b {
    color: #0092fd;
}

.wrap-solution-show .title-solution-show {
    text-align: center;
}

.wrap-solution-show .title-solution-show h1 {
    font-size: 30px;
    line-height: 1.5;

    display: block;

    margin: 0;

    text-transform: uppercase;
}

@media (max-width: 991px) {
    .wrap-solution-show .title-solution-show h1 {
        font-size: 20px;
    }
}

.wrap-solution-show .solution-show {
    margin-top: 30px;
}

.wrap-solution-show .solution-show p {
    line-height: 2.14285714;

    margin: 0;

    color: #777;
}

.wrap-solution-show .solution-show b {
    color: #333;
}

.wrap-solution-show .solution-show img {
    display: inline-block;

    max-width: 100%;
    height: auto !important;
    margin-top: 10px;
}

.wrap-solution-show .solution-show h3 {
    font-size: 18px;
    line-height: 30px;
}

@media (max-width: 767px) {
    .wrap-solution-show .solution-show h3 {
        font-size: 16px;
    }
}

.wrap-download .download {
    font-size: 0;
}

.wrap-download .download .item {
    display: block;

    margin-top: 40px;

    color: inherit;
}

.wrap-download .download .item .pic,
.wrap-download .download .item .note {
    display: inline-block;

    width: 50%;

    vertical-align: middle;
}

@media (max-width: 991px) {

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

        width: 100%;
    }
}

.wrap-download .download .item .pic {
    padding: 8px;

    border: 1px solid #dcdcdc;
}

.wrap-download .download .item .pic .img-box {
    padding-bottom: 61.66666667%;
}

.wrap-download .download .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.wrap-download .download .item .note {
    font-size: 14px;

    padding-left: 18px;
}

@media (max-width: 991px) {
    .wrap-download .download .item .note {
        margin-top: 20px;
        padding: 0;
    }
}

.wrap-download .download .item .note b {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 30px;

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

@media (max-width: 991px) {
    .wrap-download .download .item .note b {
        font-size: 16px;
    }
}

.wrap-download .download .item .note p {
    margin: 14px 0 0 0;
}

.wrap-download .download .item .note p span {
    line-height: 30px;

    display: inline-block;

    color: #888;
}

.wrap-download .download .item .note p span:first-child {
    margin-right: 10%;
}

.wrap-download .download .item .note span.down {
    font-weight: 500;
    line-height: 30px;

    display: block;

    margin-top: 50px;

    text-decoration: underline;
}

@media (max-width: 991px) {
    .wrap-download .download .item .note span.down {
        margin-top: 10px;
    }
}

.wrap-download .download .item .note span.down:after {
    font-family: 'iconfont' !important;
    font-size: 16px;

    display: inline-block;

    margin-left: 10px;

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

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

.wrap-download .download .item:hover .note b {
    color: #0092fd;
}

.wrap-news .news .item {
    margin-top: 40px;

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

.wrap-news .news .item .pic {
    padding: 8px;

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

    border: 1px solid #dcdcdc;
}

.wrap-news .news .item .pic .img-box {
    padding-bottom: 51.28205128%;
}

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

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

@media (max-width: 991px) {
    .wrap-news .news .item .note {
        padding: 20px 10px;
    }
}

.wrap-news .news .item .note b {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;

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

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

@media (max-width: 991px) {
    .wrap-news .news .item .note b {
        font-size: 16px;
    }
}

.wrap-news .news .item .note a {
    color: inherit;
}

.wrap-news .news .item .note span.date {
    display: block;

    margin: 14px 0 0 0;

    color: #888;
}

.wrap-news .news .item .note a.more {
    font-weight: 500;

    display: block;

    margin-top: 20px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-decoration: underline;
}

.wrap-news .news .item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.wrap-news .news .item:hover .pic {
    border-color: #fff;
}

.wrap-news .news .item:hover .pic .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: #0092fd;
}

.wrap-news .news .item:hover .note a.more {
    color: #0092fd;
}

.wrap-news-show .title-news-show h1 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.5;

    margin: 0;
}

@media (max-width: 991px) {
    .wrap-news-show .title-news-show h1 {
        font-size: 20px;
    }
}

.wrap-news-show .title-news-show span.date {
    font-weight: 500;

    display: block;

    margin-top: 10px;

    color: #666;
}

.wrap-news-show .text {
    margin-top: 20px;
}

.wrap-news-show .text p {
    line-height: 2.14285714;

    margin: 0;

    color: #777;
}

.wrap-news-show .text img {
    max-width: 100%;
    height: auto !important;
}

.wrap-news-show .news-relate {
    margin-top: 30px;
}

.wrap-news-show .news-relate ul {
    margin: 0;
    padding: 0;
}

.wrap-news-show .news-relate ul li {
    list-style: none;
}

.wrap-news-show .news-relate ul li a {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;

    display: block;
    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    color: inherit;

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

.wrap-news-show .news-relate ul li a:hover {
    text-decoration: underline;

    color: #0092fd;
}

.wrap-product .product .item {
    display: block;

    margin-top: 30px;

    text-align: center;

    color: inherit;
}

.wrap-product .product .item .pic {
    position: relative;

    padding: 8px;

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

    border: 1px solid #dcdcdc;
}

.wrap-product .product .item .pic .img-box {
    padding-bottom: 63.63636364%;

    background-color: #0092fd;
}

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

.wrap-product .product .item .pic .mask {
    position: absolute;
    top: 50%;

    width: 100%;
    left: 0;

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

    opacity: 0;
    color: #fff;
}

@media (max-width: 1199px) {
    .wrap-product .product .item .pic .mask {
        display: none;
    }
}

.wrap-product .product .item .pic .mask b {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;

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

.wrap-product .product .item .pic .mask a.more {
    line-height: 30px;

    display: block;

    margin: 10px 0 0 0;
}

.wrap-product .product .item .pic .mask a.more:after {
    font-family: 'iconfont' !important;

    margin-left: 10px;

    content: '\e6a1';
}

.wrap-product .product .item a {
    display: block;

    color: inherit;
}

.wrap-product .product .item a.addcart {
    line-height: 46px;

    display: inline-block;

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

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

.wrap-product .product .item a.addcart:before {
    font-family: 'iconfont' !important;
    font-size: 20px;

    float: left;

    margin-right: 8px;

    content: '\e61a';

    color: #333;
}

.wrap-product .product .item a.xs-addcart {
    display: none;
}

@media (max-width: 1199px) {
    .wrap-product .product .item a.xs-addcart {
        display: inline-block;
    }
}

.wrap-product .product .item a.xs-addcart.addcart {
    line-height: 36px;

    margin-top: 10px;

    color: #fff;
    background-color: #0092fd;
}

.wrap-product .product .item a.xs-addcart.addcart:before {
    color: #fff;
}

.wrap-product .product .item p {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

    margin: 10px 0 0 0;
}

@media (min-width: 1200px) {
    .wrap-product .product .item:hover .pic .img-box img {
        opacity: .12;
    }

    .wrap-product .product .item:hover .pic .mask {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);

        opacity: 1;
    }

    .wrap-product .product .item:hover p {
        opacity: 0;
    }
}

.wrap-product-show .carousel-wrap .carousel {
    font-size: 0;

    position: relative;
}

.wrap-product-show .carousel-wrap .carousel .img-box {
    padding-bottom: 63.63636364%;
}

.wrap-product-show .carousel-wrap .carousel .slider-for {
    position: relative;

    padding: 10px;

    border: 1px solid #dcdcdc;
}

@media (max-width: 767px) {
    .wrap-product-show .carousel-wrap .carousel .slider-for {
        padding: 6px;
    }
}

.wrap-product-show .carousel-wrap .carousel .slider-for .item {
    position: relative;
}

.wrap-product-show .carousel-wrap .carousel .slider-nav {
    margin: 0 -5px;
    margin-top: 10px;
}

.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-slide {
    padding: 0 5px;

    outline: none;
}

.wrap-product-show .carousel-wrap .carousel .slider-nav .item {
    position: relative;

    border: 1px solid #dcdcdc;
}

.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-current .item {
    border: 1px solid #0092fd;
}

.wrap-product-show .carousel-wrap .info-box {
    position: relative;
}

@media (max-width: 1350px) {
    .wrap-product-show .carousel-wrap .info-box {
        margin-top: 20px;
    }
}

.wrap-product-show .carousel-wrap .info-box .title-info h1 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.33333333;

    display: block;

    margin: 0;
}

@media (max-width: 1350px) {
    .wrap-product-show .carousel-wrap .info-box .title-info h1 {
        font-size: 20px;
    }
}

.wrap-product-show .carousel-wrap .info-box .text {
    margin-top: 20px;
}

.wrap-product-show .carousel-wrap .info-box .text b {
    font-size: 16px;
    line-height: 30px;

    display: block;

    margin-bottom: 10px;

    color: #333;
}

.wrap-product-show .carousel-wrap .info-box .text p {
    font-size: 14px;
    line-height: 2.14285714;

    margin: 0;

    color: #888;
}

.wrap-product-show .carousel-wrap .info-box .application {
    margin-top: 20px;
}

.wrap-product-show .carousel-wrap .info-box .application .title-application b {
    font-size: 16px;
    line-height: 30px;

    display: block;
}

.wrap-product-show .carousel-wrap .info-box .application .note p {
    font-size: 14px;
    line-height: 2.14285714;

    margin: 0;

    color: #888;
}

.wrap-product-show .carousel-wrap .info-box .share {
    margin-top: 50px;
}

@media (max-width: 1350px) {
    .wrap-product-show .carousel-wrap .info-box .share {
        margin-top: 10px;
    }
}

.wrap-product-show .carousel-wrap .info-box .share span {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    display: block;
}

.wrap-product-show .carousel-wrap .info-box .share .addthis_inline_share_toolbox {
    display: inline-block;

    margin-top: 10px;

    vertical-align: middle;
}

.wrap-product-show .carousel-wrap .info-box .share .btn-pinfo,
.wrap-product-show .carousel-wrap .info-box .share .btn-addcart {
    position: relative;

    display: inline-block;
    float: right;
}

@media (max-width: 767px) {

    .wrap-product-show .carousel-wrap .info-box .share .btn-pinfo,
    .wrap-product-show .carousel-wrap .info-box .share .btn-addcart {
        display: block;
        float: none;

        margin-top: 20px;
    }
}

.wrap-product-show .carousel-wrap .info-box .share .btn-pinfo a,
.wrap-product-show .carousel-wrap .info-box .share .btn-addcart a {
    line-height: 46px;

    display: inline-block;

    padding: 0 36px;

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

    color: #666;
    border: 1px solid #dbdbdb;
    border-radius: 30px;
    background-color: #ececec;
}

.wrap-product-show .carousel-wrap .info-box .share .btn-pinfo a:before,
.wrap-product-show .carousel-wrap .info-box .share .btn-addcart a:before {
    font-family: 'iconfont' !important;

    float: left;

    margin-right: 10px;

    content: '\e652';
}

.wrap-product-show .carousel-wrap .info-box .share .btn-pinfo a:hover,
.wrap-product-show .carousel-wrap .info-box .share .btn-addcart a:hover {
    color: #fff;
    background-color: #027dd7;
}

.wrap-product-show .carousel-wrap .info-box .share .btn-addcart {
    margin-left: 3%;
}

@media (max-width: 767px) {
    .wrap-product-show .carousel-wrap .info-box .share .btn-addcart {
        margin-left: 0;
    }
}

.wrap-product-show .carousel-wrap .info-box .share .btn-addcart a {
    color: #fff;
    border-color: #0092fd;
    background-color: #0092fd;
}

.wrap-product-show .carousel-wrap .info-box .share .btn-addcart a:before {
    font-size: 18px;

    content: '\e61a';
}

.wrap-product-show .title-product-show b {
    font-size: 30px;
    line-height: 1;

    display: block;

    text-transform: uppercase;
}

@media (max-width: 991px) {
    .wrap-product-show .title-product-show b {
        font-size: 24px;
    }
}

.wrap-product-show .title-product-show p {
    line-height: 1.71428571;

    margin: 4px 0 0 0;

    color: #666;
}

.wrap-product-show .parameter,
.wrap-product-show .relate-product,
.wrap-product-show .inquiry {
    padding-top: 50px;
}

.wrap-product-show .parameter .text {
    margin-top: 20px;
    padding: 30px 15px;

    border: 1px solid #eee;
}

.wrap-product-show .parameter .text p {
    font-size: 16px;
    line-height: 2;

    margin: 0;
}

.wrap-product-show .parameter .text img {
    max-width: 100%;
    height: auto !important;
}

.wrap-product-show .inquiry form input,
.wrap-product-show .inquiry form textarea {
    line-height: 30px;

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

    resize: vertical;

    border: 1px solid #eee;
    outline: none;
    background: none;
    background-color: #ededed;
}

@media (max-width: 991px) {

    .wrap-product-show .inquiry form input,
    .wrap-product-show .inquiry form textarea {
        margin-top: 10px;
    }
}

.wrap-product-show .inquiry form input::-webkit-input-placeholder,
.wrap-product-show .inquiry form textarea::-webkit-input-placeholder {
    color: #777;
}

.wrap-product-show .inquiry form input:-o-placeholder,
.wrap-product-show .inquiry form textarea:-o-placeholder {
    color: #777;
}

.wrap-product-show .inquiry form input::-moz-placeholder,
.wrap-product-show .inquiry form textarea::-moz-placeholder {
    color: #777;
}

.wrap-product-show .inquiry form input:-ms-input-placeholder,
.wrap-product-show .inquiry form textarea:-ms-input-placeholder {
    color: #777;
}

.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: #d8d8d8;
}

.wrap-product-show .inquiry form p {
    font-size: 16px;

    margin: 14px 0 0 0;
}

.wrap-product-show .inquiry form .send {
    text-align: center;
}

.wrap-product-show .inquiry form .submit {
    font-size: 16px;
    font-weight: 500;
    line-height: 44px;

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

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

    color: #fff;
    border-radius: 0;
    background-color: #0092fd;
}

@media (max-width: 991px) {
    .wrap-product-show .inquiry form .submit {
        padding: 0 40px;
    }
}

.wrap-product-show .inquiry form .submit:hover {
    background-color: #027dd7;
}

.wrap-product-show .table-box {
    overflow: auto;

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

.wrap-product-show table {
    width: 100% !important;
    max-width: 100%;
    margin: 0;
    padding: 0;

    border-spacing: 0;
    border-collapse: collapse;
}

.wrap-product-show table tr,
.wrap-product-show table td {
    width: auto !important;
    height: auto !important;

    vertical-align: middle;
}

.wrap-product-show table td {
    padding: 8px 20px !important;

    border: 1px solid #dcdcdc !important;
}

.wrap-product-show table tr p,
.wrap-product-show table tr span {
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}

.wrap-inquiry table {
    width: 100%;
    margin-top: 20px;

    border-collapse: collapse;
}

.wrap-inquiry table tr {
    border: 1px solid #d5d5d5;
}

.wrap-inquiry table tr:first-child {
    overflow: hidden;

    background-color: #e6e6e6;
}

.wrap-inquiry table th {
    font-weight: 500;
    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: '\e6aa';

    color: #0092fd;
}

.wrap-inquiry table input {
    font-size: 16px;
    font-weight: bold;
    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: 9;

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

.wrap-inquiry table .pic {
    display: inline-block;

    width: 24%;
    margin-right: -4px;
    padding: 2px;

    vertical-align: middle;

    border: 1px solid #dcdcdc;
}

@media (max-width: 767px) {
    .wrap-inquiry table .pic {
        display: block;

        width: 100%;
    }
}

.wrap-inquiry table .pic .img-box {
    padding-bottom: 63.63636364%;
}

.wrap-inquiry table p {
    font-size: 14px;
    font-weight: bold;
    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: 30px;
    font-weight: normal;

    content: '\e659';

    color: #787878;
}

.wrap-inquiry .close:hover::after {
    color: #027dd7;
}

.wrap-inquiry .title-inquiry b {
    font-size: 30px;
    line-height: 1;

    display: block;

    text-transform: uppercase;
}

@media (max-width: 991px) {
    .wrap-inquiry .title-inquiry b {
        font-size: 20px;
    }
}

.wrap-inquiry .title-inquiry p {
    line-height: 1.71428571;

    margin: 10px 0 0 0;

    color: #666;
}

.wrap-inquiry .inquiry {
    margin-top: 50px;
}

.wrap-inquiry .inquiry form input,
.wrap-inquiry .inquiry form textarea {
    line-height: 30px;

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

    resize: vertical;

    border: 1px solid #eee;
    outline: none;
    background: none;
    background-color: #ededed;
}

@media (max-width: 991px) {

    .wrap-inquiry .inquiry form input,
    .wrap-inquiry .inquiry form textarea {
        margin-top: 10px;
    }
}

.wrap-inquiry .inquiry form input::-webkit-input-placeholder,
.wrap-inquiry .inquiry form textarea::-webkit-input-placeholder {
    color: #777;
}

.wrap-inquiry .inquiry form input:-o-placeholder,
.wrap-inquiry .inquiry form textarea:-o-placeholder {
    color: #777;
}

.wrap-inquiry .inquiry form input::-moz-placeholder,
.wrap-inquiry .inquiry form textarea::-moz-placeholder {
    color: #777;
}

.wrap-inquiry .inquiry form input:-ms-input-placeholder,
.wrap-inquiry .inquiry form textarea:-ms-input-placeholder {
    color: #777;
}

.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: #d8d8d8;
}

.wrap-inquiry .inquiry form p {
    font-size: 16px;

    margin: 14px 0 0 0;
}

.wrap-inquiry .inquiry form .send {
    text-align: center;
}

.wrap-inquiry .inquiry form .submit {
    font-size: 16px;
    font-weight: 500;
    line-height: 44px;

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

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

    color: #fff;
    border-radius: 0;
    background-color: #0092fd;
}

@media (max-width: 991px) {
    .wrap-inquiry .inquiry form .submit {
        padding: 0 40px;
    }
}

.wrap-inquiry .inquiry form .submit:hover {
    background-color: #027dd7;
}

.wrap-contact .title-in b {
    text-transform: capitalize;
}

.wrap-contact .message {
    margin-top: 20px;
}

.wrap-contact .message input,
.wrap-contact .message textarea {
    line-height: 30px;

    width: 100%;
    min-height: 50px;
    margin-top: 14px;
    padding: 10px 24px;

    border: none;
    outline: none;
    background-color: #ececec;
}

.wrap-contact .message textarea {
    resize: vertical;
}

.wrap-contact .message input::-webkit-input-placeholder,
.wrap-contact .message textarea::-webkit-input-placeholder {
    color: #666;
}

.wrap-contact .message input:-o-placeholder,
.wrap-contact .message textarea:-o-placeholder {
    color: #666;
}

.wrap-contact .message input::-moz-placeholder,
.wrap-contact .message textarea::-moz-placeholder {
    color: #666;
}

.wrap-contact .message input:-ms-input-placeholder,
.wrap-contact .message textarea:-ms-input-placeholder {
    color: #666;
}

.wrap-contact .message input:focus::-webkit-input-placeholder,
.wrap-contact .message textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}

.wrap-contact .message input:focus::-o-placeholder,
.wrap-contact .message textarea:focus::-o-placeholder {
    color: #c5c5c5;
}

.wrap-contact .message input:focus::-moz-placeholder,
.wrap-contact .message textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}

.wrap-contact .message input:focus::-ms-input-placeholder,
.wrap-contact .message textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}

.wrap-contact .message .send {
    text-align: center;
}

.wrap-contact .message .submit {
    font-weight: 500;
    line-height: 42px;

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

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

    color: #fff;
    border-radius: 0;
    background-color: #0092fd;
}

.wrap-contact .message .submit:hover {
    background-color: #027dd7;
}

.wrap-contact .contact {
    margin-top: 60px;
}

.wrap-contact .contact .text {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.wrap-contact .contact .text>ul {
    font-size: 0;

    margin: 0;
    padding: 30px 5%;
}

@media (min-width: 1200px) {
    .wrap-contact .contact .text>ul {
        width: 100%;

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

    .wrap-contact .contact .text>ul:after {
        display: inline-block;
        overflow: hidden;

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

        content: '';
    }
}

.wrap-contact .contact .text>ul>li {
    display: inline-block;

    text-align: left;
    vertical-align: top;
}

@media (max-width: 991px) {
    .wrap-contact .contact .text>ul>li {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .wrap-contact .contact .text>ul>li {
        width: 100%;
    }
}

.wrap-contact .contact .text .item {
    position: relative;

    margin: 10px 0;
    padding-left: 60px;
}

.wrap-contact .contact .text .item:before {
    font-family: 'iconfont' !important;
    font-size: 40px;
    line-height: 40px;

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

    content: '\e62e';

    color: #0092fd;
}

@media (max-width: 991px) {
    .wrap-contact .contact .text .item:before {
        font-size: 30px;
    }
}

.wrap-contact .contact .text .item-phone:before {
    font-size: 30px;

    content: '\e630';
}

@media (max-width: 991px) {
    .wrap-contact .contact .text .item-phone:before {
        font-size: 24px;
    }
}

.wrap-contact .contact .text .item-telphone:before {
    content: '\e619';
}

.wrap-contact .contact .text .item-email:before {
    content: '\e679';
}

.wrap-contact .contact .text .item b {
    font-size: 18px;
    line-height: 30px;

    display: block;
}

@media (max-width: 991px) {
    .wrap-contact .contact .text .item b {
        font-size: 16px;
    }
}

.wrap-contact .contact .text .item p {
    font-size: 18px;
    line-height: 1.66666667;

    margin: 10px 0 0 0;

    color: #777;
}

@media (max-width: 991px) {
    .wrap-contact .contact .text .item p {
        font-size: 16px;
    }
}

.wrap-contact .contact .text .item a {
    color: inherit;
}

.wrap-contact .contact .text .item a:hover {
    text-decoration: underline;

    color: #0092fd;
}

#dituContent {
    height: 310px;
}

nav {
    text-align: center;
}

.pagination {
    margin: 40px 0 0 0;
}

.pagination li:first-child a,
.pagination li:last-child a {
    border-radius: 50%;
}

.pagination li a {
    font-size: 16px;
    line-height: 34px;

    width: 34px;
    height: 34px;
    margin: 0 4px;
    padding: 0;

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

    color: #848484;
    border: 1px solid #d7d7d7;
    border-radius: 50%;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: #fff;
    border-color: #176397;
    background-color: #176397;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #fff;
    border-color: #176397;
    background-color: #176397;
}

.lazy {
    background-image: url(../js/slick/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}

.zoomDiv {
    z-index: 8;

    display: none;
    overflow: hidden;

    text-align: center;

    border: 1px solid #ccc;
    background: #fff;
}

@media (min-width: 768px) {
    .zoomDiv {
        position: absolute;
    }
}

.zoomMask {
    position: absolute;
    z-index: 1;

    cursor: move;

    background: url('../images/mask.png') repeat scroll 0 0 transparent;
}

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

.fancybox-slide--iframe .fancybox-content {
    width: 733px;
    max-width: 80%;
    height: 500px;
    max-height: 50%;
    margin: 0;
}

.stuck {
    position: fixed;
    z-index: 9;
    top: 0;

    width: 100%;
    height: 40px !important;
}

@media (max-width: 1199px) {
    .stuck {
        height: 80px !important;
        padding: 0 10px;

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

.box-case .list {
    margin-top: -40px;
}

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

.slick-customer .slick-arrow {
    width: 100%;
    line-height: 40px;
    background-color: none;
    height: 40px;
    text-align: center;
    background: none;
    border: none;
    padding: 0;
    outline: none;
    margin: 0;
}

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

    content: '\e601';
    display: inline-block;
    transform: rotate(90deg);
}




.slick-customer .slick-arrow.slick-next:before {

    /* transform: rotate(-90deg); */
    content: '\e827';
}


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

    margin-right: 10px;
}

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

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

.header .header-top .share ul li a {
    line-height: 110px;

    display: block;

    padding: 0 6px;

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

    color: #666;
}

@media (max-width: 1199px) {
    .header .header-top .share ul li a {
        line-height: 30px;
    }
}

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

    display: inline-block;

    content: '\e727';
    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: '\e686';
}

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

.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 {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);

    color: #0092fd;
}

.wrap-product-show .carousel-wrap .carousel .slider-for .video {
    position: relative;

    background-color: #000;
}

@media (max-width: 991px) {
    .wrap-product-show .carousel-wrap .carousel .slider-for .video {
        width: 100%;
    }
}

.wrap-product-show .carousel-wrap .carousel .slider-for .video .video-box {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

    text-align: center;
}

.wrap-product-show .carousel-wrap .carousel .slider-for .video .img-box {
    -webkit-transition: all .4s;
    transition: all .4s;

    opacity: .5;
}

.wrap-product-show .carousel-wrap .carousel .slider-for .video img {
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.wrap-product-show .carousel-wrap .carousel .slider-for .video .iframe {
    display: none;

    width: 100% !important;
    height: 100% !important;
}

.wrap-product-show .carousel-wrap .carousel .slider-for .video .play {
    font-size: 80px;
    line-height: 60px;

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

    display: inline-block;

    width: 100%;

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

    color: #fff;
}

.wrap-product-show .carousel-wrap .carousel .slider-for .video .play:after {
    font-family: 'iconfont' !important;

    display: inline-block;

    content: '\e67f';
}

.wrap-product-show .carousel-wrap .carousel .slider-for .video:hover .img-box {
    opacity: .9;
}


.wrap-product-show .parameter .text table tr:hover {
    background-color: #0092fd;
    color: #fff;
}



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

    display: none;

    min-width: 230px;
    padding: 20px 0;
    min-height: 300px;
    left: 0;
    /*  -webkit-transform: translateX(-20%);
            -ms-transform: translateX(-20%);
                transform: translateX(-20%); */
    text-align: center;
    text-align: left;

    background-color: rgba(9, 72, 139, .95);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

.header .product-nav>ul .nav-list2 li {
    list-style: none;
}

.header .product-nav>ul .nav-list2 li>a {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    position: relative;
    z-index: 1;

    display: block;

    padding: 7px 30px;

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

    color: #fff;
}

.header .product-nav>ul .nav-list2 li>a:hover {
    color: #333;
    background-color: #e7edf3;
}

.header .product-nav>ul .nav-list2 li img {
    max-width: 400px;
}

.header .product-nav>ul .nav-list2 li.active .navright {
    display: block;
}

.header .product-nav>ul .nav-list2 li:first-child .navright {
    display: block;
}

.header .product-nav>ul .nav-list2 .navright {
    position: absolute;
    top: 0;
    left: 100%;

    display: block;
    display: none;
    overflow: hidden;

    min-width: 1200px;
    height: 100%;
    padding: 20px;

    background-color: rgba(217, 233, 250, .95);
}

@media(max-width: 1560px) {
    .header .product-nav>ul .nav-list2 .navright {
        min-width: 900px;
    }
}

.header .product-nav>ul .nav-list2 .navright .pic {
    float: left;

    width: 31%;
}

.header .product-nav>ul .nav-list2 .navright .pic .img-box {
    padding-bottom: 70.58823529%;
}

.header .product-nav>ul .nav-list2 .navright .note {
    float: left;

    width: 69%;
    padding: 20px 20px 0 40px;
}

.header .product-nav>ul .nav-list2 .navright .note b {
    font-size: 26px;
    line-height: 1.53846154;

    display: block;

    color: #09488b;
}

.header .product-nav>ul .nav-list2 .navright .note p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.625;

    display: -webkit-box;
    overflow: hidden;

    max-height: 104px;
    margin: 20px 0 0 0;

    color: #333;

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

.header .product-nav>ul .nav-list2 .navright .note span {
    font-size: 16px;
    font-weight: bold;

    display: block;

    margin-top: 30px;

    color: #e72518;
}

.box-product .title b::before,
.box-what .title b::before {

    display: inline-block;
    width: 3px;
    height: 20px;
    content: '';
    background-color: #0092fd;
    vertical-align: middle;
    margin-right: 10px;
}

.slick-customer a.more {
    display: block;
    line-height: 30px;
    text-align: right;
    text-decoration: none;
}

.slick-customer a.more::after {

    font-family: 'iconfont' !important;
    content: '\e610';
    font-size: 20px;
}


.xs-product-nav {
    width: 100%;
    display: none;
}

@media(max-width: 991px) {
    .xs-product-nav {
        display: block;
    }
}

.xs-product-nav ul li {
    display: block;
}

.xs-product-nav ul li a {
    line-height: 2.2;
    padding: 0 4px;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
}

.parameter .parameter-text {
    font-size: 0;
}

.parameter .parameter-itembox {
    float: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin: 20px 0;
}


.wrap-product-show .parameter .parameter-text p {
    font-size: 16px;
    line-height: 2;

    margin: 0;
}

.wrap-product-show .parameter .parameter-text img {
    max-width: 100%;
    height: auto !important;
}

@media(max-width: 991px) {
    .parameter .parameter-itembox {
        margin: 10px 0;
    }

    .wrap-product-show .parameter .parameter-text p {
        font-size: 14px;
        line-height: 24/14;
    }
}

.wrap-product-show .carousel-wrap .carousel .slider-nav .item-video{
	position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .item-video:before{
	font-family: 'iconfont' !important;
	display: inline-block;
	content: '\e67f';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%,-50%,0);
	z-index: 2;
	font-size: 30px;
	color: #ffffff;
}

.wrap-user-evaluation
{
    padding-top: 70px;
}
@media (max-width: 991px)
{
    .wrap-user-evaluation
    {
        padding-top: 50px;
    }
}
.wrap-user-evaluation .evaluation > ul {
	margin: 0;
	padding: 0;
}
.wrap-user-evaluation .evaluation > ul > li
{
    padding: 30px 0;
	list-style: none;
    border-bottom: 1px solid #dcdcdc;
}
@media (max-width: 767px)
{
    .wrap-user-evaluation .evaluation > ul > li
    {
        padding: 18px 0;
    }
}
.wrap-user-evaluation .evaluation .item .title-evaluation h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-user-evaluation .evaluation .item .title-evaluation h3
    {
        font-size: 18px;
    }
}
.wrap-user-evaluation .evaluation .item .star
{
    margin-top: 6px;

    color: #ff9000;
}
.wrap-user-evaluation .evaluation .item .star i
{
    margin-right: 4px;
    background: url(../images/star-fill.png) no-repeat center;
    background-size: cover;
    width: 22px;
    height: 22px;
	display: inline-block;
}
.wrap-user-evaluation .evaluation .item .note
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .wrap-user-evaluation .evaluation .item .note
    {
        margin-top: 10px;
    }
}
.wrap-user-evaluation .evaluation .item .note p
{
    line-height: 24px;

    color: #666;
}
.wrap-sitemap .sitemap ul {
	margin: 0;
	padding: 0;
}
.wrap-sitemap .sitemap ul  li{
	list-style: none;
}
.wrap-sitemap .sitemap> ul > li
{
    position: relative;

    width: 100%;
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap> ul > li
    {
        min-height: 38px;
        margin-top: 20px;
        padding-left: 0;
    }
}
.wrap-sitemap .sitemap> ul > li > a
{
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;

    display: inline-block;

    min-width: 240px;
    padding: 10px 30px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-transform: capitalize;
	color: #333;
    border: 1px solid #eaeaea;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap> ul > li > a
    {
        font-size: 16px;

        min-width: 140px;
        padding: 4px 10px;
    }
}
.wrap-sitemap .sitemap> ul > li:hover > a
{
    color: #fff;
    background-color: #0092fd;
}
.wrap-sitemap .sitemap> ul > li:hover > a
{
    text-decoration: underline;

    background-color: #0092fd;
}
.wrap-sitemap .sitemap> ul > li > ul
{
    font-size: 0;

    margin: 0 -15px;
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap> ul > li > ul
    {
        margin: 0 -5px;
        margin-top: 20px;
    }
}
.wrap-sitemap .sitemap> ul > li > ul > li
{
    position: relative;

    display: inline-block;

    list-style: none;

    vertical-align: top;
}
.wrap-sitemap .sitemap > ul > li > ul > li > a
{
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 5px 20px;

    text-transform: capitalize;

    color: #666;
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul > li
{
    display: inline-block;

    vertical-align: top;
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul > li > a
{
    font-size: 16px;

    display: block;

    padding: 5px 30px;

    color: #999;
}
.wrap-sitemap .sitemap> ul > li > ul > li > ul > li > a:before
{
    content: '-';
}
.wrap-sitemap .sitemap > ul > li > ul > li:hover > a
{
    text-decoration: underline;

    color: #0092fd;
}
.wrap-sitemap .sitemap> ul > li > ul > li:hover > a:before
{
    opacity: 1;
}
.wrap-sitemap .sitemap-vertical
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-sitemap .sitemap-vertical
    {
        margin-top: 20px;
    }
}
.wrap-sitemap .sitemap-vertical > ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 100%;
    margin: 0 -15px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (max-width: 1199px)
{
    .wrap-sitemap .sitemap-vertical > ul
    {
        display: block;
    }
}
.wrap-sitemap .sitemap-vertical > ul > li
{
    display: inline-block;

    margin-top: 10px;
    padding: 0 15px;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .wrap-sitemap .sitemap-vertical > ul > li
    {
        display: block;
    }
}
.wrap-sitemap .sitemap-vertical > ul > li > a
{
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;

    display: inline-block;

    padding: 10px 20px;
	color: inherit;
    -webkit-transition: all .2s;
            transition: all .2s;
    text-transform: capitalize;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap-vertical > ul > li > a
    {
        font-size: 16px;

        padding: 10px;
    }
}
.wrap-sitemap .sitemap-vertical > ul > li > ul
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap-vertical > ul > li > ul
    {
        margin-top: 0;
    }
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li
{
    position: relative;

    list-style: none;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .wrap-sitemap .sitemap-vertical > ul > li > ul > li
    {
        display: inline-block;

        vertical-align: top;
    }
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li > a
{
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 5px 20px;

    text-transform: capitalize;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap-vertical > ul > li > ul > li > a
    {
        font-size: 15px;

        padding: 5px 10px;
    }
}
@media (max-width: 1199px)
{
    .wrap-sitemap .sitemap-vertical > ul > li > ul > li > ul > li
    {
        display: inline-block;

        vertical-align: top;
    }
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li > ul > li > a
{
    font-size: 14px;

    display: block;

    padding: 5px 30px;

    color: #999;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap-vertical > ul > li > ul > li > ul > li > a
    {
        padding: 5px 15px;
    }
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li > ul > li > a:before
{
    content: '-';
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li > ul > li:hover > a
{
    text-decoration: underline;

    color: #0092fd;
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li > ul > li:hover > a:before
{
    opacity: 1;
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li:hover > a
{
    text-decoration: underline;

    color: #0092fd;
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li:hover > a:before
{
    opacity: 1;
}
.wrap-sitemap .sitemap-vertical > ul > li:hover > a
{
    color: #0092fd;
}

.wrap-location{
	position: absolute;
	bottom: 30px;
	width: 100%;
	z-index: 2;
	left: 0;
	color: #fff;
		font-size: 16px;
	line-height: 30px;
	background: none;
	text-align: right;
}
.wrap-location .location ul:before{
	color: #ffffff;
}
.wrap-location .location ul li a{
	color: #ffffff;
}
.wrap-location .location ul li:hover a{
	color: #ffffff;
	text-decoration: underline;
}


.share-cn {
   display: none;
}
&[lang=zh-CN] {
   .share-cn {
      display: block;
   }
   .share-other {
      display: none;
   }
}