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

    src: url('../fonts/Montserrat-Regular.eot');
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype'), url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    font-weight: 500;
    font-style: normal;

    src: url('../fonts/Montserrat-Medium.eot');
    src: local('Montserrat Medium'), local('Montserrat-Medium'), url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype'), url('../fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    font-weight: bold;
    font-style: normal;

    src: url('../fonts/Montserrat-Bold.eot');
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype'), url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-display: swap;
}
body {
    font-family: 'Montserrat', Arial, 'Helvetica Neue', Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
    font-size: 14px;
    font-weight: normal;

    color: #333;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-arrow {
    font-size: 30px;
    line-height: 50px;

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

    display: block;
    overflow: hidden;

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

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

    opacity: 1;
    color: #fff;
    border: none;
    outline: none;
    background: none;
    background: rgba(0, 0, 0, .4);
}
@media (max-width: 991px) {
    .slick-arrow {
        font-size: 20px;
        line-height: 50px;

        left: -10px;

        width: 30px;
        height: 50px;
    }
}
.slick-arrow:before {
    font-family: 'iconfont' !important;

    content: '\eb60';
}
.slick-arrow.slick-next {
    right: -5%;
    left: auto;
}
@media (max-width: 991px) {
    .slick-arrow.slick-next {
        right: -10px;
    }
}
.slick-arrow.slick-next:before {
    right: 0;
    left: auto;

    content: '\e625';
}
.slick-arrow:hover {
    background-color: #fe9000;
}
.header {
    position: fixed;
    z-index: 10;
    z-index: 9;
    top: 0;

    width: 100%;
    height: 150px;
    padding: 0 0 0 3%;

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

    border-bottom: 4px solid #fe9000;
    background-color: #ededed;
}
@media (max-width: 1350px) {
    .header {
        padding-left: 2%;
    }
}
@media (max-width: 1199px) {
    .header {
        height: 70px;
    }
}
.header .header-right {
    display: inline-block;
    float: right;

    width: 70%;
}
@media (max-width: 1470px) {
    .header .header-right {
        width: 75%;
    }
}
@media (max-width: 1199px) {
    .header .header-right {
        width: 50%;
    }
}
.header .header-right-top {
    padding-right: 3%;

    border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 1199px) {
    .header .header-right-top {
        display: none;
    }
}
.header .header-right-top p.email {
    line-height: 50px;

    display: inline-block;

    margin: 0;
    padding-left: 10%;
}
.header .header-right-top p.email:before {
    font-family: 'iconfont' !important;
    font-size: 30px;

    float: left;

    margin-right: 10px;

    content: '\e634';

    color: #fe9000;
}
.header .header-right-top p.email a:hover {
    text-decoration: underline;

    color: #fe9000;
}
.header .header-right-top .share {
    display: inline-block;
    float: right;

    margin-top: 10px;
}
@media (max-width: 1199px) {
    .header .header-right-top .share {
        display: none;
    }
}
.header .header-right-top .share ul {
    font-size: 0;

    display: inline-block;
}
.header .header-right-top .share ul li {
    display: inline-block;
}
.header .header-right-top .share ul li a {
    font-size: 16px;
    line-height: 30px;

    display: block;

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

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

    color: #fe9000;
    border-radius: 50%;
}
.header .header-right-top .share ul li a:before {
    font-family: 'iconfont';
    font-weight: normal;

    display: inline-block;

    content: '\e615';
    text-align: center;
    vertical-align: top;
}
.header .header-right-top .share ul li.twitter a:before {
    content: '\e60b';
}
.header .header-right-top .share ul li.linkedin a:before {
    content: '\e6f0';
}
.header .header-right-top .share ul li.instagram a:before {
    content: '\e62c';
}
.header .header-right-top .share ul li.youtube a:before {
    content: '\e6d7';
}
.header .header-right-top .share ul li.google a:before {
    content: '\e645';
}
.header .header-right-top .share ul li.amazon a:before {
    content: '\e6c1';
}
.header .header-right-top .share ul li:hover a {
    color: #fff;
    background-color: #fe9000;
}
.header .logo {
    display: inline-block;

    height: 120px;
    margin-top: 15px;

    -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 1600px) {
    .header .logo {
        height: 100px;
        margin-top: 25px;
    }
}
@media (max-width: 1470px) {
    .header .logo {
        height: 80px;
        margin-top: 35px;
    }
}
@media (max-width: 1350px) {
    .header .logo {
        height: 70px;
        margin-top: 40px;
    }
}
@media (max-width: 1199px) {
    .header .logo {
        height: 40px;
        margin-top: 15px;
    }
}
.header .logo img {
    height: 100%;
}
.header .header-nav {
    padding-right: 3%;

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

    margin-left: 20px;
}
@media (max-width: 1199px) {
    .header .language {
        margin-right: 20px;
    }
}
@media (max-width: 767px) {
    .header .language {
        margin-left: 10px;
    }
}
.header .language a {
    display: inline-block;

    width: 38px;
    height: 38px;
    margin-top: 28px;

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

    border-radius: 50%;
    background: url(../images/language.png) no-repeat;
    background-size: cover;
}
@media (max-width: 1199px) {
    .header .language a {
        margin-top: 16px;
    }
}
.header .language a.en {
    background-position: -38px 0;
}
.header .language a.ru {
    background-position: -76px 0;
}
.header #google_translate_element {
    display: inline-block;
    float: right;

    margin-top: 6px;
}
@media (max-width: 1199px) {
    .header #google_translate_element {
        display: none;
    }
}
.header .nav-collapse {
    position: relative;

    display: none;
    float: right;

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

    cursor: pointer;

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

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

        display: block;

        margin-top: 8px;

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

    width: 20px;
    height: 2px;

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

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

    display: block;

    width: 20px;
    height: 2px;

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

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

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

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

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotateZ(-45deg);
}
@media (min-width: 1200px) {
    .header .nav {
        -webkit-transition: all .4s;
        transition: all .4s;
    }
    .header .nav a:hover {
        color: #fe9000;
    }
}
@media (max-width: 1199px) {
    .header .nav {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

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

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

        background: #fafafa;
        background-color: rgba(51, 51, 51, .9);
    }
    .header .nav .tbl {
        display: table;

        width: 100%;
        height: 100%;
    }
    .header .nav .tbl-cell {
        display: table-cell;

        height: 100%;

        vertical-align: middle;
    }
}
@media (max-width: 767px) {
    .header .nav {
        width: 100%;
        padding: 30px 15px;
    }
}
.header .nav.left-100 {
    left: -100%;
}
.header .nav.left-200 {
    left: -200%;
}
@media (min-width: 1200px) {
    .header .nav .nav-list1>li {
        position: relative;

        display: inline-block;

        vertical-align: top;
    }
    .header .nav .nav-list1>li:after {
        display: inline-block;

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

        color: #999;
    }
    .header .nav .nav-list1>li:last-child:after {
        display: none;
    }
    .header .nav .nav-list1>li>a {
        font-size: 16px;
        font-weight: normal;
        font-weight: bold;
        line-height: 98px;

        position: relative;

        display: inline-block;
        overflow: hidden;

        padding: 0 30px;

        -webkit-transition: all .4s;
        transition: all .4s;
        vertical-align: middle;
        white-space: nowrap;
        text-transform: uppercase;
    }
    .header .nav .nav-list1>li>a:after {
        position: absolute;
        bottom: 14%;
        left: 50%;

        display: block;

        width: 1px;
        height: 0;

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

        background-color: #fe9000;
    }
    .header .nav .nav-list1>li:hover>a:after,
    .header .nav .nav-list1>li.active>a:after {
        height: 16px;
    }
    .header .nav .nav-list1 .nav-list2 {
        position: absolute;
        z-index: 50;
        top: 100%;

        display: none;

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

        text-align: center;
        text-align: left;
        word-break: break-word;

        color: #333;
        background-color: rgba(237, 237, 237, .9);
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list2>li {
        position: relative;

        display: block;

        list-style: none;
    }
    .header .nav .nav-list1 .nav-list2>li>a {
        font-size: 14px;
        line-height: 30px;

        padding: 0 30px;

        white-space: nowrap;
    }
    .header .nav .nav-list1 .nav-list2>li>a:hover {
        text-decoration: underline;

        color: #fe9000;
    }
    .header .nav .nav-list1 .nav-list3 {
        position: absolute;
        z-index: 50;
        top: 0;
        left: 100%;

        display: none;

        min-width: 100%;
        max-width: 100%;
        padding: 10px 0;

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

        color: #333;
        background-color: rgba(237, 237, 237, .9);
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list3 li {
        display: block;

        list-style: none;
    }
    .header .nav .nav-list1 .nav-list3 li a {
        font-size: 13px;
        line-height: 24px;

        display: block;

        padding: 0 10px;
    }
    .header .nav .nav-list1 .nav-list3 li a:hover {
        text-decoration: underline;

        color: #fe9000;
    }
}
@media (min-width: 1200px) and (max-width: 1600px) {
    .header .nav .nav-list1>li>a {
        padding: 0 20px;
    }
}
@media (min-width: 1200px) and (max-width: 1350px) {
    .header .nav .nav-list1>li>a {
        font-size: 15px;

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

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

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

        color: #fff;
    }
}
.header .nav .nav-list2 {
    display: none;
}
.header .nav .nav-list3 {
    display: none;
}
@media (max-width: 1199px) {
    .header .nav .nav-list3 a {
        line-height: 30px;

        padding: 0 10px;
    }
    .header .nav .nav-list3 a:before {
        margin-right: 4px;

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

        padding: 0 4px;

        opacity: .6;
    }
    .header .nav .nav-list3 .nav-list4 a:before {
        content: '·';
    }
}
.header .nav-2,
.header .nav-3 {
    display: none;
}
@media (max-width: 1199px) {
    .header .nav-2,
    .header .nav-3 {
        position: absolute;
        z-index: 9999;
        top: 0;

        display: block;
        overflow: hidden;

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

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

        color: #fff;
        background: #fafafa;
        background-color: rgba(51, 51, 51, .9);
    }
    .header .nav-2 .img-box,
    .header .nav-3 .img-box {
        display: none;
    }
    .header .nav-2 .item,
    .header .nav-3 .item {
        display: block;
    }
    .header .nav-2 .item p,
    .header .nav-3 .item p {
        font-size: 16px;

        position: relative;
        top: 0;

        display: block;

        margin: 0;
        padding: 0;

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

        color: #fff;
    }
}
.header .nav-2 .nav-product,
.header .nav-3 .nav-product {
    display: none;
}
.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before {
    font-family: 'iconfont';
    font-size: 26px;

    content: '\e9b5';
}
.header .nav-2 .nav-top .nav-title,
.header .nav-3 .nav-top .nav-title {
    font-size: 24px;
    line-height: 36px;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 767px) {
    .header .nav-2 .nav-top .nav-title,
    .header .nav-3 .nav-top .nav-title {
        font-size: 18px;

        width: 100%;
    }
}
.header .nav-2 .nav-top .nav-collapse-2,
.header .nav-3 .nav-top .nav-collapse-2 {
    margin: 0;
}
.header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav-3 .nav-top .nav-collapse-2 .btn-line {
    background-color: #fff;
}
.header .nav-2 .content,
.header .nav-3 .content {
    overflow: auto;

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

    clear: both;

    margin: 25px 0;

    text-align: left;
}
@media (max-width: 767px) {
    .header .nav-2 .content ul li,
    .header .nav-3 .content ul li {
        margin: 0;
    }
}
.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more {
    position: relative;
}
.header .nav-2 .content ul li.more:after,
.header .nav-3 .content ul li.more:after {
    font-family: 'iconfont' !important;
    font-size: 16px;

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

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

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

    display: block;
}
.header .nav-2 {
    left: 100%;
}
.header .nav-3 {
    left: 200%;
}
.header .nav-3 .content ul li {
    font-size: 15px;
}
.header .fade-out ul {
    text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .header .fade-out ul {
        padding: 0 5%;
    }
}
@media (max-width: 1199px) {
    .header .fade-out ul .pic {
        display: none !important;
    }
}
@media (max-width: 1199px) {
    .header .fade-out ul.nav-list1 {
        opacity: 1;
    }
    .header .fade-out ul.nav-list1 a {
        color: #fff;
    }
    .header .fade-out ul.nav-list1>li {
        position: relative;

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

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

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

        margin-top: -14px;

        content: '\e72f';

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

        display: block;

        text-transform: uppercase;
    }
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 20px;
    }
}
@media (max-width: 1199px) and (max-width: 767px) {
    .header .fade-out ul.nav-list1>li {
        margin: 0;
    }
}
@media (max-width: 1199px) and (max-height: 768px) {
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 18px;
    }
}
@media (max-width: 1199px) and (max-width: 480px) {
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 14px;
    }
}
.header .fade-out ul.nav2-list2 h4 {
    font-size: 20px;
    line-height: 50px;
}
.header .search-box {
    position: fixed;
    z-index: 888;
    top: 100%;
    left: 0;

    display: none;
    overflow: hidden;

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

    background-color: rgba(51, 51, 51, .9);
}
.header .search-box .search {
    line-height: 40px;

    overflow: hidden;
    zoom: 1;

    width: 240px;

    border: 1px solid #dbdbdb;
    border-radius: 40px;
}
.header .search-box .search:after {
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

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

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

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

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

    float: right;

    width: 50px;

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

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

    content: '\e660';

    color: #fff;
}
@media (min-width: 768px) {
    .header .search-box .input-submit {
        position: absolute;
        right: 0;
        bottom: 20px;
    }
}
.header .search-box.search-xs {
    width: 100%;
    margin: 0;

    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    background: none;
}
@media (min-width: 1200px) {
    .header .search-box.search-xs {
        display: none;
    }
}
@media (max-width: 1199px) {
    .header .search-box.search-xs {
        position: absolute;
        z-index: 0;
        top: auto;
        right: 0;
        bottom: 0;
        bottom: 30px;

        display: inline-block;

        height: 34px;
    }
}
.header .search-box.search-xs.show {
    z-index: 66;
}
.header .search-box.search-xs.show .search {
    left: 0;
}
.header .search-box.search-xs .search {
    position: absolute;
    z-index: 888;
    top: 0;
    left: 120%;

    width: 100%;

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

    border-color: #fff;
    background: #fff;
}
@media (max-width: 360px) {
    .header .search-box.search-xs form .input-text {
        width: 74%;
    }
}
@media (max-width: 767px) {
    .header .search-box.search-xs form .input-text {
        padding-left: 5%;
    }
}
.header .search-box.search-xs .input-submit {
    line-height: 34px;

    background: #fff;
}
.header .search-box.search-xs .input-submit:before {
    color: #104384;
}
.header .search-icon {
    position: absolute;
    z-index: 10;
    top: 18px;
    left: 15px;

    display: inline-block;

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

    content: '\e660';

    color: #fe9000;
}
.header .search-lg {
    top: 0;
}
.header .search-lg .logo {
    margin-top: 20px;
    margin-left: 0;
}
.header .search-lg .search {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

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

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

    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .8);
    border-radius: 0;
}
.header .search-lg .search p {
    margin-bottom: 50px;

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

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

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

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

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

    color: #fff;
    border: none;
    outline: none;
}
.header .search-lg .close-btn {
    position: fixed;
    top: 34px;
    right: 18%;

    cursor: pointer;
}
@media (max-width: 1440px) {
    .header .search-lg .close-btn {
        right: 8%;
    }
}
.header .search-lg .close-btn:before {
    font-size: 20px;

    content: '\2716';

    color: #fff;
}
.header .find {
    font-size: 16px;
    font-weight: bold;
    line-height: 34px;

    display: inline-block;
    float: right;

    width: 38px;
    height: 38px;
    margin-top: 28px;

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

    color: #666;
    border: 1px solid #dcdcdc;
    border-radius: 50%;
}
@media (max-width: 1199px) {
    .header .find {
        display: inline-block;
        float: right;

        margin-top: 16px;
    }
}
.header .find:before {
    font-family: 'iconfont';

    display: inline-block;

    content: '\e660';
    vertical-align: middle;
}
.header .find:hover {
    color: #fe9000;
}
.header .back-btn {
    position: absolute;
    left: 15px;
}
.header.fixed-header {
    height: 100px;
}
@media (max-width: 1199px) {
    .header.fixed-header {
        height: 70px;
    }
}
.header.fixed-header .logo {
    display: inline-block;

    height: 80px;
    margin-top: 10px;
}
@media (max-width: 1470px) {
    .header.fixed-header .logo {
        height: 70px;
        margin-top: 15px;
    }
}
@media (max-width: 1199px) {
    .header.fixed-header .logo {
        height: 40px;
        margin-top: 15px;
    }
}
.header.fixed-header .header-right p.email {
    line-height: 40px;
}
.header.fixed-header .header-right .share {
    margin-top: 5px;
}
@media (min-width: 1200px) {
    .header.fixed-header .nav .nav-list1>li>a {
        line-height: 58px;
    }
    .header.fixed-header .nav .nav-list1>li:hover>a:after,
    .header.fixed-header .nav .nav-list1>li.active>a:after {
        height: 10px;
    }
}
.header.fixed-header .find,
.header.fixed-header .language a {
    margin-top: 9px;
}
@media (max-width: 1199px) {
    .header.fixed-header .find,
    .header.fixed-header .language a {
        margin-top: 16px;
    }
}
.online-wrap .btn {
    line-height: 36px;

    position: fixed;
    z-index: 8;
    right: 0;
    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;
    outline: none;
    background-color: rgba(255, 255, 255, .9);
}
@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: #898989;
}
.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: 50px;

    position: relative;

    display: block;

    width: 50px;
    height: 50px;
    margin-bottom: 1px;
    padding: 0;

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

    border-radius: 0;
    background-color: #fff;
    background-color: rgba(254, 144, 0, .7);
}
.online-wrap .online a:before {
    font-size: 24px;

    color: #fff;
}
@media (min-width: 992px) {
    .online-wrap .online a:hover {
        background-color: #fe9000;
    }
    .online-wrap .online a:hover:before {
        color: #fff;
    }
}
@media (max-width: 767px) {
    .online-wrap .online a {
        line-height: 40px;

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

    padding-right: 5px;

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

    color: #fff;
    background-color: #e07f00;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
@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%;
}
@media (min-width: 992px) {
    .online-wrap-in .online {
        right: 0;
    }
}
.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: '\e826';
}
.online-wrap .icon-email:before {
    font-family: 'iconfont' !important;

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

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

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

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

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

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

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

    content: '\e61a';
}
.xs-online {
    font-family: 'Times New Roman', Arial;

    position: fixed;
    z-index: 8;
    bottom: 0;
    left: 0;

    display: none;

    width: 100%;

    background-color: #fe9000;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 991px) {
    .xs-online {
        display: block !important;
    }
}
.xs-online ul {
    /* overflow: hidden; */

    margin: 0;
    padding: 0;

    text-align: center;

    color: #fff;
}
.xs-online ul li {
    float: left;

    width: 20%;

    list-style: none;

    border-right: 1px solid #e07f00;
    border-left: 1px solid rgba(255, 255, 255, .6);
}
.xs-online ul li>a {
    font-size: 10px;

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

    color: inherit;
}
@media (max-width: 320px) {
    .xs-online ul li>a {
        font-size: 8px;
    }
}
.xs-online ul li>a:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-style: normal;
    line-height: 24px;

    display: block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li:first-child {
    border-left: none;
}
.xs-online ul li:last-child {
    border-right: none;
}
.xs-online ul li.product>a:before {
    content: '\e7e9';
}
.xs-online ul li.mail>a:before {
    font-weight: normal;

    content: '\e633';
}
.xs-online ul li.map>a:before {
    font-weight: normal;

    content: '\e63e';
}
.xs-online ul li.feedback>a:before {
    font-weight: normal;

    content: '\e826';
}
.xs-online ul li.top>a:before {
    font-weight: normal;

    content: '\e60f';
}
.xs-online ul li.home>a:before {
    font-weight: normal;

    content: '\e6c8';
}
.xs-online ul li.message>a:before {
    font-size: 18px;
    font-weight: normal;

    content: '\e66b';
}
.xs-online ul li.tel>a:before {
    font-weight: normal;

    content: '\e62f';
}
.xs-online ul li.top>a:before {
    font-weight: normal;

    content: '\e60f';
}
.xs-online ul li.whatsapp>a:before {
    font-weight: normal;

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

    position: relative;

    overflow: hidden;

    width: 100%;
    padding-top: 150px;
}
@media (max-width: 1199px) {
    .banner {
        padding-top: 70px;
    }
}
.banner .item {
    position: relative;
}
@media (max-width: 1199px) {
    .banner .slickbanner {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 991px) {
    .banner .slickbanner {
        width: 130%;
        max-width: 130%;
        margin-left: -15%;
    }
}
.banner .slick-dots {
    position: absolute;
    bottom: 20px;

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

    text-align: center;
}
@media (max-width: 1199px) {
    .banner .slick-dots {
        bottom: 10px;
    }
}
.banner .slick-dots li {
    display: inline-block;

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

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

    opacity: .7;
    border-radius: 50%;
    background-color: #fff;
}
.banner .slick-dots li.slick-active {
    width: 20px;

    opacity: 1;
    border-radius: 10px;
    background-color: #fff;
}
.banner .slick-dots li button {
    display: none;
}
.banner .slick-arrow {
    line-height: 80px;

    left: 4%;

    width: 40px;
    height: 80px;
}
@media (max-width: 991px) {
    .banner .slick-arrow {
        line-height: 60px;

        left: 12%;

        height: 60px;
    }
}
.banner .slick-arrow.slick-next {
    right: 4%;
    left: auto;
}
@media (max-width: 991px) {
    .banner .slick-arrow.slick-next {
        right: 12%;
    }
}
.banner .slick-arrow:hover {
    background-color: #fe9000;
}
.banner .num-box {
    font-size: 15px;

    position: absolute;
    bottom: 30px;

    width: 100%;

    text-align: center;
}
@media (max-width: 767px) {
    .banner .num-box {
        bottom: 0;
    }
}
.banner .num-box .prev:before {
    font-family: 'iconfont' !important;
    font-weight: bold;

    display: inline-block;

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

    content: '\e9b5';
    vertical-align: middle;
}
.banner .num-box .prev:after {
    margin: 0 10px;

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

    display: inline-block;

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

    content: '\e72f';
    vertical-align: middle;
}
.banner img {
    display: block;

    width: 100%;
}
.banner .banner-pic {
    position: absolute;
    bottom: 30px;

    width: 100%;

    text-align: center;
}
@media (max-width: 991px) {
    .banner .banner-pic {
        bottom: 10px;
    }
}
.banner .banner-pic img {
    display: inline-block;

    width: auto;
    max-width: 100%;
}
@media (max-width: 991px) {
    .banner-in .slickbanner {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
.banner-in .text-in {
    position: absolute;
    top: 60%;

    overflow: hidden;

    width: 100%;

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

    color: #fff;
}
@media (max-width: 991px) {
    .banner-in .text-in {
        top: 64%;
    }
}
.banner-in .text-in b {
    font-size: 54px;
    line-height: 1;

    display: inline-block;

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

        display: block;
    }
}
.banner .slick-current img {
    -webkit-animation: narrow 4s 0s ease both;
    animation: narrow 4s 0s ease both;
}
.banner .banner-arrow {
    position: absolute;
    z-index: 8;
    bottom: 40px;

    width: 100%;

    text-align: center;
}
@media (max-width: 1199px) {
    .banner .banner-arrow {
        bottom: 0;
    }
}
.banner .banner-arrow a {
    display: inline-block;
}
.banner .banner-arrow a:after {
    font-family: 'iconfont' !important;
    font-size: 30px;

    content: '\e770';

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

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

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

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

        opacity: 1;
    }
}
.zoomIn1 {
    -webkit-animation-name: narrow;
    animation-name: narrow;
}
.box {
    overflow: hidden;

    padding: 90px 0;
}
@media (max-width: 991px) {
    .box {
        padding: 50px 0;
    }
}
.title {
    text-align: center;
}
.title h2 {
    font-size: 36px;
    font-weight: bold;
    font-style: italic;
    line-height: 1.35;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1199px) {
    .title h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .title h2 {
        font-size: 20px;
    }
}
.title h2:before {
    display: inline-block;

    width: 8px;
    height: 27px;
    margin-right: 4px;

    content: '';
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);
    vertical-align: middle;

    background-color: #fe9000;
}
.title p {
    line-height: 24px;

    max-width: 980px;
    margin: 0 auto;
    margin-top: 6px;
}
@media (max-width: 767px) {
    .title p {
        font-size: 12px;
        line-height: 20px;
    }
}
.indexcontent {
    position: relative;
    z-index: 2;
}
.box-product .product .item {
    font-size: 0;

    display: block;

    margin-top: 30px;

    border: 1px solid #dcdcdc;
}
.box-product .product .item .pic,
.box-product .product .item .text {
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.box-product .product .item .pic {
    width: 54%;
    padding: 10px 0 10px 10px;

    border: 6px solid #e5e5e5;
    border-right: none;
}
@media (max-width: 767px) {
    .box-product .product .item .pic {
        width: 100%;
        padding: 0;

        border: none;
    }
}
.box-product .product .item .pic .img-box {
    padding-bottom: 71.11111111%;
}
.box-product .product .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-product .product .item .text {
    width: 46%;
    padding: 0 20px;
}
@media (max-width: 767px) {
    .box-product .product .item .text {
        width: 100%;
        padding: 20px 10px;
    }
}
.box-product .product .item .text b {
    font-size: 20px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
    .box-product .product .item .text b {
        font-size: 16px;
    }
}
.box-product .product .item .text .note {
    overflow-y: auto;

    max-height: 144px;
    margin-top: 10px;
}
@media (max-width: 1470px) {
    .box-product .product .item .text .note {
        max-height: 96px;
    }
}
@media (max-width: 767px) {
    .box-product .product .item .text .note {
        max-height: auto;
    }
}
.box-product .product .item .text .note p {
    font-weight: 500;
    line-height: 24px;

    position: relative;

    margin: 0;
    padding-left: 14px;

    word-break: break-word;

    color: #666;
}
.box-product .product .item .text .note p:before {
    position: absolute;
    top: 0;
    left: 0;

    content: '>';
}
.box-product .product .item .text .more {
    display: block;

    margin-top: 10px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: right;
}
.box-product .product .item .text .more a {
    font-size: 0;
    line-height: 48px;

    display: inline-block;

    width: 48px;
    height: 48px;

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

    color: #fe9000;
    border: 1px solid #e5e5e5;
    border-radius: 30px;
}
@media (max-width: 1470px) {
    .box-product .product .item .text .more a {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.box-product .product .item .text .more a:after {
    font-family: 'iconfont' !important;
    font-size: 16px;

    content: '\e623';
}
.box-product .product .item a:hover {
    text-decoration: underline;
}
.box-product .product .item:hover .pic {
    border-color: #fe9000;
}
.box-product .product .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.box-product .product .item:hover .text b {
    color: #fe9000;
}
.box-product .product .item:hover .text .note p:before {
    color: #fe9000;
}
.box-product .product .item:hover .text .more {
    text-align: left;
}
.box-product .product .item:hover .text .more a {
    font-size: 14px;
    font-weight: 500;

    width: 130px;
    padding: 0 10px;

    text-align: left;

    color: #fff;
    border: none;
    background-color: #fe9000;
}
@media (max-width: 1470px) {
    .box-product .product .item:hover .text .more a {
        width: 100px;
    }
}
.box-product .product .item:hover .text .more a:after {
    float: right;
}
.box-product .product-text {
    margin-top: 30px;

    text-align: center;
}
.box-product .product-text p {
    font-weight: 500;
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
@media (max-width: 767px) {
    .box-product .product-text p {
        line-height: 22px;
    }
}
.box-product .product-more {
    margin-top: 20px;

    text-align: center;
}
.box-product .product-more a {
    font-weight: 500;
    line-height: 46px;

    display: inline-block;

    padding: 0 14px;

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

    color: #fff;
    border-radius: 30px;
    background-color: #fe9000;
}
@media (max-width: 767px) {
    .box-product .product-more a {
        line-height: 40px;
    }
}
.box-product .product-more a:after {
    font-family: 'iconfont' !important;
    font-size: 16px;

    margin-left: 40px;

    content: '\e623';
}
@media (max-width: 767px) {
    .box-product .product-more a:after {
        margin-left: 20px;
    }
}
.box-product .product-more a:hover {
    background-color: #e07f00;
}
.box-about-service {
    background: url(../images/about_bg.jpg) no-repeat center fixed;
    background-size: cover;
}
@media (max-width: 1199px) {
    .box-about-service {
        background: url(../images/about_bg.jpg) no-repeat center;
        background-size: cover;
    }
}
.box-about-service .title {
    text-align: left;
}
.box-about-service .title h2:before {
    display: none;
}
.box-about-service .title p {
    margin-left: 0;

    color: #999;
}
.box-about-service .about {
    float: left;

    width: 70%;
    padding-right: 30px;
}
@media (max-width: 991px) {
    .box-about-service .about {
        width: 100%;
        padding: 0;
    }
}
.box-about-service .about .text {
    margin-top: 20px;
}
.box-about-service .about .text p {
    line-height: 30px;

    margin: 0;

    color: #666;
}
@media (max-width: 767px) {
    .box-about-service .about .text p {
        line-height: 24px;
    }
}
.box-about-service .about .more {
    margin-top: 40px;
}
@media (max-width: 767px) {
    .box-about-service .about .more {
        margin-top: 20px;
    }
}
.box-about-service .about .more a {
    font-weight: 500;
    line-height: 46px;

    display: inline-block;

    padding: 0 14px;

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

    color: #fff;
    border-radius: 30px;
    background-color: #fe9000;
}
@media (max-width: 767px) {
    .box-about-service .about .more a {
        line-height: 40px;
    }
}
.box-about-service .about .more a:after {
    font-family: 'iconfont' !important;
    font-size: 16px;

    margin-left: 40px;

    content: '\e623';
}
@media (max-width: 767px) {
    .box-about-service .about .more a:after {
        margin-left: 20px;
    }
}
.box-about-service .about .more a:hover {
    background-color: #e07f00;
}
.box-about-service .about .list {
    margin-top: 10px;
}
.box-about-service .about .list .slick-about {
    float: left;

    width: 64.2%;
    margin-top: 30px;
    padding-right: 20px;
}
@media (max-width: 767px) {
    .box-about-service .about .list .slick-about {
        width: 100%;
        padding-right: 0;
    }
}
.box-about-service .about .list .slick-about .item .img-box {
    padding-bottom: 57.62711864%;
}
.box-about-service .about .list .slick-about .slick-dots {
    position: absolute;
    bottom: 20px;

    width: 100%;
    margin: 0;
    padding: 0 5%;
}
@media (max-width: 1199px) {
    .box-about-service .about .list .slick-about .slick-dots {
        bottom: 10px;
    }
}
.box-about-service .about .list .slick-about .slick-dots li {
    display: inline-block;

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

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

    border: 1px solid #fff;
    border-radius: 50%;
}
.box-about-service .about .list .slick-about .slick-dots li.slick-active {
    border-color: #fe9000;
    background-color: #fe9000;
}
.box-about-service .about .list .slick-about .slick-dots li button {
    display: none;
}
.box-about-service .about .list .video {
    position: relative;

    float: left;

    width: 35.8%;
    margin-top: 30px;

    background-color: #000;
}
@media (max-width: 767px) {
    .box-about-service .about .list .video {
        width: 100%;
    }
}
.box-about-service .about .list .video img {
    -webkit-transition: all .2s;
    transition: all .2s;

    opacity: .6;
}
.box-about-service .about .list .video:before {
    font-family: 'iconfont' !important;
    font-size: 60px;

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

    content: '\e6cc';
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);

    opacity: .73;
    color: #fff;
}
.box-about-service .about .list .video:hover img {
    opacity: .7;
}
.box-about-service .service {
    float: right;

    width: 30%;
    padding-left: 30px;

    border-left: 1px solid #dcdcdc;
}
@media (max-width: 991px) {
    .box-about-service .service {
        width: 100%;
        margin-top: 30px;
        padding: 0;

        border: none;
    }
}
.box-about-service .service .list .item {
    padding: 20px 0;

    border-bottom: 1px dashed #e5e5e5;
}
.box-about-service .service .list .item:last-child {
    border-bottom: none;
}
.box-about-service .service .list .item b {
    font-size: 16px;
    line-height: 30px;

    display: block;

    min-height: 57px;
    margin-bottom: 10px;
}
.box-about-service .service .list .item b:before {
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-weight: normal;
    line-height: 57px;

    display: inline-block;

    width: 66px;
    height: 57px;
    margin-right: 8px;

    content: '\e62e';
    text-align: center;
    vertical-align: middle;

    color: #fff;
    background: url(../images/service-icon.png) no-repeat center;
}
.box-about-service .service .list .item-two b:before {
    content: '\e63d';
}
.box-about-service .service .list .item-three b:before {
    font-size: 24px;

    content: '\e658';
}
.box-about-service .service .list .item p {
    line-height: 24px;

    margin: 0;

    color: #666;
}
.box-hot-product .slick-hot-product {
    margin: 0 -15px;
    margin-top: 30px;
}
.box-hot-product .slick-hot-product .slick-slide {
    padding: 0 15px;
}
.box-hot-product .slick-hot-product .item {
    padding-bottom: 20px;

    border: 1px solid #e5e5e5;
}
.box-hot-product .slick-hot-product .item .pic {
    padding: 10px 10px 0 10px;

    border: 4px solid #e5e5e5;
    border-bottom: none;
}
@media (max-width: 767px) {
    .box-hot-product .slick-hot-product .item .pic {
        padding: 4px;
    }
}
.box-hot-product .slick-hot-product .item .pic .img-box {
    padding-bottom: 72.46376812%;
}
.box-hot-product .slick-hot-product .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-hot-product .slick-hot-product .item .text {
    padding: 14px;
}
.box-hot-product .slick-hot-product .item .text b {
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
    .box-hot-product .slick-hot-product .item .text b {
        font-size: 14px;
    }
}
.box-hot-product .slick-hot-product .item .more {
    padding: 0 10px;
}
.box-hot-product .slick-hot-product .item .more a {
    font-weight: bold;
    line-height: 40px;

    display: inline-block;

    padding: 0 20px;

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

    color: #666;
    border: 1px solid #e5e5e5;
    border-radius: 30px;
}
@media (max-width: 767px) {
    .box-hot-product .slick-hot-product .item .more a {
        line-height: 30px;
    }
}
.box-hot-product .slick-hot-product .item .more a:after {
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-weight: normal;

    margin-left: 40px;

    content: '\e623';
}
@media (max-width: 767px) {
    .box-hot-product .slick-hot-product .item .more a:after {
        margin-left: 20px;
    }
}
.box-hot-product .slick-hot-product .item:hover .pic {
    border-color: #fe9000;
}
.box-hot-product .slick-hot-product .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.box-hot-product .slick-hot-product .item:hover .more {
    text-align: center;
}
.box-hot-product .slick-hot-product .item:hover .more a {
    color: #fff;
    border-color: #fe9000;
    background-color: #fe9000;
}
.box-hot-product .slick-hot-product .slick-arrow {
    color: #c7c4c4;
    background: none;
}
.box-hot-product .slick-hot-product .slick-arrow:before {
    display: inline-block;

    content: '\e601';
}
.box-hot-product .slick-hot-product .slick-arrow.slick-prev:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.box-hot-product .slick-hot-product .slick-arrow:hover {
    color: #fe9000;
}
.box-advantage {
    padding-top: 0;
}
.box-advantage .advantage .item {
    position: relative;

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

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

    border: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
    .box-advantage .advantage .item {
        padding: 30px 10px;
    }
}
.box-advantage .advantage .item .pic {
    position: absolute;
    top: -35px;
    right: 30px;

    overflow: hidden;

    width: 70px;

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

    border: 3px solid #e5e5e5;
    border-radius: 50%;
}
.box-advantage .advantage .item b {
    font-size: 18px;
    line-height: 1.66666667;

    display: block;
}
.box-advantage .advantage .item p {
    line-height: 24px;

    margin: 0;

    color: #666;
}
.box-advantage .advantage .item .number {
    font-size: 120px;
    font-weight: bold;
    line-height: 100px;

    position: absolute;
    bottom: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 80px;

    color: rgba(153, 153, 153, .16);
}
@media (max-width: 991px) {
    .box-advantage .advantage .item .number {
        font-size: 90px;
    }
}
@media (max-width: 767px) {
    .box-advantage .advantage .item .number {
        font-size: 70px;
        line-height: 70px;

        height: 60px;
    }
}
.box-advantage .advantage .item:hover {
    color: #fff;
    background-color: #fe9000;
}
.box-advantage .advantage .item:hover .pic {
    border-color: #fe9000;
}
.box-advantage .advantage .item:hover b,
.box-advantage .advantage .item:hover p {
    color: #fff;
}
.box-advantage .advantage .item:hover .number {
    color: rgba(255, 255, 255, .1);
}
.box-global {
    background-color: #f4f4f4;
}
.box-global .global {
    position: relative;

    margin-top: 30px;
}
.box-global .global img {
    max-width: 100%;
}
.box-global .global .txt {
    position: absolute;
    top: 0;
    left: 0;
}
.box-news .news {
    position: relative;

    margin-top: 30px;
}
.box-news .news .slick-news {
    margin: 0 -15px;
}
@media (max-width: 1199px) {
    .box-news .news .slick-news {
        margin-top: 30px;
    }
}
.box-news .news .slick-news .slick-slide {
    padding: 0 15px;
}
.box-news .news .slick-news .item .pic {
    position: relative;

    display: block;
    overflow: hidden;
}
.box-news .news .slick-news .item .pic .img-box {
    padding-bottom: 44.44444444%;
}
.box-news .news .slick-news .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-news .news .slick-news .item .pic .mask {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

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

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

    color: #fff;
    background: #fe9000;
}
.box-news .news .slick-news .item .pic .mask b {
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-news .news .slick-news .item .pic .mask span.date {
    color: #ebeff2;
}
.box-news .news .slick-news .item .pic .mask p {
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 10px 0 0 0;

    color: #ebeff2;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.box-news .news .slick-news .item .pic .mask span.more {
    font-weight: bold;
    line-height: 24px;

    display: block;

    margin-top: 20px;
}
@media (max-width: 1350px) {
    .box-news .news .slick-news .item .pic .mask span.more {
        margin-top: 10px;
    }
}
.box-news .news .slick-news .item .note {
    padding: 10px 20px;

    border: 1px solid #e8e8e8;
}
.box-news .news .slick-news .item .note b {
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-news .news .slick-news .item .note span.date {
    line-height: 24px;

    margin-top: 6px;

    color: #666;
}
@media (min-width: 1200px) {
    .box-news .news .slick-news .item:hover .pic .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .box-news .news .slick-news .item:hover .pic .mask {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
    .box-news .news .slick-news .item:hover .note {
        opacity: 0;
    }
}
.box-partners {
    overflow: hidden;
}
.box-partners .slick-partners {
    margin: 0 -15px;
}
@media (max-width: 767px) {
    .box-partners .slick-partners {
        margin: 0 -8px;
    }
}
.box-partners .slick-partners .slick-slide {
    padding: 0 15px;
}
@media (max-width: 767px) {
    .box-partners .slick-partners .slick-slide {
        padding: 0 8px;
    }
}
.box-partners .slick-partners .item {
    margin-top: 30px;

    border: 1px solid #dcdcdc;
}
@media (max-width: 767px) {
    .box-partners .slick-partners .item {
        margin-top: 15px;
    }
}
.box-partners .slick-partners .item .img-box {
    padding-bottom: 48.48484848%;
}
.box-partners .slick-partners .slick-arrow {
    color: #c7c4c4;
    background: none;
}
.box-partners .slick-partners .slick-arrow:before {
    display: inline-block;

    content: '\e601';
}
.box-partners .slick-partners .slick-arrow.slick-prev:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.box-partners .slick-partners .slick-arrow:hover {
    color: #fe9000;
}
.box-join .join {
    position: relative;

    max-width: 620px;
    margin: 0 auto;
    margin-top: 30px;
    padding-right: 170px;

    border: 2px solid #e5e5e5;
}
@media (max-width: 767px) {
    .box-join .join {
        padding-right: 120px;
    }
}
.box-join .join input {
    line-height: 30px;

    width: 100%;
    padding: 10px 40px;
}
@media (max-width: 1199px) {
    .box-join .join input {
        padding: 10px;
    }
}
.box-join .join input::-webkit-input-placeholder,
.box-join .join textarea::-webkit-input-placeholder {
    color: #999;
}
.box-join .join input:-o-placeholder,
.box-join .join textarea:-o-placeholder {
    color: #999;
}
.box-join .join input::-moz-placeholder,
.box-join .join textarea::-moz-placeholder {
    color: #999;
}
.box-join .join input:-ms-input-placeholder,
.box-join .join textarea:-ms-input-placeholder {
    color: #999;
}
.box-join .join input:focus::-webkit-input-placeholder,
.box-join .join textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.box-join .join input:focus::-o-placeholder,
.box-join .join textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.box-join .join input:focus::-moz-placeholder,
.box-join .join textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.box-join .join input:focus::-ms-input-placeholder,
.box-join .join textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.box-join .join .submit {
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;

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

    width: 170px;
    padding: 10px 0;

    text-align: center;

    outline: none;
    background: none;
    box-shadow: none;
}
@media (max-width: 767px) {
    .box-join .join .submit {
        width: 120px;
    }
}
.box-join .join .submit:before {
    display: inline-block;
    float: left;

    width: 1px;
    height: 30px;

    content: '';
    vertical-align: middle;

    background-color: #e5e5e5;
}
.box-join .join .submit:hover {
    color: #fe9000;
}
.footer {
    font-size: 0;

    position: relative;

    overflow: hidden;

    color: #d2d2d1;
    background-color: #505050;
}
@media (max-width: 991px) {
    .footer {
        padding-bottom: 55px;
    }
}
.footer .foot {
    padding: 50px 0;
}
@media (max-width: 991px) {
    .footer .foot {
        padding: 30px 0;
    }
}
.footer .foot>ul {
    padding: 0;

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

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

    content: '';
}
@media (max-width: 991px) {
    .footer .foot>ul:after {
        display: none;
    }
}
@media (max-width: 991px) {
    .footer .foot>ul {
        display: block;
        overflow: hidden;
    }
}
.footer .foot>ul>li {
    display: inline-block;

    text-align: left;
    vertical-align: top;
}
@media (max-width: 1199px) {
    .footer .foot>ul>li {
        width: 50%;
    }
}
@media (max-width: 991px) {
    .footer .foot>ul>li {
        display: block;

        width: 100%;
    }
}
.footer .foot>ul>li .item {
    text-align: left;
}
@media (max-width: 1199px) {
    .footer .foot>ul>li .item {
        margin-top: 14px;
    }
}
.footer .foot>ul>li .item .title-foot {
    margin-top: 30px;
}
@media (max-width: 991px) {
    .footer .foot>ul>li .item .title-foot {
        margin-top: 10px;
    }
}
.footer .foot>ul>li .item .title-foot h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;

    text-transform: capitalize;

    color: #fff;
}
@media (max-width: 991px) {
    .footer .foot>ul>li .item .title-foot h3 {
        font-size: 16px;
        line-height: 24px;
    }
    .footer .foot>ul>li .item .title-foot h3:after {
        font-family: 'iconfont' !important;

        float: right;

        content: '\e629';
    }
}
.footer .foot>ul>li .item-1 {
    width: 470px;
}
@media (max-width: 1350px) {
    .footer .foot>ul>li .item-1 {
        width: 360px;
    }
}
@media (max-width: 991px) {
    .footer .foot>ul>li .item-1 {
        width: 100%;
    }
}
.footer .foot>ul>li .item-1 img {
    display: block;

    max-width: 100%;
    margin-bottom: 10px;
}
.footer .foot>ul>li .item-1 p {
    font-size: 16px;
    line-height: 34px;

    position: relative;

    margin: 0;
}
@media (max-width: 991px) {
    .footer .foot>ul>li .item-1 p {
        font-size: 14px;
    }
}
.footer .foot>ul>li .item-1 p b {
    color: #fff;
}
.footer .foot>ul>li .item-1 p a:hover {
    text-decoration: underline;

    color: #fe9000;
}
.footer .foot>ul>li .item-2 a {
    font-size: 16px;
    line-height: 34px;

    display: block;
}
@media (max-width: 991px) {
    .footer .foot>ul>li .item-2 a {
        font-size: 14px;
    }
}
.footer .foot>ul>li .item-2 a:hover {
    text-decoration: underline;

    color: #fe9000;
}
.footer .foot>ul>li .item-3 img {
    width: 107px;
}
.footer .foot>ul>li .info-down {
    margin-top: 14px;
}
@media (max-width: 991px) {
    .footer .foot>ul>li .info-down {
        display: none;
    }
}
.footer .foot>ul>li.current .title-foot h3:after {
    content: '\e628';
}
.footer .copyright {
    font-size: 14px;

    padding: 20px 0;

    text-align: center;

    background-color: #464645;
}
@media (max-width: 991px) {
    .footer .copyright {
        font-size: 14px;

        padding: 10px 0;
    }
}
.footer .copyright p {
    line-height: 24px;

    display: inline-block;

    margin: 0;

    vertical-align: middle;
}
@media (max-width: 991px) {
    .footer .copyright p {
        line-height: 22px;
    }
}
.footer .copyright p a {
    margin-left: 20px;

    -webkit-transition: all .4s;
    transition: all .4s;
}
.footer .copyright p a:hover {
    color: #fe9000;
}
.footer .copyright .share {
    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 1199px) {
    .footer .copyright .share {
        display: block;

        margin-top: 10px;
    }
}
.footer .copyright .share ul {
    font-size: 0;

    display: inline-block;
}
.footer .copyright .share ul li {
    display: inline-block;
}
.footer .copyright .share ul li a {
    font-size: 16px;
    line-height: 30px;

    display: block;

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

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

    border: 1px solid #5e5e5d;
}
.footer .copyright .share ul li a:before {
    font-family: 'iconfont';
    font-weight: normal;

    display: inline-block;

    content: '\e615';
    text-align: center;
    vertical-align: top;
}
.footer .copyright .share ul li.twitter a:before {
    content: '\e60b';
}
.footer .copyright .share ul li.linkedin a:before {
    content: '\e6f0';
}
.footer .copyright .share ul li.instagram a:before {
    content: '\e62c';
}
.footer .copyright .share ul li.youtube a:before {
    content: '\e6d7';
}
.footer .copyright .share ul li.google a:before {
    content: '\e645';
}
.footer .copyright .share ul li.amazon a:before {
    content: '\e6c1';
}
.footer .copyright .share ul li:hover a {
    color: #fff;
    background-color: #fe9000;
}
.wrapper {
    clear: both;
    overflow: hidden;
}
.wrapper-product {
    position: relative;
    z-index: 8;

    margin-top: -68px;
}
@media (max-width: 991px) {
    .wrapper-product {
        margin: 0;
    }
}
.wrap {
    padding: 90px 0;
}
@media (max-width: 991px) {
    .wrap {
        padding: 50px 0;
    }
}
.title-wrap {
    text-align: center;
}
.title-wrap h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.35;

    margin: 0;
}
@media (max-width: 1199px) {
    .title-wrap h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .title-wrap h2 {
        font-size: 20px;
    }
}
.title-wrap p {
    line-height: 24px;

    max-width: 980px;
    margin: 0 auto;
    margin-top: 6px;
}
@media (max-width: 767px) {
    .title-wrap p {
        font-size: 12px;
        line-height: 20px;
    }
}
.title-in h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1;

    display: block;

    margin: 0;

    text-transform: capitalize;
}
@media (max-width: 991px) {
    .title-in h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .title-in h2 {
        font-size: 24px;
    }
}
.title-sidenav {
    padding: 6px 20px;

    border-bottom: 1px solid #dcdcdc;
}
@media (max-width: 767px) {
    .title-sidenav {
        padding: 6px 10px;
    }
}
.title-sidenav h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 991px) {
    .title-sidenav h2 {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    .title-sidenav h2 {
        font-size: 24px;
    }
}
.title-sidenav-product {
    padding: 20px 10px;

    text-align: center;

    color: #fff;
    background: #fe9000;
}
@media (max-width: 767px) {
    .title-sidenav-product {
        padding: 10px;
    }
}
.title-sidenav-product h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;

    margin: 0;

    text-transform: uppercase;
}
.sidenav-product>ul {
    border: 1px solid #dcdcdc;
}
.sidenav-product>ul>li {
    border-bottom: 1px solid #dcdcdc;
}
.sidenav-product>ul>li>a {
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 10px 20px 10px 30px;
}
@media (max-width: 991px) {
    .sidenav-product>ul>li>a {
        padding: 4px 20px 4px 30px;
    }
}
.sidenav-product>ul>li>a:before {
    position: absolute;
    left: 20px;

    content: '>';
}
.sidenav-product>ul>li:last-child {
    border-bottom: none;
}
.sidenav-product>ul>li>ul {
    display: none;

    padding: 0 0 10px 0;
}
@media (max-width: 991px) {
    .sidenav-product>ul>li>ul>li {
        display: inline-block;

        vertical-align: top;
    }
}
.sidenav-product>ul>li>ul>li a {
    line-height: 30px;

    position: relative;

    display: block;

    padding: 4px 10px 4px 30px;
}
@media (max-width: 991px) {
    .sidenav-product>ul>li>ul>li a {
        line-height: 24px;
    }
}
.sidenav-product>ul>li>ul>li a:before {
    position: absolute;
    left: 20px;

    content: '-';
}
.sidenav-product>ul>li>ul>li.active a,
.sidenav-product>ul>li>ul>li:hover a {
    font-weight: bold;

    text-decoration: underline;

    color: #fe9000;
}
.sidenav-product>ul>li.active>a,
.sidenav-product>ul>li:hover>a {
    font-weight: bold;

    color: #fe9000;
}
.sidenav-product>ul>li.active>ul {
    display: block;
}
.inside-nav {
    position: relative;
    z-index: 8;

    overflow: hidden;
    overflow-x: auto;

    height: 50px;
    margin-top: -50px;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;

    background-color: rgba(254, 144, 0, .3);

    -webkit-overflow-scrolling: touch;
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/
    /*滑块效果*/
}
@media (max-width: 991px) {
    .inside-nav {
        margin: 0;

        background-color: rgba(254, 144, 0, .5);
    }
}
.inside-nav::-webkit-scrollbar {
    width: 5px;
    height: 5px;

    background-color: #fefefe;
}
.inside-nav::-webkit- scrollbar-track {
    border-radius: 5px;
    background-color: #fefefe;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.inside-nav::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .1);
}
.inside-nav::-webkit- scrollbar-thumb:hover {
    border-radius: 5px;
    background: rgba(0, 0, 0, .3);
}
.inside-nav .nav-wrap {
    position: relative;
    z-index: 2;

    text-align: center;
}
.inside-nav .nav-wrap ul {
    font-size: 0;

    position: relative;

    display: inline-block;

    margin: 0;
    padding: 0;

    vertical-align: top;
    white-space: nowrap;
}
.inside-nav .nav-wrap ul li {
    font-size: 14px;
    font-weight: bold;

    position: relative;

    display: inline-block;

    vertical-align: top;
}
.inside-nav .nav-wrap ul li a {
    line-height: 50px;

    position: relative;

    display: inline-block;

    padding: 0 40px;

    -webkit-transition: all .2s;
    transition: all .2s;
    vertical-align: middle;

    color: #fff;
}
@media (max-width: 991px) {
    .inside-nav .nav-wrap ul li a {
        padding: 0 20px;
    }
}
.inside-nav .nav-wrap ul li.active a,
.inside-nav .nav-wrap ul li:hover a {
    background-color: #fe9000;
}
.wrap-about .text,
.wrap-workshop .text {
    margin-top: 20px;
}
.wrap-about .text p,
.wrap-workshop .text p {
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
@media (max-width: 991px) {
    .wrap-about .text p,
    .wrap-workshop .text p {
        line-height: 24px;
    }
}
.wrap-about .pic .img-box,
.wrap-workshop .pic .img-box {
    margin-top: 30px;
    padding-bottom: 56.52173913%;
}
.wrap-about .pic .img-box img,
.wrap-workshop .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-about .pic .img-box:hover img,
.wrap-workshop .pic .img-box:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-about .team,
.wrap-workshop .team {
    padding-top: 90px;
}
@media (max-width: 991px) {
    .wrap-about .team,
    .wrap-workshop .team {
        padding-top: 50px;
    }
}
.wrap-videos .video {
    position: relative;

    background-color: #000;
}
@media (max-width: 767px) {
    .wrap-videos .video {
        width: 100%;
    }
}
.wrap-videos .video .img-box {
    padding-bottom: 53.62318841%;
}
.wrap-videos .video .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;

    opacity: .5;
}
.wrap-videos .video:before {
    font-family: 'iconfont' !important;
    font-size: 60px;

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

    content: '\e6cc';
    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);

    opacity: .73;
    color: #fff;
}
.wrap-videos .item {
    margin-top: 30px;

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

    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-videos .item:hover .video .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);

    opacity: .7;
}
.wrap-videos .item:hover p {
    color: #fe9000;
}
.wrap-faq .faq .itembox {
    position: relative;
}
.wrap-faq .faq .itembox:hover {
    z-index: 5;
}
.wrap-faq .faq .item {
    position: relative;
    z-index: 2;

    margin-top: 30px;

    border: 1px solid #dcdcdc;
}
.wrap-faq .faq .item .title-faq {
    position: relative;

    padding: 20px 80px;
}
@media (max-width: 767px) {
    .wrap-faq .faq .item .title-faq {
        padding: 10px 60px;
    }
}
.wrap-faq .faq .item .title-faq:before {
    font-family: 'iconfont' !important;
    font-size: 30px;

    position: absolute;
    top: 20px;
    left: 30px;

    content: '\e62a';

    color: #fe9000;
}
@media (max-width: 767px) {
    .wrap-faq .faq .item .title-faq:before {
        font-size: 24px;

        top: 15px;
        left: 20px;
    }
}
.wrap-faq .faq .item .title-faq:after {
    font-size: 26px;
    line-height: 40px;

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

    width: 40px;
    height: 40px;

    content: '+';
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #fe9000;
}
@media (max-width: 767px) {
    .wrap-faq .faq .item .title-faq:after {
        line-height: 30px;

        top: 15px;
        right: 10px;

        width: 30px;
        height: 30px;
    }
}
.wrap-faq .faq .item .title-faq b {
    font-size: 18px;
    line-height: 40px;

    display: -webkit-box;
    overflow: hidden;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
    .wrap-faq .faq .item .title-faq b {
        font-size: 16px;
    }
}
.wrap-faq .faq .item .text {
    position: absolute;
    z-index: 5;
    top: 100%;
    left: -1px;

    display: none;

    width: -webkit-calc(100% + 2px);
    width: calc(100% + 2px);
    padding: 14px 14px 14px 80px;

    border: 1px solid #dcdcdc;
    border-top: 1px dashed #dcdcdc;
    background-color: #fff;
}
@media (max-width: 767px) {
    .wrap-faq .faq .item .text {
        position: relative;

        display: block;

        padding: 10px 10px 10px 60px;

        border-bottom: none;
    }
}
.wrap-faq .faq .item .text:before {
    font-family: 'iconfont' !important;
    font-size: 30px;

    position: absolute;
    left: 20px;

    content: '\e641';

    color: #fe9000;
}
@media (max-width: 767px) {
    .wrap-faq .faq .item .text:before {
        font-size: 24px;
    }
}
.wrap-faq .faq .item .text p {
    line-height: 1.85714286;

    color: #666;
}
.wrap-faq .faq .item:hover .title-faq:after {
    content: '-';
}
.wrap-news .news .item {
    margin-top: 30px;
}
.wrap-news .news .item .pic {
    position: relative;

    display: block;
    overflow: hidden;
}
.wrap-news .news .item .pic .img-box {
    padding-bottom: 44.44444444%;
}
.wrap-news .news .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-news .news .item .pic .mask {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

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

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

    color: #fff;
    background: #fe9000;
}
.wrap-news .news .item .pic .mask b {
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-news .news .item .pic .mask span.date {
    color: #ebeff2;
}
.wrap-news .news .item .pic .mask p {
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 10px 0 0 0;

    color: #ebeff2;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wrap-news .news .item .pic .mask span.more {
    font-weight: bold;
    line-height: 24px;

    display: block;

    margin-top: 20px;
}
@media (max-width: 1350px) {
    .wrap-news .news .item .pic .mask span.more {
        margin-top: 10px;
    }
}
.wrap-news .news .item .note {
    padding: 10px 20px;

    border: 1px solid #e8e8e8;
}
.wrap-news .news .item .note b {
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-news .news .item .note span.date {
    line-height: 24px;

    margin-top: 6px;

    color: #666;
}
@media (min-width: 1200px) {
    .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 .pic .mask {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
    .wrap-news .news .item:hover .note {
        opacity: 0;
    }
}
.wrap-news-show .title-news-show {
    text-align: center;
}
.wrap-news-show .title-news-show h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;

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

    display: block;

    margin-top: 10px;

    color: #666;
}
.wrap-news-show .text {
    margin-top: 30px;
}
.wrap-news-show .text p {
    font-size: 16px;
    line-height: 2.25;

    margin: 0;

    color: #666;
}
@media (max-width: 767px) {
    .wrap-news-show .text p {
        font-size: 14px;
        line-height: 2;
    }
}
.wrap-news-show .text img {
    max-width: 100%;
    height: auto !important;
}
.wrap-news-show .news-relate {
    margin-top: 30px;
}
.wrap-news-show .news-relate a {
    font-size: 16px;
    line-height: 30px;

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

    height: 30px;
    margin-top: 10px;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-news-show .news-relate a b {
    font-style: italic;
}
.wrap-news-show .news-relate a:hover {
    color: #fe9000;
}
.title-product {
    overflow: hidden;

    margin-top: 68px;

    border-bottom: 1px solid #dcdcdc;
}
@media (max-width: 991px) {
    .title-product {
        margin: 30px 0 0 0;
    }
}
.title-product h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;

    display: inline-block;

    margin: 0;
    padding: 15px 0;

    vertical-align: middle;
}
@media (max-width: 991px) {
    .title-product h3 {
        padding: 0;
    }
}
.title-product .location {
    float: right;
}
.title-product .location ul li {
    display: inline-block;
}
.title-product .location ul li:after {
    content: '>';
}
.title-product .location ul li:last-child:after {
    display: none;
}
.title-product .location ul li a {
    line-height: 30px;

    display: inline-block;

    padding: 15px 4px;

    vertical-align: middle;
    text-transform: capitalize;
}
@media (max-width: 991px) {
    .title-product .location ul li a {
        padding: 0 4px;
    }
}
.title-product .location ul li a:hover {
    text-decoration: underline;

    color: #fe9000;
}
.wrap-product {
    padding-top: 0;
}
.wrap-product .product .item {
    margin-top: 30px;
    padding-bottom: 20px;

    border: 1px solid #e5e5e5;
}
.wrap-product .product .item .pic {
    padding: 10px 10px 0 10px;

    border: 4px solid #e5e5e5;
    border-bottom: none;
}
@media (max-width: 767px) {
    .wrap-product .product .item .pic {
        padding: 4px;
    }
}
.wrap-product .product .item .pic .img-box {
    padding-bottom: 72.46376812%;
}
.wrap-product .product .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-product .product .item .text {
    padding: 14px;
}
.wrap-product .product .item .text b {
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

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

        display: -webkit-box;
        overflow: hidden;

        height: 48px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
.wrap-product .product .item .more {
    padding: 0 10px;
}
.wrap-product .product .item .more a {
    font-weight: bold;
    line-height: 40px;

    display: inline-block;

    padding: 0 20px;

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

    color: #666;
    border: 1px solid #e5e5e5;
    border-radius: 30px;
}
@media (max-width: 767px) {
    .wrap-product .product .item .more a {
        line-height: 30px;
    }
}
.wrap-product .product .item .more a:after {
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-weight: normal;

    margin-left: 40px;

    content: '\e623';
}
@media (max-width: 767px) {
    .wrap-product .product .item .more a:after {
        margin-left: 20px;
    }
}
.wrap-product .product .item:hover .pic {
    border-color: #fe9000;
}
.wrap-product .product .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-product .product .item:hover .more {
    text-align: center;
}
.wrap-product .product .item:hover .more a {
    color: #fff;
    border-color: #fe9000;
    background-color: #fe9000;
}
.wrap-product-show {
    padding-top: 0;
}
.wrap-product-show .title-product {
    margin: 0;
}
.wrap-product-show .carousel-wrap {
    margin-top: 30px;
}
.wrap-product-show .carousel-wrap .img-box {
    padding-bottom: 72.46376812%;

    -webkit-transition: all .4s;
    transition: all .4s;
}
.wrap-product-show .carousel-wrap .carousel {
    font-size: 0;

    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-for {
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item {
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow {
    font-size: 24px;

    left: -10px;

    width: 20px;

    color: #333;
    background: none;
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow.slick-next {
    right: -10px;
    left: auto;
}
.wrap-product-show .carousel-wrap .info-box {
    position: relative;
}
.wrap-product-show .carousel-wrap .info-box .slider-nav {
    margin: 0 -4px;
    margin-top: 20px;
}
@media (max-width: 991px) {
    .wrap-product-show .carousel-wrap .info-box .slider-nav {
        margin-bottom: 20px;
    }
}
.wrap-product-show .carousel-wrap .info-box .slider-nav-xs {
    display: none;
}
@media (max-width: 991px) {
    .wrap-product-show .carousel-wrap .info-box .slider-nav-xs {
        display: block;
    }
}
@media (max-width: 991px) {
    .wrap-product-show .carousel-wrap .info-box .slider-nav-pc {
        display: none;
    }
}
.wrap-product-show .carousel-wrap .info-box .slider-nav .slick-slide {
    padding: 0 4px;

    outline: none;
}
.wrap-product-show .carousel-wrap .info-box .slider-nav .item {
    position: relative;

    border: 1px solid #fff;
    background-color: #000;
}
.wrap-product-show .carousel-wrap .info-box .slider-nav .slick-current .item {
    border: 1px solid #fe9000;
}
.wrap-product-show .carousel-wrap .info-box .slider-nav .slick-arrow {
    left: 0;

    display: none !important;

    width: 30px;
}
.wrap-product-show .carousel-wrap .info-box .slider-nav .slick-arrow.slick-next {
    right: 0;
    left: auto;
}
@media (max-width: 991px) {
    .wrap-product-show .carousel-wrap .info-box .slider-nav .slick-arrow {
        display: block !important;
    }
}
.wrap-product-show .carousel-wrap .info-box .slider-nav:hover .slick-arrow {
    display: block !important;
}
.wrap-product-show .carousel-wrap .info-box .title-info h1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.33333333;

    display: block;

    margin: 0;
}
@media (max-width: 767px) {
    .wrap-product-show .carousel-wrap .info-box .title-info h1 {
        font-size: 18px;
    }
}
.wrap-product-show .carousel-wrap .info-box .title-info p {
    font-size: 16px;
    line-height: 24px;

    margin: 10px 0 0 0;

    color: #999;
}
@media (max-width: 991px) {
    .wrap-product-show .carousel-wrap .info-box .title-info p {
        font-size: 14px;
    }
}
.wrap-product-show .carousel-wrap .info-box .detail {
    margin-top: 14px;
}
.wrap-product-show .carousel-wrap .info-box .detail p {
    font-size: 14px;
    line-height: 1.85714286;

    margin: 0;

    color: #666;
}
.wrap-product-show .carousel-wrap .info-box .share {
    margin-top: 14px;
}
.wrap-product-show .carousel-wrap .info-box .share p {
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;

    display: inline-block;

    margin: 0;

    vertical-align: middle;
}
.wrap-product-show .carousel-wrap .info-box .share p,
.wrap-product-show .carousel-wrap .info-box .share .addthis_inline_share_toolbox {
    display: inline-block;

    vertical-align: middle;
}
.wrap-product-show .carousel-wrap .info-box .btn-infox {
    display: inline-block;

    vertical-align: middle;
}
.wrap-product-show .carousel-wrap .info-box .btn-infox a {
    font-weight: bold;
    line-height: 30px;

    display: inline-block;

    height: 50px;
    margin-top: 20px;
    margin-right: 20px;
    padding: 10px 20px;

    -webkit-transition: all 1s;
    transition: all 1s;

    color: #fff;
    border-radius: 30px;
    background-color: #fe9000;
}
.wrap-product-show .carousel-wrap .info-box .btn-infox a:after {
    font-family: 'iconfont' !important;

    margin-left: 20px;

    content: '\e623';
}
.wrap-product-show .carousel-wrap .info-box .btn-infox a:hover {
    color: #fff;
    background-color: #e07f00;
}
.wrap-product-show .carousel-wrap .info-box .btn-infox a:hover:before {
    color: #fff;
}
.wrap-product-show .carousel-wrap .info-box .share {
    display: inline-block;

    vertical-align: middle;
}
.wrap-product-show .carousel-wrap .info-box .share p {
    font-size: 18px;

    margin: 0;
}
.wrap-product-show .carousel-wrap .info-box .share p,
.wrap-product-show .carousel-wrap .info-box .share .addthis_inline_share_toolbox {
    line-height: 50px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-product-show .carousel-wrap .info-box .prev-next {
    display: block;

    margin-top: 10px;

    text-align: right;
}
.wrap-product-show .carousel-wrap .info-box .prev-next a {
    line-height: 30px;

    display: inline-block;

    width: 30px;
    height: 30px;

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

    border: 1px solid #e5e5e5;
}
.wrap-product-show .carousel-wrap .info-box .prev-next a:after {
    font-family: 'iconfont' !important;

    display: inline-block;

    content: '\e625';
}
.wrap-product-show .carousel-wrap .info-box .prev-next a.prev {
    color: #fff;
    border-color: #fe9000;
    background-color: #fe9000;
}
.wrap-product-show .carousel-wrap .info-box .prev-next a.prev:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.wrap-product-show .carousel-wrap .info-box .prev-next a:hover {
    color: #fff;
    background-color: #e07f00;
}
.wrap-product-show .title-product-show {
    position: relative;
    z-index: 2;
}
.wrap-product-show .title-product-show h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.33333333;

    display: block;

    margin: 0;

    text-transform: capitalize;
}
@media (max-width: 991px) {
    .wrap-product-show .title-product-show h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .title-product-show h2 {
        font-size: 20px;
    }
}
.wrap-product-show .title-product-show p {
    line-height: 24px;

    margin: 10px 0 0 0;

    color: #666;
}
.wrap-product-show .parameter,
.wrap-product-show .relate-product,
.wrap-product-show .inquiry {
    padding-top: 80px;
}
@media (max-width: 767px) {
    .wrap-product-show .parameter,
    .wrap-product-show .relate-product,
    .wrap-product-show .inquiry {
        padding-top: 50px;
    }
}
.wrap-product-show .parameter .text {
    margin-top: 20px;
}
.wrap-product-show .parameter .text p {
    line-height: 2;

    margin: 0;
}
.wrap-product-show .parameter .text img {
    max-width: 100%;
    height: auto !important;
}
.wrap-product-show .parameter .table-box {
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
.wrap-product-show .parameter .table-box table {
    line-height: 1.2;

    width: 100%;
    max-width: 100%;

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

    text-align: center;
    color: #666;
}
.wrap-product-show .parameter .table-box table tr,
.wrap-product-show .parameter .table-box table td,
.wrap-product-show .parameter .table-box table th {
    width: auto !important;
    height: auto !important;

}
.wrap-product-show .parameter .table-box table th {
    color: #fff;
    background-color: #fe9000;
}
.wrap-product-show .parameter .table-box table td,
.wrap-product-show .parameter .table-box table th {
    font-weight: normal;
    line-height: 24px;

    padding: 10px !important;

    border: 2px solid #dcdcdc !important;
}
@media (max-width: 480px) {
    .wrap-product-show .parameter .table-box table td,
    .wrap-product-show .parameter .table-box table th {
        padding: 8px !important;
    }
}
.wrap-product-show .parameter .table-box table tr p,
.wrap-product-show .parameter .table-box table tr span {
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.wrap-product-show .parameter .table-box table th {
    text-align: center;
}
.wrap-product-show .parameter .text table tr:hover {
    background-color: #0092fd;
    color: #fff !important;
}

.wrap-product-show .inquiry input,
.wrap-product-show .inquiry textarea {
    font-size: 14px;
    line-height: 24px;

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

    resize: vertical;

    border: none;
    border: 1px solid #dcdcdc;
    outline: none;
    background: none;
}
@media (max-width: 991px) {
    .wrap-product-show .inquiry input,
    .wrap-product-show .inquiry textarea {
        padding: 10px;
    }
}
.wrap-product-show .inquiry input::-webkit-input-placeholder,
.wrap-product-show .inquiry textarea::-webkit-input-placeholder {
    color: #777;
}
.wrap-product-show .inquiry input:-o-placeholder,
.wrap-product-show .inquiry textarea:-o-placeholder {
    color: #777;
}
.wrap-product-show .inquiry input::-moz-placeholder,
.wrap-product-show .inquiry textarea::-moz-placeholder {
    color: #777;
}
.wrap-product-show .inquiry input:-ms-input-placeholder,
.wrap-product-show .inquiry textarea:-ms-input-placeholder {
    color: #777;
}
.wrap-product-show .inquiry input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry input:focus::-o-placeholder,
.wrap-product-show .inquiry textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry input:focus::-moz-placeholder,
.wrap-product-show .inquiry textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry .submit {
    font-size: 16px;
    line-height: 50px;

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

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

    color: #fff;
    border-radius: 0;
    background-color: #fe9000;
}
@media (max-width: 991px) {
    .wrap-product-show .inquiry .submit {
        font-size: 14px;
        line-height: 40px;

        margin-top: 20px;
    }
}
.wrap-product-show .inquiry .submit:hover {
    background-color: #e07f00;
}
.wrap-product-show .inquiry input::-webkit-input-placeholder,
.wrap-product-show .inquiry textarea::-webkit-input-placeholder {
    color: #888;
}
.wrap-product-show .inquiry input:-o-placeholder,
.wrap-product-show .inquiry textarea:-o-placeholder {
    color: #888;
}
.wrap-product-show .inquiry input::-moz-placeholder,
.wrap-product-show .inquiry textarea::-moz-placeholder {
    color: #888;
}
.wrap-product-show .inquiry input:-ms-input-placeholder,
.wrap-product-show .inquiry textarea:-ms-input-placeholder {
    color: #888;
}
.wrap-product-show .inquiry input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry input:focus::-o-placeholder,
.wrap-product-show .inquiry textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry input:focus::-moz-placeholder,
.wrap-product-show .inquiry textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry .read input {
    color: #333;
}
.wrap-product-show .inquiry .read input::-webkit-input-placeholder,
.wrap-product-show .inquiry .read textarea::-webkit-input-placeholder {
    color: #888;
}
.wrap-product-show .inquiry .read input:-o-placeholder,
.wrap-product-show .inquiry .read textarea:-o-placeholder {
    color: #888;
}
.wrap-product-show .inquiry .read input::-moz-placeholder,
.wrap-product-show .inquiry .read textarea::-moz-placeholder {
    color: #888;
}
.wrap-product-show .inquiry .read input:-ms-input-placeholder,
.wrap-product-show .inquiry .read textarea:-ms-input-placeholder {
    color: #888;
}
.wrap-product-show .inquiry .read input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-webkit-input-placeholder {
    color: #888;
}
.wrap-product-show .inquiry .read input:focus::-o-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-o-placeholder {
    color: #888;
}
.wrap-product-show .inquiry .read input:focus::-moz-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-moz-placeholder {
    color: #888;
}
.wrap-product-show .inquiry .read input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-ms-input-placeholder {
    color: #888;
}
.wrap-contact .contact {
    overflow: hidden;

    margin-top: 50px;
}
@media (max-width: 767px) {
    .wrap-contact .contact {
        margin-top: 30px;
    }
}
.wrap-contact .contact .title-contact {
    margin-top: 30px;
}
.wrap-contact .contact .title-contact h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;
}
.wrap-contact .contact .text .note {
    margin-top: 20px;
}
.wrap-contact .contact .text .note p {
    line-height: 24px;

    position: relative;

    margin: 20px 0 0 0;
    padding: 20px 10px 20px 70px;

    background-color: #f8f0e5;
}
@media (max-width: 991px) {
    .wrap-contact .contact .text .note p {
        padding: 10px 10px 10px 50px;
    }
}
.wrap-contact .contact .text .note p:before {
    font-family: 'iconfont' !important;
    font-size: 30px;

    position: absolute;
    left: 30px;

    content: '\e76a';

    color: #fe9000;
}
@media (max-width: 991px) {
    .wrap-contact .contact .text .note p:before {
        left: 10px;
    }
}
.wrap-contact .contact .text .note p.tel:before {
    content: '\e62f';
}
.wrap-contact .contact .text .note p.website:before {
    content: '\e6e7';
}
.wrap-contact .contact .text .note p.email:before {
    content: '\e633';
}
.wrap-contact .contact .text .note p a:hover {
    text-decoration: underline;
}
.wrap-contact .contact form input,
.wrap-contact .contact form textarea {
    font-size: 14px;
    line-height: 24px;

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

    resize: vertical;

    border: none;
    border: 1px solid #dcdcdc;
    outline: none;
    background: none;
}
@media (max-width: 991px) {
    .wrap-contact .contact form input,
    .wrap-contact .contact form textarea {
        padding: 10px;
    }
}
.wrap-contact .contact form input::-webkit-input-placeholder,
.wrap-contact .contact form textarea::-webkit-input-placeholder {
    color: #777;
}
.wrap-contact .contact form input:-o-placeholder,
.wrap-contact .contact form textarea:-o-placeholder {
    color: #777;
}
.wrap-contact .contact form input::-moz-placeholder,
.wrap-contact .contact form textarea::-moz-placeholder {
    color: #777;
}
.wrap-contact .contact form input:-ms-input-placeholder,
.wrap-contact .contact form textarea:-ms-input-placeholder {
    color: #777;
}
.wrap-contact .contact form input:focus::-webkit-input-placeholder,
.wrap-contact .contact form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.wrap-contact .contact form input:focus::-o-placeholder,
.wrap-contact .contact form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.wrap-contact .contact form input:focus::-moz-placeholder,
.wrap-contact .contact form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.wrap-contact .contact form input:focus::-ms-input-placeholder,
.wrap-contact .contact form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.wrap-contact .contact form .submit {
    font-size: 16px;
    line-height: 50px;

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

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

    color: #fff;
    border-radius: 0;
    background-color: #fe9000;
}
@media (max-width: 991px) {
    .wrap-contact .contact form .submit {
        font-size: 14px;
        line-height: 40px;

        margin-top: 20px;
    }
}
.wrap-contact .contact form .submit:hover {
    background-color: #e07f00;
}
.wrap-contact .map {
    padding-top: 50px;
}
.wrap-contact #dituContent {
    height: 600px;
}
@media (max-width: 991px) {
    .wrap-contact #dituContent {
        height: 340px;
    }
}
nav {
    text-align: center;
}
.pagination {
    margin: 40px 0 0 0;
    padding: 0;
}
@media (max-width: 991px) {
    .pagination {
        margin-top: 30px;
    }
}
.pagination li.prev a,
.pagination li.next a {
    width: 60px;
    margin: 0 10px;

    border: 1px solid #dcdcdc;
    border-radius: 20px 4px 4px 20px;
}
.pagination li.prev a span:before,
.pagination li.next a span:before {
    font-family: 'iconfont' !important;

    content: '\eb60';
}
.pagination li.next a {
    border-radius: 4px 20px 20px 4px;
}
.pagination li.next a span:before {
    content: '\e625';
}
.pagination li a {
    line-height: 42px;

    display: block;

    width: 42px;
    height: 42px;
    margin: 0 6px;
    padding: 0;

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

    color: #666;
    border: none;
    border-radius: 50%;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: #fff;
    background-color: #fe9000;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #fff;
    background-color: #fe9000;
}
.wrap-sitemap {
    background-color: #eef1f6;
}
.wrap-sitemap .title-sitemap:after {
    display: block;

    width: 70px;
    height: 5px;
    margin-top: 30px;

    content: '';

    background-color: #fe9000;
}
@media (max-width: 991px) {
    .wrap-sitemap .title-sitemap:after {
        margin-top: 10px;
    }
}
.wrap-sitemap .title-sitemap h1 {
    font-size: 42px;
    font-weight: bold;
    line-height: 1.4;

    display: block;

    margin: 0;

    color: #2e3642;
}
@media (max-width: 1470px) {
    .wrap-sitemap .title-sitemap h1 {
        font-size: 42px;
    }
}
@media (max-width: 1199px) {
    .wrap-sitemap .title-sitemap h1 {
        font-size: 36px;
    }
}
@media (max-width: 991px) {
    .wrap-sitemap .title-sitemap h1 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-sitemap .title-sitemap h1 {
        font-size: 20px;
    }
}
.wrap-sitemap .sitemap>ul>li>a {
    line-height: 24px;

    display: inline-block;

    min-width: 120px;
    margin-top: 20px;
    padding: 10px 20px;

    -webkit-transition: all .2s;
    transition: all .2s;
    vertical-align: top;

    color: #fff;
    background-color: #fe9000;
}
.wrap-sitemap .sitemap>ul>li>a:hover {
    background-color: #124da9;
}
.wrap-sitemap .sitemap>ul>li>ul {
    display: inline-block;

    vertical-align: top;
}
@media (max-width: 991px) {
    .wrap-sitemap .sitemap>ul>li>ul {
        display: block;

        margin: 0 -10px;
    }
}
.wrap-sitemap .sitemap>ul>li>ul>li {
    display: inline-block;

    margin-top: 20px;
    margin-left: 20px;

    vertical-align: top;
}
@media (max-width: 991px) {
    .wrap-sitemap .sitemap>ul>li>ul>li {
        margin-left: 0;
        padding: 0 10px;
    }
}
.wrap-sitemap .sitemap>ul>li>ul>li>a {
    line-height: 24px;

    display: inline-block;

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

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

    background-color: #fff;
}
.wrap-sitemap .sitemap>ul>li>ul>li>a:hover {
    color: #fff;
    background-color: #124da9;
}

* {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-event: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;

}
.xs-online ul li.wechat>a:before {
    font-weight: normal;
    content: '\e604';
}
.xs-online ul li.wechat {
    position: relative;
}
.xs-online ul li.wechat .pic-wechat {
    position: absolute;
    top: -100px;
    left: -14px;
    display: none;
}
.xs-online ul li.wechat .pic-wechat img {
    max-width: 100px;
}
.xs-online ul li.wechat:hover .pic-wechat {
    display: block;
}

.footer .copyright .link span,
.footer .copyright .link a {
    font-size: 16px;
    line-height: 30px;

    display: inline-block;
}
@media (max-width: 1199px) {
    .footer .copyright .link span,
    .footer .copyright .link a {
        font-size: 15px;
        line-height: 24px;
    }
}
.footer .copyright .link a:after {
    margin: 0 8px;

    content: '|';
}
.footer .copyright .link a:last-child:after {
    display: none;
}
.footer .copyright .link a:hover {
    color: #ffffff;
    text-decoration: underline;
}
@media(max-width:991px) {
    .header .language a,
    .header.fixed-header .language a {
        width: 24px;
        height: 24px;
        margin-top: 24px;
    }
    .header .language a.en {
        background-position: -24px 0;
    }
    .header .language a.ru {
        background-position: -48px 0;
    }
}
.cookie-bar {
    position: fixed;
    bottom: 0;
    z-index: 10;
    width: 100%;
    padding: 15px 0;
    background-color: #000000;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    text-align: center;
    display: none;
    color: #ffffff;
    box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, .3)
}
.cookie-bar p {
    line-height: 24px;
}
.cookie-bar p a {
    color: rgba(8, 148, 152, 1);
}
.cookie-bar p a:hover {
    color: rgba(8, 148, 152, 0.7);
}
.cookie-bar .accept-cookie {
    color: #ffffff;
    background-color: #ea5b24;
    display: inline-block;
    padding: 8px 16px 8px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-top: 8px;
}
.cookie-bar .accept-cookie:hover {
    color: #333333;
    background-color: rgb(255, 255, 255, .9);
}

.cookie-bar .refuse-cookie {
    color: #000000;
    background-color: #ffffff;
    display: inline-block;
    padding: 8px 16px 8px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-top: 8px;
    margin-left: 20px;
}
.cookie-bar .refuse-cookie:hover {
    color: #333333;
    background-color: rgb(255, 255, 255, .9);
}