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

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

    color: #222;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots {
    font-size: 0;

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

    text-align: center;
}
@media (max-width: 1199px) {
    .slick-dots {
        margin-top: 20px;
    }
}
.slick-dots li {
    display: inline-block;

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

    vertical-align: top;

    border: 1px solid #fff;
    border-radius: 20px;
    background-color: #fff;
}
.slick-dots li button {
    display: none;
}
.slick-dots li.slick-active {
    width: 40px;

    background: none;
}
.slick-arrow {
    font-size: 30px;
    line-height: 70px;

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

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

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

    color: #fff;
    background: rgba(0, 0, 0, .4);
}
@media (max-width: 1199px) {
    .slick-arrow {
        font-size: 24px;
        line-height: 50px;

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

    display: inline-block;

    content: '\eb60';
}
.slick-arrow.slick-next {
    right: 0;
    left: auto;
}
.slick-arrow.slick-next:before {
    content: '\e625';
}
.slick-arrow:hover {
    background-color: rgba(231, 100, 9, .75);
}
.slick-arrow:hover:before {
    color: #fff;
}
.header {
    font-size: 0;

    position: relative;
    z-index: 10;
    z-index: 9;
    top: 0;

    width: 100%;
    height: 90px;

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

    background-color: rgba(255, 255, 255, .53);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px) {
    .header {
        height: 70px;
    }
}
.header .logo {
    display: inline-block;
    float: left;

    height: 50px;
    margin-top: 20px;
}
@media (max-width: 1350px) {
    .header .logo {
        height: 40px;
        margin-top: 25px;
    }
}
@media (max-width: 1199px) {
    .header .logo {
        margin-top: 15px;
    }
}
@media (max-width: 767px) {
    .header .logo {
        height: 30px;
        margin-top: 20px;
    }
}
.header .logo img {
    position: relative;
    z-index: 2;

    height: 100%;
}
.header .sites,
.header .language {
    font-size: 15px;

    display: inline-block;

    text-align: left;
    vertical-align: middle;
}
@media (max-width: 767px) {
    .header .sites,
    .header .language {
        position: fixed;
        bottom: 20px;
        left: 0;

        display: none;

        width: 100%;
        padding: 0 10px;
    }
}
.header .sites:after,
.header .language:after {
    display: inline-block;

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

    color: #d3d3d3;
}
@media (max-width: 767px) {
    .header .sites:after,
    .header .language:after {
        display: none;
    }
}
.header .sites p,
.header .language p {
    line-height: 90px;

    display: inline-block;

    margin: 0;
    padding: 0 20px;

    vertical-align: middle;
    text-decoration: underline;
}
@media (max-width: 1199px) {
    .header .sites p,
    .header .language p {
        line-height: 70px;

        padding: 0 10px;
    }
}
@media (max-width: 767px) {
    .header .sites p,
    .header .language p {
        display: none;
    }
}
.header .sites p:after,
.header .language p:after {
    display: inline-block;

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

    content: '';
    vertical-align: middle;

    border-width: 5px 3px 0 3px;
    border-style: solid;
    border-color: #666 transparent transparent transparent;
}
.header .sites p:before,
.header .language p:before {
    font-family: 'iconfont' !important;
    font-size: 24px;

    display: inline-block;

    margin-right: 6px;

    content: '\eb65';
    vertical-align: middle;
}
.header .sites .down-nav {
    position: absolute;
    top: 90%;

    display: none;

    border: 1px solid #cbcbcb;
    background-color: #fff;
}
@media (max-width: 767px) {
    .header .sites .down-nav {
        position: relative;
        top: 0;
        left: -100%;

        display: block;

        width: 100%;

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

        border: none;
    }
}
.header .sites .down-nav li {
    border-bottom: 1px solid #cbcbcb;
}
@media (max-width: 767px) {
    .header .sites .down-nav li {
        display: inline-block;

        margin-right: 10px;

        vertical-align: middle;

        border: 1px solid #cbcbcb;
    }
}
.header .sites .down-nav li a {
    font-size: 14px;
    line-height: 26px;

    display: block;
    overflow: hidden;

    padding: 10px 14px;

    color: #666;
}
@media (max-width: 767px) {
    .header .sites .down-nav li a {
        padding: 10px;
    }
}
.header .sites .down-nav li a:before {
    font-family: 'iconfont' !important;
    font-size: 18px;

    float: left;

    margin-right: 4px;

    content: '\e64c';
}
.header .sites .down-nav li a:hover {
    text-decoration: underline;
}
.header .sites .down-nav li:last-child {
    border-bottom: none;
}
@media (max-width: 767px) {
    .header .sites .down-nav li:last-child {
        border-bottom: 1px solid #cbcbcb;
    }
}
.header .sites .down-nav li:nth-child(2) {
    margin-right: 0;
}
.header .sites .down-nav li:nth-child(2) a:before {
    content: '\e978';
}
.header .language {
    position: relative;
}
@media (max-width: 767px) {
    .header .language {
        position: fixed;

        width: 85%;
        max-height: 46px;
    }
}
.header .language p:before {
    content: '\e693';
}
.header .language .lan-nav {
    position: absolute;
    top: 90%;

    display: none;

    min-width: 100%;

    border: 1px solid #cbcbcb;
    background-color: #fff;
}
@media (max-width: 767px) {
    .header .language .lan-nav {
        position: relative;
        top: 0;
        left: 0;

        display: block;

        width: 100%;
        padding: 0;

        -webkit-transition: all .6s;
        transition: all .6s;
        text-align: left;

        border: none;
    }
}
.header .language .lan-nav li {
    border-bottom: 1px solid #cbcbcb;
}
@media (max-width: 767px) {
    .header .language .lan-nav li {
        display: inline-block;

        vertical-align: top;

        border-bottom: none;
    }
}
.header .language .lan-nav li a {
    font-size: 14px;
    line-height: 26px;

    display: block;
    overflow: hidden;

    padding: 10px 20px;

    color: #666;
}
@media (max-width: 767px) {
    .header .language .lan-nav li a {
        padding: 10px;
    }
}
.header .language .lan-nav li a:before {
    display: inline-block;

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

    content: '';
    vertical-align: middle;

    background: url(../images/language.png) no-repeat;
    background-size: cover;
}
.header .language .lan-nav li a:hover {
    text-decoration: underline;
}
.header .language .lan-nav li.ru a:before {
    background-position: -26px 0;
}
.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: 14px;
    }
    .header .nav-collapse.nav-collapse-1 {
        position: absolute;
        z-index: 9999;
        top: 10px;
        right: 20px;

        display: block;

        margin-top: 8px;

        border: none;
    }
    .header .nav-collapse.nav-collapse-1 .btn-line {
        background-color: #999 !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 {
        display: inline-block;

        -webkit-transition: all .4s;
        transition: all .4s;
        vertical-align: middle;
    }
    .header .nav a:hover {
        color: #e76409;
    }
}
@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-color: #fff;
    }
    .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: 0 15px;
    }
}
.header .nav.left-100 {
    left: -100%;
}
.header .nav.left-200 {
    left: -200%;
}
@media (min-width: 1200px) {
    .header .nav .nav-list1>li {
        display: inline-block;

        vertical-align: top;
    }
    .header .nav .nav-list1>li>a {
        font-family: 'Oswald', Arial;
        font-size: 17px;
        font-weight: bold;
        line-height: 90px;

        position: relative;

        display: inline-block;

        padding: 0 20px;

        -webkit-transition: all .4s;
        transition: all .4s;
        vertical-align: middle;
        white-space: nowrap;
        text-transform: uppercase;
    }
    .header .nav .nav-list1>li:hover>a,
    .header .nav .nav-list1>li.active>a {
        color: #e76409;
    }
    .header .nav .nav-list1 .nav-list2 {
        position: absolute;
        z-index: 50;
        top: 100%;
        left: 0;

        display: none;

        width: 100%;

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

        color: #333;
        border-top: 1px solid #d2d2d2;
        border-bottom: 1px solid #d2d2d2;
        background-color: #fafafa;
    }
    .header .nav .nav-list1 .nav-list2>li {
        display: inline-block;

        list-style: none;

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

        display: block;

        padding: 24px 30px;

        white-space: nowrap;
        text-transform: uppercase;
    }
    @media(max-width:1560px) {
        .header .nav .nav-list1 .nav-list2>li>a {
            padding: 14px 30px;
        }
    }
    @media(max-width:1350px) {
        .header .nav .nav-list1 .nav-list2>li>a {
            padding-left: 20px;
            padding-right: 20px;
        }
    }
    .header .nav .nav-list1 .nav-list2>li:hover>a {
        font-weight: bold;

        color: #e76409;
    }
    .header .nav .nav-list1 .nav-list3 {
        position: absolute;
        z-index: 50;
        top: -webkit-calc(100% + 1px);
        top: calc(100% + 1px);
        left: 0;

        display: none;

        width: 100%;
        padding-bottom: 100px;

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

        color: #333;
        background-color: #fafafa;
    }
    @media(max-width:1560px) {
        .header .nav .nav-list1 .nav-list3 {
            padding-bottom: 30px;
        }

    }
    .header .nav .nav-list1 .nav-list3 .nav-item {
        font-size: 0;

        max-width: 1120px;
        margin: 0 auto;
    }
    .header .nav .nav-list1 .nav-list3 .nav-item .nav-left,
    .header .nav .nav-list1 .nav-list3 .nav-item .nav-right {
        font-size: 14px;

        display: inline-block;

        vertical-align: top;
    }
    .header .nav .nav-list1 .nav-list3 .nav-item .nav-left {
        width: 50%;
    }
    .header .nav .nav-list1 .nav-list3 .nav-item .nav-left a {
        font-size: 0;

        display: block;

        padding: 0 30px;
    }
    .header .nav .nav-list1 .nav-list3 .nav-item .nav-left a p,
    .header .nav .nav-list1 .nav-list3 .nav-item .nav-left a .nav-pic {
        font-size: 14px;

        display: inline-block;

        margin: 0;

        vertical-align: middle;
    }

    .header .nav .nav-list1 .nav-list3 .nav-item .nav-left a p {
        font-size: 16px;
        line-height: 30px;

        overflow: hidden;

        width: 70%;
        height: 30px;

        text-transform: uppercase;
    }
    .header .nav .nav-list1 .nav-list3 .nav-item .nav-left a .nav-pic {
        width: 30%;
    }
    @media(max-width:1560px) {
        .header .nav .nav-list1 .nav-list3 .nav-item .nav-left a p {
            width: 76%;
        }
        .header .nav .nav-list1 .nav-list3 .nav-item .nav-left a .nav-pic {
            width: 24%;
        }
    }
    .header .nav .nav-list1 .nav-list3 .nav-item .nav-left a .nav-pic .img-box {
        padding-bottom: 80%;
    }
    .header .nav .nav-list1 .nav-list3 .nav-item .nav-left li {
        border-bottom: 1px solid #d2d2d2;
    }
    .header .nav .nav-list1 .nav-list3 .nav-item .nav-left li:last-child {
        border-bottom: none;
    }
    .header .nav .nav-list1 .nav-list3 .nav-item .nav-left li.active,
    .header .nav .nav-list1 .nav-list3 .nav-item .nav-left li:hover {
        border-bottom: 1px solid rgba(210, 210, 210, 0);
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list3 .nav-item .nav-left li.active a,
    .header .nav .nav-list1 .nav-list3 .nav-item .nav-left li:hover a {
        font-weight: bold;

        background-color: #fff;
    }
    .header .nav .nav-list1 .nav-list3 .nav-item .nav-right {
        width: 50%;
        padding-left: 5%;
    }
    .header .nav .nav-list1 .nav-list3 .nav-item .nav-right a {
        display: none;
    }
    .header .nav .nav-list1 .nav-list3 .nav-item .nav-right a:nth-child(1) {
        display: block;
    }
    .header .nav .nav-list1 .nav-list3 .nav-item .nav-right a:hover .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .header .nav .nav-list1 .nav-list3 .nav-item .nav-right a:hover span.more {
        text-decoration: underline;
    }
    .header .nav .nav-list1 .nav-list3 .nav-item .nav-right .img-box {
        padding-bottom: 65.95744681%;
    }
    .header .nav .nav-list1 .nav-list3 .nav-item .nav-right .img-box img {
        -webkit-transition: all 1s;
        transition: all 1s;
    }
    .header .nav .nav-list1 .nav-list3 .nav-item .nav-right h3 {
        font-family: 'Oswald', Arial;
        font-size: 24px;
        line-height: 30px;

        display: -webkit-box;
        overflow: hidden;

        height: 30px;
        margin: 20px 0 0 0;

        text-transform: uppercase;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .header .nav .nav-list1 .nav-list3 .nav-item .nav-right span.more {
        font-weight: bold;
        line-height: 30px;
        line-height: 44px;

        display: inline-block;

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

        color: #fff;
        background-color: #e76409;
    }
    .header .nav .nav-list1 .nav-list3 .nav-item .nav-right span.more:after {
        font-family: 'iconfont' !important;
        font-weight: normal;

        display: inline-block;
        float: right;

        margin-left: 10px;

        content: '\e610';
    }
}
@media (max-width: 1199px) {
    .header .nav .nav-list1 {
        overflow: hidden;
        overflow-y: scroll;

        max-height: 100%;
        padding: 20px 0;

        vertical-align: top;

        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;
    }
}
@media (max-width: 1199px) {
    .header .nav .nav-list2 {
        overflow: hidden;

        margin: 0 -10px;
        margin-top: -10px;
        padding: 0 0;
    }
    .header .nav .nav-list2>li {
        display: inline-block;

        vertical-align: top;
    }
    .header .nav .nav-list2>li>a {
        font-size: 13px;
        line-height: 24px;

        padding: 0 10px;

        text-transform: uppercase;
    }
    .header .nav .nav-list2>li>a:before {
        margin-right: 4px;

        content: '-';
    }
}
.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.nav-list1 {
        opacity: 1;
    }
    .header .fade-out ul.nav-list1>li {
        position: relative;

        margin: 20px 0;
    }
    .header .fade-out ul.nav-list1>li:nth-child(2) .nav-list2 {
        display: none;
    }
    .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;

        display: none;

        margin-top: -14px;

        content: '\e72f';
    }
    .header .fade-out ul.nav-list1>li>a {
        font-family: 'Oswald', Arial;
        font-size: 16px;
        font-weight: bold;
        line-height: 2;

        display: block;

        padding: 10px 0;

        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-width: 340px) {
    .header .fade-out ul.nav-list1>li>a {
        padding: 6px 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 .find {
    font-size: 18px;
    line-height: 90px;

    display: inline-block;

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

    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
    vertical-align: top;
}
@media (max-width: 1199px) {
    .header .find {
        font-size: 14px;
        line-height: 70px;

        display: inline-block;

        margin-left: 10px;

        vertical-align: middle;
    }
}
@media (max-width: 767px) {
    .header .find {
        margin-right: 5px;
        margin-left: 0;
    }
}
.header .find:before {
    font-family: 'iconfont';
    font-size: 24px;

    display: inline-block;
    float: left;

    margin-right: 8px;

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

    color: #666;
}
@media (max-width: 1199px) {
    .header .find:before {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .header .find:before {
        font-size: 20px;
    }
}
.header .find:hover:before {
    color: #e76409;
}
.header .search-wrap {
    font-size: 14px;

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

    display: none;

    width: 300px;
    padding: 10px;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1700px) {
    .header .search-wrap {
        right: 0;
    }
}
@media (max-width: 1199px) {
    .header .search-wrap {
        top: 100%;
    }
}
.header .search-wrap .search-box {
    position: relative;
}
.header .search-wrap input {
    line-height: 24px;

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

    border: 1px solid #dcdcdc;
}
.header .search-wrap .submit {
    font-size: 20px;
    line-height: 38px;

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

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

    color: #fff;
    border-radius: 0;
    background-color: #e76409;
}
.header .search-wrap .submit:before {
    font-family: 'iconfont' !important;

    content: '\e60e';
}
.header .back-btn {
    position: absolute;
    left: 15px;
}
.header .header-nav {
    font-size: 18px;

    text-align: center;
}
.header .header-nav .title-nav {
    display: none;
}
@media (max-width: 1199px) {
    .header .header-nav {
        position: absolute;
        top: 15px;
        left: 0;

        display: inline-block;
    }
    .header .header-nav .container {
        width: auto;
    }
    .header .header-nav .title-nav {
        font-size: 16px;
        line-height: 40px;

        display: inline-block;

        padding: 0 20px;

        color: #fff;
        border-radius: 10px;
        background-image: -webkit-gradient(linear, left top, right top, color-stop(5%, #b38845), color-stop(50%, #dbbc55), to(#b38845));
        background-image: -webkit-linear-gradient(left, #b38845 5%, #dbbc55 50%, #b38845);
        background-image: linear-gradient(to right, #b38845 5%, #dbbc55 50%, #b38845);
    }
}
@media (max-width: 1199px) and (max-width: 767px) {
    .header .header-nav .title-nav {
        font-size: 14px;

        padding: 0 10px;
    }
}
.header .header-nav ul.navdown-1 {
    position: relative;
}
@media (max-width: 1199px) {
    .header .header-nav ul.navdown-1 {
        position: absolute;
        left: 0;

        display: none;

        width: 160px;
        padding: 20px 0;

        text-align: left;

        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
}
.header .header-nav ul.navdown-1>li {
    display: inline-block;
}
@media (max-width: 1199px) {
    .header .header-nav ul.navdown-1>li {
        display: block;
    }
}
.header .header-nav ul.navdown-1>li>a {
    line-height: 65px;

    display: block;

    padding: 0 28px;

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

    -webkit-text-stroke: .5px #222;
}
@media (max-width: 1470px) {
    .header .header-nav ul.navdown-1>li>a {
        padding: 0 20px;
    }
}
@media (max-width: 1350px) {
    .header .header-nav ul.navdown-1>li>a {
        font-size: 17px;

        padding: 0 16px;
    }
}
@media (max-width: 1199px) {
    .header .header-nav ul.navdown-1>li>a {
        font-size: 15px;
        line-height: 30px;

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

        -webkit-text-stroke: .2px #222;
    }
}
.header .header-nav ul.navdown-1>li.active>a,
.header .header-nav ul.navdown-1>li:hover>a {
    color: #e76409;

    -webkit-text-stroke: .5px #e76409;
}
.header .header-nav ul.navdown-1 .navdown-2 {
    font-size: 0;

    position: absolute;
    z-index: 2;
    top: 100%;
    left: 0;

    display: none;

    width: 100%;
    padding: 30px 0 14px;

    background-color: #fff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
}
.header .header-nav ul.navdown-1 .navdown-2>li {
    font-size: 14px;

    display: inline-block;

    width: 25%;
    padding: 0 20px;

    text-align: center;
    vertical-align: top;
}
.header .header-nav ul.navdown-1 .navdown-2>li a {
    display: block;
}
.header .header-nav ul.navdown-1 .navdown-2>li a:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.header .header-nav ul.navdown-1 .navdown-2>li a:hover p {
    color: #d1aa57;
}
.header .header-nav ul.navdown-1 .navdown-2>li .img-box {
    padding-bottom: 65.51724138%;

    box-shadow: 3px 3px 5px rgba(0, 0, 0, .1);
}
.header .header-nav ul.navdown-1 .navdown-2>li .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.header .header-nav ul.navdown-1 .navdown-2>li p {
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.stuck {
    position: fixed;
    z-index: 9;
    top: 0;

    width: 100%;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header-category {
    font-size: 14px;

    display: none;

    margin-right: 10px;

    text-align: left;
}
@media (max-width: 1199px) {
    .header-category {
        display: inline-block;

        vertical-align: middle;
    }
}
.header-category .category {
    display: inline-block;
}
.header-category .category a {
    font-size: 12px;
    font-weight: bold;
    line-height: 26px;

    display: block;

    height: 26px;
    padding: 0 6px;

    color: #fff;
    border-radius: 5px;
    background-color: #e76409;
}
.header-category .category-list {
    position: absolute;
    z-index: 9;
    top: 70px;
    right: 0;

    display: none;

    width: 200px;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header-category .category-list>ul {
    display: block;

    padding: 10px 0;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header-category .category-list>ul>li {
    position: relative;

    margin: 0;

    list-style: none;
    /* text-align: center; */
    /* border-bottom: 1px dashed #dcdcdc; */
}
.header-category .category-list>ul>li:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    line-height: 36px;

    position: absolute;
    right: 10px;

    margin-right: 4px;

    content: '\e72f';

    color: #999;
}
.header-category .category-list>ul>li>a {
    line-height: 30px;

    display: block;

    padding: 0 14px;

    color: #666;
}
.header-category .category-list>ul>li.current:before {
    /* Firefox */
    -webkit-transform: rotate(90deg);
    /* IE 9 */
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.header-category .category-list>ul>li>ul {
    display: none;

    width: 100%;
    padding: 10px;

    background-color: #fafafa;
}
.header-category .category-list>ul>li>ul>li>a {
    font-size: 13px;

    color: #666;
}
.header-category .category-list>ul>li>ul>li>a:before {
    margin-right: 4px;

    content: '-';
}
.header-category .category-list>ul>li>ul>li>ul {
    padding: 0;
}
.header-category .category-list>ul>li>ul>li>ul>li {
    display: inline-block;

    vertical-align: top;
}
.header-category .category-list>ul>li>ul>li>ul>li>a {
    font-size: 12px;
    line-height: 20px;

    display: block;

    padding: 0 6px;

    color: #333;
}
.header-category .category-list>ul>li>ul>li>ul>li>a:before {
    margin-right: 4px;

    content: '-';
}
.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;

    color: #fff;
    border: 1px solid #e76409;
    border-radius: 0;
    outline: none;
    background-color: #e76409;
}
@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;
}
.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;
    /* right: -50px; */

    -webkit-transition: right .3s;
    transition: right .3s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
@media (max-width: 1199px) {
    .online-wrap .online {
        right: 0;
    }
}
.online-wrap .online.onlineshow {
    right: 0;
}
@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.onlineshow {
        right: -60px;
    }
    .online-wrap .online.active {
        right: 0;
    }
}
.online-wrap .online a {
    line-height: 50px;

    position: relative;

    display: block;

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

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

    border-radius: 50%;
    background-color: rgba(231, 100, 9, .8);
}
.online-wrap .online a:last-child {
    border-bottom: none;
}
.online-wrap .online a:before {
    font-size: 24px;

    color: #fff;
}
@media (min-width: 992px) {
    .online-wrap .online a:hover {
        background-color: #e76409;
    }
    .online-wrap .online a:hover:before {
        color: #fff;
    }
}
@media (max-width: 991px) {
    .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,
    .online-wrap .online .icon-whatsapp:hover .phone-num {
        right: 100%;
    }
}
.online-wrap .online .icon-phone .phone-num,
.online-wrap .online .icon-whatsapp .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,
.online-wrap .online .icon-whatsapp .phone-num p {
    margin: 0;
    padding: 0 10px;

    color: #fff;
    background-color: #e76409;
    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: '\e72e';
}
.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: '\e615';
}
.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%;
    padding-bottom: 0;
    padding-bottom: -webkit-calc(constant(safe-area-inset-bottom) - 15px);
    padding-bottom: calc(constant(safe-area-inset-bottom) - 15px);
    padding-bottom: -webkit-calc(env(safe-area-inset-bottom) - 15px);
    padding-bottom: calc(env(safe-area-inset-bottom) - 15px);

    background-color: #e76409;
    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: 25%;

    list-style: none;

    border-right: 1px solid #ab4e0d;
    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 {
    font-size: 16px;

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

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

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

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

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

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

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

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

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

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

    content: '\e609';
}
.xs-online ul li.skype>a:before {
    content: '\e752';
}
.xs-online ul li.facebook>a:before {
    content: '\e615';
}
.banner {
    font-size: 0;

    position: relative;

    overflow: hidden;

    width: 100%;
}
.banner .item {
    position: relative;
}
@media (max-width: 1199px) {
    .banner .slickbanner {
        width: 110%;
        max-width: 110%;
        margin-left: -5%;
    }
}
/* @media (max-width: 991px) {
    .banner .slickbanner {
        width: 130%;
        max-width: 130%;
        margin-left: -15%;
    }
} */
.banner .slick-dots {
    position: absolute;
    bottom: 40px;

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

    text-align: center;
}
@media (max-width: 991px) {
    .banner .slick-dots {
        bottom: 10px;
    }
}
.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%;
}
.banner-in {
    color: #fff;
}
.banner-in .slick-list {
    padding: 0 !important;
}
.banner-in .slick-slide {
    padding: 0;
}
@media (max-width: 991px) {
    .banner-in .slickbanner {
        width: 160%;
        max-width: 160%;
        margin-left: -30%;
    }
}
.banner-in .text-in {
    position: absolute;
    top: 50%;

    overflow: hidden;

    width: 100%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
.banner-in .text-in h2 {
    font-family: 'Oswald', Arial;
    font-size: 48px;
    line-height: 1.35;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1470px) {
    .banner-in .text-in h2 {
        font-size: 40px;
    }
}
@media (max-width: 1350px) {
    .banner-in .text-in h2 {
        font-size: 36px;
    }
}
@media (max-width: 1199px) {
    .banner-in .text-in h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .banner-in .text-in h2 {
        font-size: 24px;
    }
}
.banner-in .text-in p {
    font-size: 15px;
    line-height: 22px;

    max-width: 750px;
    margin: 0 auto;
    margin-top: 10px;

    color: #666;
}
@media (max-width: 767px) {
    .banner-in .text-in p {
        font-size: 12px;
        line-height: 14px;
    }
}
.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: 1199px) {
    .box {
        padding: 50px 0;
    }
}
.title h2 {
    font-family: 'Oswald', Arial;
    font-size: 40px;
    line-height: 1.2;

    margin: 10px 0 0 0;

    text-transform: uppercase;
}
@media (max-width: 1470px) {
    .title h2 {
        font-size: 36px;
    }
}
@media (max-width: 991px) {
    .title h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .title h2 {
        font-size: 24px;
    }
}
.title p {
    font-size: 17px;
    line-height: 26px;

    margin-top: 14px;

    color: #666;
}
@media (max-width: 767px) {
    .title p {
        font-size: 14px;
        line-height: 22px;
    }
}
.indexcontent {
    position: relative;
    z-index: 2;
}
.indexcontent .more a {
    font-size: 17px;
    font-weight: bold;
    line-height: 30px;

    display: inline-block;
}
.indexcontent .more a:after {
    font-family: 'iconfont' !important;
    font-weight: normal;

    display: inline-block;
    float: right;

    margin-left: 10px;

    content: '\e625';
}
.indexcontent .more a:hover {
    color: #e76409;
}
.box-product {
    font-size: 0;

    overflow: hidden;
}
.box-product .slick-product-nav,
.box-product .slick-product-for {
    font-size: 14px;

    position: relative;

    display: inline-block;

    vertical-align: middle;
}
.box-product .slick-product-nav {
    font-size: 0;

    right: -webkit-calc(100% - 260px);
    right: calc(100% - 260px);

    width: 260px;
}
@media (max-width: 1350px) {
    .box-product .slick-product-nav {
        right: -webkit-calc(100% - 220px);
        right: calc(100% - 220px);

        width: 220px;
    }
}
@media (max-width: 1199px) {
    .box-product .slick-product-nav {
        right: 0;

        width: 100%;
    }
}
@media (min-width: 1200px) {
    .box-product .slick-product-nav .slick-arrow {
        position: relative;
        top: 0;
        left: 50%;

        margin-left: -30px;

        -webkit-transform: translateY(0);
        -webkit-transform: rotate(90deg);
        -ms-transform: translateY(0);
        -ms-transform: rotate(90deg);
        transform: translateY(0);
        transform: rotate(90deg);

        color: #666;
        background: none;
    }
    .box-product .slick-product-nav .slick-arrow:hover:before {
        color: #e76409;
    }
}
.box-product .slick-product-nav .slick-slide {
    position: relative;

    overflow: visible;
}
@media (max-width: 1199px) {
    .box-product .slick-product-nav .slick-slide {
        padding: 10px;
    }
}
.box-product .slick-product-nav .item {
    padding: 10px 60px;
}
@media (max-width: 1199px) {
    .box-product .slick-product-nav .item {
        padding: 10px 20px;
    }
}
@media (max-width: 767px) {
    .box-product .slick-product-nav .item {
        padding: 10px;
    }
}
.box-product .slick-product-nav .item .img-box {
    overflow: visible;

    padding-bottom: 78.88888889%;
}
.box-product .slick-product-nav .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-product .slick-product-nav .slick-current {
    position: relative;
    z-index: 4;
}
.box-product .slick-product-nav .slick-current:before {
    position: absolute;
    z-index: 2;
    top: -10%;
    left: 0;

    display: block;

    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px);
    height: 120%;

    content: '';

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px) {
    .box-product .slick-product-nav .slick-current:before {
        display: none;
    }
}
.box-product .slick-product-nav .slick-current .item {
    overflow: hidden;
}
@media (max-width: 1199px) {
    .box-product .slick-product-nav .slick-current .item {
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
}
.box-product .slick-product-nav .slick-current .item .img-box img {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}
.box-product .slick-product-for {
    left: 260px;

    width: -webkit-calc(100% - 260px);
    width: calc(100% - 260px);
    padding: 30px 3% 30px 5%;
}
@media (max-width: 1470px) {
    .box-product .slick-product-for {
        padding: 30px;
    }
}
@media (max-width: 1350px) {
    .box-product .slick-product-for {
        left: 220px;

        width: -webkit-calc(100% - 220px);
        width: calc(100% - 220px);
    }
}
@media (max-width: 1199px) {
    .box-product .slick-product-for {
        left: 0;

        width: 100%;
        padding: 30px 15px;
    }
}
.box-product .slick-product-for .item {
    font-size: 0;
}
.box-product .slick-product-for .item .text,
.box-product .slick-product-for .item .pic {
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.box-product .slick-product-for .item .text {
    position: relative;
    z-index: 2;

    width: 55%;
}
@media (max-width: 1199px) {
    .box-product .slick-product-for .item .text {
        width: 52%;
    }
}
@media (max-width: 767px) {
    .box-product .slick-product-for .item .text {
        width: 100%;
    }
}
.box-product .slick-product-for .item .text .title-product h3 {
    font-family: 'Oswald', Arial;
    font-size: 48px;
    font-weight: bold;
    line-height: 60px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 0;

    text-transform: uppercase;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1470px) {
    .box-product .slick-product-for .item .text .title-product h3 {
        font-size: 40px;
    }
}
@media (max-width: 1350px) {
    .box-product .slick-product-for .item .text .title-product h3 {
        font-size: 36px;
        line-height: 50px;

        height: 50px;
    }
}
@media (max-width: 1199px) {
    .box-product .slick-product-for .item .text .title-product h3 {
        font-size: 30px;
        line-height: 40px;

        height: 40px;
    }
}
@media (max-width: 991px) {
    .box-product .slick-product-for .item .text .title-product h3 {
        font-size: 24px;
    }
}
.box-product .slick-product-for .item .text .note {
    display: -webkit-box;
    overflow: hidden;

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

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 1350px) {
    .box-product .slick-product-for .item .text .note {
        margin-top: 10px;
    }
}
.box-product .slick-product-for .item .text .note p {
    font-size: 17px;
    line-height: 28px;

    margin: 0;
}
@media (max-width: 991px) {
    .box-product .slick-product-for .item .text .note p {
        font-size: 15px;
    }
}
.box-product .slick-product-for .item .text .mask {
    max-width: 700px;
    margin-top: 20px;
}
@media (max-width: 1199px) {
    .box-product .slick-product-for .item .text .mask {
        margin: 0;
    }
}
.box-product .slick-product-for .item .text .mask ul {
    font-size: 0;

    margin: 0 -15px;
}
@media (max-width: 1470px) {
    .box-product .slick-product-for .item .text .mask ul {
        margin: 0 -8px;
    }
}
.box-product .slick-product-for .item .text .mask ul li {
    font-size: 14px;

    display: inline-block;

    width: 33.33333333%;
    margin-top: 20px;
    padding: 0 15px;

    vertical-align: top;
}
@media (max-width: 1470px) {
    .box-product .slick-product-for .item .text .mask ul li {
        padding: 0 8px;
    }
}
@media (max-width: 991px) {
    .box-product .slick-product-for .item .text .mask ul li {
        margin-top: 10px;
    }
}
@media (max-width: 767px) {
    .box-product .slick-product-for .item .text .mask ul li {
        width: auto;
    }
}
.box-product .slick-product-for .item .text .mask .mask-item p {
    font-size: 17px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;

    white-space: nowrap;
}
@media (max-width: 1350px) {
    .box-product .slick-product-for .item .text .mask .mask-item p {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .box-product .slick-product-for .item .text .mask .mask-item p {
        font-size: 14px;
    }
}
.box-product .slick-product-for .item .text .mask .mask-item h4 {
    font-family: 'Oswald', Arial;
    font-size: 38px;
    font-weight: bold;
    line-height: 1.71052632;

    display: inline-block;

    min-width: 180px;

    text-align: center;

    color: #fff;
    background-color: #e76409;
}
@media (max-width: 1470px) {
    .box-product .slick-product-for .item .text .mask .mask-item h4 {
        font-size: 32px;
    }
}
@media (max-width: 1350px) {
    .box-product .slick-product-for .item .text .mask .mask-item h4 {
        font-size: 26px;

        min-width: 160px;
    }
}
@media (max-width: 1199px) {
    .box-product .slick-product-for .item .text .mask .mask-item h4 {
        font-size: 22px;
    }
}
@media (max-width: 991px) {
    .box-product .slick-product-for .item .text .mask .mask-item h4 {
        min-width: 120px;
    }
}
@media (max-width: 767px) {
    .box-product .slick-product-for .item .text .mask .mask-item h4 {
        font-size: 18px;

        min-width: auto;
        padding: 0 20px;
    }
}
.box-product .slick-product-for .item .text .more {
    margin-top: 60px;
}
@media (max-width: 1199px) {
    .box-product .slick-product-for .item .text .more {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .box-product .slick-product-for .item .text .more {
        margin-top: 14p;
    }
}
.box-product .slick-product-for .item .pic {
    width: 48%;
    margin-left: -3%;
}
@media (max-width: 1199px) {
    .box-product .slick-product-for .item .pic {
        margin-top: 30px;
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .box-product .slick-product-for .item .pic {
        width: 100%;
    }
}
.box-product .slick-product-for .item .pic .img-box {
    padding-bottom: 78.88888889%;
}
.box-category {
    text-align: center;

    background-color: #222;
}
.box-category .category {
    font-size: 0;

    color: #fff;
}
.box-category .category>li {
    font-size: 16px;

    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 1199px) {
    .box-category .category>li {
        font-size: 14px;
    }
}
@media (max-width: 991px) {
    .box-category .category>li {
        width: 33.33333333%;
    }
}
.box-category .category>li a {
    display: block;

    padding: 30px 20px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: uppercase;
}
@media (max-width: 1660px) {
    .box-category .category>li a {
        padding: 10px 10px;
    }
}
@media (max-width: 1470px) {
    .box-category .category>li a {
        padding: 30px 0px;
    }
}
@media (max-width: 1199px) {
    .box-category .category>li a {
        padding: 20px 10px;
    }
}
@media (max-width: 991px) {
    .box-category .category>li a {
        padding: 10px;
    }
}
.box-category .category>li a:before {
    display: inline-block;

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

    content: '';
    vertical-align: middle;

    background: url(../images/category.png) no-repeat;
    background-size: cover;
}
@media(max-width:1350px) {
    .box-category .category>li a:before {
        margin-right: 0;
    }
    .box-category .category>li {
        font-size: 13px;
    }
}
@media (max-width: 767px) {
    .box-category .category>li a:before {
        display: block;

        margin: 0 auto;
    }
}
.box-category .category>li.forklift a:before {
    background-position: -56px 0;
}
.box-category .category>li.tankcar a:before {
    background-position: -112px 0;
}
.box-category .category>li.excavator a:before {
    background-position: -168px 0;
}
.box-category .category>li.roller a:before {
    background-position: -224px 0;
}
.box-category .category>li.others a:before {
    background-position: -280px 0;
}
.box-category .category>li.otherso a:before {
    background-position: -336px 0;
}
.box-category .category>li.otherso1 a:before {
    background-position: -392px 0;
}
.box-category .category>li:hover a {
    background-color: #313131;
}
.box-category .category>li:hover a:before {
    -webkit-animation: swing 1s 0s ease both;
    animation: swing 1s 0s ease both;
}
.box-choose {
    font-size: 0;

    overflow: hidden;

    background-color: #f7f7f7;
}
.box-choose .pic,
.box-choose .choose {
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.box-choose .pic {
    position: relative;

    overflow: hidden;

    width: 52%;
}
@media (max-width: 991px) {
    .box-choose .pic {
        overflow: hidden;

        width: 100%;
        max-height: 300px;
    }
    .box-choose .pic img {
        width: 100%;
    }
}
.box-choose .pic .play {
    font-size: 22px;
    line-height: 80px;

    position: absolute;
    bottom: 40px;
    left: 40px;

    width: 80px;
    height: 80px;

    cursor: pointer;
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #e76409;
}
@media (max-width: 991px) {
    .box-choose .pic .play {
        line-height: 60px;

        bottom: 30px;
        left: 30px;

        width: 60px;
        height: 60px;

        text-align: center;

        border-radius: 50%;
    }
}
.box-choose .pic .play:before {
    font-family: 'iconfont' !important;

    display: inline-block;

    content: '\e61d';
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.box-choose .choose {
    width: 48%;
    padding: 30px 12% 30px 3%;
}
@media (max-width: 1600px) {
    .box-choose .choose {
        padding: 30px 4%;
    }
}
@media (max-width: 991px) {
    .box-choose .choose {
        width: 100%;
        padding: 30px 15px;
    }
}
.box-choose .choose .list .item {
    margin-top: 30px;
}
.box-choose .choose .list .item .icon {
    font-size: 40px;
    line-height: 40px;

    display: inline-block;

    color: #e76409;

    -webkit-text-stroke: .4px #e76409;
}
.box-choose .choose .list .item .icon-authenticate {
    font-size: 34px;
}
.box-choose .choose .list .item .icon-chuangxinjishu {
    font-size: 30px;
}
.box-choose .choose .list .item .icon-fuwu-line {
    font-size: 46px;
}
.box-choose .choose .list .item .title-choose {
    position: relative;

    margin-top: 20px;
}
.box-choose .choose .list .item .title-choose:before {
    position: absolute;
    top: -10px;
    left: -10px;

    display: block;

    width: 20px;
    height: 20px;

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

    border-radius: 50%;
    background-color: #dadada;
}
@media (max-width: 767px) {
    .box-choose .choose .list .item .title-choose:before {
        top: -8px;
    }
}
.box-choose .choose .list .item .title-choose h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;

    position: relative;
    z-index: 2;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 767px) {
    .box-choose .choose .list .item .title-choose h3 {
        font-size: 16px;
    }
}
.box-choose .choose .list .item .note {
    font-size: 15px;
    line-height: 1.73333333;

    margin-top: 10px;

    color: #555;
}
@media (max-width: 767px) {
    .box-choose .choose .list .item .note {
        font-size: 14px;
        line-height: 22px;
    }
}
.box-choose .choose .list .item .note p {
    margin: 0;
}
.box-choose .choose .list .item:hover .icon {
    -webkit-animation: swing 1s 0s ease both;
    animation: swing 1s 0s ease both;
}
.box-choose .choose .list .item:hover .title-choose:before {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
}
.box-choose .choose .more {
    margin-top: 60px;

    text-align: right;
}
@media (max-width: 991px) {
    .box-choose .choose .more {
        margin-top: 30px;
    }
}
.box-service {
    background: url(../images/service_bg.jpg) no-repeat center fixed;
    background-size: cover;
}
@media (max-width: 1199px) {
    .box-service {
        background: url(../images/service_bg.jpg) no-repeat center;
        background-size: cover;
    }
}
.box-service .title h2,
.box-service .title p {
    color: #fff;
}
.box-service .service {
    max-width: 1660px;
    margin: 0 auto;
    margin-top: 40px;
    padding: 0 15px;
}
@media (max-width: 1199px) {
    .box-service .service {
        margin-top: 20px;
    }
}
.box-service .service .slick-service {
    margin: 0 -15px;
}
@media (max-width: 1199px) {
    .box-service .service .slick-service {
        margin: 0 -8px;
    }
}
.box-service .service .slick-service .slick-slide {
    padding: 0 15px;
}
@media (max-width: 1199px) {
    .box-service .service .slick-service .slick-slide {
        padding: 0 8px;
    }
}
.box-service .service .item {
    position: relative;

    display: block;
}
.box-service .service .item .pic {
    border: 1px solid #fff;
}
.box-service .service .item .pic .img-box {
    padding-bottom: 126.31578947%;
}
.box-service .service .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-service .service .item .text {
    position: absolute;
    z-index: 2;
    bottom: 15px;
    left: 15px;

    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    padding: 20px;

    background-color: rgba(255, 255, 255, .85);
}
@media (max-width: 1199px) {
    .box-service .service .item .text {
        padding: 10px;
    }
}
@media (max-width: 767px) {
    .box-service .service .item .text {
        bottom: 5px;
        left: 5px;

        width: -webkit-calc(100% - 10px);
        width: calc(100% - 10px);
    }
}
.box-service .service .item .text h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px) {
    .box-service .service .item .text h3 {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .box-service .service .item .text h3 {
        font-size: 14px;
        line-height: 20px;

        display: -webkit-box;
        overflow: hidden;

        height: 40px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
.box-service .service .item .text p {
    font-size: 16px;
    line-height: 22px;

    display: -webkit-box;
    overflow: hidden;

    height: 44px;
    margin: 6px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
    .box-service .service .item .text p {
        font-size: 12px;
        line-height: 18px;

        height: 36px;
    }
}
.box-service .service .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.box-service .service .item:hover .text h3,
.box-service .service .item:hover .text p {
    color: #e76409;
}
.box-service .service .item:hover .text h3 {
    text-decoration: underline;
}
.box-faq-request .faq-request {
    display: table;

    width: 100%;
}
@media (max-width: 767px) {
    .box-faq-request .faq-request {
        display: block;
    }
}
.box-faq-request .faq-request .faq,
.box-faq-request .faq-request .request {
    display: table-cell;

    vertical-align: top;
}
@media (max-width: 767px) {
    .box-faq-request .faq-request .faq,
    .box-faq-request .faq-request .request {
        display: block;
    }
}
.box-faq-request .faq {
    width: 64%;
    padding-top: 30px;
    padding-right: 5%;
}
@media (max-width: 1199px) {
    .box-faq-request .faq {
        width: 60%;
        padding-top: 20px;
        padding-right: 15px;
    }
}
@media (max-width: 767px) {
    .box-faq-request .faq {
        width: 100%;
        padding: 0;
    }
}
.box-faq-request .faq .list {
    margin-top: 20px;
}
.box-faq-request .faq .list .item {
    margin-top: 1px;
}
.box-faq-request .faq .list .item .title-faq {
    font-size: 17px;
    line-height: 30px;

    position: relative;

    padding: 8px 15px 8px 40px;

    background-color: #f4f4f4;
}
.box-faq-request .faq .list .item .title-faq:before {
    font-family: 'iconfont' !important;

    position: absolute;
    left: 14px;

    content: 'Q：';
}
.box-faq-request .faq .list .item .title-faq h3 {
    font-size: 17px;
    font-weight: normal;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    cursor: pointer;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
    .box-faq-request .faq .list .item .title-faq h3 {
        font-size: 15px;
    }
}
.box-faq-request .faq .list .item .note {
    font-size: 16px;
    line-height: 24px;

    position: relative;

    display: none;

    padding: 20px 5% 20px 80px;
    max-height: 120px;
    overflow: hidden;
}
@media (max-width: 767px) {
    .box-faq-request .faq .list .item .note {
        font-size: 14px;

        padding-top: 10px;
        padding-bottom: 10px;
    }
}
.box-faq-request .faq .list .item .note:before {
    font-weight: bold;

    position: absolute;
    left: 14px;

    content: 'Answer:';
}
.box-faq-request .faq .list ul li.current .item .title-faq {
    background-color: #e76409;
}
.box-faq-request .faq .list ul li.current .item .title-faq h3 {
    font-weight: bold;

    color: #fff;
}
.box-faq-request .faq .list ul li.current .item .title-faq:before {
    font-weight: bold;

    color: #fff;
}
.box-faq-request .faq .more {
    margin-top: 70px;
}
@media (max-width: 767px) {
    .box-faq-request .faq .more {
        margin-top: 30px;
    }
}
.box-faq-request .faq .faq-more {
    margin-top: 20px;
}
.box-faq-request .faq .faq-more a {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

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

    margin-right: 4px;

    content: '\e9b3';
}
.box-faq-request .faq .faq-more a:hover {
    color: #d1aa57;
}
.box-faq-request .request {
    width: 36%;
    padding: 30px;

    background-color: #333;
}
@media (max-width: 1199px) {
    .box-faq-request .request {
        width: 40%;
        padding: 20px;
    }
}
@media (max-width: 767px) {
    .box-faq-request .request {
        width: 100%;
        margin-top: 30px;
        padding: 20px 10px;
    }
}
.box-faq-request .request .title {
    color: #fff;
}
.box-faq-request .request .title p {
    color: #cecdcd;
}
.box-faq-request .request .message input,
.box-faq-request .request .message textarea {
    font-size: 16px;
    line-height: 30px;

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

    resize: vertical;

    border-radius: 4px;
    outline: none;
}
@media (max-width: 767px) {
    .box-faq-request .request .message input,
    .box-faq-request .request .message textarea {
        font-size: 14px;
        line-height: 24px;

        padding: 8px;
    }
}
.box-faq-request .request .message input::-webkit-input-placeholder,
.box-faq-request .request .message textarea::-webkit-input-placeholder {
    color: #818181;
}
.box-faq-request .request .message input:-o-placeholder,
.box-faq-request .request .message textarea:-o-placeholder {
    color: #818181;
}
.box-faq-request .request .message input::-moz-placeholder,
.box-faq-request .request .message textarea::-moz-placeholder {
    color: #818181;
}
.box-faq-request .request .message input:-ms-input-placeholder,
.box-faq-request .request .message textarea:-ms-input-placeholder {
    color: #818181;
}
.box-faq-request .request .message input:focus::-webkit-input-placeholder,
.box-faq-request .request .message textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.box-faq-request .request .message input:focus::-o-placeholder,
.box-faq-request .request .message textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.box-faq-request .request .message input:focus::-moz-placeholder,
.box-faq-request .request .message textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.box-faq-request .request .message input:focus::-ms-input-placeholder,
.box-faq-request .request .message textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.box-faq-request .request .message .file input {
    position: absolute;
    top: 0;
    right: 0;

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

    cursor: pointer;

    opacity: 0;
}
.box-faq-request .request .message .file:hover {
    text-decoration: none;
    text-decoration: underline;
}
.box-faq-request .request .message .submit {
    font-size: 16px;
    font-weight: bold;
    line-height: 44px;

    display: block;

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

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

    color: #fff;
    border: none;
    border-radius: 3px;
    outline: none;
    background: #e76409;
    box-shadow: none;
}
.box-faq-request .request .message .submit:hover {
    text-decoration: underline;
}
.progress {
    width: 100%;
    margin: 0;

    border: none;
    background: none;
}
.progressbar {
    background: #e76409;
}
.box-faq-request .filename,
.box-faq-request .progressnum,
.box-faq-request .delfilebtn,
.box-faq-request .uploadbtn {
    color: #fff !important;
}
.delfilebtn,
.uploadbtn {
    display: none;
}
.upload .uploadfilebtn {
    font-size: 0;

    padding: 0;

    border: none;
    background: none;
}
.upload .uploadfilebtn:after {
    font-size: 16px;

    content: 'attachment';
}
.upload .uploadfilebtn {
    line-height: 30px;

    position: relative;

    display: inline-block;

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

    cursor: pointer;

    color: #fff;
    border: none;
    border-radius: 3px;
}
.upload .uploadfilebtn:before {
    font-family: 'iconfont' !important;
    font-size: 26px;

    float: left;

    margin-right: 6px;

    content: '\e649';
}
.box-news {
    padding-top: 0;
}
.box-news .title {
    text-align: center;
}
.box-news .news {
    margin-top: 30px;
}
.box-news .news .slick-news {
    margin: 0 -15px;
}
.box-news .news .slick-news .slick-slide {
    padding: 0 15px;
}
.box-news .news .item .pic {
    position: relative;

    background-color: #000;
}
.box-news .news .item .pic .img-box {
    padding-bottom: 63.75%;

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

    opacity: .82;
}
.box-news .news .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-news .news .item .pic .play {
    font-size: 60px;

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

    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);

    color: #fff;
}
.box-news .news .item .pic .play:before {
    font-family: 'iconfont' !important;

    content: '\e633';
}
.box-news .news .item .text {
    margin-top: 20px;
}
.box-news .news .item .text .date {
    font-size: 15px;
    line-height: 30px;

    display: block;

    color: #555;
}
.box-news .news .item .text .date:before {
    font-family: 'iconfont' !important;
    font-size: 20px;

    float: left;

    margin-right: 10px;

    content: '\e637';

    color: #e76409;
}
.box-news .news .item .text h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 5px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px) {
    .box-news .news .item .text h3 {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .box-news .news .item .text h3 {
        font-size: 18px;
    }
}
.box-news .news .item .text p {
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 5px 0 0 0;

    color: #777;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
    .box-news .news .item .text p {
        font-size: 14px;
    }
}
.box-news .news .item:hover .pic .img-box {
    opacity: 1;
}
.box-news .news .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.box-news .news .item:hover .text h3 {
    text-decoration: underline;

    color: #e76409;
}
.box-news .news .slick-arrow {
    top: 30%;
}
.footer {
    position: relative;

    overflow: hidden;

    color: #fff;
    background-color: #222;
}
@media (max-width: 991px) {
    .footer {
        padding-bottom: 55px;
    }
}
.footer .foot {
    position: relative;
    z-index: 2;

    padding: 60px 0;
}
@media (max-width: 1199px) {
    .footer .foot {
        padding: 30px 0;
    }
}
@media (max-width: 991px) {
    .footer .foot {
        padding-top: 0;
    }
}
.footer .foot>ul {
    padding: 0;

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

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

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

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

        vertical-align: top;
        word-break: break-all;
    }
}
@media (max-width: 991px) {
    .footer .foot>ul>li {
        display: inline-block;

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

        vertical-align: top;
    }
}
@media (max-width: 991px) {
    .footer .foot>ul>li {
        width: 100%;
    }
}
.footer .foot>ul>li h3 {
    font-family: 'Oswald', Arial;
    font-size: 20px;
    line-height: 30px;

    position: relative;
    z-index: 2;

    margin: 0;

    text-transform: uppercase;

    color: #fff;
}
@media (max-width: 991px) {
    .footer .foot>ul>li h3 {
        font-size: 18px;
        font-weight: normal;

        display: block;

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

        float: right;

        content: '\e6d2';
    }
}
.footer .foot>ul>li .item {
    text-align: left;
}
.footer .foot>ul>li .item-1 {
    max-width: 320px;
}
@media (max-width: 1199px) {
    .footer .foot>ul>li .item-1 {
        max-width: 260px;
    }
}
@media (max-width: 991px) {
    .footer .foot>ul>li .item-1 {
        display: none;

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

    display: block;

    margin-top: 20px;

    text-transform: uppercase;
}
.footer .foot>ul>li .item-1 p {
    font-size: 15px;
    line-height: 24px;

    margin: 10px 0 0 0;
}
.footer .foot>ul>li .item-1 a.more {
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;

    display: block;

    margin-top: 10px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-decoration: underline;
}
.footer .foot>ul>li .item-1 a.more:hover {
    color: #e76409;
}
.footer .foot>ul>li .item-2 a {
    font-size: 15px;
    line-height: 2;

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

        margin-right: 10px;

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

    color: #e76409;
}
.footer .foot>ul>li .item-3 {
    max-width: 440px;
}
@media (max-width: 1199px) {
    .footer .foot>ul>li .item-3 {
        max-width: 350px;
    }
}
@media (max-width: 991px) {
    .footer .foot>ul>li .item-3 {
        max-width: 100%;
    }
}
.footer .foot>ul>li .item-3 p {
    font-size: 14px;
    line-height: 23px;
}
.footer .foot>ul>li .item-3 form {
    position: relative;

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

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

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

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

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

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

    color: #e76409;
    border-radius: 0;
    background: none;
}
.footer .foot>ul>li .item-3 form .submit:after {
    font-family: 'iconfont' !important;

    content: '\e6cf';
}
.footer .foot>ul>li .item-3 form .submit:hover {
    color: #fff;
    background-color: #e76409;
}
.footer .foot>ul>li .item-3 .share {
    margin-top: 26px;
}
@media (max-width: 991px) {
    .footer .foot>ul>li .item-3 .share {
        margin-right: 10px;
    }
}
.footer .foot>ul>li .item-3 .share ul {
    font-size: 0;

    display: inline-block;

    margin: 0 -5px;
}
.footer .foot>ul>li .item-3 .share ul li {
    display: inline-block;

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

    display: block;

    width: 48px;
    height: 48px;

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

    border-radius: 50%;
    background-color: #3a3a3a;
}
@media (max-width: 991px) {
    .footer .foot>ul>li .item-3 .share ul li a {
        font-size: 16px;
        line-height: 30px;

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

    display: inline-block;

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

    border-radius: 4px;
}
.footer .foot>ul>li .item-3 .share ul li.twitter a:before {
    content: '\e60b';
}
.footer .foot>ul>li .item-3 .share ul li.linkedin a:before {
    content: '\e6f0';
}
.footer .foot>ul>li .item-3 .share ul li.instagram a:before {
    content: '\e6b6';
}
.footer .foot>ul>li .item-3 .share ul li.youtube a:before {
    content: '\e618';
}
.footer .foot>ul>li .item-3 .share ul li.google a:before {
    content: '\e645';
}
.footer .foot>ul>li .item-3 .share ul li.amazon a:before {
    content: '\e6c1';
}
.footer .foot>ul>li .item-3 .share ul li:hover a {
    color: #fff;
    border-color: #e76409;
    background-color: #e76409;
}
.footer .foot>ul>li .item-3 .link {
    margin-top: 30px;
}
@media (max-width: 1199px) {
    .footer .foot>ul>li .item-3 .link {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .footer .foot>ul>li .item-3 .link {
        margin-top: 10px;
    }
}
.footer .foot>ul>li .item-3 .link ul {
    margin: 0 -15px;
}
@media (max-width: 1199px) {
    .footer .foot>ul>li .item-3 .link ul {
        margin: 0 -6px;
    }
}
.footer .foot>ul>li .item-3 .link ul li {
    display: inline-block;

    margin-top: 10px;
    padding: 0 15px;
}
@media (max-width: 1199px) {
    .footer .foot>ul>li .item-3 .link ul li {
        padding: 0 6px;
    }
}
.footer .foot>ul>li .item-3 .link ul li a {
    font-size: 15px;
    line-height: 40px;

    display: block;

    padding: 0 12px;

    border: 2px solid #555;
}
.footer .foot>ul>li .item-3 .link ul li a:before {
    font-family: 'iconfont' !important;
    font-size: 24px;

    float: left;

    margin-right: 6px;

    content: '\e64c';
}
.footer .foot>ul>li .item-3 .link ul li a:hover {
    text-decoration: underline;
}
.footer .foot>ul>li .item-3 .link ul li:nth-child(2) a:before {
    content: '\e978';
}
.footer .foot>ul>li .info-down {
    margin-top: 10px;
}
@media (max-width: 991px) {
    .footer .foot>ul>li .info-down {
        display: none;
    }
}
.footer .foot>ul>li .info-down img {
    max-width: 100%;
}
.footer .foot>ul>li.current .title-foot h3:after {
    content: '\e628';
}
.footer .copyright {
    font-size: 16px;
    line-height: 2;

    padding: 15px 0;

    text-align: center;

    color: #b8b8b8;
    background-color: #181818;
}
@media (max-width: 767px) {
    .footer .copyright {
        font-size: 14px;
        line-height: 24px;
    }
}
.footer .copyright .footer-nav,
.footer .copyright .sitemap {
    display: inline-block;

    vertical-align: top;
}
.footer .copyright .footer-nav ul li {
    display: inline-block;

    vertical-align: top;
}
.footer .copyright .footer-nav ul li a {
    display: block;

    padding: 0 10px;

    text-transform: capitalize;
}
@media (max-width: 767px) {
    .footer .copyright .footer-nav ul li a {
        padding: 0 4px;
    }
}
.footer .copyright .footer-nav ul li:hover a {
    text-decoration: underline;

    color: #e76409;
}
.footer .copyright .sitemap a {
    display: inline-block;

    padding: 0 10px;

    text-decoration: underline;
}
.footer .copyright .sitemap a:hover {
    color: #e76409;
}
.footer .copyright .note p,
.footer .copyright .note a,
.footer .copyright .note span,
.footer .copyright .note .google-translation {
    display: inline-block;

    margin: 0;

    vertical-align: middle;
}
.footer .copyright .note .google-translation {
    font-size: 14px;
    line-height: 20px;

    margin-left: 20px;
}
.footer .copyright .note a:hover:hover {
    color: #e76409;
}
.wrapper {
    clear: both;
    overflow: hidden;
}
.wrap {
    padding: 70px 0;
}
@media (max-width: 991px) {
    .wrap {
        padding: 30px 0;
    }
}
.title-in h2 {
    font-family: 'Oswald', Arial;
    font-size: 30px;
    line-height: 1.2;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 991px) {
    .title-in h2 {
        font-size: 24px;
    }
}
.title-in p {
    font-size: 17px;
    line-height: 26px;

    margin-top: 14px;

    color: #666;
}
@media (max-width: 767px) {
    .title-in p {
        font-size: 14px;
        line-height: 22px;
    }
}
.wrap-text {
    font-size: 16px;
    line-height: 1.875;

    margin-top: 20px;

    color: #666;
}
@media (max-width: 767px) {
    .wrap-text {
        font-size: 14px;
    }
}
.wrap-text p {
    margin: 0;
}
.wrap-text img {
    max-width: 100%;
    height: auto !important;
}
.wrap-sites {
    overflow: hidden;

    margin-top: 40px;
}
.wrap-sites .title-sites {
    display: inline-block;

    margin-top: 10px;
}
.wrap-sites .title-sites h3 {
    font-family: 'Oswald', Arial;
    font-size: 30px;
    line-height: 1.2;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 991px) {
    .wrap-sites .title-sites h3 {
        font-size: 24px;
        line-height: 40px;
    }
}
.wrap-sites .title-sites h3:before {
    font-family: 'iconfont' !important;

    margin-right: 10px;

    content: '\eb65';
}
.wrap-sites .link {
    display: inline-block;
    float: right;
}
@media (max-width: 767px) {
    .wrap-sites .link {
        display: block;
        float: none;
    }
}
.wrap-sites .link ul li {
    display: inline-block;

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

    vertical-align: middle;
}
@media (max-width: 1350px) {
    .wrap-sites .link ul li {
        margin-left: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-sites .link ul li {
        margin-left: 0;
    }
}
.wrap-sites .link ul li:nth-child(1) {
    margin-left: 0;
}
.wrap-sites .link ul li a {
    font-size: 18px;
    line-height: 58px;

    display: block;

    padding: 0 30px;

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

    color: #fff;
    background-color: #333;
}
@media (max-width: 991px) {
    .wrap-sites .link ul li a {
        font-size: 16px;
        line-height: 40px;

        padding: 0 20px;
    }
}
.wrap-sites .link ul li a:before {
    font-family: 'iconfont' !important;
    font-size: 24px;

    float: left;

    margin-right: 6px;

    content: '\e64c';
}
.wrap-sites .link ul li a:hover {
    background-color: #e76409;
}
.wrap-sites .link ul li.two a:before {
    content: '\e978';
}
.location {
    padding-top: 30px;

    color: #777;
}
@media (max-width: 991px) {
    .location {
        padding-top: 14px;
    }
}
.location>ul:before {
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: inline-block;

    margin-right: 10px;

    content: '\e6b0';
    vertical-align: middle;
}
.location>ul>li {
    font-size: 16px;

    display: inline-block;

    vertical-align: middle;
}
.location>ul>li:after {
    margin: 0 14px;

    content: '/';
}
.location>ul>li:last-child {
    color: #666;
}
.location>ul>li:last-child:after {
    display: none;
}
.location>ul>li a {
    line-height: 40px;

    display: inline-block;

    text-transform: capitalize;
}
@media (max-width: 991px) {
    .location>ul>li a {
        line-height: 24px;
    }
}
.location>ul>li a:hover {
    color: #e76409;
}
.wrap-sidenav .sidenav {
    position: relative;

    margin-top: 20px;
}
@media (max-width: 991px) {
    .wrap-sidenav .sidenav {
        margin-top: 10px;
    }
}
.wrap-sidenav .sidenav .slevel-1>li {
    position: relative;

    vertical-align: top;
}
@media (max-width: 991px) {
    .wrap-sidenav .sidenav .slevel-1>li {
        display: inline-block;
    }
}
.wrap-sidenav .sidenav .slevel-1>li>a {
    font-size: 15px;
    line-height: 28px;

    position: relative;

    display: block;

    padding: 5px 0 5px 14px;

    color: #555;
}
@media (max-width: 991px) {
    .wrap-sidenav .sidenav .slevel-1>li>a {
        font-size: 14px;

        padding: 0 10px 0 0;
    }
}
.wrap-sidenav .sidenav .slevel-1>li>a:before {
    position: absolute;
    top: 18px;
    left: 0;

    display: block;

    width: 4px;
    height: 4px;

    content: '';

    border-radius: 50%;
    background-color: #9f9f9f;
}
@media (max-width: 991px) {
    .wrap-sidenav .sidenav .slevel-1>li>a:before {
        display: none;
    }
}
.wrap-sidenav .sidenav .slevel-1>li.active>a,
.wrap-sidenav .sidenav .slevel-1>li:hover>a {
    font-weight: bold;

    color: #222;
}
.wrap-sidenav .sidenav .slevel-1>li.active>a:before,
.wrap-sidenav .sidenav .slevel-1>li:hover>a:before {
    background-color: #222;
}
@media (max-width: 991px) {
    .wrap-sidenav .sidenav .slevel-1>li.active.more,
    .wrap-sidenav .sidenav .slevel-1>li:hover.more {
        display: block;
    }
    .wrap-sidenav .sidenav .slevel-1>li.active .sidenavlevel-2,
    .wrap-sidenav .sidenav .slevel-1>li:hover .sidenavlevel-2 {
        position: relative;

        display: block;

        margin: 10px 0;
    }
}
.wrap-sidenav .sidenav .slevel-1>li .slevel-2 {
    display: none;
}
@media (max-width: 991px) {
    .wrap-sidenav .sidenav .slevel-1>li .slevel-2>li {
        display: inline-block;

        vertical-align: top;
    }
}
.wrap-sidenav .sidenav .slevel-1>li .slevel-2>li a {
    line-height: 30px;

    display: block;

    padding: 0 16px;

    color: #666;
}
@media (max-width: 991px) {
    .wrap-sidenav .sidenav .slevel-1>li .slevel-2>li a {
        margin-right: 10px;
        padding: 0;
    }
    .wrap-sidenav .sidenav .slevel-1>li .slevel-2>li a:before {
        float: left;

        margin-right: 4px;

        content: '-';
    }
}
@media (max-width: 767px) {
    .wrap-sidenav .sidenav .slevel-1>li .slevel-2>li a {
        font-size: 12px;

        padding: 0 4px;
    }
}
.wrap-sidenav .sidenav .slevel-1>li .slevel-2>li:hover a {
    text-decoration: underline;

    color: #333;
}
.wrap-sidenav .slick-arrow {
    font-size: 18px;
    line-height: 50px;

    top: 14px;
    left: -30px;

    height: 50px;

    background: none;
}
@media (max-width: 991px) {
    .wrap-sidenav .slick-arrow {
        left: -10px;
    }
}
.wrap-sidenav .slick-arrow.slick-next {
    right: -30px;
    left: auto;
}
@media (max-width: 991px) {
    .wrap-sidenav .slick-arrow.slick-next {
        right: -10px;
    }
}
.wrap-sidenav .slick-arrow:hover {
    color: #e76409;
}
.wrap-sidenav .product-sidenav .sidenavlevel-1 {
    padding: 0 30px;
}
.product-link {
    padding: 20px 10px;

    border: 1px solid #dcdcdc;
}
@media (max-width: 991px) {
    .product-link {
        display: block;
    }
}
.product-link>ul>li {
    display: block;
}
.product-link>ul>li a {
    font-size: 16px;
    line-height: 30px;

    display: block;
}
.product-link>ul>li.active a,
.product-link>ul>li:hover a {
    color: #e76409;
}
.contact-sidenav {
    margin: 20px 0;
    padding: 20px 10px;

    border: 1px solid #dcdcdc;
}
@media (max-width: 991px) {
    .contact-sidenav {
        display: block;
    }
}
.contact-sidenav p {
    font-size: 16px;
    line-height: 32px;

    position: relative;

    margin: 10px 0;
    padding-left: 30px;

    color: #666;
}
@media (max-width: 767px) {
    .contact-sidenav p {
        font-size: 14px;
    }
}
.contact-sidenav p:before {
    font-family: 'iconfont' !important;
    font-size: 20px;

    position: absolute;
    left: 0;

    content: '\e637';

    color: #e76409;
}
.contact-sidenav p.fax:before {
    content: '\e633';
}
.contact-sidenav p.phone:before {
    content: '\e640';
}
.contact-sidenav p.whatsapp:before {
    content: '\e751';
}
.contact-sidenav p.wechat:before {
    content: '\e66f';
}
.contact-sidenav p.email:before {
    content: '\e63d';
}
.contact-sidenav p.website:before {
    content: '\e623';
}
.contact-sidenav a:hover {
    text-decoration: underline;

    color: #e76409;
}
.wrap-about .video {
    position: relative;

    overflow: hidden;

    margin-top: 60px;

    background: #000;
}
@media (max-width: 767px) {
    .wrap-about .video {
        margin-top: 30px;
    }
}
.wrap-about .video img {
    width: 100%;

    opacity: .76;
}
@media (max-width: 767px) {
    .wrap-about .video img {
        width: 150%;
        margin-left: -25%;
    }
}
.wrap-about .video .play {
    font-size: 80px;

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

    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);

    color: #fff;
}
@media (max-width: 767px) {
    .wrap-about .video .play {
        font-size: 50px;
    }
}
.wrap-about .video .play:before {
    font-family: 'iconfont' !important;

    content: '\e633';
}
.wrap-about .video .play:hover {
    color: #e76409;
}
.wrap-culture .culture ul li:nth-child(2n) .item .pic {
    left: 50%;
}
@media (max-width: 767px) {
    .wrap-culture .culture ul li:nth-child(2n) .item .pic {
        left: 0;
    }
}
.wrap-culture .culture ul li:nth-child(2n) .item .text {
    right: 50%;

    padding: 30px 3% 30px 0;
}
@media (max-width: 767px) {
    .wrap-culture .culture ul li:nth-child(2n) .item .text {
        right: 0;

        padding: 30px 0;
    }
}
.wrap-culture .culture .item {
    font-size: 0;
}
.wrap-culture .culture .item .pic,
.wrap-culture .culture .item .text {
    font-size: 14px;

    position: relative;

    display: inline-block;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 767px) {
    .wrap-culture .culture .item .pic,
    .wrap-culture .culture .item .text {
        width: 100%;
    }
}
.wrap-culture .culture .item .pic {
    overflow: hidden;
}
@media (max-width: 767px) {
    .wrap-culture .culture .item .pic img {
        width: 100%;
    }
}
.wrap-culture .culture .item .text {
    padding: 30px 0 30px 3%;
}
@media (max-width: 767px) {
    .wrap-culture .culture .item .text {
        padding: 20px 0;
    }
}
.wrap-culture .culture .item .text .note {
    font-size: 16px;
    line-height: 1.875;

    margin-top: 20px;

    color: #666;
}
@media (max-width: 1470px) {
    .wrap-culture .culture .item .text .note {
        line-height: 24px;
    }
}
@media (max-width: 1199px) {
    .wrap-culture .culture .item .text .note {
        font-size: 14px;
        line-height: 22px;
    }
}
@media (max-width: 767px) {
    .wrap-culture .culture .item .text .note {
        margin-top: 10px;
    }
}
.wrap-culture .culture .item .text .note p {
    margin: 0;
}
.wrap-qualifications .wrap-text {
    margin-top: 0;
}
.wrap-qualifications .title-in {
    margin-top: 50px;
}
@media (max-width: 991px) {
    .wrap-qualifications .title-in {
        margin-top: 30px;
    }
}
.wrap-qualifications .qualifications .item {
    display: block;

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

    text-align: center;
}
@media (max-width: 1470px) {
    .wrap-qualifications .qualifications .item {
        padding: 0 15px;
    }
}
@media (max-width: 1199px) {
    .wrap-qualifications .qualifications .item {
        margin-top: 20px;
        padding: 0;
    }
}
.wrap-qualifications .qualifications .item .img-box {
    padding-bottom: 143.33333333%;

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

    display: -webkit-box;
    overflow: hidden;

    margin: 12px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
    .wrap-qualifications .qualifications .item p {
        font-size: 14px;

        margin-top: 6px;
    }
}
@media (min-width: 1200px) {
    .wrap-qualifications .qualifications .item:hover .img-box {
        -webkit-transform: translateY(-10px) scale(1.05);
        -ms-transform: translateY(-10px) scale(1.05);
        transform: translateY(-10px) scale(1.05);
    }
    .wrap-qualifications .qualifications .item:hover p {
        color: #e76409;
    }
}
.wrap-aftersale .aftersale {
    margin-top: 20px;
}
.wrap-aftersale .aftersale img {
    width: 100%;
}
.wrap-faq .faq {
    margin-top: 30px;
}
.wrap-faq .faq .item {
    margin-top: 1px;
}
.wrap-faq .faq .item .title-faq {
    font-size: 17px;
    line-height: 30px;

    position: relative;

    padding: 13px 50px;

    background-color: #f4f4f4;
}
@media (max-width: 767px) {
    .wrap-faq .faq .item .title-faq {
        padding: 13px 40px;
    }
}
.wrap-faq .faq .item .title-faq:before {
    font-family: 'iconfont' !important;

    position: absolute;
    top: 13px;
    left: 24px;

    content: 'Q：';
}
@media (max-width: 767px) {
    .wrap-faq .faq .item .title-faq:before {
        font-size: 15px;

        left: 14px;
    }
}
.wrap-faq .faq .item .title-faq:after {
    font-family: 'iconfont' !important;
    line-height: 56px;

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

    width: 50px;

    content: '\e623';
    text-align: center;
}
@media (max-width: 767px) {
    .wrap-faq .faq .item .title-faq:after {
        font-size: 14px;

        width: 30px;
    }
}
.wrap-faq .faq .item .title-faq h3 {
    font-size: 17px;
    font-weight: normal;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    cursor: pointer;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
    .wrap-faq .faq .item .title-faq h3 {
        font-size: 15px;
    }
}
.wrap-faq .faq .item .note {
    font-size: 16px;
    line-height: 24px;

    position: relative;

    display: none;

    padding: 20px 50px;

    color: #666;
}
@media (max-width: 767px) {
    .wrap-faq .faq .item .note {
        font-size: 14px;

        padding: 10px 40px;
    }
}
.wrap-faq .faq .item .note:before {
    font-weight: bold;

    position: absolute;
    left: 24px;

    content: 'A:';

    color: #222;
}
@media (max-width: 767px) {
    .wrap-faq .faq .item .note:before {
        left: 14px;
    }
}
.wrap-faq .faq ul li.current .item .title-faq {
    background-color: #e76409;
}
.wrap-faq .faq ul li.current .item .title-faq:after {
    content: '\e870';

    color: #fff;
}
.wrap-faq .faq ul li.current .item .title-faq h3 {
    color: #fff;
}
.wrap-faq .faq ul li.current .item .title-faq:before {
    color: #fff;
}
.wrap-download .download .item {
    margin-top: 40px;
}
@media (max-width: 991px) {
    .wrap-download .download .item {
        margin-top: 20px;
    }
}
.wrap-download .download .item .pic .img-box {
    padding-bottom: 63.75%;

    -webkit-transition: all .4s;
    transition: all .4s;
}
.wrap-download .download .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-download .download .item .text {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .wrap-download .download .item .text {
        margin-top: 10px;
    }
}
.wrap-download .download .item .text h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px) {
    .wrap-download .download .item .text h3 {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .wrap-download .download .item .text h3 {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .wrap-download .download .item .text h3 {
        font-size: 16px;
    }
}
.wrap-download .download .item .text p {
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

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

    color: #777;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
    .wrap-download .download .item .text p {
        font-size: 14px;

        margin: 0;
    }
}
.wrap-download .download .item .text .down {
    font-size: 17px;
    line-height: 28px;

    display: inline-block;

    margin-top: 16px;

    white-space: nowrap;

    color: #666;
}
@media (max-width: 767px) {
    .wrap-download .download .item .text .down {
        font-size: 13px;

        margin-top: 6px;
    }
}
.wrap-download .download .item .text .down:before {
    font-family: 'iconfont' !important;
    font-size: 22px;

    float: left;

    margin-right: 10px;

    content: '\e62f';
}
@media (max-width: 767px) {
    .wrap-download .download .item .text .down:before {
        margin-right: 5px;
    }
}
.wrap-download .download .item:hover .pic .img-box {
    opacity: 1;
}
.wrap-download .download .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-download .download .item:hover .text h3 {
    text-decoration: underline;

    color: #e76409;
}
.wrap-download .download .item:hover .text .down {
    color: #e76409;
}
.wrap-promotional .promotional {
    margin-top: -40px;
}
@media (max-width: 991px) {
    .wrap-promotional .promotional {
        margin-top: -20px;
    }
}
.wrap-promotional .promotional .item {
    display: block;

    margin-top: 40px;

    text-align: center;
}
@media (max-width: 991px) {
    .wrap-promotional .promotional .item {
        margin-top: 20px;
    }
}
.wrap-promotional .promotional .item .pic {
    -webkit-transition: all .2s;
    transition: all .2s;

    border: 1px solid #cecece;
}
.wrap-promotional .promotional .item .pic .img-box {
    padding-bottom: 63.33333333%;
}
.wrap-promotional .promotional .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-promotional .promotional .item .text {
    margin-top: 14px;
}
@media (max-width: 767px) {
    .wrap-promotional .promotional .item .text {
        margin-top: 6px;
    }
}
.wrap-promotional .promotional .item .text h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
    .wrap-promotional .promotional .item .text h3 {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .wrap-promotional .promotional .item .text h3 {
        font-size: 16px;
    }
}
.wrap-promotional .promotional .item:hover .pic {
    border-color: #e76409;
}
.wrap-promotional .promotional .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-promotional .promotional .item:hover .text h3 {
    color: #e76409;
}
.wrap-news .news {
    margin-top: 20px;
}
.wrap-news .news .item {
    margin-top: 40px;
}
@media (max-width: 991px) {
    .wrap-news .news .item {
        margin-top: 20px;
    }
}
.wrap-news .news .item .pic {
    position: relative;

    background-color: #000;
}
.wrap-news .news .item .pic .img-box {
    padding-bottom: 63.75%;

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

    opacity: .82;
}
.wrap-news .news .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-news .news .item .pic .play {
    font-size: 60px;

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

    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);

    color: #fff;
}
@media (max-width: 767px) {
    .wrap-news .news .item .pic .play {
        font-size: 40px;
    }
}
.wrap-news .news .item .pic .play:before {
    font-family: 'iconfont' !important;

    content: '\e633';
}
.wrap-news .news .item .text {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .wrap-news .news .item .text {
        margin-top: 10px;
    }
}
.wrap-news .news .item .text .date {
    font-size: 15px;
    line-height: 30px;

    display: block;

    white-space: nowrap;

    color: #555;
}
@media (max-width: 767px) {
    .wrap-news .news .item .text .date {
        font-size: 13px;
    }
}
.wrap-news .news .item .text .date:before {
    font-family: 'iconfont' !important;
    font-size: 20px;

    float: left;

    margin-right: 10px;

    content: '\e637';

    color: #e76409;
}
@media (max-width: 767px) {
    .wrap-news .news .item .text .date:before {
        font-size: 18px;

        margin-right: 5px;
    }
}
.wrap-news .news .item .text h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 5px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px) {
    .wrap-news .news .item .text h3 {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .wrap-news .news .item .text h3 {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .wrap-news .news .item .text h3 {
        font-size: 16px;

        margin: 0;
    }
}
.wrap-news .news .item .text p {
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

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

    color: #777;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
    .wrap-news .news .item .text p {
        font-size: 14px;

        margin: 0;
    }
}
.wrap-news .news .item:hover .pic .img-box {
    opacity: 1;
}
.wrap-news .news .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-news .news .item:hover .text h3 {
    text-decoration: underline;

    color: #e76409;
}
.wrap-news-show .title-news-show h1 {
    font-family: 'Oswald', Arial;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 1470px) {
    .wrap-news-show .title-news-show h1 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .wrap-news-show .title-news-show h1 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .wrap-news-show .title-news-show h1 {
        font-size: 22px;
        line-height: 24px;
    }
}
.wrap-news-show .title-news-show .date {
    font-size: 15px;
    line-height: 24px;

    display: block;

    margin-top: 20px;

    color: #555;
}
.wrap-news-show .title-news-show .date:before {
    font-family: 'iconfont' !important;
    font-size: 20px;

    float: left;

    margin-right: 10px;

    content: '\e637';

    color: #e76409;
}
.wrap-news-show .news-show {
    margin-top: 20px;

    color: #666;
}
.wrap-news-show .news-show p {
    font-size: 16px;
    line-height: 1.875;

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

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

    height: 30px;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
    .wrap-news-show .news-relate a {
        font-size: 14px;
    }
}
.wrap-news-show .news-relate a:hover {
    color: #e76409;
}
.wrap-news-show .news-relate .next {
    text-align: right;
}
@media (max-width: 767px) {
    .wrap-news-show .news-relate .next {
        text-align: left;
    }
}
.wrap-products-category {
    padding-top: 0;
}
.wrap-products-category .title-in {
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .wrap-products-category .title-in {
        margin-top: 30px;
    }
}
.wrap-products-category .products-category .item {
    margin-top: 40px;
}
@media (max-width: 1199px) {
    .wrap-products-category .products-category .item {
        margin-top: 30px;
    }
}
@media (max-width: 991px) {
    .wrap-products-category .products-category .item {
        margin-top: 20px;
    }
}
.wrap-products-category .products-category .item .pic .img-box {
    padding-bottom: 66.66666667%;
}
.wrap-products-category .products-category .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-products-category .products-category .item .text {
    margin-top: 20px;
}
@media (max-width: 1199px) {
    .wrap-products-category .products-category .item .text {
        margin-top: 10px;
    }
}
.wrap-products-category .products-category .item .text h3 {
    font-size: 20px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: uppercase;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px) {
    .wrap-products-category .products-category .item .text h3 {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .wrap-products-category .products-category .item .text h3 {
        font-size: 16px;
    }
}
.wrap-products-category .products-category .item .text p {
    font-size: 17px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 14px 0 0 0;

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

    color: #777;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1199px) {
    .wrap-products-category .products-category .item .text p {
        margin-top: 5px;
    }
}
@media (max-width: 767px) {
    .wrap-products-category .products-category .item .text p {
        font-size: 14px;
    }
}
.wrap-products-category .products-category .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-products-category .products-category .item:hover .text h3 {
    font-weight: bold;

    color: #e76409;
}
.wrap-products-category .products-category .item:hover .text p {
    color: #e76409;
}
.wrap-products {
    padding-top: 0;
}
.wrap-products .title-in {
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .wrap-products .title-in {
        margin-top: 30px;
    }
}
.wrap-products .products .listbox {
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .wrap-products .products .listbox {
        margin-top: 30px;
    }
}
.wrap-products .products .listbox:nth-child(1) {
    margin-top: 30px;
}
@media (max-width: 1199px) {
    .wrap-products .products .listbox:nth-child(1) {
        margin-top: 20px;
    }
}
.wrap-products .products .title-products {
    padding: 10px 0;

    border-bottom: 1px solid #d5d5d5;
}
@media (max-width: 991px) {
    .wrap-products .products .title-products {
        padding: 0;
    }
}
.wrap-products .products .title-products h3 {
    font-size: 20px;
    line-height: 30px;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1199px) {
    .wrap-products .products .title-products h3 {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .wrap-products .products .title-products h3 {
        font-size: 16px;
    }
}
.wrap-products .products .list ul {
    font-size: 0;

    margin: 0 -15px;
}
.wrap-products .products .list ul li {
    font-size: 14px;

    display: inline-block;

    width: 20%;
    padding: 0 15px;

    vertical-align: top;
}
@media (max-width: 1199px) {
    .wrap-products .products .list ul li {
        width: 25%;
    }
}
@media (max-width: 991px) {
    .wrap-products .products .list ul li {
        width: 33.33333333%;
    }
}
@media (max-width: 767px) {
    .wrap-products .products .list ul li {
        width: 50%;
    }
}
.wrap-products .products .list .item {
    position: relative;

    display: block;

    margin-top: 30px;
}
.wrap-products .products .list .item .pic .img-box {
    padding-bottom: 78.88888889%;
}
.wrap-products .products .list .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-products .products .list .item .note {
    margin-top: 20px;

    text-align: center;
}
@media (max-width: 1199px) {
    .wrap-products .products .list .item .note {
        margin-top: 10px;

        text-align: left;
    }
}
.wrap-products .products .list .item .note p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    /*  display: -webkit-box;
    overflow: hidden;

   height: 24px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; */
}
@media (max-width: 1199px) {
    .wrap-products .products .list .item .note p {
        line-height: 30px;

        height: 30px;

        border-bottom: 1px solid rgba(51, 51, 51, .24);
    }
}
.wrap-products .products .list .item .maskbg {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

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

    opacity: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, .6);
}
@media (max-width: 1199px) {
    .wrap-products .products .list .item .maskbg {
        position: relative;

        opacity: 1;
        color: #333;
        background: none;
    }
}
.wrap-products .products .list .item .maskbg .mask {
    position: absolute;
    top: 50%;

    width: 100%;
    padding: 0 30px;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 1350px) {
    .wrap-products .products .list .item .maskbg .mask {
        padding: 0 14px;
    }
}
@media (max-width: 1199px) {
    .wrap-products .products .list .item .maskbg .mask {
        position: relative;
        top: 0;

        padding: 0;

        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.wrap-products .products .list .item .maskbg .mask-item {
    font-size: 15px;
    line-height: 24px;

    padding: 10px 0;

    border-bottom: 1px solid rgba(255, 255, 255, .24);
}
@media (max-width: 1350px) {
    .wrap-products .products .list .item .maskbg .mask-item {
        font-size: 14px;

        padding: 5px 0;
    }
}
@media (max-width: 1199px) {
    .wrap-products .products .list .item .maskbg .mask-item {
        font-size: 13px;
        line-height: 20px;

        border-bottom: 1px solid rgba(51, 51, 51, .24);
    }
}
.wrap-products .products .list .item .maskbg .mask-item:last-child {
    border-bottom: none;
}
.wrap-products .products .list .item .maskbg .mask-item p {
    margin: 0;
}
.wrap-products .products .list .item .maskbg .mask-item b {
    text-transform: uppercase;
}
@media (min-width: 1200px) {
    .wrap-products .products .list .item:hover .pic .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .wrap-products .products .list .item:hover .note {
        opacity: 0;
    }
    .wrap-products .products .list .item:hover .maskbg {
        opacity: 1;
    }
}
.wrap-products-list {
    background-color: #f1f1f1;
}
@media (min-width: 1470px) {
    .wrap-products-list .title-in h2 {
        font-size: 36px;
    }
}
.wrap-products-list .products-list .item {
    font-size: 0;

    margin-top: 70px;
    background-color: #333;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px) {
    .wrap-products-list .products-list .item {
        margin-top: 40px;
    }
}
@media (max-width: 767px) {
    .wrap-products-list .products-list .item {
        margin-top: 30px;
    }
}
.wrap-products-list .products-list .item .pic,
.wrap-products-list .products-list .item .text {
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.wrap-products-list .products-list .item .pic {
    position: relative;

    width: 36%;
}
@media (max-width: 1350px) {
    .wrap-products-list .products-list .item .pic {
        width: 42%;
    }
}
@media (max-width: 1199px) {
    .wrap-products-list .products-list .item .pic {
        width: 36%;
    }
}
@media (max-width: 991px) {
    .wrap-products-list .products-list .item .pic {
        width: 46%;
    }
}
@media (max-width: 767px) {
    .wrap-products-list .products-list .item .pic {
        width: 100%;
    }
}
.wrap-products-list .products-list .item .pic:before {
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 60px;

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

    width: 60px;
    height: 60px;

    content: '\e62c';
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    border-radius: 50%;
    background-color: #f1f1f1;
}
@media (max-width: 991px) {
    .wrap-products-list .products-list .item .pic:before {
        font-size: 16px;
        line-height: 50px;

        width: 50px;
        height: 50px;
    }
}
@media (max-width: 767px) {
    .wrap-products-list .products-list .item .pic:before {
        line-height: 40px;

        right: 10px;
        bottom: 10px;

        width: 40px;
        height: 40px;
    }
}
.wrap-products-list .products-list .item .pic .img-box {
    padding-bottom: 78.88888889%;
}
.wrap-products-list .products-list .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-products-list .products-list .item .text {
    width: 64%;
}
@media (max-width: 1350px) {
    .wrap-products-list .products-list .item .text {
        width: 58%;
    }
}
@media (max-width: 1199px) {
    .wrap-products-list .products-list .item .text {
        width: 64%;
    }
}
@media (max-width: 991px) {
    .wrap-products-list .products-list .item .text {
        width: 54%;
    }
}
@media (max-width: 767px) {
    .wrap-products-list .products-list .item .text {
        width: 100%;
    }
}
.wrap-products-list .products-list .item .text .note {
    padding: 30px;

    color: #ccc;
    background-color: #333;
}
@media (max-width: 1199px) {
    .wrap-products-list .products-list .item .text .note {
        padding: 14px;
    }
}
.wrap-products-list .products-list .item .text .note h3 {
    font-family: 'Oswald', Arial;
    font-size: 36px;
    line-height: 40px;

    display: -webkit-box;
    overflow: hidden;

    height: 40px;
    margin: 0;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: uppercase;

    color: #fff;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1350px) {
    .wrap-products-list .products-list .item .text .note h3 {
        font-size: 30px;
    }
}
@media (max-width: 1199px) {
    .wrap-products-list .products-list .item .text .note h3 {
        font-size: 24px;
        line-height: 30px;

        height: 30px;
    }
}
@media (max-width: 991px) {
    .wrap-products-list .products-list .item .text .note h3 {
        font-size: 20px;
        line-height: 24px;

        height: 24px;
    }
}
@media (max-width: 767px) {
    .wrap-products-list .products-list .item .text .note h3 {
        font-size: 18px;
    }
}
.wrap-products-list .products-list .item .text .note p {
    font-size: 17px;
    line-height: 28px;

    display: -webkit-box;
    overflow: hidden;

    height: 84px;
    margin: 20px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 1199px) {
    .wrap-products-list .products-list .item .text .note p {
        font-size: 15px;
        line-height: 24px;

        height: 72px;
    }
}
@media (max-width: 991px) {
    .wrap-products-list .products-list .item .text .note p {
        font-size: 14px;
        line-height: 20px;

        display: -webkit-box;
        overflow: hidden;

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

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
.wrap-products-list .products-list .item .text .mask {
    padding: 0 30px;
}
@media (max-width: 1199px) {
    .wrap-products-list .products-list .item .text .mask {
        padding: 0 14px;
    }
}
@media (max-width: 767px) {
    .wrap-products-list .products-list .item .text .mask {
        padding: 14px;
    }
}
.wrap-products-list .products-list .item .text .mask ul {
    font-size: 0;

    margin: 0 -15px;
}
@media (max-width: 1470px) {
    .wrap-products-list .products-list .item .text .mask ul {
        margin: 0 -8px;
    }
}
.wrap-products-list .products-list .item .text .mask ul li {
    font-size: 14px;

    display: inline-block;

    width: 33.33333333%;
    margin-top: 30px;
    padding: 0 15px;

    vertical-align: top;
}
@media (max-width: 1470px) {
    .wrap-products-list .products-list .item .text .mask ul li {
        padding: 0 8px;
    }
}
@media (max-width: 1199px) {
    .wrap-products-list .products-list .item .text .mask ul li {
        margin-top: 10px;
    }
}
@media (max-width: 991px) {
    .wrap-products-list .products-list .item .text .mask ul li {
        width: auto;
        margin: 4px 0 0 0;
    }
}
@media (max-width: 767px) {
    .wrap-products-list .products-list .item .text .mask ul li {
        margin: 4px 0;
    }
}
.wrap-products-list .products-list .item .text .mask .mask-item p {
    font-size: 17px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;
    color: #fff;
    white-space: nowrap;
}
@media (max-width: 1350px) {
    .wrap-products-list .products-list .item .text .mask .mask-item p {
        font-size: 16px;
    }
}
@media (max-width: 1199px) {
    .wrap-products-list .products-list .item .text .mask .mask-item p {
        font-size: 14px;
    }
}
.wrap-products-list .products-list .item .text .mask .mask-item h4 {
    font-family: 'Oswald', Arial;
    font-size: 38px;
    font-weight: bold;
    line-height: 1.71052632;

    display: inline-block;

    min-width: 180px;

    text-align: center;

    color: #fff;
    background-color: #e76409;
}
@media (max-width: 1470px) {
    .wrap-products-list .products-list .item .text .mask .mask-item h4 {
        font-size: 32px;
    }
}
@media (max-width: 1350px) {
    .wrap-products-list .products-list .item .text .mask .mask-item h4 {
        font-size: 26px;

        min-width: 160px;
    }
}
@media (max-width: 1199px) {
    .wrap-products-list .products-list .item .text .mask .mask-item h4 {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .wrap-products-list .products-list .item .text .mask .mask-item h4 {
        font-size: 18px;

        min-width: 120px;
        margin: 0;
    }
}
@media (max-width: 767px) {
    .wrap-products-list .products-list .item .text .mask .mask-item h4 {
        min-width: auto;
        padding: 0 20px;
    }
}
.wrap-products-list .products-list .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-products-list .products-list .item:hover .pic:before {
    color: #fff;
    background-color: #e76409;
}
.wrap-products-list .products-list .item:hover .text .note h3 {
    color: #e76409;
}
.wrap-product-show {
    padding: 0;
}
.wrap-product-show .carousel-wrap {
    margin-top: 60px;
}
@media (max-width: 991px) {
    .wrap-product-show .carousel-wrap {
        margin-top: 30px;
    }
}
.wrap-product-show .carousel-wrap .img-box {
    padding-bottom: 78.88888889%;
}
.wrap-product-show .carousel-wrap .carousel {
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-for {
    font-size: 0;

    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item {
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-for iframe {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .play {
    font-size: 80px;

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

    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);

    color: #fff;
}
@media (max-width: 991px) {
    .wrap-product-show .carousel-wrap .carousel .slider-for .play {
        font-size: 50px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-for .play:before {
    font-family: 'iconfont' !important;

    content: '\e62c';
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow {
    font-size: 14px;
    font-size: 50px;

    left: 0;

    background: none;
    box-shadow: none;
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow.slick-next {
    right: 0;
    left: auto;
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow:before {
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.wrap-product-show .slider-nav {
    margin-top: 50px;
    padding: 0 30px;
}
@media (max-width: 991px) {
    .wrap-product-show .slider-nav {
        margin-top: 20px;
        padding: 0 10px;
    }
}
.wrap-product-show .slider-nav .slick-slide {
    padding: 0 4px;

    outline: none;
}
.wrap-product-show .slider-nav .item {
    border: 1px solid #d8d8d8;
}
.wrap-product-show .slider-nav .item-video {
    position: relative;

    background-color: #000;
}
.wrap-product-show .slider-nav .item-video .img-box {
    opacity: .77;
}
.wrap-product-show .slider-nav .item-video:after {
    font-family: 'iconfont' !important;
    font-size: 40px;

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

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

    color: #fff;
}
@media (max-width: 991px) {
    .wrap-product-show .slider-nav .item-video:after {
        font-size: 30px;
    }
}
.wrap-product-show .slider-nav .slick-current .item {
    border: 1px solid #e76409;
}
.wrap-product-show .slider-nav .slick-arrow {
    left: -20px;

    color: #666;
    background: none;
}
.wrap-product-show .slider-nav .slick-arrow.slick-next {
    right: -20px;
    left: auto;
}
.wrap-product-show .slider-nav .slick-arrow:hover:before {
    color: #e76409;
}
.wrap-product-show .xs-slider-nav {
    display: none;
}
@media (max-width: 991px) {
    .wrap-product-show .xs-slider-nav {
        display: block;
    }
}
@media (max-width: 991px) {
    .wrap-product-show .lg-slider-nav {
        display: none;
    }
}
.wrap-product-show .info-box {
    position: relative;

    padding-left: 20px;
}
@media (max-width: 1199px) {
    .wrap-product-show .info-box {
        padding-left: 0;
    }
}
@media (max-width: 991px) {
    .wrap-product-show .info-box .title-product-show {
        margin-top: 20px;
    }
}
.wrap-product-show .info-box .text {
    font-size: 17px;
    line-height: 1.64705882;

    min-height: 180px;
    margin-top: 20px;

    color: #444;
}
@media (max-width: 1470px) {
    .wrap-product-show .info-box .text {
        font-size: 17px;

        min-height: 160px;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .info-box .text {
        font-size: 16px;

        min-height: auto;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .info-box .text {
        font-size: 14px;

        margin-top: 10px;
    }
}
.wrap-product-show .info-box .text p {
    margin: 0;
}
.wrap-product-show .info-box .share {
    display: inline-block;
    clear: both;

    margin-top: 20px;
}
.wrap-product-show .info-box .share p {
    font-size: 17px;
    font-weight: bold;
    line-height: 44px;

    display: inline-block;

    margin: 0;

    vertical-align: middle;
}
@media (max-width: 1350px) {
    .wrap-product-show .info-box .share p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .info-box .share p {
        font-size: 14px;
        line-height: 30px;
    }
}
.wrap-product-show .info-box .share .addthis_inline_share_toolbox {
    display: inline-block;

    vertical-align: middle;
}
.wrap-product-show .info-box .btn-inquiry {
    display: inline-block;
    float: right;

    margin-top: 20px;
}
@media (max-width: 767px) {
    .wrap-product-show .info-box .btn-inquiry {
        float: none;
    }
}
.wrap-product-show .info-box .btn-inquiry a {
    font-size: 16px;
    font-weight: bold;
    line-height: 44px;

    display: block;

    padding: 0 20px;

    text-transform: uppercase;

    color: #fff;
    background-color: #e76409;
}
@media (max-width: 767px) {
    .wrap-product-show .info-box .btn-inquiry a {
        font-size: 14px;
    }
}
.wrap-product-show .info-box .product-download {
    margin-top: 14px;

    text-align: right;
}
@media (max-width: 767px) {
    .wrap-product-show .info-box .product-download {
        text-align: left;
    }
}
.wrap-product-show .info-box .product-download a {
    font-size: 17px;
    line-height: 30px;

    display: inline-block;

    color: #666;
}
.wrap-product-show .info-box .product-download a:before {
    font-family: 'iconfont' !important;
    font-size: 24px;

    display: inline-block;

    margin-right: 10px;

    content: '\e62f';
    vertical-align: middle;
}
.wrap-product-show .info-box .product-download a:hover {
    color: #e76409;
}
.wrap-product-show .parameter {
    margin-top: 80px;

    color: #ccc;
    background-color: #333;
}
@media (max-width: 1199px) {
    .wrap-product-show .parameter {
        margin-top: 60px;
    }
}
@media (max-width: 991px) {
    .wrap-product-show .parameter {
        margin-top: 40px;
    }
}
.wrap-product-show .parameter .specifications,
.wrap-product-show .parameter .descriptions,
.wrap-product-show .parameter .technical {
    padding: 80px 0;

    border-bottom: 1px solid #545454;
}
@media (max-width: 1199px) {
    .wrap-product-show .parameter .specifications,
    .wrap-product-show .parameter .descriptions,
    .wrap-product-show .parameter .technical {
        padding: 60px 0;
    }
}
@media (max-width: 991px) {
    .wrap-product-show .parameter .specifications,
    .wrap-product-show .parameter .descriptions,
    .wrap-product-show .parameter .technical {
        padding: 30px 0;
    }
}
.wrap-product-show .parameter .title-product-show h2 {
    color: #e76409;
}
.wrap-product-show .parameter .parameter-left,
.wrap-product-show .parameter .parameter-right {
    display: inline-block;

    margin-right: -4px;

    vertical-align: middle;
}
.wrap-product-show .parameter .parameter-left {
    width: 33%;
}
@media (max-width: 991px) {
    .wrap-product-show .parameter .parameter-left {
        width: 28%;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .parameter .parameter-left {
        width: 100%;
    }
}
.wrap-product-show .parameter .parameter-right {
    width: 67%;
    padding-left: 8%;
}
@media (max-width: 991px) {
    .wrap-product-show .parameter .parameter-right {
        width: 72%;
        padding-left: 3%;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .parameter .parameter-right {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.wrap-product-show .parameter img {
    max-width: 100%;
    height: auto !important;
    margin: 10px 0;
}
.wrap-product-show .parameter p {
    font-size: 17px;
    line-height: 1.64705882;

    margin: 0;
}
@media (max-width: 991px) {
    .wrap-product-show .parameter p {
        font-size: 14px;
    }
}
.wrap-product-show .parameter .specifications .mask {
    max-width: 760px;
    margin-top: 20px;
}
@media (max-width: 1199px) {
    .wrap-product-show .parameter .specifications .mask {
        margin: 0;
    }
}
.wrap-product-show .parameter .specifications .mask ul {
    font-size: 0;

    margin: 0 -15px;
}
@media (max-width: 1470px) {
    .wrap-product-show .parameter .specifications .mask ul {
        margin: 0 -8px;
    }
}
.wrap-product-show .parameter .specifications .mask ul li {
    font-size: 14px;

    display: inline-block;

    width: 33.33333333%;
    margin-top: 20px;
    padding: 0 15px;

    vertical-align: top;
}
@media (max-width: 1470px) {
    .wrap-product-show .parameter .specifications .mask ul li {
        padding: 0 8px;
    }
}
@media (max-width: 991px) {
    .wrap-product-show .parameter .specifications .mask ul li {
        margin-top: 10px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .parameter .specifications .mask ul li {
        width: auto;
    }
}
.wrap-product-show .parameter .specifications .mask .mask-item p {
    font-size: 17px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;

    white-space: nowrap;
}
@media (max-width: 1350px) {
    .wrap-product-show .parameter .specifications .mask .mask-item p {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .wrap-product-show .parameter .specifications .mask .mask-item p {
        font-size: 14px;
    }
}
.wrap-product-show .parameter .specifications .mask .mask-item h4 {
    font-family: 'Oswald', Arial;
    font-size: 38px;
    font-weight: bold;
    line-height: 1.71052632;

    display: inline-block;

    min-width: 180px;

    text-align: center;

    color: #fff;
    background-color: #e76409;
}
@media (max-width: 1470px) {
    .wrap-product-show .parameter .specifications .mask .mask-item h4 {
        font-size: 32px;
    }
}
@media (max-width: 1350px) {
    .wrap-product-show .parameter .specifications .mask .mask-item h4 {
        font-size: 26px;

        min-width: 160px;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .parameter .specifications .mask .mask-item h4 {
        font-size: 22px;
    }
}
@media (max-width: 991px) {
    .wrap-product-show .parameter .specifications .mask .mask-item h4 {
        min-width: 120px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .parameter .specifications .mask .mask-item h4 {
        font-size: 18px;

        min-width: auto;
        padding: 0 20px;
    }
}
.wrap-product-show .parameter .descriptions .list {
    margin-top: 50px;
}
@media (max-width: 991px) {
    .wrap-product-show .parameter .descriptions .list {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .parameter .descriptions .list {
        margin-top: 14px;
    }
}
.wrap-product-show .parameter .technical {
    border-bottom: none;
}
.wrap-product-show .parameter .technical .parameter-left,
.wrap-product-show .parameter .technical .parameter-right {
    vertical-align: top;
}
.wrap-product-show .parameter .technical .pic img {
    margin-top: 30px;
}
.wrap-product-show .parameter .technical table {
    width: 100%;
}
.wrap-product-show .parameter .technical table tr:nth-child(2) td {
    padding-top: 16px;
}
.wrap-product-show .parameter .technical table td,
.wrap-product-show .parameter .technical table th {
    width: 50%;
}
.wrap-product-show .parameter .technical table th {
    padding-bottom: 30px;

    border-bottom: 1px solid #545454;
}
.wrap-product-show .parameter .technical table th b {
    font-family: 'Oswald', Arial;
    font-size: 26px;
    line-height: 50px;

    display: inline-block;

    padding: 0 60px;

    color: #fff;
    background-color: #e76409;
}
@media (max-width: 1199px) {
    .wrap-product-show .parameter .technical table th b {
        font-size: 22px;

        padding: 0 30px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .parameter .technical table th b {
        font-size: 18px;
        line-height: 40px;

        padding: 0 14px;
    }
}
.wrap-product-show .parameter .technical table td {
    font-size: 16px;
    line-height: 2.25;
}
@media (max-width: 991px) {
    .wrap-product-show .parameter .technical table td {
        font-size: 14px;
        line-height: 24px;

        padding: 2px 4px;
    }
}
.wrap-product-show .title-product-show h2,
.wrap-product-show .title-product-show h1 {
    font-family: 'Oswald', Arial;
    font-size: 36px;
    line-height: 1.2;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1199px) {
    .wrap-product-show .title-product-show h2,
    .wrap-product-show .title-product-show h1 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .wrap-product-show .title-product-show h2,
    .wrap-product-show .title-product-show h1 {
        font-size: 24px;
    }
}
.wrap-product-show .title-product-show p {
    font-size: 16px;
    line-height: 26px;

    margin-top: 14px;

    color: #777;
}
@media (max-width: 767px) {
    .wrap-product-show .title-product-show p {
        font-size: 14px;
        line-height: 22px;
    }
}
.wrap-product-show .inquiry {
    padding: 80px 0;
}
@media (max-width: 1199px) {
    .wrap-product-show .inquiry {
        padding: 60px 0;
    }
}
@media (max-width: 991px) {
    .wrap-product-show .inquiry {
        padding: 40px 0;
    }
}
.wrap-product-show .inquiry form input,
.wrap-product-show .inquiry form textarea {
    font-size: 16px;
    line-height: 30px;

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

    resize: vertical;

    border: none;
    border: 1px solid #cecece;
    outline: none;
    background: none;
}
@media (max-width: 767px) {
    .wrap-product-show .inquiry form input,
    .wrap-product-show .inquiry form textarea {
        font-size: 14px;
        line-height: 24px;

        margin-top: 8px;
        padding: 6px 10px;
    }
}
.wrap-product-show .inquiry form input::-webkit-input-placeholder,
.wrap-product-show .inquiry form textarea::-webkit-input-placeholder {
    color: #666;
}
.wrap-product-show .inquiry form input:-o-placeholder,
.wrap-product-show .inquiry form textarea:-o-placeholder {
    color: #666;
}
.wrap-product-show .inquiry form input::-moz-placeholder,
.wrap-product-show .inquiry form textarea::-moz-placeholder {
    color: #666;
}
.wrap-product-show .inquiry form input:-ms-input-placeholder,
.wrap-product-show .inquiry form textarea:-ms-input-placeholder {
    color: #666;
}
.wrap-product-show .inquiry form input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-o-placeholder,
.wrap-product-show .inquiry form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-moz-placeholder,
.wrap-product-show .inquiry form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry form .submit {
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;

    display: inline-block;

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

    color: #fff;
    border: none;
    border-radius: 0;
    outline: none;
    background-color: #333;
}
@media (max-width: 991px) {
    .wrap-product-show .inquiry form .submit {
        line-height: 40px;

        margin-top: 20px;
        padding-bottom: 0 40px;
    }
}
.wrap-product-show .inquiry form .submit:hover {
    background: #e76409;
}
.wrap-product-show .inquiry .send {
    text-align: center;
}
.wrap-product-show .inquiry .read input {
    font-weight: bold;

    color: #fff;
    border-color: #e76409;
    background-color: #e76409;
}
.wrap-product-show .relate-product {
    padding: 80px 0;

    background-color: #f1f1f1;
}
@media (max-width: 1199px) {
    .wrap-product-show .relate-product {
        padding: 60px 0;
    }
}
@media (max-width: 991px) {
    .wrap-product-show .relate-product {
        padding: 40px 0;
    }
}
.wrap-product-show .relate-product .slick-relate-product {
    margin: 0 -15px;
    margin-top: 20px;
}
@media (max-width: 767px) {
    .wrap-product-show .relate-product .slick-relate-product {
        margin: 0 -8px;
        margin-top: 0;
    }
}
.wrap-product-show .relate-product .slick-relate-product .slick-slide {
    padding: 10px;
}
.wrap-product-show .relate-product .slick-relate-product .slick-arrow {
    font-size: 14px;
    font-size: 40px;

    left: -40px;

    background: none;
    box-shadow: none;
}
@media (max-width: 767px) {
    .wrap-product-show .relate-product .slick-relate-product .slick-arrow {
        font-size: 30px;

        left: -15px;
    }
}
.wrap-product-show .relate-product .slick-relate-product .slick-arrow.slick-next {
    right: -40px;
    left: auto;
}
@media (max-width: 767px) {
    .wrap-product-show .relate-product .slick-relate-product .slick-arrow.slick-next {
        right: -15px;
    }
}
.wrap-product-show .relate-product .slick-relate-product .slick-arrow:before {
    color: #666;
}
.wrap-product-show .relate-product .item {
    font-size: 0;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-product-show .relate-product .item .pic,
.wrap-product-show .relate-product .item .text {
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.wrap-product-show .relate-product .item .pic {
    position: relative;

    width: 36%;
}
@media (max-width: 1350px) {
    .wrap-product-show .relate-product .item .pic {
        width: 42%;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .relate-product .item .pic {
        width: 36%;
    }
}
@media (max-width: 991px) {
    .wrap-product-show .relate-product .item .pic {
        width: 46%;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .relate-product .item .pic {
        width: 100%;
    }
}
.wrap-product-show .relate-product .item .pic:before {
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 60px;

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

    width: 60px;
    height: 60px;

    content: '\e62c';
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    border-radius: 50%;
    background-color: #f1f1f1;
}
@media (max-width: 991px) {
    .wrap-product-show .relate-product .item .pic:before {
        font-size: 16px;
        line-height: 50px;

        width: 50px;
        height: 50px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .relate-product .item .pic:before {
        line-height: 40px;

        right: 10px;
        bottom: 10px;

        width: 40px;
        height: 40px;
    }
}
.wrap-product-show .relate-product .item .pic .img-box {
    padding-bottom: 78.88888889%;
}
.wrap-product-show .relate-product .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-product-show .relate-product .item .text {
    width: 64%;
}
@media (max-width: 1350px) {
    .wrap-product-show .relate-product .item .text {
        width: 58%;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .relate-product .item .text {
        width: 64%;
    }
}
@media (max-width: 991px) {
    .wrap-product-show .relate-product .item .text {
        width: 54%;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .relate-product .item .text {
        width: 100%;
    }
}
.wrap-product-show .relate-product .item .text .note {
    padding: 30px;

    color: #ccc;
    background-color: #333;
}
@media (max-width: 1199px) {
    .wrap-product-show .relate-product .item .text .note {
        padding: 14px;
    }
}
.wrap-product-show .relate-product .item .text .note h3 {
    font-family: 'Oswald', Arial;
    font-size: 36px;
    line-height: 40px;

    display: -webkit-box;
    overflow: hidden;

    height: 40px;
    margin: 0;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: uppercase;

    color: #fff;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1350px) {
    .wrap-product-show .relate-product .item .text .note h3 {
        font-size: 30px;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .relate-product .item .text .note h3 {
        font-size: 24px;
        line-height: 30px;

        height: 30px;
    }
}
@media (max-width: 991px) {
    .wrap-product-show .relate-product .item .text .note h3 {
        font-size: 20px;
        line-height: 24px;

        height: 24px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .relate-product .item .text .note h3 {
        font-size: 18px;
    }
}
.wrap-product-show .relate-product .item .text .note p {
    font-size: 17px;
    line-height: 28px;

    display: -webkit-box;
    overflow: hidden;

    height: 84px;
    margin: 20px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 1199px) {
    .wrap-product-show .relate-product .item .text .note p {
        font-size: 15px;
        line-height: 24px;

        height: 72px;
    }
}
@media (max-width: 991px) {
    .wrap-product-show .relate-product .item .text .note p {
        font-size: 14px;
        line-height: 20px;

        display: -webkit-box;
        overflow: hidden;

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

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
.wrap-product-show .relate-product .item .text .mask {
    padding: 0 30px;
}
@media (max-width: 1199px) {
    .wrap-product-show .relate-product .item .text .mask {
        padding: 0 14px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .relate-product .item .text .mask {
        padding: 14px;
    }
}
.wrap-product-show .relate-product .item .text .mask ul {
    font-size: 0;

    margin: 0 -15px;
}
@media (max-width: 1470px) {
    .wrap-product-show .relate-product .item .text .mask ul {
        margin: 0 -8px;
    }
}
.wrap-product-show .relate-product .item .text .mask ul li {
    font-size: 14px;

    display: inline-block;

    width: 33.33333333%;
    margin-top: 30px;
    padding: 0 15px;

    vertical-align: top;
}
@media (max-width: 1470px) {
    .wrap-product-show .relate-product .item .text .mask ul li {
        padding: 0 8px;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .relate-product .item .text .mask ul li {
        margin-top: 10px;
    }
}
@media (max-width: 991px) {
    .wrap-product-show .relate-product .item .text .mask ul li {
        width: auto;
        margin: 4px 0 0 0;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .relate-product .item .text .mask ul li {
        margin: 4px 0;
    }
}
.wrap-product-show .relate-product .item .text .mask .mask-item p {
    font-size: 17px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;

    white-space: nowrap;
}
@media (max-width: 1350px) {
    .wrap-product-show .relate-product .item .text .mask .mask-item p {
        font-size: 16px;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .relate-product .item .text .mask .mask-item p {
        font-size: 14px;
    }
}
.wrap-product-show .relate-product .item .text .mask .mask-item h4 {
    font-family: 'Oswald', Arial;
    font-size: 38px;
    font-weight: bold;
    line-height: 1.71052632;

    display: inline-block;

    min-width: 180px;

    text-align: center;

    color: #fff;
    background-color: #e76409;
}
@media (max-width: 1470px) {
    .wrap-product-show .relate-product .item .text .mask .mask-item h4 {
        font-size: 32px;
    }
}
@media (max-width: 1350px) {
    .wrap-product-show .relate-product .item .text .mask .mask-item h4 {
        font-size: 26px;

        min-width: 160px;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .relate-product .item .text .mask .mask-item h4 {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .wrap-product-show .relate-product .item .text .mask .mask-item h4 {
        font-size: 18px;

        min-width: 120px;
        margin: 0;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .relate-product .item .text .mask .mask-item h4 {
        min-width: auto;
        padding: 0 20px;
    }
}
.wrap-product-show .relate-product .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-product-show .relate-product .item:hover .pic:before {
    color: #fff;
    background-color: #e76409;
}
.wrap-product-show .relate-product .item:hover .text .note h3 {
    color: #e76409;
}
.wrap-contact {
    background: url(../images/contact_bg.jpg) no-repeat center fixed;
    background-size: cover;
}
@media (max-width: 1199px) {
    .wrap-contact {
        background: url(../images/contact_bg.jpg) no-repeat center;
        background-size: cover;
    }
}
.wrap-contact .title-contact h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1199px) {
    .wrap-contact .title-contact h2 {
        font-size: 24px;
    }
}
@media (max-width: 991px) {
    .wrap-contact .title-contact h2 {
        font-size: 20px;
    }
}
.wrap-contact .contact {
    max-width: 1710px;
    margin: 0 auto;
    padding: 0 15px;

    color: #fff;
}
.wrap-contact .contact .text ul {
    font-size: 0;
}
.wrap-contact .contact .text ul li {
    font-size: 14px;

    display: inline-block;
    float: none;

    margin-top: 30px;

    vertical-align: top;
}
@media (max-width: 991px) {
    .wrap-contact .contact .text ul li {
        margin-top: 14px;
    }
}
.wrap-contact .contact .text .item {
    position: relative;

    padding-left: 60px;
}
.wrap-contact .contact .text .item:before {
    font-family: 'iconfont' !important;
    font-size: 24px;
    line-height: 44px;

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

    display: block;

    width: 44px;
    height: 44px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #e76409;
}
.wrap-contact .contact .text .item-tel:before {
    content: '\e953';
}
.wrap-contact .contact .text .item-whatsapp:before {
    content: '\e6ee';
}
.wrap-contact .contact .text .item-address:before {
    content: '\e646';
}
.wrap-contact .contact .text .item b {
    font-size: 20px;
    line-height: 30px;

    display: block;
}
@media (max-width: 991px) {
    .wrap-contact .contact .text .item b {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .wrap-contact .contact .text .item b {
        font-size: 16px;
    }
}
.wrap-contact .contact .text .item p {
    font-size: 16px;
    line-height: 1.5;

    margin: 0;
}
.wrap-contact .contact .text .item p a:hover {
    text-decoration: underline;
}
.wrap-contact .contact .share {
    margin-top: 40px;
}
.wrap-contact .contact .share b {
    font-size: 20px;
    line-height: 30px;

    display: block;

    margin-top: 14px;
}
.wrap-contact .contact .share ul {
    font-size: 0;

    margin-top: 20px;
}
@media (max-width: 991px) {
    .wrap-contact .contact .share ul {
        margin-top: 10px;
    }
}
.wrap-contact .contact .share ul li {
    display: inline-block;
}
.wrap-contact .contact .share ul li a {
    font-size: 26px;
    line-height: 40px;

    display: block;

    width: 40px;
    margin-right: 4px;

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

    color: #fff;
}
@media (max-width: 1199px) {
    .wrap-contact .contact .share ul li a {
        font-size: 20px;
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.wrap-contact .contact .share ul li a:before {
    font-family: 'iconfont';
    font-weight: normal;

    display: inline-block;

    content: '\eec0';
    text-align: center;
    vertical-align: top;
}
.wrap-contact .contact .share ul li.twitter a:before {
    content: '\e60b';
}
.wrap-contact .contact .share ul li.linkedin a:before {
    content: '\e6f0';
}
.wrap-contact .contact .share ul li.instagram a:before {
    content: '\e6b6';
}
.wrap-contact .contact .share ul li.youtube a:before {
    content: '\e618';
}
.wrap-contact .contact .share ul li.google a:before {
    content: '\e645';
}
.wrap-contact .contact .share ul li.amazon a:before {
    content: '\e6c1';
}
.wrap-contact .contact .share ul li:hover a {
    color: #e76409;
}
@media (max-width: 991px) {
    .wrap-contact .message {
        margin-top: 30px;
    }
}
.wrap-contact .message .row {
    margin: 0 -5px;
}
.wrap-contact .message .row .itembox {
    padding: 0 5px;
}
.wrap-contact .message form {
    margin-top: 20px;
}
@media (max-width: 991px) {
    .wrap-contact .message form {
        margin: 0;
    }
}
.wrap-contact .message form input,
.wrap-contact .message form textarea,
.wrap-contact .message form select {
    font-size: 14px;
    line-height: 30px;

    width: 100%;
    min-height: 50px;
    margin-top: 10px;
    padding: 10px 20px;

    resize: vertical;

    border: none;
    outline: none;
    background: none;
    background-color: rgba(255, 255, 255, .36);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .1);
}
@media (max-width: 767px) {
    .wrap-contact .message form input,
    .wrap-contact .message form textarea,
    .wrap-contact .message form select {
        font-size: 14px;
        line-height: 24px;

        min-height: 36px;
        padding: 6px 10px;
    }
}
.wrap-contact .message form input::-webkit-input-placeholder,
.wrap-contact .message form textarea::-webkit-input-placeholder {
    color: #fff;
}
.wrap-contact .message form input:-o-placeholder,
.wrap-contact .message form textarea:-o-placeholder {
    color: #fff;
}
.wrap-contact .message form input::-moz-placeholder,
.wrap-contact .message form textarea::-moz-placeholder {
    color: #fff;
}
.wrap-contact .message form input:-ms-input-placeholder,
.wrap-contact .message form textarea:-ms-input-placeholder {
    color: #fff;
}
.wrap-contact .message form input:focus::-webkit-input-placeholder,
.wrap-contact .message form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.wrap-contact .message form input:focus::-o-placeholder,
.wrap-contact .message form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.wrap-contact .message form input:focus::-moz-placeholder,
.wrap-contact .message form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.wrap-contact .message form input:focus::-ms-input-placeholder,
.wrap-contact .message form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.wrap-contact .message form select {
    background: url(../images/select_bg.png) no-repeat center right rgba(255, 255, 255, .36);

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*去掉下拉箭头*/
}
.wrap-contact .message form select option {
    line-height: 24px;

    color: #666;
    background-color: #eee;
}
.wrap-contact .message form .submit {
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;

    display: inline-block;

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

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

    color: #e76409;
    border: none;
    border-radius: 0;
    outline: none;
    background-color: #fff;
}
@media (max-width: 991px) {
    .wrap-contact .message form .submit {
        line-height: 40px;

        margin-top: 20px;
        padding-bottom: 0 40px;
    }
}
.wrap-contact .message form .submit:hover {
    color: #fff;
    background: #e76409;
}
.wrap-map .map-content {
    height: 500px;
}
@media (max-width: 767px) {
    .wrap-map .map-content {
        height: 330px;
    }
}
.wrap-inquiry .bar {
    margin-top: 50px;
}
.wrap-inquiry .title-inquiry {
    text-align: center;
}
.wrap-inquiry .title-inquiry h2 {
    font-size: 48px;
    line-height: 1;

    margin: 0;

    -webkit-text-stroke: .5px #222;
}
@media (max-width: 1470px) {
    .wrap-inquiry .title-inquiry h2 {
        font-size: 40px;
    }
}
@media (max-width: 1350px) {
    .wrap-inquiry .title-inquiry h2 {
        font-size: 35px;
    }
}
@media (max-width: 1199px) {
    .wrap-inquiry .title-inquiry h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .wrap-inquiry .title-inquiry h2 {
        font-size: 26px;
    }
}
@media (max-width: 767px) {
    .wrap-inquiry .title-inquiry h2 {
        font-size: 20px;
    }
}
.wrap-inquiry table {
    width: 100%;

    border-collapse: collapse;
}
.wrap-inquiry table tr {
    border-bottom: 1px solid #d5d5d5;
}
.wrap-inquiry table tr:first-child {
    font-size: 16px;

    overflow: hidden;

    border: 1px solid #d5d5d5;
    background-color: #ebebeb;
}
@media (max-width: 991px) {
    .wrap-inquiry table tr:first-child {
        font-size: 14px;
    }
}
.wrap-inquiry table th {
    font-weight: normal;
    line-height: 30px;

    height: 52px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;

    text-align: left;
}
.wrap-inquiry table td,
.wrap-inquiry table th {
    padding: 30px 10px;
}
.wrap-inquiry table td:first-child,
.wrap-inquiry table th:first-child {
    width: 15%;
    padding: 0 5%;
}
@media (max-width: 767px) {
    .wrap-inquiry table td:first-child,
    .wrap-inquiry table th:first-child {
        width: 22%;
        padding: 0 2%;
    }
}
.wrap-inquiry table td:nth-child(2),
.wrap-inquiry table th:nth-child(2) {
    width: 55%;
}
@media (max-width: 991px) {
    .wrap-inquiry table td:nth-child(2),
    .wrap-inquiry table th:nth-child(2) {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .wrap-inquiry table td:nth-child(2),
    .wrap-inquiry table th:nth-child(2) {
        width: 55%;
    }
}
.wrap-inquiry table td:nth-child(3),
.wrap-inquiry table th:nth-child(3) {
    width: 15%;
}
@media (max-width: 991px) {
    .wrap-inquiry table td:nth-child(3),
    .wrap-inquiry table th:nth-child(3) {
        width: 20%;
    }
}
@media (max-width: 767px) {
    .wrap-inquiry table td:nth-child(3),
    .wrap-inquiry table th:nth-child(3) {
        width: 10%;

        text-align: center;
    }
}
.wrap-inquiry table td:nth-child(4),
.wrap-inquiry table th:nth-child(4) {
    width: 15%;

    text-align: center;
}
.wrap-inquiry table .Each,
.wrap-inquiry table .all {
    position: relative;

    float: left;

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

    text-align: center;

    border: 1px solid #d5d5d5;
    outline: none;
    background-color: #fff;

    -webkit-appearance: none;
}
.wrap-inquiry table .Each:checked::after,
.wrap-inquiry table .all:checked::after {
    font-family: 'iconfont';
    font-size: 18px;

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

    content: '\e656';
}
.wrap-inquiry table input {
    font-size: 16px;
    line-height: 32px;

    position: relative;
    top: -1px;

    width: 60px;
    height: 32px;

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

    border: none;
    outline: none;
}
@media (max-width: 991px) {
    .wrap-inquiry table input {
        width: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-inquiry table input {
        font-size: 14px;
        line-height: 30px;

        width: 20px;
        height: 30px;

        border-right: none;
        border-left: none;
    }
}
.wrap-inquiry table .del1,
.wrap-inquiry table .add1 {
    font-size: 20px;
    line-height: 28px;

    display: inline-block;

    width: 36px;
    height: 32px;
    margin-top: -1px;
    padding: 0;

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

    border: 1px solid #dfdfdf;
}
@media (max-width: 767px) {
    .wrap-inquiry table .del1,
    .wrap-inquiry table .add1 {
        line-height: 30px;

        position: relative;
        z-index: 8;

        display: block;

        width: 20px;
        height: 30px;
        margin: 0 auto;
    }
}
.wrap-inquiry table .pic {
    display: inline-block;

    width: 24%;
    margin-right: -4px;

    vertical-align: middle;
}
@media (max-width: 767px) {
    .wrap-inquiry table .pic {
        display: block;

        width: 100%;
    }
}
.wrap-inquiry table .pic .img-box {
    padding-bottom: 65.55555556%;
}
.wrap-inquiry table p {
    font-size: 18px;
    line-height: 24px;

    display: inline-block;
    overflow: hidden;

    width: 70%;
    height: 24px;
    margin: 0;
    margin-right: -4px;
    padding-left: 4%;

    vertical-align: middle;
}
@media (max-width: 1199px) {
    .wrap-inquiry table p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .wrap-inquiry table p {
        font-size: 14px;

        display: block;

        width: 100%;
        margin: 0;
    }
}
@media (max-width: 320px) {
    .wrap-inquiry table p {
        font-size: 12px;
    }
}
.wrap-inquiry .close {
    float: none;

    cursor: pointer;
    text-align: center;

    opacity: 1;
}
.wrap-inquiry .close::after {
    font-family: 'iconfont';
    font-size: 24px;
    font-weight: normal;

    content: '\e632';

    color: #999;
}
.wrap-inquiry .close:hover::after {
    color: #d1aa57;
}
.wrap-inquiry .inquiry {
    padding-top: 90px;
}
@media (max-width: 1199px) {
    .wrap-inquiry .inquiry {
        padding-top: 50px;
    }
}
@media (max-width: 991px) {
    .wrap-inquiry .inquiry {
        padding-top: 30px;
    }
}
.wrap-inquiry .inquiry form {
    margin-top: 30px;
}
@media (max-width: 991px) {
    .wrap-inquiry .inquiry form {
        margin-top: 10px;
    }
}
.wrap-inquiry .inquiry form p {
    font-size: 18px;
    line-height: 24px;

    margin: 16px 0 0 0;
}
@media (max-width: 991px) {
    .wrap-inquiry .inquiry form p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .wrap-inquiry .inquiry form p {
        font-size: 14px;

        margin-top: 6px;
    }
}
.wrap-inquiry .inquiry form input,
.wrap-inquiry .inquiry form textarea {
    line-height: 30px;

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

    resize: vertical;

    border: none;
    outline: none;
    background: none;
    background-color: #f5f5f5;
}
@media (max-width: 767px) {
    .wrap-inquiry .inquiry form input,
    .wrap-inquiry .inquiry form textarea {
        font-size: 14px;
        line-height: 24px;

        margin: 0;
        padding: 6px 10px;
    }
}
.wrap-inquiry .inquiry form input::-webkit-input-placeholder,
.wrap-inquiry .inquiry form textarea::-webkit-input-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry form input:-o-placeholder,
.wrap-inquiry .inquiry form textarea:-o-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry form input::-moz-placeholder,
.wrap-inquiry .inquiry form textarea::-moz-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry form input:-ms-input-placeholder,
.wrap-inquiry .inquiry form textarea:-ms-input-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry form input:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.wrap-inquiry .inquiry form input:focus::-o-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.wrap-inquiry .inquiry form input:focus::-moz-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.wrap-inquiry .inquiry form input:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.wrap-inquiry .inquiry form .submit {
    font-size: 17px;
    line-height: 46px;

    display: inline-block;

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

    color: #fff;
    border: none;
    border-radius: 0;
    outline: none;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(5%, #b38845), color-stop(50%, #dbbc55), to(#b38845));
    background-image: -webkit-linear-gradient(left, #b38845 5%, #dbbc55 50%, #b38845);
    background-image: linear-gradient(to right, #b38845 5%, #dbbc55 50%, #b38845);

    -webkit-text-stroke: .2px #fff;
}
@media (max-width: 991px) {
    .wrap-inquiry .inquiry form .submit {
        line-height: 40px;

        margin-top: 20px;
        padding-bottom: 0 40px;
    }
}
.wrap-inquiry .inquiry form .submit:hover {
    background: #d1aa57;
}
.wrap-inquiry .inquiry .send {
    text-align: center;
}
.wrap-inquiry .inquiry .read input {
    background-color: #e1e1e1;
}
.wrap-inquiry .inquiry .read input::-webkit-input-placeholder,
.wrap-inquiry .inquiry .read textarea::-webkit-input-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry .read input:-o-placeholder,
.wrap-inquiry .inquiry .read textarea:-o-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry .read input::-moz-placeholder,
.wrap-inquiry .inquiry .read textarea::-moz-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry .read input:-ms-input-placeholder,
.wrap-inquiry .inquiry .read textarea:-ms-input-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry .read input:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry .read textarea:focus::-webkit-input-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry .read input:focus::-o-placeholder,
.wrap-inquiry .inquiry .read textarea:focus::-o-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry .read input:focus::-moz-placeholder,
.wrap-inquiry .inquiry .read textarea:focus::-moz-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry .read input:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry .read textarea:focus::-ms-input-placeholder {
    color: #333;
}
@media (min-width: 1470px) {
    .wrap-sitemap .title-in h2 {
        font-size: 44px;
    }
}
.wrap-sitemap .sitemap {
    margin-top: 40px;
}
@media (max-width: 1199px) {
    .wrap-sitemap .sitemap {
        margin-top: 30px;
    }
}
.wrap-sitemap .sitemap>ul>li {
    position: relative;

    width: 100%;
    margin-top: 20px;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap>ul>li {
        min-height: 38px;
        margin-top: 20px;
        padding-left: 0;
    }
}
.wrap-sitemap .sitemap>ul>li>a {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    display: inline-block;

    width: 180px;
    padding: 10px 0;

    text-align: center;
    text-transform: uppercase;

    color: #fff;
    background-color: #e76409;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap>ul>li>a {
        font-size: 16px;

        position: relative;

        display: block;

        width: 140px;
        padding: 4px 0;
    }
}
.wrap-sitemap .sitemap>ul>li:hover>a {
    text-decoration: underline;
}
.wrap-sitemap .sitemap>ul>li>ul {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap>ul>li>ul {
        margin-top: 10px;
    }
}
@media (max-width: 991px) {
    .wrap-sitemap .sitemap>ul>li>ul>li {
        display: inline-block;

        vertical-align: top;
    }
}
.wrap-sitemap .sitemap>ul>li>ul>li>a {
    font-size: 16px;
    line-height: 30px;

    display: block;

    padding: 2px 50px;

    text-transform: uppercase;
}
@media (max-width: 991px) {
    .wrap-sitemap .sitemap>ul>li>ul>li>a {
        font-size: 14px;
        line-height: 30px;

        min-width: auto;
        padding: 0 10px;
    }
}
.wrap-sitemap .sitemap>ul>li>ul>li:hover>a {
    text-decoration: underline;

    color: #e76409;
}
@media (max-width: 991px) {
    .wrap-sitemap .product-sitemap {
        margin-top: 30px;
    }
}
.wrap-sitemap .product-sitemap .sitemap>ul>li>ul>li {
    display: inline-block;

    vertical-align: top;
}
.wrap-sitemap .product-sitemap .sitemap>ul>li>ul>li>a {
    padding: 2px 30px;
}
@media (max-width: 991px) {
    .wrap-sitemap .product-sitemap .sitemap>ul>li>ul>li>a {
        padding: 0 10px;
    }
}
nav {
    text-align: center;
}
.pagination {
    margin: 70px 0 0 0;
    padding: 0;
}
@media (max-width: 991px) {
    .pagination {
        margin-top: 30px;
    }
}
.pagination li.prev a,
.pagination li.next a {
    border-radius: 50%;
}
.pagination li.prev a span,
.pagination li.next a span {
    border-radius: 50%;
}
.pagination li.prev a span:before,
.pagination li.next a span:before {
    font-family: 'iconfont' !important;

    content: '\eb60';
}
.pagination li.next a {
    border-radius: 50%;
}
.pagination li.next a span {
    border-radius: 50%;
}
.pagination li.next a span:before {
    content: '\e625';
}
.pagination li a {
    line-height: 33px;

    display: block;

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

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

    color: #666;
    border: 1px solid #d5d5d5;
    border-radius: 50%;
    background: none;
}
@media (max-width: 991px) {
    .pagination li a {
        margin: 0 4px;
    }
}
.pagination li a span {
    border-radius: 50%;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: #fff;
    border-color: #e76409;
    background-color: #e76409;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #fff;
    border-color: #e76409;
    background-color: #e76409;
}
@media (max-width: 991px) {
    .lg {
        display: none;
    }
}
.xs {
    display: none;
}
@media (max-width: 991px) {
    .xs {
        display: block;
    }
}
@media (max-width: 767px) {
    .fixed .header .sites {
        z-index: 9999;
        bottom: 20px;
        left: 0;

        display: block;
    }
    .fixed .header .sites .down-nav {
        left: 0;

        -webkit-animation: fadeIn 1s 0s ease both;
        animation: fadeIn 1s 0s ease both;
    }
    .fixed .header .language {
        z-index: 9999;
        top: 20px;
        left: 0;

        display: block;
    }
    .fixed .header .language .lan-nav {
        left: 0;

        -webkit-animation: fadeIn 1s 0s ease both;
        animation: fadeIn 1s 0s ease both;
    }
}
@media (max-width: 1199px) {
    .skiptranslate iframe {
        display: none;
    }
    .google-translation .skiptranslate {
        display: inline-block;
    }
    body {
        top: 0 !important;
    }
}

.share-cn {
    display: none;
}
&[lang=zh-CN] {
    .share-cn {
        display: block;
    }
    .share-other {
        display: none;
    }
}
.a2a_kit {
    display: inline-block;
    vertical-align: middle;
}
.header .language .lan-nav li a {
    white-space: nowrap;
}
.header .language .lan-nav li.es a:before {
    background-position: -52px 0;
}

/* 2024.5.29导航修改（tang） */

.header .nav-list2-new {
    font-size: 0;

    position: absolute;
    z-index: 8;
    top: 100%;
    left: 0;

    display: none;
    overflow-y: auto;

    width: 100%;
    max-height: -webkit-calc(100vh - 90px);
    max-height: calc(100vh - 90px);
    padding: 50px 10%;

    text-align: left;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1560px) {
    .header .nav-list2-new {
        padding: 50px 5%;
    }
}
.header .nav-list2-new::-webkit-scrollbar {
    position: absolute;
    left: 0;

    width: 4px;
}
.header .nav-list2-new::-webkit-scrollbar-track {
    background-color: #dcdcdc;
}
.header .nav-list2-new::-webkit-scrollbar-thumb {
    background-color: #9f9f9f;
}
.header .nav-list2-new>li {
    font-size: 14px;

    position: relative;

    display: inline-block;

    width: 25%;
    margin: 20px 0;
    padding: 0 30px;

    vertical-align: top;

    border-right: 1px solid #eee;
}
@media (max-width: 1470px) {
    .header .nav-list2-new>li {
        padding: 0 15px;
    }
}
.header .nav-list2-new>li:nth-child(4n+4) {
    border-right: none;
}
.header .nav-list2-new>li>a {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    text-transform: uppercase;
}
.header .nav-list2-new .nav-list3-new {
    position: relative;
    left: 0;

    /* display: grid; */

    margin: 0 -10px;
    padding-top: 150px;

    /* grid: repeat(8, auto) / auto-flow; */
}
.header .nav-list2-new .nav-list3-new>li {
    margin: 6px 0;
}
.header .nav-list2-new .nav-list3-new>li>a {
    line-height: 20px;

    display: block;

    padding: 2px 10px;

    text-transform: uppercase;
}
.header .nav-list2-new .nav-list3-new>li>a img {
    position: absolute;
    top: 10px;
    left: 0;

    width: 150px;
    height: 120px;

    display: none;
}
.header .nav-list2-new .nav-list3-new>li.active>a {
    color: #e76409;
}
.header .nav-list2-new .nav-list3-new>li.active>a img {
    display: block;
}

@media (min-width: 1200px) {

    .banner img {
        left: 50%;
        top: 50%;
        position: absolute;
    }
}

.header {
    position: fixed;
    background-color: rgba(255, 255, 255, 0);
    box-shadow: none;
    /* background-color: #ffffff; */
    color: #ffffff;
    transition: all .2s;
}
.header .find:before {
    color: #ffffff;
}
.header .sites p:after,
.header .language p:after {
    border-color: #ffffff transparent transparent transparent;
}
.header .nav .nav-list1>li>a {
    transition: all 0s;
}
.header:hover,
.fixed-header {
    color: #313131;
    background-color: #ffffff;
    box-shadow: 0 0 10px fade(#000000, 10%);
}

.header:hover .find:before,
.fixed-header .find:before {
    color: #313131;
}
.header:hover .sites p:after,
.header:hover .language p:after,
.header.fixed-header .sites p:after,
.header.fixed-header .language p:after {
    border-color: #666666 transparent transparent transparent;
}
/* @media (max-width: 1199px) {
    .header {
        padding-top: 70px;
    }
} */
.header.fixed-header {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 767px) {
    .banner .slick-arrow {
        display: none !important;
    }
}
.wrap-contact {
    padding-top: 140px;
}

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

.banner-in .item {
    position: relative;
}
@media (max-width: 1199px) {
    .banner-in .slickbanner {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 991px) {
    .banner-in .slickbanner {
        width: 180%;
        max-width: 180%;
        margin-left: -40%;
    }
}

.header .nav-list2-new>li>a,
.header .nav-list2-new .nav-list3-new>li>a {
    text-transform: capitalize;
}

.banner .slick-slide {
    overflow: hidden;
}

.banner-in {
    position: relative;
    overflow: hidden;
}
@media (max-width: 767px) {
    .banner-in .text-in {
        top: 70%;
    }
}
.box-category .category>li a:before {
    display: none;
}
.box-category .category>li a img {
    width: 56px;
    margin-right: 10px;
}
.box-category .category {
    flex-wrap: wrap;
    justify-content: center;
}
.box-category .category>li a {
    padding: 10px;
}

@media (max-width: 991px) {
    .box-category .category>li a img {
        display: block;
        margin-right: 0;
        margin: 0 auto;
    }
}

.btn-open-mes {
    position: fixed;
    right: 0;
    bottom: 30px;
    display: block;
    width: 200px;
    padding: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
    border-radius: 50%;
    z-index: 10;
}
@media (max-width: 991px) {
    .btn-open-mes {
        bottom: 90px;
    }
}
@media (max-width: 767px) {
    .btn-open-mes {
        width: 120px;
    }
}
.btn-open-mes img {
    width: 100%;
    transition: all .6s;
    transform-origin: right center;
}
.btn-open-mes:hover img {
    transform: scale(1.1);
}
#open-inquiry {
    display: none;
}
#open-inquiry .inquiry .container {
    padding: 0 5%;
}
@media (min-width: 1200px) {
    .w20 {
        width: 20%;
    }
}

.wrap-product-show .inquiry-com form .submit {
    margin-top: 20px;
}

.common-erweima {
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.common-erweima .erweima {
    width: 120px;
}
.common-erweima .erweima:nth-child(1) {
    margin-right: 20px;
}
.common-erweima .erweima img {
    width: 100%;
}
.online-wrap .btn {
    bottom: 140px;
}
@media (max-width: 991px) {
    .online-wrap .online {
        bottom: 190px;
    }
}

@media (max-width: 1199px) {
    .wrap-products .products .list ul {
        display: flex;
        flex-wrap: wrap;
    }
    .wrap-products .products .list .item .note p {
        height: auto;
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 10px;
    }

}

.box-product .slick-product-for .item .text .mask ul li,
.wrap-product-show .parameter .specifications .mask ul li,
.wrap-product-show .relate-product .item .text .mask ul li {
    width: auto;
}

.box-product .slick-product-for .item .text .mask .mask-item h4,
.wrap-product-show .parameter .specifications .mask .mask-item h4,
.wrap-product-show .relate-product .item .text .mask .mask-item h4 {
    font-size: 28px;
    padding: 0 10px;
}
@media (max-width: 1470px) {
    .box-product .slick-product-for .item .text .mask .mask-item h4,
    .wrap-product-show .parameter .specifications .mask .mask-item h4,
    .wrap-product-show .relate-product .item .text .mask .mask-item h4 {
        font-size: 24px;
    }
}
@media (max-width: 1350px) {
    .box-product .slick-product-for .item .text .mask .mask-item h4,
    .wrap-product-show .parameter .specifications .mask .mask-item h4,
    .wrap-product-show .relate-product .item .text .mask .mask-item h4 {
        font-size: 22px;
    }
}
@media (max-width: 1199px) {
    .box-product .slick-product-for .item .text .mask .mask-item h4,
    .wrap-product-show .parameter .specifications .mask .mask-item h4,
    .wrap-product-show .relate-product .item .text .mask .mask-item h4 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .box-product .slick-product-for .item .text .mask .mask-item h4,
    .wrap-product-show .parameter .specifications .mask .mask-item h4,
    .wrap-product-show .relate-product .item .text .mask .mask-item h4 {
        font-size: 18px;
    }
}