/**
 * style.less
 * 层叠样式表
 */
@font-face {
    font-family: 'iconfont';

    src: url('../fonts/iconfont.eot?t=1481266234445');
    src: url('../fonts/iconfont.eot?t=1481266234445#iefix') format('embedded-opentype'), url('../fonts/iconfont.woff?t=1481266234445') format('woff'), url('../fonts/iconfont.ttf?t=1481266234445') format('truetype'), url('../fonts/iconfont.svg?t=1481266234445#iconfont') format('svg');
}
@font-face {
    font-family: 'Maersk Text';
    font-weight: normal;
    font-style: normal;

    src: url('hinted-MaerskText-Regular.eot');
    src: local('../fonts/Maersk Text Regular'), local('MaerskText-Regular'), url('../fonts/hinted-MaerskText-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/hinted-MaerskText-Regular.woff2') format('woff2'), url('../fonts/hinted-MaerskText-Regular.woff') format('woff'), url('../fonts/hinted-MaerskText-Regular.ttf') format('truetype'), url('../fonts/hinted-MaerskText-Regular.svg#MaerskText-Regular') format('svg');
}
@font-face {
    font-family: 'Maersk Text';
    font-weight: bold;
    font-style: normal;

    src: url('hinted-MaerskText-Bold.eot');
    src: local('../fonts/Maersk Text Bold'), local('MaerskText-Bold'), url('../fonts/hinted-MaerskText-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/hinted-MaerskText-Bold.woff2') format('woff2'), url('../fonts/hinted-MaerskText-Bold.woff') format('woff'), url('../fonts/hinted-MaerskText-Bold.ttf') format('truetype'), url('../fonts/hinted-MaerskText-Bold.svg#MaerskText-Bold') format('svg');
}
.ff {
    font-family: 'iconfont' !important;
}
html,
body {
    position: relative;

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

    color: #333;
    background-color: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body.fixed {
    overflow: hidden;
}
.section {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.container {
    width: 100%;
}
@media (min-width: 1350px) {
    .container {
        width: 1320px;
    }
}
@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;
    }
}
li,
ol,
ul {
    list-style: none;
}
a {
    color: inherit;
}
a:hover,
a:link,
a:visited {
    text-decoration: none;

    color: inherit;
}
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;
}
ul {
    margin: 0;
    padding: 0;
}
button,
input,
textarea {
    resize: none;

    border: none;
    outline: none;
}
a {
    text-decoration: none;

    color: inherit;
}
a:hover {
    text-decoration: none;

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

    color: inherit;
}
.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: fixed;
    z-index: 9;
    top: 0;

    width: 100%;
    height: 80px;
    padding: 0 4%;

    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    text-align: center;
    /* 标准的语法 */
}
@media (max-width: 1560px) {
    .header {
        padding: 0 6px;
    }
}
@media (max-width: 1199px) {
    .header {
        height: 60px;
    }
}
.header .language {
    line-height: 80px;

    position: relative;

    display: inline-block;
    float: right;
}
@media (max-width: 1199px) {
    .header .language {
        line-height: 60px;
    }
}
.header .language:before {
    font-family: 'iconfont' !important;
    font-size: 18px;

    float: left;

    margin-right: 10px;

    content: '\e62e';

    color: #fff;
    display: none;
}
@media (max-width: 340px) {
    .header .language:before {
        font-size: 14px;

        margin-right: 2px;
    }
}
.header .language:after {
    display: inline-block;

    width: 0;
    height: 0;

    content: '';
    vertical-align: middle;

    border-width: 4px 4px 0 4px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    display: none;
}
.header .language a {
    display: inline-block;

    color: #fff;
}
.header .language ul.language-level1 {
    line-height: 30px;

    /* position: absolute; */
    /* top: 100%; */

    /* display: none; */

    min-width: 120px;
    padding: 10px;

    text-align: left;

    /* background-color: rgba(32, 133, 228, .8); */
}
@media(max-width: 767px) {
    .header .language ul.language-level1 {
        min-width: auto;
        padding: 8px 0;
    }
}
.header .language ul.language-level1 li {
    display: inline-block;
    vertical-align: top;
    margin: 8px 10px;
}
.header .language ul.language-level1 li a:before {
    display: inline-block;

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

    content: '';
    vertical-align: middle;

    background: url(../images/language.png) no-repeat;
    background-size: cover;
}
@media(max-width: 767px) {
    .header .language ul.language-level1 li {
        font-size: 0;
        margin: 10px 0px;
    }
    .header .language ul.language-level1 li a:before {
        margin: 0 2px;
    }
}
.header .language ul.language-level1 li a:hover {
    text-decoration: underline;
}
.header .language ul.language-level1 li.ru a:before {
    background-position: -20px 0;
}
.header .language ul.language-level1 li.es a:before {
    background-position: -40px 0;
}
.header a.cart {
    line-height: 80px;

    display: inline-block;
    float: right;

    margin-left: 24px;

    color: #fff;
}
@media (max-width: 1199px) {
    .header a.cart {
        line-height: 60px;

        margin-left: 0;
    }
}
.header a.cart:before {
    font-family: 'iconfont' !important;
    font-size: 16px;

    margin-right: 10px;

    content: '\e657';
}
@media (max-width: 1199px) {
    .header a.cart:before {
        margin-right: 2px;
    }
}
.header .logo {
    position: relative;

    float: left;
    overflow: hidden;

    height: 60px;
    margin-top: 10px;
}
@media (max-width: 1199px) {
    .header .logo {
        height: 40px;
        margin-top: 10px;
    }
}
@media (max-width: 767px) {
    .header .logo {
        height: 30px;
        margin-top: 15px;
    }
}
@media (max-width: 340px) {
    .header .logo {
        height: 26px;
        margin-top: 17px;
    }
}
.header .logo a {
    display: inline-block;

    height: 100%;
}
.header .logo img {
    height: 100%;
}
.header .nav-collapse {
    position: relative;

    display: none;
    float: right;

    width: 40px;
    height: 40px;
    margin-left: 2px;
    padding: 0;

    cursor: pointer;

    background: none;
}
@media (max-width: 340px) {
    .header .nav-collapse {
        margin-left: 0;
    }
}
@media (max-width: 1199px) {
    .header .nav-collapse {
        display: block;

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

        display: block;

        margin-top: 10px;

        border: none;
    }
    .header .nav-collapse.nav-collapse-1 .btn-line {
        background-color: #fff !important;
    }
}
@media (max-width: 767px) {
    .header .nav-collapse {
        border: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header .nav-collapse.nav-collapse-xs:hover .btn-line {
        background-color: #000;
    }
}
.header .nav-collapse .btn-line {
    position: absolute;
    left: 50%;

    width: 20px;
    height: 2px;

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

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

    display: block;

    width: 20px;
    height: 2px;

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

    background-color: #fff;
}
.header .nav-collapse .btn-line:nth-child(1) {
    top: 35%;
}
.header .nav-collapse .btn-line:nth-child(2) {
    top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3) {
    top: 65%;
}
.header .nav-collapse.active {
    border-color: transparent;
}
.header .nav-collapse.active .btn-line {
    background-color: #fff;
}
.header .nav-collapse.active .btn-line:nth-child(2) {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);

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

    -webkit-transform: translateX(-50%) rotateZ(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotateZ(45deg);
}
.header .nav-collapse.active .btn-line:nth-child(3) {
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotateZ(-45deg);
}
.header .nav {
    display: inline-block;
}
@media (max-width: 1199px) {
    .header .nav {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

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

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

        background: #2085e4;
    }
    .header .nav .tbl {
        display: table;

        width: 100%;
        height: 90%;
    }
    .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 {
        display: inline-block;

        text-align: center;
        white-space: nowrap;
    }
    .header .nav .nav-list1>li>a {
        font-size: 16px;
        line-height: 80px;

        position: relative;

        display: block;

        padding: 0 20px;

        text-transform: uppercase;

        color: #fff;
    }
    .header .nav .nav-list1>li:hover>a,
    .header .nav .nav-list1>li.active>a {
        color: rgba(255, 255, 255, .9);
    }
    .header .nav .nav-list1 .nav-list2 {
        position: absolute;
        z-index: 50;
        top: 100%;

        display: none;

        min-width: 106px;
        padding: 0;

        text-align: left;

        background-color: rgba(32, 133, 228, .86);
        box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list2 li {
        position: relative;

        list-style: none;

        border-bottom: 1px dashed rgba(255, 255, 255, .5);
    }
    .header .nav .nav-list1 .nav-list2 li:last-child {
        border-bottom: none;
    }
    .header .nav .nav-list1 .nav-list2 li>a {
        line-height: 50px;

        position: relative;
        z-index: 1;

        display: block;

        padding: 0 26px;

        -webkit-transition: -webkit-transform .6s ease;
        transition: -webkit-transform .6s ease;
        transition: transform .6s ease;
        transition: transform .6s ease, -webkit-transform .6s ease;

        color: #fff;
    }
    .header .nav .nav-list1 .nav-list2 li>a:hover {
        background-color: #2085e4;
    }
    .header .nav .nav-list1 .nav-list2 li img {
        max-width: 400px;
    }
    .header .nav .nav-list1 .nav-list3 {
        position: absolute;
        top: 0;
        left: 100%;

        display: none;

        min-width: 200px;
        padding: 20px 0;

        text-align: left;

        background-color: rgba(32, 133, 228, .86);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list3 li {
        border-bottom: 1px dashed rgba(255, 255, 255, .2);
    }
    .header .nav .nav-list1 .nav-list3 li>a {
        line-height: 30px;

        padding: 0 20px;
    }
}
@media (min-width: 1200px) and (max-width: 1360px) {
    .header .nav .nav-list1>li>a {
        padding: 0 14px;
    }
}
@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;
    }
}
@media (max-width: 1199px) {
    .header .nav .nav-list2,
    .header .nav .nav-list3 {
        display: none;
    }
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a {
        font-size: 16px;
        line-height: 2;

        margin-top: 5px;

        color: #fff;
    }
}
.header .nav .nav-list2 a,
.header .nav .nav-list3 a {
    display: block;
}
@media (max-height: 580px) {
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a {
        margin-top: 0;
    }
}
.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: #2085e4;
    }
}
.header .nav-2 .nav-top,
.header .nav-3 .nav-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.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: 30px;

    margin: 0;
}
@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-y: auto;

    height: 80%;
    margin-top: 12%;
}
@media (max-width: 767px) {
    .header .nav-2 .content ul,
    .header .nav-3 .content ul {
        padding: 0 15px;
    }
}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li {
    font-size: 16px;
    line-height: 40px;

    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 {
    display: block;
}
.header .nav-2 {
    left: 100%;
}
.header .nav-3 {
    left: 200%;
}
.header .fade-out ul {
    text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header .fade-out ul {
        padding: 0 5%;
    }
}
@media (max-width: 991px) {
    .header .fade-out ul .pic {
        display: none !important;
    }
}
@media (max-width: 9919px) {
    .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: 18px;
        line-height: 2.6;

        display: block;
    }
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 20px;
    }
}
@media (max-width: 9919px) and (max-width: 767px) {
    .header .fade-out ul.nav-list1>li {
        margin: 0;
    }
}
@media (max-width: 9919px) and (max-height: 768px) {
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 18px;
    }
}
@media (max-width: 9919px) and (max-width: 480px) {
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 14px;
    }
}
@media (max-width: 1199px) {
    .header .fade-out ul.nav2-list2 .img-box {
        width: 250px;
        height: 90px;
        padding-bottom: 0;
    }
}
.header .fade-out ul.nav2-list2 h4 {
    font-size: 20px;
    line-height: 50px;
}
.header .xs-language {
    position: absolute;
    z-index: 9;
    bottom: 30px;
    left: 35px;
}
@media (min-width: 992px) {
    .header .xs-language {
        display: none;
    }
}
.header .xs-language a {
    font-size: 16px;

    color: #fff;
}
.header .xs-language span {
    margin: 0 5px;

    color: #fff;
}
@media (min-width: 992px) {
    .header .cart-box-xs {
        display: none;
    }
}
@media (max-width: 991px) {
    .header .cart-box-xs {
        font-size: 24px;

        position: absolute;
        top: 25px;
        left: 0;
        left: 30px;

        color: #fff;
    }
    .header .cart-box-xs span {
        font-size: 16px;
        line-height: 26px;

        display: inline-block;

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

        -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        transform: translateY(-3px);
        text-align: center;

        border: 2px solid #fff;
        border-radius: 50%;
    }
}
.header .lang {
    font-size: 12px;

    position: relative;

    float: right;

    width: 140px;
    padding: 39px 0;

    text-align: center;

    border-left: 1px solid #e4e4e4;
}
@media (max-width: 991px) {
    .header .lang {
        display: none;
    }
}
.header .lang h3 {
    font-family: 'Microsoft YaHei';
    font-size: 13px;
    font-weight: normal;

    display: inline-block;

    margin: 0;

    cursor: pointer;

    color: #888;
}
.header .lang h3::before {
    position: relative;

    display: inline-block;
    overflow: hidden;

    width: 24px;
    height: 22px;
    margin-right: 8px;

    content: '';
    vertical-align: middle;

    background: url(../images/flags.png) no-repeat;
    background-position: -42px 0;
}
.header .lang h3::after {
    position: relative;
    top: -2px;

    display: inline-block;

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

    content: '';

    border-top: 4px solid #c7c7c7;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.header .lang ul {
    position: absolute;
    z-index: 999;
    top: 90px;
    right: 0;

    display: none;

    width: 100%;
    margin-left: -12px;
    padding: 20px 16px;

    text-align: left;

    color: #999;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .09);
}
.header .lang li {
    font-size: 13px;
    line-height: 38px;

    clear: both;

    width: 100%;
    height: 29px;
    padding-left: 14px;

    list-style: none;
}
.header .lang li a::before {
    display: inline-block;
    float: left;

    width: 24px;
    height: 22px;
    margin-top: 8px;
    margin-right: 8px;

    content: '';

    background: url(../images/flags.png) no-repeat;
}
.header .lang li:hover {
    color: #0bc0ac;
}
.header .lang li.zh a::before {
    background-position: -42px 0;
}
.header .lang li.en a::before {
    background-position: -2px 0;
}
@media (max-width: 991px) {
    .header .lang {
        display: none;
    }
}
.header .find {
    line-height: 80px;

    float: right;

    margin-left: 26px;

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

    color: #fff;
}
.header .find::before {
    font-family: 'iconfont';
    font-size: 18px;

    float: left;

    margin-right: 10px;

    content: '\e660';
}
.header .find:hover {
    color: rgba(255, 255, 255, .8);
}
@media (max-width: 1360px) {
    .header .find {
        margin-left: 20px;
    }
}
@media (max-width: 1199px) {
    .header .find {
        line-height: 60px;

        margin-left: 10px;
    }
}
@media (max-width: 767px) {
    .header .find {
        font-size: 0;
    }
}
.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: rgba(32, 133, 228, .8);
}
.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;

    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: #fff;
}
.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: #fff;
}
.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 #fff;
    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;
}
.header .search-lg .input-text {
    font-size: 18px;
    line-height: 30px;

    width: 80%;
    height: 60px;
    padding: 0;
    padding-bottom: 30px;

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

    color: #fff;
}
.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 .nav-phone {
    position: absolute;
    bottom: 30px;

    display: none;
}
@media (max-width: 1199px) {
    .header .nav-phone {
        display: block;
    }
}
.header .nav-phone ul {
    margin: 0 -10px;
}
.header .nav-phone ul li {
    display: inline-block;
}
.header .nav-phone ul li a {
    font-size: 16px;

    padding: 0 10px;

    text-transform: uppercase;

    color: #fff;
}
.header-white {
    background-color: #2085e4;
}
.online-wrap .btn {
    line-height: 36px;

    position: fixed;
    z-index: 9;
    right: 5px;
    bottom: 55px;

    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, .7);
}
@media (min-width: 992px) {
    .online-wrap .btn {
        display: none;
    }
}
.online-wrap .btn:before {
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

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

    color: #fff;
}
.online-wrap .btn.active:before {
    -webkit-transform: rotateZ(225deg);
    -ms-transform: rotate(225deg);
    transform: rotateZ(225deg);
}
.online-wrap .code-pic {
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 180px;

    display: none;

    max-width: 120px;
}
.online-wrap .code-pic .pic-box {
    padding: 5px;

    background-color: #fff;
}
.online-wrap .code-pic img {
    display: block;

    max-width: 100%;
}
.online-wrap .online {
    position: fixed;
    z-index: 8;
    top: 50%;
    right: 0;

    -webkit-transition: right .3s;
    transition: right .3s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
@media (max-width: 991px) {
    .online-wrap .online {
        top: auto;
        right: -60px;
        bottom: 100px;

        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
    .online-wrap .online.active {
        right: 0;
    }
}
.online-wrap .online a {
    line-height: 48px;

    position: relative;

    display: block;

    width: 48px;
    height: 48px;
    margin: 2px auto;
    padding: 0;

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

    border-radius: 6px;
    background-color: rgba(0, 0, 0, .7);
}
.online-wrap .online a:before {
    font-size: 22px;

    color: #fff;
}
@media (min-width: 992px) {
    .online-wrap .online a:hover {
        background-color: rgba(215, 1, 13, .7);
    }
}
@media (max-width: 767px) {
    .online-wrap .online a {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
    .online-wrap .online a:before {
        font-size: 20px;
    }
}
@media (min-width: 992px) {
    .online-wrap .online .icon-phone:hover .phone-num {
        right: 100%;
    }
}
.online-wrap .online .icon-phone .phone-num {
    position: absolute;
    z-index: -1;
    top: 0;
    right: -300px;

    padding-right: 5px;

    -webkit-transition: right .3s;
    transition: right .3s;
    white-space: nowrap;
}
.online-wrap .online .icon-phone .phone-num p {
    margin: 0;
    padding: 0 10px;

    color: #fff;
    background-color: #044a8b;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
.online-wrap .online .code:before {
    font-size: 24px;
}
@media (max-width: 767px) {
    .online-wrap .online .code:before {
        font-size: 22px;
    }
}
.online-wrap .online .code .mask {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;

    display: none;

    width: 130px;
    height: 130px;
    padding-right: 5px;
}
.online-wrap .online .code .mask .mask-box {
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.online-wrap .online .code .mask img {
    display: block;

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

    margin: 5px 0 8px 0;

    color: #888;
}
.online-wrap .online .sale {
    width: 158px;
    margin-bottom: 30px;
}
@media (max-width: 991px) {
    .online-wrap .online .sale {
        width: 50px;
    }
}
.online-wrap .online .sale a {
    width: 158px;
    height: 162px;

    background: none;
}
@media (max-width: 991px) {
    .online-wrap .online .sale a {
        width: 50px;
        height: 50px;
    }
}
.online-wrap .online .sale img {
    max-width: 100%;
}
.online-wrap .icon-qq:before {
    font-family: 'iconfont' !important;

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

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

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

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

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

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

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

    content: '\e614';
}
.banner {
    font-size: 0;

    position: relative;
    z-index: 2;

    overflow: hidden;

    width: 100%;

    letter-spacing: -8px;
}
.banner img {
    display: block;
}
@media (min-width: 1200px) {
    .banner img {
        position: absolute;
        top: 50%;
        left: 50%;
    }
}
@media (max-width: 1199px) {
    .banner img {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .banner img {
        width: 110%;
        margin-left: -5%;
    }
}
.banner .slick {
    font-size: 0;

    position: relative;

    letter-spacing: -8px;
}
.banner .slick-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;

    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}
@media (max-width: 767px) {
    .banner .slick-dots {
        bottom: 5%;

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

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

    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;

    opacity: .3;
    border: 1px solid #fff;
    border-radius: 8px;
    background: none;
}
@media (max-width: 480px) {
    .banner .slick-dots li {
        margin: 0 3px;
    }
}
.banner .slick-dots li button {
    display: none;
}
.banner .slick-dots li:hover,
.banner .slick-dots li.slick-active {
    opacity: 1;
    background-color: #fff;
}
.banner .item {
    position: relative;

    display: block;
    overflow: hidden;
}
.banner .slick-arrow {
    font-size: 20px;
    line-height: 50px;

    position: absolute;
    z-index: 20;
    top: 50%;

    display: block;

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

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

    opacity: .27;
    color: #fff;
    border-radius: 50%;
    background: none;
    background-color: #333;
}
.banner .slick-arrow:before {
    font-family: 'iconfont' !important;
    font-style: normal;

    letter-spacing: 0;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1200px) {
    .banner .slick-arrow:before:hover {
        opacity: .8;
    }
}
.banner .slick-prev {
    left: 2.60416667%;
}
.banner .slick-prev:before {
    content: '\e9b5';
}
.banner .slick-next {
    right: 2.60416667%;
}
.banner .slick-next:before {
    content: '\e72f';
}
@media (min-width: 1200px) {
    .banner-in img {
        position: relative;
        top: 0;
        left: 0;
    }
}
@media (max-width: 1199px) {
    .banner-in img {
        left: -50%;

        width: 200%;
    }
}
.banner-in .text-in {
    position: absolute;
    bottom: 10%;
    left: 0;

    width: 100%;

    text-align: center;

    color: #fff;
}
@media (max-width: 1199px) {
    .banner-in .text-in {
        display: none;
    }
}
.banner-in .text-in b {
    font-size: 48px;
    line-height: 1;

    display: block;

    letter-spacing: 0;
}
.banner-in .text-in .scroll-down {
    cursor: pointer;
    text-align: center;
    letter-spacing: 0;
}
.banner-in .text-in .scroll-down:after {
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 60px;

    display: block;

    width: 60px;
    height: 60px;
    margin: 0 auto;
    margin-top: 4%;

    content: '\e602';

    border: 1px solid #fff;
    border-radius: 50%;
}
.title {
    padding-left: 4%;

    color: #fff;
}
@media (max-width: 991px) {
    .title {
        padding: 0;
    }
}
.title b {
    font-size: 60px;
    line-height: 1;

    display: block;
}
@media (max-width: 991px) {
    .title b {
        font-size: 30px;
    }
}
.title p {
    font-size: 20px;
    line-height: 1;

    margin: 10px 0 0 0;
}
@media (max-width: 991px) {
    .title p {
        font-size: 15px;
    }
}
.box {
    padding-top: 80px;
}
@media (max-width: 991px) {
    .box {
        padding-top: 50px;
    }
}
.box-product .product {
    max-width: 930px;
    margin: 0 auto;
}
.box-product .product .item {
    position: relative;

    overflow: hidden;

    margin-top: 30px;
}
.box-product .product .item .pic {
    position: relative;
}
.box-product .product .item .pic .img-box {
    padding-bottom: 37.6344086%;
}
.box-product .product .item .pic p {
    font-size: 24px;
    font-weight: bold;
    line-height: 60px;

    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;

    display: -webkit-box;
    overflow: hidden;

    width: 100%;
    margin: 0;

    text-align: center;

    color: #fff;
    background-color: rgba(32, 133, 228, .8);

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
    .box-product .product .item .pic p {
        font-size: 15px;
        line-height: 40px;
    }
}
.box-product .product .item-2 .pic .img-box {
    padding-bottom: 48.88888889%;
}
.box-product .product .item .maskbg {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

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

    background-color: rgba(32, 133, 228, .9);
}
.box-product .product .item .maskbg .mask {
    height: 100%;
    padding: 18px;

    color: #fff;
}
.box-product .product .item .maskbg .mask .title-mask a {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;

    display: block;
}
.box-product .product .item .maskbg .mask .title-mask a:hover {
    text-decoration: underline;
}
.box-product .product .item .maskbg .mask .mask-info {
    overflow: hidden;

    max-height: 84%;
    margin-top: 12px;
}
.box-product .product .item .maskbg .mask .mask-info ul {
    font-size: 0;
}
.box-product .product .item .maskbg .mask .mask-info ul li {
    display: inline-block;

    width: 25%;

    vertical-align: top;
}
.box-product .product .item .maskbg .mask .mask-info ul li a {
    font-size: 15px;
    line-height: 30px;

    display: block;
    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    color: #fff;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-product .product .item .maskbg .mask .mask-info ul li a:hover {
    text-decoration: underline;
}
@media (min-width: 1200px) {
    .box-product .product .item:hover .pic p {
        opacity: 0;
    }
    .box-product .product .item:hover .maskbg {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
}
.box-product .more {
    text-align: right;
}
.box-product .more a {
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;

    display: inline-block;

    padding: 20px 24px;

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

    color: #fff;
    border: 1px solid #fff;
    border-radius: 60px;
}
@media (max-width: 991px) {
    .box-product .more a {
        margin: 30px 0;
        padding: 10px 14px;
    }
}
.box-product .more a:after {
    font-family: 'iconfont' !important;
    font-size: 20px;

    float: right;

    margin-left: 20px;

    content: '\e625';
}
.box-product .more a:hover {
    color: #2085e4;
    background-color: #fff;
}
.box-about .text {
    margin-top: 30px;
    padding: 0 4%;
}
@media (max-width: 991px) {
    .box-about .text {
        padding: 0;
    }
}
.box-about .text p {
    font-size: 15px;
    line-height: 1.6;

    margin: 0;

    color: #fff;
}
.box-about .more {
    margin-top: 10%;
    padding-left: 4%;
}
@media (max-width: 991px) {
    .box-about .more {
        margin: 0;
        padding: 0;
    }
}
.box-about .more a {
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;

    display: inline-block;

    padding: 20px 24px;

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

    color: #fff;
    border: 1px solid #fff;
    border-radius: 60px;
}
@media (max-width: 991px) {
    .box-about .more a {
        margin: 30px 0;
        padding: 10px 14px;
    }
}
.box-about .more a:after {
    font-family: 'iconfont' !important;
    font-size: 20px;

    float: right;

    margin-left: 50px;

    content: '\e625';
}
.box-about .more a:hover {
    color: #2085e4;
    background-color: #fff;
}
.box-about .video {
    position: relative;

    overflow: hidden;

    border-radius: 10px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, .5);
}
@media (max-width: 991px) {
    .box-about .video {
        margin-bottom: 30px;
    }
}
.box-about .video .img-box {
    z-index: 0;

    padding-bottom: 62.22222222%;

    background-color: #2085e4;
}
.box-about .video .img-box img {
    -webkit-transition: all .6s ease;
    transition: all .6s ease;

    opacity: .37;
}
.box-about .video .video-box {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

    text-align: center;
}
.box-about .video .iframe {
    display: none;

    width: 100% !important;
    height: 100% !important;
}
.box-about .video .play {
    position: absolute;
    top: 50%;
    left: 50%;

    display: inline-block;

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

    color: #fff;
}
.box-about .video .play:after {
    font-family: 'iconfont' !important;
    font-size: 40px;

    display: block;

    content: '\e69f';
}
.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:hover .play {
    text-decoration: none;
}
@media (max-width: 991px) {
    .box-market {
        padding-bottom: 30px;
    }
}
.box-market .pic {
    margin-top: 10%;
}
@media (max-width: 991px) {
    .box-market .pic {
        margin-top: 30px;
    }
}
.box-market .pic img {
    max-width: 100%;
}
.box-market .more {
    margin-top: 10%;
    padding-left: 4%;
}
@media (max-width: 991px) {
    .box-market .more {
        margin: 0;
        padding: 0;
    }
}
.box-market .more a {
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;

    display: inline-block;

    padding: 20px 24px;

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

    color: #fff;
    border: 1px solid #fff;
    border-radius: 60px;
}
@media (max-width: 991px) {
    .box-market .more a {
        margin: 30px 0;
        padding: 10px 14px;
    }
}
.box-market .more a:after {
    font-family: 'iconfont' !important;
    font-size: 20px;

    float: right;

    margin-left: 50px;

    content: '\e625';
}
.box-market .more a:hover {
    color: #2085e4;
    background-color: #fff;
}
.box-market .market {
    position: relative;

    overflow: hidden;

    padding: 80px 50px;

    color: #fff;
    background-color: #2085e4;
}
@media (max-width: 991px) {
    .box-market .market {
        padding: 30px 14px;
    }
}
.box-market .market:before {
    font-family: 'iconfont' !important;
    font-size: 200px;
    line-height: 1;

    position: absolute;
    right: 0;
    bottom: -50px;

    content: '\e649';

    color: rgba(255, 255, 255, .05);
}
.box-market .market .title-market b {
    font-size: 36px;
    line-height: 1;

    display: block;
}
@media (max-width: 991px) {
    .box-market .market .title-market b {
        font-size: 28px;
    }
}
.box-market .market .title-market p {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.33333333;

    margin: 4px 0 0 0;
}
@media (max-width: 991px) {
    .box-market .market .title-market p {
        font-size: 16px;
    }
}
.box-market .market .note {
    margin-top: 20px;
}
.box-market .market .note p {
    font-size: 15px;
    line-height: 1.6;

    position: relative;

    min-height: 40px;
    margin: 14px 0 0 0;
    padding-top: 6px;
    padding-left: 60px;
}
.box-market .market .note p:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    line-height: 40px;

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

    display: block;

    width: 40px;
    height: 40px;

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

    border: 1px solid #fff;
    border-radius: 50%;
}
.box-market .market .note p.factory:before {
    content: '\e62c';
}
.box-market .market .note p.tel:before {
    content: '\e62f';
}
.box-market .market .note p.fax:before {
    content: '\e632';
}
.box-market .market .note p.email:before {
    content: '\e66f';
}
.box-market .market .note p.website:before {
    content: '\e630';
}
.box-market .market .note p a:hover {
    text-decoration: underline;
}
.box-news .slick-news {
    margin: 0 -15px;
}
.box-news .slick-slide {
    padding: 0 15px;
}
.box-news .item {
    position: relative;

    display: block;

    padding: 80px 0;
}
@media (max-width: 991px) {
    .box-news .item {
        padding: 30px 0;
    }
}
.box-news .item .img-box {
    padding-bottom: 71.11111111%;
}
.box-news .item .note {
    position: absolute;
    z-index: 2;
    bottom: 80px;
    left: 0;

    width: 100%;
    padding: 20px 30px;
}
.box-news .item .note span.mask {
    font-size: 15px;
    line-height: 30px;

    display: block;
    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    text-transform: uppercase;

    color: rgba(255, 255, 255, .6);

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-news .item .note p {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    color: #fff;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-news .item .maskbg {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    padding: 80px 30px;

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

    background-color: rgba(32, 133, 228, .9);
}
.box-news .item .maskbg span.mask {
    font-size: 15px;

    display: block;

    text-transform: uppercase;

    color: rgba(255, 255, 255, .6);
}
.box-news .item .maskbg b {
    font-size: 20px;
    line-height: 30px;

    display: block;
    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    color: #fff;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-news .item .maskbg p {
    font-size: 15px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    margin: 20px 0 0 0;

    color: #fff;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.box-news .item .maskbg span.more {
    font-size: 15px;
    font-weight: bold;

    position: absolute;
    bottom: 80px;

    display: inline-block;

    color: #fff;
}
.box-news .item .maskbg span.more:after {
    font-family: 'iconfont' !important;

    display: inline-block;

    margin-left: 8px;

    content: '\e625';
    vertical-align: middle;
}
@media (min-width: 1200px) {
    .box-news .item:hover .maskbg {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
.box-news .more {
    padding-left: 4%;
}
@media (max-width: 991px) {
    .box-news .more {
        padding: 0;
    }
}
.box-news .more a {
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;

    display: inline-block;

    padding: 20px 24px;

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

    color: #fff;
    border: 1px solid #fff;
    border-radius: 60px;
}
@media (max-width: 991px) {
    .box-news .more a {
        margin: 0 0 30px 0;
        padding: 10px 14px;
    }
}
.box-news .more a:after {
    font-family: 'iconfont' !important;
    font-size: 20px;

    float: right;

    margin-left: 50px;

    content: '\e625';
}
.box-news .more a:hover {
    color: #2085e4;
    background-color: #fff;
}
.box-news .slick-arrow {
    font-weight: normal;
    line-height: 50px;

    position: absolute;
    z-index: 20;
    z-index: 3;
    top: 50%;

    display: block;

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

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

    opacity: 1;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    background: none;
}
.box-news .slick-arrow:before {
    font-style: normal;

    letter-spacing: 0;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.box-news .slick-arrow:hover {
    color: #2085e4;
    background-color: #fff;
}
.box-news .slick-prev {
    left: -5%;
}
.box-news .slick-prev:before {
    content: '<';
}
.box-news .slick-next {
    right: -5%;
}
.box-news .slick-next:before {
    content: '>';
}
.box-footer {
    padding: 40px 0;

    text-align: center;

    background-color: #fff;
}
@media (max-width: 991px) {
    .box-footer {
        padding: 20px 0;
    }
}
.box-footer .share {
    margin-bottom: 10px;
}
.box-footer .share ul li {
    display: inline-block;

    margin-top: 10px;
}
@media (max-width: 1199px) {
    .box-footer .share ul li {
        margin-top: 5px;
    }
}
.box-footer .share ul li a {
    line-height: 50px;

    display: block;

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

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

    color: #fff;
    border-radius: 50%;
    background-color: rgba(32, 133, 228, .8);
}
@media (max-width: 991px) {
    .box-footer .share ul li a {
        line-height: 30px;

        width: 30px;
        height: 30px;
        margin: 0 2px;
    }
}
.box-footer .share ul li a:before {
    font-family: 'iconfont';
    font-size: 20px;
    font-weight: normal;

    display: inline-block;

    content: '\e615';
    text-align: center;
    vertical-align: top;
}
@media (max-width: 991px) {
    .box-footer .share ul li a:before {
        font-size: 16px;
    }
}
.box-footer .share ul li.twitter a:before {
    content: '\e60b';
}
.box-footer .share ul li.linkedin a:before {
    content: '\e6f0';
}
.box-footer .share ul li.instagram a:before {
    content: '\e686';
}
.box-footer .share ul li.youtube a:before {
    content: '\e8aa';
}
.box-footer .share ul li.google a:before {
    content: '\e626';
}
.box-footer .share ul li.pinterest a:before {
    content: '\e62a';
}
.box-footer .share ul li:hover a {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);

    color: #fff;
}
.box-footer p {
    font-size: 15px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 991px) {
    .box-footer p {
        font-size: 14px;
        line-height: 24px;
    }
}
.box-footer p a.tel {
    margin-right: 6%;
}
.box-footer p a:hover {
    text-decoration: underline;

    color: #2085e4;
}
.box-footer-in {
    background-color: #f6f6f6;
}
.inquire-sheet-box {
    position: fixed;
    z-index: 9;
    top: 20%;
    right: 0;

    display: none;

    width: 370px;

    border: 1px solid #e6e6e6;
    background-color: #fff;
}
.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;

    width: 30px;

    cursor: pointer;
    text-align: center;

    color: #aaa;
}
.inquire-sheet-box .J-shoping-close::after {
    font-family: 'iconfont';
    font-size: 18px;
    line-height: 60px;

    content: '\e676';
}
.inquire-sheet-box .J-shoping-close:hover {
    color: #2085e4;
}
.inquire-sheet-box .J-inquiry a {
    font-size: 16px;
    font-weight: bold;
    line-height: 60px;

    display: block;

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

    color: #fff;
    background-color: #2085e4;
}
.inquire-sheet-box .J-inquiry a:before {
    font-family: 'iconfont' !important;
    font-weight: normal;

    display: inline-block;

    margin-right: 10px;

    content: '\e681';
    vertical-align: middle;
}
.inquire-sheet-box .J-inquiry a:hover {
    background-color: #044a8b;
}
.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 #d5d4d4;
}
.inquire-sheet-box .list .pic {
    float: left;
    overflow: hidden;

    width: 96px;

    border: 1px solid #989898;
    border-radius: 4px;
}
.inquire-sheet-box .list .pic .img-box {
    padding-bottom: 65.2173913%;
}
.inquire-sheet-box .list p {
    font-size: 14px;
    font-weight: bold;
    line-height: 60px;

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

    width: 180px;
    height: 60px;
    margin: 0;
    padding: 0 20px;

    -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: #2085e4;
}
.cart-icon {
    line-height: 30px;

    position: fixed;
    z-index: 9;
    top: 18%;
    right: 0;
}
@media (max-width: 1199px) {
    .cart-icon {
        display: none;
    }
}
.cart-icon a {
    font-size: 14px;
    line-height: 50px;

    display: block;

    width: 50px;
    height: 50px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: rgba(32, 133, 228, .8);
}
.cart-icon a::before {
    font-family: 'iconfont';
    font-size: 20px;
    font-weight: normal;

    content: '\e641';
}
.cart-icon a:hover {
    background-color: #000;
}
.cart-icon sup {
    line-height: 20px;

    position: absolute;
    top: -4px;
    right: 4px;

    display: inline-block;

    width: 20px;
    height: 20px;

    vertical-align: top;

    border-radius: 50%;
    background-color: #333;
}
.cart-icon sup span {
    line-height: 20px;
}
@media (max-width: 991px) {
    .cart-icon sup {
        top: 4px;
    }
}
.sub-box {
    height: 56px;
}
.sub-box .category {
    position: relative;

    overflow: hidden;

    width: 100%;
    height: 56px;
}
.sub-box .category ul {
    position: absolute;
    left: 0;

    overflow: hidden;

    white-space: nowrap;

    border-top: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.sub-box .category ul li {
    position: relative;

    display: inline-block;

    height: 54px;
    padding: 0 17px;
}
.sub-box .category ul li:first-child {
    padding-left: 0;
}
.sub-box .category ul li a {
    font-size: 13px;
    line-height: 30px;

    display: block;

    height: 54px;
    padding: 12px 0;

    color: #fff;
}
.sub-box .category ul li.active a,
.sub-box .category ul li:hover a {
    border-bottom: 1px solid #fff;
}
.wrap-location {
    border-bottom: 1px solid #d3d3dd;
}
.wrap-location .location ul {
    line-height: 30px;

    margin: 0;
    padding: 10px 0;
}
.wrap-location .location ul:before {
    font-family: 'iconfont' !important;
    line-height: 40px;

    display: inline-block;

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

    color: #2085e4;
}
.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 {
    display: inline-block;

    padding: 5px 15px;
    /*padding: 5px 24px;*/

    color: #666;
}
@media (max-width: 767px) {
    .wrap-location .location ul li a {
        padding: 5px 10px;
    }
}
.wrap-location .location ul li a:hover {
    color: #999;
}
.wrap-location-product {
    border-bottom: none;
    background-color: #194eb5;
}
.wrap-location-product .product-nav {
    display: inline-block;
}
.wrap-location-product .product-nav ul {
    font-size: 0;
}
.wrap-location-product .product-nav ul li {
    display: inline-block;

    margin-left: -6px;

    vertical-align: middle;

    color: #fff;
}
.wrap-location-product .product-nav ul li:last-child:after {
    display: none;
}
.wrap-location-product .product-nav ul li:after {
    font-size: 14px;

    position: relative;
    left: -3px;

    content: '|';
}
.wrap-location-product .product-nav ul li a {
    font-size: 14px;
    line-height: 30px;

    display: inline-block;

    padding: 15px 30px;

    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 991px) {
    .wrap-location-product .product-nav ul li a {
        padding: 5px 20px;
    }
}
.wrap-location-product .product-nav ul li.active a,
.wrap-location-product .product-nav ul li:hover a {
    color: #2085e4;
    background-color: #fff;
}
@media (max-width: 991px) {
    .wrap-location-product .product-nav ul li.active a,
    .wrap-location-product .product-nav ul li:hover a {
        text-decoration: underline;

        color: #fff;
        background: none;
    }
}
.wrap-location-product .location {
    position: relative;

    display: inline-block;
    float: right;

    color: #fff;
}
@media (max-width: 991px) {
    .wrap-location-product .location {
        color: #666;
        background-color: #fff;
    }
    .wrap-location-product .location:before,
    .wrap-location-product .location:after {
        position: absolute;
        top: 0;
        left: -15px;

        display: block;

        width: 15px;
        height: 100%;

        content: '';

        background-color: #fff;
    }
    .wrap-location-product .location:after {
        right: -15px;
        left: auto;
    }
}
.wrap-location-product .location ul:before {
    color: #fff;
}
@media (max-width: 991px) {
    .wrap-location-product .location ul:before {
        color: #666;
    }
}
.wrap-location-product .location ul li a {
    color: #fff;
}
@media (max-width: 991px) {
    .wrap-location-product .location ul li a {
        color: #666;
    }
}
.wrap {
    overflow: hidden;
}
.title-in b {
    font-size: 34px;
}
@media (max-width: 991px) {
    .title-in b {
        font-size: 24px;
    }
}
.title-in p {
    font-size: 14px;
    line-height: 1.71428571;

    max-width: 1070px;
    margin: 10px 0 0 0;

    color: #666;
}
.product-level {
    margin-top: 30px;
    padding: 18px;

    border: 1px solid #afccea;
    background-color: #e1dfe1;
}
.product-level>ul>li {
    display: inline-block;

    vertical-align: top;
}
.product-level>ul>li:after {
    content: '/';
}
.product-level>ul>li a {
    font-size: 15px;
    line-height: 2;

    display: inline-block;

    padding: 0 10px;

    color: #666;
}
.product-level>ul>li a i {
    font-style: normal;

    color: #2085e4;
}
.product-level>ul>li:hover a,
.product-level>ul>li.active a {
    color: #2085e4;
}
.product-level>ul>li:hover a span,
.product-level>ul>li.active a span {
    font-weight: bold;

    text-decoration: underline;
}
.wrap-number {
    padding: 60px 0;

    background-color: #e6e5e5;
}
.wrap-number .number>ul {
    font-size: 0;

    margin: 0;
    padding: 0;
}
@media (min-width: 1200px) {
    .wrap-number .number>ul {
        width: 100%;
        padding: 0;

        text-align: justify;
        text-justify: distribute-all-lines;
    }
    .wrap-number .number>ul:after {
        display: inline-block;
        overflow: hidden;

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

        content: '';
    }
}
.wrap-number .number>ul>li {
    display: inline-block;

    text-align: left;
    vertical-align: middle;
}
@media (max-width: 1199px) {
    .wrap-number .number>ul>li {
        width: 50%;
        margin: 10px 0;
    }
}
@media (max-width: 767px) {
    .wrap-number .number>ul>li {
        width: 100%;
    }
}
.wrap-number .number .item {
    font-size: 14px;

    position: relative;

    min-height: 84px;
    padding-left: 100px;
}
.wrap-number .number .item:before {
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 94px;

    position: absolute;
    left: 0;

    width: 83px;
    height: 94px;

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

    color: #fff;
    background: url(../images/number_icon.png) no-repeat;
}
.wrap-number .number .item-sold:before {
    content: '\e6ca';
}
.wrap-number .number .item-plant:before {
    content: '\e6aa';
}
.wrap-number .number .item-employees:before {
    content: '\e636';
}
.wrap-number .number .item b {
    font-size: 30px;
    line-height: 1;

    position: relative;

    display: block;

    padding-top: 20px;

    color: #2085e4;
}
@media (max-width: 991px) {
    .wrap-number .number .item b {
        font-size: 24px;
    }
}
.wrap-number .number .item b sup {
    font-weight: normal;

    margin-left: 10px;
}
.wrap-number .number .item p {
    line-height: 1.71428571;

    margin: 4px 0 0 0;

    color: #666;
}
.wrap-about {
    overflow: hidden;

    padding-bottom: 50px;
}
@media (max-width: 991px) {
    .wrap-about .about {
        padding: 0 15px;
    }
}
.wrap-about .about ul {
    font-size: 0;
}
.wrap-about .about ul li {
    margin-top: 80px;
}
.wrap-about .about ul li .left,
.wrap-about .about ul li .right {
    font-size: 14px;

    display: inline-block;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 991px) {
    .wrap-about .about ul li .left,
    .wrap-about .about ul li .right {
        width: 100%;
    }
}
.wrap-about .about ul li .left {
    padding-right: 30px;
}
@media (max-width: 991px) {
    .wrap-about .about ul li .left {
        padding: 0;
    }
}
.wrap-about .about ul li .right {
    padding: 0 14% 0 4%;
}
@media (max-width: 1560px) {
    .wrap-about .about ul li .right {
        padding: 0 4% 0 0;
    }
}
@media (max-width: 991px) {
    .wrap-about .about ul li .right {
        margin-top: 30px;
    }
}
.wrap-about .about ul li .right .title-about b {
    font-size: 34px;
    line-height: 1;

    display: block;
}
@media (max-width: 991px) {
    .wrap-about .about ul li .right .title-about b {
        font-size: 24px;
    }
}
.wrap-about .about ul li:nth-child(2) .left {
    padding: 0 4% 0 14%;
}
@media (max-width: 1560px) {
    .wrap-about .about ul li:nth-child(2) .left {
        padding: 0 30px 0 4%;
    }
}
@media (max-width: 991px) {
    .wrap-about .about ul li:nth-child(2) .left {
        padding: 30px 0 0 0;
    }
}
.wrap-about .about ul li:nth-child(2) .right {
    float: right;

    padding: 0;
}
@media (max-width: 991px) {
    .wrap-about .about ul li:nth-child(2) .right {
        margin: 0;
    }
}
.wrap-about .about ul li:nth-child(2) .right img {
    max-width: 100%;
}
.wrap-about .video1 {
    position: relative;

    overflow: hidden;
}
.wrap-about .video1 .img-box {
    z-index: 0;

    padding-bottom: 56.84210526%;

    background-color: #000;
}
.wrap-about .video1 .img-box img {
    -webkit-transition: all .6s ease;
    transition: all .6s ease;

    opacity: .6;
}
.wrap-about .video1 .video-box {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

    text-align: center;
}
.wrap-about .video1 .iframe {
    display: none;

    width: 100% !important;
    height: 100% !important;
}
.wrap-about .video1 .play {
    position: absolute;
    top: 50%;
    left: 50%;

    display: inline-block;

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

    color: #fff;
}
.wrap-about .video1 .play:after {
    font-family: 'iconfont' !important;
    font-size: 120px;

    display: block;

    content: '\e69f';
}
@media (max-width: 1560px) {
    .wrap-about .video1 .play:after {
        font-size: 80px;
    }
}
.wrap-about .video1:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);

    opacity: .9;
}
.wrap-about .video1:hover .play {
    text-decoration: none;
}
.wrap-about .note {
    margin-top: 20px;
}
.wrap-about .note p {
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.wrap-about .note p b {
    color: #333;
}
.wrap-quality .title-quality {
    margin-top: 40px;
}
.wrap-quality .title-quality b {
    font-size: 34px;
}
@media (max-width: 991px) {
    .wrap-quality .title-quality b {
        font-size: 24px;
    }
}
.wrap-quality .item {
    margin-top: 10px;
}
.wrap-quality .item p {
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 8px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-quality .item p:before {
    margin-right: 4px;

    content: '-';
}
.wrap-quality .item .video {
    position: relative;

    overflow: hidden;

    background-color: #2085e4;
}
.wrap-quality .item .video .img-box {
    z-index: 0;

    padding-bottom: 124.3902439%;

    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}
.wrap-quality .item .video .img-box img {
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}
.wrap-quality .item .video .video-box {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

    text-align: center;
}
.wrap-quality .item .video .iframe {
    display: none;

    width: 100% !important;
    height: 100% !important;
}
.wrap-quality .item .video .play {
    position: absolute;
    top: 50%;
    left: 50%;

    display: inline-block;

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

    opacity: 0;
    color: #fff;
}
.wrap-quality .item .video .play:after {
    font-family: 'iconfont' !important;
    font-size: 90px;

    display: block;

    content: '\e69f';
}
.wrap-quality .item:hover .video .img-box {
    opacity: .4;
}
.wrap-quality .item:hover .video .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-quality .item:hover .video .play {
    text-decoration: none;

    opacity: 1;
}
.wrap-quality .quality .slick-quality {
    margin: 0 -15px;
    margin-top: 20px;
}
.wrap-quality .quality .slick-slide {
    padding: 0 15px;
}
.wrap-quality .quality .slick-arrow {
    font-weight: normal;
    line-height: 70px;

    position: absolute;
    z-index: 20;
    z-index: 3;
    top: 50%;

    display: block;

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

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

    opacity: 1;
    color: #2085e4;
    border: 1px solid #2085e4;
    border-radius: 50%;
    background: none;
}
@media (max-width: 991px) {
    .wrap-quality .quality .slick-arrow {
        line-height: 50px;

        width: 50px;
        height: 50px;
    }
}
.wrap-quality .quality .slick-arrow:before {
    font-size: 30px;
    font-style: normal;

    letter-spacing: 0;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 991px) {
    .wrap-quality .quality .slick-arrow:before {
        font-size: 20px;
    }
}
.wrap-quality .quality .slick-arrow:hover {
    color: #fff;
    background-color: #2085e4;
}
.wrap-quality .quality .slick-prev {
    left: -8%;
}
@media (max-width: 1470px) {
    .wrap-quality .quality .slick-prev {
        left: -15px;
    }
}
.wrap-quality .quality .slick-prev:before {
    font-family: 'iconfont' !important;

    content: '\e601';
}
.wrap-quality .quality .slick-next {
    right: -8%;
}
@media (max-width: 1470px) {
    .wrap-quality .quality .slick-next {
        right: -15px;
    }
}
.wrap-quality .quality .slick-next:before {
    font-family: 'iconfont' !important;

    content: '\e827';
}
.wrap-quality .coating .list {
    margin-top: 20px;
}
.wrap-quality .coating .item-2 .img-box {
    padding-bottom: 56.09756098%;
}
.wrap-quality .salt {
    font-size: 0;

    padding-bottom: 50px;
}
.wrap-quality .salt .list {
    margin: 0 -15px;
}
.wrap-quality .salt .pic,
.wrap-quality .salt .text {
    display: inline-block;

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

    vertical-align: middle;
}
.wrap-quality .salt .pic {
    width: 40%;
}
@media (max-width: 767px) {
    .wrap-quality .salt .pic {
        width: 100%;
    }
}
.wrap-quality .salt .pic img {
    max-width: 100%;
}
.wrap-quality .salt .text {
    font-size: 14px;

    width: 60%;
}
@media (max-width: 767px) {
    .wrap-quality .salt .text {
        width: 100%;
    }
}
.wrap-quality .salt .text p {
    font-size: 20px;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 767px) {
    .wrap-quality .salt .text p {
        font-size: 15px;
    }
}
.wrap-storage {
    padding: 70px 0;
}
@media (max-width: 991px) {
    .wrap-storage {
        padding: 50px 0;
    }
}
.wrap-storage .list ul li {
    padding: 24px 0;

    border-bottom: 1px solid #d3d3dd;
}
.wrap-storage .list ul li:last-child {
    border-bottom: none;
}
.wrap-storage .list .item {
    position: relative;

    min-height: 94px;
    padding-left: 100px;
}
.wrap-storage .list .item:before {
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 94px;

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

    display: block;

    width: 83px;
    height: 94px;

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

    color: #fff;
    background: url(../images/number_icon.png) no-repeat;
}
.wrap-storage .list .item-adequate:before {
    content: '\e63d';
}
.wrap-storage .list .item-accept:before {
    content: '\e640';
}
.wrap-storage .list .item p {
    line-height: 1.71428571;

    margin: 0;
    padding-top: 16px;

    color: #666;
}
.wrap-storage .video {
    position: relative;

    overflow: hidden;

    margin-top: 20px;
}
.wrap-storage .video .img-box {
    z-index: 0;

    padding-bottom: 71.42857143%;

    background-color: #000;
}
.wrap-storage .video .img-box img {
    -webkit-transition: all .6s ease;
    transition: all .6s ease;

    opacity: .5;
}
.wrap-storage .video .video-box {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

    text-align: center;
}
.wrap-storage .video .iframe {
    display: none;

    width: 100% !important;
    height: 100% !important;
}
.wrap-storage .video .play {
    position: absolute;
    top: 50%;
    left: 50%;

    display: inline-block;

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

    color: #fff;
}
.wrap-storage .video .play:after {
    font-family: 'iconfont' !important;
    font-size: 70px;

    display: block;

    content: '\e69f';
}
.wrap-storage .video:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);

    opacity: .9;
}
.wrap-storage .video:hover .play {
    text-decoration: none;
}
.wrap-team {
    padding: 70px 0;
}
@media (max-width: 991px) {
    .wrap-team {
        padding: 50px 0;
    }
}
.wrap-team .team {
    padding-bottom: 80px;

    border-bottom: 1px solid #d3d3dd;
}
@media (max-width: 991px) {
    .wrap-team .team {
        padding-bottom: 50px;
    }
}
.wrap-team .team .list {
    margin-top: 70px;
}
@media (max-width: 991px) {
    .wrap-team .team .list {
        margin-top: 30px;
    }
}
.wrap-team .team .row {
    margin-top: 30px;
}
.wrap-team .team .pic .img-box {
    padding-bottom: 49.41176471%;
}
.wrap-team .team .text b {
    font-size: 30px;
    line-height: 1;

    display: block;

    margin: 60px 0 30px;

    color: #2085e4;
}
@media (max-width: 991px) {
    .wrap-team .team .text b {
        font-size: 20px;

        margin: 30px 0 20px;
    }
}
.wrap-team .team .text p {
    line-height: 2.14285714;

    margin: 0;

    color: #2085e4;
}
.wrap-team .development {
    padding-top: 60px;
}
.wrap-team .development .slick-development {
    margin: 0 -15px;
    margin-top: 60px;
}
@media (max-width: 991px) {
    .wrap-team .development .slick-development {
        margin-top: 30px;
    }
}
.wrap-team .development .slick-slide {
    padding: 0 15px;
}
.wrap-team .development .item .img-box {
    padding-bottom: 58.53658537%;
}
.wrap-team .development .slick-arrow {
    font-weight: normal;
    line-height: 40px;

    position: absolute;
    z-index: 20;
    z-index: 3;
    top: 50%;

    display: block;

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

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

    opacity: 1;
    color: #d4d4de;
    border: 1px solid #d4d4de;
    border-radius: 50%;
    background: none;
}
.wrap-team .development .slick-arrow:before {
    font-size: 20px;
    font-style: normal;

    letter-spacing: 0;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 991px) {
    .wrap-team .development .slick-arrow:before {
        font-size: 20px;
    }
}
.wrap-team .development .slick-arrow:hover {
    color: #fff;
    background-color: #2085e4;
}
.wrap-team .development .slick-prev {
    left: -3%;
}
@media (max-width: 1470px) {
    .wrap-team .development .slick-prev {
        left: -15px;
    }
}
.wrap-team .development .slick-prev:before {
    font-family: 'iconfont' !important;

    content: '\e601';
}
.wrap-team .development .slick-next {
    right: -3%;
}
@media (max-width: 1470px) {
    .wrap-team .development .slick-next {
        right: -15px;
    }
}
.wrap-team .development .slick-next:before {
    font-family: 'iconfont' !important;

    content: '\e827';
}
.wrap-honor {
    padding: 70px 0;
}
@media (max-width: 991px) {
    .wrap-honor {
        padding: 50px 0;
    }
}
.wrap-honor .honor .item {
    margin-top: 30px;

    -webkit-transition: all .4s;
    transition: all .4s;
}
.wrap-honor .honor .item .pic {
    display: block;
    overflow: hidden;
}
.wrap-honor .honor .item img {
    max-width: 100%;

    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-honor .honor .item p {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;

    margin: 14px 0 0 0;

    color: #666;
}
.wrap-honor .honor .item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-honor .honor .item:hover p {
    color: #2085e4;
}
.wrap-service {
    padding: 70px 0;
}
@media (max-width: 991px) {
    .wrap-service {
        padding: 50px 0;
    }
}
.wrap-service .service {
    margin-top: 40px;
}
.wrap-service .service img {
    display: block;

    max-width: 100%;
    margin: 0 auto;
}
.wrap-news {
    padding: 70px 0;
}
@media (max-width: 991px) {
    .wrap-news {
        padding: 50px 0;
    }
}
.wrap-news .news .item {
    margin-top: 50px;
}
@media (max-width: 767px) {
    .wrap-news .news .item {
        margin-top: 30px;
    }
}
.wrap-news .news .item .pic .img-box {
    padding-bottom: 63.49206349%;
}
.wrap-news .news .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-news .news .item .text .date {
    padding: 10px 0;

    border-bottom: 1px solid #666;
}
.wrap-news .news .item .text .date b {
    font-size: 48px;
    line-height: 1;

    display: block;

    color: #2085e4;
}
@media (max-width: 767px) {
    .wrap-news .news .item .text .date b {
        font-size: 38px;
    }
}
.wrap-news .news .item .text .date span.time {
    font-weight: bold;
    line-height: 24px;

    display: block;

    margin: 4px 0;

    color: #2085e4;
}
.wrap-news .news .item .text .date span.mask {
    font-size: 15px;
    line-height: 30px;

    display: inline-block;

    padding: 0 13px;

    color: #fff;
    background-color: #2085e4;
}
.wrap-news .news .item .text .note {
    padding-top: 10px;
}
.wrap-news .news .item .text .note b {
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;

    display: block;
    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
    .wrap-news .news .item .text .note b {
        font-size: 20px;
    }
}
.wrap-news .news .item .text .note p {
    font-size: 15px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 72px;
    margin: 10px 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.wrap-news .news .item .text .note a.more {
    font-size: 50px;
    line-height: 1;

    display: inline-block;

    color: #2085e4;
}
.wrap-news .news .item .text .note a.more:after {
    font-family: 'iconfont' !important;

    content: '\e625';
}
.wrap-news .news .item .text .share {
    margin-top: 40px;
}
@media (max-width: 767px) {
    .wrap-news .news .item .text .share {
        margin-top: 20px;
    }
}
.wrap-news .news .item .text .share span {
    line-height: 20px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-news .news .item .text .share ul {
    display: inline-block;

    vertical-align: middle;
}
.wrap-news .news .item .text .share ul li {
    display: inline-block;
}
.wrap-news .news .item .text .share ul li a {
    line-height: 20px;

    display: block;

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

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

    color: #fff;
    border-radius: 50%;
    background-color: #3c579a;
}
.wrap-news .news .item .text .share ul li a:before {
    font-family: 'iconfont';
    font-size: 12px;
    font-weight: normal;

    display: inline-block;

    content: '\e615';
    text-align: center;
    vertical-align: top;
}
.wrap-news .news .item .text .share ul li.twitter a {
    background-color: #55aded;
}
.wrap-news .news .item .text .share ul li.twitter a:before {
    content: '\e60b';
}
.wrap-news .news .item .text .share ul li.linkedin a:before {
    content: '\e6f0';
}
.wrap-news .news .item .text .share ul li.instagram a {
    background-color: #6b3d2e;
}
.wrap-news .news .item .text .share ul li.instagram a:before {
    content: '\e686';
}
.wrap-news .news .item .text .share ul li.youtube a {
    background-color: #c4302e;
}
.wrap-news .news .item .text .share ul li.youtube a:before {
    content: '\e8aa';
}
.wrap-news .news .item .text .share ul li.google a {
    background-color: #dd4b39;
}
.wrap-news .news .item .text .share ul li.google a:before {
    content: '\e645';
}
.wrap-news .news .item .text .share ul li.pinterest a:before {
    content: '\e62a';
}
.wrap-news .news .item .text .share ul li:hover a {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);

    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 .text b {
    color: #2085e4;
}
.wrap-news-show {
    padding: 70px 0;
}
@media (max-width: 991px) {
    .wrap-news-show {
        padding: 50px 0;
    }
}
.wrap-news-show .title-news {
    padding-bottom: 20px;

    border-bottom: 1px solid #d3d3dd;
}
.wrap-news-show .title-news h1 {
    font-size: 34px;
    font-weight: bold;
    line-height: 1.53846154;

    margin: 0;
}
@media (max-width: 991px) {
    .wrap-news-show .title-news h1 {
        font-size: 24px;
    }
}
.wrap-news-show .title-news span {
    font-size: 14px;
    font-weight: bold;

    display: block;

    margin: 4px 0 0 0;
}
.wrap-news-show .news-show {
    margin-top: 20px;
}
.wrap-news-show .news-show p {
    font-size: 15px;
    line-height: 2;

    margin: 0;
}
.wrap-news-show .news-show img {
    max-width: 100%;
}
.wrap-product {
    padding: 40px 0;
    background-color: #e8e7e9;
}
.wrap-product .product .itembox {
    overflow: hidden;
}
.wrap-product .product .item {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 30px;
    border: 1px solid #2085e4;
}
.wrap-product .product .item .img-box {
    padding-bottom: 71.42857143%;
}
.wrap-product .product .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-product .product .item p {
    font-weight: bold;
    line-height: 40px;
    position: relative;
    display: -webkit-box;
    overflow: hidden;
    height: 40px;
    margin: 0;
    padding: 0 16px;
    color: #fff;
    background-color: #2085e4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media(max-width:767px) {
    .wrap-product .product .item p {
        -webkit-line-clamp: 2;
        height: 48px;
        line-height: 24px;

    }
}
.wrap-product .product .item p:before {
    position: absolute;
    top: 13px;
    left: 0;
    display: block;
    width: 3px;
    height: 14px;
    content: '';
    background-color: #fff;
}
.wrap-product .product .item .maskbg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .6s;
    transition: all .6s;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    background-color: rgba(32, 133, 228, .8);
}

.wrap-product .product .item .maskbg b {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}
@media(min-width:1200px) {
    .wrap-product .product .itembox:hover .item p {
        background-color: #fff;
    }
    .wrap-product .product .itembox:hover .item .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .wrap-product .product .itembox:hover .item .maskbg {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .wrap-product .product .itembox:hover span.addcart {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.wrap-product-list .product .itembox {
    position: relative;
}
.wrap-product-list .product span.addcart {
    line-height: 60px;
    position: absolute;
    z-index: 2;
    right: 40px;
    bottom: 40px;
    display: inline-block;
    width: 60px;
    height: 60px;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    transform: translateY(200%);
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
}
.wrap-product-list .product span.addcart:after {
    font-family: 'iconfont' !important;
    font-size: 20px;
    content: '\e641';
    color: #2085e4;
}

@media(max-width:1199px) {
    .wrap-product .product .item .maskbg {
        display: none;
    }
    .wrap-product-list .product span.addcart {
        transform: translateY(0);
        line-height: 40px;
        position: absolute;
        z-index: 2;
        right: 4px;
        /* bottom: 40px; */
        width: 40px;
        height: 40px;
        bottom: auto;
        border-radius: 50%;
        top: 40px;
        background-color: #eee;
    }
}

.wrap-product-show,
.wrap-inquiry {
    padding: 50px 0;

    background-color: #eaedee;
}
.wrap-product-show .product-show .slick-product-show,
.wrap-inquiry .product-show .slick-product-show {
    font-size: 0;

    overflow: hidden;

    border: 1px solid #2085e4;
    border-radius: 4px;
}
.wrap-product-show .product-show .slick-product-show .item .img-box,
.wrap-inquiry .product-show .slick-product-show .item .img-box {
    padding-bottom: 71.42857143%;
}
.wrap-product-show .product-show .slick-product-show .slick-dots,
.wrap-inquiry .product-show .slick-product-show .slick-dots {
    position: absolute;
    bottom: 14px;
    left: 50%;

    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}
@media (max-width: 767px) {
    .wrap-product-show .product-show .slick-product-show .slick-dots,
    .wrap-inquiry .product-show .slick-product-show .slick-dots {
        display: none;
    }
}
.wrap-product-show .product-show .slick-product-show .slick-dots li,
.wrap-inquiry .product-show .slick-product-show .slick-dots li {
    display: inline-block;

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

    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;

    border-radius: 50%;
    background: none;
    background-color: #d3d3dd;
}
.wrap-product-show .product-show .slick-product-show .slick-dots li button,
.wrap-inquiry .product-show .slick-product-show .slick-dots li button {
    display: none;
}
.wrap-product-show .product-show .slick-product-show .slick-dots li:hover,
.wrap-inquiry .product-show .slick-product-show .slick-dots li:hover,
.wrap-product-show .product-show .slick-product-show .slick-dots li.slick-active,
.wrap-inquiry .product-show .slick-product-show .slick-dots li.slick-active {
    background-color: #2085e4;
}
.wrap-product-show .product-show .info,
.wrap-inquiry .product-show .info {
    position: relative;

    padding-top: 40px;
    padding-left: 5%;
}
.wrap-product-show .product-show .info .title-product-info h1,
.wrap-inquiry .product-show .info .title-product-info h1 {
    font-size: 24px;
    font-weight: bold;

    margin: 0;
}
.wrap-product-show .product-show .info .text,
.wrap-inquiry .product-show .info .text {
    margin-top: 30px;
}
.wrap-product-show .product-show .info .text p,
.wrap-inquiry .product-show .info .text p {
    line-height: 1.71428571;

    color: #666;
}
.wrap-product-show .product-show .info .info-btn,
.wrap-inquiry .product-show .info .info-btn {
    margin-top: 14%;
}
.wrap-product-show .product-show .info .info-btn a,
.wrap-inquiry .product-show .info .info-btn a {
    font-weight: bold;
    line-height: 56px;

    display: block;

    max-width: 240px;
    margin-top: 20px;

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

    color: #666;
    border: 2px solid #666;
    border-radius: 30px;
}
.wrap-product-show .product-show .info .info-btn a.addcart,
.wrap-inquiry .product-show .info .info-btn a.addcart {
    color: #fff;
    border-color: #2085e4;
    background-color: #2085e4;
}
.wrap-product-show .product-show .info .info-btn a:hover,
.wrap-inquiry .product-show .info .info-btn a:hover {
    color: #fff;
    border-color: #044a8b;
    background-color: #044a8b;
}
.wrap-product-show .product-show .info .share,
.wrap-inquiry .product-show .info .share {
    margin-top: 40px;
}
.wrap-product-show .product-show .info .share span,
.wrap-inquiry .product-show .info .share span {
    font-weight: bold;

    display: inline-block;

    vertical-align: middle;

    color: #666;
}
.wrap-product-show .product-show .info .share .addthis_inline_share_toolbox_lv6v,
.wrap-inquiry .product-show .info .share .addthis_inline_share_toolbox_lv6v {
    display: inline-block;

    margin-left: 10px;

    vertical-align: middle;
}
.wrap-product-show .product-show .info .prev-next,
.wrap-inquiry .product-show .info .prev-next {
    position: absolute;
    right: 0;
    bottom: 0;
}
.wrap-product-show .product-show .info .prev-next a,
.wrap-inquiry .product-show .info .prev-next a {
    line-height: 50px;

    display: inline-block;

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

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

    border: 2px solid #666;
}
.wrap-product-show .product-show .info .prev-next a:before,
.wrap-inquiry .product-show .info .prev-next a:before {
    font-family: 'iconfont' !important;

    content: '\e601';
}
.wrap-product-show .product-show .info .prev-next a.next:before,
.wrap-inquiry .product-show .info .prev-next a.next:before {
    content: '\e827';
}
.wrap-product-show .product-show .info .prev-next a:hover,
.wrap-inquiry .product-show .info .prev-next a:hover {
    color: #fff;
    border-color: #2085e4;
    background-color: #2085e4;
}
.wrap-product-show .title-product-show b,
.wrap-inquiry .title-product-show b {
    font-size: 24px;
    line-height: 1;

    display: block;
}
.wrap-product-show .title-product-show p,
.wrap-inquiry .title-product-show p {
    line-height: 24px;

    margin: 10px 0 0 0;

    color: #666;
}
.wrap-product-show .parameter,
.wrap-inquiry .parameter,
.wrap-product-show .message,
.wrap-inquiry .message {
    padding-top: 70px;
}
.wrap-product-show .parameter .text,
.wrap-inquiry .parameter .text {
    margin-top: 24px;
}
.wrap-product-show .parameter .table-box,
.wrap-inquiry .parameter .table-box {
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
.wrap-product-show .parameter .table-box table,
.wrap-inquiry .parameter .table-box table {
    /* width: 100%; */
    max-width: 100%;
    margin: 0;
    padding: 0;

    border-spacing: 0;
    border-collapse: collapse;

    text-align: center;
    line-height: 1.428571;
}
@media(max-width: 919px) {
    .wrap-product-show .parameter .table-box table,
    .wrap-inquiry .parameter .table-box table {
        width: 100% !important;
    }
}
.wrap-product-show .parameter .table-box table tr,
.wrap-inquiry .parameter .table-box table tr,
.wrap-product-show .parameter .table-box table td,
.wrap-inquiry .parameter .table-box table td {
    width: auto !important;
    height: auto !important;

    vertical-align: middle;
}
.wrap-product-show .parameter .table-box table tr,
.wrap-inquiry .parameter .table-box table tr {
    background-color: #c7dbec;
}
.wrap-product-show .parameter .table-box table tr:nth-child(odd),
.wrap-inquiry .parameter .table-box table tr:nth-child(odd) {
    background-color: #489ae6;
}
.wrap-product-show .parameter .table-box table td,
.wrap-inquiry .parameter .table-box table td {
    padding: 8px !important;

    border: 1px solid #fff !important;
}
.wrap-product-show .parameter .table-box table tr p,
.wrap-inquiry .parameter .table-box table tr p,
.wrap-product-show .parameter .table-box table tr span,
.wrap-inquiry .parameter .table-box table tr span {
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.wrap-product-show .message form,
.wrap-inquiry .message form {
    margin-top: 20px;
}
.wrap-product-show .message input,
.wrap-inquiry .message input,
.wrap-product-show .message textarea,
.wrap-inquiry .message textarea {
    line-height: 30px;

    width: 100%;
    min-height: 60px;
    margin-top: 20px;
    padding: 15px 20px;

    border: 1px solid #2085e4;
    background: none;
}
.wrap-product-show .message input::-webkit-input-placeholder,
.wrap-inquiry .message input::-webkit-input-placeholder,
.wrap-product-show .message textarea::-webkit-input-placeholder,
.wrap-inquiry .message textarea::-webkit-input-placeholder {
    color: #2085e4;
}
.wrap-product-show .message input:-o-placeholder,
.wrap-inquiry .message input:-o-placeholder,
.wrap-product-show .message textarea:-o-placeholder,
.wrap-inquiry .message textarea:-o-placeholder {
    color: #2085e4;
}
.wrap-product-show .message input::-moz-placeholder,
.wrap-inquiry .message input::-moz-placeholder,
.wrap-product-show .message textarea::-moz-placeholder,
.wrap-inquiry .message textarea::-moz-placeholder {
    color: #2085e4;
}
.wrap-product-show .message input:-ms-input-placeholder,
.wrap-inquiry .message input:-ms-input-placeholder,
.wrap-product-show .message textarea:-ms-input-placeholder,
.wrap-inquiry .message textarea:-ms-input-placeholder {
    color: #2085e4;
}
.wrap-product-show .message input:focus::-webkit-input-placeholder,
.wrap-inquiry .message input:focus::-webkit-input-placeholder,
.wrap-product-show .message textarea:focus::-webkit-input-placeholder,
.wrap-inquiry .message textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .message input:focus::-o-placeholder,
.wrap-inquiry .message input:focus::-o-placeholder,
.wrap-product-show .message textarea:focus::-o-placeholder,
.wrap-inquiry .message textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .message input:focus::-moz-placeholder,
.wrap-inquiry .message input:focus::-moz-placeholder,
.wrap-product-show .message textarea:focus::-moz-placeholder,
.wrap-inquiry .message textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .message input:focus::-ms-input-placeholder,
.wrap-inquiry .message input:focus::-ms-input-placeholder,
.wrap-product-show .message textarea:focus::-ms-input-placeholder,
.wrap-inquiry .message textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .message .read input::-webkit-input-placeholder,
.wrap-inquiry .message .read input::-webkit-input-placeholder,
.wrap-product-show .message .read textarea::-webkit-input-placeholder,
.wrap-inquiry .message .read textarea::-webkit-input-placeholder {
    color: #2085e4;
}
.wrap-product-show .message .read input:-o-placeholder,
.wrap-inquiry .message .read input:-o-placeholder,
.wrap-product-show .message .read textarea:-o-placeholder,
.wrap-inquiry .message .read textarea:-o-placeholder {
    color: #2085e4;
}
.wrap-product-show .message .read input::-moz-placeholder,
.wrap-inquiry .message .read input::-moz-placeholder,
.wrap-product-show .message .read textarea::-moz-placeholder,
.wrap-inquiry .message .read textarea::-moz-placeholder {
    color: #2085e4;
}
.wrap-product-show .message .read input:-ms-input-placeholder,
.wrap-inquiry .message .read input:-ms-input-placeholder,
.wrap-product-show .message .read textarea:-ms-input-placeholder,
.wrap-inquiry .message .read textarea:-ms-input-placeholder {
    color: #2085e4;
}
.wrap-product-show .message .read input:focus::-webkit-input-placeholder,
.wrap-inquiry .message .read input:focus::-webkit-input-placeholder,
.wrap-product-show .message .read textarea:focus::-webkit-input-placeholder,
.wrap-inquiry .message .read textarea:focus::-webkit-input-placeholder {
    color: #2085e4;
}
.wrap-product-show .message .read input:focus::-o-placeholder,
.wrap-inquiry .message .read input:focus::-o-placeholder,
.wrap-product-show .message .read textarea:focus::-o-placeholder,
.wrap-inquiry .message .read textarea:focus::-o-placeholder {
    color: #2085e4;
}
.wrap-product-show .message .read input:focus::-moz-placeholder,
.wrap-inquiry .message .read input:focus::-moz-placeholder,
.wrap-product-show .message .read textarea:focus::-moz-placeholder,
.wrap-inquiry .message .read textarea:focus::-moz-placeholder {
    color: #2085e4;
}
.wrap-product-show .message .read input:focus::-ms-input-placeholder,
.wrap-inquiry .message .read input:focus::-ms-input-placeholder,
.wrap-product-show .message .read textarea:focus::-ms-input-placeholder,
.wrap-inquiry .message .read textarea:focus::-ms-input-placeholder {
    color: #2085e4;
}
.wrap-product-show .message .submit,
.wrap-inquiry .message .submit {
    font-size: 18px;
    line-height: 60px;

    margin-top: 40px;
    padding: 0 110px;

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

    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #2085e4;
}
@media (max-width: 991px) {
    .wrap-product-show .message .submit,
    .wrap-inquiry .message .submit {
        font-size: 16px;
        line-height: 50px;

        margin-top: 20px;
        padding: 0 50px;
    }
}
.wrap-product-show .message .submit:hover,
.wrap-inquiry .message .submit:hover {
    background-color: #044a8b;
}
.wrap-inquiry {
    padding: 50px 0;

    background-color: #eef1f1;
}
.wrap-inquiry table {
    font-size: 0;

    width: 100%;
    margin-top: 20px;

    border-collapse: collapse;

    background-color: #5da5e8;
}
.wrap-inquiry table tr {
    border-bottom: 1px dashed #fff;
}
.wrap-inquiry table th {
    font-size: 18px;
    line-height: 30px;

    height: 70px;
    padding: 20px 0;

    text-align: left;

    color: #fff;
    background-color: #587fc7;
}
@media (max-width: 480px) {
    .wrap-inquiry table th {
        font-size: 14px;
    }
}
.wrap-inquiry table td,
.wrap-inquiry table th {
    width: 30%;

    text-align: center;
}
.wrap-inquiry table td:nth-child(1),
.wrap-inquiry table th:nth-child(1),
.wrap-inquiry table td:nth-child(4),
.wrap-inquiry table th:nth-child(4) {
    width: 20%;
}
.wrap-inquiry table td {
    padding: 30px 10px;
}
.wrap-inquiry table .Each,
.wrap-inquiry table .all {
    line-height: 14px;

    position: relative;

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

    text-align: center;

    border: 1px solid #ddd;
    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: 12px;

    position: absolute;
    top: -2px;
    left: 0;

    content: '\e642';

    color: #666;
}
.wrap-inquiry table input {
    font-size: 14px;
    line-height: 40px;

    position: relative;
    top: -1px;

    display: inline-block;

    width: 60px;
    height: 40px;

    text-align: center;
    vertical-align: top;
    vertical-align: middle;

    border: 1px solid #ddd;
    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: 38px;

    display: inline-block;

    width: 30px;
    height: 40px;
    margin-top: -1px;
    padding: 0;

    cursor: pointer;
    text-align: center;
    vertical-align: top;

    color: #ddd;
    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;

    min-width: 190px;

    vertical-align: middle;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 767px) {
    .wrap-inquiry table .pic {
        display: block;

        width: 100%;
        min-width: 100px;
    }
}
.wrap-inquiry table .pic .img-box {
    padding-bottom: 75.36231884%;
}
.wrap-inquiry table p {
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;

    display: inline-block;
    overflow: hidden;

    height: 24px;
    margin: 0;
    margin-right: -4px;

    vertical-align: middle;

    color: #fff;
}
@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 {
    font-weight: normal;

    float: none;

    cursor: pointer;
    text-align: center;

    opacity: 1;
    border: none;
    text-shadow: none;
}
.wrap-inquiry .close::after {
    font-family: 'iconfont';
    font-size: 20px;
    font-weight: normal;

    content: '\e676';

    color: #fff;
}
.wrap-inquiry .close:hover::after {
    color: #044a8b;
}
.wrap-contact {
    padding: 0 0 70px 0;
}
@media (max-width: 991px) {
    .wrap-contact {
        padding: 50px 0;
    }
}
.wrap-contact .contact {
    font-size: 0;

    padding-left: 16%;

    border-bottom: 1px solid #d3d3dd;
}
@media (max-width: 1560px) {
    .wrap-contact .contact {
        padding-left: 4%;
    }
}
@media (max-width: 991px) {
    .wrap-contact .contact {
        padding: 0 15px;
    }
}
.wrap-contact .contact .text,
.wrap-contact .contact .map {
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-contact .contact .text {
    width: 40%;
}
@media (max-width: 991px) {
    .wrap-contact .contact .text {
        width: 100%;
    }
}
.wrap-contact .contact .text .title-in {
    margin-bottom: 20px;
}
.wrap-contact .contact .text .note p {
    font-size: 15px;
    line-height: 24px;

    position: relative;

    max-width: 450px;
    min-height: 50px;
    padding-top: 10px;
    padding-left: 60px;

    color: #666;
}
.wrap-contact .contact .text .note p:before {
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 40px;

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

    display: block;

    width: 40px;
    height: 40px;

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

    color: #2085e4;
    border: 1px solid #d4d4de;
    border-radius: 50%;
}
.wrap-contact .contact .text .note p.factory:before {
    content: '\e62c';
}
.wrap-contact .contact .text .note p.tel:before {
    content: '\e62f';
}
.wrap-contact .contact .text .note p.fax:before {
    content: '\e632';
}
.wrap-contact .contact .text .note p.email:before {
    content: '\e66f';
}
.wrap-contact .contact .text .note p.website:before {
    content: '\e630';
}
.wrap-contact .contact .text .note p a:hover {
    text-decoration: underline;

    color: #2085e4;
}
.wrap-contact .contact .map {
    width: 60%;
}
@media (max-width: 991px) {
    .wrap-contact .contact .map {
        width: 100%;
    }
}
.wrap-contact .contact #dituContent {
    height: 650px;
}
@media (max-width: 991px) {
    .wrap-contact .contact #dituContent {
        height: 350px;
    }
}
.wrap-contact .message {
    padding-top: 40px;
}
.wrap-contact .message form {
    margin-top: 20px;
}
.wrap-contact .message input,
.wrap-contact .message textarea {
    line-height: 30px;

    width: 100%;
    min-height: 60px;
    margin-top: 20px;
    padding: 15px 20px;

    border: 1px solid #d3d3dd;
}
.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 .submit {
    font-size: 18px;
    line-height: 60px;

    margin-top: 40px;
    padding: 0 110px;

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

    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #2085e4;
}
@media (max-width: 991px) {
    .wrap-contact .message .submit {
        font-size: 16px;
        line-height: 50px;

        margin-top: 20px;
        padding: 0 50px;
    }
}
.wrap-contact .message .submit:hover {
    background-color: #044a8b;
}
nav {
    text-align: center;
}
.pagination {
    margin: 40px 0 0 0;
}
.pagination li:first-child a {
    border-radius: 0;
}
.pagination li a {
    font-size: 18px;
    font-weight: bold;
    line-height: 38px;

    width: 38px;
    height: 38px;
    margin: 0 10px;
    padding: 0;

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

    color: #666;
    border: none;
    border-radius: 4px;
    background-color: #c6c5c6;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: #fff;
    background-color: #2085e4;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #fff;
    background-color: #2085e4;
}
.fancybox-slide--iframe .fancybox-content {
    width: 733px;
    max-width: 80%;
    height: 500px;
    max-height: 50%;
    margin: 0;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    background-color: #fff;
}
.banner video {
    width: 100%;
    height: 100%;
}
.banner .item .video-box {
    position: relative;

    display: block;

    padding-bottom: 50%;

    -webkit-transform: translateZ(10px);
    transform: translateZ(10px);
}
.banner .item .video-box .fluid_video_wrapper {
    position: absolute;
    z-index: 10;
}
.banner .item .video-box .fluid_initial_play {
    background-color: #10663a !important;
}

.slick-salt .slick-dots {
    position: absolute;
    bottom: 14px;
    left: 50%;

    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}
@media (max-width: 767px) {
    .slick-salt .slick-dots {
        display: none;
    }
}
.slick-salt .slick-dots li {
    display: inline-block;

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

    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;

    border-radius: 50%;
    background: none;
    background-color: #d3d3dd;
}
.slick-salt .slick-dots li.slick-active {
    background-color: #2085e4;
}
.slick-salt .slick-dots li button {
    display: none;
}

/*
#video-id_fluid_initial_play{
    display: block!important;
}
 */

@media(max-width:767px) {
    .header a.cart {
        font-size: 12px;
    }
}
.wrap-quality .salt .pic {
    width: 100%;
}
.download-wrap .img-box {
    padding-bottom: 67.74193548%;
}
.download-wrap .list {
    font-size: 0;

    letter-spacing: -8px;
}
.download-wrap .list li {
    font-size: 14px;

    display: inline-block;
    float: none;

    margin-top: 30px;

    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 767px) {
    .download-wrap .list li {
        margin-top: 20px;
    }
}
.download-wrap .item {
    position: relative;

    overflow: hidden;
    zoom: 1;

    padding: 20px;

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

    background-color: #fff;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, .1);
}
.download-wrap .item:after {
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
@media (min-width: 1200px) {
    .download-wrap .item:hover {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);

        box-shadow: 0 0 20px 1px rgba(0, 0, 0, .2);
    }
}
@media (max-width: 480px) {
    .download-wrap .item {
        padding: 15px;
    }
}
.download-wrap .item .pic-box {
    float: left;

    width: 310px;
    max-width: 100%;
    margin-right: 30px;
}
@media (max-width: 1349px) {
    .download-wrap .item .pic-box {
        width: 270px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .download-wrap .item .pic-box {
        float: none;

        width: 310px;
        margin: 0 auto;
    }
}
@media (max-width: 480px) {
    .download-wrap .item .pic-box {
        float: none;

        width: 100%;
        margin: 0 auto;
    }
}
.download-wrap .item h4 {
    font-size: 20px;
    font-weight: bold;

    display: block;

    margin: 15px 0 0;
}
@media (max-width: 991px) {
    .download-wrap .item h4 {
        font-size: 18px;
    }
}
@media (max-width: 480px) {
    .download-wrap .item h4 {
        font-size: 16px;
    }
}
.download-wrap .item .info p {
    display: inline-block;

    margin: 10px 50px 0 0;
}
.download-wrap .item .info p:last-child {
    margin-right: 0;
}
.download-wrap .item .info p span {
    color: #2085e4;
}
.download-wrap .item .download {
    font-size: 16px;
    line-height: 34px;
    padding: 0;

    display: inline-block;

    width: 165px;
    height: 40px;
    margin-top: 35px;

    text-align: center;

    color: #fff;
    background-color: #2085e4;
}
.download-wrap .item .download:before,
.download-wrap .item .download span {
    display: inline-block;

    vertical-align: middle;
}
.download-wrap .item .download:before {
    font-family: 'iconfont' !important;
    font-size: 1.5em;
    line-height: 1;

    margin-right: 5px;

    content: '\e641';
}
.download-wrap .item .download span {
    font-weight: bold;
}
@media (min-width: 1200px) {
    .download-wrap .item .download {
        -webkit-transition: .4s;
        transition: .4s;
    }
    .download-wrap .item .download:hover {
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .2);
    }
}
@media (max-width: 1199px) {
    .download-wrap .item .download:active {
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .2);
    }
}
@media (max-width: 767px) {
    .download-wrap .item .download {
        font-size: 14px;
    }
}
@media (max-width: 480px) {
    .download-wrap .item .download {
        margin-top: 25px;
    }
}
.download-wrap .item .num {
    font-size: 80px;
    font-weight: bold;
    font-style: italic;
    line-height: 1;

    position: absolute;
    z-index: 2;
    right: 20px;
    bottom: -10px;

    opacity: .1;
    color: #000;
}
@media (max-width: 1349px) {
    .download-wrap .item .num {
        font-size: 70px;
    }
}
@media (max-width: 767px) {
    .download-wrap .item .num {
        font-size: 55px;

        bottom: -6px;
    }
}
.download-wrap .page {
    padding-top: 25px;
}
@media (max-width: 991px) {
    .download-wrap .page {
        padding-top: 5px;
    }
}