/**
 * style.less
 * 层叠样式表
 */
.ff {
    font-family: 'iconfont' !important;
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus {
    outline: none !important;
}
.slick-slide a {
    outline: none !important;
}
.header a,
.footer a {
    color: inherit;
}
.header ul,
.footer ul {
    margin: 0;
    padding: 0;
}
.header ul li,
.footer ul li {
    list-style: none;
}
.header button,
.footer button {
    border: none;
    outline: none;
}
@-ms-viewport {
    width: auto !important;
}
body {
    font-family: 'Noto Sans SC';
    font-size: 14px;
    font-weight: 300;
    color: #2c2625;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body.fixed {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
body.searchactive {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
@media (min-width: 1350px) {
    .container {
        width: 1320px;
    }
}
@media (min-width: 1470px) {
    .container {
        width: 1440px;
    }
}
@media (min-width: 1660px) {
    .container {
        width: 1630px;
    }
}
@media (max-width: 767px) {
    .col-xs-6:nth-child(2n+1) {
        padding-right: 7.5px;
    }
    .col-xs-6:nth-child(2n) {
        padding-left: 7.5px;
    }
}
ul {
    margin: 0;
    padding: 0;
}
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;
}
a:active,
a:link,
a:visited {
    text-decoration: none;
}
.img-box {
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    padding-bottom: 100%;
}
.img-box img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.img-box img[src=''],
.img-box img:not([src]) {
    opacity: 0;
    border: 0;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style: none;
}
.header {
    position: fixed;
    z-index: 9;
    top: 0;
    width: 100%;
    padding: 50px 4%;
    -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 991px) {
    .header {
        padding: 10px 15px;
    }
}
.header .header-menu {
    font-size: 46px;
    line-height: 60px;
    display: inline-block;
    width: 60px;
    height: 60px;
    /* margin-top: 4px; */
    cursor: pointer;
}
@media (max-width: 991px) {
    .header .header-menu {
        font-size: 30px;
        line-height: 40px;
        width: 40px;
        height: 40px;
        text-align: center;
        border-radius: 6px;
        /* background: #373b3f; */
    }
}
.header .header-menu:after {
    font-family: 'iconfont' !important;
    content: '\e62a';
    color: #f0ebe5;
}
.header .header-menu:hover {
    color: #fff;
}
.header .logo {
    position: absolute;
    top: 60px;
    left: 50%;
    height: 50px;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media (max-width: 991px) {
    .header .logo {
        top: 15px;
        height: 30px;
    }
}
.header .logo a {
    display: inline-block;
    height: 100%;
}
.header .logo a img {
    height: 100%;
}
.header .header-link {
    display: inline-block;
    float: right;
}
@media (max-width: 991px) {
    .header .header-link {
        display: none;
    }
}
.header .header-link ul {
    margin: 0 -20px;
    padding: 0;
}
.header .header-link ul li {
    display: inline-block;
    padding: 0 20px;
}
.header .header-link .item {
    display: block;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    color: #c1bebb;
}
.header .header-link .item:before {
    font-family: 'iconfont' !important;
    font-size: 28px;
    line-height: 40px;
    display: block;
    content: '\e6e8';
}
.header .header-link .item-contact:before {
    content: '\e626';
}
.header .header-link .item-store:before {
    content: '\e6ea';
}
.header .header-link .item p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}
.header .header-link .item:hover {
    color: #f0ebe5;
}
.header-nav {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 400px;
    height: 100%;
    background-color: #f0ebe6;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 991px) {
    .header-nav {
        width: 300px;
    }
}
@media (max-width: 767px) {
    .header-nav {
        width: 240px;
    }
}
.header-nav .nav-close {
    position: absolute;
    top: 20px;
    right: 30px;
    cursor: pointer;
}
@media (max-width: 767px) {
    .header-nav .nav-close {
        top: 10px;
        right: 10px;
    }
}
.header-nav .nav-close:after {
    font-family: 'iconfont' !important;
    font-size: 40px;
    line-height: 50px;
    display: inline-block;
    content: '\e628';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media (max-width: 767px) {
    .header-nav .nav-close:after {
        font-size: 30px;
    }
}
.header-nav .nav-list {
    position: absolute;
    top: 50%;
    overflow-y: auto;
    width: 100%;
    max-height: 82%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 991px) {
    .header-nav .nav-list {
        max-height: 74%;
    }
}
.header-nav .nav-list::-webkit-scrollbar {
    position: absolute;
    left: 0;
    width: 10px;
}
.header-nav .nav-list::-webkit-scrollbar-track {
    background-image: -webkit-gradient(linear, left top, right top, from(#e9e4df), color-stop(#f0ebe7), to(#e9e4df));
    background-image: -webkit-linear-gradient(left, #e9e4df, #f0ebe7, #e9e4df);
    background-image: linear-gradient(to right, #e9e4df, #f0ebe7, #e9e4df);
}
.header-nav .nav-list::-webkit-scrollbar-thumb {
    border-radius: 30px;
    background-color: #36312f;
}
.header-nav .nav-list>ul>li {
    position: relative;
}
.header-nav .nav-list>ul>li a {
    font-size: 24px;
    line-height: 30px;
    display: block;
    padding: 15px 15%;
    color: inherit;
}
@media(max-width: 1470px) {
    .header-nav .nav-list>ul>li a {
        font-size: 20px;
    }
}
@media(max-width: 1400px) {
    .header-nav .nav-list>ul>li a {
        padding: 10px 15%;
    }
}
@media (max-width: 991px) {
    .header-nav .nav-list>ul>li a {
        font-size: 20px;
        padding: 15px;
    }
}
@media (max-width: 767px) {
    .header-nav .nav-list>ul>li a {
        font-size: 18px;
        padding: 8px 15px;
    }
}
.header-nav .nav-list>ul>li a:hover {
    color: #ccae91;
}
.header-nav .nav-list>ul>li span.opennav {
    font-size: 20px;
    line-height: 60px;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 10%;
    display: block;
    display: none;
    width: 40px;
    height: 60px;
    cursor: pointer;
    text-align: center;
    color: #999;
}
@media (max-width: 991px) {
    .header-nav .nav-list>ul>li span.opennav {
        right: 15px;
    }
}
@media (max-width: 767px) {
    .header-nav .nav-list>ul>li span.opennav {
        line-height: 46px;
        height: 46px;
    }
}
.header-nav .nav-list>ul>li span.opennav:after {
    font-family: 'iconfont' !important;
    content: '\e628';
}
.header-nav .nav-list>ul>li>ul {
    display: none;
}
.header-nav .nav-list>ul>li>ul li a {
    font-size: 20px;
    padding: 10px 15%;
}
@media (max-width: 991px) {
    .header-nav .nav-list>ul>li>ul li a {
        padding: 10px 15px;
    }
}
@media (max-width: 767px) {
    .header-nav .nav-list>ul>li>ul li a {
        font-size: 16px;
        padding: 4px 15px;
    }
}
.header-nav .nav-list>ul>li>ul li a:before {
    display: inline-block;
    float: left;
    margin-right: 10px;
    content: '-';
}
.header-nav .nav-list>ul>li>ul li a:hover {
    color: #ccae91;
}
.header-nav .nav-list>ul>li .more span.opennav {
    display: block;
}
.header-nav .nav-list>ul>li.current span.opennav:after {
    content: '\e623';
}
.header-nav .nav-tel {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
    color: #f0ebe6;
    background-color: #2c2625;
}
.header-nav .nav-tel p {
    font-size: 20px;
    line-height: 40px;
    display: inline-block;
    margin: 0;
}
@media (max-width:1470px) {
    .header-nav .nav-tel p {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .header-nav .nav-tel p {
        font-size: 16px;
    }
}
.header-nav .nav-tel p:before {
    font-family: 'iconfont' !important;
    font-size: 30px;
    float: left;
    margin-right: 10px;
    content: '\e638';
}
.fixed-header {
    top: 0;
    padding: 10px 4%;
    background-color: #2c2625;
}
.fixed-header .logo {
    top: 16px;
}
.header-nav {
    -webkit-transition: transform 1s;
    transition: transform 1s;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}
.headernav-active .header-nav {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.online-wrap .btn {
    line-height: 36px;
    position: fixed;
    z-index: 9;
    right: 0;
    bottom: 70px;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    text-align: center;
    border-radius: 0;
    background-color: rgba(0, 0, 0, .8);
}
@media (min-width: 992px) {
    .online-wrap .btn {
        display: none;
    }
}
.online-wrap .btn:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    display: inline-block;
    content: '\e6d2';
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    color: #fff;
}
.online-wrap .btn.active:before {
    -webkit-transform: rotateZ(225deg);
    -ms-transform: rotate(225deg);
    transform: rotateZ(225deg);
}
.online-wrap .code-pic {
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 180px;
    display: none;
    max-width: 120px;
}
.online-wrap .code-pic .pic-box {
    padding: 5px;
    background-color: #fff;
}
.online-wrap .code-pic img {
    display: block;
    max-width: 100%;
}
.online-wrap .online {
    position: fixed;
    z-index: 10;
    top: 50%;
    right: 0;
    -webkit-transition: right .3s;
    transition: right .3s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 991px) {
    .online-wrap .online {
        right: -60px;
        bottom: 90px;
    }
    .online-wrap .online.active {
        right: 0;
    }
}
.online-wrap .online a {
    line-height: 48px;
    position: relative;
    display: block;
    width: 48px;
    height: 48px;
    margin-top: 4px;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .7);
}
.online-wrap .online a:hover {
    text-decoration: none;
}
.online-wrap .online a:before {
    font-size: 22px;
    font-weight: normal;
    color: #fff;
}
.online-wrap .online a:after {
    display: block;
    width: 30px;
    height: 1px;
    margin: 0 auto;
    content: '';
    opacity: .5;
    background-color: #fff;
}
@media (min-width: 992px) {
    .online-wrap .online a:hover {
        background-color: #898989;
    }
    .online-wrap .online a:hover:before {
        color: #fff;
    }
}
@media (max-width: 767px) {
    .online-wrap .online a {
        line-height: 50px;
        width: 40px;
        height: 50px;
    }
    .online-wrap .online a:before {
        font-size: 20px;
    }
}
@media (min-width: 992px) {
    .online-wrap .online .icon-phone:hover .phone-num {
        left: 100%;
    }
}
.online-wrap .online .icon-phone .phone-num {
    position: absolute;
    z-index: -1;
    top: 0;
    left: -300px;
    padding-right: 5px;
    -webkit-transition: left .3s;
    transition: left .3s;
    white-space: nowrap;
}
.online-wrap .online .icon-phone .phone-num p {
    margin: 0;
    padding: 0 10px;
    color: #fff;
    background-color: #36312f;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
.online-wrap .online .cart {
    position: relative;
}
.online-wrap .online .cart:before {
    font-family: 'iconfont' !important;
    content: '\e633';
}
.online-wrap .online .cart span {
    line-height: 20px;
    position: absolute;
    top: 4px;
    right: 0;
    width: 20px;
    height: 20px;
    color: #fff;
    border-radius: 50%;
    background-color: #2c2625;
}
.online-wrap .online .icon-qq:before {
    font-family: 'iconfont' !important;
    content: '\e62d';
}
.online-wrap .online .icon-weixin:before {
    font-family: 'iconfont' !important;
    content: '\e604';
}
.online-wrap .online .icon-message:before {
    font-family: 'iconfont' !important;
    content: '\e6a4';
}
.online-wrap .online .icon-skype:before {
    font-family: 'iconfont' !important;
    content: '\e6b7';
}
.online-wrap .online .icon-line:before {
    font-family: 'iconfont' !important;
    content: '\e640';
}
.online-wrap .online .icon-messenger:before {
    font-family: 'iconfont' !important;
    content: '\e663';
}
.online-wrap .online .icon-whatsapp:before {
    font-family: 'iconfont' !important;
    content: '\e751';
}
.online-wrap .online .icon-phone:before {
    font-family: 'iconfont' !important;
    content: '\e61c';
}
.online-wrap .online .icon-arrow-top:before {
    font-family: 'iconfont' !important;
    font-size: 26px !important;
    content: '\e614';
}
.online-wrap .online .icon-arrow-top:after {
    display: none !important;
}
.online-wrap .online .code:before {
    font-size: 24px;
}
@media (max-width: 767px) {
    .online-wrap .online .code:before {
        font-size: 22px;
    }
}
.online-wrap .online .code .mask {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;
    display: none;
    width: 130px;
    height: 130px;
    padding-right: 5px;
}
.online-wrap .online .code .mask .mask-box {
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.online-wrap .online .code .mask img {
    display: block;
    width: 100%;
}
.online-wrap .online .code .mask p {
    font-size: 13px;
    line-height: 16px;
    margin: 5px 0 8px 0;
    color: #888;
}
.xs-online {
    position: fixed;
    z-index: 9;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    background-color: #2c2625;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 991px) {
    .xs-online {
        display: block !important;
    }
}
.xs-online ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #fff;
}
.xs-online ul li {
    float: left;
    width: 20%;
    list-style: none;
    border-left: 1px solid rgba(255, 255, 255, .6);
}
.xs-online ul li>a {
    font-size: 10px;
    display: block;
    padding: 8px 0;
    text-transform: uppercase;
    color: inherit;
}
@media (max-width: 320px) {
    .xs-online ul li>a {
        font-size: 8px;
    }
}
.xs-online ul li>a:before {
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-style: normal;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li:first-child {
    border-left: none;
}
.xs-online ul li.tel>a:before {
    content: '\e61c';
}
.xs-online ul li.mail>a:before {
    font-weight: normal;
    content: '\e72e';
}
.xs-online ul li.whatsapp>a:before {
    font-weight: normal;
    content: '\e621';
}
.xs-online ul li.feedback>a:before {
    font-weight: normal;
    content: '\e826';
}
.xs-online ul li.top>a:before {
    font-weight: normal;
    content: '\e60f';
}
.banner {
    font-size: 0;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.banner .item {
    position: relative;
    overflow: hidden;
}
.banner .slickbanner {
    overflow: hidden;
}
@media (max-width: 1199px) {
    .banner .slickbanner {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
.banner .slick-dots {
    position: absolute;
    bottom: 30px;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}
@media (max-width: 1199px) {
    .banner .slick-dots {
        bottom: 10px;
    }
}
.banner .slick-dots li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 6px;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    opacity: .3;
    border-radius: 50%;
    background-color: #fff;
}
.banner .slick-dots li.slick-active {
    width: 26px;
    opacity: 1;
    border-radius: 10px;
}
.banner .slick-dots li button {
    display: none;
}
.banner .slick-arrow {
    line-height: 40px;
    position: absolute;
    z-index: 9;
    z-index: 8;
    top: 50%;
    left: 3%;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    border: none;
    border-radius: 50%;
    outline: none;
    background: none;
}
@media (max-width: 1199px) {
    .banner .slick-arrow {
        left: 8%;
    }
}
.banner .slick-arrow:before {
    font-family: 'iconfont' !important;
    font-size: 40px;
    content: '\e601';
}
@media (max-width: 991px) {
    .banner .slick-arrow:before {
        font-size: 30px;
    }
}
.banner .slick-arrow.slick-next {
    right: 3%;
    left: auto;
}
@media (max-width: 1199px) {
    .banner .slick-arrow.slick-next {
        right: 10%;
    }
}
.banner .slick-arrow.slick-next:before {
    right: 0;
    left: auto;
    content: '\e827';
}
.banner .slick-arrow:hover {
    color: #36312f;
}
.banner img {
    display: block;
    width: 100%;
}
.banner .text {
    position: absolute;
    z-index: 2;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}
.banner .text .note {
    max-width: 80%;
    text-align: center;
}
.banner .text .note b {
    font-size: 46px;
    line-height: 1.4;
    display: block;
    text-transform: uppercase;
    color: #f0ebe5;
}
.banner .text .note b:after {
    display: block;
    width: 78px;
    height: 3px;
    margin: 0 auto;
    margin-top: 14px;
    content: '';
    background-color: #a72126;
}
.banner .text .note p {
    font-size: 40px;
    margin: 10px 0 0 0;
    color: #f0ebe5;
}
@media (max-width: 991px) {
    .banner-in .slickbanner {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 767px) {
    .banner-in .slickbanner {
        width: 200%;
        max-width: 200%;
        margin-left: -50%;
    }
}
.banner-in .text-in {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #f0ebe6;
}
.banner-in .text-in b {
    font-size: 48px;
    line-height: 1;
    display: inline-block;
    text-transform: uppercase;
}
@media(max-width: 1470px) {
    .banner-in .text-in b {
        font-size: 38px;
    }
}
.banner-in .text-in b:after {
    display: block;
    width: 60px;
    height: 2px;
    margin: 0 auto;
    margin-top: 20px;
    content: '';
    background-color: #f0ebe6;
}
@media (max-width: 767px) {
    .banner-in .text-in b {
        font-size: 20px;
        display: block;
    }
}
.banner-in .text-in p {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.53846154;
    margin: 10px 0 0 0;
}
@media(max-width: 1470px) {
    .banner-in .text-in p {
        font-size: 22px;
    }
}
@media (max-width: 991px) {
    .banner-in .text-in p {
        font-size: 16px;
    }
}
.banner-in .text-in.text-product-show {
    text-align: left;
}
.banner-in .text-in.text-product-show b {
    font-size: 50px;
    font-weight: normal;
    line-height: 1;
    display: block;
    color: #2c2625;
}
@media (max-width: 767px) {
    .banner-in .text-in.text-product-show b {
        font-size: 20px;
    }
}
.banner-in .text-in.text-product-show p {
    font-size: 42px;
    line-height: 1.53846154;
    margin: 10px 0 0 0;
    color: #2c2625;
}
@media (max-width: 991px) {
    .banner-in .text-in.text-product-show p {
        font-size: 16px;
    }
}
/* .banner .slick-current img {
    -webkit-animation: narrow 9s 0s ease both;
    animation: narrow 9s 0s ease both;
}
.banner .slick-current:after {
    -webkit-animation: fadeInUp 1s 0s ease both;
    animation: fadeInUp 1s 0s ease both;
} */
.banner .banner-arrow {
    position: absolute;
    z-index: 8;
    bottom: 40px;
    width: 100%;
    text-align: center;
}
@media (max-width: 1199px) {
    .banner .banner-arrow {
        bottom: 0;
    }
}
.banner .banner-arrow a {
    display: inline-block;
}
.banner .banner-arrow a:after {
    font-family: 'iconfont' !important;
    font-size: 30px;
    content: '\e770';
    color: #fff;
}
@-webkit-keyframes narrow {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1;
    }
}
@keyframes narrow {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1;
    }
}
.zoomIn1 {
    -webkit-animation-name: narrow;
    animation-name: narrow;
}
.banner-video {
    overflow: hidden;
}
@media (max-width: 991px) {
    .banner-video .section-second {
        width: 100%;
        height: 400px;
    }
}
@media (max-width: 767px) {
    .banner-video .section-second {
        height: 280px;
    }
}
.index {
    position: relative;
    overflow: hidden;
    padding: 150px 0;
}
@media (max-width: 1470px) {
    .index {
        padding: 80px 0;
    }
}
@media (max-width: 991px) {
    .index {
        padding: 50px 0;
    }
}
.index:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    content: '';
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background: url(../images/icon-4.png) no-repeat center;
    background-size: cover;
}
@media (max-width:1470px) {
    .index:after {
        width: 50px;
        height: 50px;
        margin-left: -25px;
        background-size: cover;
    }
}
@media (max-width: 991px) {
    .index:after {
        display: none;
        width: 40px;
        height: 40px;
        margin-left: -20px;
        background-size: cover;
    }
}
.title {
    text-align: center;
}
.title b {
    font-size: 74px;
    line-height: 1;
    display: block;
    text-transform: uppercase;
    color: #333;
}
@media (max-width: 1560px) {
    .title b {
        font-size: 50px;
    }
}
@media (max-width: 1470px) {
    .title b {
        font-size: 36px;
    }
}
@media (max-width: 991px) {
    .title b {
        font-size: 30px;
    }
}
.title h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
    margin: 10px 0 0 0;
    text-indent: 1.4em;
    letter-spacing: 20px;
}
@media (max-width: 1560px) {
    .title h3 {
        font-size: 24px;
    }
}
@media (max-width: 1350px) {
    .title h3 {
        font-size: 20px;
        letter-spacing: 10px;
    }
}
@media (max-width: 991px) {
    .title h3 {
        font-size: 18px;
        text-indent: .8em;
    }
}
.title p {
    font-size: 18px;
    line-height: 1.55555556;
    margin: 10px 0 0 0;
}
@media (max-width: 1560px) {
    .title p {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .title p {
        font-size: 14px;
    }
}
.indexcontent {
    position: relative;
    z-index: 2;
    background-color: #f0ebe6;
}
.index-about .about {
    font-size: 0;
    position: relative;
    z-index: 2;
}
.index-about .about .video-wrap {
    padding-left: 30px;
}
@media (max-width: 991px) {
    .index-about .about .video-wrap {
        margin-top: 30px;
        padding-left: 0;
        position: relative;
        z-index: 2;
    }
}
.index-about .about .video-wrap .img-box {
    padding-bottom: 61.53846154%;
}
.index-about .about .video-wrap .img-box .video-js {
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.index-about .about .video-wrap .vjs-poster {
    background-size: cover;
}
.index-about .about .video-wrap .vjs-big-play-button {
    font-size: 80px;
    line-height: 140px;
    top: 50%;
    left: 50%;
    width: 140px;
    height: 140px;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    text-align: center;
    color: #2c2625;
    border: none;
    border-radius: 50%;
    outline: none;
    background-color: #f0ebe5;
}
@media (max-width: 1560px) {
    .index-about .about .video-wrap .vjs-big-play-button {
        font-size: 60px;
        line-height: 100px;
        width: 100px;
        height: 100px;
    }
}
@media (max-width: 991px) {
    .index-about .about .video-wrap .vjs-big-play-button {
        font-size: 40px;
        line-height: 60px;
        width: 60px;
        height: 60px;
    }
}
.index-about .about .video-wrap .vjs-big-play-button .vjs-icon-placeholder:before {
    font-family: 'iconfont' !important;
    display: inline-block;
    content: '\e618';
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.index-about .about .video-wrap .vjs-big-play-button:hover {
    color: #fff;
    background-color: #2c2625;
}
.index-about .about .text .title {
    padding-left: 30px;
    text-align: left;
    border-left: 5px solid #2c2625;
}
@media (max-width: 991px) {
    .index-about .about .text .title {
        padding-left: 0px;
        text-align: center;
        border-left: none;
    }
}
.index-about .about .text .title h3 {
    text-indent: 0;
}
.index-about .about .text .note {
    margin-top: 30px;
}
.index-about .about .text .note p {
    font-size: 18px;
    line-height: 2;
    margin: 0;
}
@media (max-width: 1670px) {
    .index-about .about .text .note {
        margin-top: 14px;
    }
    .index-about .about .text .note p {
        font-size: 16px;
        line-height: 1.8;
    }
}
.index-about .about .text a.more {
    font-size: 18px;
    line-height: 50px;
    display: inline-block;
    margin-top: 30px;
    padding: 0 50px;
    color: #fff;
    border-radius: 4px;
    background-color: #2c2625;
}
@media(max-width: 1670px) {
    .index-about .about .text a.more {
        margin-top: 14px;
    }
}
@media (max-width: 991px) {
    .index-about .about .text a.more {
        font-size: 16px;
        line-height: 40px;
        padding: 0 40px;
    }
}
.index-news .news-top {
    margin-top: 60px;
}
@media (max-width: 991px) {
    .index-news .news-top {
        margin-top: 0px;
    }
}
.index-news .news-top ul {
    font-size: 0;
    margin: 0 -12px;
}
.index-news .news-top ul li {
    font-size: 14px;
    display: inline-block;
    width: 35.1%;
    padding: 0 12px;
    vertical-align: top;
}
@media (max-width: 991px) {
    .index-news .news-top ul li {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .index-news .news-top ul li {
        width: 100%;
    }
}
.index-news .news-top ul li:nth-child(1) {
    width: 29.8%;
}
@media (max-width: 991px) {
    .index-news .news-top ul li:nth-child(1) {
        display: none;
    }
}
.index-news .news-top ul li .item {
    display: block;
    margin-top: 24px;
    color: inherit;
}
.index-news .news-top ul li .item .img-box {
    padding-bottom: 72.72727273%;
}
.index-news .news-top ul li .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.index-news .news-top ul li .item-1 .img-box {
    padding-bottom: 178.26086957%;
}
.index-news .news-top ul li .item .note {
    display: none;
}
@media (max-width: 767px) {
    .index-news .news-top ul li .item .note {
        display: block;
        margin-top: 20px;
    }
}
.index-news .news-top ul li .item .note b {
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.index-news .news-top ul li .item .note p {
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    height: 48px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.index-news .news-top ul li .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.index-news .news {
    margin-top: 60px;
}
@media (max-width: 991px) {
    .index-news .news {
        display: none;
    }
}
.index-news .news .title-news {
    margin-bottom: 20px;
}
.index-news .news .title-news b {
    font-size: 30px;
    font-weight: normal;
    line-height: 30px;
}
.index-news .news .title-news b span {
    font-size: 18px;
    font-weight: 300;
    display: inline-block;
    text-transform: uppercase;
}
.index-news .news .item {
    position: relative;
    display: block;
    margin-top: 30px;
    padding-left: 48px;
    color: inherit;
}
.index-news .news .item:before {
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    width: 22px;
    height: 22px;
    content: '';
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background: url(../images/icon-4.png) no-repeat center;
    background-size: cover;
}
.index-news .news .item b {
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media(max-width: 1470px) {
    .index-news .news .item b {
        font-size: 20px;
    }
}
.index-news .news .item p {
    font-size: 18px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    margin: 10px 0 0 0;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media(max-width: 1470px) {
    .index-news .news .item p {
        font-size: 16px;
    }
}
.index-news .news a.more {
    font-size: 18px;
    line-height: 50px;
    display: inline-block;
    margin-top: 30px;
    padding: 0 50px;
    color: #fff;
    border-radius: 4px;
    background-color: #2c2625;
}
@media (max-width: 991px) {
    .index-news .news a.more {
        font-size: 16px;
        line-height: 40px;
        padding: 0 40px;
    }
}
.index-brand .brand {
    position: relative;
    overflow: hidden;
    height: 100%;
    margin-top: 50px;
    padding-left: 420px;
}
@media (max-width: 1470px) {
    .index-brand .brand {
        padding-left: 320px;
    }
}
@media (max-width: 991px) {
    .index-brand .brand {
        padding: 0;
        margin-top: 20px;
    }
}
.index-brand .brand .brand-sort {
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    height: 100%;
}
@media (max-width: 1470px) {
    .index-brand .brand .brand-sort {
        width: 300px;
    }
}
@media (max-width: 991px) {
    .index-brand .brand .brand-sort {
        position: relative;
        width: 100%;
    }
}
.index-brand .brand .brand-sort ul {
    height: 100%;
    margin: 0;
    padding: 0;
}
@media (max-width: 991px) {
    .index-brand .brand .brand-sort ul {
        overflow: hidden;
        margin: 0 -8px;
    }
}
.index-brand .brand .brand-sort ul li {
    height: 25%;
    padding: 14px 0;
}
@media (max-width: 991px) {
    .index-brand .brand .brand-sort ul li {
        display: inline-block;
        float: left;
        width: 25%;
        height: auto;
        padding: 8px;
    }
}
.index-brand .brand .brand-sort ul li .item {
    position: relative;
    height: 100%;
    cursor: pointer;
    background-color: #dcd7d2;
}
.index-brand .brand .brand-sort ul li .item a {
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
    position: absolute;
    top: 50%;
    display: block;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: inherit;
}
@media (max-width: 1470px) {
    .index-brand .brand .brand-sort ul li .item a {
        font-size: 22px;
    }
}
@media (max-width: 991px) {
    .index-brand .brand .brand-sort ul li .item a {
        font-size: 20px;
        line-height: 30px;
        position: relative;
        top: 0;
        padding: 10px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
@media (max-width: 767px) {
    .index-brand .brand .brand-sort ul li .item a {
        font-size: 16px;
        line-height: 22px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
.index-brand .brand .brand-sort ul li.active .item {
    background-color: #2c2625;
}
.index-brand .brand .brand-sort ul li.active .item a {
    color: #f0ebe5;
}
.index-brand .brand .brand-list {
    padding: 14px 0;
}
.index-brand .brand .brand-list .text {
    padding: 22px;
    border: 1px solid #a9a493;
}
@media (max-width: 991px) {
    .index-brand .brand .brand-list .text {
        padding: 10px;
    }
}
.index-brand .brand .brand-list img {
    display: block;
    max-width: 100%;
    margin-bottom: 14px;
}
.index-brand .brand .brand-list p {
    font-size: 18px;
    line-height: 1.66666667;
    margin: 0;
    min-height: 60px;
}
@media (max-width: 991px) {
    .index-brand .brand .brand-list p {
        font-size: 16px;
    }
}
/* .index-product {
    padding-top: 80px;
} */
.index-product .product-sort {
    margin-top: 40px;
}
@media(max-width: 991px) {
    .index-product .product-sort {
        margin-top: 20px;
    }
}
.index-product .product-sort ul {
    font-size: 0;
    margin: 0 -10px;
    padding: 0;
}
.index-product .product-sort ul li {
    font-size: 14px;
    display: inline-block;
    width: 25%;
    padding: 0 10px;
    text-align: center;
    vertical-align: top;
}
@media (max-width: 767px) {
    .index-product .product-sort ul li {
        width: 50%;
    }
}
.index-product .product-sort ul li.active .item b,
.index-product .product-sort ul li.active .item p,
.index-product .product-sort ul li.active .item img {
    opacity: 1;
}
.index-product .product-sort ul li.active .item::after {
    width: 100%;
}
.index-product .product-sort ul li.active .item-list .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.index-product .product-sort ul li.active .item-list .maskbg {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.index-product .product-sort .item {
    display: block;
    color: inherit;
    border-bottom: 2px solid #d3cec9;
    position: relative;
}
.index-product .product-sort .item b,
.index-product .product-sort .item p,
.index-product .product-sort .item img {
    opacity: .15;
}
.index-product .product-sort .item::after {
    content: '';
    display: block;
    width: 0%;
    height: 2px;
    background-color: #2c2625;
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 2;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
@media (max-width: 767px) {
    .index-product .product-sort .item {
        margin-top: 30px;
        opacity: 1;
    }
}
.index-product .product-sort .item b {
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    display: block;
}
@media (max-width: 1470px) {
    .index-product .product-sort .item b {
        font-size: 20px;
        line-height: 24px;
    }
}
.index-product .product-sort .item p {
    font-size: 18px;
    line-height: 24px;
    margin: 4px 0 0 0;
}
@media (max-width: 1470px) {
    .index-product .product-sort .item p {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .index-product .product-sort .item p {
        font-size: 14px;
        line-height: 20px;
    }
}
.index-product .product-sort .item img {
    max-width: 100%;
    margin: 20px 0;
}
@media (max-width: 991px) {
    .index-product .product-sort .item img {
        max-width: 60px;
    }
}
.index-product .product-sort .item-list {
    position: relative;
    display: block;
    margin-top: 38px;
    color: inherit;
    background-color: #000;
}
@media (max-width: 767px) {
    .index-product .product-sort .item-list {
        margin-top: 20px;
    }
}
.index-product .product-sort .item-list .img-box {
    padding-bottom: 150%;
}
@media (max-width: 767px) {}
.index-product .product-sort .item-list .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.index-product .product-sort .item-list .maskbg {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 16px;
    -webkit-transition: all .6s;
    transition: all .6s;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    opacity: 0;
}
@media (max-width: 991px) {
    .index-product .product-sort .item-list .maskbg {
        padding: 8px;
    }
}
@media (max-width: 767px) {
    .index-product .product-sort .item-list .maskbg {
        display: none;
    }
}
.index-product .product-sort .item-list .maskbg .mask {
    position: relative;
    display: block;
    height: 100%;
    text-align: center;
    border: 1px solid #f0ebe6;
}
.index-product .product-sort .item-list .maskbg .mask span.more {
    font-size: 18px;
    line-height: 40px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    padding: 0 24px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: inherit;
    border-radius: 4px;
    background-color: rgba(240, 235, 230, .9);
}
@media (max-width: 1350px) {
    .index-product .product-sort .item-list .maskbg .mask span.more {
        width: 70%;
    }
}
@media (max-width: 991px) {
    .index-product .product-sort .item-list .maskbg .mask span.more {
        font-size: 14px;
        bottom: 10px;
        width: 80%;
        padding: 0 14px;
    }
}
.index-product .product-more {
    display: none;
    text-align: center;
}
@media (max-width: 767px) {
    .index-product .product-more {
        display: block;
    }
}
.index-product .product-more a {
    font-size: 18px;
    line-height: 50px;
    display: inline-block;
    margin-top: 20px;
    padding: 0 50px;
    color: #fff;
    border-radius: 4px;
    background-color: #2c2625;
}
@media (max-width: 991px) {
    .index-product .product-more a {
        font-size: 16px;
        line-height: 40px;
        padding: 0 40px;
    }
}
.index-join {
    position: relative;
    margin-top: 60px;
    background: url(../images/support_bg.jpg) no-repeat center;
    background-size: cover;
}
.index-join:before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 340px;
    content: '';
    background-color: #f0ebe6;
}
.index-join .title b,
.index-join .title h3 {
    color: #ffffff;
}
.index-join .join {
    position: relative;
    z-index: 2;
    margin-top: 40px;
}
.index-join .join .slick-index-join {
    margin: 0 -50px;
}
.index-join .join .slick-slide {
    padding: 50px 30px;
}
@media (max-width: 1470px) {
    .index-join .join .slick-slide {
        padding: 50px 20px;
    }
}
@media (max-width: 991px) {
    .index-join .join .slick-slide {
        padding: 50px 0;
    }
}
@media (max-width: 767px) {
    .index-join .join .slick-slide {
        padding: 50px 10px;
    }
}
@media (max-width: 767px) {
    .index-join .join .slick-list {
        padding: 0 120px !important;
    }
}
.index-join .join .near .item,
.index-join .join .near1 .item {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
@media (max-width: 991px) {
    .index-join .join .near .item,
    .index-join .join .near1 .item {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9);
    }
    .index-join .join .near .item .img-box,
    .index-join .join .near1 .item .img-box {
        opacity: .4;
    }
}
.index-join .join .near {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
}
@media (max-width: 991px) {
    .index-join .join .near {
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }
}
.index-join .join .near1 {
    -webkit-transform: translateX(-14px);
    -ms-transform: translateX(-14px);
    transform: translateX(-14px);
}
@media (max-width: 991px) {
    .index-join .join .near1 {
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }
}
.index-join .join .slick-current .item {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
@media (max-width: 991px) {
    .index-join .join .slick-current .item {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
@media (max-width: 767px) {
    .index-join .join .slick-current .item {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}
@media (max-width: 767px) {
    .index-join .join .slick-current .item .pic .img-box {
        opacity: 1;
    }
}
.index-join .join .item {
    -webkit-transition: all .6s;
    transition: all .6s;
    background-color: #2c2625;
}
.index-join .join .item .pic .img-box {
    padding-bottom: 105.71428571%;
}
@media (max-width: 767px) {
    .index-join .join .item .pic .img-box {
        opacity: .4;
    }
}
.index-join .join .item .note {
    padding: 20px 15px;
    text-align: center;
    background-color: #2c2625;
}
.index-join .join .item .note b {
    font-size: 22px;
    font-weight: normal;
    line-height: 30px;
    display: block;
    color: #f0ebe5;
}
@media(max-width: 1670px) {
    .index-join .join .item .note b {
        font-size: 18px;
    }
}
.index-join .join .item .note p {
    font-size: 12px;
    text-transform: uppercase;
    color: rgba(240, 235, 229, .2);
}
.index-join .join .slick-arrow {
    line-height: 40px;
    position: absolute;
    z-index: 9;
    z-index: 8;
    top: 45%;
    left: -40px;
    display: block;
    overflow: hidden;
    width: 40px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-50%);
    -webkit-transform: rotate(-180deg);
    -ms-transform: translateY(-50%);
    -ms-transform: rotate(-180deg);
    transform: translateY(-50%);
    transform: rotate(-180deg);
    text-align: center;
    opacity: 1;
    color: #fff;
    border: none;
    border-radius: 50%;
    outline: none;
    background: none;
    background: url(../images/icon-3.png) no-repeat center;
    background-size: 50%;
}
@media (max-width: 1760px) {
    .index-join .join .slick-arrow {
        left: -10px;
    }
}
@media (max-width: 991px) {
    .index-join .join .slick-arrow {
        left: 20px;
    }
}
.index-join .join .slick-arrow.slick-next {
    right: -40px;
    left: auto;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
@media (max-width: 1760px) {
    .index-join .join .slick-arrow.slick-next {
        right: -10px;
    }
}
@media (max-width: 991px) {
    .index-join .join .slick-arrow.slick-next {
        right: 20px;
    }
}
.index-join .join .slick-arrow:hover {
    opacity: 1;
}
.index-join .join-more {
    position: relative;
    z-index: 2;
    /* display: none; */
    text-align: center;
}
@media (max-width: 767px) {
    .index-join .join-more {
        display: block;
    }
}
.index-join .join-more a {
    font-size: 18px;
    line-height: 50px;
    display: inline-block;
    margin-top: 20px;
    padding: 0 50px;
    color: #fff;
    border-radius: 4px;
    background-color: #2c2625;
}
@media (max-width: 991px) {
    .index-join .join-more a {
        font-size: 16px;
        line-height: 40px;
        padding: 0 40px;
    }
}
.index-store {
    padding-bottom: 200px;
}
@media (max-width: 991px) {
    .index-store {
        padding-bottom: 60px;
    }
}
.index-store:after {
    bottom: 80px;
}
.index-store .store-pic {
    display: none;
}
@media (max-width: 991px) {
    .index-store .store-pic {
        display: block;
        margin-top: 30px;
    }
}
.index-store .store-pic img {
    max-width: 100%;
}
.index-store .store {
    margin-top: 70px;
}
@media (max-width: 991px) {
    .index-store .store {
        margin-top: 20px;
    }
}
.index-store .store .store-left {
    float: left;
    width: 42%;
    padding-right: 3%;
}
@media (max-width: 991px) {
    .index-store .store .store-left {
        width: 100%;
        padding: 0;
    }
}
.index-store .store .store-left ul.store-choose {
    font-size: 0;
    position: relative;
    margin: 0 -10px;
    padding-right: 44px;
}
@media (max-width: 767px) {
    .index-store .store .store-left ul.store-choose {
        margin: 0 -4px;
        padding-right: 34px;
    }
}
.index-store .store .store-left ul.store-choose li {
    display: inline-block;
    width: 32%;
    padding: 0 10px;
    vertical-align: top;
}
@media (max-width: 767px) {
    .index-store .store .store-left ul.store-choose li {
        padding: 0 4px;
    }
}
.index-store .store .store-left ul.store-choose li:nth-child(3) {
    width: 36%;
}
.index-store .store .store-left ul.store-choose li select,
.index-store .store .store-left ul.store-choose li input {
    font-size: 18px;
    line-height: 30px;
    width: 100%;
    height: 50px;
    padding: 10px 20px;
    border: 1px solid #ddd;
    outline: none;
    background-color: #fff;
}
@media (max-width: 1470px) {
    .index-store .store .store-left ul.store-choose li select,
    .index-store .store .store-left ul.store-choose li input {
        font-size: 16px;
        padding: 10px;
    }
}
@media (max-width: 767px) {
    .index-store .store .store-left ul.store-choose li select,
    .index-store .store .store-left ul.store-choose li input {
        font-size: 14px;
        line-height: 22px;
        height: 42px;
        padding: 10px 4px;
    }
}
@media (min-width: 992px) {
    .index-store .store .store-left ul.store-choose li select {
        background: url(../images/select_bg.jpg) right center no-repeat #fff;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
    }
}
.index-store .store .store-left ul.store-choose li select option {
    font-weight: 300;
}
.index-store .store .store-left ul.store-choose li .submit {
    font-size: 20px;
    line-height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
    height: 50px;
    padding: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    border-radius: 0;
    background-color: #ddd;
}
@media (max-width: 767px) {
    .index-store .store .store-left ul.store-choose li .submit {
        line-height: 42px;
        width: 40px;
        height: 42px;
    }
}
.index-store .store .store-left ul.store-choose li .submit:after {
    font-family: 'iconfont' !important;
    content: '\e660';
}
.index-store .store .store-left ul.store-choose li .submit:hover {
    color: #fff;
    background-color: #2c2625;
}
.index-store .store .store-left .list {
    overflow-y: auto;
    max-height: 490px;
    margin-top: 20px;
}
.index-store .store .store-left .list::-webkit-scrollbar {
    position: absolute;
    left: 0;
    width: 10px;
}
.index-store .store .store-left .list::-webkit-scrollbar-track {
    background-image: -webkit-gradient(linear, left top, right top, from(#e9e4df), color-stop(#f0ebe7), to(#e9e4df));
    background-image: -webkit-linear-gradient(left, #e9e4df, #f0ebe7, #e9e4df);
    background-image: linear-gradient(to right, #e9e4df, #f0ebe7, #e9e4df);
}
.index-store .store .store-left .list::-webkit-scrollbar-thumb {
    border-radius: 30px;
    background-color: #36312f;
}
.index-store .store .store-left .list ul {
    margin: 0;
    padding: 0;
}
.index-store .store .store-left .list ul li {
    border-bottom: 3px solid #b1adaa;
}
.index-store .store .store-left .list .item {
    position: relative;
    padding: 28px 0;
    /* padding-right: 80px; */
}
@media (max-width: 767px) {
    .index-store .store .store-left .list .item {
        padding: 18px 0;
    }
}
.index-store .store .store-left .list .item b {
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    display: block;
    margin-bottom: 10px;
}
@media (max-width: 1470px) {
    .index-store .store .store-left .list .item b {
        font-size: 20px;
        margin-bottom: 4px;
    }
}
.index-store .store .store-left .list .item p {
    font-size: 18px;
    line-height: 1.66666667;
    margin: 0;
    color: #666;
}
@media (max-width: 1470px) {
    .index-store .store .store-left .list .item p {
        font-size: 16px;
    }
}
.index-store .store .store-left .list .item a.map-view {
    font-size: 16px;
    /* position: absolute; */
    /* right: 10px; */
    /* bottom: 28px; */
    margin-top: 10px;
    text-decoration: underline;
    color: #666;
}
/* @media(max-width: 767px) {
    .index-store .store .store-left .list .item a.map-view {
        position: relative;
        right: auto;
        bottom: auto;
        margin-top: 10px;
    }
}
 */
.index-store .store .store-right #dituContent {
    height: 100% !important;
}
.index-store .store .store-right {
    float: left;
    width: 64%;
    margin-right: -6%;
    border: 1px solid #c6c6c6;
}
@media(max-width: 1560px) {
    .index-store .store .store-right {
        width: 58%;
        margin: 0;
    }
}
@media (max-width: 991px) {
    .index-store .store .store-right {
        /* display: none; */
    }
}
.index-store .store .store-right .store-map {
    height: 560px;
}
.footer {
    font-size: 0;
    position: relative;
    overflow: hidden;
    background-color: #2c2625;
}
.footer .foot {
    position: relative;
    z-index: 2;
    padding: 60px 0;
}
@media (max-width: 1199px) {
    .footer .foot {
        display: none;
        padding: 30px 0;
    }
}
.footer .foot>ul {
    padding: 0;
    text-align: justify;
    text-justify: distribute-all-lines;
}
.footer .foot>ul:after {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 0;
    margin: 0;
    content: '';
}
@media (max-width: 1199px) {
    .footer .foot>ul:after {
        display: none;
    }
}
@media (max-width: 1199px) {
    .footer .foot>ul {
        display: block;
        overflow: hidden;
        margin: 0 -15px;
    }
}
@media (min-width: 1200px) {
    .footer .foot>ul>li {
        display: inline-block;
        vertical-align: top;
        word-break: break-all;
    }
}
@media (max-width: 1199px) {
    .footer .foot>ul>li {
        display: block;
        width: 100%;
        margin: 10px 0;
        padding: 0 15px;
    }
}
.footer .foot>ul>li h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
    position: relative;
    z-index: 2;
    display: inline-block;
    color: #bebebe;
}
@media (min-width: 1200px) {
    .footer .foot>ul>li h3:after {
        display: block;
        width: 40px;
        height: 1px;
        margin-top: 28px;
        content: '';
        background-color: #413d3d;
    }
}
@media (max-width: 1199px) {
    .footer .foot>ul>li h3 {
        display: block;
    }
}
.footer .foot>ul>li h3 span {
    position: relative;
    z-index: 2;
}
@media (max-width: 1199px) {
    .footer .foot>ul>li h3 {
        font-size: 18px;
    }
    .footer .foot>ul>li h3:after {
        font-family: 'iconfont' !important;
        font-size: 14px;
        float: right;
        content: '\e628';
    }
    .footer .foot>ul>li h3:before {
        display: none;
    }
}
.footer .foot>ul>li .item {
    text-align: left;
}
@media (max-width: 1199px) {
    .footer .foot>ul>li .item {
        margin-top: 14px;
    }
}
.footer .foot>ul>li .item-1 {
    max-width: 200px;
}
@media (max-width: 1470px) {
    .footer .foot>ul>li .item-1 {
        max-width: 160px;
    }
}
@media (max-width: 1350px) {
    .footer .foot>ul>li .item-1 {
        max-width: 140px;
    }
}
@media (max-width: 1199px) {
    .footer .foot>ul>li .item-1 {
        width: 100%;
    }
}
.footer .foot>ul>li .item-1 img {
    display: block;
    max-width: 135px;
    margin-top: 50px;
}
@media (max-width: 1350px) {
    .footer .foot>ul>li .item-1 img {
        max-width: 120px;
    }
}
.footer .foot>ul>li .item-2,
.footer .foot>ul>li .item-4 {
    max-width: 220px;
}
.footer .foot>ul>li .item-4 {
    max-width: 220px;
}
@media(max-width: 1670px) {
    .footer .foot>ul>li .item-2,
    .footer .foot>ul>li .item-4 {
        max-width: 220px;
    }
}
@media (max-width: 1199px) {
    .footer .foot>ul>li .item-2,
    .footer .foot>ul>li .item-4 {
        width: 100%;
        max-width: 100%;
    }
}
.footer .foot>ul>li .item-2 .info-down>ul,
.footer .foot>ul>li .item-4 .info-down>ul {
    overflow: hidden;
    margin: 0 -10px;
}
.footer .foot>ul>li .item-2 .info-down>ul>li,
.footer .foot>ul>li .item-4 .info-down>ul>li {
    float: left;
    width: 50%;
    padding: 0 10px;
}
.footer .foot>ul>li .item-2 .info-down>ul>li a,
.footer .foot>ul>li .item-4 .info-down>ul>li a {
    font-size: 18px;
    line-height: 30px;
    display: block;
    padding: 10px 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #8f8f8f;
}
@media (max-width: 1660px) {
    .footer .foot>ul>li .item-2 .info-down>ul>li a,
    .footer .foot>ul>li .item-4 .info-down>ul>li a {
        font-size: 16px;
    }
}
@media (max-width: 1199px) {
    .footer .foot>ul>li .item-2 .info-down>ul>li a,
    .footer .foot>ul>li .item-4 .info-down>ul>li a {
        padding: 0;
    }
}
.footer .foot>ul>li .item-2 .info-down>ul>li a:hover,
.footer .foot>ul>li .item-4 .info-down>ul>li a:hover {
    color: #fff;
}
.footer .foot>ul>li .item-3 {
    max-width: 380px;
}
@media (max-width: 1470px) {
    .footer .foot>ul>li .item-3 {
        max-width: 280px;
    }
}
@media (max-width: 1350px) {
    .footer .foot>ul>li .item-3 {
        max-width: 240px;
    }
}
@media (max-width: 1199px) {
    .footer .foot>ul>li .item-3 {
        max-width: 100%;
    }
}
.footer .foot>ul>li .item-3 .info-down p {
    font-size: 18px;
    line-height: 30px;
    position: relative;
    margin: 20px 0;
    padding-left: 40px;
    color: #8f8f8f;
}
@media (max-width: 1660px) {
    .footer .foot>ul>li .item-3 .info-down p {
        font-size: 16px;
    }
}
@media (max-width: 1199px) {
    .footer .foot>ul>li .item-3 .info-down p {
        font-size: 16px;
        margin: 10px 0;
    }
}
.footer .foot>ul>li .item-3 .info-down p:before {
    font-family: 'iconfont' !important;
    font-size: 26px;
    position: absolute;
    top: 0;
    left: 0;
    content: '\e638';
    color: #bc9f8a;
}
.footer .foot>ul>li .item-3 .info-down p.address:before {
    content: '\e63e';
}
.footer .foot>ul>li .item-3 .info-down p.code:before {
    content: '\e896';
}
.footer .foot>ul>li .item-4 .info-down>ul>li {
    width: 100%;
}
.footer .foot>ul>li .item-5 .info-down ul {
    margin: 0 -12px;
}
@media (max-width: 1350px) {
    .footer .foot>ul>li .item-5 .info-down ul {
        margin: 0 -6px;
    }
}
.footer .foot>ul>li .item-5 .info-down ul li {
    display: inline-block;
    padding: 0 12px;
    text-align: center;
    vertical-align: top;
}
@media (max-width: 1350px) {
    .footer .foot>ul>li .item-5 .info-down ul li {
        padding: 0 6px;
    }
}
.footer .foot>ul>li .item-5 .info-down ul li img {
    max-width: 120px;
}
@media (max-width: 1470px) {
    .footer .foot>ul>li .item-5 .info-down ul li img {
        max-width: 100px;
    }
}
@media (max-width: 1350px) {
    .footer .foot>ul>li .item-5 .info-down ul li img {
        max-width: 90px;
    }
}
.footer .foot>ul>li .item-5 .info-down ul li p {
    font-size: 18px;
    line-height: 30px;
    margin: 10px 0 0 0;
    color: #8f8f8f;
}
@media (max-width: 1660px) {
    .footer .foot>ul>li .item-5 .info-down ul li p {
        font-size: 16px;
    }
}
.footer .foot>ul>li .info-down {
    margin-top: 10px;
}
@media (max-width: 1199px) {
    .footer .foot>ul>li .info-down {
        display: none;
        margin: 0;
        padding: 10px 0;
    }
}
.footer .foot>ul>li .info-down img {
    max-width: 100%;
}
.footer .foot>ul>li.current .title-foot h3:after {
    content: '\e623';
}
.footer .xs-footer {
    display: none;
}
@media (max-width: 1199px) {
    .footer .xs-footer {
        display: block;
    }
}
.footer .xs-footer .foot-link .title-foot {
    padding: 15px;
    border-bottom: 1px solid #4b4b4b;
}
.footer .xs-footer .foot-link .title-foot b {
    font-size: 24px;
    line-height: 1.4;
    display: block;
    color: #f0ebe5;
}
@media (max-width: 767px) {
    .footer .xs-footer .foot-link .title-foot b {
        font-size: 20px;
    }
}
.footer .xs-footer .foot-link .link ul li {
    border-bottom: 1px solid #4b4b4b;
}
.footer .xs-footer .foot-link .link ul li a {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    display: block;
    padding: 10px 15px;
    color: #fefefe;
}
@media (max-width: 767px) {
    .footer .xs-footer .foot-link .link ul li a {
        font-size: 16px;
    }
}
.footer .xs-footer .foot-erweima .erweima-sort {
    padding: 40px 15px;
}
@media (max-width: 767px) {
    .footer .xs-footer .foot-erweima .erweima-sort {
        padding: 20px 15px;
    }
}
.footer .xs-footer .foot-erweima .erweima-sort ul li {
    display: inline-block;
    width: 33.33333333%;
    vertical-align: top;
}
.footer .xs-footer .foot-erweima .erweima-sort ul li .item {
    text-align: center;
    color: #f0ebe5;
}
.footer .xs-footer .foot-erweima .erweima-sort ul li .item:before {
    font-family: 'iconfont' !important;
    font-size: 60px;
    line-height: 60px;
    content: '\e604';
}
@media (max-width: 767px) {
    .footer .xs-footer .foot-erweima .erweima-sort ul li .item:before {
        font-size: 40px;
        line-height: 50px;
    }
}
.footer .xs-footer .foot-erweima .erweima-sort ul li .item-douyin:before {
    content: '\e92a';
}
.footer .xs-footer .foot-erweima .erweima-sort ul li .item-tianmao:before {
    content: '\e753';
}
.footer .xs-footer .foot-erweima .erweima-sort ul li .item p {
    font-size: 18px;
    line-height: 30px;
    margin: 10px 0 0 0;
}
@media (max-width: 767px) {
    .footer .xs-footer .foot-erweima .erweima-sort ul li .item p {
        font-size: 16px;
    }
}
.footer .xs-footer .foot-erweima .erweima-sort ul li.active {
    position: relative;
}
.footer .xs-footer .foot-erweima .erweima-sort ul li.active:after {
    position: absolute;
    bottom: -40px;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    margin-left: -10px;
    content: '';
    border-width: 0 10px 10px 10px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}
@media (max-width: 767px) {
    .footer .xs-footer .foot-erweima .erweima-sort ul li.active:after {
        bottom: -20px;
    }
}
.footer .xs-footer .foot-erweima .erweima-list {
    padding: 20px 0;
    text-align: center;
    background-color: #fff;
}
.footer .xs-footer .foot-erweima .erweima-list img {
    max-width: 100%;
}
.footer .xs-footer .foot-erweima .erweima-list p {
    font-size: 16px;
    line-height: 30px;
    margin: 14px 0 0 0;
}
@media (max-width: 767px) {
    .footer .xs-footer .foot-erweima .erweima-list p {
        font-size: 14px;
    }
}
.footer .xs-footer .foot-nav {
    padding: 20px 0;
    text-align: center;
}
.footer .xs-footer .foot-nav ul li {
    display: inline-block;
}
.footer .xs-footer .foot-nav ul li:first-child {
    border-right: 1px solid #dbd7d3;
}
.footer .xs-footer .foot-nav ul li a {
    font-size: 18px;
    line-height: 30px;
    display: block;
    padding: 0 20px;
    color: #f0ebe5;
}
@media (max-width: 767px) {
    .footer .xs-footer .foot-nav ul li a {
        font-size: 16px;
    }
}
.footer .copyright {
    padding: 5px 0;
    text-align: center;
    background-color: #231815;
}
.footer .copyright p {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    margin: 0;
    color: rgba(255, 255, 255, .3);
}
@media (max-width: 1199px) {
    .footer .copyright p {
        font-size: 16px;
        line-height: 24px;
    }
}
@media (max-width: 767px) {
    .footer .copyright p {
        font-size: 14px;
    }
}
.wrap {
    overflow: hidden;
    padding: 80px 0;
    background-color: #f0ebe6;
}
@media (max-width: 991px) {
    .wrap {
        padding: 60px 0;
    }
}
.wrap-sidenav {
    background-color: #fff;
}
@media (max-width: 767px) {
    .wrap-sidenav {
        padding-top: 40px;
        background-color: #f0ebe5;
    }
}
.wrap-sidenav .sidenav {
    text-align: center;
}
@media (max-width: 767px) {
    .wrap-sidenav .sidenav {
        text-align: left;
        border-bottom: 1px solid #cbc6c1;
    }
}
.wrap-sidenav .sidenav ul {
    margin: 0 -16px;
}
@media (max-width: 767px) {
    .wrap-sidenav .sidenav ul {
        margin: 0 -6px;
    }
}
.wrap-sidenav .sidenav li {
    position: relative;
    display: inline-block;
    padding: 0 16px;
}
@media (max-width: 767px) {
    .wrap-sidenav .sidenav li {
        padding: 0 6px;
    }
}
.wrap-sidenav .sidenav li a {
    font-size: 30px;
    font-weight: normal;
    line-height: 100px;
    position: relative;
    display: block;
    padding: 0 14px;
    color: inherit;
}
@media (max-width: 767px) {
    .wrap-sidenav .sidenav li a {
        font-size: 20px;
        line-height: 40px;
    }
}
.wrap-sidenav .sidenav li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 0;
    height: 6px;
    content: '';
    -webkit-transition: all .4s;
    transition: all .4s;
    background-color: #a51e23;
}
@media (max-width: 767px) {
    .wrap-sidenav .sidenav li a:after {
        bottom: -1px;
        height: 2px;
    }
}
.wrap-sidenav .sidenav li:hover a,
.wrap-sidenav .sidenav li.active a {
    font-weight: bold;
}
.wrap-sidenav .sidenav li:hover a:after,
.wrap-sidenav .sidenav li.active a:after {
    width: 100%;
}
.inside-nav {
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media (max-width: 1199px) {
    .inside-nav {
        margin-top: 70px;
    }
}
.inside-nav .nav-wrap {
    position: relative;
    z-index: 2;
    overflow-x: auto;
    border-bottom: 1px solid #e6e6e6;
    -webkit-overflow-scrolling: touch;
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/
    /*滑块效果*/
}
@media (max-width: 991px) {
    .inside-nav .nav-wrap {
        margin: 0 -15px;
    }
}
.inside-nav .nav-wrap::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #fefefe;
}
.inside-nav .nav-wrap::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #fefefe;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.inside-nav .nav-wrap::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .1);
}
.inside-nav .nav-wrap::-webkit-scrollbar-thumb:hover {
    border-radius: 5px;
    background: rgba(0, 0, 0, .3);
}
.inside-nav ul {
    font-size: 0;
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.inside-nav ul li {
    display: inline-block;
    color: #999;
}
.inside-nav ul li a {
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    display: inline-block;
    padding: 0 20px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: inherit;
}
.inside-nav ul li.active a,
.inside-nav ul li:hover a {
    color: #fff;
    background-color: #2c2625;
}
.wrap-about {
    position: relative;
}
.wrap-about:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 32%;
    height: 100%;
    content: '';
    background-color: #fff;
}
@media (max-width: 991px) {
    .wrap-about:before {
        display: none;
    }
}
.wrap-about .about {
    font-size: 0;
    position: relative;
    z-index: 2;
}
.wrap-about .about .video-wrap,
.wrap-about .about .text {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}
.wrap-about .about .video-wrap {
    font-size: 0;
    width: 48%;
}
@media (max-width: 1470px) {
    .wrap-about .about .video-wrap {
        width: 50%;
    }
}
@media (max-width: 991px) {
    .wrap-about .about .video-wrap {
        width: 100%;
    }
}
.wrap-about .about .video-wrap .img-box {
    padding-bottom: 61.53846154%;
}
.wrap-about .about .video-wrap .img-box .video-js {
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.wrap-about .about .video-wrap .vjs-poster {
    background-size: cover;
}
.wrap-about .about .video-wrap .vjs-big-play-button {
    font-size: 80px;
    line-height: 140px;
    top: 50%;
    left: 50%;
    width: 140px;
    height: 140px;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    text-align: center;
    color: #2c2625;
    border: none;
    border-radius: 50%;
    outline: none;
    background-color: #f0ebe5;
}
@media (max-width: 1560px) {
    .wrap-about .about .video-wrap .vjs-big-play-button {
        font-size: 60px;
        line-height: 100px;
        width: 100px;
        height: 100px;
    }
}
@media (max-width: 1470px) {
    .wrap-about .about .video-wrap .vjs-big-play-button {
        font-size: 60px;
        line-height: 70px;
        width: 70px;
        height: 70px;
    }
}
@media (max-width: 991px) {
    .wrap-about .about .video-wrap .vjs-big-play-button {
        font-size: 40px;
        line-height: 60px;
        width: 60px;
        height: 60px;
    }
}
.wrap-about .about .video-wrap .vjs-big-play-button .vjs-icon-placeholder:before {
    font-family: 'iconfont' !important;
    display: inline-block;
    content: '\e618';
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.wrap-about .about .video-wrap .vjs-big-play-button:hover {
    color: #fff;
    background-color: #2c2625;
}
.wrap-about .about .text {
    width: 52%;
    padding: 30px 8% 30px 5%;
}
@media (max-width: 1660px) {
    .wrap-about .about .text {
        padding: 30px 3%;
    }
}
@media (max-width: 1470px) {
    .wrap-about .about .text {
        width: 50%;
        padding: 20px 15px;
    }
}
@media (max-width: 991px) {
    .wrap-about .about .text {
        width: 100%;
        padding: 20px 15px 0 15px;
    }
}
.wrap-about .about .text p {
    font-size: 18px;
    line-height: 2;
    margin: 0;
    text-indent: 2em;
}
@media (max-width: 1560px) {
    .wrap-about .about .text p {
        font-size: 16px;
    }
}
@media (max-width: 1470px) {
    .wrap-about .about .text p {
        line-height: 1.8;
    }
}
.wrap-history {
    background-color: #2c2625;
}
.wrap-history .title b,
.wrap-history .title h3 {
    color: #f0ebe6;
}
.wrap-history .history {
    margin-top: 80px;
    color: #f5f0eb;
}
.wrap-history .history .slick-history {
    /* cursor: move; */
}
.wrap-history .history .slick-history .item {
    position: relative;
    height: 240px;
    padding: 0 0 60px 30px;
    background: url(../images/history.png) no-repeat left bottom;
}
@media (max-width: 767px) {
    .wrap-history .history .slick-history .item {
        padding: 0 0 60px 20px;
    }
}
.wrap-history .history .slick-history .item:before {
    position: absolute;
    top: 0;
    left: 2px;
    display: block;
    width: 1px;
    height: -webkit-calc(100% - 50px);
    height: calc(100% - 50px);
    content: '';
    background-color: #f0ebe6;
}
.wrap-history .history .slick-history .item b {
    font-size: 40px;
    line-height: 1;
    display: block;
}
@media (max-width: 1470px) {
    .wrap-history .history .slick-history .item b {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .wrap-history .history .slick-history .item b {
        font-size: 26px;
    }
}
.wrap-history .history .slick-history .item h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    margin: 6px 0 14px 0;
}
@media (max-width: 1470px) {
    .wrap-history .history .slick-history .item h3 {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .wrap-history .history .slick-history .item h3 {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .wrap-history .history .slick-history .item h3 {
        font-size: 16px;
        margin: 14px 0;
    }
}
.wrap-history .history .slick-history .item p {
    font-size: 18px;
    line-height: 1.66666667;
    margin: 0;
}
@media (max-width: 1470px) {
    .wrap-history .history .slick-history .item p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .wrap-history .history .slick-history .item p {
        font-size: 15px;
    }
}
.wrap-history .history .slick-history .item .text {
    overflow-y: auto;
    height: 180px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.wrap-history .history .slick-history .item .text::-webkit-scrollbar {
    position: absolute;
    left: 0;
    width: 5px;
}
.wrap-history .history .slick-history .item .text::-webkit-scrollbar-track {
    background-image: -webkit-gradient(linear, left top, right top, from(#e9e4df), color-stop(#f0ebe7), to(#e9e4df));
    background-image: -webkit-linear-gradient(left, #e9e4df, #f0ebe7, #e9e4df);
    background-image: linear-gradient(to right, #e9e4df, #f0ebe7, #e9e4df);
}
.wrap-history .history .slick-history .item .text::-webkit-scrollbar-thumb {
    border-radius: 30px;
    background-color: #36312f;
}
.wrap-history .history .slick-history .slick-slide:nth-child(2n) .item {
    margin-top: 190px;
    padding: 60px 0 0 30px;
    background: url(../images/history.png) no-repeat left top;
}
@media (max-width: 767px) {
    .wrap-history .history .slick-history .slick-slide:nth-child(2n) .item {
        padding: 60px 0 0 20px;
    }
}
.wrap-history .history .slick-history .slick-slide:nth-child(2n) .item:before {
    top: auto;
    bottom: 0;
}
.wrap-history .history .slick-history .item:hover .text {
    color: #fab99d;
}
.wrap-history .history .slick-history .slick-arrow {
    line-height: 40px;
    position: absolute;
    z-index: 9;
    z-index: 8;
    top: 45%;
    left: 290px;
    display: block;
    overflow: hidden;
    width: 60px;
    height: 60px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-50%);
    -webkit-transform: rotate(-180deg);
    -ms-transform: translateY(-50%);
    -ms-transform: rotate(-180deg);
    transform: translateY(-50%);
    transform: rotate(-180deg);
    text-align: center;
    opacity: .6;
    color: #fff;
    border: none;
    border-radius: 50%;
    outline: none;
    background: none;
    background: url(../images/icon-1.png) no-repeat center #fff;
    background-size: 50%;
}
@media (max-width: 1760px) {
    .wrap-history .history .slick-history .slick-arrow {
        left: 310px;
    }
}
@media (max-width: 1660px) {
    .wrap-history .history .slick-history .slick-arrow {
        left: 230px;
    }
}
@media (max-width: 991px) {
    .wrap-history .history .slick-history .slick-arrow {
        left: -14px;
    }
}
.wrap-history .history .slick-history .slick-arrow.slick-next {
    right: 290px;
    left: auto;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
@media (max-width: 1760px) {
    .wrap-history .history .slick-history .slick-arrow.slick-next {
        right: 310px;
    }
}
@media (max-width: 1660px) {
    .wrap-history .history .slick-history .slick-arrow.slick-next {
        right: 230px;
    }
}
@media (max-width: 991px) {
    .wrap-history .history .slick-history .slick-arrow.slick-next {
        right: -14px;
    }
}
.wrap-history .history .slick-history .slick-arrow:hover {
    opacity: 1;
}
.wrap-history .history .slick-history:hover .slick-arrow {
    display: block !important;
}
.wrap-honor .slick-honor {
    margin-top: 50px;
}
@media (max-width: 991px) {
    .wrap-honor .slick-honor {
        margin-top: 10px;
    }
}
.wrap-honor .slick-honor .slick-slide {
    padding: 30px 80px;
    -webkit-transition: all .6s;
    transition: all .6s;
    opacity: .3;
}
@media (max-width: 1760px) {
    .wrap-honor .slick-honor .slick-slide {
        padding: 30px 60px;
    }
}
@media (max-width: 1660px) {
    .wrap-honor .slick-honor .slick-slide {
        padding: 30px 40px;
    }
}
.wrap-honor .slick-honor .slick-current {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
}
@media (max-width: 991px) {
    .wrap-honor .slick-honor .slick-current {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
/* .wrap-honor .slick-honor .slick-current .item .text .note {
    overflow-y: auto;
    max-height: 180px;
}
@media (max-width: 1760px) {
    .wrap-honor .slick-honor .slick-current .item .text .note {
        max-height: 120px;
    }
}
@media (max-width: 1660px) {
    .wrap-honor .slick-honor .slick-current .item .text .note {
        max-height: 104px;
    }
}
@media (max-width: 1350px) {
    .wrap-honor .slick-honor .slick-current .item .text .note {
        max-height: 78px;
    }
}
@media (max-width: 991px) {
    .wrap-honor .slick-honor .slick-current .item .text .note {
        max-height: 130px;
    }
}
 */
.wrap-honor .slick-honor .item {
    font-size: 0;
    background-color: #fff;
}
.wrap-honor .slick-honor .item .pic,
.wrap-honor .slick-honor .item .text {
    font-size: 14px;
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}
@media (max-width: 767px) {
    .wrap-honor .slick-honor .item .pic,
    .wrap-honor .slick-honor .item .text {
        width: 100%;
    }
}
.wrap-honor .slick-honor .item .pic .img-box {
    padding-bottom: 70.83333333%;
}
.wrap-honor .slick-honor .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-honor .slick-honor .item .text {
    padding: 30px;
    max-height: 320px;
    overflow-y: auto;
}
@media(max-width: 1560px) {
    .wrap-honor .slick-honor .item .text {
        max-height: 240px;
    }
}
@media(max-width: 767px) {
    .wrap-honor .slick-honor .item .text {
        max-height: 100%;
        height: 240px;
    }
}
@media (max-width: 1660px) {
    .wrap-honor .slick-honor .item .text {
        padding: 14px;
    }
}
.wrap-honor .slick-honor .item .text b {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    display: block;
}
@media (max-width: 1660px) {
    .wrap-honor .slick-honor .item .text b {
        font-size: 18px;
    }
}
.wrap-honor .slick-honor .item .text .note {
    overflow: hidden;
    /* max-height: 60px; */
    margin-top: 10px;
}
@media (max-width: 1660px) {
    .wrap-honor .slick-honor .item .text .note {
        /* max-height: 52px; */
        margin-top: 10px;
    }
}
.wrap-honor .slick-honor .item .text::-webkit-scrollbar {
    position: absolute;
    left: 0;
    width: 5px;
}
.wrap-honor .slick-honor .item .text::-webkit-scrollbar-track {
    background-image: -webkit-gradient(linear, left top, right top, from(#e9e4df), color-stop(#f0ebe7), to(#e9e4df));
    background-image: -webkit-linear-gradient(left, #e9e4df, #f0ebe7, #e9e4df);
    background-image: linear-gradient(to right, #e9e4df, #f0ebe7, #e9e4df);
}
.wrap-honor .slick-honor .item .text::-webkit-scrollbar-thumb {
    border-radius: 30px;
    background-color: #36312f;
}
.wrap-honor .slick-honor .item .text p {
    font-size: 16px;
    line-height: 30px;
}
@media (max-width: 1660px) {
    .wrap-honor .slick-honor .item .text p {
        font-size: 15px;
        line-height: 26px;
    }
}
.wrap-honor .slick-honor .slick-arrow {
    line-height: 40px;
    position: absolute;
    z-index: 9;
    z-index: 8;
    top: 36%;
    left: 290px;
    display: block;
    overflow: hidden;
    width: 60px;
    height: 60px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-50%);
    -webkit-transform: rotate(-180deg);
    -ms-transform: translateY(-50%);
    -ms-transform: rotate(-180deg);
    transform: translateY(-50%);
    transform: rotate(-180deg);
    text-align: center;
    opacity: .6;
    color: #fff;
    border: none;
    border-radius: 50%;
    outline: none;
    background: none;
    background: url(../images/icon-1.png) no-repeat center #fff;
    background-size: 50%;
}
@media (max-width: 1760px) {
    .wrap-honor .slick-honor .slick-arrow {
        left: 310px;
    }
}
@media (max-width: 1660px) {
    .wrap-honor .slick-honor .slick-arrow {
        left: 230px;
    }
}
@media (max-width: 991px) {
    .wrap-honor .slick-honor .slick-arrow {
        left: -14px;
    }
}
.wrap-honor .slick-honor .slick-arrow.slick-next {
    right: 290px;
    left: auto;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
@media (max-width: 1760px) {
    .wrap-honor .slick-honor .slick-arrow.slick-next {
        right: 310px;
    }
}
@media (max-width: 1660px) {
    .wrap-honor .slick-honor .slick-arrow.slick-next {
        right: 230px;
    }
}
@media (max-width: 991px) {
    .wrap-honor .slick-honor .slick-arrow.slick-next {
        right: -14px;
    }
}
.wrap-honor .slick-honor .slick-arrow:hover {
    opacity: 1;
}
.wrap-honor .slick-honor .slick-dots {
    width: 100%;
    margin: 30px 0 0 0;
    padding: 0;
    text-align: center;
}
@media(max-width: 991px) {
    .wrap-honor .slick-honor .slick-dots {
        display: none !important;
    }
}
.wrap-honor .slick-honor .slick-dots li {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 10px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    background-color: #2c2625;
}
.wrap-honor .slick-honor .slick-dots li.slick-active {
    width: 50px;
    height: 50px;
    border: 1px solid #2c2625;
    background: none;
}
.wrap-honor .slick-honor .slick-dots li.slick-active button {
    font-size: 18px;
    display: inline-block;
}
.wrap-honor .slick-honor .slick-dots li button {
    line-height: 50px;
    display: none;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    background: none;
}
.wrap-culture {
    position: relative;
    padding: 0;
}
.wrap-culture:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 50%;
    height: 100%;
    content: '';
    background: url(../images/culture_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 991px) {
    .wrap-culture:before {
        width: 100%;
    }
}
.wrap-culture:after {
    position: absolute;
    z-index: 2;
    bottom: 0;
    display: block;
    width: 100%;
    height: 90px;
    content: '';
    background-color: #f0ebe6;
}
@media (max-width: 1350px) {
    .wrap-culture:after {
        height: 60px;
    }
}
@media (max-width: 991px) {
    .wrap-culture:after {
        display: none;
    }
}
.wrap-culture .culture {
    position: relative;
    z-index: 3;
}
.wrap-culture .text {
    display: inline-block;
    width: 50%;
    padding: 80px 120px 170px 0;
}
@media (max-width: 1350px) {
    .wrap-culture .text {
        padding: 60px 120px 130px 0;
    }
}
@media (max-width: 1199px) {
    .wrap-culture .text {
        padding: 50px 80px 80px 0;
    }
}
@media (max-width: 991px) {
    .wrap-culture .text {
        width: 100%;
        padding: 60px 15px 30px 0;
    }
}
.wrap-culture .text .title {
    text-align: left;
}
.wrap-culture .text .title h3 {
    text-indent: 0;
}
.wrap-culture .text .title b,
.wrap-culture .text .title h3 {
    color: #f0ebe6;
}
.wrap-culture .text .note {
    margin-top: 50px;
}
@media (max-width: 991px) {
    .wrap-culture .text .note {
        margin-top: 30px;
    }
}
.wrap-culture .text .note p {
    font-size: 18px;
    line-height: 30px;
    margin: 20px 0;
    color: #f0ebe6;
}
@media (max-width: 1350px) {
    .wrap-culture .text .note p {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .wrap-culture .text .note p {
        margin: 10px 0;
    }
}
@media (max-width: 767px) {
    .wrap-culture .text .note p {
        font-size: 15px;
    }
}
.wrap-culture .text .note p span {
    margin: 0 20px;
}
@media (max-width: 1350px) {
    .wrap-culture .text .note p span {
        margin: 0 10px;
    }
}
.wrap-culture .pic {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 55%;
}
@media (max-width: 991px) {
    .wrap-culture .pic {
        position: relative;
        width: 70%;
    }
}
@media (max-width: 767px) {
    .wrap-culture .pic {
        width: 100%;
    }
}
.wrap-culture .pic img {
    max-width: 100%;
}
.wrap-executives {
    padding: 0;
}
@media (max-width: 991px) {
    .wrap-executives {
        padding-top: 50px;
    }
}
.wrap-executives .title {
    text-align: left;
}
.wrap-executives .title h3 {
    text-indent: 0;
}
.wrap-executives .executives-lg {
    margin-top: 20px;
}
@media (max-width: 991px) {
    .wrap-executives .executives-lg {
        display: none;
    }
}
.wrap-executives .executives-lg img {
    max-width: 100%;
}
.wrap-executives .executives-xs {
    display: none;
    margin-top: 20px;
}
@media (max-width: 991px) {
    .wrap-executives .executives-xs {
        display: block;
    }
}
.wrap-executives .executives-xs img {
    max-width: 100%;
}
.wrap-cooperative .cooperative {
    overflow: hidden;
}
.wrap-cooperative .cooperative .cooperative-left {
    float: left;
    width: 35%;
}
@media (max-width: 991px) {
    .wrap-cooperative .cooperative .cooperative-left {
        width: 100%;
    }
}
.wrap-cooperative .cooperative .cooperative-left .title {
    text-align: left;
}
.wrap-cooperative .cooperative .cooperative-left .title h3 {
    text-indent: 0;
}
.wrap-cooperative .cooperative .cooperative-left .text {
    margin-top: 60px;
}
@media (max-width: 1670px) {
    .wrap-cooperative .cooperative .cooperative-left .text {
        margin-top: 20px;
    }
}
.wrap-cooperative .cooperative .cooperative-left .text p {
    font-size: 18px;
    line-height: 1.66666667;
    margin: 0;
}
@media (max-width:1670px) {
    .wrap-cooperative .cooperative .cooperative-left .text p {
        font-size: 16px;
    }
}
.wrap-cooperative .cooperative .cooperative-right {
    float: left;
    width: 65%;
    padding-left: 5%;
}
@media (max-width: 991px) {
    .wrap-cooperative .cooperative .cooperative-right {
        width: 100%;
        padding: 0;
    }
}
.wrap-cooperative .cooperative .cooperative-right .slick-cooperative {
    margin: 0 -30px;
}
@media (max-width: 1470px) {
    .wrap-cooperative .cooperative .cooperative-right .slick-cooperative {
        margin: 0 -14px;
    }
}
@media (max-width: 991px) {
    .wrap-cooperative .cooperative .cooperative-right .slick-cooperative {
        margin: 0 -8px;
    }
}
.wrap-cooperative .cooperative .cooperative-right .item {
    padding: 30px;
}
@media (max-width: 1470px) {
    .wrap-cooperative .cooperative .cooperative-right .item {
        padding: 20px 14px;
    }
}
@media (max-width: 991px) {
    .wrap-cooperative .cooperative .cooperative-right .item {
        padding: 8px;
    }
}
.wrap-cooperative .cooperative .cooperative-right .item .img-box {
    padding-bottom: 31.57894737%;
}
.wrap-store {
    padding-top: 0;
}
.wrap-store .store-choose {
    padding: 20px 0;
}
.wrap-store .store-choose ul {
    overflow: hidden;
    margin: 0 -10px;
    padding: 0;
}
@media (max-width: 991px) {
    .wrap-store .store-choose ul {
        margin: 0 -4px;
    }
}
.wrap-store .store-choose ul li {
    float: left;
    width: 18%;
    padding: 10px;
}
@media (max-width: 991px) {
    .wrap-store .store-choose ul li {
        width: 33.33333333%;
    }
}
@media (max-width: 767px) {
    .wrap-store .store-choose ul li {
        padding: 4px;
    }
}
@media (max-width: 360px) {
    .wrap-store .store-choose ul li {
        width: 50%;
    }
    .wrap-store .store-choose ul li:nth-child(3) {
        width: 100%;
    }
}
.wrap-store .store-choose ul li:nth-child(4) {
    width: 33%;
}
@media (max-width: 1470px) {
    .wrap-store .store-choose ul li:nth-child(4) {
        width: 31%;
    }
}
@media (max-width: 1470px) {
    .wrap-store .store-choose ul li:nth-child(4) {
        width: 27%;
    }
}
@media (max-width: 991px) {
    .wrap-store .store-choose ul li:nth-child(4) {
        width: 66.66666667%;
    }
}
.wrap-store .store-choose ul li:nth-child(5) {
    width: 13%;
}
@media (max-width: 1470px) {
    .wrap-store .store-choose ul li:nth-child(5) {
        width: 15%;
    }
}
@media (max-width: 1199px) {
    .wrap-store .store-choose ul li:nth-child(5) {
        width: 19%;
    }
}
@media (max-width: 991px) {
    .wrap-store .store-choose ul li:nth-child(5) {
        width: 33.33333333%;
    }
}
.wrap-store .store-choose select,
.wrap-store .store-choose input {
    font-size: 18px;
    line-height: 30px;
    width: 100%;
    height: 50px;
    padding: 10px 20px;
    border: 1px solid #ddd;
    outline: none;
    background-color: #fff;
}
@media (max-width: 1470px) {
    .wrap-store .store-choose select,
    .wrap-store .store-choose input {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .wrap-store .store-choose select,
    .wrap-store .store-choose input {
        font-size: 14px;
        line-height: 22px;
        height: 42px;
        padding: 10px;
    }
}
@media (min-width: 992px) {
    .wrap-store .store-choose select {
        background: url(../images/select_bg.jpg) right center no-repeat #fff;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
    }
}
.wrap-store .store-choose select option {
    font-weight: 300;
}
.wrap-store .store-choose input::-webkit-input-placeholder,
.wrap-store .store-choose textarea::-webkit-input-placeholder {
    color: #2c2625;
}
.wrap-store .store-choose input:-o-placeholder,
.wrap-store .store-choose textarea:-o-placeholder {
    color: #2c2625;
}
.wrap-store .store-choose input::-moz-placeholder,
.wrap-store .store-choose textarea::-moz-placeholder {
    color: #2c2625;
}
.wrap-store .store-choose input:-ms-input-placeholder,
.wrap-store .store-choose textarea:-ms-input-placeholder {
    color: #2c2625;
}
.wrap-store .store-choose input:focus::-webkit-input-placeholder,
.wrap-store .store-choose textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.wrap-store .store-choose input:focus::-o-placeholder,
.wrap-store .store-choose textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.wrap-store .store-choose input:focus::-moz-placeholder,
.wrap-store .store-choose textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.wrap-store .store-choose input:focus::-ms-input-placeholder,
.wrap-store .store-choose textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.wrap-store .store-choose form {
    position: relative;
}
.wrap-store .store-choose .submit {
    font-size: 20px;
    line-height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
    height: 50px;
    padding: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    border-radius: 0;
    background-color: #ddd;
}
@media (max-width: 767px) {
    .wrap-store .store-choose .submit {
        line-height: 42px;
        width: 40px;
        height: 42px;
    }
}
.wrap-store .store-choose .submit:after {
    font-family: 'iconfont' !important;
    content: '\e660';
}
.wrap-store .store-choose .submit:hover {
    color: #fff;
    background-color: #2c2625;
}
.wrap-store .store-choose a.storelist {
    font-size: 18px;
    line-height: 30px;
    display: block;
    width: 100%;
    height: 50px;
    padding: 10px;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    color: inherit;
    background-color: #ddd;
}
@media (max-width: 1470px) {
    .wrap-store .store-choose a.storelist {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .wrap-store .store-choose a.storelist {
        font-size: 12px;
        line-height: 22px;
        height: 42px;
        padding: 10px 2px;
    }
}
.wrap-store .store-choose a.storelist:before {
    font-family: 'iconfont' !important;
    font-size: 22px;
    display: inline-block;
    margin-right: 10px;
    content: '\e779';
    vertical-align: middle;
}
@media (max-width: 767px) {
    .wrap-store .store-choose a.storelist:before {
        font-size: 14px;
        margin-right: 2px;
    }
}
@media (max-width: 360px) {
    .wrap-store .store-choose a.storelist:before {
        display: none;
    }
}
.wrap-store .store-choose a.storelist:hover {
    color: #fff;
    background-color: #2c2625;
}
.wrap-store .store-map {
    position: relative;
    height: 100%;
}
@media (max-width: 767px) {
    .wrap-store .store-map .map-wrap {
        /* display: none; */
    }
}
.wrap-store .store-map .map-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 767px) {
    .wrap-store .store-map .map-list {
        position: relative;
    }
}
.wrap-store .store-map .map-list .container {
    height: 100%;
}
.wrap-store .store-map .map-list .map-info {
    display: block;
    overflow-y: auto;
    /*max-width: 506px;*/
    height: 500px;
    padding: 30px 20px;
    background-color: #fefefe;
}
@media (max-width: 1470px) {
    .wrap-store .store-map .map-list .map-info {
        max-width: 400px;
    }
}
@media (max-width: 991px) {
    .wrap-store .store-map .map-list .map-info {
        max-width: 300px;
        padding: 30px 10px;
    }
}
@media (max-width: 767px) {
    .wrap-store .store-map .map-list .map-info {
        max-width: 100%;
    }
}
.wrap-store .store-map .map-list .map-info::-webkit-scrollbar {
    position: absolute;
    left: 0;
    width: 10px;
}
.wrap-store .store-map .map-list .map-info::-webkit-scrollbar-track {
    background-image: -webkit-gradient(linear, left top, right top, from(#e9e4df), color-stop(#f0ebe7), to(#e9e4df));
    background-image: -webkit-linear-gradient(left, #e9e4df, #f0ebe7, #e9e4df);
    background-image: linear-gradient(to right, #e9e4df, #f0ebe7, #e9e4df);
}
.wrap-store .store-map .map-list .map-info::-webkit-scrollbar-thumb {
    border-radius: 30px;
    background-color: #36312f;
}
.wrap-store .store-map .map-list .map-info .title-map {
    padding: 0 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0ebe6;
}
@media (max-width: 767px) {
    .wrap-store .store-map .map-list .map-info .title-map {
        padding: 0 0 10px 0;
    }
}
.wrap-store .store-map .map-list .map-info .title-map b {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    display: block;
}
@media (max-width: 1470px) {
    .wrap-store .store-map .map-list .map-info .title-map b {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .wrap-store .store-map .map-list .map-info .title-map b {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .wrap-store .store-map .map-list .map-info .title-map b {
        font-size: 16px;
    }
}
.wrap-store .store-map .map-list .map-info ul.listbox li {
    border-bottom: 1px solid #f0ebe6;
}
.wrap-store .store-map .map-list .map-info .list {
    padding: 20px;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 767px) {
    .wrap-store .store-map .map-list .map-info .list {
        padding: 20px 0;
    }
}
.wrap-store .store-map .map-list .map-info .list b {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.4;
    display: block;
    margin-bottom: 10px;
}
@media (max-width: 1470px) {
    .wrap-store .store-map .map-list .map-info .list b {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .wrap-store .store-map .map-list .map-info .list b {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .wrap-store .store-map .map-list .map-info .list b {
        font-size: 16px;
    }
}
.wrap-store .store-map .map-list .map-info .list p {
    font-size: 18px;
    line-height: 1.66666667;
    margin: 0;
    color: #666;
}
@media (max-width: 1470px) {
    .wrap-store .store-map .map-list .map-info .list p {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .wrap-store .store-map .map-list .map-info .list p {
        font-size: 14px;
    }
}
.wrap-store .store-map .map-list .map-info .list a.map-view {
    font-size: 18px;
    line-height: 35px;
    display: inline-block;
    margin-top: 14px;
    padding: 0 24px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #fff;
    background-color: #2c2625;
}
@media (max-width: 1470px) {
    .wrap-store .store-map .map-list .map-info .list a.map-view {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .wrap-store .store-map .map-list .map-info .list a.map-view {
        font-size: 14px;
    }
}
.wrap-store .store-map .map-list .map-info .list a.map-view:hover {
    background-color: #36312f;
}
@media (min-width: 768px) {
    .wrap-store .store-map .map-list .map-info .list:hover,
    .wrap-store .store-map .map-list .map-info .list.active {
        background-color: #f0ebe6;
    }
}
.wrap-join {
    padding: 0 0 80px 0;
    background: url(../images/join_bg.jpg) repeat center;
}
@media (max-width: 767px) {
    .wrap-join {
        padding-bottom: 60px;
        background: #f0ebe5;
    }
}
.wrap-join .join {
    padding: 80px 0;
}
@media (max-width: 991px) {
    .wrap-join .join {
        padding: 60px 0;
    }
}
.wrap-join .join .title {
    position: relative;
    text-align: left;
}
@media (max-width: 767px) {
    .wrap-join .join .title {
        text-align: center;
    }
}
.wrap-join .join .title:after {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px);
    height: 1px;
    content: '';
    background-color: #d3cec8;
}
@media (max-width: 767px) {
    .wrap-join .join .title:after {
        display: none;
    }
}
.wrap-join .join .title:before {
    position: absolute;
    right: 0;
    bottom: 20px;
    display: block;
    width: 24px;
    height: 24px;
    content: '';
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background: url(../images/icon-1.png);
    background-size: cover;
}
@media (max-width: 767px) {
    .wrap-join .join .title:before {
        display: none;
    }
}
.wrap-join .join .title b {
    max-width: 500px;
}
.wrap-join .join .title h3 {
    text-indent: 0;
}
.wrap-join .join .join-text {
    margin-top: 30px;
}
.wrap-join .join .join-text p {
    font-size: 18px;
    line-height: 2;
    margin: 0;
}
@media (max-width: 1470px) {
    .wrap-join .join .join-text p {
        font-size: 16px;
    }
}
.wrap-join .join .join-list {
    text-align: center;
}
@media (max-width: 767px) {
    .wrap-join .join .join-list {
        margin-top: 30px;
        padding: 0 30px;
    }
}
.wrap-join .join .join-list .slick-join {
    font-size: 0;
}
@media (max-width: 767px) {
    .wrap-join .join .join-list .slick-join {
        background-color: #2c2625;
    }
}
.wrap-join .join .join-list .itembox {
    font-size: 14px;
    display: inline-block;
    width: 25%;
    margin-top: 50px;
    vertical-align: top;
}
.wrap-join .join .join-list .itembox:nth-child(4) .item:after,
.wrap-join .join .join-list .itembox:nth-child(7) .item:after {
    display: none;
}
.wrap-join .join .join-list .itembox:nth-child(2n) .item .item-left {
    color: #f0ebe5;
    background-color: #2c2625;
}
.wrap-join .join .join-list .item {
    position: relative;
    padding: 0 15px;
    -webkit-transition: all .6s;
    transition: all .6s;
}
@media (max-width: 767px) {
    .wrap-join .join .join-list .item {
        font-size: 0;
        padding: 30px 5%;
        background-color: #2c2625;
    }
}
.wrap-join .join .join-list .item:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 1px;
    height: 197px;
    content: '';
    background: url(../images/line-1.png) no-repeat;
}
@media (max-width: 767px) {
    .wrap-join .join .join-list .item:after {
        display: none;
    }
}
.wrap-join .join .join-list .item .item-left {
    display: block;
    max-width: 160px;
    margin: 0 auto;
    border: 2px solid #2c2625;
    border-radius: 50%;
}
@media(max-width: 1470px) {
    .wrap-join .join .join-list .item .item-left {
        max-width: 140px;
    }
}
@media (max-width: 767px) {
    .wrap-join .join .join-list .item .item-left {
        font-size: 14px;
        display: inline-block;
        width: 40%;
        vertical-align: middle;
        background-color: #fff;
    }
}
.wrap-join .join .join-list .item .item-left b {
    font-size: 40px;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media(max-width: 1470px) {
    .wrap-join .join .join-list .item .item-left b {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-join .join .join-list .item .item-left b {
        font-size: 24px;
    }
}
.wrap-join .join .join-list .item .item-right {
    max-width: 280px;
    margin: 0 auto;
    margin-top: 20px;
}
@media (max-width: 767px) {
    .wrap-join .join .join-list .item .item-right {
        font-size: 14px;
        display: inline-block;
        width: 60%;
        max-width: 60%;
        margin: 0;
        padding-left: 20px;
        vertical-align: middle;
    }
}
.wrap-join .join .join-list .item .item-right p {
    font-size: 18px;
    line-height: 1.55555556;
    margin: 0;
}
@media(max-width: 1470px) {
    .wrap-join .join .join-list .item .item-right p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .wrap-join .join .join-list .item .item-right p {
        font-size: 16px;
        text-align: left;
        color: #fff;
    }
}
.wrap-join .join .join-list .item:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.wrap-join .join .join-list .slick-arrow {
    position: absolute;
    z-index: 9;
    z-index: 8;
    top: 50%;
    left: -50px;
    display: block;
    overflow: hidden;
    width: 40px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-50%);
    -webkit-transform: rotate(-180deg);
    -ms-transform: translateY(-50%);
    -ms-transform: rotate(-180deg);
    transform: translateY(-50%);
    transform: rotate(-180deg);
    text-align: center;
    opacity: .6;
    color: #fff;
    border: none;
    border-radius: 50%;
    outline: none;
    background: none;
    background: url(../images/icon-1.png) no-repeat center;
    background-size: 50%;
    margin-top: -20px;
}
.wrap-join .join .join-list .slick-arrow.slick-next {
    right: -50px;
    left: auto;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.wrap-join .join .join-list .slick-arrow:hover {
    opacity: 1;
}
.wrap-join .support {
    padding: 80px 0;
    background: url(../images/support_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 991px) {
    .wrap-join .support {
        padding: 60px 0;
    }
}
.wrap-join .support .title {
    position: relative;
    text-align: left;
}
@media (max-width: 767px) {
    .wrap-join .support .title {
        text-align: center;
    }
}
.wrap-join .support .title:after {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px);
    height: 1px;
    content: '';
    background-color: #494342;
}
@media (max-width: 767px) {
    .wrap-join .support .title:after {
        display: none;
    }
}
.wrap-join .support .title:before {
    position: absolute;
    right: 0;
    bottom: 20px;
    display: block;
    width: 24px;
    height: 24px;
    content: '';
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background: url(../images/icon-3.png);
    background-size: cover;
}
@media (max-width: 767px) {
    .wrap-join .support .title:before {
        display: none;
    }
}
.wrap-join .support .title b {
    max-width: 500px;
    color: #f0ebe5;
}
.wrap-join .support .title h3 {
    text-indent: 0;
    color: #f0ebe5;
}
.wrap-join .support .slick-support {
    margin-top: 50px;
}
.wrap-join .support .slick-support .item .img-box {
    padding-bottom: 36.875%;
}
.wrap-join .support .slick-support .slick-arrow {
    position: absolute;
    z-index: 9;
    z-index: 8;
    top: 50%;
    left: 0;
    display: block;
    overflow: hidden;
    width: 50px;
    height: 100px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
    text-align: center;
    color: #fff;
    border: none;
    outline: none;
    background: none;
    background: url(../images/icon-3.png) no-repeat center #2c2625;
    background-size: 50%;
}
@media(max-width: 991px) {
    .wrap-join .support .slick-support .slick-arrow {
        width: 40px;
        height: 60px;
    }
}
.wrap-join .support .slick-support .slick-arrow.slick-next {
    right: 0;
    left: auto;
    -webkit-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
}
.wrap-join .support .slick-support .slick-arrow:hover {
    opacity: 1;
    background-color: #36312f;
}
.wrap-join .support .list .slick-support-list {
    margin: 0 -15px;
}
.wrap-join .support .list .slick-slide {
    padding: 0 15px;
}
@media(max-width: 991px) {
    .wrap-join .support .list .slick-support-list {
        margin: 0 -8px;
    }
    .wrap-join .support .list .slick-slide {
        padding: 0 8px;
    }
}
.wrap-join .support .list .item {
    margin-top: 30px;
}
.wrap-join .support .list .item .img-box {
    padding-bottom: 47.36842105%;
}
.wrap-join .seven-support {
    padding: 80px 0;
}
@media (max-width: 991px) {
    .wrap-join .seven-support {
        display: none;
        padding: 60px 0;
    }
}
.wrap-join .seven-support ul {
    font-size: 0;
    margin: 0;
    padding: 0;
}
.wrap-join .seven-support ul li {
    font-size: 14px;
    display: inline-block;
    width: 33.33333333%;
    vertical-align: top;
}
.wrap-join .seven-support ul li .item {
    background-color: rgba(216, 211, 205, .55);
}
.wrap-join .seven-support ul li .item .text {
    padding: 20% 10% 0 10%;
}
@media (max-width: 1199px) {
    .wrap-join .seven-support ul li .item .text {
        padding: 10% 5% 0 5%;
    }
}
.wrap-join .seven-support ul li .item .title-support b {
    font-size: 30px;
    font-weight: normal;
    line-height: 1.4;
    display: block;
}
@media (max-width: 1470px) {
    .wrap-join .seven-support ul li .item .title-support b {
        font-size: 24px;
    }
}
.wrap-join .seven-support ul li .item .note {
    margin-top: 30px;
}
@media (max-width: 1199px) {
    .wrap-join .seven-support ul li .item .note {
        margin-top: 20px;
    }
}
.wrap-join .seven-support ul li .item .note p {
    font-size: 18px;
    line-height: 1.66666667;
    margin: 0;
}
@media (max-width: 1670px) {
    .wrap-join .seven-support ul li .item .note p {
        font-size: 16px;
    }
}
.wrap-join .xs-seven-support {
    display: none;
    padding: 50px 0;
}
@media (max-width: 991px) {
    .wrap-join .xs-seven-support {
        display: block;
    }
}
.wrap-join .xs-seven-support ul li .title-seven-support {
    position: relative;
    padding: 10px 50px 10px 15px;
    border-bottom: 1px solid #dbd7d3;
}
.wrap-join .xs-seven-support ul li .title-seven-support:after {
    position: absolute;
    top: 10px;
    right: 15px;
    display: block;
    width: 30px;
    height: 30px;
    content: '';
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    border-radius: 50%;
    background: url(../images/icon-3.png) no-repeat center #2c2625;
    background-size: 50%;
}
.wrap-join .xs-seven-support ul li .title-seven-support b {
    font-size: 24px;
    line-height: 30px;
    display: block;
}
@media (max-width: 767px) {
    .wrap-join .xs-seven-support ul li .title-seven-support b {
        font-size: 20px;
    }
}
.wrap-join .xs-seven-support ul li .text {
    display: none;
    padding: 15px;
    border-bottom: 1px solid #dbd7d3;
}
.wrap-join .xs-seven-support ul li .text p {
    font-size: 15px;
    line-height: 2;
    margin: 0;
}
.wrap-join .xs-seven-support ul li.current .title-seven-support:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.wrap-join .consultation .title-consultation {
    text-align: center;
}
.wrap-join .consultation .title-consultation b {
    font-size: 60px;
    line-height: 1.2;
    display: block;
}
@media (max-width: 1470px) {
    .wrap-join .consultation .title-consultation b {
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    .wrap-join .consultation .title-consultation b {
        font-size: 30px;
    }
}
.wrap-join .consultation .title-consultation h3 {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.4;
    margin: 10px 0 0 0;
    text-transform: uppercase;
}
@media (max-width: 1470px) {
    .wrap-join .consultation .title-consultation h3 {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .wrap-join .consultation .title-consultation h3 {
        font-size: 18px;
    }
}
.wrap-join .consultation .message {
    margin-top: 20px;
}
.wrap-join .consultation .message ul li {
    font-size: 0;
    line-height: 98px;
    position: relative;
    height: 98px;
    margin-top: 50px;
    padding: 0 10px 0 270px;
    border: 1px solid #adadad;
    border-radius: 6px;
}
@media (max-width: 1470px) {
    .wrap-join .consultation .message ul li {
        padding-left: 220px;
    }
}
@media (max-width: 1350px) {
    .wrap-join .consultation .message ul li {
        padding-left: 200px;
    }
}
@media (max-width: 1199px) {
    .wrap-join .consultation .message ul li {
        line-height: 68px;
        height: 68px;
        margin-top: 30px;
        padding: 0 10px 0 140px;
    }
}
@media (max-width: 991px) {
    .wrap-join .consultation .message ul li {
        margin-top: 20px;
        padding: 0 10px 0 100px;
    }
}
@media (max-width: 767px) {
    .wrap-join .consultation .message ul li {
        padding-left: 80px;
    }
    .wrap-join .consultation .message ul li:nth-child(3) {
        height: auto;
    }
}
.wrap-join .consultation .message ul li:last-child {
    padding: 0;
    border: none;
}
.wrap-join .consultation .message ul li span {
    font-size: 30px;
    font-weight: normal;
    line-height: 98px;
    position: absolute;
    top: 0;
    left: 0;
}
@media (max-width: 1470px) {
    .wrap-join .consultation .message ul li span {
        font-size: 24px;
    }
}
@media (max-width: 1199px) {
    .wrap-join .consultation .message ul li span {
        font-size: 24px;
        line-height: 68px;
    }
}
@media (max-width: 991px) {
    .wrap-join .consultation .message ul li span {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .wrap-join .consultation .message ul li span {
        font-size: 16px;
    }
}
.wrap-join .consultation .message ul li span:before {
    font-family: 'iconfont' !important;
    font-size: 50px;
    display: inline-block;
    float: left;
    width: 100px;
    content: '\e61a';
    text-align: center;
    color: #a72126;
}
@media (max-width: 1199px) {
    .wrap-join .consultation .message ul li span:before {
        font-size: 40px;
        width: 50px;
    }
}
@media (max-width: 991px) {
    .wrap-join .consultation .message ul li span:before {
        font-size: 30px;
        width: 40px;
    }
}
.wrap-join .consultation .message ul li input {
    font-size: 24px;
    width: 100%;
    border: none;
    outline: none;
    background: none;
}
@media(max-width: 1470px) {
    .wrap-join .consultation .message ul li input {
        font-size: 20px;
    }
}
@media (max-width: 1199px) {
    .wrap-join .consultation .message ul li input {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .wrap-join .consultation .message ul li input {
        font-size: 14px;
    }
}
.wrap-join .consultation .message ul li select {
    font-size: 24px;
    line-height: 98px;
    display: inline-block;
    width: 32%;
    height: 98px;
    margin-right: 1%;
    vertical-align: top;
    color: #666;
    border: none;
    outline: none;
    background: none;
    background: url(../images/select_bg.png) right center no-repeat;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
@media(max-width: 1470px) {
    .wrap-join .consultation .message ul li select {
        font-size: 20px;
    }
}
@media (max-width: 1199px) {
    .wrap-join .consultation .message ul li select {
        font-size: 18px;
        line-height: 68px;
        height: 68px;
    }
}
@media (max-width: 767px) {
    .wrap-join .consultation .message ul li select {
        font-size: 14px;
        margin: 0;
        background-position: 100%;
        background-size: 10%;
    }
}
.wrap-join .consultation .message ul li select option {
    font-size: 20px;
    font-weight: 300;
    border: none;
    outline: none;
    background: #f0ebe6;
}
@media (max-width: 1199px) {
    .wrap-join .consultation .message ul li select option {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .wrap-join .consultation .message ul li select option {
        font-size: 14px;
    }
}
.wrap-join .consultation .message ul li input::-webkit-input-placeholder,
.wrap-join .consultation .message ul li textarea::-webkit-input-placeholder {
    color: #666;
}
.wrap-join .consultation .message ul li input:-o-placeholder,
.wrap-join .consultation .message ul li textarea:-o-placeholder {
    color: #666;
}
.wrap-join .consultation .message ul li input::-moz-placeholder,
.wrap-join .consultation .message ul li textarea::-moz-placeholder {
    color: #666;
}
.wrap-join .consultation .message ul li input:-ms-input-placeholder,
.wrap-join .consultation .message ul li textarea:-ms-input-placeholder {
    color: #666;
}
.wrap-join .consultation .message ul li input:focus::-webkit-input-placeholder,
.wrap-join .consultation .message ul li textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.wrap-join .consultation .message ul li input:focus::-o-placeholder,
.wrap-join .consultation .message ul li textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.wrap-join .consultation .message ul li input:focus::-moz-placeholder,
.wrap-join .consultation .message ul li textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.wrap-join .consultation .message ul li input:focus::-ms-input-placeholder,
.wrap-join .consultation .message ul li textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.wrap-join .consultation .message ul li .item-tel span:before {
    content: '\e675';
}
.wrap-join .consultation .message ul li .item-region span:before {
    content: '\e619';
}
.wrap-join .consultation .message ul li .item-note span:before {
    content: '\e625';
}
.wrap-join .consultation .message ul li .submit {
    font-size: 30px;
    line-height: 98px;
    width: 100%;
    height: 98px;
    padding: 0;
    text-align: center;
    letter-spacing: 2px;
    color: #f0ebe5;
    border-radius: 6px;
    background-color: #a72126;
}
@media(max-width: 1470px) {
    .wrap-join .consultation .message ul li .submit {
        font-size: 20px;
        line-height: 70px;
        height: 70px;
    }
}
@media (max-width: 1199px) {
    .wrap-join .consultation .message ul li .submit {
        font-size: 20px;
        line-height: 68px;
        height: 68px;
    }
}
@media (max-width: 767px) {
    .wrap-join .consultation .message ul li .submit {
        font-size: 16px;
        line-height: 48px;
        height: 48px;
    }
}
.wrap-join .consultation .message ul li .submit:hover {
    background-color: #36312f;
}
.wrap-news .news-top {
    font-size: 0;
    background-color: #fff;
}
.wrap-news .news-top .pic,
.wrap-news .news-top .text {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}
.wrap-news .news-top .pic {
    width: 30%;
}
@media (max-width: 1199px) {
    .wrap-news .news-top .pic {
        width: 35%;
    }
}
@media (max-width: 991px) {
    .wrap-news .news-top .pic {
        width: 45%;
    }
}
@media (max-width: 767px) {
    .wrap-news .news-top .pic {
        width: 100%;
    }
}
.wrap-news .news-top .pic .img-box {
    padding-bottom: 76%;
}
.wrap-news .news-top .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-news .news-top .text {
    width: 70%;
    padding: 20px 4%;
}
@media (max-width: 1199px) {
    .wrap-news .news-top .text {
        width: 65%;
        padding: 20px 14px;
    }
}
@media (max-width: 991px) {
    .wrap-news .news-top .text {
        width: 55%;
    }
}
@media (max-width: 767px) {
    .wrap-news .news-top .text {
        width: 100%;
    }
}
.wrap-news .news-top .text a {
    display: block;
    color: inherit;
}
.wrap-news .news-top .text b {
    font-size: 30px;
    font-weight: normal;
    line-height: 30px;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1470px) {
    .wrap-news .news-top .text b {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .wrap-news .news-top .text b {
        font-size: 18px;
    }
}
.wrap-news .news-top .text p {
    font-size: 18px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    max-height: 60px;
    margin: 20px 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width:1470px) {
    .wrap-news .news-top .text p {
        font-size: 16px;
        margin: 10px 0 0 0;
    }
}
.wrap-news .news-top .text span.date {
    font-size: 16px;
    line-height: 30px;
    display: block;
    margin: 20px 0 0 0;
    color: #666;
}
.wrap-news .news-top .text span.date:before {
    display: block;
    width: 24px;
    height: 1px;
    content: '';
    background-color: #ddd;
}
.wrap-news .news-top .text a.more {
    font-size: 18px;
    line-height: 40px;
    display: inline-block;
    margin-top: 40px;
    padding: 0 24px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #f0ebe6;
    border-radius: 4px;
    background-color: #2c2625;
}
@media (max-width: 1470px) {
    .wrap-news .news-top .text a.more {
        margin-top: 20px;
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .wrap-news .news-top .text a.more {
        font-size: 16px;
    }
}
.wrap-news .news-top .text a.more:hover {
    color: #fff;
    background-color: #36312f;
}
.wrap-news .news-top:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-news .news-top:hover .text b {
    color: #a51e23;
}
.wrap-news .news .row {
    margin: 0 -24px;
}
.wrap-news .news .itembox {
    padding: 0 24px;
}
.wrap-news .news .item {
    font-size: 0;
    position: relative;
    margin-top: 50px;
    padding: 14px;
    background-color: #fff;
}
@media (max-width: 991px) {
    .wrap-news .news .item {
        margin-top: 30px;
    }
}
.wrap-news .news .item:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 0;
    height: 1px;
    content: '';
    -webkit-transition: all .6s;
    transition: all .6s;
    background-color: #a51e23;
}
.wrap-news .news .item .pic,
.wrap-news .news .item .text {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}
.wrap-news .news .item .pic {
    width: 30%;
}
@media (max-width: 1470px) {
    .wrap-news .news .item .pic {
        width: 38%;
    }
}
@media (max-width: 1199px) {
    .wrap-news .news .item .pic {
        width: 45%;
    }
}
@media (max-width: 767px) {
    .wrap-news .news .item .pic {
        width: 100%;
    }
}
.wrap-news .news .item .pic .img-box {
    padding-bottom: 76%;
}
.wrap-news .news .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-news .news .item .text {
    position: relative;
    width: 70%;
    padding-left: 14px;
}
@media (max-width: 1470px) {
    .wrap-news .news .item .text {
        width: 62%;
    }
}
@media (max-width: 1199px) {
    .wrap-news .news .item .text {
        width: 55%;
    }
}
@media (max-width: 767px) {
    .wrap-news .news .item .text {
        width: 100%;
        padding: 20px 0 0 0;
    }
}
.wrap-news .news .item .text a {
    display: block;
    color: inherit;
}
.wrap-news .news .item .text b {
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1470px) {
    .wrap-news .news .item .text b {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .wrap-news .news .item .text b {
        font-size: 18px;
    }
}
.wrap-news .news .item .text p {
    font-size: 18px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    max-height: 60px;
    margin: 14px 0 0 0;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1470px) {
    .wrap-news .news .item .text p {
        font-size: 16px;
        margin: 8px 0 0 0;
    }
}
@media (max-width: 767px) {
    .wrap-news .news .item .text p {
        font-size: 15px;
        line-height: 24px;
        max-height: 48px;
    }
}
.wrap-news .news .item .text span.date {
    font-size: 16px;
    line-height: 30px;
    display: block;
    margin: 14px 0 0 0;
    color: #666;
}
.wrap-news .news .item .text span.date:before {
    display: block;
    width: 24px;
    height: 1px;
    content: '';
    background-color: #ddd;
}
.wrap-news .news .item .text a.more {
    position: absolute;
    right: 14px;
    bottom: 0;
    display: block;
    width: 30px;
    height: 30px;
}
.wrap-news .news .item .text a.more:after {
    display: block;
    width: 22px;
    height: 22px;
    margin: 0 auto;
    margin-top: 4px;
    content: '';
    background: url(../images/icon-1.png) no-repeat center;
    background-size: cover;
}
.wrap-news .news .item:hover:after {
    width: 100%;
}
.wrap-news .news .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-news .news .item:hover .text b {
    color: #a51e23;
}
.wrap-news .news .item:hover .text a.more:after {
    background: url(../images/icon-2.png) no-repeat center;
    background-size: cover;
}
.wrap-news-show .news-show {
    max-width: 1080px;
    margin: 0 auto;
}
.wrap-news-show .news-show .text p {
    font-size: 18px;
    line-height: 1.66666667;
    margin: 0;
}
@media (max-width: 1470px) {
    .wrap-news-show .news-show .text p {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .wrap-news-show .news-show .text p {
        font-size: 15px;
    }
}
.wrap-news-show .news-show .text img {
    max-width: 100%;
    height: auto !important;
    margin: 24px 0;
}
.wrap-news-show .news-show .text h3 {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
    text-align: center;
    color: #a51e23;
}
@media (max-width: 991px) {
    .wrap-news-show .news-show .text h3 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-news-show .news-show .text h3 {
        font-size: 24px;
    }
}
.wrap-news-show .news-relate {
    margin-top: 80px;
    border-top: 1px solid #ddd;
}
@media (max-width: 991px) {
    .wrap-news-show .news-relate {
        margin-top: 50px;
    }
}
.wrap-news-show .news-relate a {
    font-size: 18px;
    line-height: 30px;
    display: inline-block;
    overflow: hidden;
    height: 30px;
    margin-top: 20px;
    color: inherit;
}
@media (max-width: 1470px) {
    .wrap-news-show .news-relate a {
        font-size: 16px;
    }
}
.wrap-news-show .news-relate a:before {
    display: inline-block;
    float: left;
    width: 24px;
    height: 24px;
    margin-top: 3px;
    content: '';
    vertical-align: middle;
    background: url(../images/icon-1.png) no-repeat center;
    background-size: cover;
    transform: rotate(-180deg);
}
.wrap-news-show .news-relate a:after {
    display: inline-block;
    float: left;
    margin: 0 14px;
    content: '|';
}
@media (max-width: 991px) {
    .wrap-news-show .news-relate a:after {
        display: none;
    }
}
.wrap-news-show .news-relate a:hover {
    color: #a51e23;
}
.wrap-news-show .news-relate a:hover:before {
    background: url(../images/icon-2.png) no-repeat center;
    background-size: cover;
}
.wrap-news-show .news-relate .next {
    text-align: right;
}
@media (max-width: 991px) {
    .wrap-news-show .news-relate .next {
        text-align: left;
    }
}
.wrap-news-show .news-relate .next a:before {
    float: right;
    transform: rotate(0deg);
}
@media (max-width: 991px) {
    .wrap-news-show .news-relate .next a:before {
        float: left;
    }
}
.wrap-news-show .news-relate .next a:after {
    float: right;
}
@media (max-width: 991px) {
    .wrap-news-show .news-relate .next a:after {
        float: left;
    }
}
@media (max-width: 767px) {
    .wrap-product .title h3 {
        letter-spacing: 4px;
    }
}
@media (max-width: 767px) {
    .wrap-product .title b {
        font-size: 24px;
    }
}
.wrap-product .product-top {
    overflow: hidden;
}
.wrap-product .product-top .text {
    float: left;
    width: 30%;
    padding-right: 3%;
}
@media (max-width: 767px) {
    .wrap-product .product-top .text {
        width: 100%;
        padding-right: 0;
    }
}
.wrap-product .product-top .text .title {
    text-align: left;
}
.wrap-product .product-top .text .title h3 {
    text-indent: 0;
}
.wrap-product .product-top .text .mask {
    margin-top: 50px;
    padding: 20px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
    .wrap-product .product-top .text .mask {
        margin-top: 30px;
        padding: 10px 0;
    }
}
.wrap-product .product-top .text .mask b {
    font-size: 30px;
    line-height: 2;
    display: block;
    color: #a51e23;
}
@media (max-width: 1470px) {
    .wrap-product .product-top .text .mask b {
        font-size: 22px;
    }
}
@media (max-width: 1350px) {
    .wrap-product .product-top .text .mask b {
        font-size: 20px;
    }
}
.wrap-product .product-top .text .mask b span {
    font-weight: normal;
}
.wrap-product .product-top .text .note {
    margin-top: 20px;
}
.wrap-product .product-top .text .note p {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
}
@media (max-width: 1470px) {
    .wrap-product .product-top .text .note p {
        font-size: 20px;
    }
}
@media (max-width: 1350px) {
    .wrap-product .product-top .text .note p {
        font-size: 18px;
    }
}
.wrap-product .product-top .video-wrap {
    position: relative;
    float: left;
    width: 70%;
    padding: 30px 0 0 30px;
}
@media (max-width: 1350px) {
    .wrap-product .product-top .video-wrap {
        padding: 20px 0 0 20px;
    }
}
@media (max-width: 767px) {
    .wrap-product .product-top .video-wrap {
        width: 100%;
        margin-top: 30px;
        padding: 0;
    }
}
.wrap-product .product-top .video-wrap:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 590px;
    height: 400px;
    content: '';
    background-color: #fff;
}
@media (max-width: 1350px) {
    .wrap-product .product-top .video-wrap:before {
        width: 50%;
        height: 40%;
    }
}
.wrap-product .product-top .video-wrap .img-box {
    padding-bottom: 56.52173913%;
}
.wrap-product .product-top .video-wrap .img-box .video-js {
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.wrap-product .product-top .video-wrap .vjs-poster {
    background-size: cover;
}
.wrap-product .product-top .video-wrap .vjs-big-play-button {
    font-size: 80px;
    line-height: 140px;
    top: 50%;
    left: 50%;
    width: 140px;
    height: 140px;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    text-align: center;
    color: #2c2625;
    border: none;
    border-radius: 50%;
    outline: none;
    background-color: #f0ebe5;
}
@media (max-width: 1560px) {
    .wrap-product .product-top .video-wrap .vjs-big-play-button {
        font-size: 60px;
        line-height: 100px;
        width: 100px;
        height: 100px;
    }
}
@media (max-width: 991px) {
    .wrap-product .product-top .video-wrap .vjs-big-play-button {
        font-size: 40px;
        line-height: 60px;
        width: 60px;
        height: 60px;
    }
}
.wrap-product .product-top .video-wrap .vjs-big-play-button .vjs-icon-placeholder:before {
    font-family: 'iconfont' !important;
    display: inline-block;
    content: '\e618';
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.wrap-product .product-top .video-wrap .vjs-big-play-button:hover {
    color: #fff;
    background-color: #2c2625;
}
.wrap-product .product-casual {
    font-size: 0;
    padding-top: 100px;
}
@media (max-width: 991px) {
    .wrap-product .product-casual {
        padding-top: 60px;
    }
}
.wrap-product .product-casual .product-casual-left,
.wrap-product .product-casual .product-casual-right {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
}
.wrap-product .product-casual .product-casual-left {
    width: 63%;
    margin-left: -10%;
}
@media (max-width: 1470px) {
    .wrap-product .product-casual .product-casual-left {
        width: 60%;
    }
}
.wrap-product .product-casual .product-casual-left .item .img-box {
    padding-bottom: 70.2970297%;
}
.wrap-product .product-casual .product-casual-right {
    position: relative;
    z-index: 2;
    width: 57%;
    margin-left: -10%;
}
@media (max-width: 1470px) {
    .wrap-product .product-casual .product-casual-right {
        width: 60%;
    }
}
@media (max-width: 767px) {
    .wrap-product .product-casual .product-casual-right {
        width: 80%;
        margin-left: -30%;
    }
}
.wrap-product .product-casual .product-casual-right .title {
    float: right;
    max-width: 390px;
    margin-bottom: 30px;
    text-align: right;
}
@media (max-width: 767px) {
    .wrap-product .product-casual .product-casual-right .title {
        max-width: 180px;
        margin-bottom: 10px;
    }
}
.wrap-product .product-casual .product-casual-right .item {
    clear: both;
    border: 10px solid #f0ebe6;
}
@media (max-width: 767px) {
    .wrap-product .product-casual .product-casual-right .item {
        border-width: 6px;
    }
}
.wrap-product .product-casual .product-casual-right .item .img-box {
    padding-bottom: 65.88235294%;
}
.wrap-product .product-formal {
    font-size: 0;
    overflow: hidden;
    padding-top: 100px;
}
.wrap-product .product-formal .product-formal-left,
.wrap-product .product-formal .product-formal-right {
    font-size: 14px;
    display: inline-block;
    width: 50%;
    vertical-align: top;
}
.wrap-product .product-formal .product-formal-left .item-1 {
    padding-right: 40px;
}
@media (max-width: 767px) {
    .wrap-product .product-formal .product-formal-left .item-1 {
        padding-right: 0;
    }
}
.wrap-product .product-formal .product-formal-left .item-1 .img-box {
    padding-bottom: 73.33333333%;
}
.wrap-product .product-formal .product-formal-left .item-2 {
    font-size: 0;
    margin-top: 60px;
}
@media (max-width: 1470px) {
    .wrap-product .product-formal .product-formal-left .item-2 {
        margin-top: 40px;
    }
}
@media (max-width: 1350px) {
    .wrap-product .product-formal .product-formal-left .item-2 {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-product .product-formal .product-formal-left .item-2 {
        position: relative;
        z-index: 2;
        width: 200%;
        margin-right: -100%;
    }
}
.wrap-product .product-formal .product-formal-left .item-2 .title,
.wrap-product .product-formal .product-formal-left .item-2 .pic {
    font-size: 14px;
    display: inline-block;
    width: 55%;
    vertical-align: top;
}
.wrap-product .product-formal .product-formal-left .item-2 .title {
    text-align: left;
}
.wrap-product .product-formal .product-formal-left .item-2 .title h3 {
    text-indent: 0;
}
.wrap-product .product-formal .product-formal-left .item-2 .pic {
    position: relative;
    width: 45%;
}
@media (max-width: 767px) {
    .wrap-product .product-formal .product-formal-left .item-2 .pic {
        margin-top: 60px;
    }
}
.wrap-product .product-formal .product-formal-left .item-2 .pic .img-box {
    padding-bottom: 96.875%;
}
.wrap-product .product-formal .product-formal-left .item-2 .pic:before,
.wrap-product .product-formal .product-formal-left .item-2 .pic:after {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    display: block;
    width: 0;
    height: 0;
    content: '';
    border-width: 0 44px 44px 0;
    border-style: solid;
    border-color: transparent #f0ebe6 transparent transparent;
}
.wrap-product .product-formal .product-formal-left .item-2 .pic:after {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.wrap-product .product-formal .product-formal-right {
    padding-left: 50px;
}
@media (max-width: 991px) {
    .wrap-product .product-formal .product-formal-right {
        padding-left: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-product .product-formal .product-formal-right {
        padding-left: 14px;
    }
}
.wrap-product .product-formal .product-formal-right .img-box {
    padding-bottom: 128%;
}
.wrap-product .product-fashion {
    font-size: 0;
    overflow: hidden;
    margin: 0 -24px;
    padding-top: 100px;
}
@media (max-width: 991px) {
    .wrap-product .product-fashion {
        margin: 0 -14px;
    }
}
@media (max-width: 767px) {
    .wrap-product .product-fashion {
        margin: 0 -6px;
    }
}
.wrap-product .product-fashion .product-fashion-left,
.wrap-product .product-fashion .product-fashion-middle,
.wrap-product .product-fashion .product-fashion-right {
    font-size: 14px;
    display: inline-block;
    width: 30.2%;
    padding: 0 24px;
    vertical-align: top;
}
@media (max-width: 991px) {
    .wrap-product .product-fashion .product-fashion-left,
    .wrap-product .product-fashion .product-fashion-middle,
    .wrap-product .product-fashion .product-fashion-right {
        padding: 0 14px;
    }
}
@media (max-width: 767px) {
    .wrap-product .product-fashion .product-fashion-left,
    .wrap-product .product-fashion .product-fashion-middle,
    .wrap-product .product-fashion .product-fashion-right {
        padding: 0 6px;
    }
}
@media (max-width: 767px) {
    .wrap-product .product-fashion .product-fashion-left {
        width: 50%;
        margin-top: -100px;
    }
}
.wrap-product .product-fashion .product-fashion-left .item .img-box {
    padding-bottom: 168.88888889%;
}
@media (max-width: 767px) {
    .wrap-product .product-fashion .product-fashion-middle {
        width: 50%;
    }
}
.wrap-product .product-fashion .product-fashion-middle .title {
    text-align: left;
}
.wrap-product .product-fashion .product-fashion-middle .title h3 {
    text-indent: 0;
}
.wrap-product .product-fashion .product-fashion-middle .item {
    position: relative;
    z-index: 2;
    width: 118%;
    margin-top: 50px;
    margin-left: -30%;
    border: 10px solid #f0ebe6;
}
@media (max-width: 991px) {
    .wrap-product .product-fashion .product-fashion-middle .item {
        width: 124%;
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-product .product-fashion .product-fashion-middle .item {
        width: 140%;
    }
}
.wrap-product .product-fashion .product-fashion-middle .item .img-box {
    padding-bottom: 66.03773585%;
}
.wrap-product .product-fashion .product-fashion-right {
    width: 39.6%;
}
@media (max-width: 767px) {
    .wrap-product .product-fashion .product-fashion-right {
        width: 50%;
        margin-top: -80px;
    }
}
.wrap-product .product-fashion .product-fashion-right .item .img-box {
    padding-bottom: 124.59016393%;
}
.wrap-product .product-gown {
    font-size: 0;
    padding-top: 100px;
}
@media (max-width: 991px) {
    .wrap-product .product-gown {
        padding-top: 60px;
    }
}
.wrap-product .product-gown .product-gown-left,
.wrap-product .product-gown .product-gown-right {
    font-size: 14px;
    display: inline-block;
    width: 50%;
    vertical-align: bottom;
}
@media (max-width: 767px) {
    .wrap-product .product-gown .product-gown-left,
    .wrap-product .product-gown .product-gown-right {
        width: 100%;
    }
}
.wrap-product .product-gown .product-gown-left {
    position: relative;
    z-index: 2;
    padding-bottom: 28px;
}
@media (max-width: 991px) {
    .wrap-product .product-gown .product-gown-left {
        padding-bottom: 12px;
    }
}
.wrap-product .product-gown .product-gown-left .img-box {
    padding-bottom: 111.68831169%;
}
.wrap-product .product-gown .product-gown-right .title {
    float: right;
    max-width: 390px;
    margin-bottom: 40px;
    text-align: right;
}
@media (max-width: 767px) {
    .wrap-product .product-gown .product-gown-right .title {
        margin: 30px 0;
    }
}
.wrap-product .product-gown .product-gown-right .list {
    font-size: 0;
    position: relative;
    clear: both;
    padding-left: 14px;
    background-color: #fff;
}
@media (max-width: 767px) {
    .wrap-product .product-gown .product-gown-right .list {
        padding: 0;
    }
}
.wrap-product .product-gown .product-gown-right .list:before {
    position: absolute;
    top: 0;
    left: -200%;
    display: block;
    width: 400%;
    height: 100%;
    content: '';
    background-color: #fff;
}
.wrap-product .product-gown .product-gown-right .list .item-1,
.wrap-product .product-gown .product-gown-right .list .item-2 {
    font-size: 14px;
    display: inline-block;
    width: 50%;
    padding: 0 14px;
    vertical-align: top;
}
@media (max-width: 991px) {
    .wrap-product .product-gown .product-gown-right .list .item-1,
    .wrap-product .product-gown .product-gown-right .list .item-2 {
        padding: 0 6px;
    }
}
.wrap-product .product-gown .product-gown-right .list .item-1 .pic {
    margin: 28px 0;
}
@media (max-width: 991px) {
    .wrap-product .product-gown .product-gown-right .list .item-1 .pic {
        margin: 12px 0;
    }
}
.wrap-product .product-gown .product-gown-right .list .item-1 .pic .img-box {
    padding-bottom: 64.1025641%;
}
.wrap-product .product-gown .product-gown-right .list .item-2 {
    margin: 28px 0;
}
@media (max-width: 991px) {
    .wrap-product .product-gown .product-gown-right .list .item-2 {
        margin: 12px 0;
    }
}
.wrap-product .product-gown .product-gown-right .list .item-2 .img-box {
    padding-bottom: 135.8974359%;
}
.wrap-product-show .carousel-wrap .carousel {
    font-size: 0;
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .img-box {
    padding-bottom: 58.90410959%;
}
.wrap-product-show .carousel-wrap .carousel .slider-for {
    position: relative;
    border: 6px solid #eee;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item {
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav {
    margin-top: 16px;
    padding: 0 50px;
}
@media (max-width: 991px) {
    .wrap-product-show .carousel-wrap .carousel .slider-nav {
        padding: 0 30px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-slide {
    padding: 0 12px;
    outline: none;
}
@media (max-width: 991px) {
    .wrap-product-show .carousel-wrap .carousel .slider-nav .slick-slide {
        padding: 0 4px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .item {
    position: relative;
    border: 1px solid #eee;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-current .item {
    border: 1px solid #2c2625;
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 0;
    width: 30px;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
    border: none;
    outline: none;
    background: none;
    background-color: #e0e0e0;
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow:before {
    font-family: 'iconfont' !important;
    font-size: 22px;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    content: '\e62c';
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
}
@media (max-width: 991px) {
    .wrap-product-show .carousel-wrap .carousel .slick-arrow:before {
        font-size: 16px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow.slick-next {
    right: 0;
    left: auto;
    text-align: right;
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow.slick-next:before {
    content: '\e9bc';
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow:hover {
    background-color: #2c2625;
}
.wrap-product-show .carousel-wrap .info-box {
    position: relative;
    margin-top: 30px;
    padding-left: 30px;
}
@media (max-width: 1350px) {
    .wrap-product-show .carousel-wrap .info-box {
        padding-left: 0;
    }
}
.wrap-product-show .carousel-wrap .info-box .title-info {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
}
.wrap-product-show .carousel-wrap .info-box .title-info:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    display: block;
    width: 100px;
    height: 3px;
    content: '';
    background-color: #2c2625;
}
.wrap-product-show .carousel-wrap .info-box .title-info h1 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.6;
    display: block;
    margin: 0;
    text-transform: uppercase;
    color: #2c2625;
}
@media (max-width: 1350px) {
    .wrap-product-show .carousel-wrap .info-box .title-info h1 {
        font-size: 20px;
    }
}
.wrap-product-show .carousel-wrap .info-box .text {
    margin-top: 20px;
}
.wrap-product-show .carousel-wrap .info-box .text p {
    font-size: 18px;
    line-height: 1.66666667;
    position: relative;
    padding-left: 80px;
    color: #666;
}
@media (max-width: 991px) {
    .wrap-product-show .carousel-wrap .info-box .text p {
        font-size: 15px;
    }
}
.wrap-product-show .carousel-wrap .info-box .text p b {
    position: absolute;
    top: 0;
    left: 0;
    color: #333;
}
.wrap-product-show .carousel-wrap .info-box .btn-pinfo a {
    font-size: 16px;
    line-height: 46px;
    display: inline-block;
    height: 46px;
    margin-top: 20px;
    margin-right: 20px;
    padding: 0 20px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #2c2625;
    border: 2px solid #2c2625;
    border-radius: 30px;
}
@media (max-width: 991px) {
    .wrap-product-show .carousel-wrap .info-box .btn-pinfo a {
        margin-right: 10px;
    }
}
.wrap-product-show .carousel-wrap .info-box .btn-pinfo a:before {
    font-family: 'iconfont' !important;
    font-size: 24px;
    float: left;
    margin-right: 10px;
    content: '\e63b';
}
.wrap-product-show .carousel-wrap .info-box .btn-pinfo a.btn-consulting {
    color: #666;
    border: 2px solid #666;
}
.wrap-product-show .carousel-wrap .info-box .btn-pinfo a.btn-consulting:before {
    content: '\e640';
}
.wrap-product-show .carousel-wrap .info-box .btn-pinfo a:hover {
    color: #fff;
    background-color: #2c2625;
}
.wrap-product-show .carousel-wrap .info-box .mask {
    margin-top: 20px;
}
.wrap-product-show .carousel-wrap .info-box .mask img {
    max-width: 100%;
}
.wrap-product-show .title-product-show {
    overflow: hidden;
}
.wrap-product-show .title-product-show b {
    font-size: 26px;
    font-weight: normal;
    line-height: 1;
    display: inline-block;
}
@media (max-width: 991px) {
    .wrap-product-show .title-product-show b {
        font-size: 20px;
    }
}
.wrap-product-show .title-product-show a.more {
    line-height: 30px;
    display: inline-block;
    float: right;
    color: #2c2625;
}
.wrap-product-show .parameter,
.wrap-product-show .relate-product {
    margin-top: 70px;
}
.wrap-product-show .parameter {
    overflow: hidden;
    padding: 30px 0 60px;
    background-color: #f9f9f9;
}
.wrap-product-show .parameter ul.parameter-sort {
    font-size: 0;
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
}
.wrap-product-show .parameter ul.parameter-sort li {
    display: inline-block;
    margin-left: 40px;
    text-align: center;
    vertical-align: middle;
}
@media (max-width: 991px) {
    .wrap-product-show .parameter ul.parameter-sort li {
        margin-left: 10px;
    }
}
.wrap-product-show .parameter ul.parameter-sort li:first-child {
    margin-left: 0;
}
.wrap-product-show .parameter ul.parameter-sort li a {
    font-size: 18px;
    line-height: 30px;
    position: relative;
    display: block;
    padding: 10px;
    text-transform: uppercase;
    color: #666;
}
@media (max-width: 991px) {
    .wrap-product-show .parameter ul.parameter-sort li a {
        font-size: 15px;
    }
}
.wrap-product-show .parameter ul.parameter-sort li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 0;
    height: 3px;
    content: '';
    background-color: #2c2625;
}
.wrap-product-show .parameter ul.parameter-sort li.active a {
    font-size: 24px;
    font-weight: bold;
    color: #2c2625;
    background: url(../images/parameter-icon.png) no-repeat left top;
}
@media (max-width: 991px) {
    .wrap-product-show .parameter ul.parameter-sort li.active a {
        font-size: 18px;
    }
}
.wrap-product-show .parameter ul.parameter-sort li.active a:after {
    width: 100%;
}
.wrap-product-show .parameter .parameter-list {
    padding: 40px 0;
}
@media (max-width: 991px) {
    .wrap-product-show .parameter .parameter-list {
        padding: 30px 0;
    }
}
.wrap-product-show .parameter .parameter-list p {
    font-size: 18px;
    line-height: 2;
}
@media (max-width: 991px) {
    .wrap-product-show .parameter .parameter-list p {
        font-size: 15px;
    }
}
.wrap-product-show .parameter .parameter-list h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 48px;
    display: inline-block;
    padding: 0 26px;
    color: #2c2625;
    border: 2px solid #2c2625;
    border-radius: 30px;
    background-color: #fff;
}
@media (max-width: 991px) {
    .wrap-product-show .parameter .parameter-list h3 {
        font-size: 18px;
    }
}
.wrap-product-show .parameter .table-box {
    overflow: auto;
    width: 100%;
    max-width: 100%;
}
.wrap-product-show .parameter table {
    font-size: 18px;
    line-height: 30px;
    width: 100%;
    margin: 0;
    padding: 0;
    border-spacing: 0;
    border-collapse: collapse;
    text-align: center;
    border: 1px solid #ebebeb !important;
}
@media (max-width: 991px) {
    .wrap-product-show .parameter table {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .parameter table {
        font-size: 12px;
        line-height: 20px;
    }
}
.wrap-product-show .parameter table span {
    font-size: 14px;
    display: block;
    color: #999;
}
@media (max-width: 991px) {
    .wrap-product-show .parameter table span {
        font-size: 12px;
    }
}
.wrap-product-show .parameter table th {
    font-size: 22px;
    font-weight: normal;
    line-height: 40px;
    padding: 10px;
    text-align: center;
    color: #2c2625;
    background-color: #e5e5e5;
}
@media (max-width: 991px) {
    .wrap-product-show .parameter table th {
        font-size: 14px;
        padding: 10px 4px;
    }
}
.wrap-product-show .parameter table tr,
.wrap-product-show .parameter table td {
    width: auto !important;
    height: auto !important;
    vertical-align: middle;
}
.wrap-product-show .parameter table td {
    padding: 10px !important;
    color: #666;
    border: 1px solid #ebebeb !important;
    background-color: #fff;
}
@media (max-width: 991px) {
    .wrap-product-show .parameter table td {
        padding: 4px !important;
    }
}
.wrap-product-show .parameter table tr p,
.wrap-product-show .parameter table tr span {
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
}
.wrap-product-show .relate-product .slick-product-relate {
    margin: 0 -15px;
}
.wrap-product-show .relate-product .slick-slide {
    padding: 0 15px;
}
.wrap-product-show .relate-product .item {
    display: block;
    margin-top: 30px;
}
.wrap-product-show .relate-product .item .img-box {
    padding-bottom: 58.90410959%;
}
.wrap-product-show .relate-product .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-product-show .relate-product .item p {
    line-height: 30px;
    margin: 14px 0 0 0;
    text-align: center;
    color: #999;
}
.wrap-product-show .relate-product .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-product-show .relate-product .item:hover p {
    color: #2c2625;
}
.wrap-contact .contact form {
    font-weight: normal;
}
.wrap-contact .contact form>ul {
    overflow: hidden;
    margin: 0 -50px;
}
@media (max-width: 1560px) {
    .wrap-contact .contact form>ul {
        margin: 0 -20px;
    }
}
.wrap-contact .contact form>ul>li {
    float: left;
    width: 100%;
    margin-top: 50px;
    padding: 0 50px;
    vertical-align: top;
}
@media (max-width: 1560px) {
    .wrap-contact .contact form>ul>li {
        padding: 0 20px;
    }
}
@media (max-width: 767px) {
    .wrap-contact .contact form>ul>li {
        margin-top: 18px;
    }
}
.wrap-contact .contact form>ul>li:nth-child(1),
.wrap-contact .contact form>ul>li:nth-child(2),
.wrap-contact .contact form>ul>li:nth-child(3),
.wrap-contact .contact form>ul>li:nth-child(4) {
    width: 50%;
}
@media (max-width: 767px) {
    .wrap-contact .contact form>ul>li:nth-child(1),
    .wrap-contact .contact form>ul>li:nth-child(2),
    .wrap-contact .contact form>ul>li:nth-child(3),
    .wrap-contact .contact form>ul>li:nth-child(4) {
        width: 100%;
    }
}
.wrap-contact .contact form .item {
    position: relative;
    min-height: 50px;
    padding-left: 60px;
    border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
    .wrap-contact .contact form .item {
        padding-left: 50px;
    }
}
.wrap-contact .contact form .item input {
    font-size: 18px;
    line-height: 28px;
    width: 100%;
    padding: 10px 0;
    color: #333;
    border: none;
    outline: none;
    background: none;
}
@media (max-width: 767px) {
    .wrap-contact .contact form .item input {
        font-size: 16px;
    }
}
.wrap-contact .contact form .item .filter-box {
    display: inline-block;
    float: right;
    width: 100%;
}
.wrap-contact .contact form .item .filter-box .icon-filter-arrow {
    font-size: 30px;
    font-style: normal;
    line-height: 48px;
    top: 0;
    width: auto;
    height: auto;
    background: none;
}
@media (max-width: 767px) {
    .wrap-contact .contact form .item .filter-box .icon-filter-arrow {
        font-size: 22px;
    }
}
.wrap-contact .contact form .item .filter-box .icon-filter-arrow:after {
    font-family: 'iconfont' !important;
    content: '\e618';
}
.wrap-contact .contact form .item .filter-box .filter-text {
    font-size: 18px;
    line-height: 48px;
    border: none;
    background: none;
}
.wrap-contact .contact form .item .filter-box .filter-list {
    background-color: #f0ebe6;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-contact .contact form .item .filter-box .filter-list>li {
    font-size: 18px;
    border-bottom: 1px solid #ddd;
}
.wrap-contact .contact form .item .filter-box .filter-list>li a {
    line-height: 44px;
    text-decoration: none;
    color: inherit;
}
.wrap-contact .contact form .item .filter-box .filter-list li.filter-selected {
    color: #fff;
    background-color: #2c2625;
}
.wrap-contact .contact form .item>span {
    font-size: 18px;
    line-height: 48px;
    position: absolute;
    top: 0;
    left: 0;
}
@media (max-width: 767px) {
    .wrap-contact .contact form .item>span {
        font-size: 16px;
    }
}
.wrap-contact .contact form .item>span i {
    font-style: normal;
    color: #a51e23;
}
.wrap-contact .contact form .item.send {
    padding: 0;
    text-align: center;
    border-bottom: none;
}
.wrap-contact .contact form .item.send .submit {
    font-size: 18px;
    line-height: 56px;
    padding: 0 70px;
    -webkit-transition: all .2s;
    transition: all .2s;
    letter-spacing: 4px;
    color: #fff;
    border-radius: 0;
    background-color: #2c2625;
}
@media (max-width: 991px) {
    .wrap-contact .contact form .item.send .submit {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-contact .contact form .item.send .submit {
        font-size: 16px;
        line-height: 40px;
        padding: 0 40px;
    }
}
.wrap-contact .contact form .item.send .submit:hover {
    background-color: #36312f;
}
.wrap-contact-tel {
    display: table;
    overflow: hidden;
    width: 100%;
}
@media (max-width: 767px) {
    .wrap-contact-tel {
        display: block;
    }
}
.wrap-contact-tel .contact-left,
.wrap-contact-tel .contact-right {
    display: table-cell;
    vertical-align: top;
}
@media (max-width: 767px) {
    .wrap-contact-tel .contact-left,
    .wrap-contact-tel .contact-right {
        display: block;
    }
}
.wrap-contact-tel .contact-left {
    width: 40%;
    padding: 80px 5% 80px 8%;
    background: url(../images/culture_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 1780px) {
    .wrap-contact-tel .contact-left {
        padding: 80px 5% 80px 3%;
    }
}
@media (max-width: 1660px) {
    .wrap-contact-tel .contact-left {
        padding: 80px 5% 80px 5%;
    }
}
@media (max-width: 1470px) {
    .wrap-contact-tel .contact-left {
        padding: 80px 5% 80px 2%;
    }
}
@media (max-width: 991px) {
    .wrap-contact-tel .contact-left {
        width: 32%;
        padding: 50px 15px;
    }
}
@media (max-width: 767px) {
    .wrap-contact-tel .contact-left {
        width: 100%;
        padding: 30px 15px;
    }
}
.wrap-contact-tel .contact-left .title {
    text-align: left;
}
.wrap-contact-tel .contact-left .title b {
    color: #f0ebe6;
}
.wrap-contact-tel .contact-left .title h3 {
    text-indent: 0;
    color: #f0ebe6;
}
.wrap-contact-tel .contact-right {
    width: 60%;
    padding: 80px 8% 80px 5%;
    background: url(../images/tel_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 1780px) {
    .wrap-contact-tel .contact-right {
        padding: 80px 3% 80px 5%;
    }
}
@media (max-width: 1660px) {
    .wrap-contact-tel .contact-right {
        padding: 80px 5% 80px 5%;
    }
}
@media (max-width: 1470px) {
    .wrap-contact-tel .contact-right {
        padding: 80px 2% 80px 3%;
    }
}
@media (max-width: 991px) {
    .wrap-contact-tel .contact-right {
        width: 68%;
        padding: 50px 15px;
    }
}
@media (max-width: 767px) {
    .wrap-contact-tel .contact-right {
        width: 100%;
        padding: 30px 15px;
    }
}
.wrap-contact-tel .contact-right .text {
    display: inline-block;
    max-width: 50%;
}
@media (max-width: 767px) {
    .wrap-contact-tel .contact-right .text {
        display: block;
        max-width: 100%;
    }
}
.wrap-contact-tel .contact-right .text p {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
}
@media (max-width: 1470px) {
    .wrap-contact-tel .contact-right .text p {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .wrap-contact-tel .contact-right .text p {
        font-size: 16px;
    }
}
.wrap-contact-tel .contact-right .text b {
    font-size: 36px;
    line-height: 1;
    display: block;
    margin: 14px 0 0 0;
}
@media (max-width: 1470px) {
    .wrap-contact-tel .contact-right .text b {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .wrap-contact-tel .contact-right .text b {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    .wrap-contact-tel .contact-right .text b {
        font-size: 24px;
    }
}
.wrap-contact-tel .contact-right .tel {
    display: inline-block;
    float: right;
    max-width: 50%;
}
@media (max-width: 767px) {
    .wrap-contact-tel .contact-right .tel {
        display: block;
        float: none;
        max-width: 100%;
        margin-top: 20px;
    }
}
.wrap-contact-tel .contact-right .tel p {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
}
@media (max-width: 1470px) {
    .wrap-contact-tel .contact-right .tel p {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .wrap-contact-tel .contact-right .tel p {
        font-size: 16px;
    }
}
.wrap-contact-tel .contact-right .tel b {
    font-size: 48px;
    line-height: 1;
    display: block;
    margin: 10px 0 0 0;
    color: #a51e23;
}
@media (max-width: 1470px) {
    .wrap-contact-tel .contact-right .tel b {
        font-size: 34px;
    }
}
@media (max-width: 991px) {
    .wrap-contact-tel .contact-right .tel b {
        font-size: 30px;
    }
}
nav {
    text-align: center;
}
.pagination {
    margin: 60px 0 0 0;
}
.pagination li:first-child a,
.pagination li:last-child a {
    width: auto;
    padding: 0 10px;
}
.pagination li:first-child a:hover,
.pagination li:last-child a:hover,
.pagination li:first-child a:focus,
.pagination li:last-child a:focus {
    color: #333;
    border-color: #ddd;
    background-color: #ddd;
}
.pagination li a {
    font-size: 18px;
    font-weight: 300;
    line-height: 40px;
    width: 40px;
    height: 40px;
    margin: 0 6px;
    padding: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    color: inherit;
    border: 1px solid #ddd;
    background-color: #fff;
}
@media (max-width: 991px) {
    .pagination li a {
        font-size: 15px;
        margin: 0 4px;
    }
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: #f3efeb;
    border-color: #666;
    background-color: #666;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #f3efeb;
    border-color: #666;
    background-color: #666;
}
.lazy {
    background-image: url(../images/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.zoomDiv {
    z-index: 8;
    display: none;
    overflow: hidden;
    text-align: center;
    border: 1px solid #ccc;
    background: #fff;
}
@media (min-width: 768px) {
    .zoomDiv {
        position: absolute;
    }
}
.zoomMask {
    position: absolute;
    z-index: 1;
    cursor: move;
    background: url('../images/mask.png') repeat scroll 0 0 transparent;
}
@media (max-width: 767px) {
    .zoomMask {
        display: none;
    }
}
.fancybox-slide--iframe .fancybox-content {
    width: 733px;
    max-width: 80%;
    height: 500px;
    max-height: 50%;
    margin: 0;
}
.stuck {
    position: fixed;
    z-index: 9;
    top: 0;
    width: 100%;
    height: 70px !important;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px) {
    .stuck {
        height: 70px !important;
    }
}
.stuck .logo {
    height: 60px;
    margin-top: 5px;
}
@media (max-width: 1199px) {
    .stuck .logo {
        height: 50px;
        margin-top: 10px;
    }
}
.stuck .nav .nav-list1>li>a {
    line-height: 70px;
}
.stuck .language p {
    line-height: 70px;
}
@media (max-width: 1199px) {
    .stuck .language p {
        line-height: 70px;
    }
}
.stuck .find {
    line-height: 70px;
    height: 70px;
}
@media (max-width: 1199px) {
    .stuck .find {
        line-height: 70px;
        height: 70px;
    }
}
#google_translate_element {
    float: right;
    margin-top: 48px;
    margin-left: 30px;
}
@media (max-width: 1199px) {
    #google_translate_element {
        display: none;
    }
}
.wrap-store .store-choose ul li .store-btn {
    position: relative;
    padding-right: 56px;
}
@media (max-width: 767px) {
    .wrap-store .store-choose ul li .store-btn {
        padding-right: 40px;
    }
}
.wrap-store .store-map .map-list {
    position: relative;
    width: 34%;
    float: left;
}
.wrap-store .store-map .map-wrap {
    width: 66%;
    float: right;
    border: 1px solid #ddd;
}
.wrap-cooperative .cooperative .slick-arrow {
    line-height: 40px;
    position: absolute;
    z-index: 9;
    z-index: 8;
    top: 36%;
    left: 290px;
    display: block;
    overflow: hidden;
    width: 60px;
    height: 60px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-50%);
    -webkit-transform: rotate(-180deg);
    -ms-transform: translateY(-50%);
    -ms-transform: rotate(-180deg);
    transform: translateY(-50%);
    transform: rotate(-180deg);
    text-align: center;
    opacity: .6;
    color: #fff;
    border: none;
    border-radius: 50%;
    outline: none;
    background: none;
    background: url(../images/icon-1.png) no-repeat center #fff;
    background-size: 50%;
}
@media (max-width: 1760px) {
    .wrap-cooperative .cooperative .slick-arrow {
        left: 310px;
    }
}
@media (max-width: 1660px) {
    .wrap-cooperative .cooperative .slick-arrow {
        left: 230px;
    }
}
@media (max-width: 991px) {
    .wrap-cooperative .cooperative .slick-arrow {
        left: -14px;
    }
}
.wrap-cooperative .cooperative .slick-arrow.slick-next {
    right: 290px;
    left: auto;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
@media (max-width: 1760px) {
    .wrap-cooperative .cooperative .slick-arrow.slick-next {
        right: 310px;
    }
}
@media (max-width: 1660px) {
    .wrap-cooperative .cooperative .slick-arrow.slick-next {
        right: 230px;
    }
}
@media (max-width: 991px) {
    .wrap-cooperative .cooperative .slick-arrow.slick-next {
        right: -14px;
    }
}
.wrap-cooperative .cooperative .slick-arrow:hover {
    opacity: 1;
}
.banner {
    display: none;
}
.banner-in {
    display: block;
}
@media(max-width: 991px) {
    .banner-video {
        display: none;
    }
    .banner {
        display: block;
    }
}
@media(max-width: 767px) {
    .wrap-store .store-map .map-list {
        width: 100%;
    }
    .wrap-store .store-map .map-wrap {
        width: 100%;
    }
    .wrap-store .store-map .map-list .map-info {
        height: auto;
    }
    .index-news,
    .index-brand,
    .index-product,
    .index-store {
        padding-top: 0;
    }
    .wrap-store .store-map .map-wrap {
        display: none;
    }
    .index-store .store .store-right {
        width: 100%;
        display: none;
        /* margin-top: 30px; */
    }
    .index-store .store .store-right .store-map {
        height: 360px;
    }
}
.wrap-store .store-xs-btn,
.index-store .store-xs-btn {
    text-align: right;
    margin: 40px 0 30px;
    display: none;
}
.wrap-store .store-xs-btn span,
.index-store .store-xs-btn span {
    display: inline-block;
    float: left;
    font-size: 20px;
    line-height: 30px;
}
.wrap-store .store-xs-btn:after,
.index-store .store-xs-btn:after {
    font-family: 'iconfont' !important;
    content: '\e62b';
    font-size: 30px;
    line-height: 30px;
}
/* .wrap-store-all .store-all .table-box {
    overflow: auto;
    width: 100%;
    max-width: 100%;
} */
.wrap-store-all .store-all table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}
.wrap-store-all .store-all table td,
.wrap-store-all .store-all table th {
    padding: 8px;
    line-height: 30px;
    font-size: 16px;
    border: 1px solid #666;
    text-align: center;
}
@media(max-width: 767px) {
    .wrap-store-all .store-all table td,
    .wrap-store-all .store-all table th {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-store-all .store-all table th {
    text-align: center
}
.wrap-online {
    padding: 14px 0;
    background-color: #2c2625;
    position: fixed;
    top: 50%;
    transform: rotate3d(0, -50%, 0);
    border-radius: 10px;
    z-index: 9;
    right: 0;
}
.wrap-online a {
    padding: 0 10px;
    line-height: 30px;
    display: block;
    color: #f5f0e8;
    text-align: center
}
.wrap-online a.zixun b {
    border-bottom: 1px solid #f5f0e8;
    font-size: 18px;
    display: block;
    padding-bottom: 8px;
}
.wrap-online a#gotop {
    font-size: 15px;
    font-weight: bold;
    padding: 10px 10px 0 10px;
}
.wrap-online a#gotop:before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    background: url(../images/icon-3.png) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    transform: rotate(-90deg);
    margin: 0 auto;
    margin-bottom: 6px;
}
@media(max-width: 767px) {
    .wrap-online a#gotop:before {
        width: 16px;
        height: 16px;
    }
}
.wrap-online a#gotop span {
    display: block;
    margin-top: -6px;
}
@media(max-width: 991px) {
    .wrap-online {
        padding: 0px 0;
        top: auto;
        bottom: 0;
        transform: rotate3d(0, 0, 0);
    }
    .wrap-online a {
        padding: 10px;
    }
    .wrap-online a.zixun b {
        padding-bottom: 4px;
    }
    .wrap-online a.zixun b {
        font-size: 14px;
    }
    .wrap-online a#gotop {
        font-size: 12px;
        padding: 0;
    }
    .wrap-online a#gotop:before {
        margin-bottom: 0;
    }
}
@media(max-width: 767px) {
    .wrap-online {
        padding: 0px 0;
        top: auto;
        bottom: 0;
        transform: rotate3d(0, 0, 0);
    }
    .wrap-online a {
        padding: 10px;
    }
    .wrap-online a.zixun b {
        padding-bottom: 4px;
    }
    .wrap-online a.zixun b {
        font-size: 12px;
    }
    .wrap-online a#gotop {
        font-size: 12px;
        padding: 0;
    }
    .wrap-online a#gotop:before {
        margin-bottom: 0;
    }
}
.header-nav .logo-nav {
    height: 40px;
    position: absolute;
    top: 100px;
    width: 100%;
    text-align: center;
}
@media(max-width: 1470px) {
    .header-nav .logo-nav {
        top: 60px;
    }
}
@media(max-width: 767px) {
    .header-nav .logo-nav {
        height: 30px;
    }
}
.header-nav .logo-nav img {
    height: 100%;
    display: inline-block;
}
@media(max-width: 991px) {
    .index-join {
        margin-top: 0;
    }
    .index-product .product-more a {
        margin-top: 50px;
    }
    .wrap-join .join .join-list .itembox {
        margin-top: 0;
    }
    .index-about .about .text {
        text-align: center;
    }
    .index-about .about .text .note {
        text-align: left;
    }
    .index-join .join {
        margin-top: 0px;
    }
}
@media(max-width: 767px) {
    .index-brand .brand .brand-list .text {
        height: 334px;
    }
}
.video-js,
.vjs-poster {
    background: #f0ebe6;
}
.video-js button {
    outline: none
}
@media(max-width: 1199px) {
    .header {
        background-color: #2c2625;
    }
}