/**
 * style.less
 * 层叠样式表
 */
@font-face
{
    font-family: 'iconfont';

    src: url('../fonts/iconfont.eot?t=1481266234445');
    src: url('../fonts/iconfont.eot?t=1481266234445#iefix') format('embedded-opentype'), url('../fonts/iconfont.woff?t=1481266234445') format('woff'), url('../fonts/iconfont.ttf?t=1481266234445') format('truetype'), url('../fonts/iconfont.svg?t=1481266234445#iconfont') format('svg');
}
@font-face
{
    font-family: 'Microsoft Himalaya';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/MicrosoftHimalaya.eot');
    src: url('../fonts/MicrosoftHimalaya.eot?#iefix') format('embedded-opentype'), url('../fonts/MicrosoftHimalaya.woff') format('woff'), url('../fonts/MicrosoftHimalaya.ttf') format('truetype');
}
body
{
    font-family: 'PingFang SC', 'Microsoft YaHei', 'Adobe Heiti Std', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body.fixed
{
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
html,
body
{
    position: relative;

    height: 100%;
}
@media (min-width: 1320px)
{
    .container
    {
        width: 1320px;
    }
}
@media (min-width: 1660px)
{
    .container
    {
        width: 1660px;
    }
}
@media (max-width: 767px)
{
    .col-xs-6:nth-child(2n+1)
    {
        padding-right: 7.5px;
    }
    .col-xs-6:nth-child(2n)
    {
        padding-left: 7.5px;
    }
}
li,
ol,
ul
{
    list-style: none;
}
a
{
    color: inherit;
}
a:hover,
a:link,
a:visited
{
    text-decoration: none;

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

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

    border: none;
    outline: none;
}
a
{
    text-decoration: none;

    color: inherit;
}
a:hover
{
    text-decoration: none;

    color: inherit;
}
a:visited,
a:link
{
    text-decoration: none;

    color: inherit;
}
.img-box
{
    position: relative;

    display: block;
    overflow: hidden;

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

    display: block;

    width: 100%;
    height: 100%;
}
.img-box img[src=''],
.img-box img:not([src])
{
    opacity: 0;
    border: 0;
}
.header
{
    position: relative;
    z-index: 99;

    width: 100%;
    height: 120px;
    padding: 0 4%;
}
@media (max-width: 1199px)
{
    .header
    {
        height: 65px;
        padding: 0 15px;
    }
}
.header .logo
{
    position: relative;

    float: left;
    overflow: hidden;

    height: 50px;
    margin: 35px 0;
}
@media (max-width: 1199px)
{
    .header .logo
    {
        margin: 7px 0;
    }
}
@media (max-width: 375px)
{
    .header .logo
    {
        height: 40px;
        margin-top: 12px;
    }
}
.header .logo img
{
    display: block;

    height: 100%;
}
.header .cart-box
{
    line-height: 40px;

    float: right;

    height: 40px;
    margin: 24px 0 0 20px;

    cursor: pointer;
    text-align: center;

    color: #fff;
}
@media (max-width: 767px)
{
    .header .cart-box
    {
        display: none;
    }
}
@media (max-width: 1560px)
{
    .header .cart-box
    {
        margin-left: 10px;
    }
}
@media (max-width: 991px)
{
    .header .cart-box
    {
        margin-top: 22px;
    }
}
.header .cart-box:hover
{
    background-color: #c08459;
}
.header .cart-box:hover a
{
    color: #3d3d3d;
}
.header .cart-box p
{
    margin-bottom: 0;
}
.header .cart-box a
{
    font-size: 16px;

    display: block;
}
@media (max-width: 1199px)
{
    .header .cart-box
    {
        display: none;
    }
}
.header .cart-box a
{
    position: relative;
}
.header .cart-box a:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    content: '\e600';

    color: #fff;
}
.header .lang
{
    line-height: 50px;

    float: right;

    margin-left: 20px;
    padding: 35px 0;

    color: #999;
}
@media (max-width: 1199px)
{
    .header .lang
    {
        line-height: 52px;

        padding: 7px 0;
    }
}
@media (max-width: 375px)
{
    .header .lang
    {
        margin-right: 30px;
        margin-left: 14px;
    }
}
.header .c-search
{
    position: relative;

    float: right;
    overflow: hidden;

    width: 200px;
    height: 35px;
    margin-top: 30px;
    margin-right: 0;
}
.header .c-search form
{
    float: left;

    width: 200px;

    border-radius: 100px;
    background-color: #ededed;
}
.header .c-search .btn
{
    position: absolute;
    top: 0;
    right: 20px;

    width: 22px;
    height: 35px;

    border: 0;
    outline: none;
    background: none;
}
.header .c-search .btn::after
{
    font-family: 'iconfont';

    content: '\e732';

    color: #a5a5a5;
}
.header .c-search input
{
    line-height: 36px;

    width: 100%;
    height: 35px;
    padding: 0 40px 0 20px;

    border: none;
    outline: none;
    background: none;
}
.header .c-search ::-webkit-input-placeholder
{
    color: #c4c4c4;
}
@media (max-width: 1199px)
{
    .header .c-search
    {
        display: none;
    }
}
.header .nav-collapse
{
    position: relative;

    display: none;
    float: right;

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

    cursor: pointer;

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

        margin-top: 13px;
    }
    .header .nav-collapse.nav-collapse-1
    {
        position: absolute;
        z-index: 9999;
        top: 10px;
        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-top: 12px;

        border: none;
    }
}
@media (max-width: 360px)
{
    .header .nav-collapse
    {
        position: absolute;
        right: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .header .nav-collapse.nav-collapse-xs:hover .btn-line
    {
        background-color: #000;
    }
}
.header .nav-collapse .btn-line
{
    position: absolute;
    left: 50%;

    width: 20px;
    height: 2px;

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

    background-color: #c08459;
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1)
{
    position: absolute;

    display: block;

    width: 20px;
    height: 2px;

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

    background-color: #c08459;
}
.header .nav-collapse .btn-line:nth-child(1)
{
    top: 35%;
}
.header .nav-collapse .btn-line:nth-child(2)
{
    top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3)
{
    top: 65%;
}
.header .nav-collapse.active
{
    border-color: transparent;
}
.header .nav-collapse.active .btn-line
{
    background-color: #fff;
}
.header .nav-collapse.active .btn-line:nth-child(2)
{
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);

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

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

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotateZ(-45deg);
}
@media (min-width: 1200px)
{
    .header .nav
    {
        float: right;
    }
}
@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: left .3s;
                transition: left .3s;
        text-align: left;
        text-align: center;

        background: #fafafa;
        background: #c08459;
    }
    .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: 30px;
    }
}
.header .nav.left-100
{
    left: -100%;
}
.header .nav.left-200
{
    left: -200%;
}
@media (min-width: 1200px)
{
    .header .nav .nav-list1 li a
    {
        white-space: nowrap;
    }
    .header .nav .nav-list1 > li
    {
        float: left;
    }
    .header .nav .nav-list1 > li > a
    {
        line-height: 120px;

        position: relative;

        display: block;

        padding: 0 13px;

        color: #231815;
    }
    .header .nav .nav-list1 > li:hover > a,
    .header .nav .nav-list1 > li.active > a
    {
        color: #c08459;
    }
    .header .nav .nav-list1 .nav-list2
    {
        display: none;

        background-color: #fff;
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 100%;

        margin-left: -40px;
        padding: 40px 60px;

        box-shadow: 0 0 4px 0 rgba(0, 0, 0, .09);
    }
    .header .nav .nav-list1 .nav-list2 li
    {
        display: inline-block;

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

        position: relative;
        z-index: 1;

        display: block;

        -webkit-transition: -webkit-transform .6s ease;
                transition: -webkit-transform .6s ease;
                transition:         transform .6s ease;
                transition:         transform .6s ease, -webkit-transform .6s ease;
    }
    .header .nav .nav-list1 .nav-list2 li > a:hover
    {
        -webkit-transform: translateX(6px);
            -ms-transform: translateX(6px);
                transform: translateX(6px);
        text-decoration: underline;

        color: #c08459;
    }
    .header .nav .nav-list1 .nav-list2 li .pic
    {
        max-width: 260px;
        margin-left: 40px;
    }
    .header .nav .nav-list1 .nav-list2 li .pic img
    {
        max-width: 100%;
    }
    .header .nav .nav-list1 .nav-list2 li .pic .img-box
    {
        padding-bottom: 69.23076923%;
    }
    .header .nav .nav-list1 .nav-list2 li.more > a:after
    {
        font-family: 'iconfont';

        position: absolute;
        top: 50%;
        right: 20px;

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

        color: #c08459;
    }
    .header .nav .nav-list1 .nav-list2.pronav-list2
    {
        right: 0;
        left: 0;

        overflow: hidden;

        width: 100%;
        max-width: 1290px;
        margin: auto;
        padding-bottom: 20px;

        border-bottom: 40px solid #fff;
    }
    .header .nav .nav-list1 .nav-list2.pronav-list2 > li
    {
        width: 14.28571429%;
        margin-right: -4px;
        margin-bottom: -999px;
        padding: 0 25px 0 15px;
        padding-bottom: 999px;

        border-left: 1px solid #e7e7e7;
    }
    .header .nav .nav-list1 .nav-list2.pronav-list2 > li .pic
    {
        max-width: 130px;
        margin-left: 0;
    }
    .header .nav .nav-list1 .nav-list2.pronav-list2 > li h4
    {
        font-size: 13px;
        font-weight: bold;

        margin-top: 24px;
    }
    .header .nav .nav-list1 .nav-list3 li > a
    {
        font-size: 12px;
        line-height: 2;
    }
}
@media (min-width: 1200px) and (max-width: 1199px)
{
    .header .nav .nav-list1 .nav-list2 li .pic
    {
        display: none;
    }
}
@media (max-width: 1560px)
{
    .header .nav .nav-list1 > li
    {
        margin: 0 10px;
    }
}
@media (max-width: 1330px)
{
    .header .nav .nav-list1 > li
    {
        margin: 0 6px;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        margin: 20px 0;

        opacity: 0;
    }
    .header .nav .nav-list1 > li
    {
        -webkit-transform: translateX(-25px);
            -ms-transform: translateX(-25px);
                transform: translateX(-25px);

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

        color: #fff;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .header .nav .nav-list1 > li
    {
        margin: 0 12px;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list2,
    .header .nav .nav-list3
    {
        display: none;
    }
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a
    {
        font-size: 16px;
        line-height: 2;

        margin-top: 5px;

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

        display: block;
        overflow: hidden;

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

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

        color: #fff;
        background: #fafafa;
        background: #c08459;
    }
}
.header .nav-2 .nav-top,
.header .nav-3 .nav-top
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

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

    content: '\e9d7';
}
.header .nav-2 .nav-top h2,
.header .nav-3 .nav-top h2
{
    font-size: 30px;

    margin: 0;
}
@media (max-width: 767px)
{
    .header .nav-2 .nav-top h2,
    .header .nav-3 .nav-top h2
    {
        font-size: 20px;

        width: 100%;
    }
}
.header .nav-2 .nav-top .nav-collapse-2,
.header .nav-3 .nav-top .nav-collapse-2
{
    margin: 0;
}
.header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav-3 .nav-top .nav-collapse-2 .btn-line
{
    background-color: #fff;
}
.header .nav-2 .content,
.header .nav-3 .content
{
    margin-top: 12%;
}
@media (max-width: 767px)
{
    .header .nav-2 .content ul,
    .header .nav-3 .content ul
    {
        padding: 0 15px;
    }
}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li
{
    font-size: 20px;
    line-height: 50px;

    margin: 25px 0;

    text-align: left;
}
@media (max-width: 767px)
{
    .header .nav-2 .content ul li,
    .header .nav-3 .content ul li
    {
        margin: 0;
    }
}
.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more
{
    position: relative;
}
.header .nav-2 .content ul li.more:after,
.header .nav-3 .content ul li.more:after
{
    font-family: 'iconfont' !important;
    font-size: 16px;

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

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

    color: #fff;
}
.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a
{
    display: block;
}
.header .nav-2
{
    left: 100%;
}
.header .nav-3
{
    left: 200%;
}
.header .nav-3 .content ul li
{
    font-size: 19px;
}
.header .fade-out ul
{
    text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .header .fade-out ul
    {
        padding: 0 5%;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul .pic
    {
        display: none!important;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul.nav-list1
    {
        opacity: 1;
    }
    .header .fade-out ul.nav-list1 a
    {
        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li
    {
        position: relative;

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

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

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

        margin-top: -14px;

        content: '\e625';

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

        display: 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;
    z-index: 9;
    bottom: 30px;
    left: 35px;
}
@media (min-width: 1200px)
{
    .header .xs-language
    {
        display: none;
    }
}
.header .xs-language a
{
    font-size: 16px;

    color: #fff;
}
.header .xs-language span
{
    margin: 0 5px;

    color: #fff;
}
@media (min-width: 992px)
{
    .header .cart-box-xs
    {
        display: none;
    }
}
@media (max-width: 991px)
{
    .header .cart-box-xs
    {
        font-size: 24px;

        position: absolute;
        top: 25px;
        left: 0;
        left: 30px;

        color: #fff;
    }
    .header .cart-box-xs span
    {
        font-size: 16px;
        line-height: 26px;

        display: inline-block;

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

        -webkit-transform: translateY(-3px);
            -ms-transform: translateY(-3px);
                transform: translateY(-3px);
        text-align: center;

        border: 2px solid #fff;
        border-radius: 50%;
    }
}
.header .search-box
{
    display: none;

    margin-top: 20px;
    margin-right: 10px;
}
@media (max-width: 767px)
{
    .header .search-box
    {
        margin-top: 0;
    }
}
@media (min-width: 768px)
{
    .header .search-box
    {
        position: absolute;
        z-index: 888;
        top: 100%;
        left: 0;

        width: 100%;
        margin-top: 0;
        padding: 0 4%;

        background: #fff;
    }
}
.header .search-box .search
{
    line-height: 40px;

    overflow: hidden;
    zoom: 1;

    width: 240px;
    height: 40px;

    border: 1px solid #dbdbdb;
    border-radius: 40px;
}
.header .search-box .search:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.header .search-box .input-text
{
    float: left;

    width: 78%;
    height: 38px;
    padding-left: 10%;

    background: none;
}
@media (min-width: 768px)
{
    .header .search-box .input-text
    {
        width: 100%;
        padding: 0 50px 0 3%;
    }
}
.header .search-box .input-submit
{
    line-height: 36px;

    float: right;

    width: 50px;

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

    content: '\e732';

    color: #fff;
}
@media (min-width: 768px)
{
    .header .search-box .input-submit
    {
        position: absolute;
        top: 0;
        right: 0;
    }
}
.header .search-box.search-xs
{
    width: 100%;
    margin: 0;

    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    background: none;
}
.header .search-box.search-xs.show
{
    z-index: 66;
}
.header .search-box.search-xs.show .search
{
    left: 0;
}
.header .search-box.search-xs .search
{
    position: absolute;
    z-index: 888;
    top: 0;
    left: 120%;

    width: 100%;

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

    border-color: #fff;
    background: #fff;
}
@media (min-width: 1200px)
{
    .header .search-box.search-xs
    {
        display: none;
    }
}
@media (max-width: 1199px)
{
    .header .search-box.search-xs
    {
        position: absolute;
        z-index: 0;
        top: auto;
        right: 0;
        bottom: 0;
        bottom: 30px;

        display: inline-block;

        height: 34px;
    }
}
@media (max-width: 360px)
{
    .header .search-box.search-xs form .input-text
    {
        width: 74%;
    }
}
@media (max-width: 767px)
{
    .header .search-box.search-xs .input-text
    {
        padding-left: 5%;
    }
}
.header .search-box.search-xs .input-submit
{
    line-height: 34px;

    background: #fff;
}
.header .search-box.search-xs .input-submit:before
{
    color: #c08459;
}
.header .search-icon
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .search-icon
    {
        position: fixed;
        right: 50px;
        bottom: 30px;

        display: inline-block;

        cursor: pointer;
    }
    .header .search-icon:before
    {
        font-family: 'iconfont' !important;
        font-size: 18px;

        content: '\e732';

        color: #666;
    }
}
@media (max-width: 767px)
{
    .header .search-icon
    {
        right: 35px;
    }
}
.header .search-lg
{
    top: 0;
}
.header .search-lg .search
{
    position: relative;

    float: right;

    width: 70%;
    margin-top: 34px;

    border: none;
    border-bottom: 1px solid #dbdbdb;
    border-radius: 0;
}
.header .search-lg .input-text
{
    font-size: 20px;

    padding: 0;

    color: #666;
}
.header .search-lg .input-submit
{
    right: auto;
    left: 0;

    display: none;
}
.header .search-lg input::-webkit-input-placeholder,
.header .search-lg textarea::-webkit-input-placeholder
{
    color: #666;
}
.header .search-lg input:-o-placeholder,
.header .search-lg textarea:-o-placeholder
{
    color: #666;
}
.header .search-lg input::-moz-placeholder,
.header .search-lg textarea::-moz-placeholder
{
    color: #666;
}
.header .search-lg input:-ms-input-placeholder,
.header .search-lg textarea:-ms-input-placeholder
{
    color: #666;
}
.header .search-lg .close-btn
{
    position: absolute;
    top: 0;
    right: 0;

    cursor: pointer;
}
.header .search-lg .close-btn:before
{
    font-size: 20px;

    content: '\2716';

    color: #666;
}
@media (max-width: 1199px)
{
    .header .search-lg .search
    {
        width: 60%;
        margin-top: 9px;
    }
}
@media (max-width: 991px)
{
    .header .search-lg .search
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .header .search-lg
    {
        position: absolute;
        top: 0;
        left: 0;

        width: 100%;
        padding: 0 15px;

        background-color: #fff;
    }
}
.header .find
{
    line-height: 60px;

    float: right;

    margin-top: 32px;
    margin-left: 4%;

    cursor: pointer;
    text-align: center;
}
@media (max-width: 1560px)
{
    .header .find
    {
        margin-left: 10px;
    }
}
@media (max-width: 1199px)
{
    .header .find
    {
        margin-top: 4px;
    }
}
.header .find::after
{
    font-family: 'iconfont';
    font-size: 20px;

    content: '\e60c';

    color: #c3bfbe;
}
.banner
{
    position: relative;

    overflow: hidden;

    width: 100%;
}
.banner .swiper-slide
{
    position: relative;

    overflow: hidden;

    height: 90%;

    text-align: center;
}

.banner .swiper-slide .pic
{
    height: 100%;
}
.banner .swiper-slide .pic img
{
    width: 100%;
    height: 100%;
}
@media (max-width: 1440px)
{
    .banner .swiper-slide .pic img
    {
        height: 100%;
    }
}
@media (max-width: 991px)
{
    .banner .swiper-slide .pic img
    {
        width: 100%;
        height: auto;
    }
}
.banner .swiper-button-prev
{
    top: 80%;
    right: 10%;
    left: auto;

    width: 42px;
    height: 42px;
    margin-right: 60px;

    background: url(../images/icon.png) no-repeat;
    background-position: 0;
    background-size: cover;
}
@media (max-width: 767px)
{
    .banner .swiper-button-prev
    {
        top: 50%;
        right: auto;
        left: 10px;

        background: none;
    }
    .banner .swiper-button-prev::after
    {
        font-family: 'iconfont';
        font-size: 40px;
        font-weight: bold;

        content: '\e9d8';

        color: #fff;
    }
}
.banner .swiper-button-next
{
    top: 80%;
    right: 10%;

    width: 42px;
    height: 42px;

    background: url(../images/icon.png) no-repeat;
    background-position: -42px 0;
    background-size: cover;
}
@media (max-width: 767px)
{
    .banner .swiper-button-next
    {
        top: 50%;
        right: 10px;

        background: none;
    }
    .banner .swiper-button-next::after
    {
        font-family: 'iconfont';
        font-size: 40px;
        font-weight: bold;

        content: '\e625';

        color: #fff;
    }
}
.banner .swiper-pagination
{
    font-size: 36px;
    font-weight: bold;
    margin: 0 auto;
    margin-bottom: 30px;

    text-align: right;

    color: #c08459;
    position: absolute;
    top: 30px;
    padding-right: 14%;
}
@media (max-width: 991px)
{
    .banner .swiper-pagination
    {
        display: none;
    }
}
.banner .swiper-pagination .swiper-pagination-total
{
    display: none;
}
.banner .swiper-pagination .swiper-pagination-current::before
{
    content: '- 0';
}
.banner .text
{
    position: absolute;
    z-index: 9;

    max-width: 460px;

    text-align: left;
}
@media (min-width: 992px)
{
    .banner .text
    {
        top: 50%;

        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
}
@media (max-width: 991px)
{
    .banner .text
    {
        bottom: 30px;

        width: 100%;
        max-width: 100%;
        padding: 0 30px;
    }
}
.banner .text img
{
    max-width: 100%;
}
@media (max-width: 991px)
{
    .banner .text img
    {
        width: 40%;
    }
}
.banner .text h2
{
    font-size: 33px;

    margin: 0;
    margin-top: 20px;

    letter-spacing: 6px;
}
@media (max-width: 991px)
{
    .banner .text h2
    {
        font-size: 22px;

        letter-spacing: 0;
    }
}
.banner .text h4
{
    font-size: 20px;
    font-weight: bold;

    margin: 0;
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .banner .text h4
    {
        margin-top: 20px;
    }
}
.banner .text h5
{
    font-size: 18px;

    margin: 0;
}
.banner .text h3
{
    font-size: 24px;
    line-height: 1.5;

    margin: 0;
    margin-top: 10px;
}
@media (max-width: 991px)
{
    .banner .text h3
    {
        font-size: 18px;
    }
}
.banner .text p
{
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

    max-width: 350px;
    height: 72px;
    margin: 0;

    border-top: 2px solid #595757;

    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
@media (max-width: 991px)
{
    .banner .text p
    {
        width: 100%;
        max-width: 100%;
        height: 48px;

        -webkit-line-clamp: 2;
    }
}
.banner .text-1
{
    left: 14%;
}
@media (max-width: 991px)
{
    .banner .text-1
    {
        right: 0;
        left: 0;

        margin: auto;
    }
}
.banner .text-2
{
    right: 14%;
}
@media (max-width: 991px)
{
    .banner .text-2
    {
        right: 0;
        left: 0;

        margin: auto;
    }
}
.banner .text .more
{
    max-width: 350px;
}
@media (max-width: 991px)
{
    .banner .text .more
    {
        width: 100%;
        max-width: 100%;
    }
}
.banner .text .more a
{
    font-size: 15px;
    line-height: 40px;

    display: inline-block;
    float: right;

    height: 40px;
    margin-top: 20px;
    padding: 0 20px;

    border: 1px solid #c0bdbd;
    border-radius: 20px;
}
.banner .text .more a::after
{
    font-family: 'iconfont';

    display: inline-block;

    margin-left: 40px;

    content: '\e625';

    color: #c0bdbd;
}
.banner .text .more a:hover
{
    color: #c08459;
    border-color: #c08459;
}
.banner .text .more a:hover::after
{
    -webkit-animation: fadeInRight .6s 0s ease both;
            animation: fadeInRight .6s 0s ease both;

    color: #c08459;
}
@media (min-width: 1200px)
{
    // .banner .owl-theme
    // {
    //     position: absolute;
    //     top: 50%;
    //     left: 50%;

    //     width: 1920px;

    //     -webkit-transform: translate3d(-50%, -50%, 0);
    //             transform: translate3d(-50%, -50%, 0);
    // }
}
@media (max-width: 1199px)
{
    .banner .owl-theme
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 991px)
{
    .banner .owl-theme
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 767px)
{
    .banner .owl-theme
    {
        width: 180%;
        max-width: 180%;
        margin-left: -40%;
    }
}
.banner .text-in
{
    position: absolute;
    top: 50%;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}
.banner .text-in h3
{
    font-family: Arial, 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
    font-size: 36px;
    font-weight: 900;
    font-style: italic;

    text-transform: uppercase;

    color: #c59963;
}
@media (max-width: 991px)
{
    .banner .text-in h3
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .banner .text-in h3
    {
        font-size: 24px;
    }
}
.banner .text-in h4
{
    font-size: 32px;

    display: inline-block;

    color: #c59963;
}
@media (max-width: 991px)
{
    .banner .text-in h4
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .banner .text-in h4
    {
        font-size: 22px;
    }
}
.banner .text-in h4::before
{
    display: inline-block;
    float: left;

    width: 100px;
    height: 3px;
    margin-top: 16px;
    margin-right: 10px;

    content: '';

    background-color: #c59963;
}
@media (max-width: 991px)
{
    .banner .text-in h4::before
    {
        width: 80px;
        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .banner .text-in h4::before
    {
        width: 50px;
        margin-top: 10px;
    }
}
.banner .text-in h4::after
{
    display: inline-block;
    float: right;

    width: 100px;
    height: 3px;
    margin-top: 16px;
    margin-left: 10px;

    content: '';

    background-color: #c59963;
}
@media (max-width: 991px)
{
    .banner .text-in h4::after
    {
        width: 80px;
        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .banner .text-in h4::after
    {
        width: 50px;
        margin-top: 10px;
    }
}
.swiper-container
{
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
}
.swiper-slide
{
    overflow: hidden;
}
.box-product
{
    height: 100%;

    background: url(../images/productbg.jpg) no-repeat center;
    background-size: cover;
}
.box-product .title-product
{
    position: relative;
    text-align: center;
    padding: 10px 15px;
    color: #ffffff;
    background: url(../images/titlebg.jpg) no-repeat center;
}
@media (max-width: 767px)
{
    .box-product .title-product
    {
        padding: 10px;
    }
}
.box-product .title-product span
{
    font-size: 16px;
    font-weight: bold;
}
.box-product .title-product h2
{
    font-size: 30px;

    max-width: 280px;
    margin: 10px auto;


    /*border-bottom: 2px solid #ffffff;*/
}
@media (max-width: 767px)
{
    .box-product .title-product h2
    {
        font-size: 24px;

        max-width: 60%;
        padding: 0;
    }
}
.box-product .title-product p
{
    font-size: 20px;

    display: inline-block;

    margin: 4px 10px 0 10px;
}
@media (max-width: 767px)
{
    .box-product .title-product p
    {
        font-size: 16px;

        margin-top: 0;
    }
}
.box-product .title-product img
{
    position: absolute;
    top: 0;
    right: 0;

    width: 20%;
    display: none;
}
.box-product .swiper-slide
{
    position: relative;

    height: auto;
}
@media (max-width: 767px)
{
    .box-product .swiper-slide
    {
        padding: 0 40px;
        width: 100%!important;
    }
}

@media (min-width: 1660px){
    .box-product .container {
        width: 1600px;
    }
}
@media (max-width: 991px){
    .box-product .container {
        width: 100%!important;
    }
}
@media (max-width: 1659px){
    .box-product .container {
    	width: 100%;
        max-width: 1400px;
    }
}
.box-product .product
{
    position: relative;
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .box-product .product
    {
        margin-top: 20px;
    }
}
.box-product .product .pic
{
    position: relative;
    z-index: 9;


}
.box-product .product .pic .img-box
{
    border: 1px solid #4c4549;
    padding-bottom: 79.48717949%;
}
.box-product .product .pic .img-box img
{
    -webkit-transition: -webkit-transform 1.2s ease;
            transition: -webkit-transform 1.2s ease;
            transition:         transform 1.2s ease;
            transition:         transform 1.2s ease, -webkit-transform 1.2s ease;
}
.box-product .product .pic h3
{
    font-size: 20px;
    line-height: 40px;
    font-family: '幼圆',"PingFang SC",'宋体'，'细仿宋','楷体','方正幼线简体','微软雅黑';
    font-weight: 300;
    // position: absolute;
    bottom: 30px;
    left: 50px;

    display: -webkit-box;
    overflow: hidden;

    height: 40px;
    margin: 0;
    text-align: center;
    // color: #fff;


    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
@media (max-width: 767px)
{
    .box-product .product .pic h3
    {
        display: none;
    }
}
.box-product .product .pic:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-product .product .note
{
    display: none;

    padding: 10px 20px 20px 20px;

    color: #fff;
    background: url(../images/notebg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 767px)
{
    .box-product .product .note
    {
        display: block;
    }
}
.box-product .product .note h4
{
    font-size: 16px;
    line-height: 1.5;

    display: -webkit-box;
    overflow: hidden;

    border-bottom: 1px solid #fff;

    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.box-product .product .note h4::before,
.box-product .product .note h4::after
{
    content: '-';
}
.box-product .product .note h3
{
    font-size: 18px;

    display: -webkit-box;
    overflow: hidden;

    margin: 10px 0 0 0;
    padding-bottom: 10px;

    border-bottom: 1px solid #fff;

    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
@media(max-width: 767px){
    .box-product .product .note h3,
    .box-product .product .note h4{
        font-size: 14px;
    }
}
.box-product .product .note p
{
    font-size: 14px;
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

    margin: 0;

    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.box-product .product .note a.more
{
    line-height: 30px;

    display: inline-block;

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

    border: 1px solid #fff;
    border-radius: 5px;
}
.box-product .product .note a.more::after
{
    font-family: 'iconfont';

    content: '\e625';
}
.box-product .product .swiper-button-prev
{
    top: auto;
    right: 10%;
    bottom: 20px;
    left: auto;

    display: none;

    width: 42px;
    height: 42px;
    margin-right: 60px;

    background: url(../images/icon.png) no-repeat;
    background-position: 0;
    background-size: cover;
}
@media (max-width: 767px)
{
    .box-product .product .swiper-button-prev
    {
        display: block;
    }
}
.box-product .product .swiper-button-next
{
    top: auto;
    right: 10%;
    bottom: 20px;

    display: none;

    width: 42px;
    height: 42px;

    background: url(../images/icon.png) no-repeat;
    background-position: -42px 0;
    background-size: cover;
}
@media (max-width: 767px)
{
    .box-product .product .swiper-button-next
    {
        display: block;
    }
}
.box-about
{
    height: 100%;

    background: url(../images/aboutbg.jpg) no-repeat center;
    background-size: cover;
}
.box-about .about
{
    position: relative;

    height: 100%;
}
.box-about .about .pic1
{
    display: none;

    text-align: right;
}
@media (max-width: 991px)
{
    .box-about .about .pic1
    {
        display: block;
    }
}
.box-about .about .pic1 img
{
    width: 50%;
}
.box-about .about .text
{
    position: relative;
    z-index: 9;

    display: inline-block;

    width: 30%;
    height: 100%;
    float: right;
    padding-top: 20%;
    padding-left: 40px;
}
@media (max-width: 991px)
{
    .box-about .about .text
    {
        width: 100%;
        height: auto;
        padding-top: 10px;
        padding-right: 30px;

        text-align: right;
    }
}
.box-about .about .text .title-about span
{
    font-size: 18px;
    font-weight: bold;

    display: block;
}
.box-about .about .text .title-about h2
{
    font-size: 48px;

    display: inline-block;

    max-width: 216px;
    margin: 0;
    padding: 10px 0;

    border-bottom: 2px solid #000;
}
@media (max-width: 767px)
{
    .box-about .about .text .title-about h2
    {
        font-size: 24px;
    }
}
.box-about .about .text .title-about p
{
    font-size: 20px;

    margin: 10px 0 0 0;
}
.box-about .about .text .note
{
    display: inline-block;

    max-width: 390px;
    margin-top: 10%;

    text-align: left;
}
@media (max-width: 991px)
{
    .box-about .about .text .note
    {
        margin-top: 20px;
    }
}
.box-about .about .text .note p
{
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

    height: 140px;
    margin: 0;

    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.box-about .about .text .note a.more
{
    font-size: 15px;
    line-height: 40px;

    display: inline-block;
    float: right;

    height: 40px;
    margin-top: 20px;
    padding: 0 20px;

    border: 1px solid #c0bdbd;
    border-radius: 20px;
}
@media (max-width: 991px)
{
    .box-about .about .text .note a.more
    {
        float: left;
    }
}
.box-about .about .text .note a.more::after
{
    font-family: 'iconfont';

    display: inline-block;

    margin-left: 40px;

    content: '\e625';

    color: #c0bdbd;
}
.box-about .about .text .note a.more:hover
{
    color: #c08459;
    border-color: #c08459;
}
.box-about .about .text .note a.more:hover::after
{
    -webkit-animation: fadeInRight .6s 0s ease both;
            animation: fadeInRight .6s 0s ease both;

    color: #c08459;
}
.box-about .about .pic
{
    display: inline-block;

    width: 70%;
    height: 100%;
    margin-right: -8px;
    float: left;
    position: relative;

    vertical-align: bottom;
}
.box-about .about .pic img
{
    position: absolute;
    bottom: 0;
}
@media (max-width: 991px)
{
    .box-about .about .pic
    {
        width: 100%;
    }
}
.box-about .about .pic img
{
    max-width: 100%;
}
.box-news
{
    height: 100%;

    background: url(../images/newsbg.jpg) no-repeat center;
    background-size: cover;
}
.box-news .container
{
    height: 100%;
}
.box-news .news
{
    position: relative;

    height: 100%;
}
.box-news .pic
{
    display: inline-block;

    width: 60%;
    height: 100%;
}
.box-news .pic img
{
    height: 100%;
}
@media (max-width: 991px)
{
    .box-news .pic
    {
        margin-left: -40%;
    }
}
@media (max-width: 767px)
{
    .box-news .pic
    {
        margin-left: -50%;
    }
}
.box-news .text
{
    position: absolute;
    right: 0;
    bottom: 10%;
}
@media (max-width: 767px)
{
    .box-news .text
    {
        right: auto;
        left: 0;

        width: 100%;
    }
}
.box-news .text .info
{
    max-width: 400px;
}
@media (max-width: 767px)
{
    .box-news .text .info
    {
        max-width: 260px;
    }
}
.box-news .text .info h3
{
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;

    display: inline-block;

    margin: 0;

    color: #231815;
    border-bottom: 2px solid #231815;
}
@media (max-width: 767px)
{
    .box-news .text .info h3
    {
        letter-spacing: 6px;
    }
}
.box-news .text .info span
{
    display: block;

    margin-top: 4%;
}
.box-news .text .info p
{
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

    height: 70px;

    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
@media (max-width: 767px)
{
    .box-news .text .info p
    {
        height: 96px;

        -webkit-line-clamp: 4;
    }
}
.box-news .text .info a.more
{
    font-size: 15px;
    line-height: 40px;

    display: inline-block;
    float: right;

    height: 40px;
    margin-top: 20px;
    padding: 0 20px;

    border: 1px solid #c0bdbd;
    border-radius: 20px;
}
.box-news .text .info a.more::after
{
    font-family: 'iconfont';

    display: inline-block;

    margin-left: 40px;

    content: '\e625';

    color: #c0bdbd;
}
.box-news .text .info a.more:hover
{
    color: #c08459;
    border-color: #c08459;
}
.box-news .text .info a.more:hover::after
{
    -webkit-animation: fadeInRight .6s 0s ease both;
            animation: fadeInRight .6s 0s ease both;

    color: #c08459;
}
.box-news .text .note
{
    clear: both;

    padding-top: 36%;

    text-align: right;
}
.box-news .text .note p
{
    line-height: 1.71428571;

    height: 24px;
    margin: 0;
}
.footer
{
    height: 100%;

    background: url(../images/footerbg.jpg) no-repeat center;
    background-size: cover;
}
.footer .foot
{
    position: absolute;
    top: 50%;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.footer .foot .container
{
    max-width: 1280px;
}
.footer .foot-nav
{
    overflow: hidden;

    width: 100%;
}
.footer .foot-nav ul
{
    margin: 0 -90px;
}
@media (max-width: 1199px)
{
    .footer .foot-nav ul
    {
        margin: 0 -30px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-nav ul
    {
        margin: 0;
    }
}
.footer .foot-nav ul li
{
    position: relative;

    float: left;

    width: 33.33333333%;
    padding: 0 90px;

    color: #fff;
}
@media (max-width: 1199px)
{
    .footer .foot-nav ul li
    {
        padding: 0 30px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-nav ul li
    {
        overflow: hidden;

        width: 100%;
        padding: 10px 0;
        padding-left: 100px;

        border-bottom: 1px solid #fff;
    }
}
@media (max-width: 375px)
{
    .footer .foot-nav ul li
    {
        padding: 6px 0;
        padding-left: 80px;
    }
}
.footer .foot-nav ul li a
{
    font-size: 16px;
    line-height: 1.5;

    display: block;
}
@media (max-width: 480px)
{
    .footer .foot-nav ul li a
    {
        font-size: 14px;
    }
}
.footer .foot-nav ul li a:hover
{
    text-decoration: underline;
}
.footer .foot-nav ul li h3
{
    font-size: 20px;
    font-weight: bold;

    margin: 0 0 10px 0;
    padding-bottom: 10px;

    border-bottom: 2px solid #fff;
}
@media (max-width: 767px)
{
    .footer .foot-nav ul li h3
    {
        font-size: 18px;

        position: absolute;
        left: 0;

        border-bottom: none;
    }
}
.footer .foot-nav ul li p
{
    font-size: 16px;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 480px)
{
    .footer .foot-nav ul li p
    {
        font-size: 14px;
    }
}
@media (max-width: 375px)
{
    .footer .foot-nav ul li p
    {
        font-size: 12px;
    }
}
.footer .foot-nav ul li p a
{
    display: inline-block;
}
.footer .foot-nav ul li:nth-child(2) a,
.footer .foot-nav ul li:first-child a
{
    display: inline-block;

    width: 50%;
    margin-right: -4px;
}
@media(max-width: 991px){
   .footer .foot-nav ul li:nth-child(2) a,
    .footer .foot-nav ul li:first-child a
    {
        display: inline-block;
        width: 50%;
    }
}
.footer .foot-nav ul li:last-child
{
    border-bottom: none;
}
.footer .foot-contact
{
    position: relative;

    width: 100%;
    margin-top: 4%;
    padding-left: 180px;

    border-top: 2px solid #fff;
}
@media (max-height: 760px)
{
    .footer .foot-contact
    {
        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-contact
    {
        margin-top: 0;
        padding-left: 0;

        border: none;
    }
}
.footer .foot-contact .c-title
{
    position: absolute;
    top: 20px;
    left: 0;

    color: #fff;
}
@media (max-width: 767px)
{
    .footer .foot-contact .c-title
    {
        position: relative;
        top: 0;

        margin-bottom: 10px;
    }
}
.footer .foot-contact .c-title h2
{
    font-size: 36px;

    margin: 0;
}
@media (max-width: 767px)
{
    .footer .foot-contact .c-title h2
    {
        font-size: 18px;
    }
}
.footer .foot-contact .c-title p
{
    font-size: 16px;

    margin: 0;
}
@media (max-width: 375px)
{
    .footer .foot-contact form
    {
        margin-top: -10px;
    }
}
.footer .foot-contact input,
.footer .foot-contact textarea
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    width: 100%;

    margin-top: 20px;
    padding: 5px 14px;

    color: #fff;
    border: 1px solid #dcbda9;
    background: none;
}
@media (min-height: 761px){
     .footer .foot-contact input,
    .footer .foot-contact textarea{
        max-width: 320px;
    }
}
@media (max-height: 760px)
{
    .footer .foot-contact input,
    .footer .foot-contact textarea
    {
        display: inline-block;
        height: 40px;
        width: 49%;
        max-width: 100%;

        vertical-align: top;
    }
    .footer .foot-contact a{
        text-align: center;
    }
}
// .footer .foot-contact a::after{
//  font-family: "iconfont";
//  content: '\e781';
//  margin-left: 10px;
// }
@media (max-width: 767px)
{
    .footer .foot-contact input,
    .footer .foot-contact textarea
    {
        width: 100%;
        max-width: 100%;
        margin-top: 10px;
        padding: 0 14px;
    }
}
.footer .foot-contact input::-webkit-input-placeholder,
.footer .foot-contact textarea::-webkit-input-placeholder
{
    color: #fff;
}
.footer .foot-contact input:-o-placeholder,
.footer .foot-contact textarea:-o-placeholder
{
    color: #fff;
}
.footer .foot-contact input::-moz-placeholder,
.footer .foot-contact textarea::-moz-placeholder
{
    color: #fff;
}
.footer .foot-contact input:-ms-input-placeholder,
.footer .foot-contact textarea:-ms-input-placeholder
{
    color: #fff;
}
.footer .foot-contact input:focus::-webkit-input-placeholder,
.footer .foot-contact textarea:focus::-webkit-input-placeholder
{
    color: #eee;
}
.footer .foot-contact input:focus::-o-placeholder,
.footer .foot-contact textarea:focus::-o-placeholder
{
    color: #eee;
}
.footer .foot-contact input:focus::-moz-placeholder,
.footer .foot-contact textarea:focus::-moz-placeholder
{
    color: #eee;
}
.footer .foot-contact input:focus::-ms-input-placeholder,
.footer .foot-contact textarea:focus::-ms-input-placeholder
{
    color: #eee;
}
.footer .foot-copyright
{
    position: relative;

    margin-top: 4%;
    padding-top: 30px;

    border-top: 2px solid #fff;
}
@media (max-height: 760px)
{
    .footer .foot-copyright
    {
        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-copyright
    {
        margin-top: 10px;

        border: none;
    }
}
.footer .foot-copyright p
{
    font-size: 18px;

    color: #fff;
}
@media (max-width: 767px)
{
    .footer .foot-copyright p
    {
        display: none;
    }
}
@media (max-width: 767px)
{
    .footer .foot-copyright img
    {
        display: none;
    }
}
.footer .foot-copyright a
{
    font-size: 18px;

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

    color: #fff;
}
@media (max-width: 767px)
{
    .footer .foot-copyright a
    {
        top: 0;
    }
}
.footer .foot-copyright a::after
{
    font-family: 'iconfont';
    font-size: 16px;
    line-height: 30px;

    display: inline-block;

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

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

    border: 1px solid #fff;
    border-radius: 50%;
}
.footer .foot-copyright a:hover::after
{
    -webkit-animation: fadeInRight .6s 0s ease both;
            animation: fadeInRight .6s 0s ease both;
}
.footer-in .footer
{
    padding: 80px 0;
}
.footer-in .footer .foot
{
    position: relative;
    top: 0;

    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
.wrap
{
    padding: 80px 0;
}
@media (max-width: 767px)
{
    .wrap
    {
        padding: 50px 0;
    }
}
.title-in
{
    text-align: center;
}
.title-in p
{
    font-size: 32px;

    position: relative;

    display: inline-block;

    margin: 0;


    color: #ac997d;
}
// .title-in p::before
// {
//     position: absolute;
//     top: -10px;
//     left: -32px;

//     display: inline-block;

//     width: 82px;
//     height: 100px;

//     content: '';

//     border: 1px solid #ac997d;
// }
// @media (max-width: 767px)
// {
//     .title-in p::before
//     {
//         top: -8px;
//         left: -10px;

//         width: 60px;
//         height: 70px;
//     }
// }
.title-in h2
{
    font-family: Arial,'Microsoft Himalaya', 'Helvetica Neue', Helvetica,  sans-serif;
    font-size: 36px;

    margin: 0;
    font-weight: bold;
    font-style: italic;

    letter-spacing: .82px;
    text-transform: uppercase;

    color: #ac997d;
}
@media (max-width: 767px)
{
    .title-in h2
    {
        font-size: 40px;
    }
}
@media (min-width: 1320px)
{
    .wrapper .container
    {
        width: 1280px;
    }
}
.wrap-about .text
{
    margin-top: 30px;

    text-align: center;
}
.wrap-about .text p
{
    line-height: 1.71428571;

    margin: 0;

    color: #666;
}
.wrap-culture
{
    overflow: hidden;

    padding: 0;
    background-color: #c3995d;
}
.wrap-culture .info
{
    float: left;

    width: 60%;
    /*margin-bottom: -999px;*/
    padding: 70px 0;
    /*padding-bottom: 999px;*/


}
@media (max-width: 991px)
{
    .wrap-culture .info
    {
        width: 100%;
        margin: 0;
        padding: 50px 0;
    }
}
.wrap-culture .info .title-in h2,
.wrap-culture .info .title-in p
{
    color: #fff;
}
.wrap-culture .info .title-in p::before
{
    border-color: #fff;
}
.wrap-culture .info .text
{
    line-height: 24px;

    margin-top: 70px;
    padding:0 10%;

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-culture .info .text
    {
        margin-top: 50px;
        padding: 0 15px;
    }
}
.wrap-culture .info .text h3
{
    font-size: 24px;

    margin: 0;
}
.wrap-culture .info .text p
{
    font-size: 16px;

    margin: 0;
}
.wrap-culture .pic
{
    float: left;

    width: 40%;
}
.wrap-culture .pic img{
    height: 100%;
}
@media (max-width: 991px)
{
    .wrap-culture .pic
    {
        width: 100%;
    }
    .wrap-culture .pic img
    {
        width: 100%;
        height: auto;
    }
}
.wrap-factory
{
    padding-top: 50px;
}
@media (max-width: 767px)
{
    .wrap-factory
    {
        padding-top: 30px;
    }
}
.wrap-factory .item
{
    margin-top: 30px;
    padding: 5px;

    border: 1px solid #bababa;
}
.wrap-factory .item .img-box
{
    padding-bottom: 72.5%;
}
.wrap-factory .item .img-box img
{
    -webkit-transition: -webkit-transform 1.2s ease;
            transition: -webkit-transform 1.2s ease;
            transition:         transform 1.2s ease;
            transition:         transform 1.2s ease, -webkit-transform 1.2s ease;
}
.wrap-factory .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.fancybox-nav span
{
    visibility: visible;
}
.fancybox-title-float-wrap
{
    right: 0;

    margin-top: 0;

    text-align: left;

    background-color: #fff;
}
.fancybox-title-float-wrap .child
{
    font-size: 16px;
    line-height: 40px;

    margin-right: 0;

    color: #333;
    background: none;
    text-shadow: none;
}
.fancybox-close
{
    font-size: 16px;
    font-weight: bold;

    z-index: 99999;
    top: auto;
    right: 60px;
    bottom: -38px;

    background: none;
}
.fancybox-close::before
{
    content: 'COLSE';
}
.fancybox-close::after
{
    font-family: 'iconfont';
    font-weight: bold;

    position: relative;
    top: -2px;

    margin-left: 10px;

    content: '\e697';
}
.fancybox-next span,
.fancybox-prev span
{
    top: 30%;
    right: 20px;

    background: none;
}
.fancybox-next span::after,
.fancybox-prev span::after
{
    line-height: 32px;

    display: inline-block;

    width: 58px;
    height: 32px;

    content: 'NEXT';
    text-align: center;

    border-radius: 5px;
    background-color: #fff;
}
.fancybox-prev span
{
    left: 0;
}
.fancybox-prev span::after
{
    content: 'PREV';
}
/**
 * page
 */
.page
{
    clear: both;
    overflow: hidden;

    margin-top: 40px;

    text-align: center;
}
.page a
{
    font-size: 18px;
    line-height: 36px;

    display: inline-block;
    overflow: hidden;

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

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

    color: #999;
    border: 1px solid #bfbfbf;
    border-radius: 50%;
}
.page a.first-child,
.page a.last-child
{
    text-indent: 4px;
}
.page a.first-child::after,
.page a.last-child::after
{
    font-family: 'iconfont';

    content: '\e9d8';
}
.page a.last-child
{
    text-indent: -4px;
}
.page a.last-child::after
{
    content: '\e625';
}
.page a.active,
.page a:hover
{
    color: #c08459;
    border-color: #c08459;
}
.wrap-product{
	position: relative;
}
.wrap-product:before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	opacity: .4;
	background: url(../images/productbg.jpg) no-repeat center;
    background-size: cover;
    z-index: -999;
}
@media(max-width: 767px){
	.wrap-product:before{
		height: 96px;
	}
}
.wrap-product .product-nav
{
    margin: 45px 0 30px 0;
}
.wrap-product .product-nav ul
{
    letter-spacing: -8px;
}
.wrap-product .title-in{
    display: none;
}
@media (min-width: 481px)
{
    .wrap-product .product-nav ul
    {
        text-align: center;
    }
}
.wrap-product .product-nav li
{
    display: inline-block;

    margin: 0 6px;

    letter-spacing: 0;
}
@media (max-width: 480px)
{
    .wrap-product .product-nav li
    {
        width: 33.333%;
        margin: 0;
    }
}
.wrap-product .product-nav li.active a
{
    color: #fff;
    background-color: #dcb478;
}
@media (min-width: 992px)
{
    .wrap-product .product-nav li:hover a
    {
        color: #fff;
        background-color: #dcb478;
    }
}
.wrap-product .product-nav li a
{
    font-family: 'Adobe Heiti Std', 'Microsoft YaHei', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;

    display: block;

    padding: 8px 25px;

    text-align: center;
}
@media (max-width: 480px)
{
    .wrap-product .product-nav li a
    {
        padding: 8px 0;
    }
}
.wrap-product .product-list ul
{
    margin-bottom: 125px;
}
@media (max-width: 1199px)
{
    .wrap-product .product-list ul
    {
        margin-bottom: 100px;
    }
}
@media (max-width: 991px)
{
    .wrap-product .product-list ul
    {
        margin-bottom: 60px;
    }
}
@media (max-width: 767px)
{
    .wrap-product .product-list ul
    {
        margin-bottom: 0;
    }
}
.wrap-product .product-list li
{
    margin-bottom: 35px;
}
.wrap-product .product-list .item:hover p
{
    color: #be7b17;
}
.wrap-product .product-list .pic-box
{
    position: relative;

    /*padding: 10px;*/

    border: 1px solid #cecdcd;
}
.wrap-product .product-list .mask
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;

    padding: 10px;

    text-align: center;

    // background-color: rgba(0, 0, 0, .8);
    background-clip: content-box;
}
.wrap-product .product-list .mask h3,
.wrap-product .product-list .mask span a
{
    font-family: 'Adobe Heiti Std', 'Microsoft YaHei', 'PingFang SC', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', 'Helvetica Neue', Helvetica, Arial, sans-serif;

    display: -webkit-box;
    overflow: hidden;

    color: #fff;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-product .product-list .mask h3
{
    font-size: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin-top: 18%;
 opacity: 0;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
@media (max-width: 1199px)
{
    .wrap-product .product-list .mask h3
    {
        margin-top: 12%;
    }
}
.wrap-product .product-list .mask span
{
    display: -webkit-box;
    overflow: hidden;
 opacity: 0;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.wrap-product .product-list .mask span:after
{
    display: block;

    width: 30%;
    height: 2px;
    margin: 5px auto 0;

    content: '';

    background-color: #c68d39;
}
.wrap-product .product-list .mask span a
{
    font-size: 26px;
     opacity: 0;
    display: inline-block;

    height: 38px;
}
.wrap-product .product-list .mask .info
{
    margin-top: 24px;
    display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .wrap-product .product-list .mask .info
    {
        margin-top: 12px;
    }
}
.wrap-product .product-list .mask .info a
{
    margin: 0 20px;
}
.wrap-product .product-list .mask .info a:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    color: #c0c0c0;
}
.wrap-product .product-list .mask .info a:hover:before
{
    color: #fff;
}
.wrap-product .product-list .mask .info .inquiry-btn:before
{
    content: '\e663';
}
.wrap-product .product-list .mask .info .cart-btn:before
{
    content: '\e600';
}
.wrap-product .product-list .img-box
{
    padding-bottom: 68.42105263%;
}
.wrap-product .product-list .img-box img{
    transition: all .6s ease;
}
.wrap-product .product-list .img-box:hover img{
    transform:scale(1.1);
}
.wrap-product .product-list p
{
    font-size: 16px;
    /*font-weight: bold;*/

    display: -webkit-box;
    overflow: hidden;

    margin: 0;
    text-align: center;
    padding: 10px 10px 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.inquire-sheet-box
{
    position: fixed;
    z-index: 99;
    top: 30%;
    right: 20px;

    width: 270px;

    border: 1px solid #1b1b1b;
    background: #fff;
}
@media (max-width: 991px)
{
    .inquire-sheet-box
    {
        display: none;
    }
}
.inquire-sheet-box .Jclose
{
    position: absolute;
    top: 10px;
    right: 15px;

    cursor: pointer;
}
.inquire-sheet-box .Jclose::after
{
    font-family: 'iconfont';

    content: '\e80f';
}
.inquire-sheet-box .J-title
{
    position: relative;

    padding: 10px 10px;

    color: #fff;
    background-color: #1b1b1b;
}
.inquire-sheet-box .J-title p
{
    margin: 0;

    color: #deb278;
}
.inquire-sheet-box .J-title p b
{
    font-weight: normal;

    color: #fff;
}
.inquire-sheet-box .J-title a::before
{
    font-family: 'iconfont';
    font-size: 24px;
    font-weight: normal;

    float: left;

    margin-top: -6px;
    margin-right: 10px;

    content: '\e631';

    color: #deb278;
}
.inquire-sheet-box .Jclose
{
    float: right;

    cursor: pointer;
}
.inquire-sheet-box .Jclose::after
{
    font-family: 'iconfont';
    font-size: 16px;
    line-height: 20px;

    float: right;

    content: '\e697';

    color: #fff;
}
.inquire-sheet-box .J-inquiry
{
    line-height: 40px;

    height: 40px;
    margin: 20px 10px;

    text-align: center;

    color: #fff;
    background-color: #deb278;
}
.inquire-sheet-box .J-inquiry span
{
    display: inline-block;
}
.inquire-sheet-box .J-inquiry a span::before
{
    font-family: 'iconfont';
    font-size: 24px;

    display: inline-block;
    float: left;

    margin-right: 14px;

    content: '\e6d5';
}
.inquire-sheet-box .J-inquiry:hover a span::before
{
    -webkit-animation: fadeInLeft 1s 0s ease both;
            animation: fadeInLeft 1s 0s ease both;
}
.inquire-sheet-box .J-shoping-close
{
    float: right;

    cursor: pointer;
}
.inquire-sheet-box .J-shoping-close::after
{
    font-family: 'iconfont';
    font-size: 16px;
    line-height: 40px;

    content: '\e67f';

    color: #bfbfbf;
}
.inquire-sheet-box .list
{
    overflow: hidden;

    padding: 10px;

    border-bottom: 1px solid #cdcbcb;
}
.inquire-sheet-box .list .pic
{
    float: left;

    width: 66px;

    border: 1px solid #d2d2d2;
}
.inquire-sheet-box .list .pic .img-box
{
    padding-bottom: 69.35483871%;
}
.inquire-sheet-box .list img
{
    float: left;
}
.inquire-sheet-box .list p
{
    line-height: 20px;

    float: left;

    width: 60%;
    margin-bottom: 0;
    margin-left: 8px;
}
.inquire-sheet-box .list p span
{
    display: block;
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.inquire-sheet-box .list p span:last-child
{
    font-size: 12px;

    color: #666;
}
.cart-icon
{
    line-height: 30px;

    position: fixed;
    z-index: 9;
    top: 30%;
    right: 10px;

    display: none;
}
@media (max-width: 991px)
{
    .cart-icon
    {
        display: block;
    }
}
.cart-icon a
{
    display: block;

    width: 40px;
    height: 40px;

    text-align: center;

    border-radius: 50%;
    background-color: #c08459;
}
.cart-icon a::before
{
    font-family: 'iconfont';
    font-size: 20px;
    line-height: 40px;

    content: '\e631';

    color: #fff;
}
.cart-icon span
{
    font-size: 12px;
    line-height: 16px;

    position: absolute;
    z-index: 10;
    top: -4px;
    right: -3px;

    display: inline-block;

    width: 16px;
    height: 16px;

    vertical-align: super;

    color: #fff;
    border-radius: 50%;
    background-color: #000;
}
.wrap-product-show{
	padding-top: 0;
}
.wrap-product-show .return a{
	font-size: 18px;
	line-height: 80px;
	display: inline-block;
}
.wrap-product-show .return a:hover{
	color: #e8b879;
}
.wrap-product-show .info
{
    overflow: hidden;
}
.wrap-product-show .info .note
{
    float: left;

    width: 50%;
    padding: 4px;

    border: 1px solid #cecdcd;
}
@media (max-width: 767px)
{
    .wrap-product-show .info .note
    {
        width: 100%;
    }
}
.wrap-product-show .info .note .img-box
{
    padding-bottom: 69.35483871%;
}
.wrap-product-show .info .note .img-box img{
    transition: transform .6s ease;
}
.wrap-product-show .info .note .img-box img:hover{
    transform:scale(1.1);
}
.wrap-product-show .info .list
{
    float: left;
    /*display: none;*/
    width: 50%;
    padding-left: 2%;
}
@media (max-width: 767px)
{
    .wrap-product-show .info .list
    {
        width: 100%;
        padding-left: 0;
    }
}
.wrap-product-show .info .list ul
{
    overflow: hidden;
}
.wrap-product-show .info .list li
{
    float: left;

    width: 50%;
    padding-left: 20px;
}
@media (max-width: 767px)
{
    .wrap-product-show .info .list li
    {
        padding-top: 30px;
        padding-left: 10px;
    }
    .wrap-product-show .info .list li:nth-child(2n+1)
    {
        padding-right: 10px;
        padding-left: 0;
    }
}
.wrap-product-show .info .list li:nth-child(3),
.wrap-product-show .info .list li:nth-child(4)
{
    padding-top: 40px;
}
@media (max-width: 767px)
{
    .wrap-product-show .info .list li:nth-child(3),
    .wrap-product-show .info .list li:nth-child(4)
    {
        padding-top: 30px;
    }
}
.wrap-product-show .info .list li .item
{
    padding: 4px;

    border: 1px solid #cecdcd;
}
.wrap-product-show .info .list li .img-box
{
    padding-bottom: 69.35483871%;
}
.wrap-product-show .parameter
{
    margin-top: 60px;
}
@media (max-width: 767px)
{
    .wrap-product-show .parameter
    {
        margin-top: 50px;
    }
}
.wrap-product-show .parameter h3
{
    font-size: 28px;
    font-weight: bold;

    margin: 0 0 20px 0;

    color: #e8b879;
}
.wrap-product-show .parameter p
{
    line-height: 1.71428571;

    margin: 0;
}
.wrap-product-show .parameter .note
{
    position: relative;

    margin-top: 60px;
}
@media (max-width: 767px)
{
    .wrap-product-show .parameter .note
    {
        margin-top: 50px;
    }
}
.wrap-product-show .parameter .note p
{
    line-height: 1.71428571;
}
.wrap-product-show .parameter .note a.inquiry
{
    font-size: 16px;
    line-height: 38px;

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

    display: inline-block;

    height: 38px;
    padding: 0 30px;

    color: #fff;
    background-color: #e8b879;
}
.wrap-product-show .parameter .note a.inquiry::before
{
    font-family: 'iconfont';
    font-size: 18px;

    display: inline-block;

    margin-right: 10px;

    content: '\e6d5';
}
@media (max-width: 767px)
{
    .wrap-product-show .parameter .note a.inquiry
    {
        position: relative;

        margin-top: 20px;
    }
}
.wrap-product-show .parameter .note a.inquiry:hover
{
    background-color: #daad73;
}
.wrap-product-show .parameter .note a.inquiry:hover::before
{
    -webkit-animation: fadeInLeft 1s 0s ease both;
            animation: fadeInLeft 1s 0s ease both;
}
.wrap-product-show .inquiry-form
{
    margin-top: 50px;
}
.wrap-product-show .inquiry-form h3
{
    font-size: 16px;
    font-weight: 700;

    margin: 0 0 15px 0;
}
.wrap-product-show .inquiry-form form p
{
    font-size: 15px;

    margin-bottom: 25px;
}
.wrap-product-show .inquiry-form form input::-webkit-input-placeholder,
.wrap-product-show .inquiry-form form textarea::-webkit-input-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry-form form input:-o-placeholder,
.wrap-product-show .inquiry-form form textarea:-o-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry-form form input::-moz-placeholder,
.wrap-product-show .inquiry-form form textarea::-moz-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry-form form input:-ms-input-placeholder,
.wrap-product-show .inquiry-form form textarea:-ms-input-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry-form form input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry-form form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry-form form input:focus::-o-placeholder,
.wrap-product-show .inquiry-form form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry-form form input:focus::-moz-placeholder,
.wrap-product-show .inquiry-form form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry-form form input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry-form form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry-form form input,
.wrap-product-show .inquiry-form form textarea
{
    display: block;

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

    color: #666;
    border: 1px solid #dbdbdb;
}
.wrap-product-show .inquiry-form form textarea
{
    height: 150px;
}
.wrap-product-show .inquiry-form form .submit
{
    font-family: 'Adobe Heiti Std', 'Microsoft YaHei', 'PingFang SC', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 45px;

    width: 200px;
    height: 45px;
    margin: 0 auto;
    display: block;
    margin-top: 20px;

    text-align: center;

    color: #fff;
    background-color: #e8b879;
}
.wrap-product-show .inquiry-form form .submit:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;

    display: inline-block;

    margin-right: 20px;

    content: '\e6d5';
    vertical-align: middle;
}
.wrap-product-show .inquiry-form form .submit:hover
{
    background-color: #daad73;
}
.wrap-product-show .inquiry-form form .submit:hover::before
{
    -webkit-animation: fadeInLeft 1s 0s ease both;
            animation: fadeInLeft 1s 0s ease both;
}
.wrap-news .title-in
{
    padding-bottom: 20px;
    display: none;
    border-bottom: 2px solid #e5e5e5;
}
.wrap-news .info ul
{
    position: relative;

    overflow: hidden;

    margin: 0;
    padding: 0;
}
/*.wrap-news .info ul::after
{
    position: absolute;
    top: 53%;

    display: block;

    width: 100%;
    height: 2px;

    content: '';

    background-color: #e5e5e5;
}*/
@media (max-width: 767px)
{
    .wrap-news .info ul::after
    {
        display: none;
    }
}
.wrap-news .info ul li
{
    width: 100%;
    padding: 24px;
    overflow: hidden;
     border-bottom: 1px #dfdfdf solid;
}
.wrap-news .info ul li .pic{
	width: 20%;
	float: left;
}

.wrap-news .info ul li .pic .img-box{
	padding-bottom: 65%;
}
.wrap-news .info ul li .note{
	width: 80%;
	float: left;
	padding: 20px;
}
@media(max-width: 991px){
	.wrap-news .info ul li .pic{
		width: 30%;
	}
	.wrap-news .info ul li .note{
		width: 70%;
	}
}

.wrap-news .info ul li:first-child{
	/*padding: 20px 0;*/
}
.wrap-news .info ul li:first-child .pic{
	/*width: 50%;*/
}
.wrap-news .info ul li:first-child .note{
	/*width: 50%;*/
}
@media(max-width: 767px){
	.wrap-news .info ul li{
		padding: 20px 0;
	}
	.wrap-news .info ul li .pic{
		width: 100%;
	}
	.wrap-news .info ul li .note{
		width: 100%;
		padding: 20px 0;
	}
	.wrap-news .info ul li:first-child .pic{
		/*width:100%;*/
	}
	.wrap-news .info ul li:first-child .note{
		/*width: 100%;*/
	}
}
.wrap-news .info ul li h3
{
    display: -webkit-box;
    overflow: hidden;

    height: 16px;

    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.wrap-news .info ul li h3
{
    font-size: 16px;
    font-weight: bold;

    margin: 6px 0 0 0;
}
.wrap-news .info ul li span
{
    margin-top: 14px;
    display: inline-block;
    color: #999999;
    font-size: 12px;
    margin-right: 20px;
    line-height: 18px;
}
.wrap-news .info ul li span:before{
	font-family: "iconfont";
	content: '\e675';
	color: #cccccc;
	font-size: 18px;
	margin-right: 6px;
	float: left;
}
.wrap-news .info ul li span.more:before{
	content: '\e658';
}
.wrap-news .info ul li span.more:hover{
	color: #ac997d;
}
.wrap-news .info ul li span.more:hover:before{
	color: #ac997d;
}
/*@media (max-width: 767px)
{
    .wrap-news .info ul li p
    {
        height: auto;
        max-height: 72px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .info ul li
    {
        width: 100%;
        margin-top: 40px;
        margin-bottom: 0;
        margin-left: 0;
    }
}*/
.wrap-news .info ul li .pic .img-box img{
    transition: all .6s ease;
}
.wrap-news .info ul li:hover .pic .img-box img{
    transform:scale(1.1);
}
.wrap-news .info ul li:hover h3
{
    color: #ac997d;
}
/*.wrap-news .info ul li:first-child,
.wrap-news .info ul li:nth-child(4)
{
    margin-left: 0;
}
.wrap-news .info ul li:nth-child(4),
.wrap-news .info ul li:nth-child(5)
{
    overflow: hidden;

    width: 45%;
}
@media (max-width: 767px)
{
    .wrap-news .info ul li:nth-child(4),
    .wrap-news .info ul li:nth-child(5)
    {
        width: 100%;
    }
}
.wrap-news .info ul li:nth-child(4) .pic,
.wrap-news .info ul li:nth-child(5) .pic
{
    float: left;

    width: 40%;
}*/
/*.wrap-news .info ul li:nth-child(4) .pic .img-box,
.wrap-news .info ul li:nth-child(5) .pic .img-box
{
    padding-bottom: 65%;
}
.wrap-news .info ul li:nth-child(4) .note,
.wrap-news .info ul li:nth-child(5) .note
{
    float: left;

    width: 60%;
    padding: 0 20px;
}
@media (max-width: 767px)
{
    .wrap-news .info ul li:nth-child(4) .note,
    .wrap-news .info ul li:nth-child(5) .note
    {
        padding: 0;
        padding-left: 14px;
    }
}
.wrap-news .info ul li:nth-child(5)
{
    margin-left: 10%;
}
@media (max-width: 767px)
{
    .wrap-news .info ul li:nth-child(5)
    {
        margin-left: 0;
    }
}*/
.wrap-news-show .news-title h2
{
    font-size: 20px;
    font-weight: bold;

    margin-top: 0;
}
.wrap-news-show .news-title p
{
    line-height: 30px;

    padding: 14px 0;

    border-top: 1px dashed #dcdcdc;
    border-bottom: 1px dashed #dcdcdc;
}
.wrap-news-show .news-title p span
{
    display: inline-block;

    color: #999;
}
.wrap-news-show .news-title p span::before
{
    font-family: 'iconfont';
    font-size: 20px;

    float: left;

    margin-right: 10px;

    content: '\e602';
}
.wrap-news-show .news-title p span:first-child
{
    margin-right: 50px;
}
.wrap-news-show .news-title p span.author::before
{
    content: '\e619';
}
.wrap-news-show .text
{
    margin-top: 40px;
}
.wrap-news-show .text h3
{
    font-size: 16px;
    line-height: 1.875;

    text-align: center;
}
.wrap-news-show .text p
{
    line-height: 1.71428571;

    margin: 0;

    color: #666;
}
.wrap-news-show .relate
{
    overflow: hidden;

    margin-top: 100px;

    border-top: 1px solid #dcdcdc;
}
@media (max-width: 767px)
{
    .wrap-news-show .relate
    {
        margin-top: 50px;
    }
}
.wrap-news-show .relate a
{
    line-height: 30px;

    display: inline-block;
    display: -webkit-box;
    float: left;
    overflow: hidden;

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

    color: #999;

    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
@media (max-width: 767px)
{
    .wrap-news-show .relate a
    {
        width: 100%;
        margin-top: 20px;
    }
}
.wrap-news-show .relate a.r-prev
{
    text-indent: 4px;
}
.wrap-news-show .relate a.r-prev::before
{
    font-family: 'iconfont';
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;

    display: inline-block;

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

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

    color: #d7d7d7;
    border: 2px solid #d6d6d6;
    border-radius: 50%;
}
.wrap-news-show .relate a.r-next
{
    text-align: right;
    text-indent: -4px;
}
@media (max-width: 767px)
{
    .wrap-news-show .relate a.r-next
    {
        text-align: left;
    }
}
.wrap-news-show .relate a.r-next::after
{
    font-family: 'iconfont';
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;

    display: inline-block;

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

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

    color: #d7d7d7;
    border: 2px solid #d6d6d6;
    border-radius: 50%;
}
@media (max-width: 767px)
{
    .wrap-news-show .relate a.r-next::after
    {
        float: left;

        margin-right: 15px;
        margin-left: 4px;
    }
}
.wrap-news-show .relate a:hover
{
    color: #f6b37f;
}
.wrap-contact .info
{
    margin-top: 120px;

    text-align: center;
}
@media (max-width: 767px)
{
    .wrap-contact .info
    {
        margin-top: 50px;
    }
}
.wrap-contact .info h4
{
    font-size: 17px;
    line-height: 2;

    margin: 0;
}
.wrap-contact .info .consulting
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-contact .info .consulting
    {
        margin-top: 30px;
    }
}
.wrap-contact .info .consulting a
{
    line-height: 30px;

    display: inline-block;

    height: 30px;
    padding: 0 50px;

    color: #fff;
    // background-color: #8c93a6;
}
.wrap-contact .info .consulting a
{
    background-color: #f6b37f;
}
.wrap-contact .info .tel
{
    font-size: 18px;
    /*font-weight: bold;*/

    margin-top: 10px;
}
@media (max-width: 767px)
{
    .wrap-contact .info .tel
    {
        font-size: 24px;
    }
}
.wrap-contact .info .tel a:hover
{
    color: #f6b37f;
}
.wrap-contact .info .text span
{
    line-height: 30px;

    display: inline-block;

    margin-right: 50px;
}
@media (max-width: 767px)
{
    .wrap-contact .info .text span
    {
        display: block;

        margin-right: 0;
    }
}
.wrap-contact .info .text span:last-child
{
    margin-right: 0;
}
.wrap-contact .info .text a:hover
{
    color: #f6b37f;
}
.wrap-contact .info .map
{
    margin-top: 50px;
}
@media (max-width: 767px)
{
    .wrap-contact .info .map
    {
        margin-top: 30px;
    }
}
.wrap-contact .info .map a
{
    display: inline-block;
}
.wrap-contact .info .map a span::before
{
    display: block;

    width: 78px;
    height: 78px;
    margin: 0 auto;
    margin-bottom: 14px;

    content: '';

    background: url(../images/map.png) no-repeat;
    background-size: cover;
}
.wrap-contact .message
{
    margin-top: 60px;
}
@media (max-width: 767px)
{
    .wrap-contact .message
    {
        margin-top: 20px;
    }
}
.wrap-contact .message input,
.wrap-contact .message textarea
{
    line-height: 30px;

    width: 100%;
    padding: 15px;

    border: 1px solid #dcdcdc;
}
@media (max-width: 767px)
{
    .wrap-contact .message input,
    .wrap-contact .message textarea
    {
        padding: 7px 15px;
    }
}
.wrap-contact .message input:focus,
.wrap-contact .message textarea:focus
{
    border: 1px solid #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
}
.wrap-contact .message p
{
    line-height: 2.14285714;

    margin: 30px 0 0 0;

    color: #666;
}
.wrap-contact .message p span
{
    color: #e80505;
}
.wrap-contact .message .btn
{
    font-size: 16px;
    line-height: 50px;

    width: 100%;
    margin-top: 30px;
    padding: 0;

    color: #fff;
    border-radius: 0;
    background: url(../images/footerbg.jpg) no-repeat top center;
}
.wrap-contact .message .btn:hover
{
    background-color: #ef9147;
}
.wrap-inquiry table
{
    width: 100%;

    border: none;
}
.wrap-inquiry table label
{
    margin: 0;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.wrap-inquiry table th
{
    font-size: 16px;

    text-align: center;

    border: none;
}
.wrap-inquiry table td
{
    border: none;
}
.wrap-inquiry table tr
{
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}
@media (max-width: 767px)
{
    .wrap-inquiry table .del-title span
    {
        visibility: hidden;
    }
}
.wrap-inquiry table .check-box
{
    width: 9.496732%;

    text-align: center;
}
@media (min-width: 480px)
{
    .wrap-inquiry table .check-box
    {
        padding-right: 6.53594771%;
    }
}
.wrap-inquiry table .check-box label.replace
{
    display: inline-block;

    width: 20px;
    height: 20px;

    border: 1px solid #dcdcdc;
}
.wrap-inquiry table .check-box label.replace:after
{
    font-family: 'iconfont' !important;

    content: '\e6aa';

    opacity: 0;
    color: #b7b6b6;
}
.wrap-inquiry table .check-box label.replace input
{
    display: none;
}
.wrap-inquiry table .check-box label.change:after
{
    opacity: 1;
}
@media (max-width: 767px)
{
    .wrap-inquiry table .check-box span
    {
        display: none;
    }
}
@media (min-width: 480px)
{
    .wrap-inquiry table .pic-box
    {
        width: 13.7254902%;
        padding: 26px 1.96078431%;
    }
}
@media (max-width: 767px)
{
    .wrap-inquiry table .pic-box
    {
        width: 32%;
        padding: 20px 1.96078431%;

        text-align: center;
    }
}
.wrap-inquiry table .pic-box .number-box
{
    margin-top: 20px;
}
@media (min-width: 768px)
{
    .wrap-inquiry table .pic-box .number-box
    {
        display: none;
    }
}
@media (min-width: 768px)
{
    .wrap-inquiry table .introduce-box
    {
        width: 23.954248%;
        padding: 0 5.22875817%;
    }
}
@media (max-width: 991px)
{
    .wrap-inquiry table .introduce-box
    {
        padding: 0 0;
    }
}
@media (max-width: 767px)
{
    .wrap-inquiry table .introduce-box
    {
        padding: 15px 0;
    }
}
.wrap-inquiry table .introduce-box .describe
{
    padding-left: 10%;
}
@media (min-width: 768px)
{
    .wrap-inquiry table .introduce-box .describe
    {
        padding-left: 30%;
    }
}
.wrap-inquiry table .introduce-box p
{
    font-weight: 700;
}
.wrap-inquiry table .introduce-box p span
{
    font-weight: 500;

    word-break: break-all;

    color: #666;
}
@media (max-width: 320px)
{
    .wrap-inquiry table .introduce-box p span
    {
        display: block;

        text-indent: 1em;
    }
}
.wrap-inquiry table .qty-box
{
    text-align: center;
}
@media (max-width: 767px)
{
    .wrap-inquiry table .qty-box
    {
        display: none;
    }
}
@media (min-width: 768px)
{
    .wrap-inquiry table .qty-box
    {
        width: 15.03267974%;
    }
}
.wrap-inquiry table .del-box
{
    text-align: center;
}
@media (min-width: 768px)
{
    .wrap-inquiry table .del-box
    {
        width: 10.03268%;
    }
}
.wrap-inquiry table .del-box .del:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;

    content: '\e67f';

    color: #bfbfbf;
}
.wrap-inquiry table .img-box
{
    padding-bottom: 68.42105263%;

    border: 1px solid #dbdbdb;
}
.wrap-inquiry table .number-box
{
    display: inline-block;

    text-align: center;
    vertical-align: middle;
    letter-spacing: -8px;

    color: #999;
}
.wrap-inquiry table .number-box a
{
    line-height: 16px;

    position: relative;

    display: block;

    width: 36px;
    height: 18px;

    text-align: center;

    border: 1px solid #e1e1e1;
}
.wrap-inquiry table .number-box a:before
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 0;
    height: 0;

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

    border-style: solid;
}
@media (max-width: 767px)
{
    .wrap-inquiry table .number-box a
    {
        width: 26px;
    }
}
.wrap-inquiry table .number-box a.add1:before
{
    border-width: 0 4px 5px 4px;
    border-color: transparent transparent #e1e1e1 transparent;
}
.wrap-inquiry table .number-box a.del1
{
    border-top-color: transparent;
}
.wrap-inquiry table .number-box a.del1:before
{
    border-width: 5px 4px 0 4px;
    border-color: #e1e1e1 transparent transparent transparent;
}
.wrap-inquiry table .number-box a.disable
{
    cursor: not-allowed;
}
.wrap-inquiry table .number-box .ipt-num
{
    line-height: 34px;

    display: inline-block;

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

    text-align: center;
    vertical-align: middle;
    letter-spacing: 0;

    border: 1px solid #e1e1e1;
    border-right: none;
}
@media (max-width: 767px)
{
    .wrap-inquiry table .number-box .ipt-num
    {
        width: 50px;
    }
}
.wrap-inquiry table .number-box .info-btn
{
    display: inline-block;

    vertical-align: middle;
    letter-spacing: 0;
}
.wrap-inquiry .inquiry-form
{
    margin-top: 45px;
}
.wrap-inquiry .inquiry-form h3
{
    font-size: 16px;
    font-weight: 700;

    margin: 0 0 15px 0;
}
.wrap-inquiry .inquiry-form form p
{
    font-size: 15px;

    margin-bottom: 25px;
}
.wrap-inquiry .inquiry-form form input::-webkit-input-placeholder,
.wrap-inquiry .inquiry-form form textarea::-webkit-input-placeholder
{
    color: #666;
}
.wrap-inquiry .inquiry-form form input:-o-placeholder,
.wrap-inquiry .inquiry-form form textarea:-o-placeholder
{
    color: #666;
}
.wrap-inquiry .inquiry-form form input::-moz-placeholder,
.wrap-inquiry .inquiry-form form textarea::-moz-placeholder
{
    color: #666;
}
.wrap-inquiry .inquiry-form form input:-ms-input-placeholder,
.wrap-inquiry .inquiry-form form textarea:-ms-input-placeholder
{
    color: #666;
}
.wrap-inquiry .inquiry-form form input:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry-form form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-inquiry .inquiry-form form input:focus::-o-placeholder,
.wrap-inquiry .inquiry-form form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-inquiry .inquiry-form form input:focus::-moz-placeholder,
.wrap-inquiry .inquiry-form form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-inquiry .inquiry-form form input:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry-form form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-inquiry .inquiry-form form input,
.wrap-inquiry .inquiry-form form textarea
{
    display: block;

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

    color: #666;
    border: 1px solid #dbdbdb;
}
.wrap-inquiry .inquiry-form form textarea
{
    height: 150px;
}
.wrap-inquiry .inquiry-form form .submit
{
    font-family: 'Adobe Heiti Std', 'Microsoft YaHei', 'PingFang SC', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 45px;

    width: 200px;
    height: 45px;
    margin-top: 20px;

    text-align: center;

    color: #fff;
    background-color: #e8b879;
}
.wrap-inquiry .inquiry-form form .submit:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;

    display: inline-block;

    margin-right: 20px;

    content: '\e6d5';
    vertical-align: middle;
}
.wrap-inquiry .inquiry-form form .submit:hover
{
    background-color: #daad73;
}
.wrap-inquiry .inquiry-form form .submit:hover::before
{
    -webkit-animation: fadeInLeft 1s 0s ease both;
            animation: fadeInLeft 1s 0s ease both;
}


.s-product{
    position: absolute;
    top: 55%;
    width: 100%;
    transform: translateY(-50%);
}

