@charset 'utf-8';
@font-face {
    font-family: 'montserrat-medium';
    font-weight: 500;
    font-style: normal;
    src: url('font/Montserrat-Medium.eot');
    src: url('font/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('font/Montserrat-Medium.woff2') format('woff2'), url('font/Montserrat-Medium.woff') format('woff'), url('font/Montserrat-Medium.ttf') format('truetype'), url('font/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
}
@font-face {
    font-family: 'montserrat-blod';
    font-weight: bold;
    font-style: normal;
    src: url('font/Montserrat-Bold.eot');
    src: url('font/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('font/Montserrat-Bold.woff2') format('woff2'), url('font/Montserrat-Bold.woff') format('woff'), url('font/Montserrat-Bold.ttf') format('truetype'), url('font/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
}
@font-face {
    font-family: 'montserrat-light';
    font-weight: 300;
    font-style: normal;
    src: url('font/Montserrat-Light.eot');
    src: url('font/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('font/Montserrat-Light.woff2') format('woff2'), url('font/Montserrat-Light.woff') format('woff'), url('font/Montserrat-Light.ttf') format('truetype'), url('font/Montserrat-Light.svg#Montserrat-Light') format('svg');
}
body {
    font-family: 'montserrat-light', 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
}
body.fixed {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
@media (min-width: 1320px) {
    .container {
        width: 1320px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1319px) {
    .container {
        width: 1200px;
    }
}
li,
ol,
ul {
    list-style: none;
}
a {
    color: inherit;
}
a:hover,
a:link,
a:visited {
    text-decoration: none;
    color: inherit;
}
input[type=number] {
    -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}
ul {
    margin: 0;
    padding: 0;
}
button,
input,
textarea {
    resize: none;
    border: none;
    outline: none;
}
.txt-over1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.hoverbox img {
    -webkit-transition: transform .5s;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}
.hoverbox:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.img-box {
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    padding-bottom: 100%;
}
.img-box img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.page {
    text-align: center;
}
.page li {
    line-height: 50px;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 3px;
    cursor: pointer;
    text-align: center;
    color: #999;
    border: 1px solid #dbdbdb;
    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 767px) {
    .page li {
        line-height: 34px;
        width: 34px;
        height: 34px;
        margin: 0 2px;
    }
}
.page li.active,
.page li:hover {
    color: #fff;
    border-color: #c78550;
    background-color: #c78550;
}
.page li a {
    display: block;
}
.page li.prev,
.page li.next {
    background-color: #f4f4f4;
}
.page li.prev:hover,
.page li.next:hover {
    color: #999;
    border-color: #dbdbdb;
    background-color: #e2e1e1;
}
@media (min-width: 481px) {
    .page li.prev {
        margin-right: 26px;
    }
}
@media (min-width: 481px) {
    .page li.next {
        margin-left: 26px;
    }
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
}
.header {
    z-index: 9;
    width: 100%;
    position: absolute;
    top: 0;
    color: @cf;
    background-color: rgba(0, 0, 0, .4);
}
.header .top {
    line-height: 44px;
    height: 44px;
    color: #666;
    border-bottom: 1px solid #e1e1e1;
}
@media (max-width: 991px) {
    .header .top {
        display: none;
    }
}
.header .top .left {
    float: left;
}
.header .top .left p {
    display: inline-block;
    margin: 0 10px;
    color: #fff;
}
.header .top .left p:before {
    font-family: 'iconfont';
    margin-right: 10px;
    content: '\e601';
}
.header .top .left p.tel:before {
    content: '\e683';
}
.header .top .left p.fax:before {
    content: '\eb83';
}
.header .top .left p.email:before {
    font-size: 16px;
    display: inline-block;
    margin-bottom: -2px;
    content: '\e66a';
}
.header .top .left a:hover {
    text-decoration: underline;
}
.header .top .share {
    float: right;
}
@media (max-width: 1199px) {
    .header .top .share {
        display: none;
    }
}
.header .top .share li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 3px;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    border-radius: 50%;
}
.header .top .share li:hover {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
}
.header .top .share li a {
    font-size: 12px;
    line-height: 20px;
    display: block;
    width: 20px;
    height: 100%;
    height: 20px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}
.header .top .share li a:before {
    vertical-align: middle;
}
.header .top .share li a.icon-facebook {
    background-color: #334c84;
}
.header .top .share li a.icon-google {
    background-color: #be4532;
}
.header .top .share li a.icon-linkedin {
    background-color: #2279ae;
}
.header .top .share li a.icon-pinterest {
    background-color: #b8272e;
}
.header .top .share li a.icon-instagram {
    background-color: #6b3d2e;
}
.header .top .share li a.icon-tuite {
    background-color: #05a0d0;
}
.header .top .share li a.icon-youtube {
    background-color: #b5342e;
}
.header .top .top-nav {
    float: right;
    margin-right: 4px;
}
.header .top .top-nav a {
    padding: 0 12px;
    color: #fff;
}
.header .top .top-nav a:hover {
    text-decoration: underline;
    color: #c78550;
}
.header .top-center {
    position: relative;
    padding: 10px 0;
    text-align: center;
}
.header .top-center .logo {
    float: left;
}
@media (max-width: 1199px) {
    .header .top-center .logo {
        width: 44px;
    }
}
.header .top-center .logo img {
    width: 100%;
}
@media (max-width: 1199px) {
    .header .top-center {
        padding: 10px 0;
    }
}
.header .top-center .cart {
    font-size: 13px;
    line-height: 30px;
    float: right;
    margin: 10px 3px 0 0px;
}
.header .top-center .cart a.J-shoping {
    font-family: 'montserrat-medium', 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
    font-size: 14px;
    line-height: 45px;
    position: relative;
    display: inline-block;
    text-align: center;
    color: #fff;
}
.header .top-center .cart a.J-shoping::before {
    font-family: 'iconfont';
    font-size: 22px;
    display: inline-block;
    width: 45px;
    height: 45px;
    margin-right: 10px;
    content: '\e610';
    color: #fff;
    border-radius: 50%;
    background-color: #c78550;
}
.header .top-center .cart a.J-shoping span {
    font-size: 12px;
    line-height: 20px;
    color: #fff;
}
@media (max-width: 1199px) {
    .header .top-center .cart {
        display: none;
    }
}
.header .top-center .cart:hover {
    color: #c78550;
}
.header .c-search {
    position: relative;
    display: none;
    overflow: hidden;
    width: 240px;
}
@media(max-width: 1350px) {
    .header .c-search {
        width: 200px;
    }
}
@media (min-width: 1200px) {
    .header .c-search {
        float: right;
        height: 30px;
        margin-top: 5px;
    }
    .header .c-search.lg-search {
        display: block;
    }
}
@media (max-width: 1199px) {
    .header .c-search {
        position: absolute;
        z-index: 9999;
        bottom: 30px;
        left: 0;
        width: 100%;
        padding: 20px 0 10px 0;
    }
    .header .c-search.xs-search {
        display: block;
    }
}
@media (max-width: 767px) {
    .header .c-search {
        bottom: 10px;
    }
}
.header .c-search form {
    width: 100%;
    border: 1px solid #d3d3d3;
    border-radius: 50px;
    height: 30px;
}
@media (min-width:1200) {
    .header .c-search form {
        float: left;
    }
}
@media (max-width: 1199px) {
    .header .c-search form {
        position: relative;
        width: 90%;
        margin: 0 auto;
        background-color: #fff;
    }
    .header .c-search form .btn {
        margin-top: 0;
    }
}
.header .c-search .btn {
    position: absolute;
    top: 0;
    right: 10px;
    margin-top: 2px;
    padding: 0;
    margin: 0;
    line-height: 30px;
    cursor: pointer;
    background: none;
}
.header .c-search .btn:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    content: '\e642';
    color: #fff;
}
.header .c-search input {
    line-height: 30px;
    width: 100%;
    height: 30px;
    padding: 0 40px 0 20px;
    border: none;
    outline: none;
    background: none;
    color: #fff;
    vertical-align: top;
}
.header .c-search input::-webkit-input-placeholder,
.header .c-search textarea::-webkit-input-placeholder {
    color: #fff;
}
.header .c-search input:-o-placeholder,
.header .c-search textarea:-o-placeholder {
    color: #fff;
}
.header .c-search input::-moz-placeholder,
.header .c-search textarea::-moz-placeholder {
    color: #fff;
}
.header .c-search input:-ms-input-placeholder,
.header .c-search textarea:-ms-input-placeholder {
    color: #fff;
}
.header .c-search input:focus::-webkit-input-placeholder,
.header .c-search textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.header .c-search input:focus::-o-placeholder,
.header .c-search textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.header .c-search input:focus::-moz-placeholder,
.header .c-search textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.header .c-search input:focus::-ms-input-placeholder,
.header .c-search textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.header .nav-collapse {
    position: relative;
    display: none;
    float: right;
    width: 40px;
    height: 40px;
    margin-top: 30px;
    margin-left: 10px;
    padding: 0;
    cursor: pointer;
    background: none;
}
@media (max-width: 1199px) {
    .header .nav-collapse {
        display: block;
        margin-top: 6px;
    }
    .header .nav-collapse.nav-collapse-1 {
        position: absolute;
        z-index: 9999;
        top: 10px;
        right: 30px;
        display: block;
        margin-top: 10px;
        border: none;
    }
    .header .nav-collapse.nav-collapse-1 .btn-line {
        background-color: #fff !important;
    }
}
.header .nav-collapse .btn-line {
    position: absolute;
    left: 50%;
    width: 25px;
    height: 2px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1) {
    position: absolute;
    display: block;
    width: 25px;
    height: 2px;
    content: '';
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background: #fff;
}
.header .nav-collapse .btn-line:nth-child(1) {
    top: 35%;
}
.header .nav-collapse .btn-line:nth-child(2) {
    top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3) {
    top: 65%;
}
.header .nav-collapse.active {
    border-color: transparent;
}
.header .nav-collapse.active .btn-line {
    background-color: #fff;
}
.header .nav-collapse.active .btn-line:nth-child(2) {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
}
.header .nav-collapse.active .btn-line:nth-child(1) {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) rotateZ(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotateZ(45deg);
}
.header .nav-collapse.active .btn-line:nth-child(3) {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) rotateZ(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotateZ(-45deg);
}
@media (min-width: 1200px) {
    .header .nav {
        /*display: block;*/
        display: inline-block;
        /*background-color: #393939;*/
    }
}
@media (max-width: 1199px) {
    .header .nav {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100%;
        padding: 0 50px;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        text-align: left;
        text-align: center;
        background: #fafafa;
        background: #000;
    }
    .header .nav .tbl {
        display: table;
        width: 100%;
        height: 100%;
    }
    .header .nav .tbl-cell {
        display: table-cell;
        height: 100%;
        vertical-align: middle;
    }
    .header .nav .container {
        width: 100%;
        height: 100%;
    }
}
@media (max-width: 767px) {
    .header .nav {
        width: 100%;
        padding: 30px;
    }
}
.header .nav.left-100 {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.header .nav.left-200 {
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0);
}
@media (min-width: 1200px) {
    .header .nav .nav-list1 {
        font-size: 14px;
        /*position: relative;*/
        /*color: #fff;*/
    }
    .header .nav .nav-list1>li {
        /*position: relative;*/
        display: inline-block;
    }
    .header .nav .nav-list1>li>a {
        display: block;
        padding: 0 20px;
        line-height: 66px;
        text-align: center;
        color: #fff;
    }
    .header .nav .nav-list1>li>a:hover,
    .header .nav .nav-list1>li.active>a,
    .header .nav .nav-list1>li.hover>a {
        color: #c78550;
    }
    .header .nav .nav-list1>li.more>a:after {
        font-family: 'iconfont' !important;
        margin-left: 10px;
        content: '\e602';
        vertical-align: middle;
    }
    .header .nav .nav-list1>li .nav-list2,
    .header .nav .nav-list1>li .nav-list2,
    .header .nav .nav-list1>li .nav-list2,
    .header .nav .nav-list1>li .nav-list2 {
        left: 0;
        min-height: 300px;
    }
}
@media (max-width: 1199px) {
    .header .nav .nav-list1 {
        margin: 20px 0;
        opacity: 0;
    }
    .header .nav .nav-list1>li {
        -webkit-transform: translateX(-25px);
        -ms-transform: translateX(-25px);
        transform: translateX(-25px);
        opacity: 0;
    }
    .header .nav .nav-list1>a {
        font-family: 'arial black';
        font-size: 20px;
        color: #fff;
    }
}
.header .nav .nav-list2,
.header .nav .nav-list3 {
    /*display: none;*/
}
@media (max-width: 1199px) {
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a {
        font-size: 16px;
        line-height: 2;
        margin-top: 5px;
        color: #fff;
    }
}
.header .nav .nav-list2 a,
.header .nav .nav-list3 a {
    display: block;
}
@media (max-height: 580px) {
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a {
        margin-top: 0;
    }
}
@media (min-width: 1200px) {
    .header .nav .nav-list2 {
        position: absolute;
        z-index: 888;
        top: 100%;
        left: 0;
        min-width: 100%;
        padding: 24px 0 20px;
        background: #fff;
        background-color: #333;
        box-shadow: 0 0 20px 2px rgba(105, 105, 105, .2);
    }
    .header .nav .nav-list2>li:hover {
        color: #c78550;
    }
    .header .nav .nav-list2>li>a {
        line-height: 30px;
        display: block;
        padding: 0 20px;
        /*white-space: nowrap;*/
    }
    .header .nav .nav-list2>li>a:before {
        display: none;
    }
}
.header .nav-2,
.header .nav-3 {
    display: none;
}
@media (max-width: 1199px) {
    .header .nav-2,
    .header .nav-3 {
        position: absolute;
        z-index: 9999;
        top: 0;
        display: block;
        overflow: hidden;
        width: 100%;
        height: 100%;
        padding: 20px;
        -webkit-transition: left .3s;
        transition: left .3s;
        text-align: left;
        text-align: center;
        color: #fff;
        background: #fafafa;
        background: #000;
    }
}
.header .nav-2 .nav-top,
.header .nav-3 .nav-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before {
    font-family: 'iconfont' !important;
    font-size: 26px;
    content: '\e9b5';
}
.header .nav-2 .nav-top h2,
.header .nav-3 .nav-top h2 {
    font-family: 'montserrat-blod', 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
    font-size: 30px;
    margin: 0;
}
@media (max-width: 767px) {
    .header .nav-2 .nav-top h2,
    .header .nav-3 .nav-top h2 {
        font-size: 20px;
    }
}
.header .nav-2 .nav-top .nav-collapse-2,
.header .nav-3 .nav-top .nav-collapse-2 {
    margin: 0;
}
.header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav-3 .nav-top .nav-collapse-2 .btn-line {
    background-color: #fff;
}
.header .nav-2 .content,
.header .nav-3 .content {
    margin-top: 12%;
}
@media (max-width: 767px) {
    .header .nav-2 .content ul,
    .header .nav-3 .content ul {
        padding: 0 15px;
    }
}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li {
    font-size: 20px;
    line-height: 50px;
    margin: 25px 0;
    text-align: left;
}
@media (max-width: 767px) {
    .header .nav-2 .content ul li,
    .header .nav-3 .content ul li {
        margin: 0;
    }
}
.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more {
    position: relative;
}
.header .nav-2 .content ul li.more:after,
.header .nav-3 .content ul li.more:after {
    font-family: 'iconfont' !important;
    font-size: 16px;
    position: absolute;
    top: 50%;
    right: 0;
    content: '\e72f';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}
.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a {
    display: block;
}
.header .nav-2 {
    left: 100%;
}
.header .nav-3 {
    left: 200%;
}
.header .nav-3 .content ul li {
    font-size: 19px;
}
.header .fade-out ul {
    text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header .fade-out ul {
        padding: 0 5%;
    }
}
@media (max-width: 1199px) {
    .header .fade-out ul.nav-list1 {
        opacity: 1;
    }
    .header .fade-out ul.nav-list1 a {
        font-family: 'montserrat-blod', 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
        color: #fff;
    }
    .header .fade-out ul.nav-list1>li {
        position: relative;
        margin: 20px 0;
    }
    .header .fade-out ul.nav-list1>li.act {
        -webkit-transition: all .4s;
        transition: all .4s;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    .header .fade-out ul.nav-list1>li.more:after {
        font-family: 'iconfont' !important;
        font-size: 25px;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -18px;
        content: '\e72f';
        color: #fff;
    }
    .header .fade-out ul.nav-list1>li>a {
        font-size: 20px;
        line-height: 55px;
        display: block;
    }
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 24px;
    }
}
@media (max-width: 991px) and (max-width: 767px) {
    .header .fade-out ul.nav-list1>li {
        margin: 0;
    }
}
@media (max-width: 991px) and (max-height: 550px) {
    .header .fade-out ul.nav-list1>li>a {
        line-height: 45px;
    }
}
@media (max-width: 991px) and (max-height: 768px) {
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 18px;
    }
}
@media (max-width: 991px) and (max-width: 480px) {
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 14px;
    }
}
@media (min-width: 1200px) {
    .header .cart-box-xs {
        display: none;
    }
}
@media (max-width: 1199px) {
    .header .cart-box-xs {
        font-size: 24px;
        position: absolute;
        top: 25px;
        left: 0;
        left: 30px;
        color: #fff;
    }
    .header .cart-box-xs span {
        font-size: 16px;
        line-height: 26px;
        display: inline-block;
        width: 30px;
        height: 30px;
        margin-left: 10px;
        -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        transform: translateY(-3px);
        text-align: center;
        border: 2px solid #fff;
        border-radius: 50%;
    }
}
.banner {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.banner img {
    display: block;
    width: 100%;
}
@media (max-width: 1470px) {
    .banner .owl-theme {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
.banner .owl-theme .owl-controls {
    margin: 0;
}
.banner .owl-theme .owl-controls .owl-pagination {
    position: absolute;
    right: 0;
    bottom: 24px;
    left: 0;
    width: 100%;
    margin: auto;
}
@media (max-width: 1199px) {
    .banner .owl-theme .owl-controls .owl-pagination {
        bottom: 14px;
        text-align: center;
    }
}
.banner .owl-theme .owl-controls .owl-pagination .owl-page span {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 7px;
    opacity: .5;
    border-radius: 50%;
    background-color: #fff;
}
.banner .owl-theme .owl-controls .owl-pagination .owl-page.active span {
    display: inline-block;
    opacity: 1;
}
.banner .owl-theme .owl-controls .owl-buttons {
    display: none;
}
.banner .text p {
    font-size: 28px;
    font-weight: 200;
    position: absolute;
    top: 30%;
    margin-left: 6%;
    color: #fff;
}
.wrap .title-box {
    text-align: center;
}
.wrap .title-box h3 {
    font-family: 'montserrat-blod', 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
    font-size: 36px;
    margin: 0 0 25px 0;
}
@media (max-width: 767px) {
    .wrap .title-box h3 {
        font-size: 28px;
    }
}
.wrap .title-box h3 span {
    color: #c78550;
}
.wrap .title-box h3+p {
    line-height: 1.71428571;
    width: 70%;
    margin: 0 auto;
    color: #666;
}
@media (max-width: 767px) {
    .wrap .title-box h3+p {
        width: 100%;
    }
}
.wrap .index-box {
    padding: 90px 0;
}
@media (max-width: 1199px) {
    .wrap .index-box {
        padding: 80px 0;
    }
}
@media (max-width: 991px) {
    .wrap .index-box {
        padding: 40px 0;
    }
}
@media (max-width: 767px) {
    .wrap .index-box {
        padding: 30px 0;
    }
}
/*.wrap .index-product .title-box {
    margin-bottom: 45px;
}
.wrap .index-product .owl-carousel {
    display: block;
    zoom: 1;
    border: 1px solid #ececec;
}
.wrap .index-product .owl-carousel:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
}
.wrap .index-product .item {
    zoom: 1;
    -webkit-transition: .3s;
    transition: .3s;
}
.wrap .index-product .item:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
}
.wrap .index-product .item img {
    -webkit-transition: transform .5s;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}
.wrap .index-product .item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .wrap .index-product .item {
        width: 100%;
    }
    .wrap .index-product .item:nth-child(even) .pic-box {
        float: right;
    }
    .wrap .index-product .item:nth-child(even) .pic-box:before {
        right: auto;
        left: -1px;
        border-width: 15px 0 15px 15px;
        border-color: transparent transparent transparent #fff;
    }
}
@media (min-width: 992px) {
    .wrap .index-product .item {
        float: left;
        width: 50%;
    }
    .wrap .index-product .item:nth-child(1):hover .pic-box:before,
    .wrap .index-product .item:nth-child(2):hover .pic-box:before {
        border-color: transparent transparent transparent #c78550;
    }
    .wrap .index-product .item:nth-child(1) .pic-box,
    .wrap .index-product .item:nth-child(2) .pic-box {
        float: right;
    }
    .wrap .index-product .item:nth-child(1) .pic-box:before,
    .wrap .index-product .item:nth-child(2) .pic-box:before {
        right: auto;
        left: -1px;
        border-width: 15px 0 15px 15px;
        border-color: transparent transparent transparent #fff;
    }
    .wrap .index-product .item:hover {
        color: #fff;
        background-color: #c78550;
    }
    .wrap .index-product .item:hover .pic-box:before {
        border-color: transparent #c78550 transparent transparent;
    }
}
@media (min-width: 768px) {
    .wrap .index-product .intruduce,
    .wrap .index-product .pic-box {
        float: left;
        width: 50%;
    }
}
.wrap .index-product .intruduce {
    padding: 40px 25px;
}
.wrap .index-product .intruduce h4 {
    font-family: 'montserrat-medium', 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
    font-size: 18px;
    margin: 0 0 20px 0;
}
.wrap .index-product .intruduce p {
    position: relative;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}
.wrap .index-product .intruduce p:before {
    font-family: 'iconfont' !important;
    position: absolute;
    top: 50%;
    left: -20px;
    content: '\e643';
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transform: translateY(-50%) scale(.5);
    -ms-transform: translateY(-50%) scale(.5);
    transform: translateY(-50%) scale(.5);
    opacity: 0;
    color: #fff;
}
@media (min-width: 992px) {
    .wrap .index-product .intruduce p:hover {
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
    .wrap .index-product .intruduce p:hover:before {
        opacity: 1;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .wrap .index-product .intruduce {
        padding: 25px 25px;
    }
    .wrap .index-product .intruduce h4 {
        margin-bottom: 10px;
    }
    .wrap .index-product .intruduce p {
        margin-bottom: 5px;
    }
}
@media (max-width: 767px) {
    .wrap .index-product .intruduce {
        padding: 20px 25px;
    }
}
.wrap .index-product .pic-box {
    position: relative;
}
@media (min-width: 768px) {
    .wrap .index-product .pic-box:before {
        position: absolute;
        z-index: 8;
        top: 13%;
        right: -1px;
        width: 0;
        height: 0;
        content: '';
        -webkit-transition: border-color .3s;
        transition: border-color .3s;
        border-width: 15px 15px 15px 0;
        border-style: solid;
        border-color: transparent #fff transparent transparent;
    }
}
.wrap .index-product .img-box {
    padding-bottom: 81.25%;
}*/
.index-product .product .item {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 40px;
    border: 1px solid #dcdcdc;
}
@media (max-width: 991px) {
    .index-product .product .item {
        margin-top: 20px;
    }
}
.index-product .product .item .pic .img-box {
    padding-bottom: 70%;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.index-product .product .item .note p {
    font-size: 16px;
    line-height: 50px;
    display: -webkit-box;
    overflow: hidden;
    height: 50px;
    margin: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
    background-color: #eee;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
    .index-product .product .item .note p {
        font-size: 16px;
        line-height: 40px;
        height: 40px;
    }
}
.index-product .product .item .maskbg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(110%);
    -ms-transform: translateY(110%);
    transform: translateY(110%);
    background-color: rgba(193, 130, 78, .75);
}
@media (max-width: 991px) {
    .index-product .product .item .maskbg {
        display: none;
    }
}
.index-product .product .item .maskbg .mask {
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 0 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
.index-product .product .item .maskbg .mask b {
    font-size: 24px;
    line-height: 34px;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    height: 34px;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.index-product .product .item .maskbg .mask p {
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    color: #fff;
}
.index-product .product .item .maskbg .mask span {
    font-size: 16px;
    line-height: 35px;
    display: inline-block;
    height: 35px;
    margin-top: 20px;
    padding: 0 34px;
    color: #c78550;
    border-radius: 30px;
    background-color: #f2efef;
}
/*.index-product .product .item .maskbg .mask span:after {
    font-family: 'iconfont' !important;
    font-size: 20px;
    display: inline-block;
    content: '\e65b';
    vertical-align: middle;
}*/
@media (min-width: 992px) {
    .index-product .product .item:hover .pic .img-box {
        -webkit-transform: translateY(25px);
        -ms-transform: translateY(25px);
        transform: translateY(25px);
    }
    .index-product .product .item:hover .note p {
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px);
    }
    .index-product .product .item:hover .maskbg {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
}
.index-product .product-notice {
    margin-top: 50px;
    text-align: center;
}
@media (max-width: 991px) {
    .index-product .product-notice {
        margin-top: 30px;
    }
}
.index-product .product-notice p {
    font-size: 36px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.38888889;
    margin: 0;
    color: #666;
}
@media (max-width: 991px) {
    .index-product .product-notice p {
        font-size: 20px;
    }
}
.wrap .index-about {
    position: relative;
    zoom: 1;
    margin-bottom: 90px;
    padding: 0;
}
@media (max-width: 1199px) {
    .wrap .index-about {
        margin-bottom: 0;
    }
}
.wrap .index-about:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
}
.wrap .index-about>.container {
    color: #fff;
}
@media (min-width: 768px) {
    .wrap .index-about>.container {
        width: 100%;
        padding: 0;
    }
}
.wrap .index-about .video-wrap,
.wrap .index-about .about-wrap {
    position: relative;
}
.wrap .index-about .video-wrap .img-box,
.wrap .index-about .about-wrap .img-box {
    padding-bottom: 60.41666667%;
}
@media (min-width: 768px) {
    .wrap .index-about .video-wrap,
    .wrap .index-about .about-wrap {
        float: left;
        width: 50%;
    }
}
.wrap .index-about .video-wrap .video-box {
    position: absolute;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .wrap .index-about .video-wrap .video-box {
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }
}
@media (max-width: 767px) {
    .wrap .index-about .video-wrap .video-box {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .wrap .index-about .video-wrap .video-box .play {
        display: inline-block;
        margin-top: 12%;
    }
}
.wrap .index-about .video-wrap .video-box p {
    letter-spacing: 4px;
}
.wrap .index-about .video-wrap .play:before {
    font-family: 'iconfont' !important;
    font-size: 60px;
    content: '\e61f';
}
.wrap .index-about .video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
}
@media (max-width: 767px) {
    .wrap .index-about .about-wrap {
        margin-top: -1px;
    }
}
.wrap .index-about .about-wrap .title-box {
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0 20px 0 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
}
@media (min-width: 1320px) {
    .wrap .index-about .about-wrap .title-box {
        width: 645px;
    }
}
@media (max-width: 1319px) {
    .wrap .index-about .about-wrap .title-box {
        width: 600px;
    }
}
@media (max-width: 1199px) {
    .wrap .index-about .about-wrap .title-box {
        width: 496px;
    }
}
@media (max-width: 991px) {
    .wrap .index-about .about-wrap .title-box {
        width: 384px;
    }
}
@media (max-width: 767px) {
    .wrap .index-about .about-wrap .title-box {
        width: 100%;
    }
}
@media (max-width: 1199px) {
    .wrap .index-about .about-wrap .title-box h3 {
        margin-bottom: 15px;
    }
}
@media (max-width: 991px) {
    .wrap .index-about .about-wrap .title-box h3 {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .wrap .index-about .about-wrap .title-box h3 {
        margin-bottom: 10px;
    }
}
.wrap .index-about .about-wrap .title-box p {
    display: -webkit-box;
    overflow: hidden;
    width: 100%;
    max-height: 96px;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
@media (max-width: 991px) {
    .wrap .index-about .about-wrap .title-box p {
        display: -webkit-box;
        overflow: hidden;
        max-height: 68px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
}
.wrap .index-about .about-wrap .title-box .more {
    display: block;
    width: 200px;
    margin-top: 50px;
    padding: 15px 0;
    text-align: center;
    border-radius: 50px;
    background-color: #c78550;
}
@media (max-width: 1199px) {
    .wrap .index-about .about-wrap .title-box .more {
        margin-top: 20px;
    }
}
@media (max-width: 991px) {
    .wrap .index-about .about-wrap .title-box .more {
        width: 150px;
        padding: 10px 0;
    }
}
@media (max-width: 767px) {
    .wrap .index-about .about-wrap .title-box .more {
        width: 140px;
        margin-top: 15px;
        padding: 6px 0;
    }
}
.wrap .index-about .about-wrap .title-box .more:after {
    margin-left: 20px;
    content: '>';
}
.wrap .index-about .about-wrap .title-box .more:hover {
    background-color: #c1824e;
}
@media (min-width: 1200px) {
    .wrap .index-about .index-num {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%);
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
    .wrap .index-about .index-num {
        -webkit-transform: translateY(80%);
        -ms-transform: translateY(80%);
        transform: translateY(80%);
    }
}
@media (max-width: 1199px) {
    .wrap .index-about .index-num {
        float: left;
        width: 100%;
        margin-top: 65px;
    }
}
@media (max-width: 991px) {
    .wrap .index-about .index-num .container {
        padding: 0;
    }
}
@media (max-width: 767px) {
    .wrap .index-about .index-num {
        margin-top: 35px;
    }
}
.wrap .index-about .index-num .about-num {
    zoom: 1;
    border: 1px solid #ececec;
    border-right: none;
    background-color: #fff;
}
.wrap .index-about .index-num .about-num:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
}
@media (max-width: 991px) {
    .wrap .index-about .index-num .about-num {
        border-bottom: none;
    }
}
.wrap .index-about .index-num .about-num li {
    float: left;
    width: 20%;
    height: 160px;
    text-align: center;
    border-right: 1px solid #ececec;
}
@media (max-width: 991px) {
    .wrap .index-about .index-num .about-num li {
        width: 33.33333%;
        border-bottom: 1px solid #ececec;
    }
}
@media (max-width: 767px) {
    .wrap .index-about .index-num .about-num li {
        width: 50%;
        height: 120px;
    }
}
.wrap .index-about .index-num .about-num .item {
    display: inline-block;
    text-align: center;
}
.wrap .index-about .index-num .about-num .counter {
    font-family: 'montserrat-blod', 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
    font-size: 36px;
    display: block;
    margin-top: 36px;
    color: #c78550;
}
@media (max-width: 767px) {
    .wrap .index-about .index-num .about-num .counter {
        font-size: 28px;
        margin-top: 18px;
    }
}
.wrap .index-about .index-num .about-num .counter:after {
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 5px;
    content: '\e6d2';
    vertical-align: middle;
}
.wrap .index-about .index-num .about-num p {
    font-size: 14px;
    margin: 0;
    color: #666;
}
.wrap .index-choose ul {
    margin: 0 -15px;
    letter-spacing: -8px;
}
.wrap .index-choose li {
    display: inline-block;
    width: 33.333333%;
    margin-top: 50px;
    padding: 0 15px;
    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 991px) {
    .wrap .index-choose li {
        width: 50%;
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .wrap .index-choose li {
        width: 100%;
        margin-top: 20px;
    }
}
.wrap .index-choose li:nth-child(1) .company:before {
    content: '\e885';
}
.wrap .index-choose li:nth-child(2) .company:before {
    content: '\e611';
}
.wrap .index-choose li:nth-child(3) .company:before {
    content: '\e618';
}
.wrap .index-choose li:nth-child(4) .company:before {
    content: '\e617';
    -webkit-transform: translateX(-50%) translateY(-40%);
    -ms-transform: translateX(-50%) translateY(-40%);
    transform: translateX(-50%) translateY(-40%);
}
.wrap .index-choose li:nth-child(5) .company:before {
    font-size: 28px;
    content: '\e676';
}
.wrap .index-choose li:nth-child(6) .company:before {
    content: '\e695';
}
.wrap .index-choose .item {
    position: relative;
    padding-left: 70px;
}
.wrap .index-choose .company {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 50px;
    height: 28px;
    text-align: center;
}
.wrap .index-choose .company:before {
    font-family: 'iconfont' !important;
    font-size: 22px;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: #c78550;
}
.wrap .index-choose .company>div {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999em;
    border-right: 1px solid #c78550;
    border-left: 1px solid #c78550;
}
.wrap .index-choose .company .corner-1,
.wrap .index-choose .company .corner-2 {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: inherit;
    -webkit-backface-visibility: hidden;
}
.wrap .index-choose .company .corner-1 {
    z-index: -1;
    -webkit-transform: rotate(60deg);
}
.wrap .index-choose .company .corner-2 {
    -webkit-transform: rotate(-60deg);
}
.wrap .index-choose .company-3 {
    display: inline-block;
}
.wrap .index-choose .company-3 .corner-3 a:before {
    font-family: 'iconfont' !important;
    content: '\e6ee';
}
.wrap .index-choose h4 {
    font-family: 'montserrat-medium', 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
    font-size: 18px;
    color: #393939;
}
.wrap .index-choose p {
    line-height: 1.57142857;
    color: #666;
}
.wrap .index-customer {
    overflow: hidden;
    max-width: 100%;
    background: url(../images/customer-bg.jpg);
}
.wrap .index-customer .row {
    position: relative;
    margin-top: 40px;
}
.wrap .index-customer .item {
    padding: 0 15px;
}
.wrap .index-customer .note {
    position: relative;
    padding: 50px 30px;
    background-color: #fff;
}
.wrap .index-customer .note:before {
    position: absolute;
    top: 100%;
    left: 10%;
    width: 0;
    height: 0;
    content: '';
    border-width: 15px 15px 0 15px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.wrap .index-customer .note p {
    display: -webkit-box;
    overflow: hidden;
    height: 160px;
    max-height: 160px;
    margin: 0;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
}
.wrap .index-customer .info {
    padding-top: 30px;
}
.wrap .index-customer .info .pic-box {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    width: 90px;
    vertical-align: middle;
    border: 4px solid #fff;
    border-radius: 50%;
}
.wrap .index-customer .info p {
    display: inline-block;
    margin: 0 0 0 20px;
    vertical-align: middle;
    color: #c78550;
}
.wrap .index-customer .info p span {
    font-family: 'montserrat-medium', 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
    font-size: 18px;
    color: #393939;
}
.wrap .index-customer .info p span:after {
    margin: 0 15px 0 20px;
    content: '·';
}
@media (max-width: 991px) {
    .wrap .index-customer .customer-btn {
        display: none;
    }
}
.wrap .index-customer .customer-btn span {
    position: absolute;
    top: 50%;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.wrap .index-customer .customer-btn span:before {
    font-family: 'iconfont' !important;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}
.wrap .index-customer .customer-btn span:hover:before {
    color: #c78550;
}
.wrap .index-customer .customer-btn .prev {
    left: -40px;
}
.wrap .index-customer .customer-btn .prev:before {
    content: '\e601';
}
.wrap .index-customer .customer-btn .next {
    right: -40px;
}
.wrap .index-customer .customer-btn .next:before {
    content: '\e827';
}
.wrap .index-news .title-box {
    margin-bottom: 45px;
}
.wrap .index-news h4 {
    font-family: 'montserrat-medium', 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
    font-size: 18px;
    display: -webkit-box;
    overflow: hidden;
    height: 20px;
    margin-top: 0;
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap .index-news .date {
    display: block;
    margin-top: 8px;
    margin-bottom: 5px;
}
.wrap .index-news .date:before {
    font-family: 'iconfont' !important;
    margin-right: 15px;
    content: '\e663';
}
.wrap .index-news p {
    line-height: 1.71428571;
}
.wrap .index-news .more {
    display: none;
}
.wrap .index-news .more:before {
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 50px;
    display: block;
    width: 50px;
    height: 50px;
    content: '\e9b3';
    text-align: center;
    color: #c78550;
    border-radius: 50%;
    background-color: #fff;
}
.wrap .index-news .left {
    position: relative;
}
.wrap .index-news .left .date {
    display: none;
}
@media (min-width: 768px) {
    .wrap .index-news .left:hover .mask {
        height: 100%;
        padding: 80px 30px;
    }
    .wrap .index-news .left:hover .mask .date,
    .wrap .index-news .left:hover .mask p,
    .wrap .index-news .left:hover .mask .more {
        display: block;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .wrap .index-news .left:hover .mask {
        padding: 30px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .wrap .index-news .left:hover .mask {
        padding: 130px 30px;
    }
}
.wrap .index-news .left .img-box {
    padding-bottom: 68.25396825%;
}
.wrap .index-news .left .mask {
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 70px;
    padding: 25px 30px;
    -webkit-transition: .3s;
    transition: .3s;
    color: #fff;
    background-color: rgba(0, 0, 0, .8);
}
.wrap .index-news .left .mask p {
    display: none;
    margin: 25px 0 50px 0;
}
.wrap .index-news .left .mask p a {
    display: -webkit-box;
    overflow: hidden;
    height: 72px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (min-width: 992px) {
    .wrap .index-news .right ul {
        margin-top: -20px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .wrap .index-news .right ul {
        margin-top: -8px;
    }
}
.wrap .index-news .right li {
    margin-top: 20px;
    border: 1px solid #ececec;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .wrap .index-news .right li {
        margin-top: 8px;
    }
}
@media (max-width: 767px) {
    .wrap .index-news .right li {
        margin-top: 0;
        border-bottom: none;
    }
    .wrap .index-news .right li:last-child {
        border-bottom: 1px solid #ececec;
    }
}
.wrap .index-news .right .item {
    padding: 25px 20px;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1319px) {
    .wrap .index-news .right .item {
        padding: 18px 20px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .wrap .index-news .right .item {
        padding: 10px 20px;
    }
}
.wrap .index-news .right .item:hover {
    color: #fff;
    background-color: #c78550;
}
.wrap .index-news .right p {
    display: -webkit-box;
    overflow: hidden;
    height: 24px;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap .index-subscribe {
    zoom: 1;
    padding: 45px 0;
    background-color: #c78550;
}
.wrap .index-subscribe:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
}
.wrap .index-subscribe h3 {
    font-family: 'montserrat-blod', 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
    font-size: 24px;
    line-height: 50px;
    margin: 0;
    padding: 0 15px;
    color: #fff;
}
@media only screen and (min-width: 1200px) and (max-width: 1319px) {
    .wrap .index-subscribe h3 {
        font-size: 21px;
    }
}
@media (max-width: 1199px) {
    .wrap .index-subscribe h3 {
        margin-bottom: 15px;
    }
}
@media (max-width: 767px) {
    .wrap .index-subscribe h3 {
        font-size: 18px;
        line-height: 1.2;
    }
}
.wrap .index-subscribe form {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 50px;
}
.wrap .index-subscribe form input::-webkit-input-placeholder,
.wrap .index-subscribe form textarea::-webkit-input-placeholder {
    color: #fff;
}
.wrap .index-subscribe form input:-o-placeholder,
.wrap .index-subscribe form textarea:-o-placeholder {
    color: #fff;
}
.wrap .index-subscribe form input::-moz-placeholder,
.wrap .index-subscribe form textarea::-moz-placeholder {
    color: #fff;
}
.wrap .index-subscribe form input:-ms-input-placeholder,
.wrap .index-subscribe form textarea:-ms-input-placeholder {
    color: #fff;
}
.wrap .index-subscribe form input:focus::-webkit-input-placeholder,
.wrap .index-subscribe form textarea:focus::-webkit-input-placeholder {
    color: #d4d4d4;
}
.wrap .index-subscribe form input:focus::-o-placeholder,
.wrap .index-subscribe form textarea:focus::-o-placeholder {
    color: #d4d4d4;
}
.wrap .index-subscribe form input:focus::-moz-placeholder,
.wrap .index-subscribe form textarea:focus::-moz-placeholder {
    color: #d4d4d4;
}
.wrap .index-subscribe form input:focus::-ms-input-placeholder,
.wrap .index-subscribe form textarea:focus::-ms-input-placeholder {
    color: #d4d4d4;
}
.wrap .index-subscribe form .ipt-text {
    font-family: 'montserrat-medium', 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
    display: block;
    width: 100%;
    padding: 16px 200px 16px 20px;
    color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 50px;
    background: #c78550;
}
@media (max-width: 767px) {
    .wrap .index-subscribe form .ipt-text {
        padding: 10px 120px 10px 20px;
    }
}
.wrap .index-subscribe form .ipt-submit {
    font-family: 'montserrat-medium', 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
    font-size: 18px;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 15px;
    width: 190px;
    height: 100%;
    padding: 17px 20px;
    cursor: pointer;
    color: #fff;
    border-radius: 0 54px 54px 0;
    background-color: #393939;
}
@media (max-width: 767px) {
    .wrap .index-subscribe form .ipt-submit {
        font-size: 16px;
        width: 110px;
        padding: 10px 5px;
    }
}
.wrap .index-subscribe form .ipt-submit:hover {
    box-shadow: 0 0 14px 2px #757375 inset;
}
.bread-nav {
    padding: 19px 0;
    text-align: center;
    border-bottom: 1px solid #ececec;
}
.bread-nav ul {
    display: inline-block;
}
.bread-nav ul li {
    display: inline-block;
    vertical-align: middle;
}
.bread-nav ul li:after {
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: 0 30px;
    content: '';
    background-color: #cfcfcf;
}
@media (max-width: 767px) {
    .bread-nav ul li:after {
        margin: 0 10px;
    }
}
.bread-nav ul li:last-child:after {
    display: none;
}
.bread-nav ul li.active a,
.bread-nav ul li:hover a {
    text-decoration: underline;
    color: #c78550;
}
.inside-page {
    padding: 60px 0 90px 0;
}
@media (max-width: 767px) {
    .inside-page {
        padding: 30px 0 60px 0;
    }
}
.inside-page .title-box {
    text-align: center;
    color: #393939;
}
.inside-page .title-box h3 {
    font-family: 'montserrat-blod', 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
    font-size: 30px;
    margin: 0;
}
@media (max-width: 767px) {
    .inside-page .title-box h3 {
        font-size: 28px;
    }
}
.inside-page .title-box h3:after {
    display: block;
    width: 40px;
    height: 3px;
    margin: 15px auto 40px;
    content: '';
    background-color: #c78550;
}
@media (max-width: 767px) {
    .inside-page .title-box h3:after {
        margin-bottom: 25px;
    }
}
.inside-page .title-box p {
    font-family: 'montserrat-medium', 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
    font-size: 18px;
}
.public-banner {
    overflow: hidden;
    width: 100%;
}
.public-banner img {
    width: 100%;
}
@media (max-width: 1199px) {
    .public-banner img {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 991px) {
    .public-banner img {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 767px) {
    .public-banner img {
        width: 160%;
        max-width: 160%;
        margin-left: -30%;
    }
}
.slide-nav .slide-nav1 {
    padding: 30px 20px;
    border: 1px solid #ececec;
}
.slide-nav .slide-nav1>li {
    margin-bottom: 40px;
}
.slide-nav .slide-nav1>li:last-child {
    margin-bottom: 0;
}
.slide-nav .slide-nav1>li>a {
    font-family: 'montserrat-medium', 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
    font-size: 18px;
    display: block;
    margin-bottom: 20px;
    color: #393939;
}
.slide-nav .slide-nav2>li {
    line-height: 2;
    color: #666;
}
.slide-nav .slide-nav2>li.active>a {
    padding-left: 20px;
    color: #c78550;
}
.slide-nav .slide-nav2>li.active>a:before {
    opacity: 1;
}
.slide-nav .slide-nav2>li>a {
    position: relative;
    display: inline-block;
    -webkit-transition: padding-left .3s;
    transition: padding-left .3s;
}
.slide-nav .slide-nav2>li>a:before {
    font-size: 40px;
    position: absolute;
    top: 50%;
    left: 0;
    content: '·';
    -webkit-transform: translateY(-54%);
    -ms-transform: translateY(-54%);
    transform: translateY(-54%);
    opacity: 0;
}
@media (min-width: 768px) {
    .slide-nav .slide-nav2>li>a:hover {
        padding-left: 20px;
        color: #c78550;
    }
    .slide-nav .slide-nav2>li>a:hover:before {
        opacity: 1;
    }
}
.product-wrap .product-content h2 {
    font-family: 'montserrat-medium', 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
    font-size: 30px;
    margin: 0;
    padding-bottom: 25px;
    color: #393939;
    border-bottom: 1px solid #ececec;
}
@media (max-width: 767px) {
    .product-wrap .product-content h2 {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    .product-wrap .product-content .row {
        margin: 0 -10px;
    }
}
.product-wrap .product-content li {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .product-wrap .product-content li {
        margin-top: 20px;
        padding: 0 10px;
    }
}
.product-wrap .product-content li img {
    -webkit-transition: transform .5s;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}
.product-wrap .product-content li:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.product-wrap .product-content li:hover p .name {
    color: #c78550;
}
.product-wrap .product-content li .img-box {
    padding-bottom: 80.76923077%;
}
.product-wrap .product-content .box {
    border: 1px solid #ececec;
}
.product-wrap .product-content p {
    zoom: 1;
    margin: 0;
    padding: 13px 20px;
    border: 1px solid #ececec;
    border-top: none;
}
.product-wrap .product-content p:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
}
@media (max-width: 767px) {
    .product-wrap .product-content p {
        padding: 7px 10px;
    }
}
.product-wrap .product-content p .name {
    line-height: 32px;
    float: left;
    overflow: hidden;
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
}
.product-wrap .product-content p .shopping {
    line-height: 32px;
    float: right;
    width: 32px;
    height: 32px;
    text-align: center;
    border-radius: 50%;
    background-color: #c78550;
}
@media (max-width: 767px) {
    .product-wrap .product-content p .shopping {
        display: none;
    }
}
.product-wrap .product-content p .shopping:after {
    font-family: 'iconfont' !important;
    font-size: 18px;
    content: '\e610';
    color: #fff;
}
.product-wrap .page {
    margin-top: 50px;
}
@media (max-width: 767px) {
    .product-wrap .page {
        margin-top: 25px;
    }
}
.product-details-content .carousel-content,
.product-details-content .carousel-txt {
    float: left;
    padding: 0 15px;
}
.product-details-content .carousel-content {
    position: relative;
    width: 100%;
}
@media (min-width: 768px) {
    .product-details-content .carousel-content {
        width: 55.55555555555556%;
    }
}
.product-details-content .carousel-content .img-box {
    padding-bottom: 80.76923077%;
}
.product-details-content .carousel-content .sync1 {
    padding-bottom: 40px;
    border: 1px solid #dbdbdb;
}
.product-details-content .carousel-content .row-5 {
    margin: 0 -5px;
}
.product-details-content .carousel-content .sync2 {
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.product-details-content .carousel-content .sync2 .item {
    padding: 0 5px;
}
.product-details-content .carousel-content .sync2 .pic-box {
    border: 1px solid #dbdbdb;
}
.product-details-content .carousel-txt {
    width: 100%;
}
@media (max-width: 767px) {
    .product-details-content .carousel-txt {
        margin-top: 30px;
    }
}
@media (min-width: 768px) {
    .product-details-content .carousel-txt {
        width: 44.44444444444444%;
    }
}
.product-details-content .carousel-txt h1 {
    font-family: 'montserrat-medium', 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
    font-size: 24px;
    margin: 0;
    color: #393939;
}
.product-details-content .carousel-txt .details-txt {
    font-family: 'montserrat-medium', 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
    font-size: 16px;
    display: block;
    margin: 40px 0 15px 0;
    color: #393939;
}
@media (max-width: 1199px) {
    .product-details-content .carousel-txt .details-txt {
        margin-top: 20px;
    }
}
.product-details-content .carousel-txt p {
    line-height: 1.71428571;
    margin-bottom: 20px;
    color: #666;
}
.product-details-content .function-btn {
    margin-top: 140px;
    margin-right: -5px;
    margin-left: -5px;
}
@media only screen and (min-width: 1200px) and (max-width: 1319px) {
    .product-details-content .function-btn {
        margin-top: 50px;
    }
}
@media (max-width: 1199px) {
    .product-details-content .function-btn {
        margin-top: 25px;
    }
}
.product-details-content .function-btn>div {
    padding: 0 5px;
}
.product-details-content .function-btn a {
    line-height: 50px;
    display: block;
    text-align: center;
    color: #fff;
}
.product-details-content .function-btn a:before {
    font-family: 'iconfont' !important;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
}
.product-details-content .function-btn .inquire-btn {
    background-color: #c78550;
}
.product-details-content .function-btn .inquire-btn:before {
    font-size: 18px;
    content: '\e664';
}
.product-details-content .function-btn .cart-btn {
    position: relative;
    background-color: #191919;
}
@media (max-width: 1199px) {
    .product-details-content .function-btn .cart-btn {
        margin-top: 15px;
    }
}
.product-details-content .function-btn .cart-btn:before {
    font-size: 16px;
    content: '\e600';
}
@media (max-width: 767px) {
    .product-details-content .function-btn .cart-btn {
        margin-top: 25px;
    }
}
.product-details-content .details-list {
    border-top: none;
}
.product-details-content .details-list>div {
    margin-top: 40px;
    border: 1px solid #ececec;
}
@media (max-width: 767px) {
    .product-details-content .details-list>div {
        margin-top: 20px;
    }
}
.product-details-content .details-list h3 {
    font-family: 'montserrat-medium', 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
    font-size: 18px;
    margin: 0;
    padding: 20px;
    color: #393939;
    border-bottom: 1px solid #ececec;
    background-color: #f6f6f6;
}
.product-details-content .details-list h3:before {
    display: inline-block;
    width: 5px;
    height: 14px;
    margin-right: 15px;
    content: '';
    background-color: #c78550;
}
.product-details-content .details-list .list-content {
    padding: 30px 20px;
}
.product-details-content .details-list .specifications ul {
    border: 1px dashed #ececec;
}
.product-details-content .details-list .specifications li {
    letter-spacing: -8px;
    border-bottom: 1px dashed #ececec;
}
.product-details-content .details-list .specifications li:last-child {
    border-bottom: none;
}
.product-details-content .details-list .specifications li:nth-child(even) {
    background-color: #f6f6f6;
}
.product-details-content .details-list .specifications .attr,
.product-details-content .details-list .specifications .val {
    display: inline-block;
    padding: 14px 20px;
    vertical-align: top;
    letter-spacing: 0;
}
.product-details-content .details-list .specifications .attr {
    font-family: 'montserrat-medium', 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
    width: 16%;
    color: #393939;
}
@media (max-width: 767px) {
    .product-details-content .details-list .specifications .attr {
        width: 30%;
    }
}
.product-details-content .details-list .specifications .val {
    line-height: 1.6;
    width: 84%;
    color: #666;
}
@media (max-width: 767px) {
    .product-details-content .details-list .specifications .val {
        width: 70%;
    }
}
.product-details-content .details-list .features p {
    line-height: 1.4;
    color: #666;
}
.product-details-content .details-list .features .help {
    margin-top: 40px;
}
.product-details-content .details-list .inquire input::-webkit-input-placeholder,
.product-details-content .details-list .inquire textarea::-webkit-input-placeholder {
    color: #666;
}
.product-details-content .details-list .inquire input:-o-placeholder,
.product-details-content .details-list .inquire textarea:-o-placeholder {
    color: #666;
}
.product-details-content .details-list .inquire input::-moz-placeholder,
.product-details-content .details-list .inquire textarea::-moz-placeholder {
    color: #666;
}
.product-details-content .details-list .inquire input:-ms-input-placeholder,
.product-details-content .details-list .inquire textarea:-ms-input-placeholder {
    color: #666;
}
.product-details-content .details-list .inquire input:focus::-webkit-input-placeholder,
.product-details-content .details-list .inquire textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.product-details-content .details-list .inquire input:focus::-o-placeholder,
.product-details-content .details-list .inquire textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.product-details-content .details-list .inquire input:focus::-moz-placeholder,
.product-details-content .details-list .inquire textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.product-details-content .details-list .inquire input:focus::-ms-input-placeholder,
.product-details-content .details-list .inquire textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.inquiry-form .row {
    margin: 0 -10px;
}
.inquiry-form li {
    margin-bottom: 0;
    padding: 0 10px;
}
.inquiry-form form p {
    margin-bottom: 25px;
    color: #666;
}
.inquiry-form form .product-name {
    font-family: 'montserrat-medium', 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
}
.inquiry-form form input,
.inquiry-form form textarea {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 15px 20px;
    color: #666;
    border: 1px solid #ececec;
}
.inquiry-form form textarea {
    height: 150px;
}
.inquiry-form form .submit {
    font-family: 'montserrat-medium', 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
    line-height: 50px;
    width: 200px;
    height: 50px;
    margin-top: 20px;
    text-align: center;
    color: #fff;
    background-color: #c78550;
}
.inquiry-form form .submit:before {
    font-family: 'iconfont' !important;
    font-size: 20px;
    margin-right: 20px;
    content: '\e72e';
    vertical-align: middle;
}
.inquiry-form form .submit:hover {
    background-color: #c1804c;
}
.inquiry-wrap {
    padding: 60px 0 100px 0;
}
@media (max-width: 1199px) {
    .inquiry-wrap {
        padding: 50px 0 70px 0;
    }
}
@media (max-width: 991px) {
    .inquiry-wrap {
        padding: 40px 0 50px 0;
    }
}
@media (max-width: 767px) {
    .inquiry-wrap {
        padding: 40px 0;
    }
}
.inquiry-wrap table {
    width: 100%;
    border: none;
}
.inquiry-wrap table label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.inquiry-wrap table th {
    border: none;
    background-color: #f1f1f1;
}
.inquiry-wrap table td {
    border: none;
}
.inquiry-wrap table tr {
    border: 1px solid #dcdcdc;
}
@media (max-width: 767px) {
    .inquiry-wrap table .introduce-title {
        text-align: center;
    }
}
@media (max-width: 767px) {
    .inquiry-wrap table .del-title span {
        visibility: hidden;
    }
}
.inquiry-wrap table .check-box {
    text-align: center;
}
@media (min-width: 480px) {
    .inquiry-wrap table .check-box {
        width: 8.49673203%;
        padding-right: 6.53594771%;
    }
}
@media (max-width: 480px) {
    .inquiry-wrap table .check-box {
        padding-left: 3px;
    }
}
.inquiry-wrap table .check-box label.replace {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #dcdcdc;
}
.inquiry-wrap table .check-box label.replace:after {
    font-family: 'iconfont' !important;
    content: '\e612';
    opacity: 0;
}
.inquiry-wrap table .check-box label.replace input {
    display: none;
}
.inquiry-wrap table .check-box label.change:after {
    opacity: 1;
}
@media (min-width: 480px) {
    .inquiry-wrap table .pic-box {
        width: 13.7254902%;
        padding: 30px 1.96078431%;
    }
}
@media (max-width: 767px) {
    .inquiry-wrap table .pic-box {
        width: 32%;
        padding: 20px 1.96078431%;
        text-align: center;
    }
}
@media (min-width: 768px) {
    .inquiry-wrap table .introduce-box {
        width: 18.95424837%;
        padding: 0 5.22875817%;
    }
}
@media (max-width: 991px) {
    .inquiry-wrap table .introduce-box {
        padding: 0 0;
    }
}
@media (max-width: 767px) {
    .inquiry-wrap table .introduce-box {
        padding: 15px 0;
        padding-left: 20px;
    }
}
@media (max-width: 320px) {
    .inquiry-wrap table .introduce-box {
        padding-left: 10px;
    }
}
.inquiry-wrap table .introduce-box h2 {
    font-family: 'montserrat-medium', 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
    font-size: 16px;
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
    .inquiry-wrap table .introduce-box h2 {
        font-size: 14px;
    }
}
.inquiry-wrap table .introduce-box p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
}
.inquiry-wrap table .introduce-box .number-box {
    margin-top: 10px;
}
@media (min-width: 768px) {
    .inquiry-wrap table .introduce-box .number-box {
        display: none;
    }
}
.inquiry-wrap table .qty-box {
    text-align: center;
}
@media (max-width: 767px) {
    .inquiry-wrap table .qty-box {
        display: none;
    }
}
@media (min-width: 768px) {
    .inquiry-wrap table .qty-box {
        width: 15.03267974%;
    }
}
.inquiry-wrap table .del-box {
    text-align: center;
}
@media (min-width: 768px) {
    .inquiry-wrap table .del-box {
        width: 15.03267974%;
    }
}
.inquiry-wrap table .del-box .del:before {
    font-family: 'iconfont' !important;
    font-size: 20px;
    content: '\e619';
    color: #bfbfbf;
}
.inquiry-wrap table .img-box {
    padding-bottom: 61.11111111%;
    border: 1px solid #dbdbdb;
}
.inquiry-wrap table .number-box {
    display: inline-block;
    zoom: 1;
    text-align: center;
    vertical-align: middle;
    color: #999;
}
.inquiry-wrap table .number-box:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
}
.inquiry-wrap table .number-box a {
    line-height: 40px;
    float: left;
    width: 30px;
    height: 40px;
    border: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
    .inquiry-wrap table .number-box a {
        line-height: 30px;
        width: 26px;
        height: 30px;
    }
}
.inquiry-wrap table .number-box a.disable {
    cursor: not-allowed;
}
.inquiry-wrap table .number-box .ipt-num {
    line-height: 40px;
    float: left;
    width: 60px;
    min-width: 26px;
    max-width: 60px;
    height: 40px;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-right: none;
    border-left: none;
}
@media (max-width: 767px) {
    .inquiry-wrap table .number-box .ipt-num {
        line-height: 30px;
        width: 50px;
        height: 30px;
    }
}
.inquiry-wrap .inquiry-form {
    margin-top: 55px;
    border: 1px solid #ececec;
}
.inquiry-wrap .inquiry-form .inquiry-box {
    padding: 30px 20px;
}
.inquiry-wrap .inquiry-form h3 {
    font-family: 'montserrat-medium', 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
    font-size: 18px;
    margin: 0;
    padding: 20px;
    color: #393939;
    border-bottom: 1px solid #ececec;
    background-color: #f6f6f6;
}
.inquiry-wrap .inquiry-form h3:before {
    display: inline-block;
    width: 5px;
    height: 14px;
    margin-right: 15px;
    content: '';
    background-color: #c78550;
}
.service-content ul {
    margin: 0 -15px;
    letter-spacing: -8px;
}
.service-content li {
    display: inline-block;
    width: 33.333333%;
    margin-top: 30px;
    padding: 0 15px;
    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 991px) {
    .service-content li {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .service-content li {
        width: 100%;
        margin-top: 20px;
    }
}
.service-content li:nth-child(1) .company:before {
    content: '\e885';
}
.service-content li:nth-child(2) .company:before {
    content: '\e611';
}
.service-content li:nth-child(3) .company:before {
    content: '\e618';
}
.service-content li:nth-child(4) .company:before {
    content: '\e617';
    -webkit-transform: translateX(-50%) translateY(-40%);
    -ms-transform: translateX(-50%) translateY(-40%);
    transform: translateX(-50%) translateY(-40%);
}
.service-content li:nth-child(5) .company:before {
    font-size: 28px;
    content: '\e676';
}
.service-content li:nth-child(6) .company:before {
    content: '\e695';
}
.service-content .item {
    position: relative;
    padding: 40px 40px 30px 90px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    background-color: #f6f6f6;
}
@media (min-width: 992px) {
    .service-content .item:hover {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}
.service-content .company {
    position: absolute;
    top: 40px;
    left: 20px;
    display: inline-block;
    width: 50px;
    height: 28px;
    text-align: center;
}
.service-content .company:before {
    font-family: 'iconfont' !important;
    font-size: 22px;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: #c78550;
}
.service-content .company>div {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999em;
    border-right: 1px solid #c78550;
    border-left: 1px solid #c78550;
}
.service-content .company .corner-1,
.service-content .company .corner-2 {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: inherit;
    -webkit-backface-visibility: hidden;
}
.service-content .company .corner-1 {
    z-index: 1;
    -webkit-transform: rotate(60deg);
}
.service-content .company .corner-2 {
    -webkit-transform: rotate(-60deg);
}
.service-content .company-3 {
    display: inline-block;
}
.service-content .company-3 .corner-3 a:before {
    font-family: 'iconfont' !important;
    content: '\e6ee';
}
.service-content h4 {
    font-family: 'montserrat-medium', 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
    font-size: 18px;
    position: relative;
    z-index: 2;
    margin: 0 0 10px 0;
    color: #393939;
}
.service-content p {
    line-height: 24px;
    position: relative;
    z-index: 2;
    color: #666;
}
.service-content .num {
    font-family: 'montserrat-blod', 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
    font-size: 100px;
    font-style: italic;
    position: absolute;
    right: 12px;
    bottom: -36px;
    color: #fff;
}
@media (max-width: 767px) {
    .service-content .num {
        bottom: -33px;
    }
}
.brand-content .intruduce {
    zoom: 1;
    margin-top: 10px;
}
.brand-content .intruduce:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
}
.brand-content .intruduce p {
    line-height: 2.14285714;
    margin: 0;
    color: #666;
}
.brand-content .intruduce p:nth-of-type(1) {
    margin-bottom: 35px;
}
.brand-content .pic-box {
    margin-bottom: 25px;
}
@media (min-width: 768px) {
    .brand-content .pic-box {
        float: left;
        width: 50%;
        margin-top: 10px;
        margin-right: 15px;
        margin-bottom: 0;
        padding-right: 15px;
    }
}
.brand-content .pic-box img {
    width: 100%;
    border: 1px solid #ececec;
}
.about-content .intruduce {
    zoom: 1;
}
.about-content .intruduce:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
}
.about-content .intruduce p {
    line-height: 2.14285714;
    margin: 35px 0 0 0;
    color: #666;
}
@media (max-width: 767px) {
    .about-content .intruduce p {
        margin-top: 15px;
    }
}
.about-content .pic-box {
    position: relative;
    margin-bottom: 35px;
}
@media only screen and (min-width: 768px) {
    .about-content .pic-box {
        float: right;
        width: 50%;
        margin-bottom: 0;
        margin-left: 15px;
        padding: 5px;
        border-left: 15px solid transparent;
    }
}
.about-content .pic-box .img-box {
    padding-bottom: 56.4516129%;
}
.about-content .pic-box:before,
.about-content .pic-box:after {
    position: absolute;
    z-index: 2;
    width: 30px;
    height: 60px;
    content: '';
}
.about-content .pic-box:before {
    top: 0;
    left: 0;
    border-top: 10px solid #c78550;
    border-left: 10px solid #c78550;
}
.about-content .pic-box:after {
    right: 0;
    bottom: 0;
    border-right: 10px solid #c78550;
    border-bottom: 10px solid #c78550;
}
.about-content h3 {
    font-family: 'montserrat-medium', 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
    font-size: 18px;
    margin: 0;
    color: #393939;
}
.about-content .choose {
    margin-top: 70px;
}
@media (max-width: 767px) {
    .about-content .choose {
        margin-top: 35px;
    }
}
.about-content .choose h3 {
    margin-bottom: 10px;
}
.about-content .choose p {
    line-height: 2.85714286;
    position: relative;
    margin: 0;
    color: #666;
}
.about-content .choose p:before {
    font-family: 'iconfont' !important;
    display: inline-block;
    margin-right: 5px;
    content: '\e643';
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    color: #c78550;
}
@media (max-width: 767px) {
    .honor-content .honor-list .row {
        margin: 0 -10px;
    }
}
.honor-content .honor-list li {
    margin-bottom: 45px;
}
@media (max-width: 767px) {
    .honor-content .honor-list li {
        margin-bottom: 30px;
        padding: 0 10px;
    }
}
.honor-content .img-box {
    padding-bottom: 141.37931034%;
}
.honor-content .item-box {
    border: 1px solid #ececec;
}
@media (min-width: 768px) {
    .honor-content .item-box:hover .mask {
        opacity: 1;
    }
}
.honor-content .item {
    position: relative;
}
@media (min-width: 768px) {
    .honor-content .item {
        top: 10px;
        left: 10px;
    }
}
.honor-content .mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 0;
    background-color: rgba(0, 0, 0, .8);
}
.honor-content .mask span {
    font-family: 'montserrat-medium', 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
    font-size: 18px;
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
}
.honor-content .mask span:before {
    font-family: 'iconfont' !important;
    font-size: 25px;
    display: block;
    margin-bottom: 25px;
    content: '\e660';
    color: #fff;
}
.honor-content .page {
    margin-top: 15px;
}
@media (max-width: 767px) {
    .honor-content .page {
        margin-top: 0;
    }
}
.exhibition-content .exhibition-list li {
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .exhibition-content .exhibition-list li {
        margin-bottom: 20px;
    }
}
@media (min-width: 1200px) {
    .exhibition-content .exhibition-list .col-lg-3 {
        margin-bottom: 13px;
    }
}
@media (min-width: 1200px) {
    .exhibition-content .exhibition-list .last {
        margin-bottom: 30px;
    }
}
.exhibition-content .item-box {
    padding: 10px;
    border: 1px solid #ececec;
}
.exhibition-content .item-box:hover .mask {
    opacity: 1;
}
.exhibition-content .item {
    position: relative;
}
.exhibition-content .img-box {
    padding-bottom: 67.21311475%;
}
.exhibition-content .mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 0;
    background-color: rgba(0, 0, 0, .8);
}
.exhibition-content .mask p {
    font-family: 'montserrat-medium', 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
    font-size: 18px;
    line-height: 1.66666667;
    position: absolute;
    top: 50%;
    display: -webkit-box;
    overflow: hidden;
    width: 100%;
    max-height: 86px;
    margin: 0;
    padding: 0 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.exhibition-content .page {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .exhibition-content .page {
        margin-top: 0;
    }
}
.news-content .news-wrap {
    margin-top: 60px;
}
@media (min-width: 1320px) {
    .news-content .news-wrap {
        margin: 60px -25px 0;
    }
}
@media (max-width: 1199px) {
    .news-content .news-wrap {
        margin-top: 50px;
    }
}
@media (max-width: 991px) {
    .news-content .news-wrap {
        margin-top: 40px;
    }
}
@media (max-width: 767px) {
    .news-content .news-wrap {
        margin-top: 30px;
    }
}
@media (min-width: 1320px) {
    .news-content .news-list {
        padding: 0 25px;
    }
}
.news-content .news-list li {
    margin-bottom: 30px;
    padding: 20px 15px;
    -webkit-transition: box-shadow .3s;
    transition: box-shadow .3s;
    border: 1px solid #ececec;
}
@media (min-width: 992px) {
    .news-content .news-list li img {
        -webkit-transition: transform .5s;
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s;
    }
    .news-content .news-list li:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .news-content .news-list li:hover {
        box-shadow: 0 0 6px 3px rgba(0, 0, 0, .1);
    }
    .news-content .news-list li:hover .more {
        color: #c78550;
    }
}
@media (max-width: 991px) {
    .news-content .news-list li {
        margin-bottom: 35px;
    }
}
.news-content .news-list .img-box {
    padding-bottom: 66.66666667%;
}
.news-content .news-list .introduce .time {
    display: inline-block;
    margin-top: 10px;
    color: #c78550;
}
.news-content .news-list .introduce .time:before {
    font-family: 'iconfont' !important;
    margin-right: 10px;
    content: '\e663';
}
.news-content .news-list .introduce h4 {
    font-family: 'montserrat-medium', 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
    font-size: 18px;
    line-height: 36px;
    display: -webkit-box;
    overflow: hidden;
    height: 36px;
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
    .news-content .news-list .introduce h4 {
        margin-bottom: 5px;
    }
}
.news-content .news-list .introduce p {
    line-height: 1.71428571;
    display: -webkit-box;
    overflow: hidden;
    height: 72px;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 991px) {
    .news-content .news-list .introduce p {
        display: -webkit-box;
        overflow: hidden;
        height: 44px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
.news-content .news-list .introduce .more {
    margin-top: 30px;
    color: #999;
}
@media (max-width: 1199px) {
    .news-content .news-list .introduce .more {
        margin-top: 15px;
    }
}
.news-content .news-list .introduce .more:after {
    font-family: 'iconfont' !important;
    margin-left: 15px;
    content: '\e72f';
    vertical-align: middle;
}
.news-content .news-list .introduce .more a {
    text-decoration: underline;
}
@media (min-width: 1320px) {
    .news-content .latest-news {
        padding: 0 25px;
    }
}
.news-content .latest-news .news-box {
    border: 1px solid #e7e7e7;
}
.news-content .latest-news .news-box li {
    padding: 18px;
    border-bottom: 1px dashed #e7e7e7;
}
.news-content .latest-news .news-box li:last-child {
    border-bottom: none;
}
.news-content .latest-news .news-box li span {
    font-size: 15px;
    color: #c78550;
}
.news-content .latest-news h5 {
    font-family: 'montserrat-medium', 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
    font-size: 20px;
    line-height: 26px;
    margin: 0;
    padding: 20px;
    color: #fff;
    background-color: #c78550;
}
.news-content .latest-news h6 {
    font-size: 15px;
    line-height: 18px;
    display: -webkit-box;
    overflow: hidden;
    max-height: 36px;
    margin: 0 0 5px 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-content .latest-news h6:hover {
    text-decoration: underline;
}
.news-content .page {
    margin-top: 50px;
}
@media (max-width: 767px) {
    .news-content .page {
        margin-top: 0;
    }
}
.news-details-content h1 {
    font-family: 'montserrat-medium', 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
    font-size: 24px;
    margin-top: 0;
    text-align: center;
    color: #393939;
}
.news-details-content .time {
    display: block;
    text-align: center;
}
.news-details-content .time {
    color: #c78550;
}
.news-details-content .intruduce {
    zoom: 1;
    margin-top: 30px;
}
.news-details-content .intruduce:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
}
.news-details-content .intruduce .pic-box {
    margin-bottom: 25px;
}
@media (min-width: 768px) {
    .news-details-content .intruduce .pic-box {
        float: right;
        width: 50%;
        margin-bottom: 0;
        margin-left: 15px;
        padding-left: 15px;
    }
}
.news-details-content .intruduce .pic-box img {
    width: 100%;
}
.news-details-content .intruduce p {
    line-height: 2.14285714;
    color: #666;
}
.news-details-content .intruduce>p {
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .news-details-content .intruduce>p {
        margin-bottom: 20px;
    }
}
.news-details-content .intruduce .choose {
    margin-top: 65px;
}
@media (max-width: 767px) {
    .news-details-content .intruduce .choose {
        margin-top: 35px;
    }
}
.news-details-content .intruduce .choose p {
    margin-bottom: 0;
}
.news-details-content .news-page {
    zoom: 1;
    margin-top: 50px;
    padding: 16px 20px;
    border: 1px dashed #dbdbdb;
}
.news-details-content .news-page:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
}
@media (max-width: 767px) {
    .news-details-content .news-page {
        margin-top: 30px;
        padding: 10px;
    }
}
.news-details-content .news-page .next,
.news-details-content .news-page .prev {
    overflow: hidden;
    width: 420px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
}
@media (max-width: 767px) {
    .news-details-content .news-page .next,
    .news-details-content .news-page .prev {
        max-width: 100%;
    }
}
.news-details-content .news-page .prev {
    float: left;
}
.news-details-content .news-page .prev a {
    padding-left: 50px;
}
.news-details-content .news-page .prev a:before {
    left: 0;
    content: '\e9b5';
}
.news-details-content .news-page .next {
    float: right;
}
@media (max-width: 991px) {
    .news-details-content .news-page .next {
        margin-top: 10px;
    }
}
.news-details-content .news-page .next a {
    padding-right: 50px;
}
.news-details-content .news-page .next a:after {
    right: 0;
    content: '\e72f';
}
@media (min-width: 768px) {
    .news-details-content .news-page .next a:before {
        display: none;
    }
}
@media (max-width: 767px) {
    .news-details-content .news-page .next {
        float: left;
    }
    .news-details-content .news-page .next a {
        padding-right: 0;
        padding-left: 50px;
    }
    .news-details-content .news-page .next a:after {
        display: none;
    }
    .news-details-content .news-page .next a:before {
        left: 0;
        content: '\e72f';
    }
}
.news-details-content .news-page a {
    font-size: 16px;
    line-height: 40px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
}
.news-details-content .news-page a:hover {
    color: #c78550;
}
.news-details-content .news-page a:hover:after,
.news-details-content .news-page a:hover:before {
    background-color: #c78550 !important;
}
.news-details-content .news-page .next a:after,
.news-details-content .news-page .next a:before,
.news-details-content .news-page .prev a:before {
    font-family: 'iconfont' !important;
    font-size: 16px;
    line-height: 40px;
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #d0d5d8;
}
.contact-content {
    overflow: hidden;
}
.contact-content h4 {
    font-family: 'montserrat-medium', 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
    font-size: 24px;
    margin: 0 0 30px 0;
    padding-bottom: 20px;
    color: #393939;
    border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 991px) {
    .contact-content h4 {
        margin-bottom: 25px;
    }
}
@media (max-width: 767px) {
    .contact-content h4 {
        font-size: 22px;
    }
}
.contact-content .information>span {
    font-family: 'montserrat-blod', 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
    font-size: 18px;
    display: block;
    margin-bottom: 15px;
    color: #c78550;
}
.contact-content .information p {
    font-size: 14px;
    color: #666;
}
.contact-content .information p.address {
    margin-bottom: 35px;
}
.contact-content .information .contact-box p {
    margin: 0 0 15px 0;
}
.contact-content .information .contact-box p a:hover {
    text-decoration: underline;
}
.contact-content .information .share {
    margin-top: 35px;
}
@media (max-width: 767px) {
    .contact-content .information .share {
        margin-top: 25px;
    }
}
.contact-content .information .share li {
    line-height: 25px;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0 3px;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}
.contact-content .information .share li:hover {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
}
.contact-content .information .share li a {
    font-size: 16px;
    line-height: 25px;
    display: block;
    height: 100%;
    text-align: center;
    color: #fff;
}
.contact-content .information .share li a:before {
    vertical-align: middle;
}
.contact-content .information .share li a.icon-facebook {
    background-color: #334c84;
}
.contact-content .information .share li a.icon-google {
    background-color: #be4532;
}
.contact-content .information .share li a.icon-linkedin {
    background-color: #2279ae;
}
.contact-content .information .share li a.icon-pinterest {
    background-color: #b8272e;
}
.contact-content .information .share li a.icon-instagram {
    background-color: #6b3d2e;
}
.contact-content .information .share li a.icon-tuite {
    background-color: #05a0d0;
}
.contact-content .information .share li a.icon-youtube {
    background-color: #b5342e;
}
@media (max-width: 991px) {
    .contact-content .message {
        margin-top: 60px;
    }
}
.contact-content .message p {
    line-height: 2.14285714;
    color: #666;
}
.contact-content .message form {
    margin-top: 30px;
}
.contact-content .message form p {
    margin-bottom: 25px;
    color: #666;
}
.contact-content .message form input,
.contact-content .message form textarea {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 12px 10px;
    color: #666;
    border: 1px solid #ececec;
}
.contact-content .message form textarea {
    height: 150px;
}
.contact-content .message form .submit {
    font-family: 'montserrat-medium', 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
    line-height: 50px;
    width: 200px;
    height: 50px;
    margin-top: 20px;
    text-align: center;
    color: #fff;
    background-color: #c78550;
}
@media (max-width: 767px) {
    .contact-content .message form .submit {
        margin-top: 0;
    }
}
.contact-content .message form .submit:before {
    font-family: 'iconfont' !important;
    font-size: 20px;
    margin-right: 20px;
    content: '\e72e';
    vertical-align: middle;
}
.contact-content .message form .submit:hover {
    background-color: #c1804c;
}
.contact-content .map {
    margin-top: 55px;
    border: 1px solid #e3e3e3;
}
@media (max-width: 991px) {
    .contact-content .map {
        margin-top: 45px;
    }
}
.contact-content .map img {
    display: block;
    width: 100%;
}
.shopping-fixed {
    position: fixed;
    z-index: 888;
    top: 40%;
    right: 36px;
    text-align: right;
}
.shopping-fixed .shopping-btn {
    line-height: 36px;
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #c78550;
}
.shopping-fixed .shopping-btn:after {
    font-family: 'iconfont' !important;
    font-size: 24px;
    content: '\e610';
    vertical-align: middle;
    color: #fff;
}
.shopping-fixed .shopping-btn span {
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    z-index: -1;
    top: -10%;
    left: 76%;
    display: block;
    padding: 4px 10px;
    border: 1px solid #c78550;
    border-radius: 10px;
    background-color: #fff;
}
.shopping-fixed .inquire-list {
    display: none;
    margin-top: 10px;
    padding: 10px;
    text-align: left;
    border: 1px solid #c6c4be;
    background-color: #fff;
}
.shopping-fixed ul {
    overflow: auto;
    width: 276px;
    max-width: 280px;
    max-height: 370px;
}
.shopping-fixed ul li {
    zoom: 1;
    padding: 10px 0;
    color: #666;
    border-bottom: 1px dotted #c8c7c1;
}
.shopping-fixed ul li:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
}
.shopping-fixed ul li .pic {
    float: left;
    width: 50px;
    height: 50px;
    padding: 1px;
    border: 1px solid #ccc;
}
.shopping-fixed ul li p {
    line-height: 1.2;
    display: -webkit-box;
    float: left;
    overflow: hidden;
    width: 160px;
    max-height: 34px;
    margin: 8px 10px 0 10px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.shopping-fixed ul li .remove-btn {
    line-height: 30px;
    float: right;
    padding: 10px;
    cursor: pointer;
}
.shopping-fixed ul li .remove-btn:after {
    font-family: 'iconfont' !important;
    font-style: normal;
    content: '\e619';
    color: #666;
}
.shopping-fixed ul li .remove-btn:hover:after {
    color: #c78550;
}
.shopping-fixed .inquire-btn {
    margin-top: 20px;
    text-align: center;
}
.shopping-fixed .inquire-btn a {
    display: block;
    padding: 5px 0;
    color: #fff;
    background-color: #c78550;
}
.shopping-fixed .inquire-btn a:before {
    font-family: 'iconfont' !important;
    font-size: 20px;
    margin-right: 20px;
    content: '\e72e';
    vertical-align: middle;
}
.inquire-sheet-box {
    position: fixed;
    z-index: 100;
    top: 30%;
    right: -300px;
    display: block;
    width: 310px;
    -webkit-transition: right .4s;
    transition: right .4s;
    background: #fff;
    box-shadow: 0 0 15px 0 #ccc;
}
@media (max-width: 991px) {
    .inquire-sheet-box {
        display: none;
    }
}
.inquire-sheet-box .img-box {
    padding-bottom: 144.44444444%;
}
.inquire-sheet-box .pic-box {
    float: left;
    width: 50px;
}
.inquire-sheet-box .Jclose {
    position: absolute;
    top: 18px;
    right: 15px;
    display: none;
    cursor: pointer;
}
.inquire-sheet-box .Jclose::after {
    font-family: 'iconfont';
    content: '\2716';
}
.inquire-sheet-box .J-title {
    position: relative;
    padding: 20px 10px;
    color: #fff;
    background-color: #000;
}
.inquire-sheet-box .J-title a::before {
    font-family: 'iconfont';
    font-size: 20px;
    float: left;
    margin-top: -4px;
    margin-right: 14px;
    content: '\e600';
    color: #c78550;
}
.inquire-sheet-box .J-title p {
    font-family: Arial, 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
    font-weight: 700;
    margin: 0;
    color: #c78550;
}
.inquire-sheet-box .J-shoping-close {
    float: right;
    cursor: pointer;
}
.inquire-sheet-box .J-shoping-close::after {
    font-family: 'iconfont';
    font-size: 16px;
    line-height: 70px;
    content: '\e618';
    color: #bfbfbf;
}
.inquire-sheet-box .J-inquiry {
    margin: 8px 10px;
    color: #fff;
    background-color: #c78550;
}
.inquire-sheet-box .J-inquiry a {
    display: block;
    padding: 6px 0;
    text-align: center;
}
.inquire-sheet-box .J-inquiry a::before {
    font-family: 'iconfont';
    font-size: 20px;
    margin-right: 14px;
    content: '\e6a4';
    vertical-align: middle;
}
.inquire-sheet-box .J-inquiry:hover {
    background-color: #bf9d6d;
}
.inquire-sheet-box .J-shoping-body {
    overflow: auto;
    max-height: 460px;
    padding-bottom: 10px;
}
.inquire-sheet-box .J-shoping-list {
    overflow: hidden;
    padding: 10px;
    border-bottom: 1px dashed #dcdcdc;
}
.inquire-sheet-box .J-shoping-list .pic-box {
    float: left;
    padding: 2px;
    border: 1px solid #dcdcdc;
}
.inquire-sheet-box .J-shoping-list p {
    line-height: 70px;
    float: left;
    overflow: hidden;
    width: 60%;
    margin: 0 0 0 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.show-inquire {
    z-index: 9999;
    right: 0;
}
.hidden-inquire {
    right: -300px;
}
.footer {
    background-color: #000;
}
.footer .footer-nav {
    padding: 80px 0;
}
@media (max-width: 991px) {
    .footer .footer-nav {
        padding: 50px 0;
    }
}
@media (max-width: 767px) {
    .footer .footer-nav {
        padding: 30px 0;
    }
}
.footer .footer-nav .container {
    letter-spacing: -8px;
}
.footer .footer-list {
    display: inline-block;
    margin-top: 30px;
    padding: 0 15px;
    vertical-align: top;
    letter-spacing: 0;
}
@media (min-width: 992px) {
    .footer .footer-list {
        width: 16.66666666666667%;
    }
}
@media (max-width: 991px) {
    .footer .footer-list {
        width: 33.3333%;
    }
}
@media (max-width: 767px) {
    .footer .footer-list {
        width: 50%;
    }
}
.footer .footer-list h3 {
    font-size: 18px;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    color: #fff;
}
.footer .footer-list li {
    line-height: 2.14285714;
    position: relative;
    overflow: hidden;
    color: #999;
}
@media only screen and (max-height: 700px) and (min-width: 1199px) {
    .footer .footer-list li {
        line-height: 1.8;
    }
}
.footer .footer-list li a {
    display: inline-block;
    -webkit-transition: padding-left .3s;
    transition: padding-left .3s;
}
.footer .footer-list li a:before {
    font-size: 40px;
    position: absolute;
    top: 50%;
    left: 0;
    content: '·';
    -webkit-transform: translateY(-54%);
    -ms-transform: translateY(-54%);
    transform: translateY(-54%);
    opacity: 0;
}
@media (min-width: 768px) {
    .footer .footer-list li a:hover {
        padding-left: 20px;
        color: #c78550;
    }
    .footer .footer-list li a:hover:before {
        opacity: 1;
    }
}
@media (min-width: 992px) {
    .footer .message {
        width: 25%;
    }
}
@media (max-width: 991px) {
    .footer .message {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .footer .message {
        width: 100%;
    }
}
.footer .message form {
    padding-top: 5px;
}
.footer .message input,
.footer .message textarea {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 7px 10px;
    color: #666;
    border: 1px solid #4e4e4e;
    background: none;
}
.footer .message textarea {
    display: block;
    height: 80px;
}
.footer .message .submit {
    font-family: 'montserrat-medium', 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
    line-height: 50px;
    width: 160px;
    height: 50px;
    margin-top: 20px;
    text-align: center;
    color: #fff;
    background-color: #c78550;

}

.footer .message .submit:before {
    font-family: 'iconfont' !important;
    font-size: 20px;
    margin-right: 20px;
    content: '\e72e';
    vertical-align: middle;
}

.footer .message .submit:hover span {
    text-decoration: underline;
}
.footer .message input::-webkit-input-placeholder,
.footer .message textarea::-webkit-input-placeholder {
    color: #999;
}
.footer .message input:-o-placeholder,
.footer .message textarea:-o-placeholder {
    color: #999;
}
.footer .message input::-moz-placeholder,
.footer .message textarea::-moz-placeholder {
    color: #999;
}
.footer .message input:-ms-input-placeholder,
.footer .message textarea:-ms-input-placeholder {
    color: #999;
}
.footer .message input:focus::-webkit-input-placeholder,
.footer .message textarea:focus::-webkit-input-placeholder {
    color: #5f5f5f;
}
.footer .message input:focus::-o-placeholder,
.footer .message textarea:focus::-o-placeholder {
    color: #5f5f5f;
}
.footer .message input:focus::-moz-placeholder,
.footer .message textarea:focus::-moz-placeholder {
    color: #5f5f5f;
}
.footer .message input:focus::-ms-input-placeholder,
.footer .message textarea:focus::-ms-input-placeholder {
    color: #5f5f5f;
}
@media (min-width: 992px) {
    .footer .contact {
        width: 25%;
    }
}
@media (max-width: 991px) {
    .footer .contact {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .footer .contact {
        width: 100%;
    }
}
.footer .contact p {
    color: #999;
}
.footer .contact p:hover a {
    text-decoration: underline;
    color: #eee;
}
.footer .copyright {
    padding: 27px 0;
    border-top: 1px solid #5e5e5e;
}
@media (max-width: 767px) {
    .footer .copyright {
        padding: 20px 0;
    }
}
.footer .copyright p {
    line-height: 25px;
    margin: 0;
}
@media (min-width: 992px) {
    .footer .copyright p {
        float: left;
    }
}
.footer .copyright p span {
    margin-bottom: 10px;
    color: #999;
}
.footer .copyright p a {
    color: #666;
}
.footer .copyright p a:hover {
    text-decoration: underline;
    color: #eee;
}
.footer .copyright .share {
    color: #666;
}
@media (min-width: 992px) {
    .footer .copyright .share {
        float: right;
    }
}
@media (max-width: 991px) {
    .footer .copyright .share {
        margin-top: 15px;
    }
}
.footer .copyright .share a {
    display: inline-block;
    margin-left: 5px;
    padding: 0 5px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    background-color: #5e5e5e;
}
.footer .copyright .share a:before {
    font-size: 18px;
    color: #333;
}
.footer .copyright .share a:hover {
    background-color: #6b6b6b;
}
.online-wrap .btn {
    line-height: 45px;
    position: fixed;
    z-index: 100;
    right: 0;
    bottom: 50px;
    width: 45px;
    height: 45px;
    padding: 0;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .8);
}
@media (min-width: 768px) {
    .online-wrap .btn {
        display: none;
    }
}
.online-wrap .btn:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    display: inline-block;
    content: '\e6d2';
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    color: #fff;
}
.online-wrap .btn.active:before {
    -webkit-transform: rotateZ(225deg);
    -ms-transform: rotate(225deg);
    transform: rotateZ(225deg);
}
.online {
    position: fixed;
    z-index: 999;
    right: 0;
    bottom: 10%;
    -webkit-transition: bottom .3s;
    transition: bottom .3s;
}
@media (max-width: 767px) {
    .online {
        bottom: -100%;
    }
}
.online.active {
    bottom: 15%;
}
@media (max-width: 767px) {
    .online.active {
        bottom: 17%;
    }
}
@media only screen and (max-height: 600px) and (max-width: 767px) {
    .online.active {
        bottom: 20%;
    }
}
.online a {
    line-height: 45px;
    position: relative;
    display: block;
    width: 45px;
    height: 45px;
    margin: 2px 0;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .8);
}
.online a:before {
    font-size: 22px;
    color: #fff;
}
.online a:hover {
    background-color: #c78550;
}
.online .icon-phone:hover .phone-num {
    right: 100%;
}
.online .icon-phone .phone-num {
    position: absolute;
    z-index: -1;
    top: 0;
    right: -300px;
    padding-right: 10px;
    -webkit-transition: right .3s;
    transition: right .3s;
    white-space: nowrap;
}
.online .icon-phone .phone-num p {
    padding: 0 10px;
    color: #fff;
    border-radius: 45px;
    background-color: #c78550;
}
.online .icon-weixin .mask {
    position: absolute;
    top: 0;
    right: 100%;
    display: none;
    width: 150px;
    height: 150px;
    padding-right: 5px;
}
.online .icon-weixin .mask .mask-box {
    padding: 5px;
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}
.online .icon-weixin .mask img {
    display: block;
    width: 100%;
}
/**
 * Date : 2017年11月2日10:19:19
 * @author NGY
 * @todo 添加多语言版本
 */
.language-box {
    position: relative;
    margin-right: 10px;
}
.language-box:before {
    display: inline-block;
    width: 2px;
    height: 15px;
    margin: 0 15px 0 35px;
    content: '';
    vertical-align: middle;
    background-color: #e1e1e1;
}
@media (max-width: 1199px) {
    .language-box:before {
        display: none;
    }
}
.language-box p {
    display: inline-block;
    margin: 0;
    color: #fff;
    vertical-align: middle;
}
.language-box p:before,
.language-box p:after {
    display: inline-block;
    content: '';
    vertical-align: middle;
}
.language-box p:before {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    border-radius: 50%;
    background-image: url(../images/language.png);
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 400% auto;
}
.language-box p:after {
    width: 0;
    height: 0;
    margin-left: 5px;
    border-width: 4px 4.5px 0 4.5px;
    border-style: solid;
    border-color: #c78550 transparent transparent transparent;
}
@media (min-width: 768px) {
    .language-box ul {
        position: absolute;
        z-index: 10;
        left: 50%;
        display: none;
        -webkit-transform: translateX(-26%);
        -ms-transform: translateX(-26%);
        transform: translateX(-26%);
        white-space: nowrap;
    }
}
@media (max-width: 1199px) {
    .language-box ul {
        -webkit-transform: translateX(-46%);
        -ms-transform: translateX(-46%);
        transform: translateX(-46%);
    }
}
.language-box ul li a {
    line-height: 36px;
    display: block;
    color: #333;
}
.language-box ul li a:before {
    display: inline-block;
    overflow: hidden;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    content: '';
    vertical-align: middle;
    border-radius: 50%;
    background-image: url(../images/language.png);
    background-repeat: no-repeat;
    background-size: 400% auto;
}
.language-box ul li a:hover {
    text-decoration: underline;
}
.language-box ul .en a:before {
    background-position: 0 100%;
}
.language-box ul .xby a:before {
    background-position: 33.33333% 100%;
}
.language-box ul .st a:before {
    background-position: 66.66666% 100%;
}
.language-box ul .fr a:before {
    background-position: 100% 100%;
}
.language-box.language-header {
    float: right;
}
.language-box.language-header ul {
    top: 100%;
    padding: 8px 5px;
    background-color: #fff;
    box-shadow: 0 0 14px 2px rgba(0, 0, 0, .1);
}
.language-box.language-header li {
    margin: 0 12px;
    white-space: nowrap;
    color: #333;
}
@media (max-width: 1199px) {
    .header .top .share {
        display: none;
    }
}
.search-icon {
    display: none;
}
@media (max-width: 991px) {
    .search-icon {
        position: fixed;
        right: 50px;
        bottom: 50px;
        display: inline-block;
        cursor: pointer;
    }
    .search-icon:before {
        font-family: 'iconfont' !important;
        font-size: 18px;
        content: '\e642';
        color: #fff;
    }
}
@media (max-width: 767px) {
    .search-icon {
        right: 35px;
        bottom: 60px;
    }
}
.xs-language {
    display: none;
}
@media (max-width: 991px) {
    .xs-language {
        position: absolute;
        bottom: 110px;
        left: 0;
        display: block;
        width: 100%;
        color: #fff;
    }
}
@media (max-width: 767px) {
    .xs-language {
        bottom: 75px;
    }
}
.xs-language a:after {
    margin: 0 5px;
    content: '/';
}
.xs-language a:last-child:after {
    display: none;
}
@media (max-width: 767px) {
    .header .nav .nav-list1 {
        margin: -10% 0 0 0;
    }
}
@media (max-width: 320px) {
    .header .nav .nav-list1 {
        margin: -20px 0 0 0;
    }
    .header .fade-out ul.nav-list1>li>a {
        line-height: 50px;
    }
}
@media (max-width: 767px) {
    .header .xs-search {
        bottom: 20px;
        padding: 0;
    }
}
.cart-box-xs .cart-num {
    font-size: 22px;
}
/**
 * Date : 2017年11月24日15:38:20
 * @author HSM
 * @todo 重置表格样式、手机端可滑动
 */
.table-box {
    width: 100%;
    max-width: 100%;
    overflow: auto;
}
table {
    width: 100%;
    max-width: 98%;
    // min-width: 600px;
    border-spacing: 0;
    border-collapse: collapse;
}
table tr,
table td {
    width: auto !important;
    height: auto !important;
    // word-break: break-word;
}
table tr:nth-child(odd) {
    background-color: rgb(242, 242, 242);
}
table td {
    padding: 8px !important;
    border: 1px solid #ccc !important;
}
table tr p,
table tr span {
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.header .top-nav {
    display: inline-block;
}
.header .top-nav ul li {
    display: inline-block;
    vertical-align: top;
}
.header .top .share {
    float: left;
}
.header .nav .nav-list1 .nav-list2 {
    position: absolute;
    z-index: 50;
    top: 74px;
    display: none;
    min-width: 230px;
    padding: 20px 0;
    /*   -webkit-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    transform: translateX(-20%);*/
    text-align: center;
    text-align: left;
    background-color: #c78550;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}
@media(max-width: 1199px) {
    .header .nav .nav-list1 .nav-list2 {
        background: none;
        display: none;
    }
}
.header .nav .nav-list1 .nav-list2 li {
    list-style: none;
}
.header .nav .nav-list1 .nav-list2 li>a {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    position: relative;
    z-index: 1;
    display: block;
    padding: 7px 30px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #fff;
}
.header .nav .nav-list1 .nav-list2 li>a:hover {
    color: #333;
    background-color: #fff;
}
.header .nav .nav-list1 .nav-list2 li img {
    max-width: 400px;
}
.header .nav .nav-list1 .nav-list2 li.active .navright {
    display: block;
}
.header .nav .nav-list1 .nav-list2 li:first-child .navright {
    display: block;
}
.header .nav .nav-list1 .nav-list2 .navright {
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
    display: none;
    overflow: hidden;
    min-width: 1000px;
    height: 100%;
    padding: 20px;
    background-color: #efe6de;
}
.header .nav .nav-list1 .nav-list2 .navright .pic {
    float: left;
    width: 40%;
}
.header .nav .nav-list1 .nav-list2 .navright .pic .img-box {
    padding-bottom: 70.58823529%;
}
.header .nav .nav-list1 .nav-list2 .navright .note {
    float: left;
    width: 60%;
    padding: 20px 20px 0 40px;
}
.header .nav .nav-list1 .nav-list2 .navright .note b {
    font-size: 20px;
    line-height: 1.53846154;
    display: block;
    color: #333;
}
.header .nav .nav-list1 .nav-list2 .navright .note p {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.625;
    display: -webkit-box;
    overflow: hidden;
    max-height: 104px;
    margin: 20px 0 0 0;
    color: #333;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.header .nav .nav-list1 .nav-list2 .navright .note span {
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin-top: 30px;
    color: #e72518;
}
.header .nav .nav-list1 .nav-list3 li>a {
    font-weight: 300;
    line-height: 30px;
    padding: 4px 30px;
}
.header .nav .nav-list1 .nav-list3 li>a:hover {
    text-decoration: underline;
    color: #fff;
    background: none;
}
}
@media (min-width: 1200px) and (max-width: 1470px) {
    .header .nav .nav-list1>li>a {
        padding: 0 10px;
    }
}
@media (min-width: 1200px) and (max-width: 1470px) {
    .header .nav .nav-list1 .nav-list2 .navright {
        min-width: 800px;
    }
}
@media (min-width: 1200px) and (max-width: 1199px) {
    .header .nav .nav-list1 .nav-list2 .navright {
        display: none !important;
    }
}
.header .container {
    position: relative;
}
@media(max-width: 1350px) {
    .header .nav .nav-list1>li>a {
        padding: 0 10px;
    }
}
@media(max-width: 1199px) {
    .header .nav .nav-list1 .nav-list2 {
        display: none;
    }
    .navright {
        display: none !important;
    }
    .header .nav .nav-list3 {
        display: none;
    }
}
.xs-top-nav {
    display: none;
}
@media(max-width: 1199px) {
    .xs-top-nav {
        display: block;
        position: absolute;
        top: 12%;
        width: 100%;
        left: 0;
    }
}
.xs-top-nav ul li {
    display: inline-block;
    vertical-align: top;
}
.xs-top-nav ul li a {
    color: #ffffff;
    padding: 0 10px;
    display: block;
    line-height: 30px;
}
.stuck {
    position: fixed !important;
    z-index: 9;
    top: 0;
    width: 100%;
    height: 90px !important;
    background-color: rgba(0, 0, 0, .6);
}
@media (max-width: 1199px) {
    .stuck {
        height: 60px !important;
    }
}

.header .top .top-nav a {
    padding: 0 8px;
}
.language-box:before {
    margin: 0 15px;
}

@media (max-width: 1350px) {
    .header .top .top-nav a {
        padding: 0 6px;
    }
    .header .c-search {
        width: 170px;
    }
    .header .c-search input {
        font-size: 12px;
    }
}
@media (max-width: 1199px) {
    .header .c-search input {
        color: #333333;
    }
}
.header .top .share li {
    margin: 0;
    vertical-align: middle;
}
.contact-content .container .share li a.icon-tiktok {
    background-color: #69C9D0;
    margin-top: 7px;
}
.header .top .share li a.icon-tiktok {
    background-color: #69C9D0;
}

.footer .copyright .share a {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}
.contact-content .container .share li a.icon-tiktok:before,
.header .top .share li a.icon-tiktok:before,
.footer .copyright .share a.icon-tiktok:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/tiktok.svg) no-repeat center;
    background-size: 60%;
}
.footer .copyright .share a.icon-tiktok:before {
    filter: brightness(1) invert(1);
}
.share-cn {
    display: none;
}
&[lang=zh-CN] {
    .share-cn {
        display: block;
    }
    .share-other {
        display: none;
    }
}
.a2a_kit {
    display: inline-block;
    vertical-align: middle;
}
.product-details-content .function-btn {
    margin-top: 30px;
}