@charset 'utf-8';
@font-face
{
    font-family: 'Segoe UI';
    font-weight: normal;
    font-style: normal;

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

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

    src: url('font/SegoeUI-Bold.eot');
    src: local('Segoe UI Bold'), local('SegoeUI-Bold'), url('font/SegoeUI-Bold.eot?#iefix') format('embedded-opentype'), url('font/SegoeUI-Bold.woff2') format('woff2'), url('font/SegoeUI-Bold.woff') format('woff'), url('font/SegoeUI-Bold.ttf') format('truetype'), url('font/SegoeUI-Bold.svg#SegoeUI-Bold') format('svg');
    font-display: swap;
}
.ff
{
    font-family: 'iconfont' !important;
    font-style: normal;

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

    width: 100%;
    height: 100%;
}
.goog-te-menu-frame
{
    z-index: 999999999 !important;
}
body
{
    font-family: 'Segoe UI', Arial, Helvetica, 'Helvetica Neue', 'PingFang SC', 'Microsoft YaHei', 'Hiragino Sans GB', 'Heiti SC', 'WenQuanYi Micro Hei', sans-serif;

    overflow-x: hidden;

    background-color: #f9f4ef;
}
body.fixed
{
    overflow: hidden;
}
@media (min-width: 1780px)
{
    body.index-body .container
    {
        width: 1750px;
    }
    body.index-body .container .footer-row
    {
        padding: 40px 80px;
    }
}
@media (min-width: 1780px) and (max-width: 1469px)
{
    body.index-body .container .footer-row
    {
        padding: 0;
    }
}
@media (min-width: 1200px)
{
    body.inside-body .foot-message .box
    {
        padding: 70px 40px;
    }
}
body.inside-body .foot-message .share
{
    display: block;
}
@media only screen and (min-width: 1350px)
{
    .container
    {
        width: 1320px;
    }
}
@media only screen and (min-width: 1470px)
{
    .container
    {
        width: 1440px;
    }
}
.txt-over1
{
    overflow: hidden;

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

    display: block;
    overflow: hidden;

    height: 0;
    padding-bottom: 100%;
}
.img-box img
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
}
.page
{
    text-align: center;
}
.page li
{
    display: inline-block;

    margin: 5px 4px 0;
}
@media (max-width: 767px)
{
    .page li
    {
        margin: 5px 2px 0;
    }
}
.page li a,
.page li span
{
    font-size: 14px;
    line-height: 33px;

    display: block;
    overflow: hidden;

    width: 35px;
    height: 35px;

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

    color: #848484;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
}
@media (max-width: 767px)
{
    .page li a,
    .page li span
    {
        font-size: 14px;
        line-height: 23px;

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

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page li.prev a:before,
.page li.prev span:before
{
    content: '\e9b5';
}
.page li.next a:before,
.page li.next span:before
{
    content: '\e72f';
}
.page li.active a,
.page li.active span
{
    color: #fff;
    border-color: #804e33;
    background-color: #804e33;
}
@media (min-width: 1200px)
{
    .page li:hover a,
    .page li:hover span
    {
        -webkit-transition: .3s;
                transition: .3s;

        color: #fff;
        border-color: #804e33;
        background-color: #804e33;
    }
}
@media (max-width: 1199px)
{
    .page li:active a,
    .page li:active span
    {
        color: #fff;
        border-color: #804e33;
        background-color: #804e33;
    }
}
.table-box
{
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
@media (min-width: 1199px)
{
    .table-box table{
        width: 50% !important;
    }
}
.table-box table
{
    line-height: 1.2;

    /*width: auto;*/
    max-width: 100%;

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

    text-align: center;

    color: #333;
    width: 100%;
}
.table-box table tr,
.table-box table td,
.table-box table th
{
    width: auto !important;
    height: auto !important;
}
.table-box table td,
.table-box table th
{
    padding: 14px 8px !important;

    border: 2px solid #959595 !important;
    font-weight: bold;
}
@media (max-width: 991px)
{
    .table-box table td,
    .table-box table th
    {
        padding: 12px 8px !important;
    }
}
@media (max-width: 767px)
{
    .table-box table td,
    .table-box table th
    {
        font-size: 12px;

        padding: 8px 8px !important;
    }
}
@media (max-width: 480px)
{
    .table-box table td,
    .table-box table th
    {
        font-size: 2.7vmin;

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

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

    height: 0;

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

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

    width: 100%;
}
@media (min-width: 1200px)
{
    .header
    {
        position: relative;
    }
    .header.fixed .header-box
    {
        position: fixed;
        z-index: 9999;
        bottom: 100%;
        left: 0;

        width: 100%;

        -webkit-transition: -webkit-transform .5s;
                transition: -webkit-transform .5s;
                transition:         transform .5s;
                transition:         transform .5s, -webkit-transform .5s;
        -webkit-transform: translateY(100%);
        -webkit-transform: translate3d(0, 100%, 0);
            -ms-transform: translateY(100%);
                transform: translateY(100%);
                transform: translate3d(0, 100%, 0);

        box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);
    }
}
@media (max-width: 1199px)
{
    .header
    {
        position: relative;
    }
}
.header .header-box
{
    position: relative;
    z-index: 10;

    background-color: #f9f4ef;
}
.header .container
{
    font-size: 0;

    position: relative;

    width: 100% !important;
    padding: 0;

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

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

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

    display: inline-block;

    vertical-align: middle;
    letter-spacing: 0;
}
@media (max-width: 480px)
{
    .header .logo
    {
        width: 48%;
    }
}
.header .logo a
{
    position: relative;
    z-index: 10;

    display: block;
    overflow: hidden;

    max-width: 100%;
    padding: 25px 60px;

    /*background-color: #804e33;*/
}
.header .logo a img
{
    display: block;

    width: 100%;
}
@media (max-width: 1779px)
{
    .header .logo a
    {
        padding: 25px 35px;
    }
}
@media (max-width: 1469px)
{
    .header .logo a
    {
        width: 250px;
        padding: 36px 20px;
    }
}
@media (max-width: 1199px)
{
    .header .logo a
    {
        padding: 22px 20px;
    }
}
@media (max-width: 480px)
{
    .header .logo a
    {
        padding: 18px 15px;
    }
}
.header .right-box
{
    position: relative;
}
.header .right-box > div
{
    display: inline-block;

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

        display: block !important;

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

        opacity: 0;
    }
}
.header .cart-btn
{
    position: relative;

    display: inline-block;
    overflow: hidden;

    padding: 0 12px;

    text-align: center;
}
@media (min-width: 1200px)
{
    .header .cart-btn
    {
        margin-left: 10px;
    }
    .header .cart-btn:before
    {
        position: absolute;
        top: 50%;
        left: 0;

        width: 1px;
        height: 26px;
        margin-top: -13px;

        content: '';

        background-color: #888;
    }
}
@media (max-width: 480px)
{
    .header .cart-btn
    {
        padding: 0 10px 0 6px;
    }
}
.header .cart-btn a
{
    position: relative;

    display: block;

    padding: 8px 0;
}
.header .cart-btn a:before
{
    font-family: 'iconfont' !important;
    font-size: 36px;

    content: '\e681';

    color: #804e33;
}
.header .cart-btn a .num
{
    font-size: 12px;
    line-height: 1;

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

    display: block;

    min-width: 20px;
    margin-right: -10px;
    padding: 4px 5px;

    color: #fff;
    border-radius: 50%;
    background-color: #ff9aa1;
}
@media (max-width: 1349px)
{
    .header .cart-btn a:before
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .header .cart-btn a:before
    {
        font-size: 26px;
    }
    .header .cart-btn a .num
    {
        font-size: 10px;
    }
}
@media (max-width: 480px)
{
    .header .cart-btn a .num
    {
        min-width: 15px;
        padding: 3px;
    }
}
.header .language
{
    font-size: 0;

    margin: 0 70px 0 50px;

    letter-spacing: -8px;
}
.header .language a
{
    position: relative;

    display: inline-block;
    overflow: hidden;

    width: 28px;
    height: 28px;
    margin: 0;

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

    border-radius: 50%;
    background: url(../images/language.png) no-repeat 0 100%;
    background-size: 200% auto;
}
.header .language a.cn
{
    background-position: 100% 100%;
}
@media (max-width: 1199px)
{
    .header .language a
    {
        width: 25px;
        height: 25px;
    }
}
@media (max-width: 1779px)
{
    .header .language
    {
        margin: 0 15px 0 25px;
    }
}
@media (max-width: 1199px)
{
    .header .language
    {
        margin: 0;
    }
}
.header .cart
{
    margin-right: 15px;
}
@media (max-width: 767px)
{
    .header .cart
    {
        margin-right: 10px;
    }
}
.header .cart a
{
    font-size: 16px;
}
.header .cart a:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

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

    margin: 0 5px 0 10px;

    cursor: pointer;
}
@media (max-width: 1199px)
{
    .header .find
    {
        margin: 0 20px 0 25px;
    }
}
@media (max-width: 480px)
{
    .header .find
    {
        margin: 0 10px 0 15px;
    }
}
.header .find:before
{
    font-family: 'iconfont' !important;

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

    display: none;

    width: 40px;
    height: 40px;
    margin-right: 10px;
    padding: 0;

    cursor: pointer;

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

        vertical-align: middle;
    }
    .header .nav-collapse.nav-collapse-1
    {
        position: absolute;
        z-index: 9999;
        top: 20px;
        right: 20px;

        display: block;

        margin-top: 10px;

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

    width: 28px;
    height: 2px;

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

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

    content: '';
}
.header .nav-collapse .btn-line:nth-child(1)
{
    top: 32%;
}
.header .nav-collapse .btn-line:nth-child(2)
{
    top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3)
{
    top: 68%;
}
.header .nav-collapse.active
{
    border-color: transparent;
}
.header .nav-collapse.active .btn-line
{
    background-color: #333;
}
.header .nav-collapse.active .btn-line:nth-child(2)
{
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);

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

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

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotateZ(-45deg);
}
@media (min-width: 1200px)
{
    .header .nav
    {
        position: relative;
        z-index: 10;

        text-align: center;
    }
}
@media (max-width: 1199px)
{
    .header .nav
    {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

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

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

        background: #fafafa;
        background: #000;
    }
    .header .nav .tbl
    {
        display: table;

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

        height: 100%;

        vertical-align: middle;
    }
}
@media (max-width: 767px)
{
    .header .nav
    {
        width: 100%;
        padding: 25px;
    }
}
.header .nav.left-100
{
    -webkit-transform: translateX(-100%);
    -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
            transform: translate3d(-100%, 0, 0);
}
.header .nav.left-200
{
    -webkit-transform: translateX(-200%);
    -webkit-transform: translate3d(-200%, 0, 0);
        -ms-transform: translateX(-200%);
            transform: translateX(-200%);
            transform: translate3d(-200%, 0, 0);
}
.header .nav.left-300
{
    -webkit-transform: translateX(-300%);
    -webkit-transform: translate3d(-300%, 0, 0);
        -ms-transform: translateX(-300%);
            transform: translateX(-300%);
            transform: translate3d(-300%, 0, 0);
}
.header .nav.left-400
{
    -webkit-transform: translateX(-400%);
    -webkit-transform: translate3d(-400%, 0, 0);
        -ms-transform: translateX(-400%);
            transform: translateX(-400%);
            transform: translate3d(-400%, 0, 0);
}
.header .nav .nav-list1
{
    position: relative;

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

    height: 0;

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

        float: left;

        padding: 0 20px;
    }
    .header .nav .nav-list1 > li.active > a,
    .header .nav .nav-list1 > li:hover > a
    {
        text-decoration: underline;
    }
    .header .nav .nav-list1 > li:first-child,
    .header .nav .nav-list1 > li:first-child > a
    {
        /*padding-left: 0;*/
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 20px;
        font-weight: 600;

        position: relative;

        display: block;

        padding: 41px 20px;

        color: #222;
    }
    .header .nav .nav-list1 > li > a:after
    {
        position: absolute;
        z-index: 2;
        bottom: 0;
        left: 50%;

        width: 0;
        height: 3px;

        content: '';
        -webkit-transition: .3s;
                transition: .3s;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);

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

        display: block;
    }
    .header .nav .nav-list1 ul
    {
        position: absolute;

        display: none;

        text-align: left;

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

        display: block;

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

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

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

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

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

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

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

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

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

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

        margin-top: 5px;

        color: #fff;
    }
}
@media (max-height: 580px)
{
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a
    {
        margin-top: 0;
    }
}
.header .mask-nav
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .mask-nav
    {
        position: absolute;
        z-index: 9999;
        top: 0;

        display: block;
        overflow: hidden;

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

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

        color: #fff;
        background: #fafafa;
        background: #000;
    }
}
.header .mask-nav .nav-top
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.header .mask-nav .nav-top .back-btn:before
{
    font-family: 'iconfont' !important;
    font-size: 26px;

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

    margin: 0;

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

    overflow: auto;

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

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

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

    margin: 10px 0;

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

        margin: 0;
        margin-bottom: 5px;
    }
}
.header .mask-nav .content ul li.more
{
    position: relative;
}
.header .mask-nav .content ul li.more:after
{
    font-family: 'iconfont' !important;
    font-size: 16px;

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

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

    color: #fff;
}
.header .mask-nav .content ul li a
{
    display: inline-block;
}
.header .mask-nav .content ul ul
{
    display: none;
}
.header .nav-2
{
    left: 100%;
}
.header .nav-3
{
    left: 200%;
}
.header .nav-4
{
    left: 300%;
}
.header .fade-out ul
{
    text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .header .fade-out ul
    {
        padding: 0 5%;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul .pic
    {
        display: none !important;
    }
}
.header .fade-out ul .more
{
    padding-right: 25px;
}
@media (max-width: 1199px)
{
    .header .fade-out ul.nav-list1
    {
        overflow: auto;

        max-height: 80%;
        margin: 0;

        opacity: 1;

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

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

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

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

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

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

        margin-top: -14px;

        content: '\e72f';

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

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

    display: none;

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

    text-align: left;
}
@media (max-width: 480px)
{
    .header .xs-language
    {
        display: block !important;
    }
}
@media (min-width: 1200px)
{
    .search-wrap
    {
        display: inline-block;

        vertical-align: middle;
    }
    .search-wrap p
    {
        display: none;
    }
    .search-wrap form
    {
        position: relative;

        overflow: hidden;

        width: 250px;

        border: 1px solid #d3cac3;
        border-radius: 35px;
    }
    .search-wrap input::-webkit-input-placeholder,
    .search-wrap textarea::-webkit-input-placeholder
    {
        color: #999;
    }
    .search-wrap input:-o-placeholder,
    .search-wrap textarea:-o-placeholder
    {
        color: #999;
    }
    .search-wrap input::-moz-placeholder,
    .search-wrap textarea::-moz-placeholder
    {
        color: #999;
    }
    .search-wrap input:-ms-input-placeholder,
    .search-wrap textarea:-ms-input-placeholder
    {
        color: #999;
    }
    .search-wrap input:focus::-webkit-input-placeholder,
    .search-wrap textarea:focus::-webkit-input-placeholder
    {
        color: #c5c5c5;
    }
    .search-wrap input:focus::-o-placeholder,
    .search-wrap textarea:focus::-o-placeholder
    {
        color: #c5c5c5;
    }
    .search-wrap input:focus::-moz-placeholder,
    .search-wrap textarea:focus::-moz-placeholder
    {
        color: #c5c5c5;
    }
    .search-wrap input:focus::-ms-input-placeholder,
    .search-wrap textarea:focus::-ms-input-placeholder
    {
        color: #c5c5c5;
    }
    .search-wrap .input-text,
    .search-wrap .input-submit
    {
        line-height: 48px;

        display: block;

        height: 48px;
    }
    .search-wrap .input-text
    {
        font-size: 16px;
        font-weight: 600;

        width: 100%;
        padding: 0 50px 0 25px;

        color: #999;
        background: none;
    }
    .search-wrap .input-submit
    {
        font-size: 22px;

        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;

        height: 100%;
        padding: 0 15px;

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

        color: #666;
        background: none;
    }
    .search-wrap .input-submit span,
    .search-wrap .input-submit:before
    {
        display: inline-block;

        vertical-align: middle;
    }
    .search-wrap .input-submit:before
    {
        font-family: 'iconfont' !important;

        display: block;

        content: '\e671';
    }
}
@media (min-width: 1200px) and (max-width: 1779px)
{
    .search-wrap
    {
        margin-left: 20px;
    }
}
@media (min-width: 1200px) and (max-width: 1469px)
{
    .search-wrap
    {
        margin-left: 15px;
    }
}
@media (min-width: 1200px) and (max-width: 1349px)
{
    .search-wrap
    {
        margin-left: 10px;
    }
}
@media (min-width: 1200px) and (max-width: 1779px)
{
    .search-wrap form
    {
        width: 200px;
    }
}
@media (min-width: 1200px) and (max-width: 1349px)
{
    .search-wrap .input-text
    {
        padding-left: 15px;
    }
}
@media (max-width: 1199px)
{
    .search-wrap
    {
        position: fixed;
        z-index: 9999;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;

        display: none;

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

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

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

        border: none;
        border-radius: 0;
    }
    .search-wrap .search p
    {
        margin-bottom: 50px;

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

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

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

        text-align: center;

        color: #fff;
        border-bottom: 2px solid #9c9c9c;
        background: none;
    }
    .search-wrap .search .input-submit
    {
        line-height: 36px;

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

        width: 50px;

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

        content: '\e660';

        color: #eee;
    }
    .search-wrap .search-close
    {
        position: absolute;
        top: 30px;
        right: 10%;

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

        content: '\e61b';

        color: #fff;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .search-wrap .search .input-text
    {
        padding-left: 5px;
    }
}
.slick-dots
{
    text-align: center;
}
.slick-dots li
{
    display: inline-block;

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

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

    opacity: .5;
    border-radius: 8px;
    background: #fff;
}
.slick-dots li.slick-active
{
    opacity: 1;
}
@media (min-width: 1200px)
{
    .slick-dots li:hover
    {
        opacity: 1;
    }
}
@media (max-width: 767px)
{
    .slick-dots li
    {
        width: 7px;
        height: 7px;

        border-radius: 7px;
    }
}
.slick-dots li button
{
    display: none;
}
.banner
{
    font-size: 0;

    position: relative;
    z-index: 2;

    overflow: hidden;

    width: 100%;

    letter-spacing: -8px;
}
.banner:hover .slick-arrow
{
    opacity: 1;
}
.banner img
{
    display: block;

    width: 100%;
}
@media (max-width: 1199px)
{
    .banner .slick
    {
        width: 110%;
        max-width: 110%;
        margin-left: -5%;
    }
}
@media (max-width: 991px)
{
    .banner .slick
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 480px)
{
    .banner .slick
    {
        width: 130%;
        max-width: 130%;
        margin-left: -15%;
    }
}
.banner .slick-dots
{
    position: absolute;
    z-index: 2;
    right: 15%;
    bottom: 40px;
}
@media (max-width: 767px)
{
    .banner .slick-dots
    {
        bottom: 6%;
    }
}
.banner .slick-dots li,
.banner .slick-dots button
{
    background: none;
}
.banner .slick-dots li
{
    width: auto;
    height: auto;
    margin: 0 15px;

    vertical-align: middle;

    border-radius: 0;
}
@media (max-width: 767px)
{
    .banner .slick-dots li
    {
        margin: 0 5px;
    }
}
.banner .slick-dots li:after,
.banner .slick-dots li button
{
    display: inline-block;

    vertical-align: middle;
}
.banner .slick-dots li:after
{
    width: 0;
    height: 1px;
    margin-left: 15px;

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

    background-color: #646464;
}
@media (max-width: 767px)
{
    .banner .slick-dots li:after
    {
        margin-left: 0;
    }
}
.banner .slick-dots button
{
    font-size: 16px;

    display: block;

    letter-spacing: 0;

    color: #fff;
}
@media (max-width: 767px)
{
    .banner .slick-dots button
    {
        font-size: 14px;
    }
}
.banner .slick-dots .slick-active:after
{
    width: 40px;
}
@media (max-width: 767px)
{
    .banner .slick-dots .slick-active:after
    {
        width: 15px;
    }
}
.banner .item
{
    position: relative;

    display: block;
}
.banner .slick-arrow
{
    font-size: 32px;
    line-height: 60px;

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

    display: block;

    width: 60px;
    height: 60px;
    padding: 0;

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

    opacity: 0;
    color: #804e33;
    border-radius: 50%;
    background: none;
    background-color: rgba(255, 255, 255, .7);
}
.banner .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

    -webkit-transition: .3s;
            transition: .3s;
    letter-spacing: 0;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.banner .slick-arrow:after
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
        -ms-transform: translateX(-50%) translateY(-50%) scale(0);
            transform: translateX(-50%) translateY(-50%) scale(0);

    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 50%;
}
@-webkit-keyframes scale
{
    0%
    {
        -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
                transform: translateX(-50%) translateY(-50%) scale(1);

        opacity: 1;
    }
    100%
    {
        -webkit-transform: translateX(-50%) translateY(-50%) scale(1.25);
                transform: translateX(-50%) translateY(-50%) scale(1.25);

        opacity: .2;
    }
}
@keyframes scale
{
    0%
    {
        -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
                transform: translateX(-50%) translateY(-50%) scale(1);

        opacity: 1;
    }
    100%
    {
        -webkit-transform: translateX(-50%) translateY(-50%) scale(1.25);
                transform: translateX(-50%) translateY(-50%) scale(1.25);

        opacity: .2;
    }
}
@media (min-width: 1200px)
{
    .banner .slick-arrow:hover:after
    {
        -webkit-animation: scale 2000ms linear infinite;
                animation: scale 2000ms linear infinite;
    }
}
.banner .slick-prev
{
    left: 9.5%;
}
.banner .slick-prev:before
{
    content: '\eb60';
}
.banner .slick-next
{
    right: 9.5%;
}
.banner .slick-next:before
{
    content: '\e625';
}
.index-box
{
    padding: 130px 0;

    background: no-repeat center;
    background-size: cover;
}
@media (max-width: 991px)
{
    .index-box
    {
        padding: 60px 0;
    }
}
@media (max-width: 767px)
{
    .index-box
    {
        padding: 45px 0;
    }
}
.index-box .title h3
{
    font-size: 74px;
    font-weight: bold;

    margin: 0;

    color: #222;
}
@media (max-width: 1469px)
{
    .index-box .title h3
    {
        font-size: 65px;
    }
}
@media (max-width: 1349px)
{
    .index-box .title h3
    {
        font-size: 55px;
    }
}
@media (max-width: 1199px)
{
    .index-box .title h3
    {
        font-size: 45px;
    }
}
@media (max-width: 991px)
{
    .index-box .title h3
    {
        font-size: 40px;
    }
}
@media (max-width: 767px)
{
    .index-box .title h3
    {
        font-size: 30px;
    }
}
.index-box .slick-dots li
{
    background-color: #804e33;
}
@media (min-width: 1200px)
{
    .index-product .container
    {
        /* width: 100%; */
        /*padding: 0 100px;*/
    }
    .index-product .intro,
    .index-product .slick-product
    {
        /* padding-left: 18.60465116%; */
		/* max-width: 1410px; */
		/* margin: 0 auto; */
    }
}
.index-product .intro p
{
    font-size: 19px;
    line-height: 1.89473684;

    margin: 0;

    color: #444;
}
@media (max-width: 1199px)
{
    .index-product .intro p
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .index-product .intro p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .index-product .intro p
    {
        font-size: 15px;
    }
}
.index-product .intro img
{
    max-width: 100%;
    height: auto !important;
}
.index-product .title
{
    position: relative;
    z-index: 5;

    display: block;

    margin-top: 30px;
	text-align: center;
}
@media (min-width: 1200px)
{
    .index-product .title
    {
        /* -webkit-transform: translateY(150px);
            -ms-transform: translateY(150px);
                transform: translateY(150px); */
    }
}
@media (min-width: 1200px) and (max-width: 1469px)
{
    .index-product .title
    {
       /* -webkit-transform: translateY(100px);
            -ms-transform: translateY(100px);
                transform: translateY(100px); */
    }
}
@media (max-width: 1199px)
{
    .index-product .title
    {
        margin-bottom: 25px;
    }
}
@media (max-width: 767px)
{
    .index-product .title
    {
        margin-bottom: 10px;
    }
}
.index-product .slick-list
{
    margin: 0 -15px;
	margin-top: 30px;
}
@media (min-width: 1200px)
{
    .index-product .slick-list
    {
        padding-bottom: 80px;
    }
}
.index-product .slick-slide
{
    padding: 10px 15px;

    -webkit-transition: -webkit-transform .4s;
            transition: -webkit-transform .4s;
            transition:         transform .4s;
            transition:         transform .4s, -webkit-transform .4s;
}
/* @media (min-width: 1200px)
{
    .index-product .slick-current + .slick-active
    {
        -webkit-transform: translateY(40px);
            -ms-transform: translateY(40px);
                transform: translateY(40px);
    }
    .index-product .slick-current + .slick-active + .slick-active
    {
        -webkit-transform: translateY(80px);
            -ms-transform: translateY(80px);
                transform: translateY(80px);
    }
} */
.index-product .slick-arrow
{
    font-size: 26px;
    font-weight: bold;
    line-height: 56px;

    position: absolute;
    z-index: 20;
    top: 29%;
    /*top: 40%;*/

    display: block;

    width: 60px;
    height: 60px;

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

    color: #804e33;
    border: 2px solid #804e33;
    border-radius: 50px;
    background: none;
}
.index-product .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

    letter-spacing: 0;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.index-product .slick-arrow:hover
{
    color: #fff;
    background-color: #804e33;
}
.index-product .slick-prev
{
    left: 0;
}
.index-product .slick-prev:before
{
    content: '\e9b5';
}
.index-product .slick-next
{
    left: auto;
	right: 0px;
}
.index-product .slick-next:before
{
    content: '\e72f';
}
.index-product .img-box
{
    padding-bottom: 76.13636364%;
    /*padding-bottom: 102.27272727%;*/

    -webkit-transition: .3s;
            transition: .3s;
}
@media (min-width: 1200px)
{
    .index-product .item:hover .img-box
    {
        box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);
    }
    .index-product .item:hover h4,
    .index-product .item:hover .more
    {
        -webkit-transition: .4s;
                transition: .4s;

        color: #804e33;
    }
    .index-product .item:hover .more
    {
        font-weight: bold;
    }
}
.num-box
{
    font-size: 0;

    padding-top: 70px;

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

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

    content: '';
}
@media (max-width: 1349px)
{
    .num-box
    {
        padding-top: 20px;
    }
}
@media (max-width: 767px)
{
    .num-box
    {
        padding-top: 5px;
    }
}
.num-box li
{
    font-size: 14px;

    position: relative;

    display: inline-block;

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

    text-align: left;
    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 1349px)
{
    .num-box li
    {
        width: 50%;
    }
}
.num-box li .item
{
    position: relative;

    width: 210px;
    max-width: 100%;
}
@media (max-width: 1349px)
{
    .num-box li .item
    {
        margin: 0 auto;
    }
}
.num-box li .number
{
    font-size: 55px;
    font-weight: bold;
    line-height: 1;

    margin-bottom: 15px;

    white-space: nowrap;
}
@media (max-width: 1779px)
{
    .num-box li .number
    {
        font-size: 45px;
    }
}
@media (max-width: 1199px)
{
    .num-box li .number
    {
        font-size: 40px;
    }
}
@media (max-width: 767px)
{
    .num-box li .number
    {
        font-size: 34px;
    }
}
@media (max-width: 480px)
{
    .num-box li .number
    {
        font-size: 30px;
        font-size: 8vmin;
    }
}
.num-box li .timer
{
    position: relative;

    display: inline-block;
}
.num-box li sup
{
    font-size: .32727273em;
    font-weight: normal;
    line-height: normal;

    top: 0;

    margin-left: 5px;

    vertical-align: top;
}
@media (max-width: 480px)
{
    .num-box li sup
    {
        font-size: 14px;
    }
}
.num-box li p
{
    font-size: 17px;
    line-height: 1.52941176;

    margin: 0;
}
@media (max-width: 480px)
{
    .num-box li p
    {
        font-size: 3.4vmin;
    }
}
.index-about
{
    color: #777;
    background-size: cover;
}
.index-about .container
{
    padding: 0 170px;
}
@media (min-width: 1780px)
{
    .index-about .container
    {
        width: 1750px;
    }
}
@media (max-width: 1469px)
{
    .index-about .container
    {
        padding: 0 100px;
    }
}
@media (max-width: 1199px)
{
    .index-about .container
    {
        padding: 0 90px 0 15px;
    }
}
@media (max-width: 991px)
{
    .index-about .container
    {
        padding: 0 15px;
    }
}
.index-about .title
{
    margin-top: 70px;

    text-align: center;
}
@media (max-width: 1469px)
{
    .index-about .title
    {
        margin-top: 15px;
    }
}
.index-about .title h3
{
    color: #777;
}
.index-about .video-btn
{
    font-size: 50px;
    line-height: 1;

    width: 50px;
    margin: 0 auto;
    margin-top: 70px;

    cursor: pointer;

    color: #777;
	font-size: 60px;
}
.index-about .video-btn:before
{
    font-family: 'iconfont' !important;

    content: '\e6ce';
}
@media (max-width: 1349px)
{
    .index-about .video-btn
    {
        margin-top: 45px;
    }
}
@media (max-width: 767px)
{
    .index-about .video-btn
    {
        margin-top: 30px;
    }
}
.index-about .pic-box
{
    position: relative;

    width: 450px;
    max-width: 100%;
}
@media (max-width: 991px)
{
    .index-about .pic-box
    {
        width: 50%;
        margin: 0 auto 30px;
    }
}
@media (max-width: 767px)
{
    .index-about .pic-box
    {
        width: 200px;
    }
}
.index-about .pic-box .img-box
{
    padding-bottom: 135.55555556%;
}
.index-about .pic-box .name
{
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 30px;

    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
}
@media (max-width: 767px)
{
    .index-about .pic-box .name
    {
        bottom: 10px;

        width: 50%;
    }
    .index-about .pic-box .name img
    {
        max-width: 100%;
    }
}
.index-news
{
    position: relative;
}
.index-news .information
{
    font-size: 15px;

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

    padding: 39px 32px;

    color: #222;
    background-color: #ece5dd;
}
@media (max-width: 1349px)
{
    .index-news .information
    {
        top: 25%;
    }
}
@media (min-width: 1780px)
{
    .index-news .container
    {
        width: 1750px;
    }
}
.index-news .title
{
    position: relative;
    z-index: 8;

    margin-bottom: 80px;
}
@media (min-width: 1200px)
{
    .index-news .title
    {
        /*-webkit-transform: translateX(-40%);
            -ms-transform: translateX(-40%);
                transform: translateX(-40%);*/
    }
    .index-news .title h3
    {
        font-size: 66px;
    }
}
@media (min-width: 1200px) and (max-width: 1779px)
{
    .index-news .title
    {
        margin-bottom: 40px;
    }
    .index-news .title h3
    {
        font-size: 50px;
    }
}
@media (max-width: 1199px)
{
    .index-news .title
    {
        margin-bottom: 40px;

        text-align: center;
    }
}
@media (max-width: 767px)
{
    .index-news .title
    {
        margin-bottom: 25px;
    }
}
.index-news .intro-wrap
{
    font-size: 0;

    overflow: hidden;

    letter-spacing: -8px;
}
@media (min-width: 1200px)
{
    .index-news .intro-wrap
    {
        margin-top: 70px;
        padding-left: 70px;
    }
}
.index-news .intro-wrap > div
{
    font-size: 14px;

    display: inline-block;

    width: 50%;
    padding: 0 90px;

    vertical-align: bottom;
    letter-spacing: 0;
}
@media (max-width: 1779px)
{
    .index-news .intro-wrap > div
    {
        padding: 0 60px;
    }
}
@media (max-width: 1469px)
{
    .index-news .intro-wrap > div
    {
        padding: 0 35px;
    }
}
@media (max-width: 991px)
{
    .index-news .intro-wrap > div
    {
        width: 100%;
    }
}
@media (max-width: 480px)
{
    .index-news .intro-wrap > div
    {
        padding: 0 15px;
    }
}
.index-news .intro-wrap .pic-box
{
    position: relative;
    z-index: 5;

    padding-bottom: 80px;
}
.index-news .intro-wrap .pic-box:after
{
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 60%;

    content: '';

    background-color: #ece5dd;
}
@media (max-width: 1199px)
{
    .index-news .intro-wrap .pic-box
    {
        padding-bottom: 40px;
    }
}
@media (max-width: 991px)
{
    .index-news .intro-wrap .pic-box
    {
        display: block;

        width: 600px;
        max-width: 100%;
        margin: 0 auto 30px;
    }
}
@media (max-width: 480px)
{
    .index-news .intro-wrap .pic-box
    {
        padding-bottom: 15px;
    }
}
.index-news .intro-wrap .img-box
{
    padding-bottom: 108.52713178%;
}
.index-news .intro-wrap .list
{
    position: relative;
    z-index: 10;
}
@media (max-width: 480px)
{
    .index-news .intro-wrap .list
    {
        padding: 0;
    }
}
.index-news .intro-wrap .list ul
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .index-news .intro-wrap .list ul
    {
        margin-top: 10px;
    }
}
.index-news .intro-wrap .list li
{
    position: relative;

    padding: 30px 90px 30px 30px;

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

    border-bottom: 1px solid #ccc1b5;
}
@media (min-width: 1200px)
{
    .index-news .intro-wrap .list li:hover
    {
        background-color: #804e33;
    }
    .index-news .intro-wrap .list li:hover h4,
    .index-news .intro-wrap .list li:hover .date span,
    .index-news .intro-wrap .list li:hover .date:before
    {
        color: #fff;
    }
    .index-news .intro-wrap .list li:hover .more a
    {
        color: #804e33;
        background-color: #fff;
    }
}
@media (max-width: 1199px)
{
    .index-news .intro-wrap .list li
    {
        padding: 20px 60px 20px 0;
    }
}
@media (max-width: 480px)
{
    .index-news .intro-wrap .list li
    {
        padding-right: 35px;
    }
}
.index-news .intro-wrap .list h4
{
    font-size: 18px;

    overflow: hidden;

    height: 20px;
    margin: 0 0 15px;

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

    color: #222;
}
@media (min-width: 1200px)
{
    .index-news .intro-wrap .list h4:hover
    {
        text-decoration: underline;
    }
}
@media (max-width: 480px)
{
    .index-news .intro-wrap .list h4
    {
        font-size: 16px;
    }
}
.index-news .intro-wrap .list .date:before,
.index-news .intro-wrap .list .date span
{
    display: inline-block;

    vertical-align: middle;
}
.index-news .intro-wrap .list .date:before
{
    font-family: 'iconfont' !important;
    font-size: 1.28571429em;

    margin-right: 10px;

    content: '\e77c';

    color: #804e33;
}
.index-news .intro-wrap .list .date span
{
    color: #666;
}
@media (max-width: 480px)
{
    .index-news .intro-wrap .list .date
    {
        font-size: 12px;
    }
}
.index-news .intro-wrap .list p
{
    font-size: 16px;
    line-height: 2.125;

    margin: 0;

    color: #444;
}
.index-news .intro-wrap .list .more
{
    position: absolute;
    top: 50%;
    right: 25px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.index-news .intro-wrap .list .more a
{
    font-size: 22px;
    font-weight: bold;
    line-height: 50px;

    display: block;

    width: 50px;
    height: 50px;

    text-align: center;

    color: #804e33;
    border-radius: 50%;
}
@media (max-width: 1199px)
{
    .index-news .intro-wrap .list .more
    {
        right: 0;
    }
}
@media (max-width: 480px)
{
    .index-news .intro-wrap .list .more a
    {
        line-height: 25px;

        width: 25px;
        height: 25px;
    }
}
.index-news .intro-wrap .list .top h4
{
    font-size: 24px;

    height: 30px;
}
@media (max-width: 480px)
{
    .index-news .intro-wrap .list .top h4
    {
        font-size: 20px;

        height: 24px;
    }
}
.index-news .intro-wrap .list .top .date
{
    margin-bottom: 10px;
}
.index-news .intro-wrap .list .top p
{
    display: -webkit-box;
    overflow: hidden;

    height: auto;
    max-height: 102px;

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

        max-height: 50px;

        -webkit-line-clamp: 2;
    }
}
.index-follow
{
    padding: 0;

    text-align: center;
}
.index-follow .title h3
{
    font-size: 54px;
}
@media (max-width: 1349px)
{
    .index-follow .title h3
    {
        font-size: 50px;
    }
}
@media (max-width: 1199px)
{
    .index-follow .title h3
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .index-follow .title h3
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .index-follow .title h3
    {
        font-size: 24px;
    }
}
.index-follow .share
{
    margin-top: 45px;
}
.index-follow .share a
{
    font-size: 44px;

    margin-left: 25px;
}
@media (max-width: 1199px)
{
    .index-follow .share
    {
        margin-top: 30px;
    }
    .index-follow .share a
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .index-follow .share
    {
        margin-top: 25px;
    }
    .index-follow .share a
    {
        font-size: 34px;
    }
}
@media (max-width: 767px)
{
    .index-follow .share
    {
        margin-top: 15px;
    }
    .index-follow .share a
    {
        font-size: 24px;

        margin-left: 10px;
    }
}
.public-banner
{
    position: relative;

    overflow: hidden;

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

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
@media (max-width: 991px)
{
    .public-banner img
    {
        width: 200%;
    }
}
.inside-nav
{
    position: relative;
    z-index: 10;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    text-align: center;
}
.inside-nav .nav-wrap
{
    overflow-x: auto;

    padding: 5px 0;

    border-bottom: 1px solid #ccc1b5;

    -webkit-overflow-scrolling: touch;
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/
    /*滑块效果*/
}
.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: 15px;

    position: relative;

    display: inline-block;

    padding: 0 20px;

    white-space: nowrap;

    color: #666;
}
.inside-nav li
{
    font-size: 18px;

    display: inline-block;

    margin-left: 70px;
}
.inside-nav li:first-child
{
    margin-left: 0;
}
@media (max-width: 1349px)
{
    .inside-nav li
    {
        margin-left: 60px;
    }
}
@media (max-width: 1199px)
{
    .inside-nav li
    {
        margin-left: 40px;
    }
}
@media (max-width: 991px)
{
    .inside-nav li
    {
        font-size: 15px;

        margin-left: 30px;
    }
    .inside-nav li:first-child
    {
        margin-left: 0;
    }
}
@media (max-width: 767px)
{
    .inside-nav li
    {
        font-size: 14px;

        margin-left: 25px;
    }
}
.inside-nav a
{
    position: relative;

    display: block;

    padding: 37px 0;
}
@media (min-width: 1200px)
{
    .inside-nav a:hover
    {
        color: #222;
    }
}
@media (max-width: 767px)
{
    .inside-nav a
    {
        padding: 10px 0;
    }
}
.inside-nav .active a
{
    font-weight: bold;

    color: #222;
}
.breadcrumb
{
    margin: 0;
    padding: 0;

    color: #333;
    background: none;
}
@media (max-width: 767px)
{
    .breadcrumb
    {
        margin-left: 15px;
    }
}
.breadcrumb li
{
    text-transform: capitalize;
}
.breadcrumb li:first-child
{
    position: relative;

    padding-left: 20px;
}
.breadcrumb li:first-child:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;

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

    content: '\e6c8';
}
@media (max-width: 767px)
{
    .breadcrumb li a
    {
        font-size: 12px;
    }
}
@media (min-width: 1200px)
{
    .breadcrumb li a:hover
    {
        color: #804e33;
    }
}
@media (max-width: 1199px)
{
    .breadcrumb li a:active
    {
        color: #804e33;
    }
}
.breadcrumb > li + li:before
{
    padding: 0 2px;

    content: '>';

    color: #333;
}
@media (min-width: 1200px)
{
    .list-l .menu-wrap
    {
        position: relative;
        z-index: 20;

        color: #222;
    }
    .list-l .menu
    {
        position: relative;
        z-index: 10;
    }
    .list-l .menu1 > li > a
    {
        font-size: 18px;

        position: relative;

        display: block;

        padding: 23px 30px;

        -webkit-transition: .3s;
                transition: .3s;
    }
    .list-l .menu1 > li > a:after
    {
        font-family: 'iconfont' !important;
        font-size: 12px;
        line-height: 1;

        position: absolute;
        z-index: 2;
        top: 100%;
        right: 25px;

        margin-top: -2px;

        content: '\e62f';
    }
    .list-l .menu1 > li:last-child > a:after
    {
        display: none;
    }
    .list-l .menu1 > li:nth-child(odd) > a
    {
        background-color: #f1eae3;
    }
    .list-l .menu1 > li:nth-child(odd) > a:after
    {
        color: #f1eae3;
    }
    .list-l .menu1 > li:nth-child(even) > a
    {
        background-color: #e4ddd6;
    }
    .list-l .menu1 > li:nth-child(even) > a:after
    {
        color: #e4ddd6;
    }
    .list-l .menu1 > li:hover > a
    {
        text-decoration: underline;
    }
    .list-l .menu1 > li.active > a
    {
        font-weight: bold;

        color: #fff;
        background-color: #804e33;
    }
    .list-l .menu1 > li.active > a:after
    {
        color: #804e33;
    }
    .list-l .menu2
    {
        display: none;

        padding: 25px 30px;
    }
    .list-l .menu2 > li > a
    {
        font-size: 17px;

        display: block;

        padding: 8px 0;
    }
    .list-l .menu2 > li.active > a,
    .list-l .menu2 > li:hover > a
    {
        text-decoration: underline;
    }
    .list-l .menu2 > li.active > a
    {
        font-weight: bold;

        position: relative;

        padding-right: 25px;
    }
    .list-l .menu2 > li.active > a:after
    {
        font-family: 'iconfont' !important;
        font-size: 12px;

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

        margin-top: -8px;

        content: '\e62b';
    }
    .list-l .menu2 ul
    {
        line-height: 1.7;

        margin: 5px 0 10px;
        padding-left: 15px;
    }
    .list-l .menu2 ul a:hover
    {
        text-decoration: underline;
    }
    .list-l .menu3 > li > a
    {
        font-size: 16px;
    }
}
@media (min-width: 1200px) and (max-width: 1349px)
{
    .content-r
    {
        width: 70%;
    }
}
.inside-page .title
{
    margin-bottom: 30px;
}
.inside-page .title h3
{
    font-size: 48px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 1199px)
{
    .inside-page .title h3
    {
        font-size: 38px;
    }
}
@media (max-width: 991px)
{
    .inside-page .title
    {
        margin-bottom: 25px;
    }
    .inside-page .title h3
    {
        font-size: 32px;
    }
}
@media (max-width: 767px)
{
    .inside-page .title
    {
        margin-bottom: 20px;
    }
    .inside-page .title h3
    {
        font-size: 26px;
    }
}
.inside-page .content
{
    padding-top: 90px;

    background: top center no-repeat;
}
@media (max-width: 1349px)
{
    .inside-page .content
    {
        padding-top: 80px;
    }
}
@media (max-width: 1199px)
{
    .inside-page .content
    {
        padding-top: 70px;
    }
}
@media (max-width: 991px)
{
    .inside-page .content
    {
        padding-top: 60px;
    }
}
@media (max-width: 767px)
{
    .inside-page .content
    {
        padding-top: 45px;
    }
}
.download-wrap .list
{
    color: #222;
}
@media (min-width: 1200px)
{
    .download-wrap .list li
    {
        -webkit-transition: .3s;
                transition: .3s;
    }
    .download-wrap .list li .iconfont
    {
        display: inline-block;

        -webkit-transition: .3s;
                transition: .3s;
    }
    .download-wrap .list li .iconfont:hover
    {
        -webkit-transform: translateY(3px);
            -ms-transform: translateY(3px);
                transform: translateY(3px);
    }
    .download-wrap .list li:hover
    {
        background-color: #fff;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    }
    .download-wrap .list li:hover,
    .download-wrap .list li:hover + li
    {
        border-color: #fff;
    }
}
@media only screen and (min-width: 768px)
{
    .download-wrap .list li
    {
        font-size: 0;

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

        text-align: justify;
        text-justify: distribute-all-lines;
        letter-spacing: -8px;

        border-top: 1px solid #ccc1b5;
    }
    .download-wrap .list li:after
    {
        display: inline-block;
        overflow: hidden;

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

        content: '';
    }
    .download-wrap .list li > div
    {
        font-size: 18px;

        display: inline-block;

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

        text-align: center;
        vertical-align: middle;
        letter-spacing: 0;
    }
    .download-wrap .list li:first-child
    {
        font-weight: bold;

        padding: 22px 40px;

        color: #fff;
        background-color: #804e33;
    }
    .download-wrap .list li .name
    {
        width: 55%;

        text-align: left;
    }
    .download-wrap .list li .down .iconfont
    {
        font-size: 25px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .download-wrap .list li
    {
        padding: 20px 25px;
    }
    .download-wrap .list li:first-child
    {
        padding: 15px 25px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .download-wrap .list li
    {
        padding: 15px 25px;
    }
    .download-wrap .list li > div
    {
        font-size: 16px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .download-wrap .list li .name
    {
        width: 40%;
    }
}
@media (max-width: 767px)
{
    .download-wrap .list li
    {
        font-size: 16px;

        padding: 15px 0 5px;

        border-bottom: 1px solid #ccc1b5;
    }
    .download-wrap .list li:first-child
    {
        display: none;
    }
    .download-wrap .list li > div
    {
        margin-bottom: 10px;
    }
    .download-wrap .list li > div:before
    {
        font-weight: bold;

        margin-right: 5px;

        content: attr(data-txt);

        color: #804e33;
    }
    .download-wrap .list li .iconfont
    {
        font-size: 20px;
        line-height: 1;
    }
}
.xs-nav
{
    font-size: 18px;

    margin: 0 -10px 25px;
}
@media (max-width: 991px)
{
    .xs-nav
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .xs-nav
    {
        font-size: 15px;
        font-size: 3.8vmin;

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

    padding: 0 10px;
}
@media (max-width: 767px)
{
    .xs-nav li
    {
        padding: 0 5px;
    }
}
.xs-nav li a
{
    display: block;

    padding: 4px 0;
}
.xs-nav .active a
{
    font-weight: bold;

    color: #804e33;
}
.product-wrap,
.product-details-wrap
{
    overflow: hidden;
}
.product-list .item:hover .default-show
{
    opacity: 0 !important;
}
.product-list .item:hover .hover-show
{
    opacity: 1 !important;
}
.product-list .item .hover-show
{
    z-index: 2;

    opacity: 0 !important;
}
@media (min-width: 1200px)
{
    .product-list .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .product-list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.product-list .item img
{
    -webkit-transition: .7s;
            transition: .7s;
}
.product-list .item h4,
.product-list .item p
{
    overflow: hidden;

    height: 24px;

    white-space: nowrap;
    text-overflow: ellipsis;
}
@media (max-width: 767px)
{
    .product-list .item h4,
    .product-list .item p
    {
        height: 20px;
    }
}
.product-list .item h4
{
    font-size: 22px;
    font-weight: bold;

    margin: 30px 0 15px;

    color: #222;
}
@media (max-width: 767px)
{
    .product-list .item h4
    {
        font-size: 18px;

        margin: 20px 0 10px;
    }
}
.product-list .item p
{
    font-size: 17px;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .product-list .item p
    {
        font-size: 15px;
    }
}
.product-list .item .more
{
    font-size: 16px;

    color: #222;
}
.product-list .item .more:before
{
    display: block;

    width: 50px;
    height: 1px;
    margin: 20px 0;

    content: '';

    background-color: #ccc1b5;
}
@media (max-width: 767px)
{
    .product-list .item .more
    {
        font-size: 14px;
    }
    .product-list .item .more:before
    {
        margin: 10px 0;
    }
}
.product-wrap .product-list
{
    margin-top: -60px;
}
@media (max-width: 1199px)
{
    .product-wrap .product-list
    {
        margin-top: -35px;
    }
}
@media (max-width: 480px)
{
    .product-wrap .product-list
    {
        margin-top: -25px;
    }
}
.product-wrap .product-list .img-box
{
    padding-bottom: 76.13636364%;

    box-shadow: 0 0 8px 1px rgba(0, 0, 0, .1);
}
.product-wrap .product-list li
{
    margin-top: 60px;
}
@media (max-width: 1199px)
{
    .product-wrap .product-list li
    {
        margin-top: 35px;
    }
}
@media (max-width: 480px)
{
    .product-wrap .product-list li
    {
        width: 100%;
        margin-top: 25px;
    }
}
.product-wrap .product-list .item .more:before
{
    display: none;
}
@media (min-width: 1200px)
{
    .product-wrap .product-list .item:hover .intro
    {
        background-color: #804e33;
    }
    .product-wrap .product-list .item:hover .intro h4,
    .product-wrap .product-list .item:hover .intro .more
    {
        color: #fff;
    }
}
.product-wrap .product-list .item .intro
{
    padding: 20px 30px;
}
@media (max-width: 1199px)
{
    .product-wrap .product-list .item .intro
    {
        padding: 20px 0 0;
    }
}
@media (max-width: 767px)
{
    .product-wrap .product-list .item .intro
    {
        padding-top: 15px;
    }
}
.product-wrap .product-list .item h4
{
    margin: 0 0 10px;
}
.product-wrap .product-list .item .more
{
    margin-top: 10px;
}
.product-wrap .page
{
    padding-top: 55px;
}
@media (max-width: 991px)
{
    .product-wrap .page
    {
        padding-top: 25px;
    }
}
.product-details-wrap .content
{
    color: #222;
}
.product-details-wrap h1
{
    font-size: 48px;

    margin: 0 0 40px;

    text-align: center;
}
@media (max-width: 1199px)
{
    .product-details-wrap h1
    {
        font-size: 42px;
    }
}
@media (max-width: 991px)
{
    .product-details-wrap h1
    {
        font-size: 36px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap h1
    {
        font-size: 28px;

        margin-bottom: 25px;
    }
}
@media (max-width: 480px)
{
    .product-details-wrap h1
    {
        font-size: 7vmin;
    }
}
.product-details-wrap .carousel-wrap
{
    background-color: #fff;
}
@media (min-width: 992px)
{
    .product-details-wrap .carousel-wrap
    {
        font-size: 0;

        letter-spacing: -8px;
    }
    .product-details-wrap .carousel-wrap > div
    {
        font-size: 14px;

        display: inline-block;

        vertical-align: middle;
        letter-spacing: 0;
    }
}
.product-details-wrap .carousel-wrap .img-box
{
    padding-bottom: 76.13636364%;
}
@media (min-width: 992px)
{
    .product-details-wrap .carousel-wrap .pic-box
    {
        width: 62.41134752%;
    }
}
.product-details-wrap .carousel-wrap .intro
{
    padding: 30px 55px;
}
@media (min-width: 992px)
{
    .product-details-wrap .carousel-wrap .intro
    {
        width: 37.58865248%;
    }
}
@media (max-width: 1349px)
{
    .product-details-wrap .carousel-wrap .intro
    {
        padding: 30px;
    }
}
@media (max-width: 480px)
{
    .product-details-wrap .carousel-wrap .intro
    {
        padding: 25px 15px;
    }
}
.product-details-wrap .carousel-wrap .wearing-txt
{
    font-size: 20px;
}
.product-details-wrap .carousel-wrap .wearing-pic
{
    width: 370px;
    max-width: 100%;
    margin: 15px 0 30px;
}
.product-details-wrap .carousel-wrap .video-btn
{
    font-size: 18px;
}
@media (max-width: 480px)
{
    .product-details-wrap .carousel-wrap .video-btn
    {
        font-size: 16px;
    }
}
.product-details-wrap .carousel-wrap .video-btn a
{
    -webkit-transition: .3s;
            transition: .3s;
}
.product-details-wrap .carousel-wrap .video-btn a:before,
.product-details-wrap .carousel-wrap .video-btn a b
{
    display: inline-block;

    vertical-align: middle;
}
.product-details-wrap .carousel-wrap .video-btn a:before
{
    font-family: 'iconfont' !important;
    font-size: 1.66666667em;

    margin-right: 5px;

    content: '\e6ce';
}
.product-details-wrap .carousel-wrap .video-btn a b
{
    text-decoration: underline;
}
.product-details-wrap .carousel-wrap .video-btn a:hover
{
    color: #804e33;
}
.product-details-wrap .share-box
{
    position: relative;

    margin-top: 25px;
}
.product-details-wrap .share-box > *
{
    display: inline-block;

    vertical-align: middle;
}
.product-details-wrap .share-box > span
{
    font-size: 16px;

    margin-right: 7px;
}
.product-details-wrap .fun-btn
{
    overflow: hidden;

    padding-top: 5px;
}
.product-details-wrap .fun-btn a
{
    font-size: 16px;

    position: relative;

    display: inline-block;
    overflow: hidden;

    margin-top: 25px;
    padding: 11px 25px;

    -webkit-transition: .5s;
            transition: .5s;
    text-align: center;
    vertical-align: middle;

    color: #804e33;
    border: 2px solid #804e33;
}
.product-details-wrap .fun-btn a:before,
.product-details-wrap .fun-btn a span
{
    display: inline-block;

    vertical-align: middle;
}
.product-details-wrap .fun-btn a:before
{
    font-family: 'iconfont' !important;
    font-size: 1.375em;
    font-style: normal;
    line-height: 1;

    margin-right: 10px;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.product-details-wrap .fun-btn a span
{
    font-weight: bold;
}
@media (max-width: 1469px)
{
    .product-details-wrap .fun-btn a
    {
        padding: 11px 13px;
    }
}
@media (min-width: 1200px)
{
    .product-details-wrap .fun-btn a:hover
    {
        color: #fff;
        background-color: #804e33;
    }
}
@media (max-width: 480px)
{
    .product-details-wrap .fun-btn a
    {
        font-size: 14px;

        padding: 7px 10px;
    }
    .product-details-wrap .fun-btn a:before
    {
        margin-right: 5px;
    }
}
.product-details-wrap .fun-btn .inquiry-btn
{
    margin-right: 30px;
}
@media (max-width: 1469px)
{
    .product-details-wrap .fun-btn .inquiry-btn
    {
        margin-right: 15px;
    }
}
@media (max-width: 480px)
{
    .product-details-wrap .fun-btn .inquiry-btn
    {
        margin-right: 10px;
    }
}
.product-details-wrap .fun-btn .inquiry-btn:before
{
    content: '\e62c';
}
.product-details-wrap .fun-btn .add-btn:before
{
    content: '\e641';
}
.product-details-wrap .list-title
{
    margin-top: 100px;
    margin-bottom: 30px;
}
@media (max-width: 1199px)
{
    .product-details-wrap .list-title
    {
        margin-top: 70px;
    }
}
@media (max-width: 991px)
{
    .product-details-wrap .list-title
    {
        margin-top: 45px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .list-title
    {
        margin-top: 35px;
    }
}
.product-details-wrap .list-title h4
{
    font-size: 36px;
    font-weight: bold;

    margin: 0 0 15px;
}
@media (max-width: 991px)
{
    .product-details-wrap .list-title h4
    {
        font-size: 28px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .list-title h4
    {
        font-size: 24px;

        margin-bottom: 15px;
    }
}
.product-details-wrap .intro-wrap h5
{
    font-size: 16px;

    margin: 0 0 10px;
}
.product-details-wrap .intro-wrap .intro img
{
    max-width: 100%;
    height: auto !important;
}
.product-details-wrap .intro-wrap .intro p
{
    line-height: 1.8;

    margin: 0;

    color: #333;
}
.product-details-wrap .inquire-wrap .list-title
{
    margin-bottom: 10px;
}
.inquiry-form p
{
    font-size: 16px;

    color: #666;
}
@media (max-width: 767px)
{
    .inquiry-form p
    {
        font-size: 14px;
    }
}
.inquiry-form input::-webkit-input-placeholder,
.inquiry-form textarea::-webkit-input-placeholder
{
    color: #333;
}
.inquiry-form input:-o-placeholder,
.inquiry-form textarea:-o-placeholder
{
    color: #333;
}
.inquiry-form input::-moz-placeholder,
.inquiry-form textarea::-moz-placeholder
{
    color: #333;
}
.inquiry-form input:-ms-input-placeholder,
.inquiry-form textarea:-ms-input-placeholder
{
    color: #333;
}
.inquiry-form input:focus::-webkit-input-placeholder,
.inquiry-form textarea:focus::-webkit-input-placeholder
{
    color: #afa7a7;
}
.inquiry-form input:focus::-o-placeholder,
.inquiry-form textarea:focus::-o-placeholder
{
    color: #afa7a7;
}
.inquiry-form input:focus::-moz-placeholder,
.inquiry-form textarea:focus::-moz-placeholder
{
    color: #afa7a7;
}
.inquiry-form input:focus::-ms-input-placeholder,
.inquiry-form textarea:focus::-ms-input-placeholder
{
    color: #afa7a7;
}
.inquiry-form form
{
    padding-top: 5px;

    text-align: center;
}
.inquiry-form form .row
{
    margin: 0 -10px;
}
.inquiry-form form .row li
{
    padding: 0 10px;
}
.inquiry-form form input::-webkit-input-placeholder,
.inquiry-form form textarea::-webkit-input-placeholder
{
    color: #444;
}
.inquiry-form form input:-o-placeholder,
.inquiry-form form textarea:-o-placeholder
{
    color: #444;
}
.inquiry-form form input::-moz-placeholder,
.inquiry-form form textarea::-moz-placeholder
{
    color: #444;
}
.inquiry-form form input:-ms-input-placeholder,
.inquiry-form form textarea:-ms-input-placeholder
{
    color: #444;
}
.inquiry-form form input:focus::-webkit-input-placeholder,
.inquiry-form form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.inquiry-form form input:focus::-o-placeholder,
.inquiry-form form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.inquiry-form form input:focus::-moz-placeholder,
.inquiry-form form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.inquiry-form form input:focus::-ms-input-placeholder,
.inquiry-form form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.inquiry-form form input,
.inquiry-form form textarea
{
    display: block;

    width: 100%;
    margin-bottom: 15px;
    padding: 15px 23px;

    text-align: left;

    background: #ece5dd;
}
@media (max-width: 767px)
{
    .inquiry-form form input,
    .inquiry-form form textarea
    {
        font-size: 14px;

        margin-bottom: 15px;
        padding: 10px 15px;
    }
}
.inquiry-form form .pro-name
{
    color: #222;
    background: #e4ddd6;
}
.inquiry-form form textarea
{
    height: 240px;
}
@media (max-width: 767px)
{
    .inquiry-form form textarea
    {
        height: 180px;
    }
}
.inquiry-form form .submit
{
    font-size: 16px;
    font-weight: bold;

    margin-top: 20px;
    padding: 13px 55px;

    color: #fff;
    background: #804e33;
}
@media (min-width: 1200px)
{
    .inquiry-form form .submit
    {
        -webkit-transition: .3s;
                transition: .3s;
    }
    .inquiry-form form .submit:hover
    {
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .4);
    }
}
@media (max-width: 1199px)
{
    .inquiry-form form .submit:active
    {
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .4);
    }
}
@media (max-width: 767px)
{
    .inquiry-form form .submit
    {
        margin-top: 10px;
        padding: 10px 40px;
    }
}
.inquiry-wrap h3
{
    font-size: 36px;
    font-weight: bold;

    margin: 0 0 15px;
}
@media (max-width: 991px)
{
    .inquiry-wrap h3
    {
        font-size: 28px;
    }
}
@media (max-width: 767px)
{
    .inquiry-wrap h3
    {
        font-size: 24px;

        margin-bottom: 15px;
    }
}
.inquiry-wrap .iq-title,
.inquiry-wrap .list li
{
    font-size: 0;

    width: 100%;
    padding-right: 40px;
    padding-left: 40px;

    text-align: justify;
    text-justify: distribute-all-lines;
    letter-spacing: -8px;
}
@media (max-width: 991px)
{
    .inquiry-wrap .iq-title,
    .inquiry-wrap .list li
    {
        padding-right: 30px;
        padding-left: 30px;
    }
}
@media (max-width: 767px)
{
    .inquiry-wrap .iq-title,
    .inquiry-wrap .list li
    {
        padding-right: 2%;
        padding-left: 2%;
    }
}
.inquiry-wrap .iq-title:after,
.inquiry-wrap .list li:after
{
    display: inline-block;
    overflow: hidden;

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

    content: '';
}
.inquiry-wrap .iq-title > div,
.inquiry-wrap .list li > div
{
    font-size: 16px;

    display: inline-block;

    text-align: center;
    vertical-align: middle;
    letter-spacing: 0;
}
@media (max-width: 767px)
{
    .inquiry-wrap .iq-title > div,
    .inquiry-wrap .list li > div
    {
        font-size: 14px;
    }
}
.inquiry-wrap .iq-title
{
    padding-top: 16px;
    padding-bottom: 16px;

    border: 1px solid #ccc1b5;
    background-color: #e4ddd6;
}
.inquiry-wrap .iq-title .th
{
    font-weight: bold;

    text-align: center;

    border: none;
}
@media (max-width: 767px)
{
    .inquiry-wrap .iq-title .th
    {
        font-size: 14px;
    }
}
.inquiry-wrap .iq-title .th.qty-box
{
    text-align: center;
}
.inquiry-wrap .iq-title .th span
{
    line-height: 18px;

    display: inline-block;

    vertical-align: middle;
}
.inquiry-wrap .iq-title .th.check-box label.replace
{
    background-color: #fff;
}
@media only screen and (min-width: 768px)
{
    .inquiry-wrap .iq-title .th.check-box label.replace:after
    {
        display: block;
    }
}
@media (max-width: 480px)
{
    .inquiry-wrap .iq-title .th.introduce-box
    {
        padding-left: 95px;
    }
}
.inquiry-wrap .iq-title .pic-box
{
    padding: 11px 0;

    text-align: center;
}
@media (max-width: 767px)
{
    .inquiry-wrap .iq-title .check-box
    {
        padding: 0;
    }
}
@media (max-width: 767px)
{
    .inquiry-wrap .iq-title .del-box
    {
        width: 30px;

        opacity: 0;
    }
}
.inquiry-wrap .inquiry-box
{
    width: 100%;
    padding-top: 10px;

    border: 1px solid #dbdbdb;
    border: none;
}
.inquiry-wrap .inquiry-box label
{
    margin-bottom: 0;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

         -o-user-select: none;
}
.inquiry-wrap .inquiry-box label:before
{
    border: 1px solid #ccc1b5;
    border-radius: 4px;
    background-color: #e6e6e6;
}
@media (max-width: 767px)
{
    .inquiry-wrap .inquiry-box .introduce-title
    {
        padding-left: 0 !important;

        text-align: center;
    }
}
.inquiry-wrap .inquiry-box .check-box
{
    text-align: left;
}
@media (min-width: 480px)
{
    .inquiry-wrap .inquiry-box .check-box
    {
        width: 100px;
    }
}
@media (min-width: 480px) and (max-width: 767px)
{
    .inquiry-wrap .inquiry-box .check-box
    {
        width: 30px;
    }
}
.inquiry-wrap .inquiry-box .check-box .check-all
{
    margin: 0;
}
.inquiry-wrap .inquiry-box .check-box .check-all > label
{
    margin-right: 10px;
}
@media (max-width: 767px)
{
    .inquiry-wrap .inquiry-box .check-box .check-all span
    {
        display: none;
    }
}
.inquiry-wrap .inquiry-box .check-box label.replace
{
    line-height: 14px;

    position: relative;

    display: inline-block;
    overflow: hidden;

    width: 16px;
    height: 16px;

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

    border: 1px solid #ccc1b5;
    border-radius: 4px;
    background-color: #fff;
}
@media (max-width: 480px)
{
    .inquiry-wrap .inquiry-box .check-box label.replace
    {
        margin-left: 5px;
    }
}
.inquiry-wrap .inquiry-box .check-box label.replace:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 1;

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

    content: '\e624';
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    text-align: center;

    opacity: 0;
    color: #333;
}
.inquiry-wrap .inquiry-box .check-box label.replace input
{
    display: none;
}
.inquiry-wrap .inquiry-box .check-box label.change:after
{
    opacity: 1;
}
.inquiry-wrap .inquiry-box .introduce-box
{
    text-align: left;
}
@media (min-width: 1200px)
{
    .inquiry-wrap .inquiry-box .introduce-box img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .inquiry-wrap .inquiry-box .introduce-box:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (min-width: 768px)
{
    .inquiry-wrap .inquiry-box .introduce-box
    {
        width: 48%;
    }
}
@media (min-width: 768px) and (max-width: 1199px)
{
    .inquiry-wrap .inquiry-box .introduce-box
    {
        width: 40%;
    }
}
@media (min-width: 768px) and (max-width: 991px)
{
    .inquiry-wrap .inquiry-box .introduce-box
    {
        width: 200px;
    }
}
@media (max-width: 767px)
{
    .inquiry-wrap .inquiry-box .introduce-box
    {
        width: -webkit-calc(100% - 120px);
        width:         calc(100% - 120px);
    }
}
@media (max-width: 480px)
{
    .inquiry-wrap .inquiry-box .introduce-box
    {
        width: -webkit-calc(100% - 70px);
        width:         calc(100% - 70px);
    }
}
.inquiry-wrap .inquiry-box .introduce-box > div
{
    display: inline-block;

    vertical-align: middle;
}
.inquiry-wrap .inquiry-box .introduce-box .pic-box
{
    position: relative;
    z-index: 2;

    overflow: hidden;

    width: 150px;

    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
}
@media (max-width: 480px)
{
    .inquiry-wrap .inquiry-box .introduce-box .pic-box
    {
        width: 80px;
    }
}
.inquiry-wrap .inquiry-box .introduce-box .pic-box .img-box
{
    padding-bottom: 76.13636364%;
}
@media (min-width: 1200px)
{
    .inquiry-wrap .inquiry-box .introduce-box .pic-box .pic img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .inquiry-wrap .inquiry-box .introduce-box .pic-box .pic:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.inquiry-wrap .inquiry-box .introduce-box .intro
{
    width: -webkit-calc(100% - 190px);
    width:         calc(100% - 190px);
}
@media only screen and (min-width: 768px)
{
    .inquiry-wrap .inquiry-box .introduce-box .intro
    {
        padding-left: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .inquiry-wrap .inquiry-box .introduce-box .intro
    {
        padding-left: 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .inquiry-wrap .inquiry-box .introduce-box .intro
    {
        width: 100%;
        margin-top: 10px;
        padding-left: 0;
    }
}
@media (max-width: 767px)
{
    .inquiry-wrap .inquiry-box .introduce-box .intro
    {
        padding-left: 5%;
    }
}
@media (max-width: 480px)
{
    .inquiry-wrap .inquiry-box .introduce-box .intro
    {
        width: -webkit-calc(100% - 90px);
        width:         calc(100% - 90px);
    }
}
.inquiry-wrap .inquiry-box .introduce-box h2
{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.57142857;

    display: -webkit-box;
    overflow: hidden;

    height: auto;
    max-height: 44px;
    margin: 0 0 5px 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px)
{
    .inquiry-wrap .inquiry-box .introduce-box h2
    {
        font-size: 14px;

        margin-bottom: 10px;
    }
}
@media (max-width: 480px)
{
    .inquiry-wrap .inquiry-box .introduce-box h2
    {
        font-size: 13px;
    }
}
.inquiry-wrap .inquiry-box .introduce-box h2:hover
{
    color: #804e33;
}
.inquiry-wrap .inquiry-box .introduce-box h2 ~ span
{
    margin-left: 15px;

    color: #999;
}
.inquiry-wrap .inquiry-box .introduce-box h2 ~ span:first-of-type
{
    margin-left: 0;
}
.inquiry-wrap .inquiry-box .introduce-box p
{
    overflow: hidden;

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

    color: #666;
}
@media (min-width: 768px)
{
    .inquiry-wrap .inquiry-box .introduce-box .number-box
    {
        display: none;
    }
}
.inquiry-wrap .inquiry-box .number-box
{
    display: inline-block;
    zoom: 1;

    min-width: 90px;

    text-align: center;
    vertical-align: middle;
}
.inquiry-wrap .inquiry-box .number-box:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.inquiry-wrap .inquiry-box .number-box a
{
    line-height: 28px;

    float: left;

    width: 40px;
    height: 30px;

    border: 1px solid #e5e5e5;
}
.inquiry-wrap .inquiry-box .number-box a:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

    color: #333;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.inquiry-wrap .inquiry-box .number-box a.del1:before
{
    content: '\e628';
}
.inquiry-wrap .inquiry-box .number-box a.add1:before
{
    content: '\e629';
}
@media (min-width: 1200px)
{
    .inquiry-wrap .inquiry-box .number-box a:active
    {
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
    }
}
@media (max-width: 480px)
{
    .inquiry-wrap .inquiry-box .number-box a
    {
        font-size: 12px;
        line-height: 23px;

        width: 25px;
        height: 25px;
    }
}
.inquiry-wrap .inquiry-box .number-box a.disable
{
    cursor: not-allowed;
}
.inquiry-wrap .inquiry-box .number-box .ipt-num
{
    line-height: 30px;

    float: left;

    width: 60px;
    min-width: 26px;
    max-width: 60px;
    height: 30px;

    text-align: center;

    color: #333;
    background: none;
}
@media (max-width: 767px)
{
    .inquiry-wrap .inquiry-box .number-box .ipt-num
    {
        line-height: 30px;

        width: 50px;
        height: 30px;
    }
}
@media (max-width: 480px)
{
    .inquiry-wrap .inquiry-box .number-box .ipt-num
    {
        line-height: 23px;

        width: 35px;
        height: 25px;
    }
}
.inquiry-wrap .inquiry-box .qty-box
{
    text-align: center;
}
@media (max-width: 767px)
{
    .inquiry-wrap .inquiry-box .qty-box
    {
        display: none;
    }
}
@media (min-width: 768px)
{
    .inquiry-wrap .inquiry-box .qty-box
    {
        width: 150px;

        text-align: center;
    }
}
.inquiry-wrap .inquiry-box .del-box
{
    text-align: center;
}
@media (min-width: 768px)
{
    .inquiry-wrap .inquiry-box .del-box
    {
        width: 80px;
    }
}
.inquiry-wrap .inquiry-box .del-box .del:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    content: '\e64c';

    color: #804e33;
}
.inquiry-wrap .inquiry-box .del-box .del:hover:before
{
    color: #804e33;
}
.inquiry-wrap .inquiry-box .list li
{
    padding-top: 30px;
    padding-bottom: 30px;

    border-bottom: 1px solid #ccc1b5;
}
@media (max-width: 480px)
{
    .inquiry-wrap .inquiry-box .list li
    {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
.inquiry-wrap .inquiry-form
{
    margin-top: 120px;
}
@media (max-width: 1349px)
{
    .inquiry-wrap .inquiry-form
    {
        margin-top: 100px;
    }
}
@media (max-width: 1199px)
{
    .inquiry-wrap .inquiry-form
    {
        margin-top: 80px;
    }
}
@media (max-width: 991px)
{
    .inquiry-wrap .inquiry-form
    {
        margin-top: 60px;
    }
}
@media (max-width: 767px)
{
    .inquiry-wrap .inquiry-form
    {
        margin-top: 35px;
    }
}
.iso-wrap .list li
{
    margin-top: 50px;
    padding: 0 180px 100px;

    background: url(../images/imgs/honor-bottom.png) no-repeat center bottom;
    background-size: contain;
}
@media (max-width: 1349px)
{
    .iso-wrap .list li
    {
        padding: 0 140px 80px;
    }
}
@media (max-width: 1199px)
{
    .iso-wrap .list li
    {
        padding: 0 100px 60px;
    }
}
@media (max-width: 991px)
{
    .iso-wrap .list li
    {
        padding: 0 70px 50px;
    }
}
@media (max-width: 767px)
{
    .iso-wrap .list li
    {
        padding: 0 50px 40px;
    }
}
@media (max-width: 480px)
{
    .iso-wrap .list li
    {
        margin-top: 35px;
        padding: 0 5% 7%;
    }
    .iso-wrap .list li .row
    {
        margin: 0 -5px;
    }
    .iso-wrap .list li .row > div
    {
        padding: 0 5px;
    }
}
.iso-wrap .list .img-box
{
    padding-bottom: 133.33333333%;
}
@media (min-width: 1200px)
{
    .iso-wrap .list .img-box img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .iso-wrap .list .img-box:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media only screen and (min-width: 768px)
{
    .history-wrap .list
    {
        padding-top: 5px;
    }
    .history-wrap .list li
    {
        margin-top: 25px;
    }
    .history-wrap .list li:nth-child(4n+1) .year:before
    {
        background-position: 100% 0;
    }
    .history-wrap .list li:nth-child(4n+2) .year:before
    {
        background-position: 100% 33.33333%;
    }
    .history-wrap .list li:nth-child(4n+3) .year:before
    {
        background-position: 100% 66.6666666%;
    }
    .history-wrap .list li:nth-child(4n+4) .year:before
    {
        background-position: 100% 100%;
    }
    .history-wrap .list li:nth-child(4n+3) b,
    .history-wrap .list li:nth-child(4n+4) b
    {
        padding-top: 26px;
    }
    .history-wrap .list li:nth-child(odd)
    {
        -webkit-animation-name: fadeInRight;
                animation-name: fadeInRight;
        text-align: right;
    }
    .history-wrap .list li:nth-child(odd) .item
    {
        padding-right: 220px;
    }
    .history-wrap .list li:nth-child(odd) .year
    {
        right: 0;
    }
    .history-wrap .list li:nth-child(odd) .year:after
    {
        left: 0;

        border-width: 0 0 130px 85px;
        border-color: transparent transparent #f9f4ef transparent;
    }
    .history-wrap .list li:nth-child(odd) .year b
    {
        padding-left: 90px;
    }
    .history-wrap .list li:nth-child(odd) .intro
    {
        padding: 0 70px 0 50px;
    }
    .history-wrap .list li:nth-child(odd) .intro:after
    {
        left: 100%;
    }
    .history-wrap .list li:nth-child(even)
    {
        -webkit-animation-name: fadeInLeft;
                animation-name: fadeInLeft;
    }
    .history-wrap .list li:nth-child(even) .item
    {
        padding-left: 220px;
    }
    .history-wrap .list li:nth-child(even) .year
    {
        left: 0;
    }
    .history-wrap .list li:nth-child(even) .year:after
    {
        right: 0;

        border-width: 130px 0 0 85px;
        border-color: transparent transparent transparent #f9f4ef;
    }
    .history-wrap .list li:nth-child(even) .year b
    {
        padding-right: 90px;
    }
    .history-wrap .list li:nth-child(even) .intro
    {
        padding: 0 20px 0 120px;
    }
    .history-wrap .list li:nth-child(even) .intro:after
    {
        right: 100%;
    }
    .history-wrap .list .item
    {
        position: relative;

        display: inline-block;

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

        text-align: left;

        background-color: #fff;
        background-clip: content-box;
    }
    .history-wrap .list .year
    {
        position: absolute;
        z-index: 5;
        bottom: 0;

        width: 295px;
        height: 135px;

        text-align: center;
    }
    .history-wrap .list .year:before
    {
        position: absolute;
        z-index: 2;
        left: 0;

        width: 100%;
        height: 100%;

        content: '';

        background: url(../images/year-bg.png) no-repeat 100% 0;
        background-size: auto 400%;
    }
    .history-wrap .list .year:after
    {
        position: absolute;
        bottom: -10px;

        display: block;

        width: 0;
        height: 0;

        content: '';

        border-style: solid;
    }
    .history-wrap .list .year b
    {
        font-size: 36px;

        position: relative;
        z-index: 5;
        top: 50%;

        display: block;

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

        color: #fff;
    }
    .history-wrap .list .intro
    {
        position: relative;

        box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
    }
    .history-wrap .list .cell
    {
        display: table-cell;

        width: 100%;
        height: 110px;

        vertical-align: middle;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .history-wrap .list li
    {
        margin-top: 35px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .history-wrap .list li:nth-child(odd) .item
    {
        padding-right: 190px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .history-wrap .list li:nth-child(odd) .intro
    {
        padding-left: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .history-wrap .list li:nth-child(even) .item
    {
        padding-left: 190px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .history-wrap .list li:nth-child(even) .intro
    {
        padding-left: 80px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .history-wrap .list .year
    {
        width: 265px;
        height: 122px;
    }
}
@media (max-width: 767px)
{
    .history-wrap .list li
    {
        margin-top: 25px;
    }
    .history-wrap .list li:nth-child(4n+1) .year
    {
        background-color: #f6b94c;
    }
    .history-wrap .list li:nth-child(4n+2) .year
    {
        background-color: #71b5be;
    }
    .history-wrap .list li:nth-child(4n+3) .year
    {
        background-color: #a0c19f;
    }
    .history-wrap .list li:nth-child(4n+4) .year
    {
        background-color: #c46339;
    }
    .history-wrap .list .intro
    {
        padding: 25px 15px;

        background-color: #fff;
    }
    .history-wrap .list .year
    {
        font-size: 20px;

        width: 100px;
        padding: 5px 0;

        text-align: center;

        color: #fff;
    }
}
.history-wrap .list p
{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.33333333;

    margin: 0;

    color: #222;
}
@media (max-width: 991px)
{
    .history-wrap .list p
    {
        font-size: 16px;
    }
}
.philosophy-wrap .content p
{
    font-size: 20px;
    line-height: 1.5;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .philosophy-wrap .content p
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .philosophy-wrap .content p
    {
        font-size: 16px;
    }
}
.philosophy-wrap .content img
{
    max-width: 100%;
    height: auto !important;
}
.philosophy-wrap .content .pic-box
{
    text-align: right;
}
@media (max-width: 991px)
{
    .philosophy-wrap .content .pic-box
    {
        margin-top: 40px;

        text-align: center;
    }
}
@media only screen and (min-width: 1470px)
{
    .affiliate-wrap .fancybox-pic img
    {
        position: relative;
        left: 50%;

        display: block;

        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}
@media (max-width: 1469px)
{
    .affiliate-wrap .fancybox-pic img
    {
        max-width: 100%;
        height: auto !important;
    }
}
.about-wrap .content
{
    padding-top: 140px;
    padding-bottom: 0;
}
@media (max-width: 1199px)
{
    .about-wrap .content
    {
        padding-top: 100px;
    }
}
@media (max-width: 991px)
{
    .about-wrap .content
    {
        padding-top: 70px;
    }
}
@media (max-width: 767px)
{
    .about-wrap .content
    {
        padding-top: 45px;
    }
}
.about-wrap p
{
    font-size: 17px;
    line-height: 1.76470588;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .about-wrap p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .about-wrap p
    {
        font-size: 15px;
    }
}
.about-wrap .intro-wrap
{
    zoom: 1;
}
.about-wrap .intro-wrap:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.about-wrap .top-intro
{
    position: relative;
    z-index: 5;

    padding-bottom: 5%;
}
.about-wrap .top-intro .img-box
{
    padding-bottom: 103.125%;
}
.about-wrap .top-intro .pic-box
{
    position: relative;

    width: 640px;
}
@media only screen and (min-width: 992px)
{
    .about-wrap .top-intro .pic-box
    {
        float: right;

        margin-left: 75px;
    }
    .about-wrap .top-intro .pic-box:after
    {
        position: absolute;
        z-index: -1;
        top: -10%;
        right: -80px;

        display: block;

        width: 50%;
        height: 120%;

        content: '';

        background-color: #ece5dd;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1349px)
{
    .about-wrap .top-intro .pic-box
    {
        width: 600px;
        margin-left: 40px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .about-wrap .top-intro .pic-box
    {
        width: 450px;
    }
}
@media (max-width: 991px)
{
    .about-wrap .top-intro .pic-box
    {
        max-width: 100%;
    }
}
.about-wrap .top-intro .title
{
    padding-top: 60px;
}
@media (max-width: 1349px)
{
    .about-wrap .top-intro .title
    {
        padding-top: 20px;
    }
}
.about-wrap .top-intro .bg-txt
{
    font-size: 86px;
    font-weight: bold;

    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;

    width: 100%;

    text-align: center;

    opacity: .02;
    color: #222;
}
@media (max-width: 991px)
{
    .about-wrap .top-intro .bg-txt
    {
        font-size: 70px;

        bottom: 0;
    }
}
@media (max-width: 767px)
{
    .about-wrap .top-intro .bg-txt
    {
        font-size: 50px;
    }
}
@media (max-width: 480px)
{
    .about-wrap .top-intro .bg-txt
    {
        font-size: 36px;
        font-size: 8.5vmin;
    }
}
.about-wrap .bottom-intro
{
    padding-top: 50px;
}
@media (max-width: 991px)
{
    .about-wrap .bottom-intro
    {
        padding-top: 30px;
    }
}
.about-wrap .bottom-intro .pic-box
{
    width: 610px;
    max-width: 100%;
}
@media (min-width: 481px)
{
    .about-wrap .bottom-intro .pic-box
    {
        float: left;

        margin-right: 70px;
    }
}
@media (min-width: 481px) and (max-width: 1199px)
{
    .about-wrap .bottom-intro .pic-box
    {
        width: 450px;
        margin-right: 40px;
    }
}
@media (min-width: 481px) and (max-width: 991px)
{
    .about-wrap .bottom-intro .pic-box
    {
        width: 350px;
    }
}
@media (min-width: 481px) and (max-width: 767px)
{
    .about-wrap .bottom-intro .pic-box
    {
        width: 300px;
    }
}
@media (max-width: 480px)
{
    .about-wrap .bottom-intro .pic-box
    {
        margin-bottom: 25px;
    }
}
.about-wrap .bottom-intro .img-box
{
    padding-bottom: 77.04918033%;
}
@media (min-width: 1200px)
{
    .about-wrap .bottom-intro p:first-of-type
    {
        padding-top: 100px;
    }
}
@media (min-width: 1200px) and (max-width: 1469px)
{
    .about-wrap .bottom-intro p:first-of-type
    {
        padding-top: 70px;
    }
}
@media (min-width: 1200px) and (max-width: 1349px)
{
    .about-wrap .bottom-intro p:first-of-type
    {
        padding-top: 40px;
    }
}
.log-in-form form input,
.registered-form form input,
.log-in-form form textarea,
.registered-form form textarea
{
    border: 1px solid #d1cac4;
    border-radius: 5px;
}
.log-in-form form .submit,
.registered-form form .submit
{
    padding: 7px 30px;

    border-radius: 5px;
}
.log-in-form h3
{
    font-size: 36px;
    font-weight: bold;

    margin: 0 0 25px;
}
.log-in-form h3,
.log-in-form h3 + p
{
    text-align: center;
}
.log-in-form h3 + p
{
    font-size: 16px;

    margin-bottom: 30px;

    color: #000;
}
@media (max-width: 767px)
{
    .log-in-form h3
    {
        font-size: 30px;

        margin-bottom: 15px;
    }
    .log-in-form h3 + p
    {
        font-size: 14px;

        margin-bottom: 10px;
    }
}
.log-in-form .tips
{
    padding-top: 70px;
}
@media (max-width: 767px)
{
    .log-in-form .tips
    {
        padding-top: 0;
    }
}
.log-in-form .tips > div
{
    margin-top: 30px;
}
@media (max-width: 480px)
{
    .log-in-form .tips > div
    {
        width: 100%;
        margin-top: 20px;
    }
}
.log-in-form .tips b
{
    font-size: 24px;

    display: block;

    color: #000;
}
@media (max-width: 480px)
{
    .log-in-form .tips b
    {
        font-size: 20px;
    }
}
.log-in-form .tips .register-btn
{
    font-size: 16px;
    font-weight: bold;

    display: inline-block;

    margin-top: 15px;
    padding: 9px 34px;

    cursor: pointer;

    color: #804e33;
    border-radius: 5px;
    background-color: #ece5dd;
}
@media (min-width: 1200px)
{
    .log-in-form .tips .register-btn
    {
        -webkit-transition: .3s;
                transition: .3s;
    }
    .log-in-form .tips .register-btn:hover
    {
        color: #fff;
        background-color: #804e33;
    }
}
@media (max-width: 1199px)
{
    .log-in-form .tips .register-btn:active
    {
        color: #fff;
        background-color: #804e33;
    }
}
@media (max-width: 767px)
{
    .log-in-form .tips .register-btn
    {
        font-size: 14px;

        padding: 7px 25px;
    }
}
.log-in-form .tips p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #000;
}
@media (max-width: 480px)
{
    .log-in-form .tips p
    {
        font-size: 12px;
        line-height: 1.6;
    }
}
.registered-form
{
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
}
.registered-form h3
{
    margin: 0 0 25px;

    text-align: center;
}
@media (max-width: 767px)
{
    .registered-form h3
    {
        font-size: 22px;

        margin-bottom: 15px;
    }
}
@media (max-width: 767px)
{
    .registered-form h3
    {
        font-size: 20px;
    }
}
.registered-form .verification-code
{
    text-align: left;
}
.registered-form .verification-code input,
.registered-form .verification-code .pic-box
{
    display: inline-block;

    margin-bottom: 15px;

    vertical-align: middle;
}
.registered-form .verification-code input
{
    width: 160px;
}
.registered-form .verification-code .pic-box
{
    margin-left: 5px;
}
.layer-inquiry
{
    display: none;

    width: 830px;
    max-width: 95%;
    padding: 75px;

    background: #f9f4ef;

    -ms-touch-action: pan-y;
        touch-action: pan-y;
}
@media (max-width: 767px)
{
    .layer-inquiry
    {
        padding: 35px 25px 25px;
    }
}
.layer-inquiry .fancybox-close-small
{
    top: 25px;
    right: 25px;

    width: 22px;
    height: 22px;

    border-radius: 0;
    background-color: #000;
}
@media (max-width: 480px)
{
    .layer-inquiry .fancybox-close-small
    {
        top: 20px;
        right: 20px;
    }
}
.layer-inquiry .fancybox-close-small:after
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    line-height: 20px;

    position: relative;
    top: 0;
    left: 0;

    width: auto;
    height: auto;

    content: '\e61b';

    color: #fff;
}
.layer-inquiry .fancybox-close-small:hover:after
{
    background: none;
}
.layer-inquiry .registered-form
{
    display: none;
}
.layer-inquiry .registered-form .justify
{
    font-size: 0;

    width: 100%;
    padding: 0;

    text-align: justify;
    text-justify: distribute-all-lines;
    letter-spacing: -8px;
}
.layer-inquiry .registered-form .justify:after
{
    display: inline-block;
    overflow: hidden;

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

    content: '';
}
.layer-inquiry .registered-form .justify button
{
    font-size: 16px;

    display: inline-block;

    letter-spacing: 0;
}
.layer-inquiry .registered-form .back-login
{
    background: none;
}
.layer-inquiry .registered-form .back-login:hover
{
    text-decoration: underline;
}
.news-wrap .list
{
    margin-top: -50px;
}
@media (max-width: 480px)
{
    .news-wrap .list
    {
        margin-top: -30px;
    }
}
.news-wrap .list li
{
    margin-top: 50px;
}
@media (min-width: 481px)
{
    .news-wrap .list li:nth-child(odd) .top
    {
        display: none;
    }
    .news-wrap .list li:nth-child(odd) .intro:before
    {
        top: 0;
    }
    .news-wrap .list li:nth-child(even) .bottom
    {
        display: none;
    }
    .news-wrap .list li:nth-child(even) .intro:before
    {
        bottom: 0;
    }
}
@media (max-width: 480px)
{
    .news-wrap .list li
    {
        width: 100%;
        margin-top: 30px;
    }
    .news-wrap .list li .top
    {
        display: none;
    }
    .news-wrap .list li .intro
    {
        padding: 25px 0 0;
    }
    .news-wrap .list li .intro:before
    {
        top: 0;
    }
}
@media (min-width: 1200px)
{
    .news-wrap .list .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .news-wrap .list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (min-width: 1200px)
{
    .news-wrap .list .item:hover .intro
    {
        background-color: #fff;
    }
}
.news-wrap .list .pic-box
{
    position: relative;
}
.news-wrap .list .date
{
    font-size: 16px;

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

    padding: 12px 18px;

    color: #fff;
    border-radius: 4px;
    background-color: #804e33;
}
.news-wrap .list .date:before,
.news-wrap .list .date span
{
    display: inline-block;

    vertical-align: middle;
}
.news-wrap .list .date:before
{
    font-family: 'iconfont' !important;
    font-size: 1.2em;

    margin-right: 10px;

    content: '\e77c';
}
@media (max-width: 991px)
{
    .news-wrap .list .date
    {
        font-size: 14px;

        padding: 8px 14px;
    }
}
@media (max-width: 767px)
{
    .news-wrap .list .date
    {
        font-size: 12px;

        right: 10px;
        bottom: 10px;

        padding: 5px 9px;
    }
    .news-wrap .list .date:before
    {
        margin-right: 5px;
    }
}
.news-wrap .list .img-box
{
    padding-bottom: 56.52173913%;
}
.news-wrap .list .intro
{
    position: relative;

    padding: 30px;

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

    color: #222;
}
@media (max-width: 1199px)
{
    .news-wrap .list .intro
    {
        padding: 20px 15px;
    }
}
.news-wrap .list .intro:before
{
    position: absolute;
    left: 35px;

    display: block;

    width: 2px;
    height: 16px;

    content: '';

    background-color: #ccc1b5;
}
.news-wrap .list .intro h4
{
    font-size: 22px;
    font-weight: bold;

    overflow: hidden;

    height: 24px;
    margin: 0 0 10px;

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

        height: 22px;
    }
}
.news-wrap .list .intro p
{
    font-size: 16px;
    line-height: 1.5;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;

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

        height: 42px;
    }
}
.news-wrap .list .intro .more
{
    font-size: 16px;
    font-weight: bold;

    margin-top: 20px;

    text-decoration: underline;
}
@media (max-width: 991px)
{
    .news-wrap .list .intro .more
    {
        margin-top: 15px;
    }
}
.news-wrap .page
{
    padding-top: 100px;
}
@media (max-width: 1199px)
{
    .news-wrap .page
    {
        padding-top: 70px;
    }
}
@media (max-width: 991px)
{
    .news-wrap .page
    {
        padding-top: 40px;
    }
}
@media (max-width: 767px)
{
    .news-wrap .page
    {
        padding-top: 25px;
    }
}
.news-details-wrap
{
    color: #222;
}
.news-details-wrap h1
{
    font-size: 48px;
    font-weight: bold;
    line-height: 1.3;

    margin: 0;
}
@media (max-width: 991px)
{
    .news-details-wrap h1
    {
        font-size: 38px;
    }
}
@media (max-width: 767px)
{
    .news-details-wrap h1
    {
        font-size: 24px;
        font-size: 5.5vmin;
    }
}
.news-details-wrap .date
{
    font-size: 16px;

    margin: 20px 0;
}
.news-details-wrap .date:before,
.news-details-wrap .date span
{
    display: inline-block;

    vertical-align: middle;
}
.news-details-wrap .date:before
{
    font-family: 'iconfont' !important;
    font-size: 1.2em;

    margin-right: 10px;

    content: '\e77c';
}
.news-details-wrap .date span
{
    font-weight: bold;
}
@media (max-width: 767px)
{
    .news-details-wrap .date
    {
        margin: 15px 0;
    }
}
.news-details-wrap .intro img
{
    max-width: 100%;
    height: auto !important;
}
.news-details-wrap .intro p
{
    font-size: 16px;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 767px)
{
    .news-details-wrap .intro p
    {
        font-size: 15px;
    }
}
.news-details-wrap .news-page
{
    overflow: hidden;

    margin-top: 40px;
}
@media (max-width: 991px)
{
    .news-details-wrap .news-page
    {
        margin-top: 25px;
    }
}
@media (max-width: 767px)
{
    .news-details-wrap .news-page
    {
        margin-top: 20px;
    }
}
.news-details-wrap .news-page a
{
    font-size: 20px;
    font-weight: bold;

    position: relative;

    display: inline-block;

    max-width: 100%;
}
@media only screen and (min-width: 1200px)
{
    .news-details-wrap .news-page a:hover
    {
        text-decoration: underline;

        color: #804e33;
    }
}
@media (max-width: 1199px)
{
    .news-details-wrap .news-page a:active
    {
        text-decoration: underline;

        color: #804e33;
    }
}
@media (max-width: 767px)
{
    .news-details-wrap .news-page a
    {
        font-size: 16px;
    }
}
.news-details-wrap .news-page p
{
    overflow: hidden;

    margin: 0;
    padding: 5px 0;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.contact-wrap
{
    position: relative;

    overflow: hidden;
}
.contact-wrap h3
{
    font-size: 48px;
    font-weight: bold;

    margin: 0 0 35px;
}
@media (max-width: 1199px)
{
    .contact-wrap h3
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .contact-wrap h3
    {
        font-size: 32px;

        margin-bottom: 25px;
    }
}
@media (max-width: 767px)
{
    .contact-wrap h3
    {
        font-size: 26px;

        margin-bottom: 15px;
    }
}
.contact-wrap .contact-box
{
    padding-top: 0;
    padding-bottom: 80px;

    border-bottom: 1px solid #ccc1b5;
}
@media (min-width: 1200px)
{
    .contact-wrap .contact-box .col-md-7
    {
        position: relative;
    }
    .contact-wrap .contact-box .col-md-7:before
    {
        position: absolute;
        top: 50%;
        right: 0;

        display: block;

        width: 1px;
        height: 100px;
        margin-top: -50px;

        content: '';

        background-color: #ccc1b5;
    }
    .contact-wrap .contact-box .col-md-5
    {
        padding-left: 60px;
    }
}
@media (max-width: 1199px)
{
    .contact-wrap .contact-box
    {
        padding-bottom: 40px;
    }
}
@media (max-width: 767px)
{
    .contact-wrap .contact-box
    {
        padding-bottom: 25px;
    }
}
.contact-wrap .contact-box p
{
    color: #222;
}
@media only screen and (min-width: 992px)
{
    .contact-wrap .contact-box p
    {
        font-size: 24px;

        margin-bottom: 15px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1349px)
{
    .contact-wrap .contact-box p
    {
        font-size: 22px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .contact-wrap .contact-box p
    {
        font-size: 18px;
    }
}
@media (min-width: 1200px)
{
    .contact-wrap .contact-box a:hover
    {
        text-decoration: underline;
    }
}
@media (max-width: 1199px)
{
    .contact-wrap .contact-box a:active
    {
        text-decoration: underline;
    }
}
.contact-wrap .fun-wrap > div
{
    margin-top: 75px;
}
@media (max-width: 991px)
{
    .contact-wrap .fun-wrap > div
    {
        margin-top: 45px;
    }
}
@media (max-width: 767px)
{
    .contact-wrap .fun-wrap > div
    {
        margin-top: 25px;
    }
}
.contact-wrap .inquiry-form form
{
    text-align: left;
}
.contact-wrap .inquiry-form form input,
.contact-wrap .inquiry-form form textarea
{
    border: 1px solid #d1cac4;
}
.contact-wrap .inquiry-form form textarea
{
    height: 170px;
}
.contact-wrap .inquiry-form form input,
.contact-wrap .inquiry-form form textarea,
.contact-wrap .inquiry-form form .submit
{
    border-radius: 4px;
}
.contact-wrap .map
{
    position: relative;
}
.contact-wrap .map .map-content
{
    display: block;
    overflow: hidden;

    height: 320px;
}
@media (max-width: 767px)
{
    .contact-wrap .map .map-content
    {
        height: 280px;
        height: 56vmin;
    }
}
.online-function > div
{
    position: absolute;
    z-index: 100;
    top: 30%;
    left: 45px;
}
@media (max-width: 1199px)
{
    .online-function > div
    {
        left: 10px;
    }
}
.online-function .share
{
    width: 16px;
    margin-left: 22px;

    color: #fff;
}
@media (max-width: 991px)
{
    .online-function .share
    {
        display: none;
    }
}
.online-function .share a
{
    margin: 12px 0;
}
.online-function .cart
{
    position: fixed;

    margin-top: 250px;
}
@media (max-width: 991px)
{
    .online-function .cart
    {
        top: 7%;
    }
}
.online-function .cart a
{
    position: relative;

    display: block;

    padding: 10px 21px 10px 11px;

    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
}
.online-function .cart a:before
{
    font-family: 'iconfont' !important;
    font-size: 28px;

    content: '\e641';
}
.online-function .cart a span
{
    position: absolute;
    top: 5px;
    right: 5px;
}
@media (max-width: 991px)
{
    .online-function .cart a
    {
        padding: 8px 16px 2px 6px;
    }
    .online-function .cart a:before
    {
        font-size: 22px;
    }
    .online-function .cart a span
    {
        font-size: 12px;

        top: 0;
    }
}
.online-wrap .btn
{
    line-height: 38px;

    position: fixed;
    z-index: 100;
    right: 2px;
    bottom: 60px;

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

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

    border: 1px solid #e1e1e1;
    border-radius: 0;
    background-color: #fff;
}
@media (min-width: 768px)
{
    .online-wrap .btn
    {
        display: none;
    }
}
.online-wrap .btn:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

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

    color: #333;
}
.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: 120px;

    display: none;

    max-width: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .online-wrap .code-pic
    {
        right: 55px;
        bottom: 370px;
    }
}
.online-wrap .code-pic .pic-box
{
    padding: 5px;

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

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

    -webkit-transition: right .3s;
            transition: right .3s;
}
@media (max-width: 767px)
{
    .online-wrap .online
    {
        right: -60px;
        bottom: 110px;
    }
    .online-wrap .online.active
    {
        right: 2px;
    }
}
.online-wrap .online a
{
    line-height: 51px;

    position: relative;

    display: block;

    width: 53px;
    height: 53px;

    text-align: center;

    color: #9b9b9b;
    border: 1px solid #e1e1e1;
    background-color: #fff;
}
.online-wrap .online a:not(:first-child)
{
    border-top: transparent;
}
.online-wrap .online a:before
{
    font-size: 26px;
}
@media (min-width: 1200px)
{
    .online-wrap .online a:hover
    {
        color: #fff;
        border-color: #9b9b9b;
        background-color: #9b9b9b;
    }
}
@media (max-width: 767px)
{
    .online-wrap .online a
    {
        line-height: 38px;

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

    padding-right: 5px;

    -webkit-transition: right .3s;
            transition: right .3s;
    white-space: nowrap;
}
.online-wrap .online .iconfont .phone-num p
{
    line-height: inherit;

    margin: 0;
    padding: 0 15px;

    color: #666;
    border: 1px solid #e1e1e1;
    background-color: #fff;
}
.online-wrap .online .code .mask
{
    position: absolute;
    z-index: 10;
    right: 100%;
    bottom: -40px;

    display: none;

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

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

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

    margin: 5px 0 8px 0;

    color: #333;
}
.xs-online
{
    position: fixed;
    z-index: 998;
    bottom: 0;
    left: 0;

    width: 100%;

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

    width: 100%;

    table-layout: fixed;

    text-align: center;

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

    width: 20%;

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

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

    display: block;

    margin-bottom: 3px;

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

    display: block;

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

    display: none;

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

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

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

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

    margin: 0;

    white-space: nowrap;

    color: #333;
}
.share
{
    font-weight: 500;
}
.share a
{
    font-size: 16px;

    display: inline-block;
    overflow: hidden;

    margin-left: 10px;

    -webkit-transition:         transform .3s;
    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;
    text-align: center;
    vertical-align: middle;
}
.share a:first-child
{
    margin-left: 0 !important;
}
.share a:before
{
    display: block;
}
.share a:hover
{
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
}
.share.color .icon-facebook:before
{
    background-color: #3b5998;
}
.share.color .icon-tuite:before
{
    background-color: #55acee;
}
.share.color .icon-linkedin:before
{
    background-color: #006a9a;
}
.share.color .icon-youtube:before
{
    background-color: #c4302b;
}
.share.color .icon-instagram:before
{
    background-color: #6b3d2e;
}
.share.color .icon-google:before
{
    background-color: #dc4e41;
}
.contact-box
{
    padding-top: 10px;
}
@media (max-width: 767px)
{
    .contact-box
    {
        padding-top: 0;
    }
}
.contact-box h5
{
    font-weight: bold;

    margin: 0 0 15px;

    text-transform: uppercase;
}
.contact-box > p
{
    font-size: 18px;

    position: relative;

    display: table;

    color: #555;
}
@media (max-width: 767px)
{
    .contact-box > p
    {
        font-size: 16px;
    }
}
@media (max-width: 480px)
{
    .contact-box > p
    {
        font-size: 14px;
    }
}
.contact-box > p span
{
    display: table-cell;
}
.contact-box > p span:first-child
{
    font-weight: bold;

    width: 75px;
    padding-right: 5px;

    white-space: nowrap;

    color: #222;
}
@media (max-width: 767px)
{
    .contact-box > p span:first-child
    {
        width: 70px;
    }
}
.footer
{
    position: relative;
    z-index: 10;

    overflow: hidden;

    padding: 100px 0;
}
@media (max-width: 1199px)
{
    .footer
    {
        padding: 80px 0;
    }
}
@media (max-width: 991px)
{
    .footer
    {
        padding: 60px 0;
    }
}
@media (max-width: 767px)
{
    .footer
    {
        padding: 40px 0 70px;
    }
}
.footer .footer-row
{
    font-size: 0;

    overflow: hidden;

    margin: 0 -15px;

    text-align: justify;
    text-justify: distribute-all-lines;
    letter-spacing: -8px;
}
@media (min-width: 992px)
{
    .footer .footer-row:after
    {
        display: inline-block;
        overflow: hidden;

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

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

    display: inline-block;

    padding: 0 15px;

    text-align: left;
    vertical-align: top;
    letter-spacing: 0;

    color: #222;
}
@media (max-width: 991px)
{
    .footer .foot-list
    {
        width: 100%;
    }
}
.footer .foot-list li
{
    position: relative;
}
.footer .foot-list li a
{
    position: relative;

    display: inline-block;
}
.footer .foot-list p,
.footer .foot-list li
{
    line-height: 1.85714286;

    -webkit-transition: .3s;
            transition: .3s;
}
@media only screen and (min-width: 1200px)
{
    .footer .foot-list p a:hover,
    .footer .foot-list li a:hover
    {
        text-decoration: underline;
    }
}
@media (max-width: 1199px)
{
    .footer .foot-list p a:active,
    .footer .foot-list li a:active
    {
        text-decoration: underline;
    }
}
.footer .foot-list h4
{
    font-size: 40px;
    font-weight: bold;

    margin: 0 0 25px;

    text-transform: uppercase;
}
@media (max-width: 1349px)
{
    .footer .foot-list h4
    {
        font-size: 36px;
    }
}
@media (max-width: 1199px)
{
    .footer .foot-list h4
    {
        font-size: 32px;
    }
}
@media (max-width: 991px)
{
    .footer .foot-list h4
    {
        font-size: 28px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-list h4
    {
        font-size: 22px;
    }
}
.footer .foot-message
{
    position: relative;
}
@media (min-width: 992px)
{
    .footer .foot-message
    {
        width: 42.45283019%;
    }
}
.footer .foot-message .box
{
    overflow: hidden;

    padding: 70px;

    background-color: #ece5dd;
}
@media only screen and (min-width: 992px)
{
    .footer .foot-message .box
    {
        min-height: 510px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .footer .foot-message .box
    {
        padding: 70px 25px;
    }
}
@media (max-width: 991px)
{
    .footer .foot-message .box
    {
        margin-bottom: 35px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-message .box
    {
        padding: 35px 20px;
    }
}
.footer .foot-message h4
{
    color: #804e33;
}
.footer .foot-message p
{
    font-size: 17px;

    margin: 0;

    color: #222;
}
.footer .foot-message form
{
    position: relative;

    overflow: hidden;

    max-width: 100%;
    margin: 0 auto;
    padding-top: 45px;
}
.footer .foot-message form input::-webkit-input-placeholder,
.footer .foot-message form textarea::-webkit-input-placeholder
{
    color: #222;
}
.footer .foot-message form input:-o-placeholder,
.footer .foot-message form textarea:-o-placeholder
{
    color: #222;
}
.footer .foot-message form input::-moz-placeholder,
.footer .foot-message form textarea::-moz-placeholder
{
    color: #222;
}
.footer .foot-message form input:-ms-input-placeholder,
.footer .foot-message form textarea:-ms-input-placeholder
{
    color: #222;
}
.footer .foot-message form input:focus::-webkit-input-placeholder,
.footer .foot-message form textarea:focus::-webkit-input-placeholder
{
    color: #999;
}
.footer .foot-message form input:focus::-o-placeholder,
.footer .foot-message form textarea:focus::-o-placeholder
{
    color: #999;
}
.footer .foot-message form input:focus::-moz-placeholder,
.footer .foot-message form textarea:focus::-moz-placeholder
{
    color: #999;
}
.footer .foot-message form input:focus::-ms-input-placeholder,
.footer .foot-message form textarea:focus::-ms-input-placeholder
{
    color: #999;
}
@media (max-width: 767px)
{
    .footer .foot-message form
    {
        padding-top: 20px;
    }
}
.footer .foot-message form input
{
    display: block;

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

    color: #222;
    border-bottom: 3px solid #804e33;
    background: none;
}
@media (max-width: 767px)
{
    .footer .foot-message form input
    {
        padding: 15px 10px;
    }
}
.footer .foot-message form .submit
{
    margin-top: 45px;
    padding: 11px 35px;

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

    color: #fff;
    background: #804e33;
}
.footer .foot-message form .submit:before,
.footer .foot-message form .submit span
{
    display: inline-block;

    vertical-align: middle;
}
.footer .foot-message form .submit:before
{
    font-family: 'iconfont' !important;
    font-size: 1.2em;

    margin-right: 10px;

    content: '\e623';
}
@media (max-width: 767px)
{
    .footer .foot-message form .submit
    {
        margin-top: 25px;
        padding: 8px 26px;
    }
}
@media (min-width: 1200px)
{
    .footer .foot-message form .submit:hover
    {
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .4);
    }
}
.footer .foot-message .share
{
    display: none;

    margin-top: 50px;
}
@media (max-width: 767px)
{
    .footer .foot-message .share
    {
        margin-top: 20px;
    }
}
.footer .foot-message .share a
{
    font-size: 28px;
}
@media (max-width: 767px)
{
    .footer .foot-message .share a
    {
        font-size: 22px;
    }
}
@media only screen and (min-width: 992px)
{
    .footer .foot-contact
    {
        width: 57.54716981%;
        padding-top: 70px;
        padding-left: 55px;
    }
}
@media (min-width: 1350px)
{
    .footer .foot-product
    {
        width: 360px;
    }
}
.copyright
{
    padding-top: 15px;
}
.copyright p
{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.8;

    margin: 0;

    color: #222;
}
@media (max-width: 480px)
{
    .copyright p
    {
        font-size: 3.5vmin;
    }
}
.copyright p span
{
    margin-right: 20px;
}
@media (min-width: 1200px)
{
    .copyright p a:hover
    {
        text-decoration: underline;
    }
}
@media (max-width: 1199px)
{
    .copyright p a:active
    {
        text-decoration: underline;
    }
}
.zoomDiv
{
    z-index: 999;

    display: none;
    overflow: hidden;

    text-align: center;

    border: 1px solid #ccc;
    background: #fff;
}
@media (max-width: 1199px)
{
    .zoomDiv
    {
        display: none !important;
    }
}
@media (min-width: 768px)
{
    .zoomDiv
    {
        position: absolute;
    }
}
.zoomMask
{
    position: absolute;
    z-index: 20;

    cursor: move;

    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDQTMxMzBERjQwMzUxMUVCODg2OUQ5RDI5NUYxMkY0RiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDQTMxMzBFMDQwMzUxMUVCODg2OUQ5RDI5NUYxMkY0RiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkNBMzEzMERENDAzNTExRUI4ODY5RDlEMjk1RjEyRjRGIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkNBMzEzMERFNDAzNTExRUI4ODY5RDlEMjk1RjEyRjRGIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+22SHJAAAABZJREFUeNpi0tfX/w8EDIwgAgQAAgwAT8gHiuQwcwUAAAAASUVORK5CYII=);
}
@media (max-width: 1199px)
{
    .zoomMask
    {
        display: none !important;
    }
}
@media (max-width: 767px)
{
    .zoomMask
    {
        display: none;
    }
}



.pagination
{
    display: block;

    padding-top: 55px;

    text-align: center;
}
@media (max-width: 767px)
{
    .pagination
    {
       padding-top: 30px;
    }
}
.pagination a,
.pagination span:not(.ellipsis)
{
    font-size: 16px;
    line-height: 33px;
    border: 1px solid #d9d9d9;
    display: inline-block;

    width: 35px;
    height: 35px;
    margin: 0 6px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;

    color: #848484;
}
@media (min-width: 1200px)
{
    .pagination a,
    .pagination span:not(.ellipsis)
    {
        -webkit-transition: .2s;
                transition: .2s;
    }
    .pagination a:hover,
    .pagination span:not(.ellipsis):hover
    {
        color: #fff;
        border-color: #804e33;
        background-color: #804e33;
    }
}
@media (max-width: 1199px)
{
    .pagination a:active,
    .pagination span:not(.ellipsis):active
    {
        color: #fff;
        border-color: #804e33;
        background-color: #804e33;
    }
}
@media (max-width: 480px)
{
    .pagination a,
    .pagination span:not(.ellipsis)
    {
        font-size: 12px;
        line-height: 22px;

        width: 24px;
        height: 24px;
        margin: 0 3px;
    }
}
.pagination span.current
{
    color: #fff;
    border-color: #804e33;
    background-color: #804e33;
}
.pagination span.current.prev,
.pagination span.current.next
{
    display: none;
}
.pagination .next:before,
.pagination .prev:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.pagination .prev:before
{
    content: '\e9b5';
}
.pagination .next:before
{
    content: '\e72f';
}



/**
 * Date : 2021年2月5日10:14:45;
 * @author HSM
 * @toDo 增加产品上下页功能
 */
.page-btn
{
    overflow: hidden;

    padding-top: 15px;
}
@media (max-width: 767px)
{
    .page-btn
    {
        padding-top: 5px;
    }
}
.page-btn a
{
    font-size: 16px;

    margin-top: 15px;

    color: #666;
}
.page-btn a:before,
.page-btn a:after,
.page-btn a span
{
    display: inline-block;
}
.page-btn a:before,
.page-btn a:after
{
    font-family: 'iconfont' !important;
    font-size: 1.2em;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1200px)
{
    .page-btn a:hover
    {
        color: #804e33;
    }
}
@media (max-width: 1199px)
{
    .page-btn a:active
    {
        color: #804e33;
    }
}
@media (max-width: 767px)
{
    .page-btn a
    {
        font-size: 14px;
    }
}
.page-btn span
{
    margin: 0 5px;
}
.page-btn .prev:before,
.page-btn .next:after
{
    content: '\e61a';
}
.page-btn .prev
{
    float: left;
}
.page-btn .prev:before
{
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}
.page-btn .next
{
    float: right;
}
.page-btn .next:after
{
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
.wrap-customer-show .title-customer-show{
	text-align: center;
}
.wrap-customer-show .title-customer-show h1{
	font-size: 36px;
	margin: 0;
}
.wrap-customer-show .text{
	margin-top: 30px;
}
.wrap-customer-show .text p{
	font-size: 16px;
	line-height: 24px;
}
@media(max-width:991px){
	.wrap-customer-show .title-customer-show h1{
		font-size: 26px;
		margin: 0;
	}
}
@media(max-width:767px){
	.wrap-customer-show .title-customer-show h1{
		font-size: 20px;
		margin: 0;
	}
}

/**
 * Date : 2023年9月1日17:32:49
 * @author HSM
 * @toDo 新增下单
 */

 .header-top {
  background-color: #f1eae3;
  position: relative;
  z-index: 11;
}
.header-top .container {
  padding-right: 70px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
.header-top .container:before,
.header-top .container:after {
  display: none;
}
.header-top .list,
.header-top .mail {
  font-size: 18px;
}
.header-top .list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  letter-spacing: 0;
  position: relative;
  z-index: 2;
}
.header-top .list > li {
  position: relative;
}
@media (min-width: 1200px) {
  .header-top .list > li:hover > a {
    color: #804e33;
  }
  .header-top .list > li:hover > a > span:after {
    width: 100%;
  }
}
.header-top .list > li.active > a {
  color: #804e33;
}
.header-top .list > li.active > a > span:after {
  width: 100%;
}
.header-top .list > li > a {
  display: block;
  text-transform: capitalize;
  position: relative;
  text-align: center;
  padding: 0 25px;
}
@media (max-width: 1469.98px) {
  .header-top .list > li > a {
    padding: 0 20px;
  }
}
@media (max-width: 1399.98px) {
  .header-top .list > li > a {
    padding: 0 10px;
  }
}
.header-top .list > li > a > span {
  display: block;
  padding: 13px 0;
  position: relative;
}
.header-top .list > li > a > span:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 1px;
  background-color: #804e33;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media (max-width: 1469.98px) {
  .header-top .list > li > a > span {
    padding: 13px 0;
  }
}
@media (max-width: 1399.98px) {
  .header-top .list > li > a > span {
    padding: 13px 0;
  }
}
.header-top .list > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}
.header-top .list ul {
  letter-spacing: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  text-align: left;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 0.9em;
  color: #222;
  text-transform: capitalize;
  background-color: #fff;
  background-clip: padding-box;
  padding-top: 5px;
  box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.15);
}
.header-top .list ul li:first-child {
  margin-top: 0;
}
.header-top .list ul li:hover > a {
  text-decoration: underline;
}
.header-top .list ul a {
  display: block;
  padding: 5px 15px;
  position: relative;
}
@media (min-width: 1200px) {
  .header-top .list ul a:hover {
    color: #804e33;
  }
}
.header-top .list .list2 {
  display: none;
  top: 100%;
  left: 0;
  padding: 25px 0;
  min-width: 100%;
  z-index: 10;
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
  -webkit-transform: rotateX(-50deg);
          transform: rotateX(-50deg);
}
.header-top .list .list2 > li {
  white-space: nowrap;
  position: relative;
}
.header-top .list .list2 > li > a {
  display: block;
  padding: 5px 25px;
  white-space: nowrap;
}
.header-top .list .list2 li:hover > ul {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
  opacity: 1;
  visibility: visible;
}
.header-top .list .list2 ul {
  left: 100%;
  position: absolute;
  top: 0;
  padding: 10px 0;
  min-width: 120px;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  border-left: 1px solid transparent;
  -webkit-transform: rotateY(50deg);
          transform: rotateY(50deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header-top .mail {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin-left: 50px;
}
.header-top .mail:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e6a4";
  font-size: 1.2em;
  margin-right: 5px;
}
@media (min-width: 1200px) {
  .header-top .mail a:hover {
    text-decoration: underline;
  }
}
.show-size {
  background-color: #fff;
  padding: 15px 5% 40px;
}
.show-size .tit {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  font-size: 16px;
  margin-bottom: 15px;
}
.show-size .icon {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.pro-list-nav {
  white-space: nowrap;
  margin-bottom: 10px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.pro-list-nav li {
  display: inline-block;
  margin-right: 10px;
}
.pro-list-nav .active button:after {
  width: 100%;
}
.pro-list-nav .active button span {
  border-color: #804e33;
  color: #804e33;
}
.pro-list-nav button {
  cursor: pointer;
  display: block;
  background: none;
  padding: 0 0 40px;
  position: relative;
}
.pro-list-nav button:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: #804e33;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.pro-list-nav button span {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 12px 27px;
  border-radius: 6px;
  border: 1px solid #e5e5e8;
  color: #494b52;
  font-size: 18px;
  line-height: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (min-width: 1200px) {
  .pro-list-nav button:hover:after {
    width: 100%;
  }
  .pro-list-nav button:hover span {
    border-color: #804e33;
    color: #804e33;
  }
}
@media (max-width: 767.98px) {
  .pro-list-nav button {
    padding-bottom: 15px;
  }
  .pro-list-nav button span {
    padding: 8px 20px;
    font-size: 16px;
  }
}
.pro-list-for li {
  display: none;
}
.pro-list-for .active {
  display: block;
}
.loaded .header-top .list .list2 {
  display: block;
}

/**
 * Date : 2023年9月5日13:32:52
 * @author HSM
 * @toDo 导航居中
 */



.header-box .container {
    display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.header-box .container:before,
.header-box .container:after {
    display: none;
}
@media (max-width: 1199px) {
    .header .container > div.nav {
        display: none;
    }
}