@charset 'utf-8';
@-ms-viewport {
    width: auto !important;
}
.BMapLabel {
    max-width: none;
}
li,
ol,
ul {
    list-style: none;
}
a {
    color: inherit;
}
a:hover,
a:link,
a:visited {
    text-decoration: none;

    color: inherit;
}
input[type=number] {
    -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    margin: 0;

    -webkit-appearance: none;
}
ul {
    margin: 0;
    padding: 0;
}
button,
input,
textarea {
    resize: none;

    border: none;
    outline: none;
}
a[data-fancybox] {
    outline: none;
}
a[data-fancybox] img {
    outline: none !important;
}
.slick-slide {
    outline: none;
}
.slick-slide a {
    outline: none !important;
}
.slick-slider img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}
img[data-lazy] {
    background: url(../js/slick/ajax-loader.gif) no-repeat center;
}
img.lazy {
    min-width: 1px;
    min-height: 1px;

    background: url(../js/slick/ajax-loader.gif) no-repeat center;
}
@media (min-width: 1200px) {
    .wow {
        visibility: hidden;
    }
}
.slick-slide {
    outline: none;
}
.slick-slide a {
    outline: none !important;
}
.slick-slide,
.slick-slider .slick-track,
.slick-slider .slick-list,
.slick-slide img,
.slick-slider .slick-track img,
.slick-slider .slick-list img {
    -webkit-transform: translateZ(1px);
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translateZ(1px);
    transform: translate3d(0, 0, 1px);

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.at-resp-share-element .at-share-btn {
    margin-bottom: 0 !important;
}
.transform-0 {
    -webkit-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    transform: translate(0) !important;
}
.slick-disabled {
    cursor: no-drop;

    opacity: .5;
}
.ff {
    font-family: 'iconfont' !important;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.all {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
body {
    font-family: 'Source Han Sans CN', 'Noto Sans TC', Arial, Helvetica, 'Helvetica Neue', 'Microsoft YaHei', 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'WenQuanYi Micro Hei', sans-serif;

    overflow-x: hidden;
}
body.fixed {
    overflow: hidden;
}
@media (min-width: 1200px) {
    body.index-body .online-wrap .online {
        right: auto;
        left: 0;
    }
    body.index-body .online-wrap .online a {
        border-radius: 0 4px 4px 0;
    }
    body.index-body .online-wrap .online .icon-phone .phone-num,
    body.index-body .online-wrap .online .icon-zuoji .phone-num {
        right: auto;
        left: -300px;

        -webkit-transition: left .3s;
        transition: left .3s;
    }
    body.index-body .online-wrap .online .icon-phone .phone-num p,
    body.index-body .online-wrap .online .icon-zuoji .phone-num p {
        border-radius: 0 4px 4px 0;
    }
}
@media (min-width: 1200px) and (min-width: 1200px) {
    body.index-body .online-wrap .online .icon-phone:hover .phone-num,
    body.index-body .online-wrap .online .icon-zuoji:hover .phone-num {
        right: auto;
        left: 100%;
    }
}
@media (min-width: 1200px) {
    body.inside-body .header {
        background: none;
    }
    body.inside-body .header.fixed {
        background-color: rgba(18, 64, 51, .8);
        box-shadow: 0 2px 14px 1px rgba(0, 0, 0, .2);
    }
}
@media only screen and (min-width: 1350px) {
    .container {
        width: 1320px;
    }
}
@media only screen and (min-width: 1470px) {
    .container {
        width: 1440px;
    }
}
.txt-over1 {
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.img-box {
    position: relative;
    z-index: 1;

    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 {
    margin-top: 60px;

    text-align: center;
}
@media (max-width: 1199px) {
    .page {
        margin-top: 50px;
    }
}
@media (max-width: 991px) {
    .page {
        margin-top: 40px;
    }
}
@media (max-width: 767px) {
    .page {
        margin-top: 30px;
    }
}
.page li {
    display: inline-block;

    margin: 0 4px;

    vertical-align: middle;

    color: #999;
}
@media (max-width: 767px) {
    .page li {
        margin: 0 2px;
    }
}
.page li a,
.page li span {
    font-size: 1em;
    line-height: 28px;

    display: block;

    width: 28px;
    height: 28px;

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

    border-radius: 50%;
    background-color: #fafafa;
}
@media (max-width: 767px) {
    .page li a,
    .page li span {
        line-height: 26px;

        width: 26px;
        height: 26px;
    }
}
.page li.prev a:before,
.page li.next a:before,
.page li.prev span:before,
.page li.next span:before {
    font-family: 'iconfont' !important;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page li.prev a:before,
.page li.prev span:before {
    content: '\e9b5';
}
.page li.next a:before,
.page li.next span:before {
    content: '\e72f';
}
@media (min-width: 1200px) {
    .page li:hover a,
    .page li:hover span {
        color: #fff;
        background-color: #a8664c;
    }
}
.page li.active a,
.page li.active span {
    color: #fff;
    background-color: #a8664c;
}
.table-box {
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
.table-box table {
    line-height: 1.2;

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

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

    text-align: center;
}
.table-box table tr,
.table-box table td,
.table-box table th {
    width: auto !important;
    height: auto !important;
}
.table-box table tr:nth-child(odd) {
    background-color: #f5f5f5;
}
.table-box table tr:nth-child(even) {
    background-color: #fff;
}
.table-box table td,
.table-box table th {
    font-weight: normal;

    padding: 10px !important;

    border: 1px solid #d6d6d6 !important;
}
@media (max-width: 767px) {
    .table-box table td,
    .table-box table th {
        font-size: 12px;
    }
}
@media (max-width: 480px) {
    .table-box table td,
    .table-box table th {
        font-size: 2.7vmin;

        padding: 8px !important;
    }
}
.table-box table tr p,
.table-box table tr span {
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.table-box table th {
    text-align: center;
}
.table-box table td {
    font-size: 12px;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
img.lazy {
    min-width: 1px;
    min-height: 1px;

    background: url(../js/slick/ajax-loader.gif) no-repeat center;
}
.fancybox-slide--iframe .fancybox-content {
    width: 800px;
    max-width: 80%;
    height: 600px;
    max-height: 50%;
    margin: 0;
}
.fancybox-slide--video video {
    max-width: 80%;
    padding: 0;
}
@media (max-width: 767px) {
    .fancybox-slide--video video {
        max-width: 95%;
    }
}
.header {
    z-index: 999;

    width: 100%;

    -webkit-transition: .5s;
    transition: .5s;

    background-color: rgba(18, 64, 51, .3);
}
@media (min-width: 1200px) {
    .header {
        position: fixed;
        top: 0;
        left: 0;
    }
    .header.fixed {
        background-color: #124033;
        box-shadow: 0 2px 14px 1px rgba(0, 0, 0, .2);
    }
}
@media (max-width: 1199px) {
    .header {
        background-color: #124033;
    }
}
.header .container {
    font-size: 0;

    position: relative;

    text-align: justify;
    text-justify: distribute-all-lines;
    letter-spacing: -8px;
}
.header .container:after {
    display: inline-block;
    overflow: hidden;

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

    content: '';
}
.header .container>div {
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
    letter-spacing: 0;
}
.header .logo a {
    position: relative;
    z-index: 10;

    display: block;
    overflow: hidden;

    padding: 35px 0;

    -webkit-transition: .3s;
    transition: .3s;
}
@media (max-width: 1199px) {
    .header .logo a {
        padding: 25px 0;
    }
}
@media (max-width: 480px) {
    .header .logo a {
        width: 180px;
        padding: 19px 0;
    }
}
.header .logo a img {
    display: block;

    width: 100%;
}
.header .right-box {
    position: relative;
}
.header .right-box>div {
    display: inline-block;

    vertical-align: middle;
}
@media (min-width: 1200px) {
    .header .right-box>div.nav {
        display: inline-block !important;
    }
}
@media (max-width: 1199px) {
    .header .right-box>div.nav {
        display: none;
    }
}
.header .right-box>div.search-wrap {
    display: none;
}
@media (max-width: 767px) {
    .header .right-box>div.google-translate {
        display: none;
    }
}
.header .right-box .fade-out~.google-translate {
    position: fixed;
    z-index: 10000;
    top: 30px;
    left: 30px;

    display: block !important;

    -webkit-transition: .3s;
    transition: .3s;
}
.header .right-box .fade-out.left-100~.google-translate {
    top: -30px;

    opacity: 0;
}
.header .cart-btn {
    line-height: 100px;

    display: inline-block;
    overflow: hidden;

    width: 80px;
    height: 100px;

    text-align: center;

    color: #fff;
}
@media (max-width: 991px) {
    .header .cart-btn {
        line-height: 80px;

        height: 80px;
    }
}
@media (max-width: 767px) {
    .header .cart-btn {
        line-height: 60px;

        width: 50px;
        height: 60px;
    }
}
.header .cart-btn a {
    position: relative;

    display: block;
}
.header .cart-btn a:before {
    font-family: 'iconfont' !important;
    font-size: 25px;

    content: '\e62a';
}
.header .cart-btn a .num {
    font-size: 12px;
    line-height: 1;

    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    margin-top: -22px;
    margin-left: 2px;
    padding: 2px 5px;

    color: #fff;
    border-radius: 50%;
    background-color: #a8664c;
}
.header .language {
    position: relative;

    margin-left: 15px;

    color: #fff;
}
@media (max-width: 1199px) {
    .header .language {
        margin: 0 10px 0 0;
    }
}
@media (max-width: 480px) {
    .header .language {
        margin: 0 5px 0 0;
    }
}
.header .language a {
    position: relative;

    display: inline-block;

    margin: 0;

    -webkit-transition: .2s;
    transition: .2s;
}
.header .language a:before,
.header .language a span {
    display: inline-block;

    vertical-align: middle;
}
.header .language a:before {
    overflow: hidden;

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

    content: '';

    border-radius: 50%;
    background: url(../images/language.png) no-repeat 100% 100%;
    background-size: 200% auto;
}
@media (max-width: 480px) {
    .header .language a:before {
        margin-right: 5px;
    }
}
.header .language a.en:before {
    background-position: 0 100%;
}
.header .language a:hover span {
    text-decoration: underline;
}
@media (min-width: 1200px) {
    .header .mouse-line {
        position: absolute;
        z-index: 2;
        left: 0;

        display: block;

        height: 3px;

        -webkit-transition: all .4s cubic-bezier(0, .225, .435, 1.3);
        transition: all .4s cubic-bezier(0, .225, .435, 1.3);

        background-color: #f28684;
    }
    .header .mouse-line.nav-line {
        top: 0;
    }
    .header .mouse-line.inside-line {
        bottom: -1px;
    }
}
.header .cart {
    margin-right: 15px;
}
@media (max-width: 767px) {
    .header .cart {
        margin-right: 10px;
    }
}
.header .cart a {
    font-size: 16px;
}
.header .cart a:before {
    font-family: 'iconfont' !important;
    font-size: 20px;

    content: '\e619';
}
.header .find {
    font-size: 21px;

    cursor: pointer;

    color: #fff;
}
@media (min-width: 1200px) {
    .header .find {
        margin: 0 25px 0 20px;
    }
}
@media (min-width: 1200px) and (max-width: 1349px) {
    .header .find {
        margin: 0 15px 0 10px;
    }
}
.header .find:before {
    font-family: 'iconfont' !important;

    content: '\e660';
}
.header .nav-collapse {
    position: relative;

    display: none;

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

    cursor: pointer;

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

        vertical-align: middle;
    }
    .header .nav-collapse.nav-collapse-xs {
        position: relative;

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

        display: block;

        margin-top: 10px;

        border: none;
    }
    .header .nav-collapse.nav-collapse-1 .btn-line {
        background-color: #fff !important;
    }
}
@media (max-width: 767px) {
    .header .nav-collapse {
        margin-left: 5px;
    }
}
.header .nav-collapse .btn-line {
    position: absolute;
    left: 50%;

    width: 28px;
    height: 2px;

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

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

    content: '';
}
.header .nav-collapse .btn-line:nth-child(1) {
    top: 32%;
}
.header .nav-collapse .btn-line:nth-child(2) {
    top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3) {
    top: 68%;
}
.header .nav-collapse.active {
    border-color: transparent;
}
.header .nav-collapse.active .btn-line {
    background-color: #333;
}
.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 {
        position: relative;
        z-index: 10;

        text-align: center;
    }
}
@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;
    }
}
@media (max-width: 767px) {
    .header .nav {
        width: 100%;
        padding: 25px;
    }
}
.header .nav.left-100 {
    -webkit-transform: translateX(-100%);
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    transform: translate3d(-100%, 0, 0);
}
.header .nav.left-200 {
    -webkit-transform: translateX(-200%);
    -webkit-transform: translate3d(-200%, 0, 0);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
    transform: translate3d(-200%, 0, 0);
}
.header .nav .nav-list1 {
    position: relative;

    zoom: 1;
}
.header .nav .nav-list1:after {
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
@media (min-width: 1200px) {
    .header .nav .nav-list1 li a {
        white-space: nowrap;
    }
    .header .nav .nav-list1>li {
        position: relative;

        float: left;

        margin: 0 5px;
    }
    .header .nav .nav-list1>li:hover>a {
        text-decoration: underline;
    }
    .header .nav .nav-list1>li>a {
        position: relative;

        display: block;

        padding: 40px 15px;

        color: #fff;
    }
    .header .nav .nav-list1>li>a>span {
        position: relative;

        display: block;

        padding: 15px 0;
    }
    .header .nav .nav-list1>li>a>span:after {
        position: absolute;
        bottom: 0;
        left: 50%;

        display: block;

        width: 0;
        height: 2px;

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

        opacity: 0;
        background-color: #fff;
    }
    .header .nav .nav-list1>li ul {
        position: absolute;

        display: none;

        text-align: left;

        color: #fff;
        background-color: rgba(18, 64, 51, .8);
        background-clip: padding-box;
        box-shadow: 0 2px 10px 1px rgba(0, 0, 0, .15);
    }
    .header .nav .nav-list1>li ul li:hover>a {
        text-decoration: underline;
    }
    .header .nav .nav-list1>li ul a {
        position: relative;

        display: block;

        padding: 5px 0;
    }
    .header .nav .nav-list1>li .nav-list2 {
        z-index: 10;
        top: 100%;
        left: 50%;

        min-width: 140px;
        padding: 15px 0;
    }
    .header .nav .nav-list1>li .nav-list2>li {
        position: relative;

        white-space: nowrap;
    }
    .header .nav .nav-list1>li .nav-list2>li>a {
        padding: 5px 15px;

        text-align: center;
    }
    .header .nav .nav-list1>li .nav-list2 li {
        position: relative;
    }
    .header .nav .nav-list1>li .nav-list2 li a {
        padding: 5px 15px;
    }
    .header .nav .nav-list1>li .nav-list2 ul {
        position: absolute;
        top: 0;
        left: 100%;

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

        border-left: 1px solid transparent;
    }
    .header .nav .nav-list1>li .active>a span:after {
        width: 100%;
    }
}
@media (min-width: 1200px) and (max-width: 1469px) {
    .header .nav .nav-list1>li>a {
        padding: 34px 10px;
    }
}
@media (min-width: 1200px) and (max-width: 1349px) {
    .header .nav .nav-list1>li>a {
        font-size: 15px;

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

        opacity: 0;
    }
    .header .nav .nav-list1>li {
        -webkit-transform: translateX(-15px) rotateX(90deg);
        transform: translateX(-15px) rotateX(90deg);
        white-space: nowrap;

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

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

        margin-top: 5px;

        color: #fff;
    }
}
.header .nav .nav-list2 a,
.header .nav .nav-list3 a {
    display: block;
}
@media (max-height: 580px) {
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a {
        margin-top: 0;
    }
}
.header .mask-nav {
    display: none;
}
@media (max-width: 1199px) {
    .header .mask-nav {
        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 .mask-nav .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 .mask-nav .nav-top .back-btn:before {
    font-family: 'iconfont' !important;
    font-size: 26px;

    content: '\e9b5';
}
.header .mask-nav .nav-top .nav-title {
    font-size: 30px;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 767px) {
    .header .mask-nav .nav-top .nav-title {
        font-size: 20px;
        font-size: 5vmin;
    }
}
.header .mask-nav .nav-top .nav-collapse-2 {
    margin: 0;
}
.header .mask-nav .nav-top .nav-collapse-2 .btn-line {
    background-color: #fff;
}
.header .mask-nav .content {
    position: relative;

    overflow: auto;

    height: 85%;
    margin-top: 4%;

    -ms-touch-action: pan-y;
    touch-action: pan-y;
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/
    /*滑块效果*/
}
.header .mask-nav .content::-webkit-scrollbar {
    width: 5px;
    height: 5px;

    border-radius: 5px;
    background-color: #fff;
}
.header .mask-nav .content::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.header .mask-nav .content::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #666;
}
.header .mask-nav .content::-webkit-scrollbar-thumb:hover {
    border-radius: 5px;
    background: rgba(0, 0, 0, .4);
}
@media (max-width: 767px) {
    .header .mask-nav .content ul {
        padding: 0 15px;
    }
}
.header .mask-nav .content ul li {
    font-size: 20px;
    line-height: 2;

    margin: 10px 0;

    text-align: left;
}
@media (max-width: 767px) {
    .header .mask-nav .content ul li {
        font-size: 4.5vmin;
        line-height: 1.6;

        margin: 0;
        margin-bottom: 5px;
    }
}
.header .mask-nav .content ul li.more {
    position: relative;
}
.header .mask-nav .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 .mask-nav .content ul li a {
    display: inline-block;
}
.header .mask-nav .content ul ul {
    display: none;
}
.header .nav-2 {
    left: 100%;
}
.header .nav-3 {
    left: 200%;
}
.header .nav-4 {
    left: 300%;
}
.header .fade-out ul {
    text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .header .fade-out ul {
        padding: 0 5%;
    }
}
@media (max-width: 1199px) {
    .header .fade-out ul .pic {
        display: none !important;
    }
}
.header .fade-out ul .more {
    padding-right: 25px;
}
@media (max-width: 1199px) {
    .header .fade-out ul.nav-list1 {
        overflow: auto;

        max-height: 80%;
        margin: 0;

        opacity: 1;

        -ms-touch-action: pan-y;
        touch-action: pan-y;
        /*定义滚动条轨道 内阴影+圆角*/
        /*定义滑块 内阴影+圆角*/
        /*滑块效果*/
    }
    .header .fade-out ul.nav-list1::-webkit-scrollbar {
        width: 5px;
        height: 5px;

        border-radius: 5px;
        background-color: #fff;
    }
    .header .fade-out ul.nav-list1::-webkit-scrollbar-track {
        border-radius: 5px;
        background-color: #fff;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    }
    .header .fade-out ul.nav-list1::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-color: #666;
    }
    .header .fade-out ul.nav-list1::-webkit-scrollbar-thumb:hover {
        border-radius: 5px;
        background: rgba(0, 0, 0, .4);
    }
    .header .fade-out ul.nav-list1 a {
        text-transform: uppercase;

        color: #fff;
    }
    .header .fade-out ul.nav-list1>li {
        position: relative;

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

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

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

        margin-top: -14px;

        content: '\e72f';

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

        display: inline-block;
    }
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 20px;
    }
}
@media (max-width: 1199px) and (max-width: 767px) {
    .header .fade-out ul.nav-list1>li {
        margin: 0;
    }
}
@media (max-width: 1199px) and (max-height: 768px) {
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 18px;
    }
}
@media (max-width: 1199px) and (max-width: 480px) {
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 14px;
    }
}
.header .fade-out ul.nav2-list2 h4 {
    font-size: 20px;
    line-height: 50px;
}
.header .xs-language {
    position: absolute;
    bottom: 30px;
    left: 0;

    display: none;

    width: 100%;
    padding-left: 25px;

    text-align: left;
}
@media (max-width: 480px) {
    .header .xs-language {
        display: block !important;
    }
}
.search-wrap {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;

    background-color: rgba(0, 0, 0, .93);
}
.search-wrap.active .search {
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}
.search-wrap .search {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    width: 800px;
    max-width: 100%;
    margin: auto;
    padding: 0 15px;

    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transform: translateY(-50%) scale(.2);
    -ms-transform: translateY(-50%) scale(.2);
    transform: translateY(-50%) scale(.2);

    border: none;
    border-radius: 0;
}
.search-wrap .search p {
    font-size: 16px;

    margin-bottom: 50px;

    text-align: center;
    letter-spacing: 2px;

    color: #fff;
}
.search-wrap .search .input-text {
    font-size: 20px;
    line-height: 40px;

    width: 100%;
    padding: 0 35px 5px 20px;

    text-align: center;

    color: #fff;
    border-bottom: 3px solid #1f1e1e;
    background: none;
}
@media (max-width: 767px) {
    .search-wrap .search .input-text {
        padding-left: 5px;
    }
}
.search-wrap .search .input-submit {
    line-height: 36px;

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

    width: 50px;

    color: #fff;
    background: none;
}
.search-wrap .search .input-submit:before {
    font-family: 'iconfont' !important;
    font-size: 20px;

    content: '\e660';
}
.search-wrap .search-close {
    position: absolute;
    top: 30px;
    right: 10%;

    cursor: pointer;
}
.search-wrap .search-close:before {
    font-family: 'iconfont' !important;
    font-size: 22px;

    content: '\e61b';

    color: #fff;
}
.slick-dots {
    text-align: center;
}
.slick-dots li {
    display: inline-block;

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

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

    border-radius: 10px;
    background: #e5e5e5;
}
@media (max-width: 767px) {
    .slick-dots li {
        width: 8px;
        height: 8px;

        border-radius: 8px;
    }
}
.slick-dots li.slick-active,
.slick-dots li:hover {
    background-color: #a8664c;
}
.slick-dots li button {
    display: none;
}
.index-wrap .section {
    background: no-repeat center;
    background-size: cover;
}
@media (max-width: 1199px) {
    .index-wrap .section {
        padding: 80px 0;
    }
}
@media (max-width: 991px) {
    .index-wrap .section {
        padding: 65px 0;
    }
}
@media (max-width: 767px) {
    .index-wrap .section {
        padding: 45px 0;
    }
}
#fp-nav ul li,
.fp-slidesNav ul li {
    margin: 17px;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    width: 14px !important;
    height: 14px !important;
    margin: -7px 0 0 -7px !important;

    opacity: .4;
    border: 1px solid #fff;
    background: none;
}
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
    opacity: 1;
    background-color: #fff;
}
.section-footer,
.section-banner {
    padding: 0 !important;
}
.section-footer .fp-tableCell,
.section-banner .fp-tableCell {
    padding: 0 !important;
}
.banner {
    font-size: 0;

    position: relative;
    z-index: 2;

    overflow: hidden;

    width: 100%;

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

    position: relative;

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

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

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

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

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

    opacity: .3;
    border-radius: 8px;
    background: #fff;
}
.banner .slick-dots li:hover,
.banner .slick-dots li.slick-active {
    opacity: 1;
}
@media (max-width: 767px) {
    .banner .slick-dots li {
        width: 6px;
        height: 6px;

        border-radius: 6px;
    }
}
.banner .slick-dots li button {
    display: none;
}
.banner .item {
    position: relative;

    display: block;
    overflow: hidden;

    -webkit-transition: -webkit-transform 3.9s;
    transition: -webkit-transform 3.9s;
    transition: transform 3.9s;
    transition: transform 3.9s, -webkit-transform 3.9s;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.banner .active .item {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.banner .slick-arrow {
    font-size: 56px;

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

    display: block;

    padding: 0;

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

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

    letter-spacing: 0;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1200px) {
    .banner .slick-arrow:hover {
        opacity: 1;
    }
}
.banner .slick-prev {
    left: 2.60416667%;
}
.banner .slick-prev:before {
    content: '\eb60';
}
.banner .slick-next {
    right: 2.60416667%;
}
.banner .slick-next:before {
    content: '\e625';
}
@media (min-width: 1200px) {
    .fp-scroller .index-box {
        padding: 120px 0 90px;
    }
    .index-box {
        padding-top: 90px;
    }
}
.index-box {
    max-width: 100%;
}
.index-box .title {
    overflow: hidden;

    margin-bottom: 60px;
}
@media only screen and (min-width: 1350px) {
    .index-box .title {
        padding-left: 70px;
    }
}
@media (max-width: 991px) {
    .index-box .title {
        margin-bottom: 40px;
    }
}
@media (max-width: 767px) {
    .index-box .title {
        margin-bottom: 20px;
    }
}
.index-box .title .txt {
    font-size: 60px;

    float: left;

    color: #fff;
}
@media (max-width: 991px) {
    .index-box .title .txt {
        font-size: 50px;
    }
}
@media (max-width: 767px) {
    .index-box .title .txt {
        font-size: 40px;
    }
}
.index-box .title .txt b {
    text-transform: uppercase;

    opacity: .1;
}
.index-box .title .txt h3 {
    font-size: .66666667em;
    font-weight: bold;

    position: relative;
    z-index: 2;

    margin: -40px 0 0;
    padding-left: 20px;
}
.index-box .title .tab-pro-nav {
    float: right;

    padding-top: 48px;
}
@media (max-width: 991px) {
    .index-box .title .tab-pro-nav {
        padding-top: 30px;
    }
}
@media (max-width: 480px) {
    .index-box .title .tab-pro-nav {
        padding-top: 15px;
    }
}
.index-box .title .tab-pro-nav li {
    display: inline-block;

    margin-left: 7px;
}
.index-box .title .tab-pro-nav li:first-child {
    margin-left: 0;
}
.index-box .title .tab-pro-nav a {
    font-size: 18px;

    display: block;

    padding: 8px 35px;

    color: #fff;
    background-color: #124033;
}
.index-box .title .tab-pro-nav a:hover {
    text-decoration: underline;
}
@media (max-width: 1199px) {
    .index-box .title .tab-pro-nav a {
        font-size: 16px;

        padding: 8px 25px;
    }
}
@media (max-width: 991px) {
    .index-box .title .tab-pro-nav a {
        font-size: 15px;

        padding: 6px 20px;
    }
}
@media (max-width: 480px) {
    .index-box .title .tab-pro-nav a {
        font-size: 12px;
        font-size: 2.8vmin;

        padding: 5px 8px;
    }
}
.index-box .title .tab-pro-nav .active a {
    background-color: #a8664c;
}
.index-wrap .section-product {
    background-color: #333;
    background-size: auto;
}
@media only screen and (min-width: 1200px) and (max-height: 750px) {
    .index-wrap .section-product {
        background: no-repeat center 80%;
    }
}
@media (max-width: 1469px) {
    .index-wrap .section-product {
        background-size: cover;
    }
}
@media (max-width: 480px) {
    .index-wrap .section-product {
        padding: 15px 0 25px;
    }
    .index-wrap .section-product .title .txt {
        font-size: 24px;
    }
    .index-wrap .section-product .title .txt h3 {
        font-size: .8em;

        margin-top: -15px;
        padding-left: 5px;
    }
}
.index-product .tab-pro-list {
    margin-top: 12%;
}
@media only screen and (min-width: 1200px) and (max-height: 750px) {
    .index-product .tab-pro-list {

        max-width: 1200px;
        margin: 0 auto;
        margin-top: 30px;
    }
}
@media (max-width: 1469px) {
    .index-product .tab-pro-list {
        padding: 0 8%;
    }
}
@media (max-width: 1199px) {
    .index-product .tab-pro-list {
        padding: 0 4%;
    }
}
@media (max-width: 480px) {
    .index-product .tab-pro-list {
        margin-top: 15%;
        padding: 0;
    }
}
.index-product .tab-pro-list .list {
    /* display: none; */
}
@media (max-width: 480px) {
    .index-product .tab-pro-list li {
        padding: 0 5px;
    }
}
.index-product .tab-pro-list li a {
    display: block;

    padding-bottom: 90%;
    color: #fff;
}
@media (max-width: 1349px) {
    .index-product .tab-pro-list li a {
        padding-bottom: 110%;
    }
}
.index-about .intro-wrap {
    font-size: 0;

    letter-spacing: -8px;
}
.index-about .intro-wrap>div {
    font-size: 14px;

    display: inline-block;

    vertical-align: bottom;
    letter-spacing: 0;
}
@media (max-width: 991px) {
    .index-about .intro-wrap>div {
        vertical-align: middle;
    }
}
@media (max-width: 767px) {
    .index-about .intro-wrap>div {
        display: block;
    }
}
.index-about .txt-box {
    color: #fff;
}
@media only screen and (min-width: 768px) {
    .index-about .txt-box {
        width: -webkit-calc(100% - 330px);
        width: calc(100% - 330px);
        padding: 0 20% 0 90px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1349px) {
    .index-about .txt-box {
        padding: 0 35px 0 25px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .index-about .txt-box {
        width: -webkit-calc(100% - 250px);
        width: calc(100% - 250px);
        padding-left: 0;
    }
}
.index-about .pic-box {
    width: 330px;
    max-width: 100%;
}
@media (max-width: 991px) {
    .index-about .pic-box {
        width: 250px;
    }
}
@media (max-width: 767px) {
    .index-about .pic-box {
        width: 200px;
        margin-top: 15px;
    }
}
.index-about .img-box {
    padding-bottom: 136.36363636%;
}
.index-about .intro p {
    line-height: 2.57142857;

    margin: 0;
}
@media (max-width: 767px) {
    .index-about .intro p {
        font-size: 13px;
        line-height: 1.8;
    }
}
.index-about .advantage {
    margin: 40px 0;
}
@media (max-width: 767px) {
    .index-about .advantage {
        margin: 25px 0;
    }
}
.index-about .advantage b {
    font-size: 29px;

    display: block;

    color: #ebccab;
}
.index-about .advantage b span {
    font-size: .5em;
}
@media (max-width: 767px) {
    .index-about .advantage b {
        font-size: 24px;
    }
}
.index-about .advantage p {
    font-size: 16px;

    margin: 0;
}
@media (max-width: 767px) {
    .index-about .advantage p {
        font-size: 14px;
    }
}
.index-about .join>b {
    font-size: 18px;

    text-transform: uppercase;

    color: #ebccab;
}
@media (max-width: 767px) {
    .index-about .join>b {
        font-size: 16px;
    }
}
.index-about .join h4 {
    font-size: 24px;
    font-weight: bold;

    margin: 5px 0 25px;
}
@media (max-width: 767px) {
    .index-about .join h4 {
        font-size: 20px;

        margin-bottom: 15px;
    }
}
.index-about .join p {
    margin-bottom: 15px;
}
@media (max-width: 767px) {
    .index-about .join p {
        font-size: 13px;

        margin-bottom: 10px;
    }
}
.index-advantage .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: -30px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.index-advantage .list li {
    margin-top: 30px;
}
@media (max-width: 480px) {
    .index-advantage .list li {
        width: 100%;
    }
}
.index-advantage .item {
    position: relative;

    height: 100%;
    padding: 80px 10% 50px;

    -webkit-transition: .6s;
    transition: .6s;
    text-align: center;

    color: #fff;
}
@media (max-width: 1349px) {
    .index-advantage .item {
        padding: 50px 8% 40px;
    }
}
@media (min-width: 1200px) {
    .index-advantage .item:hover {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    .index-advantage .item:hover:before {
        opacity: .7;
    }
    .index-advantage .item:hover .pic-box {
        opacity: 1;
    }
}
@media (max-width: 480px) {
    .index-advantage .item {
        padding: 35px 8%;
    }
}
.index-advantage .item:before,
.index-advantage .item .pic-box {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.index-advantage .item:before {
    z-index: 2;

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

    background: url(../images/index-advantage-list-bg.png) center;
    background-size: contain;
}
.index-advantage .item .pic-box {
    -webkit-transition: .5s;
    transition: .5s;

    opacity: 0;
    background: no-repeat center;
    background-size: cover;
}
.index-advantage .item .iconfont {
    font-size: 40px;
    line-height: 80px;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 80px;
    height: 80px;

    text-align: center;
    margin: auto;
    border-radius: 50%;
    background-color: rgba(242, 242, 242, .2);
}
.index-advantage .item .iconfont img {
    width: 60%;
}
@media (max-width: 767px) {
    .index-advantage .item .iconfont {
        font-size: 24px;
        line-height: 55px;

        width: 55px;
        height: 55px;
    }
}
.index-advantage .item .intro {
    position: relative;
    z-index: 3;
}
.index-advantage .item h4 {
    font-size: 24px;
    font-weight: bold;

    margin: 50px 0 25px;
}
.index-advantage .item h4:after {
    display: block;

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

    content: '';

    background-color: #fff;
}
@media (max-width: 767px) {
    .index-advantage .item h4 {
        font-size: 20px;

        margin: 30px 0 15px;
    }
    .index-advantage .item h4:after {
        margin-top: 20px;
    }
}
.index-advantage .item p {
    line-height: 2.14285714;

    margin: 0;
}
@media (max-width: 767px) {
    .index-advantage .item p {
        font-size: 13px;
    }
}
.index-advantage .more {
    margin-top: 60px;

    text-align: center;
}
@media (max-width: 767px) {
    .index-advantage .more {
        margin-top: 35px;
    }
}
.index-advantage .more a {
    font-size: 16px;

    display: inline-block;

    padding: 13px 57px;

    color: #fff;
    border: 1px solid #fff;
}
@media (min-width: 1200px) {
    .index-advantage .more a {
        -webkit-transition: .3s;
        transition: .3s;
    }
    .index-advantage .more a:hover {
        color: #fff;
        border-color: #a8664c;
        background-color: #a8664c;
    }
}
@media (max-width: 1199px) {
    .index-advantage .more a:active {
        color: #fff;
        border-color: #a8664c;
        background-color: #a8664c;
    }
}
@media (max-width: 991px) {
    .index-advantage .more a {
        font-size: 15px;

        padding: 10px 50px;
    }
}
@media (max-width: 767px) {
    .index-advantage .more a {
        font-size: 14px;

        padding: 8px 30px;
    }
}
.news-list .slick-list {
    margin: 0 -15px;
}
.news-list .slick-slide {
    padding: 0 15px;
}
.news-list .img-box {
    padding-bottom: 75.55555556%;
}
.news-list .item {
    position: relative;

    overflow: hidden;
}
@media (min-width: 1200px) {
    .news-list .item img {
        -webkit-transition: transform .7s;
        -webkit-transition: -webkit-transform .7s;
        transition: -webkit-transform .7s;
        transition: transform .7s;
        transition: transform .7s, -webkit-transform .7s;
    }
    .news-list .item:hover img {
        -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
        transform: scale(1.07);
    }
}
@media (min-width: 1200px) {
    .news-list .item:hover .intro {
        background-color: rgba(168, 102, 76, .8);
    }
    .news-list .item:hover .intro:before {
        opacity: 0;
    }
    .news-list .item:hover .intro .date {
        color: #fff;
    }
}
.news-list .intro {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;

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

    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);

    color: #fff;
}
.news-list .intro:before {
    position: absolute;
    top: 0;
    left: 30px;

    display: block;

    width: 46px;
    height: 1px;

    content: '';

    background-color: #fff;
}
@media (max-width: 767px) {
    .news-list .intro {
        padding: 10px 15px;
    }
    .news-list .intro:before {
        left: 15px;
    }
}
.news-list h4 {
    font-size: 24px;

    overflow: hidden;

    height: 26px;
    margin: 0 0 10px;

    white-space: nowrap;
    text-overflow: ellipsis;
}
@media (max-width: 1199px) {
    .news-list h4 {
        font-size: 20px;

        height: 22px;
    }
}
@media (max-width: 767px) {
    .news-list h4 {
        font-size: 16px;

        height: 18px;
        margin: 5px 0 10px;
    }
}
.news-list .date {
    letter-spacing: 1px;

    color: #ccc;
}
@media (max-width: 1199px) {
    .section-news {
        padding-bottom: 0 !important;
    }
}
.index-news {
    padding-bottom: 100px;
}
@media (max-width: 1199px) {
    .index-news {
        padding-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .index-news .slick-news {
        margin-top: 30px;
    }
}
.index-news .news-arrow {
    margin-top: 60px;

    text-align: center;
}
@media (max-width: 1199px) {
    .index-news .news-arrow {
        margin-top: 35px;
    }
}
@media (max-width: 991px) {
    .index-news .news-arrow {
        margin-top: 25px;
    }
}
.index-news .news-arrow .slick-arrow {
    font-size: 30px;
    font-weight: bold;
    line-height: 53px;

    z-index: 20;

    display: inline-block;

    width: 55px;
    height: 55px;

    letter-spacing: 0;

    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    background: none;
}
.index-news .news-arrow .slick-arrow:before {
    font-family: 'iconfont' !important;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1200px) {
    .index-news .news-arrow .slick-arrow {
        -webkit-transition: .3s;
        transition: .3s;
    }
    .index-news .news-arrow .slick-arrow:hover {
        border-color: #a8664c;
        background-color: #a8664c;
    }
}
@media (max-width: 1199px) {
    .index-news .news-arrow .slick-arrow {
        font-size: 20px;
        line-height: 38px;

        width: 40px;
        height: 40px;
    }
    .index-news .news-arrow .slick-arrow:active {
        border-color: #a8664c;
        background-color: #a8664c;
    }
}
.index-news .news-arrow .slick-prev:before {
    content: '\eb60';
}
.index-news .news-arrow .slick-next {
    margin-left: 25px;
}
.index-news .news-arrow .slick-next:before {
    content: '\e625';
}
.index-common-sense {
    padding: 22px 0;

    color: #fff;
    background-color: rgba(166, 27, 38, .5);
}
@media (min-width: 1200px) {
    .index-common-sense {
        position: absolute;
        bottom: 0;
        left: 0;

        width: 100%;
    }
}
@media (max-width: 1199px) {
    .index-common-sense {
        padding: 30px 0 25px;
    }
}
.index-common-sense .row {
    font-size: 0;

    letter-spacing: -8px;
}
.index-common-sense .row>div {
    font-size: 14px;

    display: inline-block;
    float: none;

    vertical-align: middle;
    letter-spacing: 0;
}
.index-common-sense .title span {
    font-size: 18px;

    text-transform: uppercase;

    color: #d3bb83;
}
.index-common-sense .title h3 {
    font-size: 24px;
    font-weight: bold;

    margin: 0;
}
.index-common-sense .txt {
    position: relative;

    padding-left: 35px;
}
.index-common-sense .txt:before {
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 1px;
    height: 48px;
    margin-top: -24px;

    content: '';

    background-color: rgba(255, 255, 255, .3);
}
@media (max-width: 1199px) {
    .index-common-sense .txt {
        margin: 35px 0;
    }
    .index-common-sense .txt:before {
        height: 30px;
        margin-top: -15px;
    }
}
@media (max-width: 767px) {
    .index-common-sense .txt {
        margin: 25px 0 0;
        padding-left: 15px;
    }
    .index-common-sense .txt:before {
        height: 20px;
        margin-top: -10px;
    }
}
.index-common-sense p {
    font-size: 16px;

    overflow: hidden;

    margin: 0;

    white-space: nowrap;
    text-overflow: ellipsis;
}
@media (max-width: 767px) {
    .index-common-sense p {
        font-size: 14px;
    }
}
@media (min-width: 1200px) {
    .index-common-sense p a:hover {
        text-decoration: underline;
    }
}
@media (max-width: 1199px) {
    .index-common-sense p a:active {
        text-decoration: underline;
    }
}
.index-common-sense .more {
    text-align: right;
}
@media (max-width: 1199px) {
    .index-common-sense .more {
        text-align: left;
    }
}
@media (max-width: 767px) {
    .index-common-sense .more {
        margin-top: 30px;
    }
}
.index-common-sense .more a {
    font-size: 18px;

    display: inline-block;

    max-width: 100%;
    padding: 11px 53px;

    border: 1px solid #fff;
}
@media (min-width: 1200px) {
    .index-common-sense .more a {
        -webkit-transition: .3s;
        transition: .3s;
    }
    .index-common-sense .more a:hover {
        text-decoration: underline;

        border-color: #124033;
        background-color: #124033;
    }
}
@media (max-width: 1199px) {
    .index-common-sense .more a {
        font-size: 16px;

        padding: 8px 35px;
    }
    .index-common-sense .more a:active {
        text-decoration: underline;

        border-color: #124033;
        background-color: #124033;
    }
}
@media (max-width: 767px) {
    .index-common-sense .more a {
        font-size: 14px;

        padding: 6px 25px;
    }
}
.public-banner {
    position: relative;

    overflow: hidden;

    width: 100%;
}
.public-banner img {
    position: relative;

    display: block;

    width: 100%;
}
@media (max-width: 991px) {
    .public-banner img {
        width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 767px) {
    .public-banner img {
        width: 130%;
        margin-left: -15%;
    }
}
.breadcrumb {
    margin: 0 0 25px;
    padding: 0;

    color: #888;
    background: none;
}
.breadcrumb li {
    text-transform: capitalize;
}
.breadcrumb li:first-child:before {
    font-family: 'iconfont' !important;
    font-size: 18px;

    margin-right: 15px;

    content: '\e6c8';
    vertical-align: middle;
}
@media (max-width: 767px) {
    .breadcrumb li:first-child:before {
        margin-right: 5px;
    }
}
.breadcrumb li:last-child:before {
    padding-right: 12px;
}
.breadcrumb li a:hover {
    text-decoration: underline;

    color: #a8664c;
}
.breadcrumb>li+li:before {
    padding: 0 10px;

    content: '>';
}
@media (max-width: 767px) {
    .breadcrumb>li+li:before {
        padding: 0 5px;
    }
}
.inside-nav {
    margin-top: 27px;
}
@media (max-width: 991px) {
    .inside-nav {
        margin-top: 25px;
    }
}
@media (max-width: 767px) {
    .inside-nav {
        margin-top: 20px;
    }
}
@media (max-width: 480px) {
    .inside-nav {
        margin-top: 15px;
    }
}
.inside-nav .row {
    margin: 0 -4px;
}
.inside-nav li {
    display: inline-block;

    margin-top: 8px;
    padding: 0 4px;
}
@media (min-width: 1200px) {
    .inside-nav li:hover a {
        color: #fff;
        background-color: #a8664c;
    }
}
.inside-nav li.active a {
    color: #fff;
    background-color: #a8664c;
}
.inside-nav a {
    display: block;

    padding: 10px 32px;

    color: #999;
    background-color: #f5f5f5;
}
@media (min-width: 1200px) {
    .inside-nav a {
        -webkit-transition: .3s;
        transition: .3s;
    }
}
@media (max-width: 1199px) {
    .inside-nav a:active {
        color: #fff;
        background-color: #a8664c;
    }
}
@media (max-width: 991px) {
    .inside-nav a {
        padding: 8px 25px;
    }
}
@media (max-width: 767px) {
    .inside-nav a {
        font-size: 12px;

        padding: 5px 15px;
    }
}
@media (min-width: 1200px) {
    .list-l .menu-wrap {
        position: relative;
        z-index: 20;
    }
    .list-l h4 {
        font-size: 30px;
        font-weight: bold;

        margin: 0;
        padding: 25px;

        text-align: center;

        color: #fff;
        background-color: #292728;
    }
    .list-l .menu {
        position: relative;
        z-index: 10;
    }
    .list-l .menu a {
        display: block;
    }
    .list-l .menu1>li {
        position: relative;
        z-index: 2;

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

        background-color: #f6f6f6;
    }
    .list-l .menu1>li:first-child {
        margin-top: 0;
    }
    .list-l .menu1>li.more {
        position: relative;
    }
    .list-l .menu1>li.more>a {
        position: relative;

        padding-right: 40px;
    }
    .list-l .menu1>li.more>a:after {
        font-family: 'iconfont' !important;
        font-size: 14px;
        font-weight: bold;

        position: absolute;
        z-index: 2;
        top: 50%;
        right: 20px;

        display: block;

        margin-top: -10px;

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

        color: #999;
    }
    .list-l .menu1>li.active>a,
    .list-l .menu1>li:hover>a {
        color: #fff;
        background-color: #a8664c;
    }
    .list-l .menu1>li.active>a:after,
    .list-l .menu1>li:hover>a:after {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);

        color: #fff;
    }
    .list-l .menu1>li.active>a:after {
        content: '\e628';
    }
    .list-l .menu1>li>a {
        font-size: 24px;

        position: relative;

        padding: 18px 20px;

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

        color: #000;
        background-color: #f8f8f8;
    }
    .list-l .menu1 ul {
        font-size: 18px;

        display: none;

        color: #666;
    }
    .list-l .menu2>li {
        position: relative;

        cursor: pointer;

        border-bottom: 1px solid #fff;
    }
    .list-l .menu2>li>a {
        line-height: 1.5;

        position: relative;

        display: block;

        padding: 22px 25px;

        -webkit-transition: .3s;
        transition: .3s;
    }
    .list-l .menu2>li:hover>a,
    .list-l .menu2>li.active>a {
        color: #a8664c;
        background-color: #f5f0ed;
    }
    .list-l .menu3 {
        padding: 0 0 15px 50px;
    }
    .list-l .menu3>li {
        margin-top: 5px;
    }
    .list-l .menu3>li>a {
        position: relative;

        padding: 5px 15px;
    }
    .list-l .menu3>li>a:before {
        position: absolute;
        top: 50%;
        left: 0;

        display: block;

        width: 4px;
        height: 4px;
        margin-top: -2px;

        content: '';

        opacity: 0;
        border-radius: 50%;
        background-color: #a8664c;
    }
    .list-l .menu3>li.active>a {
        color: #a8664c;
    }
    .list-l .menu3>li.active>a:before {
        opacity: 1;
    }
}
@media (min-width: 1200px) and (max-width: 1469px) {
    .list-l .menu1>li>a {
        font-size: 15px;
    }
}
.xs-nav {
    margin: 0 -5px 30px;
}
@media (max-width: 480px) {
    .xs-nav {
        font-size: 16px;
        font-size: 4vmin;

        margin-bottom: 20px;
    }
}
.xs-nav li {
    display: inline-block;

    margin-bottom: 6px;
    padding: 0 5px;

    vertical-align: top;
}
.xs-nav .active {
    font-weight: bold;

    color: #a8664c;
}
.inside-page .title {
    overflow: hidden;

    margin-bottom: 60px;
}
@media (max-width: 1199px) {
    .inside-page .title {
        margin-bottom: 50px;
    }
}
@media (max-width: 991px) {
    .inside-page .title {
        margin-bottom: 40px;
    }
}
@media (max-width: 767px) {
    .inside-page .title {
        margin-bottom: 35px;
    }
}
.inside-page .title .intro {
    font-size: 24px;

    margin-right: 10px;
}
@media (min-width: 481px) {
    .inside-page .title .intro {
        float: left;
    }
}
@media (max-width: 991px) {
    .inside-page .title .intro {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .inside-page .title .intro {
        font-size: 16px;
    }
}
.inside-page .title b {
    letter-spacing: 1px;
    text-transform: uppercase;

    color: #6d8c84;
}
.inside-page .title h3 {
    font-size: 1.66666667em;
    font-weight: bold;

    margin: 0;

    color: #000;
}
@media (min-width: 481px) {
    .inside-page .title .inside-nav {
        float: right;
    }
}
.inside-page .content {
    padding: 50px 0 70px;
}
@media (max-width: 767px) {
    .inside-page .content {
        padding: 45px 0 50px;
    }
}
.common-sense-wrap .list {
    margin-top: -30px;
}
.common-sense-wrap .list li {
    margin-top: 30px;
}
@media (max-width: 480px) {
    .common-sense-wrap .list li {
        width: 100%;
    }
}
.common-sense-wrap .list .intro {
    background-color: rgba(168, 102, 76, .8);
}
.common-sense-wrap .list .intro:before {
    display: none;
}
.common-sense-wrap .list h4 {
    margin-bottom: 0;
}
.news-wrap .date,
.news-details-wrap .date {
    font-size: 18px;

    color: #6d8c84;
}
@media (max-width: 767px) {
    .news-wrap .date,
    .news-details-wrap .date {
        font-size: 16px;
    }
}
.news-wrap .list {
    font-size: 0;

    margin-top: -30px;

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

    margin-top: 30px;

    letter-spacing: 0;
}
.news-wrap .list .item {
    display: block;
    zoom: 1;
}
.news-wrap .list .item:after {
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
@media (min-width: 481px) {
    .news-wrap .list .item>div {
        float: left;
    }
}
@media (min-width: 1200px) {
    .news-wrap .list .item img {
        -webkit-transition: transform .7s;
        -webkit-transition: -webkit-transform .7s;
        transition: -webkit-transform .7s;
        transition: transform .7s;
        transition: transform .7s, -webkit-transform .7s;
    }
    .news-wrap .list .item:hover img {
        -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
        transform: scale(1.07);
    }
}
@media (min-width: 1200px) {
    .news-wrap .list .item:hover .pic-box {
        box-shadow: 4px 4px 6px 1px rgba(0, 0, 0, .15);
    }
    .news-wrap .list .item:hover .intro h4,
    .news-wrap .list .item:hover .intro .more,
    .news-wrap .list .item:hover .intro .more a:after {
        color: #a8664c;
    }
    .news-wrap .list .item:hover .intro h4 {
        text-decoration: underline;
    }
}
.news-wrap .list .pic-box {
    position: relative;

    width: 330px;
    max-width: 100%;

    -webkit-transition: .4s;
    transition: .4s;
}
@media only screen and (min-width: 1200px) and (max-width: 1349px) {
    .news-wrap .list .pic-box {
        width: 280px;
    }
}
@media (max-width: 480px) {
    .news-wrap .list .pic-box {
        margin: 0 auto 25px;
    }
}
.news-wrap .list .pic-box .img-box {
    padding-bottom: 75.75757576%;
}
.news-wrap .list .date {
    position: relative;

    margin-top: 15px;

    text-decoration: underline;
}
@media (max-width: 767px) {
    .news-wrap .list .date {
        margin-top: 10px;
    }
}
@media (min-width: 481px) {
    .news-wrap .list .intro {
        float: left;

        width: -webkit-calc(100% - 330px);
        width: calc(100% - 330px);
        padding-left: 30px;
    }
}
@media (min-width: 481px) and only screen and (min-width: 1200px) and (max-width: 1349px) {
    .news-wrap .list .intro {
        width: -webkit-calc(100% - 280px);
        width: calc(100% - 280px);
    }
}
.news-wrap .list .intro h4 {
    font-size: 24px;
    font-weight: bold;

    overflow: hidden;

    height: 26px;
    margin: 15px 0 10px;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #000;
}
@media (max-width: 767px) {
    .news-wrap .list .intro h4 {
        font-size: 18px;

        height: 20px;
    }
}
.news-wrap .list .intro p {
    font-size: 18px;
    line-height: 2;

    display: -webkit-box;
    overflow: hidden;

    height: auto;
    max-height: 108px;
    margin: 0;

    color: #666;

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

        max-height: 84px;
    }
}
.news-details-wrap .content {
    font-weight: 300;
}
.news-details-wrap .news-title h1 {
    font-size: 36px;
    font-weight: bold;

    margin: 0;

    color: #000;
}
@media (max-width: 1199px) {
    .news-details-wrap .news-title h1 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .news-details-wrap .news-title h1 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .news-details-wrap .news-title h1 {
        font-size: 20px;
    }
}
.news-details-wrap .news-title .date {
    margin: 20px 0;
}
.news-details-wrap .intro img {
    max-width: 100%;
    height: auto !important;
}
.news-details-wrap .intro p {
    font-size: 18px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 991px) {
    .news-details-wrap .intro p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .news-details-wrap .intro p {
        font-size: 14px;
    }
}
.news-details-wrap .news-page {
    overflow: hidden;

    margin-top: 30px;
}
@media (max-width: 991px) {
    .news-details-wrap .news-page {
        margin-top: 25px;
    }
}
@media (max-width: 767px) {
    .news-details-wrap .news-page {
        margin-top: 20px;
    }
}
.news-details-wrap .news-page a {
    position: relative;

    display: inline-block;

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

    -webkit-transition: .5s;
    transition: .5s;

    color: #999;
}
.news-details-wrap .news-page a:before {
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-style: normal;

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

    display: block;

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

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 1200px) {
    .news-details-wrap .news-page a:hover {
        color: #000;
    }
}
.news-details-wrap .news-page p {
    overflow: hidden;

    margin: 0;
    padding: 5px 0;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-details-wrap .news-page .prev>a:before {
    content: '\e9b5';
}
.news-details-wrap .news-page .next>a:before {
    content: '\e72f';
}
.news-details-wrap .side-list {
    color: #000;
}
.news-details-wrap .side-list h3 {
    font-size: 16px;
    font-weight: bold;

    margin: 0;
    padding: 21px 25px;

    background-color: #ececec;
}
.news-details-wrap .side-list ul {
    padding: 10px 30px;

    background-color: #f6f6f6;
}
.news-details-wrap .side-list ul li {
    padding: 20px 0;

    border-top: 1px dashed rgba(0, 0, 0, .2);
}
.news-details-wrap .side-list ul li:first-child {
    border-top: none;
}
.news-details-wrap .side-list ul p {
    line-height: 1.78571429;

    display: -webkit-box;
    overflow: hidden;

    height: auto;
    max-height: 50px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-details-wrap .side-list ul a {
    display: block;
}
@media (min-width: 1200px) {
    .news-details-wrap .side-list ul a:hover {
        color: #a8664c;
    }
}
@media (max-width: 1199px) {
    .news-details-wrap .side-list ul a:active {
        color: #a8664c;
    }
}
.network-wrap .intro-box {
    font-size: 24px;

    margin-bottom: 35px;

    text-align: center;
}
@media (max-width: 1199px) {
    .network-wrap .intro-box {
        font-size: 22px;
    }
}
@media (max-width: 991px) {
    .network-wrap .intro-box {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .network-wrap .intro-box {
        font-size: 14px;
    }
}
.network-wrap .intro-box h4 {
    font-size: 1.5em;
    font-weight: bold;

    margin: 0 0 15px;

    color: #000;
}
.network-wrap .intro-box p {
    line-height: 1.5;

    margin: 0;

    color: #999;
}
.network-wrap .pic-box {
    position: relative;

    text-align: center;
}
.network-wrap .pic-box img {
    max-width: 100%;
    height: auto !important;
}
.network-wrap .slick-network {
    z-index: 2;

    width: 690px;
    max-width: 100%;
    padding: 70px 120px;

    text-align: center;

    background-color: #fff;
}
@media (min-width: 481px) {
    .network-wrap .slick-network {
        position: absolute;
        top: 50%;
        left: 50%;

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

        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    }
}
@media (max-width: 991px) {
    .network-wrap .slick-network {
        width: 500px;
        padding: 40px 80px;
    }
}
@media (max-width: 480px) {
    .network-wrap .slick-network {
        padding: 25px 40px;
    }
}
.network-wrap .slick-network .address {
    font-size: 24px;

    margin: 0 0 10px;

    color: #000;
}
@media (max-width: 767px) {
    .network-wrap .slick-network .address {
        font-size: 18px;

        margin-bottom: 5px;
    }
}
.network-wrap .slick-network p {
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #999;
}
@media (max-width: 767px) {
    .network-wrap .slick-network p {
        font-size: 14px;
    }
}
.network-wrap .slick-network .slick-arrow {
    font-size: 30px;
    line-height: 53px;

    position: absolute;
    top: 50%;

    display: inline-block;

    width: 55px;
    height: 55px;

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

    color: #000;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    background: none;
}
.network-wrap .slick-network .slick-arrow:before {
    font-family: 'iconfont' !important;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1200px) {
    .network-wrap .slick-network .slick-arrow {
        -webkit-transition: .3s;
        transition: .3s;
    }
    .network-wrap .slick-network .slick-arrow:hover {
        color: #fff;
        border-color: #a8664c;
        background-color: #a8664c;
    }
}
@media (max-width: 1199px) {
    .network-wrap .slick-network .slick-arrow:active {
        color: #fff;
        border-color: #a8664c;
        background-color: #a8664c;
    }
}
@media (max-width: 991px) {
    .network-wrap .slick-network .slick-arrow {
        font-size: 26px;
        line-height: 38px;

        width: 40px;
        height: 40px;
    }
}
@media (max-width: 767px) {
    .network-wrap .slick-network .slick-arrow {
        font-size: 16px;
        line-height: 28px;

        width: 30px;
        height: 30px;
    }
}
.network-wrap .slick-network .slick-prev {
    left: 30px;
}
@media (max-width: 480px) {
    .network-wrap .slick-network .slick-prev {
        left: 0;
    }
}
.network-wrap .slick-network .slick-prev:before {
    content: '\e9b5';
}
.network-wrap .slick-network .slick-next {
    right: 30px;
}
@media (max-width: 480px) {
    .network-wrap .slick-network .slick-next {
        right: 0;
    }
}
.network-wrap .slick-network .slick-next:before {
    content: '\e72f';
}
.laboratory-wrap .list {
    margin-top: -30px;
}
.laboratory-wrap .list li {
    margin-top: 30px;
}
.laboratory-wrap .list .img-box {
    padding-bottom: 75.75757576%;
}
@media (min-width: 1200px) {
    .laboratory-wrap .list .img-box img {
        -webkit-transition: transform .7s;
        -webkit-transition: -webkit-transform .7s;
        transition: -webkit-transform .7s;
        transition: transform .7s;
        transition: transform .7s, -webkit-transform .7s;
    }
    .laboratory-wrap .list .img-box:hover img {
        -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
        transform: scale(1.07);
    }
}
@media (max-width: 767px) {
    .laboratory-wrap .list {
        margin: -20px -10px 0;
    }
    .laboratory-wrap .list li {
        margin-top: 20px;
        padding: 0 10px;
    }
}
@media (max-width: 480px) {
    .laboratory-wrap .list li {
        width: 50%;
    }
}
.advantage-wrap .intro .num {
    font-size: 48px;
    font-weight: bold;

    color: #a8664c;
}
@media (max-width: 991px) {
    .advantage-wrap .intro .num {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .advantage-wrap .intro .num {
        font-size: 30px;
    }
}
.advantage-wrap .intro h4 {
    font-size: 30px;
    font-weight: normal;
    line-height: 1.6;

    margin: 20px 0 15px;

    color: #000;
}
@media (max-width: 991px) {
    .advantage-wrap .intro h4 {
        font-size: 24px;

        margin: 10px 0 5px;
    }
}
@media (max-width: 767px) {
    .advantage-wrap .intro h4 {
        font-size: 18px;
    }
}
.advantage-wrap .intro p {
    font-size: 18px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 991px) {
    .advantage-wrap .intro p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .advantage-wrap .intro p {
        font-size: 14px;
    }
}
.advantage-wrap .slick-arrow {
    font-size: 30px;
    line-height: 53px;

    display: inline-block;

    width: 55px;
    height: 55px;

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

    color: #000;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    background: none;
}
.advantage-wrap .slick-arrow:before {
    font-family: 'iconfont' !important;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1200px) {
    .advantage-wrap .slick-arrow {
        -webkit-transition: .3s;
        transition: .3s;
    }
    .advantage-wrap .slick-arrow:hover {
        color: #fff;
        border-color: #a8664c;
        background-color: #a8664c;
    }
}
@media (max-width: 1199px) {
    .advantage-wrap .slick-arrow:active {
        color: #fff;
        border-color: #a8664c;
        background-color: #a8664c;
    }
}
@media (max-width: 767px) {
    .advantage-wrap .slick-arrow {
        font-size: 18px;
        line-height: 33px;

        width: 35px;
        height: 35px;
    }
}
.advantage-wrap .slick-prev:before {
    content: '\e9b5';
}
.advantage-wrap .slick-next {
    margin-left: 15px;
}
.advantage-wrap .slick-next:before {
    content: '\e72f';
}
.advantage-wrap .arrow-box {
    margin-top: 50px;
}
@media (max-width: 991px) {
    .advantage-wrap .arrow-box {
        margin-top: 25px;
    }
}
@media (max-width: 767px) {
    .advantage-wrap .arrow-box {
        margin-top: 15px;
    }
}
.advantage-wrap .pic-box {
    font-size: 0;

    letter-spacing: -8px;
}
@media (min-width: 992px) {
    .advantage-wrap .pic-box {
        padding-left: 30px;
    }
}
@media (max-width: 991px) {
    .advantage-wrap .pic-box {
        width: 570px;
        max-width: 98%;
        margin-bottom: 30px;
        margin-left: 10px;
    }
}
.advantage-wrap .pic-box .img-box {
    padding-bottom: 73.68421053%;
}
.advantage-wrap .pic-box .slick-slider {
    position: relative;
    z-index: 3;
}
.advantage-wrap .pic-box .slick-slider:after {
    position: absolute;
    z-index: -1;
    bottom: -30px;
    left: -30px;

    width: 100%;
    height: 100%;

    content: '';

    background-color: #f5f5f5;
}
@media (max-width: 991px) {
    .advantage-wrap .pic-box .slick-slider:after {
        bottom: -15px;
        left: -15px;
    }
}
.product-list {
    margin-top: -30px;
}
@media (max-width: 991px) {
    .product-list {
        margin: -20px -5px 0;
    }
}
.product-list li {
    margin-top: 30px;
}
@media (max-width: 991px) {
    .product-list li {
        margin-top: 20px;
        padding: 0 5px;
    }
}
@media (max-width: 480px) {
    .product-list li {
        width: 50%;
    }
}
@media (min-width: 1200px) {
    .product-list .item img {
        -webkit-transition: transform .7s;
        -webkit-transition: -webkit-transform .7s;
        transition: -webkit-transform .7s;
        transition: transform .7s;
        transition: transform .7s, -webkit-transform .7s;
    }
    .product-list .item:hover img {
        -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
        transform: scale(1.07);
    }
}
@media (min-width: 1200px) {
    .product-list .item:hover .name {
        color: #a8664c;
    }
}
.product-list .img-box {
    padding-bottom: 133.33333333%;
}
.product-list .name {
    font-size: 24px;
    font-weight: 500;

    overflow: hidden;

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

    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;

    color: 000000;
}
@media (max-width: 991px) {
    .product-list .name {
        font-size: 18px;

        height: 26px;
    }
}
@media (max-width: 767px) {
    .product-list .name {
        font-size: 14px;

        height: 20px;
    }
}
.product-details-wrap .carousel-wrap .img-box {
    padding-bottom: 133.33333333%;
}
.product-details-wrap .carousel-wrap .row>div {
    padding: 0 15px;
}
@media only screen and (min-width: 481px) {
    .product-details-wrap .carousel-wrap .row>div {
        float: left;
    }
}
.product-details-wrap .carousel-box {
    position: relative;
    z-index: 2;

    overflow: hidden;

    width: 44.44444444%;
}
@media (max-width: 480px) {
    .product-details-wrap .carousel-box,
    .product-details-wrap .slider-nav {
        width: 450px;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}
.product-details-wrap .box {
    position: relative;
}
@media (min-width: 481px) {
    .product-details-wrap .box {
        padding-bottom: 250px;
    }
}
@media (min-width: 481px) and (max-width: 1349px) {
    .product-details-wrap .box {
        padding-bottom: 230px;
    }
}
@media (min-width: 481px) and (max-width: 991px) {
    .product-details-wrap .box {
        padding-bottom: 170px;
    }
}
@media (min-width: 481px) and (max-width: 767px) {
    .product-details-wrap .box {
        padding-bottom: 40%;
    }
}
.product-details-wrap .slider-nav {
    font-size: 0;

    padding: 35px 60px;

    letter-spacing: -8px;

    border: 1px solid #e6e6e6;
}
@media (min-width: 481px) {
    .product-details-wrap .slider-nav {
        position: absolute;
        bottom: 0;
        left: 0;

        width: 100%;
    }
}
@media (max-width: 991px) {
    .product-details-wrap .slider-nav {
        padding: 25px 60px;
    }
}
@media (max-width: 767px) {
    .product-details-wrap .slider-nav {
        padding: 5% 10%;
    }
}
@media (max-width: 480px) {
    .product-details-wrap .slider-nav {
        margin: 5px 0 25px;
    }
}
.product-details-wrap .slider-nav .img-box {
    z-index: 2;

    border-radius: 12px;
}
.product-details-wrap .slider-nav .slick-list {
    margin: 0 -10px;
}
.product-details-wrap .slider-nav .slick-slide {
    padding: 0 10px;
}
.product-details-wrap .slider-nav .slick-slide .item {
    position: relative;
    z-index: 2;

    overflow: hidden;

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

    border: 1px solid #e4e4e4;
}
.product-details-wrap .slider-nav .slick-current .item {
    border-color: #a8664c;
}
.product-details-wrap .slider-nav .slick-arrow {
    font-size: 30px;

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

    padding: 0;

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

    color: #000;
    background: none;
}
.product-details-wrap .slider-nav .slick-arrow:before {
    font-family: 'iconfont' !important;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.product-details-wrap .slider-nav .slick-arrow:hover {
    color: #a8664c;
}
@media (max-width: 767px) {
    .product-details-wrap .slider-nav .slick-arrow {
        font-size: 16px;
    }
}
.product-details-wrap .slider-nav .slick-prev {
    left: 15px;
}
@media (max-width: 767px) {
    .product-details-wrap .slider-nav .slick-prev {
        left: 5px;
    }
}
.product-details-wrap .slider-nav .slick-prev:before {
    content: '\e9b5';
}
.product-details-wrap .slider-nav .slick-next {
    right: 15px;
}
@media (max-width: 767px) {
    .product-details-wrap .slider-nav .slick-next {
        right: 5px;
    }
}
.product-details-wrap .slider-nav .slick-next:before {
    content: '\e72f';
}
.product-details-wrap .info-box {
    position: relative;
}
@media only screen and (min-width: 481px) {
    .product-details-wrap .info-box {
        width: 55.55555556%;
    }
}
.product-details-wrap .info-box h1,
.product-details-wrap .info-box h2 {
    color: #000;
}
.product-details-wrap .info-box h1 {
    font-size: 48px;
    font-weight: bold;

    margin: 0;
    padding: 25px 0 10px;

    text-transform: uppercase;
}
@media (max-width: 1349px) {
    .product-details-wrap .info-box h1 {
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    .product-details-wrap .info-box h1 {
        font-size: 30px;

        padding-top: 0;
    }
}
@media (max-width: 767px) {
    .product-details-wrap .info-box h1 {
        font-size: 26px;
    }
}
.product-details-wrap .info-box h2 {
    font-size: 30px;

    margin: 0 0 20px;
}
@media (max-width: 1349px) {
    .product-details-wrap .info-box h2 {
        font-size: 26px;
    }
}
@media (max-width: 991px) {
    .product-details-wrap .info-box h2 {
        font-size: 20px;

        margin-bottom: 15px;
    }
}
@media (max-width: 767px) {
    .product-details-wrap .info-box h2 {
        font-size: 18px;

        margin-bottom: 10px;
    }
}
.product-details-wrap .info-box .intro .info {
    position: relative;
}
.product-details-wrap .info-box .intro p {
    font-size: 18px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 1349px) {
    .product-details-wrap .info-box .intro p {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .product-details-wrap .info-box .intro p {
        font-size: 15px;
    }
}
.product-details-wrap .info-box .intro img {
    max-width: 100%;
    height: auto !important;
}
.product-details-wrap .list-title {
    margin-top: 55px;
}
@media (max-width: 991px) {
    .product-details-wrap .list-title {
        margin-top: 45px;
    }
}
@media (max-width: 767px) {
    .product-details-wrap .list-title {
        margin-top: 35px;
    }
}
.product-details-wrap .list-title h4 {
    font-size: 30px;
    font-weight: bold;

    margin: 0 0 15px;
}
@media (max-width: 991px) {
    .product-details-wrap .list-title h4 {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    .product-details-wrap .list-title h4 {
        font-size: 22px;
    }
}
.product-details-wrap .intro-wrap {
    margin-top: 55px;
}
@media (max-width: 991px) {
    .product-details-wrap .intro-wrap {
        margin-top: 40px;
    }
}
@media (max-width: 767px) {
    .product-details-wrap .intro-wrap {
        margin-top: 30px;
    }
}
.product-details-wrap .intro-wrap .title {
    margin-bottom: 25px;
}
@media (max-width: 767px) {
    .product-details-wrap .intro-wrap .title {
        margin-bottom: 20px;
    }
}
.product-details-wrap .intro-wrap .title .intro {
    font-size: 18px;
}
@media (max-width: 767px) {
    .product-details-wrap .intro-wrap .title .intro {
        font-size: 16px;
    }
}
.product-details-wrap .intro-wrap .title .intro b {
    color: #a8664c;
}
.product-details-wrap .intro-wrap .txt-box img {
    max-width: 100%;
    height: auto !important;
}
.product-details-wrap .intro-wrap .txt-box p {
    line-height: 1.8;

    margin: 0;

    color: #666;
}
.product-details-wrap .inquiry-form p {
    margin-bottom: 15px;

    color: #888;
}
.culture-wrap .list {
    font-size: 0;

    margin-top: -30px;

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

    display: inline-block;

    margin-top: 30px;

    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 480px) {
    .culture-wrap .list {
        margin: -10px -5px 0;
    }
    .culture-wrap .list li {
        margin-top: 10px;
        padding: 0 5px;
    }
}
.culture-wrap .list .item {
    overflow: hidden;

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

    color: #999;
    background-color: #f5f5f5;
}
@media (min-width: 1200px) {
    .culture-wrap .list .item img {
        -webkit-transition: transform 1s;
        -webkit-transition: -webkit-transform 1s;
        transition: -webkit-transform 1s;
        transition: transform 1s;
        transition: transform 1s, -webkit-transform 1s;
    }
    .culture-wrap .list .item:hover img {
        -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
        transform: scale(1.07);
    }
}
@media (min-width: 1200px) {
    .culture-wrap .list .item:hover {
        color: #fff;
        background-color: #a61b26;
    }
}
.culture-wrap .list .img-box {
    padding-bottom: 133.33333333%;
}
.culture-wrap .list p {
    font-size: 24px;

    margin: 18px 0;

    text-align: center;
}
@media (max-width: 1199px) {
    .culture-wrap .list p {
        font-size: 20px;
    }
}
@media (max-width: 480px) {
    .culture-wrap .list p {
        font-size: 16px;

        margin: 10px 0;
    }
}
.style-wrap .list {
    margin-top: -30px;
}
.style-wrap .list li {
    margin-top: 30px;
}
@media (max-width: 480px) {
    .style-wrap .list li {
        width: 100%;
    }
}
.style-wrap .list .img-box {
    padding-bottom: 75.55555556%;
}
.style-wrap .list .item {
    position: relative;

    overflow: hidden;
}
.style-wrap .list .item:before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

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

    content: '';
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);

    background-color: rgba(168, 102, 76, .5);
    background-clip: content-box;
}
@media (min-width: 1200px) {
    .style-wrap .list .item img {
        -webkit-transition: transform .7s;
        -webkit-transition: -webkit-transform .7s;
        transition: -webkit-transform .7s;
        transition: transform .7s;
        transition: transform .7s, -webkit-transform .7s;
    }
    .style-wrap .list .item:hover img {
        -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
        transform: scale(1.07);
    }
}
@media (min-width: 1200px) {
    .style-wrap .list .item:hover:before {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    .style-wrap .list .item:hover p {
        -webkit-transition-delay: .4s;
        transition-delay: .4s;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);

        opacity: 1;
    }
}
@media (max-width: 1199px) {
    .style-wrap .list .item:before {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    .style-wrap .list .item p {
        font-size: 18px;

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

        opacity: 1;
    }
}
@media (max-width: 480px) {
    .style-wrap .list .item p {
        font-size: 16px;
    }
}
.style-wrap .list p {
    font-size: 24px;
    line-height: 1.5;

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

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

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

    opacity: 0;
    color: #fff;
}
.about-wrap p {
    line-height: 2.57142857;

    margin: 0;

    color: #999;
}
.about-wrap .intro-wrap {
    overflow: hidden;
}
.about-wrap .intro-wrap .pic-box {
    max-width: 100%;
}
@media (min-width: 481px) {
    .about-wrap .intro-wrap .pic-box {
        float: right;

        width: 450px;
        margin-left: 100px;
    }
}
@media (min-width: 481px) and (max-width: 991px) {
    .about-wrap .intro-wrap .pic-box {
        width: 350px;
        margin-left: 50px;
    }
}
@media (min-width: 481px) and (max-width: 767px) {
    .about-wrap .intro-wrap .pic-box {
        width: 300px;
        margin-left: 30px;
    }
}
@media (max-width: 480px) {
    .about-wrap .intro-wrap .pic-box {
        margin-bottom: 15px;
    }
}
.about-wrap .intro-wrap img {
    max-width: 100%;
    height: auto !important;
}
.about-wrap .join .title {
    margin-bottom: 25px;
}
@media (max-width: 767px) {
    .about-wrap .join .title {
        margin-bottom: 15px;
    }
}
.about-wrap .join .title .intro {
    font-size: 18px;
}
.about-wrap .join .title .intro b {
    color: #a8664c;
}
@media (max-width: 767px) {
    .about-wrap .join .title .intro {
        font-size: 16px;
    }
}
.honor-wrap .list {
    margin-top: -20px;
}
@media (max-width: 480px) {
    .honor-wrap .list {
        margin: -20px -10px 0;
    }
}
.honor-wrap .list li {
    margin-top: 20px;
}
@media (max-width: 480px) {
    .honor-wrap .list li {
        width: 50%;
        padding: 0 10px;
    }
}
.honor-wrap .list .img-box {
    padding-bottom: 133.33333333%;
}
@media (min-width: 1200px) {
    .honor-wrap .list .img-box img {
        -webkit-transition: transform .7s;
        -webkit-transition: -webkit-transform .7s;
        transition: -webkit-transform .7s;
        transition: transform .7s;
        transition: transform .7s, -webkit-transform .7s;
    }
    .honor-wrap .list .img-box:hover img {
        -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
        transform: scale(1.07);
    }
}
.honor-wrap .list p {
    font-size: 24px;

    overflow: hidden;

    height: 34px;
    margin: 15px 0 0;

    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;

    color: #999;
}
@media (max-width: 991px) {
    .honor-wrap .list p {
        font-size: 20px;

        height: 28px;
    }
}
@media (max-width: 767px) {
    .honor-wrap .list p {
        font-size: 16px;

        height: 24px;
    }
}
@media (max-width: 480px) {
    .honor-wrap .list p {
        font-size: 14px;

        height: 22px;
        margin-top: 10px;
    }
}
.inquiry-form input::-webkit-input-placeholder,
.inquiry-form textarea::-webkit-input-placeholder {
    color: #999;
}
.inquiry-form input:-o-placeholder,
.inquiry-form textarea:-o-placeholder {
    color: #999;
}
.inquiry-form input::-moz-placeholder,
.inquiry-form textarea::-moz-placeholder {
    color: #999;
}
.inquiry-form input:-ms-input-placeholder,
.inquiry-form textarea:-ms-input-placeholder {
    color: #999;
}
.inquiry-form input:focus::-webkit-input-placeholder,
.inquiry-form textarea:focus::-webkit-input-placeholder {
    color: #c3c3c3;
}
.inquiry-form input:focus::-o-placeholder,
.inquiry-form textarea:focus::-o-placeholder {
    color: #c3c3c3;
}
.inquiry-form input:focus::-moz-placeholder,
.inquiry-form textarea:focus::-moz-placeholder {
    color: #c3c3c3;
}
.inquiry-form input:focus::-ms-input-placeholder,
.inquiry-form textarea:focus::-ms-input-placeholder {
    color: #c3c3c3;
}
.inquiry-form form input,
.inquiry-form form textarea {
    font-size: 16px;

    display: block;

    width: 100%;
    margin-bottom: 20px;
    padding: 8px 20px;

    color: #999;
    border: 1px solid #e6e6e6;
}
@media (max-width: 767px) {
    .inquiry-form form input,
    .inquiry-form form textarea {
        font-size: 14px;

        padding: 12px 15px;
    }
}
.inquiry-form form textarea {
    height: 170px;
}
.inquiry-form form .required {
    font-size: 16px;
}
@media (max-width: 767px) {
    .inquiry-form form .required {
        font-size: 14px;
    }
}
.inquiry-form form .submit {
    font-size: 16px;
    line-height: 50px;

    display: block;

    width: 180px;
    height: 50px;
    margin-top: 30px;

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

    color: #fff;
    background-color: #a8664c;
}
@media (max-width: 767px) {
    .inquiry-form form .submit {
        line-height: 40px;

        width: 120px;
        height: 40px;
        margin-top: 20px;
    }
}
@media (min-width: 1200px) {
    .inquiry-form form .submit:hover {
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .3);
    }
}
@media (max-width: 1199px) {
    .inquiry-form form .submit:active {
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .3);
    }
}
.contact-wrap .inquiry-form {
    width: 620px;
    max-width: 100%;
}
@media (max-width: 767px) {
    .contact-wrap .inquiry-form {
        margin-bottom: 35px;
    }
}
.contact-wrap .inquiry-form p {
    font-size: 18px;
    font-weight: bold;

    color: #a8664c;
}
@media (max-width: 767px) {
    .contact-wrap .inquiry-form p {
        font-size: 16px;
    }
}
.contact-wrap .inquiry-form form {
    padding-top: 15px;
}
@media (max-width: 767px) {
    .contact-wrap .inquiry-form form {
        padding-top: 5px;
    }
}
.contact-wrap .contact-box {
    padding: 40px 30px;

    background-color: #fafafa;
}
@media (max-width: 767px) {
    .contact-wrap .contact-box {
        padding: 30px 20px;
    }
}
.contact-wrap .contact-box h1 {
    font-size: 24px;

    margin: 0;

    color: #000;
}
.contact-wrap .contact-box h1:after {
    display: block;

    width: 72px;
    height: 2px;
    margin: 25px 0;

    content: '';

    background-color: #a8664c;
}
@media (max-width: 767px) {
    .contact-wrap .contact-box h1 {
        font-size: 20px;
    }
    .contact-wrap .contact-box h1:after {
        width: 50px;
        margin: 20px 0;
    }
}
.contact-wrap .contact-box p {
    font-size: 18px;
    line-height: 1.71428571;

    display: table;

    margin: 20px 0 0;

    color: #35574a;
}
@media (max-width: 767px) {
    .contact-wrap .contact-box p {
        font-size: 16px;

        margin-top: 15px;
    }
}
.contact-wrap .contact-box p span {
    display: table-cell;
}
.contact-wrap .contact-box p span:first-child {
    min-width: 75px;
    padding-right: 10px;

    text-transform: uppercase;

    color: #999;
}
@media (max-width: 767px) {
    .contact-wrap .contact-box p span:first-child {
        min-width: 70px;
    }
}
@media (min-width: 1200px) {
    .contact-wrap .contact-box p a:hover {
        text-decoration: underline;

        color: #a8664c;
    }
}
@media (max-width: 1199px) {
    .contact-wrap .contact-box p a:active {
        text-decoration: underline;

        color: #a8664c;
    }
}
.contact-wrap .map {
    position: relative;

    overflow: hidden;
}
.contact-wrap .map .map-content {
    display: block;

    width: 100%;
    height: 370px;
}
@media (max-width: 767px) {
    .contact-wrap .map .map-content {
        height: 280px;
    }
}
.online-wrap .btn {
    line-height: 40px;

    position: fixed;
    z-index: 100;
    right: 0;
    bottom: 65px;

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

    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    text-align: center;

    border-radius: 4px 0 0 4px;
    background-color: rgba(109, 140, 132, .4);
}
@media (min-width: 992px) {
    .online-wrap .btn {
        display: none;
    }
}
.online-wrap .btn:before {
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

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

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

    display: none;

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

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

    max-width: 100%;
}
.online-wrap .online {
    position: fixed;
    z-index: 100;
    right: 0;
    bottom: 150px;

    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}
@media (min-width: 1200px) {
    .online-wrap .online {
        bottom: 50%;

        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%);
    }
}
@media (max-width: 991px) {
    .online-wrap .online {
        bottom: 110px;

        -webkit-transform: translateX(50px);
        -webkit-transform: translate3d(50px, 0, 0);
        -ms-transform: translateX(50px);
        transform: translateX(50px);
        transform: translate3d(50px, 0, 0);
    }
    .online-wrap .online.active {
        -webkit-transform: translateX(0);
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        transform: translate3d(0, 0, 0);
    }
}
.online-wrap .online a {
    line-height: 50px;

    position: relative;

    display: block;

    width: 50px;
    height: 50px;
    margin: 2px 0;

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

    border-radius: 4px 0 0 4px;
    background-color: rgba(109, 140, 132, .4);
}
.online-wrap .online a:before {
    font-size: 22px;

    color: #fff;
}
@media (min-width: 1200px) {
    .online-wrap .online a:hover {
        background-color: #124033;
    }
}
@media (max-width: 991px) {
    .online-wrap .online a {
        line-height: 40px;

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

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

    color: #fff;
    border-radius: 4px 0 0 4px;
    background-color: #124033;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
.online-wrap .online .code .mask {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;

    display: none;

    width: 130px;
    height: 130px;
    padding-right: 5px;
}
.online-wrap .online .code .mask .mask-box {
    padding: 5px;

    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}
.online-wrap .online .code .mask img {
    display: block;

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

    margin: 5px 0 8px 0;

    color: #888;
}
.xs-online {
    font-weight: 300;

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

    width: 100%;

    background-color: rgba(18, 64, 51, .9);
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
.xs-online ul {
    display: table;

    width: 100%;

    table-layout: fixed;

    text-align: center;

    color: #fff;
}
.xs-online ul li {
    display: table-cell;

    width: 20%;

    border-left: 1px solid rgba(255, 255, 255, .5);
}
.xs-online ul li>a {
    display: block;

    padding: 7px 0 5px;
}
.xs-online ul li>a:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-style: normal;
    line-height: 1;

    display: block;

    margin-bottom: 3px;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li>a span {
    font-size: 10px;
    line-height: 17px;

    display: block;

    height: 17px;
}
@media (max-width: 480px) {
    .xs-online ul li>a span {
        font-size: 2.8vmin;
    }
}
.xs-online ul li:first-child {
    border-left: none;
}
.xs-online ul li.tel>a:before {
    content: '\e61c';
}
.xs-online ul li.product>a:before {
    content: '\e7e9';
}
.xs-online ul li.mail>a:before {
    content: '\e6a4';
}
.xs-online ul li.whatsapp>a:before {
    content: '\e621';
}
.xs-online ul li.feedback>a:before {
    content: '\e7a5';
}
.xs-online ul li.feedback>a:before,
.xs-online ul li.message>a:before {
    content: '\e6af';
}
.xs-online ul li.contact>a:before {
    content: '\e648';
}
.xs-online ul li.gotop>a:before {
    content: '\e605';
}
.xs-online ul li.home>a:before {
    content: '\e6c8';
}
.xs-online ul li.message>a:before {
    content: '\e65f';
}
.xs-online ul li.map>a:before {
    content: '\e60d';
}
.xs-online ul li.wechat,
.xs-online ul li.weixin {
    position: relative;
}
.xs-online ul li.wechat:hover .pic-box,
.xs-online ul li.weixin:hover .pic-box {
    display: block;
}
.xs-online ul li.wechat>a:before,
.xs-online ul li.weixin>a:before {
    content: '\e604';
}
.xs-online ul li.wechat .pic-box,
.xs-online ul li.weixin .pic-box {
    position: absolute;
    bottom: 100%;
    left: 50%;

    display: none;

    width: 100px;
    max-width: 100px;
    padding: 5px;

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

    background-color: #fff;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
.xs-online ul li.wechat .pic-box img,
.xs-online ul li.weixin .pic-box img {
    display: block;

    width: 100%;
}
.xs-online ul li.wechat .pic-box p,
.xs-online ul li.weixin .pic-box p {
    line-height: 30px;

    margin: 0;

    white-space: nowrap;

    color: #333;
}
.share {
    color: #fff;
}
.share a {
    display: inline-block;

    margin-left: 6px;

    -webkit-transition: transform .3s;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    text-align: center;
    vertical-align: middle;
}
.share a:first-child {
    margin-left: 0 !important;
}
.share a:before {
    line-height: 30px;

    display: block;
    overflow: hidden;

    width: 30px;
    height: 30px;

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

    color: #fff;
    border-radius: 50%;
    background-color: rgba(28, 32, 35, .3);
}
.share a:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}
.share a:hover:before {
    color: #fff;
}
.share a:hover.icon-facebook:before,
.share a:hover.icon-facebook1:before {
    border-color: #3b5998;
    background-color: #3b5998;
}
.share a:hover.icon-tuite:before {
    border-color: #55acee;
    background-color: #55acee;
}
.share a:hover.icon-linkedin:before {
    border-color: #006a9a;
    background-color: #006a9a;
}
.share a:hover.icon-youtube:before,
.share a:hover.icon-youtube1:before {
    border-color: #c4302b;
    background-color: #c4302b;
}
.share a:hover.icon-instagram:before {
    border-color: #6b3d2e;
    background-color: #6b3d2e;
}
.share a:hover.icon-pinterest:before {
    border-color: #cd1f29;
    background-color: #cd1f29;
}
.share a:hover.icon-google:before,
.share a:hover.icon-google1:before {
    border-color: #dc4e41;
    background-color: #dc4e41;
}
.share.color .icon-facebook:before,
.share.color .icon-facebook1:before {
    background-color: #3b5998;
}
.share.color .icon-tuite:before {
    background-color: #55acee;
}
.share.color .icon-linkedin:before {
    background-color: #006a9a;
}
.share.color .icon-youtube:before,
.share.color .icon-youtube1:before {
    background-color: #c4302b;
}
.share.color .icon-instagram:before {
    background-color: #6b3d2e;
}
.share.color .icon-pinterest:before {
    background-color: #cd1f29;
}
.share.color .icon-google:before,
.share.color .icon-google1:before {
    background-color: #dc4e41;
}
.section-footer {
    background-color: #333;
}
.footer {
    position: relative;
    z-index: 10;

    color: #fff;
}
@media (max-width: 767px) {
    .footer {
        padding-bottom: 50px;
    }
}
.footer .footer-wrap {
    overflow: hidden;
}
.footer .footer-row {
    font-size: 0;

    margin: 0 -15px;
    padding: 65px 0 90px;

    text-align: justify;
    text-justify: distribute-all-lines;
    letter-spacing: -8px;
}
@media (max-width: 991px) {
    .footer .footer-row {
        padding: 45px 0 70px;
    }
}
@media (max-width: 767px) {
    .footer .footer-row {
        padding: 25px 0 40px;
    }
}
@media (min-width: 992px) {
    .footer .footer-row:after {
        display: inline-block;
        overflow: hidden;

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

        content: '';
    }
}
.footer .foot-list {
    font-size: 14px;

    display: inline-block;

    width: 360px;
    margin-top: 35px;
    padding: 0 15px;

    text-align: left;
    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 1199px) {
    .footer .foot-list {
        margin-top: 25px;
    }
}
@media (max-width: 991px) {
    .footer .foot-list {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .footer .foot-list {
        width: 100%;
    }
}
.footer .foot-list li {
    position: relative;
}
.footer .foot-list li a {
    position: relative;

    display: inline-block;
}
@media only screen and (min-width: 1200px) {
    .footer .foot-list p a:hover,
    .footer .foot-list li a:hover {
        text-decoration: underline;
    }
}
@media (max-width: 1199px) {
    .footer .foot-list p a:active,
    .footer .foot-list li a:active {
        text-decoration: underline;
    }
}
.footer .foot-list h4 {
    font-size: 20px;
    font-weight: normal;

    margin: 0 0 30px;
}
.footer .foot-list h4:after {
    display: block;

    width: 46px;
    height: 1px;
    margin-top: 20px;

    content: '';

    background-color: #124033;
}
@media (max-width: 1199px) {
    .footer .foot-list h4 {
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .footer .foot-list h4 {
        margin-bottom: 10px;
    }
    .footer .foot-list h4:after {
        margin-top: 10px;
    }
}
.footer .foot-info .pic-box {
    margin-bottom: 25px;
}
.footer .foot-info h2 {
    font-size: 16px;
    font-weight: normal;

    margin: 5px 0 0;

    color: #fff;
}
.footer .foot-info p {
    line-height: 2.14285714;

    margin: 0;

    color: #ccc;
}
.footer .foot-contact .contact-box p {
    color: #ccc;
}
@media (min-width: 1200px) {
    .footer .foot-contact .contact-box a:hover {
        color: #fff;
    }
}
@media (max-width: 1199px) {
    .footer .foot-contact .contact-box a:active {
        color: #fff;
    }
}
.footer .foot-copyright p {
    line-height: 2.14285714;

    margin: 0;
}
.footer .foot-copyright .share {
    margin-top: 25px;
}
@media (max-width: 767px) {
    .footer .foot-copyright .share {
        margin-top: 15px;
    }
}
.footer .foot-copyright .share a {
    margin-left: 15px;
}
.footer .foot-copyright .share a:before {
    line-height: 38px;

    width: 40px;
    height: 40px;

    text-align: center;

    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 50%;
}
@media (max-width: 767px) {
    .footer .foot-copyright .share a:before {
        font-size: 14px;
        line-height: 33px;

        width: 35px;
        height: 35px;
    }
}
.footer .foot-copyright .share .icon-dianhua1 {
    position: relative;
}
.footer .foot-copyright .share .icon-dianhua1:hover span {
    z-index: 2;

    visibility: visible;

    opacity: 1;
}
.footer .foot-copyright .share .icon-dianhua1 span {
    position: absolute;
    z-index: -8;
    top: 100%;
    left: 50%;

    display: block;
    visibility: hidden;

    padding-top: 15px;

    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;

    opacity: 0;
}
.copyright {
    position: relative;

    padding: 12px 0;

    text-align: center;

    background-color: #101212;
}
.copyright p {
    line-height: 1.8;

    margin: 0;

    color: #adadad;
}
@media (max-width: 480px) {
    .copyright p {
        font-size: 3.3vmin;
    }
}
.copyright p a {
    margin-left: 70px;
}
.copyright p a:hover {
    text-decoration: underline;

    color: #fff;
}
@media (max-width: 767px) {
    .copyright p a {
        margin-left: 5px;
    }
}

@media (min-width: 1200px) {
    .index-product .tab-pro-list .item img {
        -webkit-transition: transform .7s;
        -webkit-transition: -webkit-transform .7s;
        transition: -webkit-transform .7s;
        transition: transform .7s;
        transition: transform .7s, -webkit-transform .7s;
    }
    .index-product .tab-pro-list .item:hover img {
        -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
        transform: scale(1.07);
    }
}
@media (min-width: 1200px) {
    .index-product .tab-pro-list .item:hover .name {
        color: #a8664c;
    }
}
.index-product .tab-pro-list .img-box {
    padding-bottom: 133.33333333%;
}
.index-product .tab-pro-list .name {
    font-size: 24px;
    font-weight: 500;

    overflow: hidden;

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

    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;

    color: 000000;
}
@media (max-width: 991px) {
    .index-product .tab-pro-list .name {
        font-size: 18px;

        height: 26px;
    }
}
@media (max-width: 767px) {
    .index-product .tab-pro-list .name {
        font-size: 14px;

        height: 20px;
    }
}