/**
 * style.less
 * 层叠样式表
 */
.ff
{
    font-family: 'iconfont' !important;
}
@font-face
{
    font-family: 'FuturaBT Book';
    font-weight: normal;
    font-style: normal;

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

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

    src: url('../fonts/BeVietnam-Bold.eot');
    src: local('Be Vietnam Bold'), local('BeVietnam-Bold'), url('../fonts/BeVietnam-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/BeVietnam-Bold.woff2') format('woff2'), url('../fonts/BeVietnam-Bold.woff') format('woff'), url('../fonts/BeVietnam-Bold.ttf') format('truetype'), url('../fonts/BeVietnam-Bold.svg#BeVietnam-Bold') format('svg');
    font-display: swap;
}
html,
body
{
    position: relative;

    height: 100%;
}
body
{
    font-family: 'Noto Sans SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', Arial, 'Helvetica', 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;

    color: #232323;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body.fixed
{
    overflow: hidden;
}
.section
{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.container
{
    width: 100%;
}
@media (min-width: 1350px)
{
    .container
    {
        width: 1320px;
    }
}
@media (min-width: 1470px)
{
    .container
    {
        width: 1440px;
    }
}
.mr-15
{
    padding-right: 15%;
}
@media (max-width: 1600px)
{
    .mr-15
    {
        padding-right: 5%;
    }
}
@media (max-width: 991px)
{
    .mr-15
    {
        padding-right: 15px;
        padding-left: 15px;
    }
}
.ml-13
{
    padding-left: 13%;
}
@media (max-width: 1600px)
{
    .ml-13
    {
        padding-left: 5%;
    }
}
@media (max-width: 991px)
{
    .ml-13
    {
        padding-right: 15px;
        padding-left: 15px;
    }
}
.mr-11
{
    padding-right: 11%;
}
@media (max-width: 1600px)
{
    .mr-11
    {
        padding-right: 5%;
    }
}
@media (max-width: 991px)
{
    .mr-11
    {
        padding-right: 15px;
        padding-left: 15px;
    }
}
.ml-11
{
    padding-left: 11%;
}
@media (max-width: 1600px)
{
    .ml-11
    {
        padding-left: 5%;
    }
}
@media (max-width: 991px)
{
    .ml-11
    {
        padding-right: 15px;
        padding-left: 15px;
    }
}
.mr-13
{
    padding-right: 13%;
}
@media (max-width: 1600px)
{
    .mr-13
    {
        padding-right: 5%;
    }
}
@media (max-width: 991px)
{
    .mr-13
    {
        padding-right: 15px;
        padding-left: 15px;
    }
}
.fz-16
{
    font-size: 16px;
    line-height: 2.25;

    color: #666;
}
@media (max-width: 991px)
{
    .fz-16
    {
        font-size: 14px;
        line-height: 24px;
    }
}
@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;
    }
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus
{
    outline: none !important;
}
.slick-slide a
{
    outline: none !important;
}
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: fixed;
    z-index: 9;
    top: 0;

    width: 100%;
    height: 80px;
    padding: 0 5%;

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

    background-color: #212121;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1470px)
{
    .header
    {
        padding: 0 15px;
    }
}
@media (max-width: 1199px)
{
    .header
    {
        height: 60px;
    }
}
.header .logo
{
    display: inline-block;
    float: left;
    overflow: hidden;

    height: 30px;
    margin-top: 25px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1199px)
{
    .header .logo
    {
        margin-top: 15px;
    }
}
@media (max-width: 767px)
{
    .header .logo
    {
        height: 26px;
        margin-top: 17px;
    }
}
.header .logo a
{
    display: inline-block;

    height: 100%;
}
.header .logo img
{
    height: 100%;
}
.header .pc-search
{
    line-height: 30px;

    position: relative;

    display: inline-block;
    float: right;

    width: 90px;
    margin-top: 25px;
    margin-left: 20px;
}
@media (max-width: 1199px)
{
    .header .pc-search
    {
        display: none;
    }
}
.header .pc-search .submit
{
    font-size: 20px;
    line-height: 30px;

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

    padding: 0;

    color: #9a8973;
    background: none;
}
.header .pc-search .submit:before
{
    font-family: 'iconfont' !important;

    content: '\e641';
}
.header .pc-search input
{
    width: 100%;
    padding: 0 30px 0 10px;
	color: #ffffff;
    border: 1px solid #9a8973;
    border-radius: 30px;
    background: none;
}
.header .nav-collapse
{
    position: relative;

    display: none;
    float: right;

    width: 30px;
    height: 40px;
    margin-left: 6px;
    padding: 0;
	border: none;
    cursor: pointer;

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

        margin-top: 10px;
    }
    .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
    {
        border: none;
    }
}
@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: #999;
}
.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: #999;
}
.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);
}
.header .nav
{
    float: right;
}
.header .nav .tbl
{
    display: inline-block;
}
@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: #333;
    }
    .header .nav .tbl
    {
        display: table;

        width: 100%;
        height: 90%;
    }
    .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
    {
        display: block;

        text-align: center;
    }
    .header .nav .nav-list1 > li
    {
        display: inline-block;

        white-space: nowrap;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 16px;
        line-height: 80px;

        position: relative;

        display: block;

        padding: 0 16px;

        color: #fff;
    }
    .header .nav .nav-list1 > li:hover > a,
    .header .nav .nav-list1 > li.active > a
    {
        color: #9a8973;
    }
    .header .nav .nav-list1 > li:nth-child(3) .nav-list2
    {
        left: 0;

        width: 100%;
        padding: 50px 0;

        text-align: center;
    }
    .header .nav .nav-list1 > li:nth-child(3) .nav-list2 li
    {
        font-size: 16px;

        display: inline-block;

        min-height: 140px;
        padding: 30px 0;

        text-align: left;
        vertical-align: top;

        border: none;
        border-right: 1px solid #636261;
    }
    .header .nav .nav-list1 > li:nth-child(3) .nav-list2 li:nth-child(1),
    .header .nav .nav-list1 > li:nth-child(3) .nav-list2 li:nth-child(6)
    {
        font-size: 18px;
    }
    .header .nav .nav-list1 > li:nth-child(3) .nav-list2 li:last-child
    {
        border-right: none;
    }
    .header .nav .nav-list1 > li:nth-child(3) .nav-list2 li a
    {
        line-height: 30px;

        padding: 4px 50px;
    }
    .header .nav .nav-list1 > li:nth-child(3) .nav-list2 li a span
    {
        font-size: 14px;

        color: #888;
    }
    .header .nav .nav-list1 > li:nth-child(3) .nav-list2 li a:hover
    {
        color: #9a8973;
    }
    .header .nav .nav-list1 > li:nth-child(3) .nav-list2 li a:hover span
    {
        color: #9a8973;
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 100%;

        display: none;

        min-width: 450px;
        padding: 0;
        padding: 20px;

        text-align: left;

        background-color: rgba(0, 0, 0, .8);
        box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list2 li
    {
        position: relative;

        list-style: none;

        border-bottom: 1px solid #636261;
    }
    .header .nav .nav-list1 .nav-list2 li:last-child
    {
        border-bottom: none;
    }
    .header .nav .nav-list1 .nav-list2 li > a
    {
        font-size: 18px;
        line-height: 30px;

        position: relative;
        z-index: 1;

        display: block;

        padding: 20px 26px;

        -webkit-transition: all .6s ease;
                transition: all .6s ease;

        color: #fff;
    }
    .header .nav .nav-list1 .nav-list2 li > a:hover
    {
        color: #9a8973;
    }
    .header .nav .nav-list1 .nav-list2 li img
    {
        max-width: 400px;
    }
}
@media (min-width: 1200px) and (max-width: 1470px)
{
    .header .nav .nav-list1 > li > a
    {
        padding: 0 16px;
    }
}
@media (min-width: 1200px) and (max-width: 1350px)
{
    .header .nav .nav-list1 > li > a
    {
        padding: 0 12px;
    }
}
@media (min-width: 1200px) and (max-width: 1470px)
{
    .header .nav .nav-list1 .nav-list2
    {
        min-width: 350px;
    }
}
@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 (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: #333;
    }
}
.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: '\e9b5';
}
.header .nav-2 .nav-top .nav-title,
.header .nav-3 .nav-top .nav-title
{
    font-size: 30px;

    margin: 0;
}
@media (max-width: 767px)
{
    .header .nav-2 .nav-top .nav-title,
    .header .nav-3 .nav-top .nav-title
    {
        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
{
    overflow-y: auto;

    height: 80%;
    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: 16px;
    line-height: 40px;

    margin: 25px 0;

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

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

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

    color: #fff;
}
.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a
{
    display: block;
}
.header .nav-2
{
    left: 100%;
}
.header .nav-3
{
    left: 200%;
}
.header .fade-out ul
{
    text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .header .fade-out ul
    {
        padding: 0 5%;
    }
}
@media (max-width: 991px)
{
    .header .fade-out ul .pic
    {
        display: none !important;
    }
}
@media (max-width: 9919px)
{
    .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: '\e72f';

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

        display: block;

        text-transform: uppercase;
    }
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 20px;
    }
}
@media (max-width: 9919px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li
    {
        margin: 0;
    }
}
@media (max-width: 9919px) and (max-height: 768px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 18px;
    }
}
@media (max-width: 9919px) and (max-width: 480px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul.nav2-list2 .img-box
    {
        width: 250px;
        height: 90px;
        padding-bottom: 0;
    }
}
.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: 992px)
{
    .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 .lang
{
    font-size: 12px;

    position: relative;

    float: right;

    width: 140px;
    padding: 39px 0;

    text-align: center;

    border-left: 1px solid #e4e4e4;
}
@media (max-width: 991px)
{
    .header .lang
    {
        display: none;
    }
}
.header .lang h3
{
    font-family: 'Microsoft YaHei';
    font-size: 13px;
    font-weight: normal;

    display: inline-block;

    margin: 0;

    cursor: pointer;

    color: #888;
}
.header .lang h3::before
{
    position: relative;

    display: inline-block;
    overflow: hidden;

    width: 24px;
    height: 22px;
    margin-right: 8px;

    content: '';
    vertical-align: middle;

    background: url(../images/flags.png) no-repeat;
    background-position: -42px 0;
}
.header .lang h3::after
{
    position: relative;
    top: -2px;

    display: inline-block;

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

    content: '';

    border-top: 4px solid #c7c7c7;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.header .lang ul
{
    position: absolute;
    z-index: 999;
    top: 90px;
    right: 0;

    display: none;

    width: 100%;
    margin-left: -12px;
    padding: 20px 16px;

    text-align: left;

    color: #999;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .09);
}
.header .lang li
{
    font-size: 13px;
    line-height: 38px;

    clear: both;

    width: 100%;
    height: 29px;
    padding-left: 14px;

    list-style: none;
}
.header .lang li a::before
{
    display: inline-block;
    float: left;

    width: 24px;
    height: 22px;
    margin-top: 8px;
    margin-right: 8px;

    content: '';

    background: url(../images/flags.png) no-repeat;
}
.header .lang li:hover
{
    color: #0bc0ac;
}
.header .lang li.zh a::before
{
    background-position: -42px 0;
}
.header .lang li.en a::before
{
    background-position: -2px 0;
}
@media (max-width: 991px)
{
    .header .lang
    {
        display: none;
    }
}
.header .find
{
    font-size: 20px;

    display: none;
    float: right;

    padding: 0 10px;

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

    color: #a8a8a8;
}
@media (max-width: 1199px)
{
    .header .find
    {
        line-height: 60px;

        display: inline-block;

        margin-left: 0;
    }
}
.header .find::before
{
    font-family: 'iconfont';

    content: '\e641';
}
.header .find:hover
{
    color: #9a8973;
}
.header .search-box
{
    position: fixed;
    z-index: 888;
    top: 100%;
    left: 0;

    display: none;
    overflow: hidden;

    width: 100%;
    height: 100%;
    margin-top: 20px;
    margin-top: 0;
    margin-right: 10px;
    padding: 0 3%;

    background: rgba(154, 137, 115, .8);
}
.header .search-box .search
{
    line-height: 40px;

    overflow: hidden;
    zoom: 1;

    width: 240px;

    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;

    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;

    -webkit-animation: fadeInLeft 1s 0s ease both;
            animation: fadeInLeft 1s 0s ease both;

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

    content: '\e641';

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

    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    background: none;
}
@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;
    }
}
.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 (max-width: 360px)
{
    .header .search-box.search-xs form .input-text
    {
        width: 74%;
    }
}
@media (max-width: 767px)
{
    .header .search-box.search-xs form .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: #fff;
}
.header .search-icon
{
    position: absolute;
    z-index: 10;
    top: 18px;
    left: 15px;

    display: inline-block;

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

    content: '\e641';

    color: #fff;
}
.header .search-lg
{
    top: 0;
}
.header .search-lg .logo
{
    margin-top: 20px;
    margin-left: 0;
}
.header .search-lg .search
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    width: 100%;
    max-width: 90%;
    margin: auto;
    padding: 0 10px;

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

    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
}
.header .search-lg .search p
{
    display: block;

    margin-bottom: 50px;

    -webkit-animation: zoomIn 1s 0s ease both;
            animation: zoomIn 1s 0s ease both;
    text-align: center;
    letter-spacing: 2px;

    color: #fff;
}
.header .search-lg .input-text
{
    font-size: 18px;
    line-height: 30px;

    width: 80%;
    height: 60px;
    padding: 0;
    padding-bottom: 30px;

    -webkit-animation: zoomIn 1s 0s ease both;
            animation: zoomIn 1s 0s ease both;
    text-align: center;

    color: #fff;
}
.header .search-lg .close-btn
{
    position: fixed;
    top: 34px;
    right: 18%;

    cursor: pointer;
}
@media (max-width: 1440px)
{
    .header .search-lg .close-btn
    {
        right: 8%;
    }
}
.header .search-lg .close-btn:before
{
    font-size: 20px;

    content: '\2716';

    color: #fff;
}
.header .nav-phone
{
    position: absolute;
    bottom: 30px;

    display: none;
}
@media (max-width: 1199px)
{
    .header .nav-phone
    {
        display: block;
    }
}
.header .nav-phone ul
{
    margin: 0 -10px;
}
.header .nav-phone ul li
{
    display: inline-block;
}
.header .nav-phone ul li a
{
    font-size: 16px;

    padding: 0 10px;

    text-transform: uppercase;

    color: #fff;
}
.header-index
{
    position: fixed;
    top: 0;

    width: 100%;
}
.online-wrap .btn
{
    line-height: 36px;

    position: fixed;
    z-index: 8;
    bottom: 55px;
    left: 0;

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

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

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

    display: inline-block;

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

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

    display: none;

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

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

    max-width: 100%;
}
.online-wrap .online
{
    position: fixed;
    z-index: 8;
    top: 50%;
    left: 2%;

    -webkit-transition: left .3s;
            transition: left .3s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}
@media (max-width: 1470px)
{
    .online-wrap .online
    {
        left: 0;
    }
}
@media (max-width: 991px)
{
    .online-wrap .online
    {
        top: auto;
        bottom: 100px;
        left: -60px;

        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);
    }
    .online-wrap .online.active
    {
        left: 0;
    }
}
.online-wrap .online a
{
    line-height: 44px;

    position: relative;

    display: block;

    width: 44px;
    height: 44px;
    margin-top: 2px;
    padding: 0;

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

    border-radius: 6px;
    background-color: rgba(34, 34, 34, .8);
}
.online-wrap .online a:before
{
    font-size: 24px;

    color: #fff;
}
@media (min-width: 992px)
{
    .online-wrap .online a:hover
    {
        background-color: rgba(154, 137, 115, .9);
    }
    .online-wrap .online a:hover:before
    {
        color: #fff;
    }
}
@media (max-width: 767px)
{
    .online-wrap .online a
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
    .online-wrap .online a:before
    {
        font-size: 20px;
    }
}
@media (min-width: 992px)
{
    .online-wrap .online .icon-phone:hover .phone-num,
    .online-wrap .online .icon-whatsapp:hover .phone-num,
    .online-wrap .online .icon-qq:hover .phone-num
    {
        left: 100%;
    }
}
.online-wrap .online .icon-phone .phone-num,
.online-wrap .online .icon-whatsapp .phone-num,
.online-wrap .online .icon-qq .phone-num
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: -300px;

    padding-right: 5px;

    -webkit-transition: left .3s;
            transition: left .3s;
    white-space: nowrap;
}
.online-wrap .online .icon-phone .phone-num p,
.online-wrap .online .icon-whatsapp .phone-num p,
.online-wrap .online .icon-qq .phone-num p
{
    margin: 0;
    padding: 0 10px;

    color: #fff;
    background-color: #9a8973;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
@media (max-width: 767px)
{
    .online-wrap .online .code:before
    {
        font-size: 22px;
    }
}
.online-wrap .online .code .mask
{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 100%;

    display: none;

    width: 130px;
    height: 130px;
    padding-right: 5px;
}
.online-wrap .online .code .mask .mask-box
{
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.online-wrap .online .code .mask img
{
    display: block;

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

    margin: 5px 0 8px 0;

    color: #888;
}
.online-wrap .online .sale
{
    width: 158px;
    margin-bottom: 30px;
}
@media (max-width: 991px)
{
    .online-wrap .online .sale
    {
        width: 50px;
    }
}
.online-wrap .online .sale a
{
    width: 158px;
    height: 162px;

    background: none;
}
@media (max-width: 991px)
{
    .online-wrap .online .sale a
    {
        width: 50px;
        height: 50px;
    }
}
.online-wrap .online .sale img
{
    max-width: 100%;
}
@media (min-width: 992px)
{
    .online-wrap-in .online
    {
        right: 0;
    }
}
.online-wrap .icon-qq:before
{
    font-family: 'iconfont' !important;

    content: '\e62d';
}
.online-wrap .icon-weixin:before
{
    font-family: 'iconfont' !important;

    content: '\e604';
}
.online-wrap .icon-message:before
{
    font-family: 'iconfont' !important;

    content: '\e826';
}
.online-wrap .icon-email:before
{
    font-family: 'iconfont' !important;

    content: '\e6a4';
}
.online-wrap .icon-skype:before
{
    font-family: 'iconfont' !important;

    content: '\e616';
}
.online-wrap .icon-whatsapp:before
{
    font-family: 'iconfont' !important;

    content: '\e621';
}
.online-wrap .icon-phone:before
{
    font-family: 'iconfont' !important;

    content: '\e61c';
}
.online-wrap .icon-erweima:before
{
    font-family: 'iconfont' !important;

    content: '\e745';
}
.online-wrap .icon-facebook:before
{
    font-family: 'iconfont' !important;

    content: '\e61a';
}
.online-wrap .icon-instagram:before
{
    font-family: 'iconfont' !important;

    content: '\e666';
}
.online-wrap .icon-arrow-top:before
{
    font-family: 'iconfont' !important;

    content: '\e61a';
}
.xs-online
{
    position: fixed;
    z-index: 8;
    bottom: 0;
    left: 0;

    display: none;

    width: 100%;

    background-color: #333;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 991px)
{
    .xs-online
    {
        display: block !important;
    }
}
.xs-online ul
{
    overflow: hidden;

    margin: 0;
    padding: 0;

    text-align: center;

    color: #fff;
}
.xs-online ul li
{
    float: left;

    width: 20%;

    list-style: none;

    border-right: 1px solid rgba(0, 0, 0, .9);
    border-left: 1px solid rgba(255, 255, 255, .6);
}
.xs-online ul li > a
{
    font-size: 10px;

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

    color: inherit;
}
@media (max-width: 320px)
{
    .xs-online ul li > a
    {
        font-size: 8px;
    }
}
.xs-online ul li > a:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-style: normal;

    display: block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li:first-child
{
    border-left: none;
}
.xs-online ul li.product > a:before
{
    content: '\e6dc';
}
.xs-online ul li.mail > a:before
{
    font-weight: normal;

    content: '\e72e';
}
.xs-online ul li.tel > a:before
{
    font-weight: normal;

    content: '\e61c';
}
.xs-online ul li.contact > a:before
{
    font-weight: normal;

    content: '\e609';
}
.xs-online ul li.product > a:before
{
    font-weight: normal;

    content: '\e672';
}
.xs-online ul li.map > a:before
{
    font-weight: normal;

    content: '\e692';
}
.xs-online ul li.feedback > a:before
{
    font-weight: normal;

    content: '\e826';
}
.xs-online ul li.top > a:before
{
    font-weight: normal;

    content: '\e60f';
}
.banner
{
    font-size: 0;

    position: relative;
    z-index: 2;

    overflow: hidden;

    width: 100%;
}
.banner img
{
    display: block;
}
@media (min-width: 1200px)
{
    .banner img
    {
        position: absolute;
        top: 50%;
        left: 50%;
    }
}
@media (max-width: 1199px)
{
    .banner img
    {
        width: 100%;
    }
}
.banner .item
{
    position: relative;

    display: block;
    overflow: hidden;
}
.banner .item .video-box
{
    position: relative;

    display: block;

    width: 100%;
    height: 100%;
}
@media (max-width: 1199px)
{
    .banner .item .video-box
    {
        padding-bottom: 50%;
    }
}
.banner .item .video-box .fluid_video_wrapper
{
    position: absolute;
    z-index: 10;
}
.banner .item .video-box .fluid_initial_play
{
    background-color: #9a8973 !important;
}
.banner .item .video-box video
{
    position: relative;
}
.banner .slick-current img
{
    -webkit-animation: narrow 8s 0s ease both;
            animation: narrow 8s 0s ease both;
}
.banner .slick-arrow
{
    font-size: 18px;
    line-height: 28px;

    position: absolute;
    z-index: 5;
    right: 14%;
    bottom: 8%;

    width: 30px;
    height: 30px;

    text-align: center;

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

    display: block;

    content: '\e63d';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.banner .slick-arrow.slick-next
{
    right: -webkit-calc(14% - 50px);
    right:         calc(14% - 50px);
}
.banner .slick-arrow.slick-next:before
{
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.banner .slick-arrow:hover
{
    color: #c89960;
    border-color: #c89960;
}
.banner .slick-current .text .img-box
{
    -webkit-animation: zoomIn 1s 0s ease both;
            animation: zoomIn 1s 0s ease both;
}
.banner .swiper-button-next
{
    font-size: 20px;

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

    width: 100%;
}
.banner-in img
{
    width: 100%;
}
@media (min-width: 1200px)
{
    .banner-in img
    {
        position: relative;
        top: 0;
        left: 0;
    }
}
@media (max-width: 767px)
{
    .banner-in img
    {
        width: 200%;
        margin-left: -50%;
    }
}
@-webkit-keyframes narrow
{
    0%
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);

        opacity: 1;
    }
    50%
    {
        -webkit-transform: scale(1);
                transform: scale(1);

        opacity: 1;
    }
}
@keyframes narrow
{
    0%
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);

        opacity: 1;
    }
    50%
    {
        -webkit-transform: scale(1);
                transform: scale(1);

        opacity: 1;
    }
}
.zoomIn1
{
    -webkit-animation-name: narrow;
            animation-name: narrow;
}
.title h2,
.title h3
{
    font-size: 52px;
    line-height: 1;

    display: block;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1470px)
{
    .title h2,
    .title h3
    {
        font-size: 42px;
    }
}
@media (max-width: 1199px)
{
    .title h2,
    .title h3
    {
        font-size: 34px;
    }
}
@media (max-width: 991px)
{
    .title h2,
    .title h3
    {
        font-size: 28px;
    }
}
@media (max-width: 767px)
{
    .title h2,
    .title h3
    {
        font-size: 24px;
    }
}
.title h2
{
    font-family: 'FuturaBT';
    font-weight: 500;
}
.title h3
{
    font-family: 'FuturaBT Book';
}
.title h4
{
    font-size: 30px;
    line-height: 1.2;

    margin: 10px 0;
}
@media (max-width: 1470px)
{
    .title h4
    {
        font-size: 24px;
    }
}
@media (max-width: 1199px)
{
    .title h4
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .title h4
    {
        font-size: 18px;
    }
}
#fp-nav
{
    z-index: 8;
}
#fp-nav.fp-right
{
    right: 10%;
}
@media (max-width: 1600px)
{
    #fp-nav.fp-right
    {
        right: 2%;
    }
}
.swiper-button-next
{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
@media (max-width: 1199px)
{
    .swiper-button-next
    {
        display: none;
    }
}
.swiper-button-next a
{
    line-height: 112px;

    display: none;

    width: 109px;
    height: 112px;

    color: #fff;
    background: url(../images/arrow-next.png) no-repeat center;
    background-size: contain;
}
.swiper-button-next a:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;

    position: relative;

    display: block;

    content: '\e63d';
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-animation: mymove 1.5s infinite;
            animation: mymove 1.5s infinite;
    text-align: center;
}
.swiper-button-next-color a
{
    color: #9a8973;
    background-image: url(../images/arrow-next-y.png);
}
@keyframes mymove
{
    from
    {
        bottom: 10px;

        opacity: .9;
    }
    to
    {
        bottom: 0;

        opacity: 1;
    }
}
@-webkit-keyframes mymove
{
    from
    {
        bottom: 20px;

        opacity: .9;
    }
    to
    {
        bottom: 10px;

        opacity: 1;
    }
}
.section
{
    overflow: hidden;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.section .more a
{
    font-size: 18px;
    line-height: 38px;

    display: inline-block;

    padding: 0 30px;

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

    color: #9a8973;
    border: 1px solid #9a8973;
    border-radius: 4px;
}
@media (max-width: 1470px)
{
    .section .more a
    {
        font-size: 16px;
        line-height: 30px;

        padding: 0 20px;
    }
}
@media (max-width: 767px)
{
    .section .more a
    {
        font-size: 14px;
    }
}
.section .more a:hover
{
    color: #fff;
    background-color: #9a8973;
}
.fp-scroller
{
    height: 100%;
}
.box
{
    overflow: hidden;
}
@media (max-width: 1199px)
{
}
.box-about
{
    font-size: 0;

    height: 100%;
}
@media (max-width: 1199px)
{
    .box-about
    {
        padding: 0;
    }
}
.box-about .about-left
{
    font-size: 14px;

    position: relative;
    right: 40%;

    display: inline-block;
    overflow: hidden;

    width: 60%;
    height: 100%;

    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .box-about .about-left
    {
        right: 50%;

        width: 50%;
    }
}
@media (max-width: 767px)
{
    .box-about .about-left
    {
        right: 0;

        width: 100%;
    }
}
.box-about .about-left .pic
{
    height: 100%;
}
.box-about .about-left img
{
    height: 100%;
}
@media (max-width: 1199px)
{
    .box-about .about-left img
    {
        max-width: 100%;
        height: auto;
    }
}
.box-about .about-right
{
    font-size: 14px;

    position: relative;
    left: 60%;

    display: inline-block;

    width: 40%;
    padding-bottom: 150px;
    padding-left: 30px;
	z-index: 2;
    text-align: right;
    vertical-align: middle;
}
@media (max-width: 1470px)
{
    .box-about .about-right
    {
        padding-bottom: 120px;
    }
}
@media (max-width: 1199px)
{
    .box-about .about-right
    {
        left: 50%;

        width: 50%;
        padding: 0 15px;

        text-align: left;
    }
}
@media (max-width: 767px)
{
    .box-about .about-right
    {
        left: 0;

        width: 100%;
        padding: 30px 15px;
    }
}
.box-about .about-right .about .note
{
    margin-top: 20px;
}
.box-about .about-right .about .more
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .box-about .about-right .about .more
    {
        margin-top: 20px;
    }
}
.box-about .about-bottom
{
    position: absolute;
    right: 0;
    bottom: 0;

    width: 100%;

    text-align: right;
}
@media (max-width: 1199px)
{
    .box-about .about-bottom
    {
        display: none;
    }
}
.box-about .about-bottom:after
{
    display: inline-block;

    width: 40%;
    height: 150px;

    content: '';
    vertical-align: middle;

    background: url(../images/about_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 1470px)
{
    .box-about .about-bottom:after
    {
        height: 120px;
    }
}
.box-about .about-bottom .btn-about
{
    position: relative;

    display: inline-block;

    width: 210px;
    height: 150px;

    vertical-align: middle;

    background-color: #212121;
}
@media (max-width: 1470px)
{
    .box-about .about-bottom .btn-about
    {
        width: 160px;
        height: 120px;
    }
}
.box-about .about-bottom .btn-about .swiper-button-next-color
{
    bottom: 18px;
}
@media (max-width: 1470px)
{
    .box-about .about-bottom .btn-about .swiper-button-next-color
    {
        bottom: 4px;
    }
}
.box-about .about-bottom .about-line
{
    position: absolute;
    right: -5%;
    bottom: 0;

    max-width: 50%;
}
.box-about .about-bottom .about-line img
{
    max-width: 100%;
}
.box-space
{
    position: relative;

    height: 100%;
}
.box-space .mask-space
{
    position: absolute;
    z-index: 0;
    top: 90px;
    left: 0;
}
@media (max-width: 1470px)
{
    .box-space .mask-space
    {
        top: 0;
    }
}
.box-space .mask-space h2
{
    font-family: 'FuturaBT', Arial;
    font-size: 95px;
    font-weight: 500;
    line-height: 1.36842105;

    margin: 0;

    text-transform: uppercase;

    color: rgba(255, 255, 255, .02);
}
@media (max-width: 1470px)
{
    .box-space .mask-space h2
    {
        font-size: 80px;
    }
}
@media (max-width: 1199px)
{
    .box-space .mask-space h2
    {
        font-size: 60px;
    }
}
@media (max-width: 991px)
{
    .box-space .mask-space h2
    {
        font-size: 50px;
    }
}
.box-space .mask-space h2 span
{
    display: block;

    margin-left: 90%;
}
.box-space .container
{
    height: 100%;
}
.box-space .container .row
{
    height: 100%;
}
.box-space .container .row .itembox
{
    height: 100%;
}
.box-space .space-tt
{
    position: relative;
    z-index: 2;
    top: -webkit-calc(50% + 40px);
    top:         calc(50% + 40px);

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 1199px)
{
    .box-space .space-tt
    {
        top: 0;

        padding: 39px 0;

        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);
    }
}
.box-space .space-left
{
    position: relative;

    height: 100%;
}
.box-space .space-left:before
{
    position: absolute;
    top: 0;
    left: -1000px;

    display: block;

    width: 1000px;
    height: 60%;

    content: '';

    background-color: #212121;
}
@media (max-width: 767px)
{
    .box-space .space-left:before
    {
        left: -50%;

        width: 200%;
    }
}
.box-space .space-left .info
{
    height: 46%;

    background-color: #212121;
}
@media (max-width: 1470px)
{
    .box-space .space-left .info
    {
        padding-left: 7%;
    }
}
.box-space .space-left .title h2,
.box-space .space-left .title h3,
.box-space .space-left .title h4
{
    color: #fff;
}
.box-space .space-left .note
{
    color: #fff;
}
.box-space .space-left .more
{
    position: relative;
    z-index: 3;

    margin-top: 30px;
}
.box-space .space-left .more a
{
    display: inline-block;
}
.box-space .space-left .pic
{
    position: relative;
    z-index: 2;

    height: 54%;
}
.box-space .space-left .pic img
{
    width: 100%;
}
.box-space .space-right
{
    position: relative;

    height: 100%;
}
.box-space .space-right .pic
{
    height: 55%;
    margin-left: -30%;
}
@media (max-width: 1199px)
{
    .box-space .space-right .pic
    {
        margin-left: -30px;
    }
}
@media (max-width: 767px)
{
    .box-space .space-right .pic
    {
        margin: 0;
        margin-top: 30px;
    }
}
.box-space .space-right .pic img
{
    height: 100%;
}
@media (max-width: 1199px)
{
    .box-space .space-right .pic img
    {
        width: 180%;
        height: auto;
    }
}
@media (max-width: 767px)
{
    .box-space .space-right .pic img
    {
        width: 100%;
    }
}
.box-space .space-right .info
{
    position: relative;

    height: 45%;

    text-align: right;
}
@media (max-width: 1470px)
{
    .box-space .space-right .info
    {
        padding-right: 7%;
    }
}
.box-space .space-right .mask-space-right
{
    position: absolute;
    z-index: 2;
    left: -70px;

    width: 150%;

    text-align: left;
}
@media (max-width: 1470px)
{
    .box-space .space-right .mask-space-right
    {
        left: -60px;
    }
}
.box-space .space-right .mask-space-right h2
{
    font-family: 'FuturaBT', Arial;
    font-size: 95px;
    font-weight: 500;
    line-height: 1.36842105;

    margin: 0;

    text-transform: uppercase;

    color: #fbfbfa;
}
@media (max-width: 1470px)
{
    .box-space .space-right .mask-space-right h2
    {
        font-size: 80px;
    }
}
@media (max-width: 1199px)
{
    .box-space .space-right .mask-space-right h2
    {
        font-size: 60px;
    }
}
@media (max-width: 991px)
{
    .box-space .space-right .mask-space-right h2
    {
        font-size: 50px;
    }
}
.box-space .space-right .mask-space-right h2 span
{
    display: block;

    margin-left: 40%;
}
.box-space .space-right .space-tt
{
    z-index: 3;
    top: 50%;
}
@media (max-width: 1199px)
{
    .box-space .space-right .space-tt
    {
        top: 0;
    }
}
.box-art
{
    height: 100%;
}
.box-art .art-more
{
    position: absolute;
    top: 50%;
    right: 6px;

    display: block;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 1199px)
{
    .box-art .art-more
    {
        position: relative;
        top: 0;
        right: 0;

        margin-top: 30px;

        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        text-align: center;
    }
}
.box-art .art-more span
{
    line-height: 36px;

    display: inline-block;

    padding: 0 10px;

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

    color: #9a8973;
    border: 1px solid #9a8973;
    border-radius: 4px;
}
.box-art .art-more p
{
    font-size: 24px;

    margin: 10px 0 0 0;

    color: #fff;
}
@media (max-width: 1199px)
{
    .box-art .art-more p
    {
        color: #9a8973;
    }
}
@media (max-width: 991px)
{
    .box-art .art-more p
    {
        font-size: 20px;
    }
}
.box-art .art-more:hover span
{
    color: #fff;
    background-color: #9a8973;
}
.box-art > ul
{
    font-size: 0;

    overflow: hidden;

    height: 100%;
}
@media (min-width: 768px)
{
    .box-art > ul
    {
        white-space: nowrap;
    }
}
.box-art > ul > li
{
    font-size: 14px;

    display: inline-block;
    overflow: hidden;

    width: 13%;
    height: 100%;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .box-art > ul > li
    {
        height: 500px;
    }
}
@media (max-width: 767px)
{
    .box-art > ul > li
    {
        width: 50%;
        height: auto;
    }
    .box-art > ul > li:nth-child(1)
    {
        width: 100%;
    }
}
.box-art > ul > li.active .item img
{
    opacity: 1;
}
.box-art > ul > li.active .item .note
{
    opacity: 1;
}
.box-art .item
{
    position: relative;

    display: block;
    overflow: hidden;

    height: 100%;

    background-color: #000;
}
.box-art .item img
{
    height: 100%;

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

    opacity: .5;
}
@media (max-width: 767px)
{
    .box-art .item img
    {
        width: 100%;
        height: auto;

        opacity: 1;
    }
}
.box-art .item .note
{
    position: absolute;
    bottom: 0;

    width: 100%;
    padding: 10px 0;

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

    opacity: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, .8);
}
@media (max-width: 767px)
{
    .box-art .item .note
    {
        padding: 4px 0;

        opacity: 1;
    }
}
.box-art .item .note b
{
    font-size: 25px;
    font-weight: normal;
    line-height: 30px;

    display: block;
}
@media (max-width: 1199px)
{
    .box-art .item .note b
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .box-art .item .note b
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .box-art .item .note b
    {
        font-size: 16px;
        line-height: 24px;
    }
}
.box-art .item .note p
{
    font-size: 18px;
    line-height: 24px;

    margin: 0;

    color: #888;
}
@media (max-width: 1199px)
{
    .box-art .item .note p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .box-art .item .note p
    {
        font-size: 14px;
        line-height: 18px;
    }
}
.section-logic
{
    position: relative;
}
.section-logic:before
{
    position: absolute;
    top: -200px;
    right: -200px;

    display: block;

    width: 610px;
    height: 548px;

    content: '';
    -webkit-animation: rotate 8s linear infinite;
            animation: rotate 8s linear infinite;

    background: url(../images/logic-scroll.png) no-repeat center;
    background-size: contain;
}
@media (max-width: 1199px)
{
    .section-logic:before
    {
        display: none;
    }
}
@media (max-width: 1199px)
{
    .box-logic
    {
        padding: 50px 0;
    }
}
.box-logic .title-logic h2
{
    font-family: 'FuturaBT';
    font-size: 90px;
    font-weight: bold;
    font-weight: 500;

    display: inline-block;

    margin: 0;

    color: rgba(46, 46, 46, .03);
    border-bottom: 1px solid #eaebec;
}
@media (max-width: 1470px)
{
    .box-logic .title-logic h2
    {
        font-size: 80px;
    }
}
@media (max-width: 1199px)
{
    .box-logic .title-logic h2
    {
        font-size: 60px;
    }
}
@media (max-width: 991px)
{
    .box-logic .title-logic h2
    {
        font-size: 40px;
    }
}
.box-logic .logic
{
    margin-top: 30px;

    text-align: center;
}
.box-logic .logic h3
{
    font-size: 50px;
    font-weight: bold;
    line-height: 1.6;

    margin: 0;
}
@media (max-width: 1470px)
{
    .box-logic .logic h3
    {
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .box-logic .logic h3
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .box-logic .logic h3
    {
        font-size: 24px;
    }
}
.box-logic .logic p
{
    font-size: 20px;
    line-height: 1.5;

    margin: 20px 0 0 0;
}
@media (max-width: 1199px)
{
    .box-logic .logic p
    {
        font-size: 18px;
    }
}
.box-logic .logic .more
{
    margin-top: 40px;
}
.section-make
{
    position: relative;
}
.section-make .makebg
{
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    max-width: 950px;

    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
}
.box-make
{
    position: relative;
}
@media (max-width: 1199px)
{
    .box-make
    {
        padding: 50px 0;
    }
}
.box-make .title-make
{
    position: relative;

    text-align: center;

    color: #fff;
}
.box-make .title-make h2
{
    font-size: 50px;
    font-weight: bold;
    line-height: 1;

    margin: 0;
}
@media (max-width: 1199px)
{
    .box-make .title-make h2
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .box-make .title-make h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .box-make .title-make h2
    {
        font-size: 24px;
    }
}
.box-make .title-make h3
{
    font-family: 'FuturaBT';
    font-size: 60px;
    font-weight: 500;

    position: absolute;

    display: block;

    width: 100%;

    text-transform: uppercase;

    color: rgba(255, 255, 255, .03);
}
@media (max-width: 1470px)
{
    .box-make .title-make h3
    {
        font-size: 50px;
    }
}
@media (max-width: 1199px)
{
    .box-make .title-make h3
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .box-make .title-make h3
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .box-make .title-make h3
    {
        font-size: 24px;
    }
}
.box-make .title-make p
{
    font-size: 20px;
    line-height: 2.5;

    max-width: 540px;
    margin: 0 auto;
    margin-top: 30px;

    color: #d1d1d1;
}
@media (max-width: 1199px)
{
    .box-make .title-make p
    {
        font-size: 18px;
        line-height: 1.5;
    }
}
@media (max-width: 991px)
{
    .box-make .title-make p
    {
        font-size: 16px;

        margin-top: 14px;
    }
}
@media (max-width: 767px)
{
    .box-make .title-make p
    {
        font-size: 14px;
    }
}
.box-make .make
{
    color: #fff;
}
.box-make .make > ul
{
    font-size: 0;
}
@media (min-width: 1200px)
{
    .box-make .make > ul
    {
        padding: 0;

        text-align: justify;
        text-justify: distribute-all-lines;
    }
    .box-make .make > ul:after
    {
        display: inline-block;
        overflow: hidden;

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

        content: '';
    }
}
@media (max-width: 1199px)
{
    .box-make .make > ul
    {
        margin: 0 -10px;
    }
}
.box-make .make > ul > li
{
    font-size: 14px;

    display: inline-block;

    text-align: center;
    vertical-align: top;
}
@media (max-width: 1199px)
{
    .box-make .make > ul > li
    {
        width: 25%;
        padding: 0 10px;
    }
}
@media (max-width: 767px)
{
    .box-make .make > ul > li
    {
        width: 50%;
    }
}
.box-make .make .item
{
    display: inline-block;

    margin-top: 30px;

    text-align: center;
}
@media (max-width: 767px)
{
    .box-make .make .item
    {
        margin-top: 20px;
    }
}
.box-make .make .item b
{
    font-family: 'Be Vietnam';
    font-size: 60px;

    display: block;
}
@media (max-width: 1199px)
{
    .box-make .make .item b
    {
        font-size: 50px;
    }
}
@media (max-width: 991px)
{
    .box-make .make .item b
    {
        font-size: 40px;
    }
}
@media (max-width: 767px)
{
    .box-make .make .item b
    {
        font-size: 30px;
    }
}
.box-make .make .item b:after
{
    display: block;

    width: 40px;
    height: 27px;
    margin: 0 auto;
    margin-top: 10px;

    content: '';

    background: url(../images/dot-make.png) no-repeat;
}
@media (max-width: 991px)
{
    .box-make .make .item b:after
    {
        -webkit-transform: scale(.8);
            -ms-transform: scale(.8);
                transform: scale(.8);
    }
}
.box-make .make .item b sub
{
    font-size: 30px;
    font-weight: normal;
}
@media (max-width: 1199px)
{
    .box-make .make .item b sub
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .box-make .make .item b sub
    {
        font-size: 20px;
    }
}
.box-make .make .item p
{
    font-size: 24px;
    line-height: 1.25;

    margin: 14px 0 0 0;
}
@media (max-width: 1199px)
{
    .box-make .make .item p
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .box-make .make .item p
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .box-make .make .item p
    {
        font-size: 15px;
    }
}
.box-make .make .item:hover b
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.box-make .more
{
    margin-top: 60px;

    text-align: center;
}
@media (max-width: 991px)
{
    .box-make .more
    {
        margin-top: 30px;
    }
}
@-webkit-keyframes rotate
{
    from
    {
        -webkit-transform: rotate(0deg);
    }
    to
    {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotate
{
    from
    {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    to
    {
        -webkit-transform: rotate(359deg);
                transform: rotate(359deg);
    }
}
.rotate
{
    -webkit-animation-name: rotate;
            animation-name: rotate;
}
.fp-viewing-page3 .box-space .space-left:after
{
    position: absolute;
    top: 80px;
    left: -20%;

    display: block;

    width: 468px;
    height: 531px;

    content: '';
    -webkit-animation: rotate 8s linear both;
            animation: rotate 8s linear both;

    background: url(../images/soace-yuan.png) no-repeat center;
}
.fp-viewing-page3 .box-space .space-right .info:after
{
    position: absolute;
    top: 0;
    right: -35%;

    display: block;

    width: 468px;
    height: 531px;

    content: '';
    -webkit-animation: rotate 8s linear both;
            animation: rotate 8s linear both;

    background: url(../images/soace-yuan-right.png) no-repeat center;
}
.section-footer .fp-scroller
{
    height: auto;
}
.box-footer
{
    position: relative;

    overflow: hidden;

    color: #d6d5d5;
    background-color: #212121;
}
@media (max-width: 991px)
{
    .box-footer
    {
        padding-bottom: 50px;
    }
}
.box-footer .foot-logo
{
    padding: 140px 0 30px;

    text-align: center;
}
@media (max-width: 1470px)
{
    .box-footer .foot-logo
    {
        padding: 120px 0 20px;
    }
}
@media (max-width: 1199px)
{
    .box-footer .foot-logo
    {
        padding: 30px 0 20px;
    }
}
.box-footer .foot-logo img
{
    height: 36px;
}
@media (max-width: 1350px)
{
    .box-footer .foot-logo img
    {
        height: 28px;
    }
}
@media (max-width: 767px)
{
    .box-footer .foot-logo img
    {
        height: 20px;
    }
}
.box-footer .foot ul.fleve-1
{
    font-size: 0;
}
.box-footer .foot ul.fleve-1 > li
{
    display: inline-block;

    width: 14%;
    margin-top: 10px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .box-footer .foot ul.fleve-1 > li
    {
        width: 100%;
    }
}
.box-footer .foot ul.fleve-1 > li:nth-child(1)
{
    position: relative;

    display: block;

    width: 100%;

    color: #fff;
}
@media (max-width: 767px)
{
    .box-footer .foot ul.fleve-1 > li:nth-child(1)
    {
        display: none;
    }
}
.box-footer .foot ul.fleve-1 > li:nth-child(1):after
{
    position: absolute;
    bottom: 0;
    left: -50%;

    display: block;

    width: 200%;
    height: 1px;

    content: '';

    background-color: #636261;
}

.box-footer .foot ul.fleve-1 > li:nth-child(7)

{
    width: 13%;
}
.box-footer .foot ul.fleve-1 > li:nth-child(9),
.box-footer .foot ul.fleve-1 > li:nth-child(8)
{
    width: 8.5%;
}
@media (max-width: 767px)
{
    .box-footer .foot ul.fleve-1 > li:nth-child(9),
    .box-footer .foot ul.fleve-1 > li:nth-child(7),
    .box-footer .foot ul.fleve-1 > li:nth-child(8)
    {
        display: inline-block;

        width: auto;
        margin-right: 20px;

        vertical-align: top;
    }
}
.box-footer .foot ul.fleve-1 > li > a
{
    font-size: 18px;
    line-height: 30px;

    display: block;
    display: inline-block;

    width: 50%;
    padding: 8px 0;

    vertical-align: top;
    white-space: nowrap;

    color: #fff;
}
@media (max-width: 1199px)
{
    .box-footer .foot ul.fleve-1 > li > a
    {
        font-size: 16px;
    }
}
@media (max-width: 991px)
{
    .box-footer .foot ul.fleve-1 > li > a
    {
        font-size: 14px;

        width: 60%;
    }
}
@media (max-width: 767px)
{
    .box-footer .foot ul.fleve-1 > li > a
    {
        width: 100%;
        padding: 0;
    }
}
.box-footer .foot ul.fleve-1 > li ul.fleve-2
{
    font-size: 14px;

    display: inline-block;

    width: 50%;
    padding: 50px 0 0 10px;

    vertical-align: top;

    border-left: 1px solid #636261;
}
@media (max-width: 991px)
{
    .box-footer .foot ul.fleve-1 > li ul.fleve-2
    {
        width: 40%;
        padding: 40px 0 0 6px;
    }
}
@media (max-width: 767px)
{
    .box-footer .foot ul.fleve-1 > li ul.fleve-2
    {
        display: block;

        width: 100%;
        padding: 0;
    }
}
@media (max-width: 767px)
{
    .box-footer .foot ul.fleve-1 > li ul.fleve-2 > li
    {
        display: inline-block;

        vertical-align: top;
    }
}
.box-footer .foot ul.fleve-1 > li ul.fleve-2 > li > a
{
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 10px;

    white-space: nowrap;
}
@media (max-width: 1470px)
{
    .box-footer .foot ul.fleve-1 > li ul.fleve-2 > li > a
    {
        padding: 4px 10px;
    }
}
@media (max-width: 1199px)
{
    .box-footer .foot ul.fleve-1 > li ul.fleve-2 > li > a
    {
        font-size: 14px;
    }
}
@media (max-width: 767px)
{
    .box-footer .foot ul.fleve-1 > li ul.fleve-2 > li > a
    {
        line-height: 24px;
    }
}
.box-footer .foot ul.fleve-1 > li ul.fleve-2 > li > a:after
{
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 120px;
    height: 1px;

    content: '';

    background-color: #636261;
}
@media (max-width: 991px)
{
    .box-footer .foot ul.fleve-1 > li ul.fleve-2 > li > a:after
    {
        width: 80px;
    }
}
.box-footer .foot ul.fleve-1 > li ul.fleve-2 > li > a:hover
{
    color: #fff;
}
.box-footer .foot-text
{
    position: relative;

    padding-bottom: 30px;
}
@media (max-width: 767px)
{
    .box-footer .foot-text
    {
        padding-bottom: 14px;
    }
}
.box-footer .foot-text:before
{
    position: absolute;
    top: 64px;
    left: -50%;

    display: block;

    width: 200%;
    height: 1px;

    content: '';

    background-color: #636261;
}
@media (max-width: 767px)
{
    .box-footer .foot-text:before
    {
        top: 48px;
    }
}
.box-footer .foot-text ul
{
    font-size: 0;

    margin: 0 -10px;
}
.box-footer .foot-text ul li
{
    font-size: 14px;

    display: inline-block;

    width: 30%;
    padding: 0 10px;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .box-footer .foot-text ul li
    {
        width: 35%;
    }
}
@media (max-width: 767px)
{
    .box-footer .foot-text ul li
    {
        display: none;
    }
}
.box-footer .foot-text ul li:nth-child(3),
.box-footer .foot-text ul li:nth-child(4)
{
    width: 14%;
}
@media (max-width: 767px)
{
    .box-footer .foot-text ul li:nth-child(3),
    .box-footer .foot-text ul li:nth-child(4)
    {
        display: inline-block;

        width: auto;
    }
}
.box-footer .foot-text .item
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .box-footer .foot-text .item
    {
        margin-top: 14px;
    }
}
.box-footer .foot-text .item .title-foot h3
{
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;

    margin: 0;

    color: #fff;
}
@media (max-width: 1199px)
{
    .box-footer .foot-text .item .title-foot h3
    {
        font-size: 16px;
    }
}
.box-footer .foot-text .item .note
{
    margin-top: 16px;

    color: #d6d5d5;
}
.box-footer .foot-text .item .note p
{
    line-height: 30px;

    margin: 0;
}
.box-footer .foot-text .item .note img
{
    max-width: 110px;
}
@media (max-width: 991px)
{
    .box-footer .foot-text .item .note img
    {
        max-width: 80px;
    }
}
.box-footer .copyright
{
    font-size: 14px;

    padding: 40px 0;

    text-align: center;

    border-top: 1px solid #626261;
}
@media (max-width: 1470px)
{
    .box-footer .copyright
    {
        padding: 20px 0;
    }
}
.box-footer .copyright p
{
    font-size: 18px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 1470px)
{
    .box-footer .copyright p
    {
        font-size: 16px;
    }
}
@media (max-width: 991px)
{
    .box-footer .copyright p
    {
        font-size: 12px;
        line-height: 20px;
    }
}
.box-footer .copyright p a
{
    display: inline-block;

    margin-left: 10px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 767px)
{
    .box-footer .copyright p a
    {
        display: block;

        margin-left: 0;
    }
}
.box-footer .copyright p a:hover
{
    text-decoration: underline;

    color: #9a8973;
}
.sidenav
{
    padding-top: 70px;
}
@media (max-width: 991px)
{
    .sidenav
    {
        padding-top: 50px;
    }
}
.sidenav ul.side-level1 > li
{
    margin-bottom: 1px;
}
.sidenav ul.side-level1 > li > a
{
    font-family: 'Oswald', Arial;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;

    display: block;

    padding: 20px 30px;

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

    color: #fff;
    background-color: #222;
}
@media (max-width: 991px)
{
    .sidenav ul.side-level1 > li > a
    {
        font-size: 18px;
        line-height: 30px;

        padding: 10px;
    }
}
.sidenav ul.side-level1 > li:nth-child(1)
{
    margin-bottom: 10px;
}
.sidenav ul.side-level1 > li:nth-child(1) > a
{
    font-size: 24px;

    text-align: center;

    border-radius: 50px;
    background-color: #666;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 991px)
{
    .sidenav ul.side-level1 > li:nth-child(1) > a
    {
        font-size: 18px;
    }
}
.sidenav ul.side-level1 > li ul.side-level2
{
    display: none;
}
.sidenav ul.side-level1 > li ul.side-level2 > li > a
{
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 20px 40px;
}
@media (max-width: 991px)
{
    .sidenav ul.side-level1 > li ul.side-level2 > li > a
    {
        line-height: 24px;

        padding: 10px 20px;
    }
}
.sidenav ul.side-level1 > li ul.side-level2 > li > a:after
{
    font-family: 'iconfont' !important;
    font-size: 12px;

    position: absolute;
    right: 20px;

    display: inline-block;

    content: '\e625';

    color: #666;
}
@media (max-width: 991px)
{
    .sidenav ul.side-level1 > li ul.side-level2 > li > a:after
    {
        right: 10px;
    }
}
.sidenav ul.side-level1 > li ul.side-level2 > li ul.side-level3
{
    display: none;
}
.sidenav ul.side-level1 > li ul.side-level2 > li ul.side-level3 > li > a
{
    line-height: 30px;

    position: relative;

    display: block;

    padding: 15px 50px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 991px)
{
    .sidenav ul.side-level1 > li ul.side-level2 > li ul.side-level3 > li > a
    {
        line-height: 24px;

        padding: 10px 20px;
    }
}
.sidenav ul.side-level1 > li ul.side-level2 > li ul.side-level3 > li > a:after
{
    font-family: 'iconfont' !important;

    position: absolute;
    right: 20px;

    content: '\e610';

    opacity: 0;
    color: #666;
}
.sidenav ul.side-level1 > li ul.side-level2 > li ul.side-level3 > li.active > a,
.sidenav ul.side-level1 > li ul.side-level2 > li ul.side-level3 > li:hover > a
{
    background-color: #e1e1e1;
}
.sidenav ul.side-level1 > li ul.side-level2 > li ul.side-level3 > li.active > a:after,
.sidenav ul.side-level1 > li ul.side-level2 > li ul.side-level3 > li:hover > a:after
{
    opacity: 1;
}
.sidenav ul.side-level1 > li ul.side-level2 > li.active > a,
.sidenav ul.side-level1 > li ul.side-level2 > li:hover > a
{
    font-weight: bold;

    text-decoration: underline;

    background-color: #f3f3f3;
}
.sidenav ul.side-level1 > li ul.side-level2 > li.active > a:after,
.sidenav ul.side-level1 > li ul.side-level2 > li:hover > a:after
{
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
.sidenav ul.side-level1 > li ul.side-level2 > li.active ul.side-level3 > li,
.sidenav ul.side-level1 > li ul.side-level2 > li:hover ul.side-level3 > li
{
    background-color: #f3f3f3;
}
.sidenav ul.side-level1 > li ul.side-level2 > li.active ul.side-level3
{
    display: block;
}
.sidenav ul.side-level1 > li.active ul.side-level2
{
    display: block;
}
.sidenav ul.side-level1 > li.active > a,
.sidenav ul.side-level1 > li:hover > a
{
    background-color: #9a8973;
}
.wrap
{
    padding: 70px 0;
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 60px 0;
    }
}
.wrapper
{
    clear: both;
    overflow: hidden;
	
    padding-top: 180px;
    padding-bottom: 70px;
}
@media (max-width: 1470px)
{
    .wrapper
    {
        padding-top: 120px;
    }
}
@media (max-width: 1199px)
{
    .wrapper
    {
        padding-top: 80px;
    }
}
@media (max-width: 991px)
{
    .wrapper
    {
        padding-top: 20px;
    }
}
.wrapper .wrainfo
{
    overflow: hidden;
}
.wrapper .wrap-left
{
    font-size: 14px;

    display: inline-block;

    width: 240px;

    vertical-align: top;

    will-change: min-height;
}
@media (max-width: 991px)
{
    .wrapper .wrap-left
    {
        width: 100%;
    }
}
.wrapper .sidebar__inner
{
    position: relative;

    -webkit-transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
            transform: translate3d(0, 0, 0);

    will-change: position, transform;
}
.wrapper .wrap-right
{
    font-size: 14px;

    display: inline-block;

    width: -webkit-calc(100% - 240px);
    width:         calc(100% - 240px);

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrapper .wrap-right
    {
        width: 100%;
        margin-top: 30px;
    }
}
.wrap-sidenav
{
    position: relative;
    z-index: 2;

    padding-top: 100px;
}
@media (max-width: 991px)
{
    .wrap-sidenav
    {
        padding: 0;
    }
}
.wrap-sidenav:before
{
    position: absolute;
    top: 0;

    display: block;

    width: 1px;
    height: 800px;

    content: '';

    border-left: 1px dotted #9a8973;
}
@media (max-width: 991px)
{
    .wrap-sidenav:before
    {
        display: none;
    }
}
@media (max-width: 991px)
{
    .wrap-sidenav ul.sidelevel-1
    {
        margin: 0 -15px;
    }
}
.wrap-sidenav ul.sidelevel-1 > li
{
    display: block;
}
@media (max-width: 991px)
{
    .wrap-sidenav ul.sidelevel-1 > li
    {
        display: inline-block;

        vertical-align: top;
    }
}
.wrap-sidenav ul.sidelevel-1 > li > a
{
    font-size: 16px;
    line-height: 50px;

    position: relative;

    display: block;
    overflow: hidden;

    padding: 0 0 0 90px;

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-sidenav ul.sidelevel-1 > li > a
    {
        line-height: 30px;

        padding: 0 15px;

        text-align: center;
    }
}
.wrap-sidenav ul.sidelevel-1 > li > a:before
{
    position: absolute;
    top: 50%;
    left: -69px;

    display: block;

    width: 69px;
    height: 11px;

    content: '';
    -webkit-transition: all .6s;
            transition: all .6s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    background: url(../images/sidenav-line.png) no-repeat center right;
    background-size: cover;
}
@media (max-width: 991px)
{
    .wrap-sidenav ul.sidelevel-1 > li > a:before
    {
        display: none;
    }
}
.wrap-sidenav ul.sidelevel-1 > li > a:after
{
    position: absolute;
    bottom: 6px;
    left: 50%;

    display: block;

    width: 0;
    height: 2px;
    margin-left: -10px;

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

    background: #9a8973;
}
@media (max-width: 991px)
{
    .wrap-sidenav ul.sidelevel-1 > li > a:after
    {
        bottom: 0;
    }
}
.wrap-sidenav ul.sidelevel-1 > li ul.sidelevel-2
{
    margin-top: 10px;
}
@media (max-width: 991px)
{
    .wrap-sidenav ul.sidelevel-1 > li ul.sidelevel-2
    {
        position: absolute;
        top: 100%;

        margin: 0;
    }
}
@media (max-width: 991px)
{
    .wrap-sidenav ul.sidelevel-1 > li ul.sidelevel-2 > li
    {
        display: inline-block;
    }
}
.wrap-sidenav ul.sidelevel-1 > li ul.sidelevel-2 > li > a
{
    line-height: 30px;

    display: block;

    padding: 0 0 0 90px;

    color: #888;
}
@media (max-width: 991px)
{
    .wrap-sidenav ul.sidelevel-1 > li ul.sidelevel-2 > li > a
    {
        padding: 0 15px;
    }
}
.wrap-sidenav ul.sidelevel-1 > li ul.sidelevel-2 > li.active > a,
.wrap-sidenav ul.sidelevel-1 > li ul.sidelevel-2 > li:hover > a
{
    text-decoration: underline;
}
.wrap-sidenav ul.sidelevel-1 > li.active > a,
.wrap-sidenav ul.sidelevel-1 > li:hover > a
{
    background-color: rgba(154, 137, 115, .1);
}
@media (max-width: 991px)
{
    .wrap-sidenav ul.sidelevel-1 > li.active > a,
    .wrap-sidenav ul.sidelevel-1 > li:hover > a
    {
        color: #9a8973;
        background: none;
    }
}
.wrap-sidenav ul.sidelevel-1 > li.active > a:before,
.wrap-sidenav ul.sidelevel-1 > li:hover > a:before
{
    left: 0;
}
.wrap-sidenav ul.sidelevel-1 > li.active > a:after,
.wrap-sidenav ul.sidelevel-1 > li:hover > a:after
{
    width: 20px;
}
.wrap-sidenav-black ul.sidelevel-1 > li > a
{
    color: #666;
}
.wrap-sidenav-black ul.sidelevel-1 > li.active > a,
.wrap-sidenav-black ul.sidelevel-1 > li:hover > a
{
    color: #212121;
}
.wrap-sidenav-product
{
    position: relative;
}
.wrap-sidenav-product ul.sidelevel-1 > li
{
    margin-bottom: 10px;
}
@media (max-width: 991px)
{
    .wrap-sidenav-product ul.sidelevel-1 > li
    {
        display: inline-block;

        vertical-align: top;
    }
}
.wrap-sidenav-product ul.sidelevel-1 > li > a
{
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;

    position: relative;

    display: block;

    padding: 10px 16px;

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-sidenav-product ul.sidelevel-1 > li > a
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-sidenav-product ul.sidelevel-1 > li > a
    {
        font-size: 16px;

        padding: 0 6px;
    }
}
.wrap-sidenav-product ul.sidelevel-1 > li > a span
{
    font-size: 14px;

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

    display: block;

    color: #888;
}
@media (max-width: 991px)
{
    .wrap-sidenav-product ul.sidelevel-1 > li > a span
    {
        position: relative;
        top: 0;
        right: 0;

        display: inline-block;

        vertical-align: middle;
    }
}
.wrap-sidenav-product ul.sidelevel-1 > li.active > a,
.wrap-sidenav-product ul.sidelevel-1 > li:hover > a
{
    background-color: #2d2c29;
}
@media (max-width: 767px)
{
    .wrap-sidenav-product ul.sidelevel-1 > li.active > a,
    .wrap-sidenav-product ul.sidelevel-1 > li:hover > a
    {
        color: #9a8973;
        background: none;
    }
}
@media (max-width: 991px)
{
    .title-sidenav
    {
        display: none;
    }
}
.title-sidenav h2
{
    font-size: 30px;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 767px)
{
    .title-sidenav h2
    {
        font-size: 24px;
    }
}
.wrap-sidenav-technology
{
    position: relative;

    padding-top: 30px;
}
@media (max-width: 991px)
{
    .wrap-sidenav-technology
    {
        padding-top: 0;
    }
}
.wrap-sidenav-technology ul.sidelevel-1 > li
{
    margin-bottom: 10px;
}
@media (max-width: 991px)
{
    .wrap-sidenav-technology ul.sidelevel-1 > li
    {
        display: inline-block;

        vertical-align: top;
    }
}
.wrap-sidenav-technology ul.sidelevel-1 > li > a
{
    font-size: 20px;
    line-height: 30px;

    display: block;

    padding: 10px 10px 10px 40px;

    color: #888;
}
@media (max-width: 1199px)
{
    .wrap-sidenav-technology ul.sidelevel-1 > li > a
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .wrap-sidenav-technology ul.sidelevel-1 > li > a
    {
        font-size: 16px;

        padding: 0 6px;
    }
}
.wrap-sidenav-technology ul.sidelevel-1 > li > a:before
{
    width: 30px;
}
.wrap-sidenav-technology ul.sidelevel-1 > li > a:after
{
    display: none;
}
.wrap-sidenav-technology ul.sidelevel-1 > li.active > a,
.wrap-sidenav-technology ul.sidelevel-1 > li:hover > a
{
    color: #222;
    background: none;
}
.title-in
{
    text-align: center;
}
.title-in h2
{
    font-family: 'FuturaBT Book', Arial;
    font-size: 62px;
    line-height: 1;

    display: block;

    margin: 10px 0;

    text-transform: uppercase;
}
@media (max-width: 1470px)
{
    .title-in h2
    {
        font-size: 52px;
    }
}
@media (max-width: 1350px)
{
    .title-in h2
    {
        font-size: 44px;
    }
}
@media (max-width: 991px)
{
    .title-in h2
    {
        font-size: 34px;
    }
}
@media (max-width: 767px)
{
    .title-in h2
    {
        font-size: 26px;
    }
}
.title-in h3
{
    font-size: 36px;
    font-weight: 500;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 1470px)
{
    .title-in h3
    {
        font-size: 30px;
    }
}
@media (max-width: 1350px)
{
    .title-in h3
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .title-in h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .title-in h3
    {
        font-size: 18px;
    }
}
.title-in p
{
    font-size: 18px;
    line-height: 2;

    max-width: 580px;
    margin: 0 auto;
    margin-top: 10px;
}
@media (max-width: 991px)
{
    .title-in p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .title-in p
    {
        font-size: 14px;
    }
}
.wrainfo
{
    font-size: 0;
}
.entrance-wrap
{
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-animation: entranceOutUp 1s 0s ease both;
            animation: entranceOutUp 1s 0s ease both;

    background-color: #212121;
}
@-webkit-keyframes entranceOutUp
{
    from
    {
        opacity: 1;
    }
    to
    {
        -webkit-transform: translate3d(0, -100%, 0);
                transform: translate3d(0, -100%, 0);

        opacity: 1;
    }
}
@keyframes entranceOutUp
{
    from
    {
        opacity: 1;
    }
    to
    {
        -webkit-transform: translate3d(0, -100%, 0);
                transform: translate3d(0, -100%, 0);

        opacity: 1;
    }
}
.entranceOutUp
{
    -webkit-animation-name: entranceOutUp;
            animation-name: entranceOutUp;
}
.wrapper-about
{
    padding-bottom: 0;

    background-color: #2b2b2b;
}
.wrapper-about .ml-13
{
    font-size: 0;

    overflow: hidden;
}
.wrapper-about .about
{
    font-size: 0;
}
.wrapper-about .about-left
{
    font-size: 14px;

    position: relative;
    z-index: 2;

    display: inline-block;

    width: 45%;
    margin-top: 40px;
    padding: 50px;

    vertical-align: middle;

    color: #fff;
    background-color: #212121;
}
@media (max-width: 1470px)
{
    .wrapper-about .about-left
    {
        padding: 30px;
    }
}
@media (max-width: 767px)
{
    .wrapper-about .about-left
    {
        width: 100%;
        padding: 30px 15px;
    }
}
.wrapper-about .about-left .title-about span
{
    font-weight: 300;
    line-height: 24px;

    display: block;
}
.wrapper-about .about-left .title-about h2
{
    font-family: 'FuturaBT Book', Arial;
    font-size: 62px;
    line-height: 1;

    display: block;

    margin: 10px 0;
}
@media (max-width: 1470px)
{
    .wrapper-about .about-left .title-about h2
    {
        font-size: 52px;
    }
}
@media (max-width: 1350px)
{
    .wrapper-about .about-left .title-about h2
    {
        font-size: 44px;
    }
}
@media (max-width: 991px)
{
    .wrapper-about .about-left .title-about h2
    {
        font-size: 34px;
    }
}
@media (max-width: 767px)
{
    .wrapper-about .about-left .title-about h2
    {
        font-size: 26px;
    }
}
.wrapper-about .about-left .title-about h3
{
    font-size: 36px;
    font-weight: 500;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 1470px)
{
    .wrapper-about .about-left .title-about h3
    {
        font-size: 30px;
    }
}
@media (max-width: 1350px)
{
    .wrapper-about .about-left .title-about h3
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .wrapper-about .about-left .title-about h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrapper-about .about-left .title-about h3
    {
        font-size: 18px;
    }
}
.wrapper-about .about-left .note
{
    margin-top: 40px;

    color: #fff;
}
@media (max-width: 767px)
{
    .wrapper-about .about-left .note
    {
        margin-top: 20px;
    }
}
.wrapper-about .about-left .note:after
{
    display: block;

    width: 110px;
    height: 2px;
    margin-top: 50px;

    content: '';

    background-color: #fff;
}
@media (max-width: 767px)
{
    .wrapper-about .about-left .note:after
    {
        display: none;
    }
}
.wrapper-about .about-left .note p
{
    line-height: 2.25;
}
@media (max-width: 1350px)
{
    .wrapper-about .about-left .note p
    {
        line-height: 1.875;
    }
}
.wrapper-about .about-right
{
    font-size: 14px;

    position: relative;
    z-index: 2;

    display: inline-block;

    width: 55%;
    padding-left: 40px;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .wrapper-about .about-right
    {
        padding-left: 20px;
    }
}
@media (max-width: 767px)
{
    .wrapper-about .about-right
    {
        width: 100%;
        padding-left: 0;
    }
}
.wrapper-about .about-right img
{
    display: block;

    max-width: 100%;
}
.wrapper-about .wrap-video
{
    font-size: 0;

    margin-top: -80px;
    padding-top: 150px;

    background-color: #fff;
}
.wrapper-about .wrap-video .slick-video,
.wrapper-about .wrap-video .video-text
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrapper-about .wrap-video .slick-video
{
    font-size: 0;

    position: relative;

    width: 72%;
}
@media (max-width: 767px)
{
    .wrapper-about .wrap-video .slick-video
    {
        width: 100%;
    }
}
.wrapper-about .wrap-video .slick-video:after
{
    position: absolute;
    top: 10%;
    right: -270px;

    display: block;

    width: 270px;
    height: 80%;

    content: '';

    background-color: #f3f3f3;
}
.wrapper-about .wrap-video .slick-video .item
{
    font-size: 14px;

    position: relative;

    background-color: #212121;
}
.wrapper-about .wrap-video .slick-video .item .img-box
{
    padding-bottom: 43.85964912%;

    opacity: .5;
}
.wrapper-about .wrap-video .slick-video .item .play
{
    font-size: 50px;

    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);

    color: #fff;
}
.wrapper-about .wrap-video .slick-video .item .play:before
{
    font-family: 'iconfont' !important;

    content: '\e62c';
}
.wrapper-about .wrap-video .slick-video .slick-arrow
{
    font-size: 14px;
    line-height: 28px;

    position: absolute;
    z-index: 2;
    right: 80px;
    bottom: 10px;

    width: 30px;
    height: 30px;
    padding: 0;

    text-align: center;

    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    background: none;
}
.wrapper-about .wrap-video .slick-video .slick-arrow:before
{
    font-family: 'iconfont' !important;

    content: '\eb60';
}
.wrapper-about .wrap-video .slick-video .slick-arrow:after
{
    position: absolute;
    z-index: 2;
    top: 50%;
    right: -14px;

    display: block;

    width: 22px;
    height: 1px;

    content: '';

    background-color: #fff;
}
.wrapper-about .wrap-video .slick-video .slick-arrow.slick-next
{
    right: 10px;
}
.wrapper-about .wrap-video .slick-video .slick-arrow.slick-next:before
{
    content: '\e625';
}
.wrapper-about .wrap-video .slick-video .slick-arrow.slick-next:after
{
    right: auto;
    left: -14px;
}
.wrapper-about .wrap-video .slick-video .slick-arrow:hover
{
    border-color: #9a8973;
    background-color: #9a8973;
}
.wrapper-about .wrap-video .slick-video .slick-arrow:hover:before
{
    color: #fff;
}
.wrapper-about .wrap-video .slick-video .slick-arrow:hover:after
{
    background-color: #9a8973;
}
.wrapper-about .wrap-video .video-text
{
    font-size: 16px;

    position: relative;
    z-index: 2;

    width: 28%;
    padding-left: 3%;

    color: #000;
}
@media (max-width: 767px)
{
    .wrapper-about .wrap-video .video-text
    {
        font-size: 14px;

        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.wrapper-about .wrap-customized
{
    font-size: 0;

    padding: 80px 0;
}
.wrapper-about .wrap-customized .text,
.wrapper-about .wrap-customized .pic
{
    display: inline-block;

    vertical-align: middle;
}
.wrapper-about .wrap-customized .text
{
    width: -webkit-calc(100% - 230px);
    width:         calc(100% - 230px);

    color: #fff;
}
@media (max-width: 991px)
{
    .wrapper-about .wrap-customized .text
    {
        width: -webkit-calc(100% - 180px);
        width:         calc(100% - 180px);
    }
}
@media (max-width: 767px)
{
    .wrapper-about .wrap-customized .text
    {
        width: 100%;
    }
}
.wrapper-about .wrap-customized .text .title-customized
{
    padding-left: 15%;
}
@media (max-width: 767px)
{
    .wrapper-about .wrap-customized .text .title-customized
    {
        padding-left: 0;
    }
}
.wrapper-about .wrap-customized .text .title-customized h2
{
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrapper-about .wrap-customized .text .title-customized h2
    {
        font-size: 18px;
    }
}
.wrapper-about .wrap-customized .text .title-customized h3
{
    font-family: 'FuturaBT Book';
    font-size: 36px;
    font-weight: normal;
    line-height: 1.4;

    margin: 10px 0 0 0;

    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .wrapper-about .wrap-customized .text .title-customized h3
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .wrapper-about .wrap-customized .text .title-customized h3
    {
        font-size: 24px;
    }
}
.wrapper-about .wrap-customized .text .note
{
    font-weight: 300;
    line-height: 2.25;

    position: relative;

    margin-top: 30px;
    padding: 0 30px 0 26%;

    color: #fff;
}
@media (max-width: 991px)
{
    .wrapper-about .wrap-customized .text .note
    {
        line-height: 24px;
    }
}
@media (max-width: 767px)
{
    .wrapper-about .wrap-customized .text .note
    {
        padding: 0 15px 0 16%;
    }
}
.wrapper-about .wrap-customized .text .note:before
{
    position: absolute;
    top: 14px;
    left: 0;

    width: 24%;
    height: 1px;

    content: '';

    background-color: #fff;
}
@media (max-width: 767px)
{
    .wrapper-about .wrap-customized .text .note:before
    {
        width: 14%;
    }
}
.wrapper-about .wrap-customized .pic
{
    overflow: hidden;

    width: 230px;

    border-radius: 50%;
}
@media (max-width: 991px)
{
    .wrapper-about .wrap-customized .pic
    {
        width: 180px;
    }
}
@media (max-width: 767px)
{
    .wrapper-about .wrap-customized .pic
    {
        display: block;

        margin: 0 auto;
    }
}
.wrapper-about .wrap-customized .pic .img-box
{
    overflow: hidden;

    border-radius: 50%;
}
.wrapper-about .wrap-enviroment
{
    position: relative;
    z-index: 2;

    overflow: hidden;

    margin-top: -30px;
    padding-top: 30px;
}
.wrapper-about .wrap-enviroment .enviroment
{
    background-color: #f8f8f8;
}
.wrapper-about .wrap-enviroment ul
{
    margin: 0;
}
.wrapper-about .wrap-enviroment ul li
{
    padding: 0;
}
@media (max-width: 767px)
{
    .wrapper-about .wrap-enviroment ul li:nth-child(3)
    {
        width: 100%;
    }
}
.wrapper-about .wrap-enviroment .item .img-box
{
    overflow: visible;

    padding-bottom: 63.82978723%;
}
.wrapper-about .wrap-enviroment .item .img-box img
{
    height: auto;

    -webkit-transition: all .6s;
            transition: all .6s;
}
.wrapper-about .wrap-enviroment .item:hover .img-box img
{
    -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
            transform: translateY(-30px);
}
.wrapper-about .wrap-global
{
    padding: 160px 0;

    background: url(../images/global_bg.jpg) no-repeat top center #fff;
}
@media (max-width: 1470px)
{
    .wrapper-about .wrap-global
    {
        padding: 100px 0;
    }
}
@media (max-width: 991px)
{
    .wrapper-about .wrap-global
    {
        padding: 60px 0;
    }
}
.wrapper-about .wrap-global .title-global
{
    text-align: center;
}
.wrapper-about .wrap-global .title-global h3
{
    font-family: 'FuturaBT Book';
    font-size: 62px;
    line-height: 1.4;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1470px)
{
    .wrapper-about .wrap-global .title-global h3
    {
        font-size: 52px;
    }
}
@media (max-width: 1350px)
{
    .wrapper-about .wrap-global .title-global h3
    {
        font-size: 44px;
    }
}
@media (max-width: 991px)
{
    .wrapper-about .wrap-global .title-global h3
    {
        font-size: 34px;
    }
}
@media (max-width: 767px)
{
    .wrapper-about .wrap-global .title-global h3
    {
        font-size: 26px;
    }
}
.wrapper-about .wrap-global .title-global h2
{
    font-size: 36px;
    line-height: 1.4;

    margin: 20px 0 0 0;
}
@media (max-width: 1470px)
{
    .wrapper-about .wrap-global .title-global h2
    {
        font-size: 30px;
    }
}
@media (max-width: 1350px)
{
    .wrapper-about .wrap-global .title-global h2
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .wrapper-about .wrap-global .title-global h2
    {
        font-size: 20px;

        margin: 0;
    }
}
@media (max-width: 767px)
{
    .wrapper-about .wrap-global .title-global h2
    {
        font-size: 18px;
    }
}
.wrapper-about .wrap-global .slick-global
{
    font-size: 0;

    margin-top: 80px;
}
@media (max-width: 1470px)
{
    .wrapper-about .wrap-global .slick-global
    {
        margin-top: 50px;
    }
}
@media (max-width: 991px)
{
    .wrapper-about .wrap-global .slick-global
    {
        margin-top: 20px;
    }
}
.wrapper-about .wrap-global .slick-global .item
{
    padding: 3px;
}
.wrapper-about .wrap-global .slick-global .item .img-box
{
    padding-bottom: 42.10526316%;
}
.wrapper-about .wrap-global .slick-global .slick-dots
{
    margin-top: 100px;

    text-align: center;
}
@media (max-width: 1470px)
{
    .wrapper-about .wrap-global .slick-global .slick-dots
    {
        margin-top: 50px;
    }
}
@media (max-width: 991px)
{
    .wrapper-about .wrap-global .slick-global .slick-dots
    {
        margin-top: 30px;
    }
}
.wrapper-about .wrap-global .slick-global .slick-dots li
{
    display: inline-block;

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

    border-radius: 10px;
    background-color: #c6c6c6;
}
.wrapper-about .wrap-global .slick-global .slick-dots li.slick-active
{
    width: 20px;

    background-color: #9a8973;
}
.wrapper-about .wrap-global .slick-global .slick-dots li button
{
    display: none;
}
.wrapper-history
{
    background-color: #212121;
}
.wrapper-history .title-in
{
    color: #fff;
}
.wrapper-history .ml-13
{
    padding-left: 15px;
}
@media (max-width: 1600px)
{
    .wrapper-history .ml-13
    {
        padding-left: 15px;
    }
}
.wrapper-history .history
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .wrapper-history .history
    {
        margin-top: 40px;
    }
}
@media (max-width: 767px)
{
    .wrapper-history .history
    {
        margin-top: 30px;
    }
}
.wrapper-history .history > ul
{
    position: relative;
}
.wrapper-history .history > ul:before
{
    position: absolute;
    top: 0;
    left: 50%;

    display: block;

    width: 1px;
    height: 100%;

    content: '';

    border-left: 1px dashed #9a8973;
}
@media (max-width: 767px)
{
    .wrapper-history .history > ul:before
    {
        left: 0;
    }
}
.wrapper-history .history > ul > li:nth-child(2n + 1)
{
    margin-top: 2px;

    text-align: right;
}
.wrapper-history .history > ul > li:nth-child(2n + 1) .item
{
    padding: 20px 10px 20px 110px;

    -webkit-transform: translateX(-1px);
        -ms-transform: translateX(-1px);
            transform: translateX(-1px);
    text-align: left;
}
@media (max-width: 767px)
{
    .wrapper-history .history > ul > li:nth-child(2n + 1) .item
    {
        padding-left: 100px;
    }
}
.wrapper-history .history > ul > li:nth-child(2n + 1) .item .year
{
    right: auto;
    left: 16px;
}
.wrapper-history .history > ul > li:nth-child(2n + 1) .item .year:before
{
    top: 10px;
    right: auto;
    left: -26px;
}
.wrapper-history .history .item
{
    position: relative;

    display: inline-block;

    width: 50%;
    min-height: 70px;
    padding: 20px 110px 20px 10px;

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

    color: #9a8973;
}
@media (max-width: 767px)
{
    .wrapper-history .history .item
    {
        width: 100%;
        padding: 20px 10px 20px 100px;
    }
}
.wrapper-history .history .item .year
{
    position: absolute;
    top: 10px;
    right: 16px;
}
@media (max-width: 767px)
{
    .wrapper-history .history .item .year
    {
        right: auto;
        left: 16px;
    }
}
.wrapper-history .history .item .year:before
{
    position: absolute;
    top: 10px;
    right: -26px;

    display: block;

    width: 20px;
    height: 20px;

    content: '';

    background: url(../images/history-dots.png) no-repeat;
}
@media (max-width: 767px)
{
    .wrapper-history .history .item .year:before
    {
        right: auto;
        left: -26px;
    }
}
.wrapper-history .history .item .year b
{
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;

    color: #fff;
}
@media (max-width: 767px)
{
    .wrapper-history .history .item .year b
    {
        font-size: 24px;
    }
}
.wrapper-history .history .item .year b span
{
    font-size: 14px;
}
.wrapper-history .history .item .note
{
    line-height: 24px;
}
.wrapper-history .history .item .note p
{
    margin: 0;
}
.wrapper-history .history .item:hover
{
    background-color: rgba(255, 255, 255, .1);
}
.wrapper-history .history .item:hover .year:before
{
    background-image: url(../images/history-dots-hover.png);
}
.wrapper-honor
{
    background-color: #212121;
}
.wrapper-honor .title-in
{
    color: #fff;
}
.wrapper-honor .ml-13
{
    padding-left: 15px;
}
@media (max-width: 1600px)
{
    .wrapper-honor .ml-13
    {
        padding-left: 15px;
    }
}
.wrapper-honor .honor .item
{
    display: block;

    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrapper-honor .honor .item
    {
        margin-top: 14px;
    }
}
.wrapper-honor .honor .item .pic
{
    display: block;
    overflow: hidden;
}
.wrapper-honor .honor .item .img-box
{
    padding-bottom: 133.33333333%;

    -webkit-transition: all .4s;
            transition: all .4s;
}
.wrapper-honor .honor .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrapper-honor .honor .item-2 .img-box
{
    padding-bottom: 75%;
}
.wrapper-honor .honor .item p
{
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    margin: 14px 0 0 0;

    color: #fff;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrapper-honor .honor .item p
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrapper-honor .honor .item p
    {
        font-size: 16px;
    }
}
.wrapper-honor .honor .item:hover img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrapper-honor .honor .item:hover p
{
    color: #9a8973;
}
.wrapper-logic
{
    padding-bottom: 180px;
}
@media (max-width: 1470px)
{
    .wrapper-logic
    {
        padding-bottom: 120px;
    }
}
@media (max-width: 1199px)
{
    .wrapper-logic
    {
        padding-bottom: 80px;
    }
}
@media (max-width: 991px)
{
    .wrapper-logic
    {
        padding-bottom: 50px;
    }
}
.wrapper-logic .title-logic
{
    text-align: center;
}
.wrapper-logic .title-logic h3
{
    font-size: 20px;
    font-weight: bold;
    font-weight: 500;

    color: #000;
}
@media (max-width: 1199px)
{
    .wrapper-logic .title-logic h3
    {
        font-size: 18px;
    }
}
.wrapper-logic .logic-list
{
    margin-top: 70px;
}
@media (max-width: 1350px)
{
    .wrapper-logic .logic-list
    {
        margin-top: 30px;
    }
}
.wrapper-logic .logic-list ul
{
    font-size: 0;
}
.wrapper-logic .logic-list ul li
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    width: 25%;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .wrapper-logic .logic-list ul li
    {
        width: 50%;
    }
}
.wrapper-logic .logic-list ul li:after
{
    position: absolute;
    z-index: 1;
    top: 25%;
    right: 0;

    display: block;

    width: 1px;
    height: 50%;

    content: '';

    border-right: 1px dashed #c6c6c6;
}
.wrapper-logic .logic-list ul li:last-child:after
{
    display: none;
}
@media (max-width: 1199px)
{
    .wrapper-logic .logic-list ul li:nth-child(2n):after
    {
        display: none;
    }
}
@media (max-width: 767px)
{
    .wrapper-logic .logic-list ul li
    {
        width: 100%;
        margin: 0;
    }
    .wrapper-logic .logic-list ul li:after
    {
        display: none;
    }
}
.wrapper-logic .logic-list ul li .item
{
    font-size: 0;

    position: relative;

    padding: 30px 10px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 1350px)
{
    .wrapper-logic .logic-list ul li .item
    {
        padding: 20px 10px;
    }
}
@media (max-width: 767px)
{
    .wrapper-logic .logic-list ul li .item
    {
        padding: 10px;
    }
}
.wrapper-logic .logic-list ul li .item:before
{
    position: absolute;
    z-index: 2;
    top: .5%;
    left: -.5%;

    display: block;

    width: 101%;
    height: 101%;

    content: '';
    -webkit-transition: all .2s;
            transition: all .2s;

    opacity: 0;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrapper-logic .logic-list ul li .item .logic-icon,
.wrapper-logic .logic-list ul li .item .note
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.wrapper-logic .logic-list ul li .item .logic-icon
{
    position: relative;
    z-index: 2;

    width: 50px;
    margin-top: 10px;
}
.wrapper-logic .logic-list ul li .item .logic-icon img
{
    width: 100%;
}
.wrapper-logic .logic-list ul li .item .note
{
    position: relative;
    z-index: 2;

    width: -webkit-calc(100% - 50px);
    width:         calc(100% - 50px);
    padding: 0 10px;
}
.wrapper-logic .logic-list ul li .item .note b
{
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;

    display: block;
}
@media (max-width: 1470px)
{
    .wrapper-logic .logic-list ul li .item .note b
    {
        font-size: 16px;
    }
}
@media (max-width: 1350px)
{
    .wrapper-logic .logic-list ul li .item .note b
    {
        font-size: 14px;
    }
}
@media (max-width: 991px)
{
    .wrapper-logic .logic-list ul li .item .note b
    {
        font-size: 16px;
    }
}
.wrapper-logic .logic-list ul li .item .note p
{
    font-family: 'FuturaBT';
    font-weight: 500;
    line-height: 24px;

    color: #888;
}
.wrapper-logic .logic-list ul li .item:hover:before
{
    opacity: 1;
}
.wrapper-logic .logic-list ul li .item:hover:after
{
    border-color: #fff;
}
.wrapper-logic .logic-top
{
    display: table;

    width: 100%;
    margin-top: 130px;
}
@media (max-width: 1470px)
{
    .wrapper-logic .logic-top
    {
        margin-top: 100px;
    }
}
@media (max-width: 1350px)
{
    .wrapper-logic .logic-top
    {
        margin-top: 80px;
    }
}
@media (max-width: 991px)
{
    .wrapper-logic .logic-top
    {
        margin-top: 50px;
    }
}
@media (max-width: 767px)
{
    .wrapper-logic .logic-top
    {
        display: block;

        margin-top: 30px;
    }
}
.wrapper-logic .logic-top .text,
.wrapper-logic .logic-top .pic
{
    display: table-cell;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .wrapper-logic .logic-top .text,
    .wrapper-logic .logic-top .pic
    {
        display: block;
    }
}
.wrapper-logic .logic-top .text
{
    width: 42%;
    padding: 30px 5%;

    border-right: 30px solid #fff;
    background-color: #f2f2f2;
}
@media (max-width: 1470px)
{
    .wrapper-logic .logic-top .text
    {
        padding: 30px;
    }
}
@media (max-width: 1199px)
{
    .wrapper-logic .logic-top .text
    {
        padding: 30px 14px;
    }
}
@media (max-width: 767px)
{
    .wrapper-logic .logic-top .text
    {
        width: 100%;

        border-right: none;
    }
}
.wrapper-logic .logic-top .text .note
{
    margin: 14px 0;
}
.wrapper-logic .logic-top .pic
{
    width: 58%;
}
@media (max-width: 767px)
{
    .wrapper-logic .logic-top .pic
    {
        width: 100%;
    }
}
.wrapper-logic .logic-top .pic .img-box
{
    padding-bottom: 79.71014493%;
}
.wrapper-logic .logic-solution
{
    overflow: hidden;

    margin-top: 120px;
}
@media (max-width: 1199px)
{
    .wrapper-logic .logic-solution
    {
        margin-top: 80px;
    }
}
@media (max-width: 991px)
{
    .wrapper-logic .logic-solution
    {
        margin-top: 50px;
    }
}
.wrapper-logic .logic-solution .title-logic-solution
{
    text-align: center;
}
.wrapper-logic .logic-solution .title-logic-solution h2
{
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrapper-logic .logic-solution .title-logic-solution h2
    {
        font-size: 20px;
    }
}
.wrapper-logic .logic-solution .solution
{
    overflow: hidden;
}
.wrapper-logic .logic-solution .solution > ul
{
    display: block;
}
.wrapper-logic .logic-solution .solution > ul > li
{
    display: block;

    margin-top: 70px;
}
@media (max-width: 1470px)
{
    .wrapper-logic .logic-solution .solution > ul > li
    {
        margin-top: 40px;
    }
}
.wrapper-logic .logic-solution .solution > ul > li:nth-child(2n) .item .pic
{
    left: 42%;
}
@media (max-width: 767px)
{
    .wrapper-logic .logic-solution .solution > ul > li:nth-child(2n) .item .pic
    {
        left: 0;
    }
}
.wrapper-logic .logic-solution .solution > ul > li:nth-child(2n) .item .text
{
    right: 58%;

    border-right: 30px solid #fff;
    border-left: none;
}
@media (max-width: 767px)
{
    .wrapper-logic .logic-solution .solution > ul > li:nth-child(2n) .item .text
    {
        right: 0;

        border-right: none;
    }
}
.wrapper-logic .logic-solution .solution .item
{
    display: table;

    width: 100%;
}
@media (max-width: 767px)
{
    .wrapper-logic .logic-solution .solution .item
    {
        display: block;
    }
}
.wrapper-logic .logic-solution .solution .item .text,
.wrapper-logic .logic-solution .solution .item .pic
{
    position: relative;

    display: table-cell;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .wrapper-logic .logic-solution .solution .item .text,
    .wrapper-logic .logic-solution .solution .item .pic
    {
        display: block;
    }
}
.wrapper-logic .logic-solution .solution .item .text
{
    width: 42%;
    padding: 30px 5%;

    border-left: 30px solid #fff;
    background-color: #f2f2f2;
}
@media (max-width: 1199px)
{
    .wrapper-logic .logic-solution .solution .item .text
    {
        padding: 30px 14px;
    }
}
@media (max-width: 767px)
{
    .wrapper-logic .logic-solution .solution .item .text
    {
        width: 100%;

        border-left: none;
    }
}
.wrapper-logic .logic-solution .solution .item .text .note
{
    margin: 14px 0;
}
.wrapper-logic .logic-solution .solution .item .pic
{
    width: 58%;
}
@media (max-width: 767px)
{
    .wrapper-logic .logic-solution .solution .item .pic
    {
        width: 100%;
    }
}
.wrapper-logic .logic-solution .solution .item .pic .img-box
{
    padding-bottom: 79.71014493%;
}
.wrapper-logic .wrap-management
{
    clear: both;

    margin-top: 100px;
}
@media (max-width: 1199px)
{
    .wrapper-logic .wrap-management
    {
        margin-top: 80px;
    }
}
@media (max-width: 991px)
{
    .wrapper-logic .wrap-management
    {
        margin-top: 50px;
    }
}
.wrapper-logic .wrap-management .management-top
{
    padding: 130px 0 200px;

    background: url(../images/logic_inbg.jpg) no-repeat center fixed;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .wrapper-logic .wrap-management .management-top
    {
        padding: 80px 0 150px;

        background: url(../images/logic_inbg.jpg) no-repeat center;
        background-size: cover;
    }
}
@media (max-width: 767px)
{
    .wrapper-logic .wrap-management .management-top
    {
        padding: 30px 0 80px;
    }
}
.wrapper-logic .wrap-management .management-top .container
{
    text-align: right;
}
.wrapper-logic .wrap-management .management-top .text
{
    display: inline-block;

    width: 60%;
    padding: 60px 50px;

    text-align: left;

    background-color: #fff;
}
@media (max-width: 767px)
{
    .wrapper-logic .wrap-management .management-top .text
    {
        display: block;

        width: 100%;
        padding: 30px 15px;
    }
}
.wrapper-logic .wrap-management .management-top .text .title-logic
{
    text-align: left;
}
.wrapper-logic .wrap-management .management
{
    position: relative;
    z-index: 2;

    margin-top: -70px;
    padding: 80px 5%;

    background-color: #f2f2f2;
}
@media (max-width: 1199px)
{
    .wrapper-logic .wrap-management .management
    {
        padding: 60px 15px;
    }
}
@media (max-width: 767px)
{
    .wrapper-logic .wrap-management .management
    {
        margin-top: -30px;
        padding: 30px 15px;
    }
}
.wrapper-logic .wrap-management .management .list
{
    margin-top: 20px;
}
.wrapper-logic .wrap-management .management .list > ul
{
    font-size: 0;
}
.wrapper-logic .wrap-management .management .list > ul > li
{
    display: inline-block;

    width: 20%;
    margin-top: 20px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .wrapper-logic .wrap-management .management .list > ul > li
    {
        width: 50%;
        margin-top: 10px;
    }
}
.wrapper-logic .wrap-management .management .list > ul > li .m-icon
{
    padding: 14px;

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

    border-radius: 4px;
}
@media (max-width: 767px)
{
    .wrapper-logic .wrap-management .management .list > ul > li .m-icon
    {
        padding: 0;
    }
}
.wrapper-logic .wrap-management .management .list > ul > li .m-icon img
{
    display: block;

    width: 50px;
    margin: 0 auto;
}
.wrapper-logic .wrap-management .management .list > ul > li .m-icon b
{
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;

    display: block;

    margin-top: 10px;
}
@media (max-width: 767px)
{
    .wrapper-logic .wrap-management .management .list > ul > li .m-icon b
    {
        font-size: 16px;
    }
}
.wrapper-logic .wrap-management .management .list > ul > li .m-icon p
{
    font-family: 'FuturaBT';
    font-size: 16px;
    font-weight: 500;
    line-height: 2.25;

    margin: 0;

    color: #888;
}
.wrapper-logic .wrap-management .management .list > ul > li .m-icon:hover
{
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrapper-logic .wrap-management .management .list > ul > li .m-icon:hover img
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.wrapper-logic .wrap-management .management .text
{
    max-width: 1130px;
    margin: 0 auto;
    margin-top: 60px;

    text-align: center;
}
@media (max-width: 767px)
{
    .wrapper-logic .wrap-management .management .text
    {
        margin-top: 30px;
    }
}
.wrapper-logic .wrap-management .management .text p
{
    margin: 0;
}
.wrapper-news
{
    padding-bottom: 180px;
}
@media (max-width: 1470px)
{
    .wrapper-news
    {
        padding-bottom: 120px;
    }
}
@media (max-width: 1199px)
{
    .wrapper-news
    {
        padding-bottom: 80px;
    }
}
@media (max-width: 991px)
{
    .wrapper-news
    {
        padding-bottom: 50px;
    }
}
.wrapper-news .news
{
    padding: 0 15px;
	margin-top: 30px;
}
@media (max-width: 991px)
{
    .wrapper-news .news
    {
        padding: 0;
    }
}
.wrapper-news .news li
{
    position: relative;
}
.wrapper-news .news li:before
{
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 70%;

    content: '';

    opacity: 0;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 991px)
{
    .wrapper-news .news li:before
    {
        display: none;
    }
}
.wrapper-news .news li:hover:before
{
    opacity: 1;
}
.wrapper-news .news li:hover .item
{
    position: relative;
    z-index: 2;
}
.wrapper-news .news li:hover .item .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrapper-news .news li:hover .item .note b
{
    color: #9a8973;
}
.wrapper-news .news li:hover .item .note a.more
{
    color: #fff;
    background-color: #af9f88;
}
.wrapper-news .news .item
{
    margin-top: 30px;
    padding-bottom: 40px;
}
@media (max-width: 991px)
{
    .wrapper-news .news .item
    {
        padding-bottom: 0;
    }
}
.wrapper-news .news .item .pic .img-box
{
    padding-bottom: 64.70588235%;
}
.wrapper-news .news .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrapper-news .news .item .note
{
    margin-top: 10px;
}
.wrapper-news .news .item .note .title-note
{
    border-bottom: 1px solid #d9dadb;
}
.wrapper-news .news .item .note span.date
{
    font-size: 12px;
    line-height: 20px;

    display: block;

    color: #888;
}
.wrapper-news .news .item .note b
{
    font-size: 18px;
    font-weight: normal;
    line-height: 40px;

    display: -webkit-box;
    overflow: hidden;

    height: 40px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrapper-news .news .item .note b
    {
        font-size: 16px;
    }
}
.wrapper-news .news .item .note p
{
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 10px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wrapper-news .news .item .note a.more
{
    font-size: 16px;
    font-weight: 300;
    line-height: 38px;

    display: inline-block;

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

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

    color: #af9f88;
    border: 1px solid #af9f88;
    border-radius: 4px;
}
@media (max-width: 1470px)
{
    .wrapper-news .news .item .note a.more
    {
        font-size: 16px;
        line-height: 30px;

        padding: 0 20px;
    }
}
@media (max-width: 767px)
{
    .wrapper-news .news .item .note a.more
    {
        font-size: 14px;
    }
}
.wrapper-news-show
{
    padding: 80px 0;
}
.wrapper-news-show .title-news-show
{
    padding-bottom: 10px;

    text-align: center;

    border-bottom: 1px dashed #9a8973;
}
.wrapper-news-show .title-news-show h1
{
    font-size: 30px;
    font-weight: 500;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrapper-news-show .title-news-show h1
    {
        font-size: 24px;
    }
}
.wrapper-news-show .title-news-show span.date
{
    font-size: 12px;
    line-height: 24px;

    display: block;

    margin-top: 10px;

    color: #c0c0c0;
}
.wrapper-news-show .text
{
    margin-top: 30px;
}
.wrapper-news-show .text p
{
    margin: 0;
}
.wrapper-news-show .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrapper-news-show .news-relate
{
    position: relative;

    margin-top: 40px;
    padding-top: 20px;
    padding-right: 100px;

    border-top: 1px solid #9a8973;
}
@media (max-width: 767px)
{
    .wrapper-news-show .news-relate
    {
        padding-right: 0;
    }
}
.wrapper-news-show .news-relate a.return
{
    font-size: 14px;
    line-height: 30px;

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

    display: inline-block;

    padding: 0 10px;

    color: #fff;
    border-radius: 4px;
    background-color: #9a8973;
}
@media (max-width: 767px)
{
    .wrapper-news-show .news-relate a.return
    {
        position: relative;
        top: 0;
        right: 0;

        margin-top: 10px;
    }
}
.wrapper-news-show .news-relate a.return:hover
{
    background-color: #7a6b58;
}
.wrapper-news-show .news-relate ul
{
    display: inline-block;
}
@media (max-width: 767px)
{
    .wrapper-news-show .news-relate ul
    {
        display: block;
    }
}
.wrapper-news-show .news-relate ul li
{
    font-size: 14px;
    line-height: 24px;

    position: relative;

    overflow: hidden;

    height: 24px;
    padding-left: 16px;

    color: #666;
}
.wrapper-news-show .news-relate ul li:before
{
    position: absolute;
    top: 8px;
    left: 0;

    display: block;

    width: 0;
    height: 0;

    content: '';

    opacity: 0;
    border-width: 5px 0 5px 5px;
    border-style: solid;
    border-color: transparent transparent transparent #9a8973;
}
.wrapper-news-show .news-relate ul li a
{
    display: inline-block;
}
.wrapper-news-show .news-relate ul li:hover
{
    color: #9a8973;
}
.wrapper-news-show .news-relate ul li:hover:before
{
    opacity: 1;
}
.wrapper-news-show .news-relate ul li:hover a span
{
    text-decoration: underline;
}
.wrapper-softoutfit
{
    overflow: visible;

    padding: 0;

    background-color: #212121;
}
.wrapper-softoutfit .softoutfit
{
    position: relative;
    z-index: 2;

    overflow: hidden;

    margin-top: -120px;
    padding: 80px 3%;

    background-color: #fafafa;
}
@media (max-width: 991px)
{
    .wrapper-softoutfit .softoutfit
    {
        margin-top: -50px;
        padding: 50px 15px;
    }
}
.wrapper-softoutfit .softoutfit .softoutfit-sort
{
    margin-top: 70px;
}
@media (max-width: 1199px)
{
    .wrapper-softoutfit .softoutfit .softoutfit-sort
    {
        margin-top: 40px;
    }
}
@media (max-width: 767px)
{
    .wrapper-softoutfit .softoutfit .softoutfit-sort
    {
        margin-top: 30px;
    }
}
.wrapper-softoutfit .softoutfit .softoutfit-sort ul
{
    font-size: 0;

    margin-left: 1px;
}
.wrapper-softoutfit .softoutfit .softoutfit-sort ul li
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    width: 25%;
    margin-top: -1px;
    margin-left: -1px;

    -webkit-transition: all .2s;
            transition: all .2s;
    vertical-align: top;

    border: 1px solid #dcdcdc;
}
@media (max-width: 991px)
{
    .wrapper-softoutfit .softoutfit .softoutfit-sort ul li
    {
        width: 50%;
    }
}
.wrapper-softoutfit .softoutfit .softoutfit-sort ul li:after
{
    position: absolute;
    z-index: 2;
    top: 30%;
    right: -1px;

    display: block;

    width: 1px;
    height: 40%;

    content: '';

    background-color: #fafafa;
}
.wrapper-softoutfit .softoutfit .softoutfit-sort ul li:last-child:after
{
    display: none;
}
.wrapper-softoutfit .softoutfit .softoutfit-sort ul li:last-child.active:after,
.wrapper-softoutfit .softoutfit .softoutfit-sort ul li:last-child:hover:after
{
    display: block;
}
.wrapper-softoutfit .softoutfit .softoutfit-sort ul li.active,
.wrapper-softoutfit .softoutfit .softoutfit-sort ul li:hover
{
    z-index: 2;

    border-color: #9a8973;
}
.wrapper-softoutfit .softoutfit .softoutfit-sort .item
{
    display: block;

    padding: 10px 10px 0 14px;
}
.wrapper-softoutfit .softoutfit .softoutfit-sort .item p
{
    font-weight: 500;
    line-height: 24px;

    margin: 0;

    color: #666;
}
.wrapper-softoutfit .softoutfit .softoutfit-sort .item b
{
    font-size: 18px;
    line-height: 30px;

    display: block;

    margin-top: 20px;

    text-align: right;
}
@media (max-width: 767px)
{
    .wrapper-softoutfit .softoutfit .softoutfit-sort .item b
    {
        font-size: 16px;

        margin-top: 10px;
    }
}
.wrapper-softoutfit .softoutfit .softoutfit-sort .item b span
{
    font-family: 'FuturaBT';
    font-size: 14px;
    font-weight: normal;

    text-transform: uppercase;

    color: #666;
}
@media (max-width: 767px)
{
    .wrapper-softoutfit .softoutfit .softoutfit-sort .item b span
    {
        font-size: 12px;
    }
}
.wrapper-softoutfit .softoutfit-list
{
    margin-top: 50px;
}
@media (max-width: 1199px)
{
    .wrapper-softoutfit .softoutfit-list
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .wrapper-softoutfit .softoutfit-list
    {
        margin: 0;
    }
}
.wrapper-softoutfit .softoutfit-list ul
{
    font-size: 0;
}
.wrapper-softoutfit .softoutfit-list ul li
{
    font-size: 14px;

    display: inline-block;
    float: none;

    vertical-align: top;
}
.wrapper-softoutfit .softoutfit-list .item
{
    display: block;

    margin-top: 30px;

    cursor: pointer;

    background-color: #fff;
}
.wrapper-softoutfit .softoutfit-list .item .img-box
{
    padding-bottom: 100%;
}
.wrapper-softoutfit .softoutfit-list .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrapper-softoutfit .softoutfit-list .item p
{
    font-size: 16px;
    line-height: 40px;

    display: -webkit-box;
    overflow: hidden;

    height: 40px;
    margin: 0;

    text-align: center;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrapper-softoutfit .softoutfit-list .item p
    {
        font-size: 14px;
    }
}
.wrapper-softoutfit .softoutfit-list .item-1 .img-box
{
    padding-bottom: 115.15151515%;
}
.wrapper-softoutfit .softoutfit-list .item-2 .img-box
{
    padding-bottom: 60.86956522%;
}
.wrapper-softoutfit .softoutfit-list .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrapper-creative
{
    padding-bottom: 180px;
}
@media (max-width: 1470px)
{
    .wrapper-creative
    {
        padding-bottom: 120px;
    }
}
@media (max-width: 1199px)
{
    .wrapper-creative
    {
        padding-bottom: 80px;
    }
}
@media (max-width: 991px)
{
    .wrapper-creative
    {
        padding-bottom: 50px;
    }
}
.wrapper-creative .return-creative a
{
    font-size: 18px;
    line-height: 40px;

    display: inline-block;

    padding: 0 20px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-transform: uppercase;

    color: #9a8973;
    border: 1px solid #9a8973;
    border-radius: 6px;
}
@media (max-width: 991px)
{
    .wrapper-creative .return-creative a
    {
        font-size: 16px;
    }
}
.wrapper-creative .return-creative a:before
{
    font-family: 'iconfont' !important;

    display: inline-block;

    content: '\e62b';
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
.wrapper-creative .return-creative a:hover
{
    color: #fff;
    background-color: #9a8973;
}
.wrapper-creative .creative
{
    margin-top: 10px;

    border-left: 1px dashed #9a8973;
}
.wrapper-creative .creative .creative-top
{
    font-size: 0;
}
.wrapper-creative .creative .creative-top .creative-left,
.wrapper-creative .creative .creative-top .creative-right
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.wrapper-creative .creative .creative-top .creative-left
{
    width: 45%;
}
@media (max-width: 991px)
{
    .wrapper-creative .creative .creative-top .creative-left
    {
        width: 100%;
    }
}
.wrapper-creative .creative .creative-top .creative-left .title-in
{
    padding-left: 3%;

    text-align: left;
}
.wrapper-creative .creative .creative-top .creative-left .text
{
    font-size: 16px;
    line-height: 2;

    position: relative;

    margin-top: 60px;
    padding: 0 5% 0 180px;

    color: #000;
}
@media (max-width: 1470px)
{
    .wrapper-creative .creative .creative-top .creative-left .text
    {
        margin-top: 30px;
        padding-left: 150px;
    }
}
@media (max-width: 1350px)
{
    .wrapper-creative .creative .creative-top .creative-left .text
    {
        padding-left: 100px;
    }
}
@media (max-width: 767px)
{
    .wrapper-creative .creative .creative-top .creative-left .text
    {
        font-size: 14px;
        line-height: 24px;

        padding-right: 15px;
        padding-left: 30px;
    }
}
.wrapper-creative .creative .creative-top .creative-left .text:before
{
    position: absolute;
    top: 10px;
    left: 0;

    display: block;

    width: 160px;
    height: 11px;

    content: '';

    background: url(../images/creative-line.png) no-repeat right;
}
@media (max-width: 1470px)
{
    .wrapper-creative .creative .creative-top .creative-left .text:before
    {
        width: 140px;
    }
}
@media (max-width: 1350px)
{
    .wrapper-creative .creative .creative-top .creative-left .text:before
    {
        width: 80px;
    }
}
@media (max-width: 767px)
{
    .wrapper-creative .creative .creative-top .creative-left .text:before
    {
        width: 20px;
    }
}
.wrapper-creative .creative .creative-top .creative-left .text p
{
    margin: 0;
}
.wrapper-creative .creative .creative-top .creative-right
{
    overflow: hidden;

    width: 55%;
}
@media (max-width: 991px)
{
    .wrapper-creative .creative .creative-top .creative-right
    {
        width: 100%;
        margin-top: 30px;
    }
}
.wrapper-creative .creative .creative-top .creative-right img
{
    max-width: 100%;
}
.wrapper-creative .creative-list > ul > li
{
    position: relative;

    margin-top: 80px;
}
@media (max-width: 991px)
{
    .wrapper-creative .creative-list > ul > li
    {
        margin-top: 30px;
    }
}
.wrapper-creative .creative-list > ul > li:nth-child(2n):before
{
    position: absolute;
    top: 0;
    right: -700px;

    display: block;

    width: 1000px;
    height: 100%;

    content: '';

    background-color: #f8f8f8;
}
.wrapper-creative .creative-list > ul > li:nth-child(2n) .item .text
{
    left: 60%;

    width: 40%;
    padding: 20px 0 20px 4%;
}
@media (max-width: 991px)
{
    .wrapper-creative .creative-list > ul > li:nth-child(2n) .item .text
    {
        left: 0;

        width: 100%;
    }
}
@media (max-width: 767px)
{
    .wrapper-creative .creative-list > ul > li:nth-child(2n) .item .text
    {
        padding: 20px 14px 20px 30px;
    }
}
.wrapper-creative .creative-list > ul > li:nth-child(2n) .item .text:before
{
    display: none;
}
@media (max-width: 767px)
{
    .wrapper-creative .creative-list > ul > li:nth-child(2n) .item .text:before
    {
        display: block;
    }
}
.wrapper-creative .creative-list > ul > li:nth-child(2n) .item .pic
{
    right: 40%;

    width: 60%;
}
@media (max-width: 991px)
{
    .wrapper-creative .creative-list > ul > li:nth-child(2n) .item .pic
    {
        right: 0;

        width: 100%;
    }
}
.wrapper-creative .creative-list > ul > li:nth-child(2n) .item .pic:before
{
    position: absolute;
    top: 20%;
    left: 0;

    display: block;

    width: 160px;
    height: 11px;

    content: '';

    background: url(../images/creative-line.png) no-repeat right;
}
.wrapper-creative .creative-list .item
{
    font-size: 0;

    position: relative;
    z-index: 2;

    background-color: #f8f8f8;
}
.wrapper-creative .creative-list .item .text,
.wrapper-creative .creative-list .item .pic
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    vertical-align: middle;
}
.wrapper-creative .creative-list .item .text
{
    position: relative;

    width: 46%;
    padding: 20px 30px 20px 170px;
}
@media (max-width: 1470px)
{
    .wrapper-creative .creative-list .item .text
    {
        padding-left: 140px;
    }
}
@media (max-width: 1350px)
{
    .wrapper-creative .creative-list .item .text
    {
        padding-left: 90px;
    }
}
@media (max-width: 991px)
{
    .wrapper-creative .creative-list .item .text
    {
        width: 100%;
    }
}
@media (max-width: 767px)
{
    .wrapper-creative .creative-list .item .text
    {
        padding: 20px 15px 20px 30px;
    }
}
.wrapper-creative .creative-list .item .text:before
{
    position: absolute;
    top: 50px;
    left: 0;

    display: block;

    width: 160px;
    height: 11px;

    content: '';

    background: url(../images/creative-line.png) no-repeat right;
}
@media (max-width: 1470px)
{
    .wrapper-creative .creative-list .item .text:before
    {
        width: 130px;
    }
}
@media (max-width: 1350px)
{
    .wrapper-creative .creative-list .item .text:before
    {
        width: 80px;
    }
}
@media (max-width: 767px)
{
    .wrapper-creative .creative-list .item .text:before
    {
        width: 20px;
    }
}
.wrapper-creative .creative-list .item .text .title-creative h3
{
    font-family: 'FuturaBT Book';
    font-size: 30px;
    line-height: 1.4;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 767px)
{
    .wrapper-creative .creative-list .item .text .title-creative h3
    {
        font-size: 24px;
    }
}
.wrapper-creative .creative-list .item .text .title-creative h2
{
    font-size: 20px;
    line-height: 1;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrapper-creative .creative-list .item .text .title-creative h2
    {
        font-size: 16px;
    }
}
.wrapper-creative .creative-list .item .text .note
{
    line-height: 2.28571429;

    margin-top: 20px;

    color: #000;
}
@media (max-width: 767px)
{
    .wrapper-creative .creative-list .item .text .note
    {
        line-height: 24px;
    }
}
.wrapper-creative .creative-list .item .text .note p
{
    margin: 0;
}
.wrapper-creative .creative-list .item .pic
{
    position: relative;

    overflow: hidden;

    width: 54%;
}
@media (max-width: 991px)
{
    .wrapper-creative .creative-list .item .pic
    {
        width: 100%;
    }
}
.wrapper-creative .creative-list .item .pic img
{
    width: 100%;
}
    .wrapper-technology .technology{
		margin-top: -30px;
	}
@media (max-width: 991px)
{
    .wrapper-technology .technology
    {
        /* margin-top: -20px; */
    }
}
.wrapper-technology .technology .item
{
    display: block;

    margin-top: 50px;

    text-align: center;
}
@media (max-width: 991px){
	.wrapper-technology .technology .item{
		margin-top: 20px;
	}
}
.wrapper-technology .technology .item .pic
{
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrapper-technology .technology .item .img-box
{
    padding-bottom: 53.33333333%;
}
.wrapper-technology .technology .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrapper-technology .technology .item .note
{
    margin-top: 10px;
}
.wrapper-technology .technology .item .note b
{
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrapper-technology .technology .item .note b
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrapper-technology .technology .item .note b
    {
        font-size: 16px;
    }
}
.wrapper-technology .technology .item .note p
{
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrapper-technology .technology .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrapper-video .video-list{
	margin-top: -30px;
}
@media (max-width: 991px)
{
    .wrapper-video .video-list
    {
        /* margin-top: -20px; */
    }
}
.wrapper-video .video-list .item
{
    display: block;

    margin-top: 50px;

    text-align: center;
}
@media (max-width: 991px){
	.wrapper-video .video-list .item{
		margin-top: 20px;
	}
}
.wrapper-video .video-list .item .pic
{
    position: relative;

    background-color: #000;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrapper-video .video-list .item .img-box
{
    padding-bottom: 53.33333333%;

    opacity: .6;
}
.wrapper-video .video-list .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrapper-video .video-list .item .play
{
    font-size: 50px;

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

    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);

    color: #fff;
}
.wrapper-video .video-list .item .play:before
{
    font-family: 'iconfont' !important;

    content: '\e644';
}
.wrapper-video .video-list .item .note
{
    margin-top: 10px;
}
.wrapper-video .video-list .item .note b
{
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrapper-video .video-list .item .note b
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrapper-video .video-list .item .note b
    {
        font-size: 16px;
    }
}
.wrapper-video .video-list .item .note p
{
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrapper-video .video-list .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrapper-video .video-list .item:hover .play
{
    color: #9a8973;
}
.wrapper-other-guide,
.wrapper-maintenance
{
    padding-bottom: 0;

    background-color: #212121;
}
.wrapper-other-guide .title-in,
.wrapper-maintenance .title-in
{
    color: #fff;
}
.wrapper-other-guide .other-guide,
.wrapper-maintenance .other-guide,
.wrapper-other-guide .maintenance,
.wrapper-maintenance .maintenance
{
    margin-top: 90px;
}
@media (max-width: 991px)
{
    .wrapper-other-guide .other-guide,
    .wrapper-maintenance .other-guide,
    .wrapper-other-guide .maintenance,
    .wrapper-maintenance .maintenance
    {
        margin-top: 40px;
    }
}
@media (max-width: 767px)
{
    .wrapper-other-guide .other-guide,
    .wrapper-maintenance .other-guide,
    .wrapper-other-guide .maintenance,
    .wrapper-maintenance .maintenance
    {
        margin-top: 30px;
    }
}
.wrapper-other-guide .other-guide ul,
.wrapper-maintenance .other-guide ul,
.wrapper-other-guide .maintenance ul,
.wrapper-maintenance .maintenance ul
{
    margin: 0;
}
.wrapper-other-guide .other-guide ul li,
.wrapper-maintenance .other-guide ul li,
.wrapper-other-guide .maintenance ul li,
.wrapper-maintenance .maintenance ul li
{
    padding: 0;
}
.wrapper-other-guide .other-guide .item,
.wrapper-maintenance .other-guide .item,
.wrapper-other-guide .maintenance .item,
.wrapper-maintenance .maintenance .item
{
    position: relative;

    display: block;

    background-color: #000;
}
.wrapper-other-guide .other-guide .item .img-box,
.wrapper-maintenance .other-guide .item .img-box,
.wrapper-other-guide .maintenance .item .img-box,
.wrapper-maintenance .maintenance .item .img-box
{
    padding-bottom: 57.29166667%;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.wrapper-other-guide .other-guide .item .img-box img,
.wrapper-maintenance .other-guide .item .img-box img,
.wrapper-other-guide .maintenance .item .img-box img,
.wrapper-maintenance .maintenance .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrapper-other-guide .other-guide .item .note,
.wrapper-maintenance .other-guide .item .note,
.wrapper-other-guide .maintenance .item .note,
.wrapper-maintenance .maintenance .item .note
{
    position: absolute;
    bottom: 10px;
    left: 0;

    width: 100%;
    padding: 0 18px;

    text-align: center;

    color: #fff;
}
.wrapper-other-guide .other-guide .item .note b,
.wrapper-maintenance .other-guide .item .note b,
.wrapper-other-guide .maintenance .item .note b,
.wrapper-maintenance .maintenance .item .note b,
.wrapper-other-guide .other-guide .item .note p,
.wrapper-maintenance .other-guide .item .note p,
.wrapper-other-guide .maintenance .item .note p,
.wrapper-maintenance .maintenance .item .note p
{
    line-height: 30px;

    display: inline-block;

    vertical-align: middle;
}
.wrapper-other-guide .other-guide .item .note b,
.wrapper-maintenance .other-guide .item .note b,
.wrapper-other-guide .maintenance .item .note b,
.wrapper-maintenance .maintenance .item .note b
{
    font-size: 18px;
    font-weight: normal;
}
@media (max-width: 991px)
{
    .wrapper-other-guide .other-guide .item .note b,
    .wrapper-maintenance .other-guide .item .note b,
    .wrapper-other-guide .maintenance .item .note b,
    .wrapper-maintenance .maintenance .item .note b
    {
        font-size: 16px;
    }
}
.wrapper-other-guide .other-guide .item .note p,
.wrapper-maintenance .other-guide .item .note p,
.wrapper-other-guide .maintenance .item .note p,
.wrapper-maintenance .maintenance .item .note p
{
    margin: 0;

    text-transform: uppercase;
}
.wrapper-other-guide .other-guide .item .mask,
.wrapper-maintenance .other-guide .item .mask,
.wrapper-other-guide .maintenance .item .mask,
.wrapper-maintenance .maintenance .item .mask
{
    position: absolute;
    top: 50%;

    width: 100%;

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

    opacity: 0;
    color: #fff;
}
.wrapper-other-guide .other-guide .item .mask b,
.wrapper-maintenance .other-guide .item .mask b,
.wrapper-other-guide .maintenance .item .mask b,
.wrapper-maintenance .maintenance .item .mask b
{
    font-size: 18px;
    font-weight: normal;

    display: block;
}
@media (max-width: 991px)
{
    .wrapper-other-guide .other-guide .item .mask b,
    .wrapper-maintenance .other-guide .item .mask b,
    .wrapper-other-guide .maintenance .item .mask b,
    .wrapper-maintenance .maintenance .item .mask b
    {
        font-size: 16px;
    }
}
.wrapper-other-guide .other-guide .item .mask p,
.wrapper-maintenance .other-guide .item .mask p,
.wrapper-other-guide .maintenance .item .mask p,
.wrapper-maintenance .maintenance .item .mask p
{
    margin: 0;

    text-transform: uppercase;
}
.wrapper-other-guide .other-guide .item .mask span.more,
.wrapper-maintenance .other-guide .item .mask span.more,
.wrapper-other-guide .maintenance .item .mask span.more,
.wrapper-maintenance .maintenance .item .mask span.more
{
    line-height: 30px;

    display: inline-block;

    margin-top: 10px;
    padding: 0 20px;

    color: #9a8973;
    border: 1px solid #9a8973;
    border-radius: 4px;
}
.wrapper-other-guide .other-guide .item:hover .img-box,
.wrapper-maintenance .other-guide .item:hover .img-box,
.wrapper-other-guide .maintenance .item:hover .img-box,
.wrapper-maintenance .maintenance .item:hover .img-box
{
    opacity: .6;
}
.wrapper-other-guide .other-guide .item:hover .img-box img,
.wrapper-maintenance .other-guide .item:hover .img-box img,
.wrapper-other-guide .maintenance .item:hover .img-box img,
.wrapper-maintenance .maintenance .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrapper-other-guide .other-guide .item:hover .note,
.wrapper-maintenance .other-guide .item:hover .note,
.wrapper-other-guide .maintenance .item:hover .note,
.wrapper-maintenance .maintenance .item:hover .note
{
    opacity: 0;
}
.wrapper-other-guide .other-guide .item:hover .mask,
.wrapper-maintenance .other-guide .item:hover .mask,
.wrapper-other-guide .maintenance .item:hover .mask,
.wrapper-maintenance .maintenance .item:hover .mask
{
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    opacity: 1;
}
.wrapper-other-guide-show
{
    color: #fff;
    background-color: #212121;
}
.wrapper-other-guide-show .return-other-guide-show a
{
    font-size: 18px;
    line-height: 40px;

    display: inline-block;

    padding: 0 20px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-transform: uppercase;

    color: #9a8973;
    border: 1px solid #9a8973;
    border-radius: 6px;
}
@media (max-width: 991px)
{
    .wrapper-other-guide-show .return-other-guide-show a
    {
        font-size: 16px;
    }
}
.wrapper-other-guide-show .return-other-guide-show a:before
{
    font-family: 'iconfont' !important;

    display: inline-block;

    content: '\e62b';
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
.wrapper-other-guide-show .return-other-guide-show a:hover
{
    color: #fff;
    background-color: #9a8973;
}
.wrapper-other-guide-show .other-guide-show
{
    margin-top: 10px;

    color: #fff;
    border-left: 1px dashed #9a8973;
}
.wrapper-other-guide-show .other-guide-show p
{
    margin: 0;
}
.wrapper-other-guide-show .other-guide-show img
{
    max-width: 100%;
    height: auto !important;
}
.wrapper-other-guide-show .other-guide-show .list
{
    font-size: 0;

    margin-top: 80px;
}
@media (max-width: 991px)
{
    .wrapper-other-guide-show .other-guide-show .list
    {
        margin-top: 50px;
    }
}
@media (max-width: 767px)
{
    .wrapper-other-guide-show .other-guide-show .list
    {
        margin-top: 30px;
    }
}
.wrapper-other-guide-show .other-guide-show .list:nth-child(1)
{
    margin-top: 0;
}
.wrapper-other-guide-show .other-guide-show .list .creative-left,
.wrapper-other-guide-show .other-guide-show .list .creative-right
{
    font-size: 14px;

    display: inline-block;

    vertical-align: bottom;
}
.wrapper-other-guide-show .other-guide-show .list .creative-left
{
    width: 45%;
}
@media (max-width: 991px)
{
    .wrapper-other-guide-show .other-guide-show .list .creative-left
    {
        width: 100%;
    }
}
.wrapper-other-guide-show .other-guide-show .list .creative-left .title-in
{
    padding-left: 3%;

    text-align: left;

    color: #fff;
}
.wrapper-other-guide-show .other-guide-show .list .creative-left .text
{
    font-size: 16px;
    line-height: 2;

    position: relative;

    margin-top: 60px;
    padding: 0 5% 0 180px;
}
@media (max-width: 1470px)
{
    .wrapper-other-guide-show .other-guide-show .list .creative-left .text
    {
        margin-top: 30px;
        padding-left: 150px;
    }
}
@media (max-width: 1350px)
{
    .wrapper-other-guide-show .other-guide-show .list .creative-left .text
    {
        padding-left: 100px;
    }
}
@media (max-width: 767px)
{
    .wrapper-other-guide-show .other-guide-show .list .creative-left .text
    {
        font-size: 14px;
        line-height: 24px;

        padding-right: 15px;
        padding-left: 30px;
    }
}
.wrapper-other-guide-show .other-guide-show .list .creative-left .text:before
{
    position: absolute;
    top: 10px;
    left: 0;

    display: block;

    width: 160px;
    height: 11px;

    content: '';

    background: url(../images/creative-line.png) no-repeat right;
}
@media (max-width: 1470px)
{
    .wrapper-other-guide-show .other-guide-show .list .creative-left .text:before
    {
        width: 140px;
    }
}
@media (max-width: 1350px)
{
    .wrapper-other-guide-show .other-guide-show .list .creative-left .text:before
    {
        width: 80px;
    }
}
@media (max-width: 767px)
{
    .wrapper-other-guide-show .other-guide-show .list .creative-left .text:before
    {
        width: 20px;
    }
}
.wrapper-other-guide-show .other-guide-show .list .creative-left .text p
{
    margin: 0;
}
.wrapper-other-guide-show .other-guide-show .list .creative-right
{
    overflow: hidden;

    width: 55%;
}
@media (max-width: 991px)
{
    .wrapper-other-guide-show .other-guide-show .list .creative-right
    {
        width: 100%;
        margin-top: 30px;
    }
}
.wrapper-other-guide-show .other-guide-show .list .creative-right img
{
    max-width: 100%;
}
.wrapper-other-guide-show .other-guide-show .info
{
    padding: 10px;
}
.wrapper-materials
{
    padding-bottom: 180px;
}
@media (max-width: 1470px)
{
    .wrapper-materials
    {
        padding-bottom: 120px;
    }
}
@media (max-width: 1199px)
{
    .wrapper-materials
    {
        padding-bottom: 80px;
    }
}
@media (max-width: 991px)
{
    .wrapper-materials
    {
        padding-bottom: 50px;
    }
}
.wrapper-materials .materials
{
    font-size: 0;

    position: relative;

    padding: 100px 0 80px;
}
@media (max-width: 767px)
{
    .wrapper-materials .materials
    {
        padding: 20px 0 50px;
    }
}
.wrapper-materials .materials:before
{
    position: absolute;
    right: 30%;
    bottom: 0;

    display: block;

    width: 200%;
    height: 50%;

    content: '';

    background-color: #f4f4f4;
}
.wrapper-materials .materials .materials-left,
.wrapper-materials .materials .materials-right
{
    position: relative;
    z-index: 2;

    display: inline-block;

    vertical-align: middle;
}
.wrapper-materials .materials .materials-left
{
    font-size: 16px;
    line-height: 2.25;

    width: 44%;
    padding-right: 30px;

    color: #000;
}
@media (max-width: 767px)
{
    .wrapper-materials .materials .materials-left
    {
        font-size: 14px;
        line-height: 24px;

        width: 100%;
        padding-right: 0;
    }
}
.wrapper-materials .materials .materials-left h3
{
    font-size: 20px;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrapper-materials .materials .materials-left h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrapper-materials .materials .materials-left h3
    {
        font-size: 16px;
    }
}
.wrapper-materials .materials .materials-left p
{
    margin: 0;
}
.wrapper-materials .materials .materials-right
{
    overflow: hidden;

    width: 56%;
}
@media (max-width: 767px)
{
    .wrapper-materials .materials .materials-right
    {
        width: 100%;
        margin-top: 30px;
    }
}
@media (max-width: 991px)
{
    .wrapper-materials .materials .materials-right img
    {
        max-width: 100%;
    }
}
.wrapper-materials .wrap-materials-text
{
    padding: 60px 0;

    color: #fff;
    background: url(../images/materials_bg.jpg) no-repeat center fixed;
    background-size: cover;
}
@media (max-width: 767px)
{
    .wrapper-materials .wrap-materials-text
    {
        padding: 40px 0;
    }
}
@media (max-width: 1199px)
{
    .wrapper-materials .wrap-materials-text
    {
        background: url(../images/materials_bg.jpg) no-repeat center;
        background-size: cover;
    }
}
.wrapper-materials .wrap-materials-text .text
{
    font-size: 16px;
    line-height: 2.25;

    max-width: 800px;
    margin: 0 auto;
    padding: 60px 8%;

    text-align: center;

    background-color: rgba(0, 0, 0, .5);
}
@media (max-width: 767px)
{
    .wrapper-materials .wrap-materials-text .text
    {
        font-size: 14px;
        line-height: 24px;

        padding: 30px 10px;
    }
}
.wrapper-materials .wrap-materials-text .text h3
{
    font-size: 20px;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrapper-materials .wrap-materials-text .text h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrapper-materials .wrap-materials-text .text h3
    {
        font-size: 16px;
    }
}
.wrapper-materials .wrap-materials-text .text p
{
    margin: 0;
}
.wrapper-maintenance .return-maintenance
{
    margin-top: 70px;

    text-align: center;
}
@media (max-width: 991px)
{
    .wrapper-maintenance .return-maintenance
    {
        margin-top: 40px;
    }
}
@media (max-width: 767px)
{
    .wrapper-maintenance .return-maintenance
    {
        margin-top: 30px;
    }
}
.wrapper-maintenance .return-maintenance a
{
    font-size: 16px;
    line-height: 40px;

    display: inline-block;

    padding: 0 20px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-transform: uppercase;

    color: #9a8973;
    border: 1px solid #9a8973;
    border-radius: 6px;
}
.wrapper-maintenance .return-maintenance a:hover
{
    color: #fff;
    background-color: #9a8973;
}
.wrapper-ambry
{
    padding-bottom: 180px;
}
@media (max-width: 1470px)
{
    .wrapper-ambry
    {
        padding-bottom: 120px;
    }
}
@media (max-width: 1199px)
{
    .wrapper-ambry
    {
        padding-bottom: 80px;
    }
}
@media (max-width: 991px)
{
    .wrapper-ambry
    {
        padding-bottom: 50px;
    }
}
.wrapper-ambry .ambry-top
{
    margin-top: 70px;
    padding: 80px 0;

    background: url(../images/ambry_bg.jpg) no-repeat center fixed;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .wrapper-ambry .ambry-top
    {
        margin-top: 40px;
        padding: 50px 0;

        background: url(../images/ambry_bg.jpg) no-repeat center;
        background-size: cover;
    }
}
@media (max-width: 991px)
{
    .wrapper-ambry .ambry-top
    {
        padding: 30px 0;
    }
}
.wrapper-ambry .ambry-top .info
{
    max-width: 1100px;
    margin: 0 auto;
    padding: 50px 20px;

    background-color: #fff;
}
@media (max-width: 991px)
{
    .wrapper-ambry .ambry-top .info
    {
        padding: 30px 14px;
    }
}
.wrapper-ambry .ambry-top .info p
{
    margin: 0;
}
.wrapper-ambry .ambry-top .info .list
{
    border-left: 1px dashed #9a8973;
}
.wrapper-ambry .ambry-top .info .list .item
{
    position: relative;

    margin-top: 14px;
    padding-left: 20px;
}
.wrapper-ambry .ambry-top .info .list .item:before
{
    position: absolute;
    top: 15px;
    left: -4px;

    display: block;

    width: 8px;
    height: 8px;

    content: '';

    border-radius: 50%;
    background-color: #9a8973;
}
.wrapper-ambry .ambry-top .info .list .item b
{
    font-size: 18px;
    font-weight: normal;
    line-height: 2;

    color: #000;
}
@media (max-width: 991px)
{
    .wrapper-ambry .ambry-top .info .list .item b
    {
        font-size: 16px;
    }
}
.wrapper-ambry .ambry
{
    margin-top: 50px;
}
.wrapper-ambry .ambry > ul > li:nth-child(2n) .item .pic
{
    left: 50%;
}
@media (max-width: 767px)
{
    .wrapper-ambry .ambry > ul > li:nth-child(2n) .item .pic
    {
        left: 0;
    }
}
.wrapper-ambry .ambry > ul > li:nth-child(2n) .item .text
{
    right: 50%;
}
@media (max-width: 767px)
{
    .wrapper-ambry .ambry > ul > li:nth-child(2n) .item .text
    {
        right: 0;
    }
}
.wrapper-ambry .ambry .item
{
    font-size: 0;

    margin: 0 -15px;
    margin-top: 30px;
}
.wrapper-ambry .ambry .item .pic,
.wrapper-ambry .ambry .item .text
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    width: 50%;
    padding: 0 15px;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .wrapper-ambry .ambry .item .pic,
    .wrapper-ambry .ambry .item .text
    {
        width: 100%;
    }
}
.wrapper-ambry .ambry .item .pic img
{
    display: block;

    max-width: 100%;
    margin: 10px 0;
}
@media (max-width: 767px)
{
    .wrapper-ambry .ambry .item .text
    {
        margin-top: 30px;
    }
}
.wrapper-ambry .ambry .item .text .number
{
    position: relative;
}
.wrapper-ambry .ambry .item .text .number:before
{
    position: absolute;
    bottom: 15px;

    display: block;

    width: 40px;
    height: 40px;

    content: '';

    border: 1px solid #e1e3e4;
}
@media (max-width: 767px)
{
    .wrapper-ambry .ambry .item .text .number:before
    {
        width: 30px;
        height: 30px;
    }
}
.wrapper-ambry .ambry .item .text .number span
{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    position: relative;
    z-index: 2;

    display: inline-block;

    width: 20px;

    text-align: center;
}
.wrapper-ambry .ambry .item .text .title-ambry
{
    margin-top: 14px;
}
.wrapper-ambry .ambry .item .text .title-ambry h2
{
    font-size: 20px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 1199px)
{
    .wrapper-ambry .ambry .item .text .title-ambry h2
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrapper-ambry .ambry .item .text .title-ambry h2
    {
        font-size: 16px;
    }
}
.wrapper-ambry .ambry .item .text .title-ambry h3
{
    font-size: 18px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 1199px)
{
    .wrapper-ambry .ambry .item .text .title-ambry h3
    {
        font-size: 16px;
        line-height: 24px;
    }
}
@media (max-width: 767px)
{
    .wrapper-ambry .ambry .item .text .title-ambry h3
    {
        font-size: 14px;
    }
}
.wrapper-ambry .ambry .item .text .note p
{
    margin: 0;
}
.wrapper-service-outlets
{
    overflow: hidden;
}
.wrapper-service-outlets .wrainfo
{
    overflow: visible;
}
.wrapper-service-outlets .service-outlets
{
    margin-top: 80px;
}
@media (max-width: 991px)
{
    .wrapper-service-outlets .service-outlets
    {
        margin-top: 30px;
    }
}
.wrapper-service-outlets .service-outlets .title-service-outlets
{
    position: relative;

    text-align: center;
}
.wrapper-service-outlets .service-outlets .title-service-outlets h3
{
    font-size: 24px;
    line-height: 30px;

    position: relative;

    display: inline-block;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrapper-service-outlets .service-outlets .title-service-outlets h3
    {
        font-size: 20px;
    }
}
.wrapper-service-outlets .service-outlets .title-service-outlets h3 span
{
    position: relative;
    z-index: 2;
}
.wrapper-service-outlets .service-outlets .title-service-outlets h3:before
{
    position: absolute;
    top: -5px;
    right: -12px;

    display: block;

    width: 40px;
    height: 40px;

    content: '';

    border: 1px dashed #9a8973;
    border-radius: 50%;
}
.wrapper-service-outlets .service-outlets .title-service-outlets h3:after
{
    position: absolute;
    top: 50%;
    right: -2012px;

    display: block;

    width: 2000px;
    height: 1px;

    content: '';

    border-top: 1px dashed #9a8973;
}
.wrapper-service-outlets .service-outlets .list{
	margin-top: 30px;
}
@media(max-width:767px){
	.wrapper-service-outlets .service-outlets .list{
		margin-top: 0px;
	}
}
.wrapper-service-outlets .service-outlets .list .item
{
    display: block;

    margin-top: 30px;

    text-align: center;
}
@media (max-width: 767px)
{
    .wrapper-service-outlets .service-outlets .list .item
    {
        margin-top: 20px;
    }
}
.wrapper-service-outlets .service-outlets .list .item .img-box
{
    padding-bottom: 66.10169492%;
}
.wrapper-service-outlets .service-outlets .list .item p
{
    font-size: 18px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin: 16px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrapper-service-outlets .service-outlets .list .item p
    {
        font-size: 16px;

        margin: 10px 0 0 0;
    }
}
.wrapper-service-outlets .service-outlets .mask
{
    margin-top: 30px;

    text-align: center;
}
.wrapper-join
{
    padding-bottom: 0;
}
.wrapper-join .advantages
{
    padding-bottom: 80px;
}
@media (max-width: 991px)
{
    .wrapper-join .advantages
    {
        padding-bottom: 50px;
    }
}
.wrapper-join .advantages > ul > li:nth-child(2n + 1) .item .pic
{
    left: 44%;
}
@media (max-width: 767px)
{
    .wrapper-join .advantages > ul > li:nth-child(2n + 1) .item .pic
    {
        left: 0;
    }
}
.wrapper-join .advantages > ul > li:nth-child(2n + 1) .item .text
{
    right: 56%;

    padding: 0 30px 0 0;

    text-align: left;
}
@media (max-width: 991px)
{
    .wrapper-join .advantages > ul > li:nth-child(2n + 1) .item .text
    {
        padding-left: 60px;
    }
}
@media (max-width: 767px)
{
    .wrapper-join .advantages > ul > li:nth-child(2n + 1) .item .text
    {
        right: 0;

        padding: 0;
    }
}
.wrapper-join .advantages > ul > li:nth-child(2n + 1) .item .text span.number
{
    right: 0;
    left: -60px;
}
@media (max-width: 991px)
{
    .wrapper-join .advantages > ul > li:nth-child(2n + 1) .item .text span.number
    {
        left: 0;
    }
}
.wrapper-join .advantages > ul > li:nth-child(2n) .item .pic .picimg
{
    width: 58%;
    padding-right: 30px;
}
@media (max-width: 991px)
{
    .wrapper-join .advantages > ul > li:nth-child(2n) .item .pic .picimg
    {
        padding-right: 15px;
    }
}
.wrapper-join .advantages > ul > li:nth-child(2n) .item .pic .picimg:nth-child(2)
{
    width: 42%;
    padding-right: 0;
}
.wrapper-join .advantages .item
{
    font-size: 0;

    margin-top: 50px;
}
@media (max-width: 991px)
{
    .wrapper-join .advantages .item
    {
        margin-top: 30px;
    }
}
.wrapper-join .advantages .item .pic,
.wrapper-join .advantages .item .text
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    vertical-align: middle;
}
.wrapper-join .advantages .item .pic
{
    font-size: 0;

    width: 56%;
}
@media (max-width: 767px)
{
    .wrapper-join .advantages .item .pic
    {
        width: 100%;
    }
}
.wrapper-join .advantages .item .pic .picimg
{
    font-size: 14px;

    display: inline-block;

    vertical-align: bottom;
}
.wrapper-join .advantages .item .pic img
{
    display: block;

    width: 100%;
}
.wrapper-join .advantages .item .text
{
    position: relative;

    width: 44%;
    padding: 0 60px 0 30px;

    text-align: right;
}
@media (max-width: 767px)
{
    .wrapper-join .advantages .item .text
    {
        width: 100%;
        margin-top: 20px;
        padding: 0;
    }
}
.wrapper-join .advantages .item .text span.number
{
    font-family: 'FuturaBT';
    font-size: 55px;
    font-weight: 500;
    line-height: 1;

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

    width: 60px;

    text-align: center;

    color: rgba(102, 102, 102, .1);
}
@media (max-width: 991px)
{
    .wrapper-join .advantages .item .text span.number
    {
        font-size: 40px;
    }
}
@media (max-width: 767px)
{
    .wrapper-join .advantages .item .text span.number
    {
        position: relative;
    }
}
.wrapper-join .advantages .item .text .title-advantages h3
{
    font-size: 18px;
    line-height: 30px;

    margin: 0;
}
.wrapper-join .advantages .item .text .note
{
    line-height: 30px;

    color: #666;
}
@media (max-width: 767px)
{
    .wrapper-join .advantages .item .text .note
    {
        line-height: 24px;
    }
}
.wrapper-join .advantages .item .text .note p
{
    margin: 0;
}
.wrapper-join .support
{
    padding: 80px 0;

    color: #fff;
    background-color: #212121;
}
@media (max-width: 991px)
{
    .wrapper-join .support
    {
        padding: 50px 0;
    }
}
.wrapper-join .support .support-list > ul > li:nth-child(2n + 1) .item .pic
{
    left: 50%;
}
@media (max-width: 767px)
{
    .wrapper-join .support .support-list > ul > li:nth-child(2n + 1) .item .pic
    {
        left: 0;
    }
}
.wrapper-join .support .support-list > ul > li:nth-child(2n + 1) .item .text
{
    right: 50%;
}
@media (max-width: 767px)
{
    .wrapper-join .support .support-list > ul > li:nth-child(2n + 1) .item .text
    {
        right: 0;
    }
}
.wrapper-join .support .support-list > ul > li:nth-child(2n) .item .text
{
    padding: 0 12% 0 30px;
}
@media (max-width: 1470px)
{
    .wrapper-join .support .support-list > ul > li:nth-child(2n) .item .text
    {
        padding: 0 30px;
    }
}
@media (max-width: 767px)
{
    .wrapper-join .support .support-list > ul > li:nth-child(2n) .item .text
    {
        padding: 0 15px;
    }
}
.wrapper-join .support .support-list .item
{
    font-size: 0;

    position: relative;

    margin-top: 30px;
    padding: 30px 0;
}
@media (max-width: 767px)
{
    .wrapper-join .support .support-list .item
    {
        padding: 15px 0;
    }
}
.wrapper-join .support .support-list .item:before
{
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 80%;
    height: 50%;

    content: '';

    background-color: rgba(154, 137, 115, .1);
}
.wrapper-join .support .support-list .item .pic,
.wrapper-join .support .support-list .item .text
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .wrapper-join .support .support-list .item .pic,
    .wrapper-join .support .support-list .item .text
    {
        width: 100%;
    }
}
.wrapper-join .support .support-list .item .pic img
{
    max-width: 100%;
}
.wrapper-join .support .support-list .item .text
{
    padding: 0 30px 0 12%;
}
@media (max-width: 1470px)
{
    .wrapper-join .support .support-list .item .text
    {
        padding: 0 30px;
    }
}
@media (max-width: 767px)
{
    .wrapper-join .support .support-list .item .text
    {
        margin-top: 20px;
        padding: 0 15px;
    }
}
.wrapper-join .support .support-list .item .text .title-support
{
    margin-bottom: 40px;
}
@media (max-width: 991px)
{
    .wrapper-join .support .support-list .item .text .title-support
    {
        margin-bottom: 20px;
    }
}
@media (max-width: 767px)
{
    .wrapper-join .support .support-list .item .text .title-support
    {
        display: none;
    }
}
.wrapper-join .support .support-list .item .text .title-support h3
{
    font-size: 34px;
    font-weight: bold;
    line-height: 1.4;

    display: block;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrapper-join .support .support-list .item .text .title-support h3
    {
        font-size: 30px;
    }
}
.wrapper-join .support .support-list .item .text .title-support h4
{
    font-family: 'FuturaBT Book';
    font-size: 20px;
    line-height: 1.4;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .wrapper-join .support .support-list .item .text .title-support h4
    {
        font-size: 18px;
    }
}
.wrapper-join .support .support-list .item .text .note h5
{
    font-size: 20px;
    line-height: 36px;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrapper-join .support .support-list .item .text .note h5
    {
        font-size: 18px;
    }
}
.wrapper-join .support .support-list .item .text .note p
{
    font-size: 16px;
    line-height: 2.25;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrapper-join .support .support-list .item .text .note p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrapper-join .requirements
{
    padding: 60px 0 120px;

    color: #fff;
    background-color: #212121;
}
@media (max-width: 767px){
	.wrapper-join .requirements{
		padding: 50px 0;
	}
}
.wrapper-join .requirements .list
{
    position: relative;

    margin-top: 80px;
}
@media (max-width: 767px)
{
    .wrapper-join .requirements .list
    {
        margin-top: 0;
    }
}
.wrapper-join .requirements .list .pic
{
    display: block;

    max-width: 480px;
    margin: 0 auto;

    text-align: center;
}
@media (max-width: 767px)
{
    .wrapper-join .requirements .list .pic
    {
        display: none;
    }
}
.wrapper-join .requirements .list .pic img
{
    max-width: 100%;
}
.wrapper-join .requirements .list .item
{
    position: absolute;

    width: 40%;
}
@media (max-width: 767px)
{
    .wrapper-join .requirements .list .item
    {
        position: relative;

        width: 100%;
        margin-top: 20px;
    }
}
.wrapper-join .requirements .list .item h3
{
    font-size: 20px;
    line-height: 36px;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrapper-join .requirements .list .item h3
    {
        font-size: 18px;
    }
}
.wrapper-join .requirements .list .item p
{
    line-height: 24px;

    margin: 0;
}
.wrapper-join .requirements .list .item-1
{
    top: 30px;
    left: 0;
}
@media (max-width: 767px)
{
    .wrapper-join .requirements .list .item-1
    {
        top: 0;
    }
}
.wrapper-join .requirements .list .item-2
{
    top: 30px;
    right: 0;
}
@media (max-width: 767px)
{
    .wrapper-join .requirements .list .item-2
    {
        top: 0;
    }
}
.wrapper-join .requirements .list .item-3
{
    bottom: 30px;
    left: 0;
}
@media (max-width: 767px)
{
    .wrapper-join .requirements .list .item-3
    {
        bottom: 0;
    }
}
.wrapper-join .requirements .list .item-4
{
    right: 0;
    bottom: 30px;
}
@media (max-width: 767px)
{
    .wrapper-join .requirements .list .item-4
    {
        bottom: 0;
    }
}
.wrapper-join .process
{
    position: relative;

    padding: 80px 0;

    color: #fff;
    background: url(../images/process_bg.jpg) no-repeat center fixed;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .wrapper-join .process
    {
        padding: 50px 0;
        padding: 80px 0;

        background: url(../images/process_bg.jpg) no-repeat center;
        background-size: cover;
    }
}
.wrapper-join .process .makebg
{
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    max-width: 950px;

    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
}
.wrapper-join .process .list > ul
{
    font-size: 0;
}
.wrapper-join .process .list > ul > li
{
    font-size: 14px;

    position: relative;

    display: inline-block;

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

    vertical-align: top;
}
@media (max-width: 767px)
{
    .wrapper-join .process .list > ul > li
    {
        width: 50%;
        margin-top: 30px;
    }
}
.wrapper-join .process .list > ul > li:after
{
    position: absolute;
    top: 50px;
    right: -16px;

    display: block;

    width: 32px;
    height: 37px;

    content: '';

    background: url(../images/arrow.png) no-repeat;
}
@media (max-width: 767px)
{
    .wrapper-join .process .list > ul > li:after
    {
        display: none;
    }
}
@media (min-width: 768px)
{
    .wrapper-join .process .list > ul > li:nth-child(4):after
    {
        top: auto;
        bottom: -60px;
        left: 50%;

        margin-left: -16px;

        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
    }
    .wrapper-join .process .list > ul > li:nth-child(5)
    {
        left: 75%;
    }
    .wrapper-join .process .list > ul > li:nth-child(5):after
    {
        display: none;
    }
    .wrapper-join .process .list > ul > li:nth-child(6)
    {
        left: 25%;
    }
    .wrapper-join .process .list > ul > li:nth-child(6):after
    {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
    }
    .wrapper-join .process .list > ul > li:nth-child(7)
    {
        right: 25%;
    }
    .wrapper-join .process .list > ul > li:nth-child(7):after
    {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
    }
    .wrapper-join .process .list > ul > li:nth-child(8)
    {
        right: 75%;
    }
    .wrapper-join .process .list > ul > li:nth-child(8):after
    {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
    }
}
.wrapper-join .process .list .item
{
    text-align: center;
}
.wrapper-join .process .list .item .process-icon
{
    width: 120px;
    margin: 0 auto;
}
@media (max-width: 991px)
{
    .wrapper-join .process .list .item .process-icon
    {
        width: 100px;
    }
}
@media (max-width: 767px)
{
    .wrapper-join .process .list .item .process-icon
    {
        width: 60px;
    }
}
.wrapper-join .process .list .item .process-icon img
{
    width: 100%;
}
.wrapper-join .process .list .item p
{
    font-size: 16px;
    line-height: 24px;

    margin-top: 14px;
}
@media (max-width: 767px)
{
    .wrapper-join .process .list .item p
    {
        font-size: 14px;
    }
}
.wrapper-join .process .list .item b
{
    font-size: 20px;
    line-height: 30px;

    display: block;
}
@media (max-width: 991px)
{
    .wrapper-join .process .list .item b
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrapper-join .process .list .item b
    {
        font-size: 16px;
        line-height: 20px;
    }
}
.wrapper-join .process .list .item:hover .process-icon
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.wrapper-join .message
{
    padding: 80px 0;

    color: #fff;
    background-color: #212121;
}
.wrapper-join .message .row
{
    margin: 0 -4px;
    margin-top: 20px;
}
.wrapper-join .message .row .itembox
{
    padding: 0 4px;
}
.wrapper-join .message input,
.wrapper-join .message textarea
{
    font-size: 16px;
    line-height: 24px;

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

    color: #fff;
    background-color: rgba(255, 255, 255, .2);
}
@media (max-width: 767px)
{
    .wrapper-join .message input,
    .wrapper-join .message textarea
    {
        font-size: 14px;

        padding: 8px 10px;
    }
}
.wrapper-join .message input::-webkit-input-placeholder,
.wrapper-join .message textarea::-webkit-input-placeholder
{
    color: #fff;
}
.wrapper-join .message input:-o-placeholder,
.wrapper-join .message textarea:-o-placeholder
{
    color: #fff;
}
.wrapper-join .message input::-moz-placeholder,
.wrapper-join .message textarea::-moz-placeholder
{
    color: #fff;
}
.wrapper-join .message input:-ms-input-placeholder,
.wrapper-join .message textarea:-ms-input-placeholder
{
    color: #fff;
}
.wrapper-join .message input:focus::-webkit-input-placeholder,
.wrapper-join .message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrapper-join .message input:focus::-o-placeholder,
.wrapper-join .message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrapper-join .message input:focus::-moz-placeholder,
.wrapper-join .message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrapper-join .message input:focus::-ms-input-placeholder,
.wrapper-join .message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrapper-join .message .submit
{
    font-size: 24px;
    line-height: 40px;

    display: block;

    width: 50%;
    margin: 0 auto;
    margin-top: 20px;
    padding: 0 34px;

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

    color: #fff;
    background-color: #9a8973;
}
@media (max-width: 767px)
{
    .wrapper-join .message .submit
    {
        font-size: 20px;
    }
}
.wrapper-join .message .submit:after
{
    font-family: 'iconfont' !important;

    margin-left: 10px;

    content: '\e642';
}
.wrapper-join .message .submit:hover
{
    background-color: #7a6b58;
}
.wrapper-product
{
    background-color: #212121;
}
.wrapper-product .product > ul
{
    margin: 0;
}
.wrapper-product .product > ul > li
{
    padding: 0;
}
.wrapper-product .product > ul > li:nth-child(1) .item .img-box
{
    padding-bottom: 36.29032258%;
}
.wrapper-product .product .item
{
    position: relative;

    display: block;

    background-color: #000;
}
.wrapper-product .product .item .img-box
{
    padding-bottom: 68.08510638%;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.wrapper-product .product .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrapper-product .product .item .note
{
    position: absolute;
    bottom: 10px;
    left: 0;

    padding: 0 18px;
}
.wrapper-product .product .item .note b,
.wrapper-product .product .item .note p
{
    line-height: 30px;

    display: inline-block;

    vertical-align: middle;
}
.wrapper-product .product .item .note b
{
    font-size: 18px;
    font-weight: normal;

    color: #888;
}
@media (max-width: 991px)
{
    .wrapper-product .product .item .note b
    {
        font-size: 16px;
    }
}
.wrapper-product .product .item .note p
{
    margin: 0;

    text-transform: uppercase;

    color: #fff;
}
.wrapper-product .product .item .mask
{
    position: absolute;
    top: 50%;

    width: 100%;

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

    opacity: 0;
}
.wrapper-product .product .item .mask b
{
    font-size: 18px;
    font-weight: normal;

    display: block;

    color: #888;
}
@media (max-width: 991px)
{
    .wrapper-product .product .item .mask b
    {
        font-size: 16px;
    }
}
.wrapper-product .product .item .mask p
{
    margin: 0;

    text-transform: uppercase;

    color: #fff;
}
.wrapper-product .product .item .mask span.more
{
    line-height: 30px;

    display: inline-block;

    margin-top: 10px;
    padding: 0 20px;

    color: #9a8973;
    border: 1px solid #9a8973;
    border-radius: 4px;
}
.wrapper-product .product .item:hover .img-box
{
    opacity: .6;
}
.wrapper-product .product .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrapper-product .product .item:hover .note
{
    opacity: 0;
}
.wrapper-product .product .item:hover .mask
{
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    opacity: 1;
}
.wrapper-product-show
{
    position: relative;

    overflow: hidden;

    background-color: #212121;
}
@media (max-width: 767px)
{
    .wrapper-product-show
    {
        padding-bottom: 120px;
    }
}
.wrapper-product-show .pic
{
    position: relative;
}
.wrapper-product-show .pic img
{
    width: 100%;
}
.wrapper-product-show .product-show-sort .dot
{
    position: absolute;
    z-index: 2;

    display: block;

    width: 20px;
    height: 20px;

    cursor: pointer;
    -webkit-transition: all .2s;
            transition: all .2s;

    border-radius: 50%;
    background-color: rgba(154, 137, 115, .4);
}
.wrapper-product-show .product-show-sort .dot:before
{
    position: absolute;
    z-index: 2;
    top: 6px;
    left: 6px;

    width: 8px;
    height: 8px;

    content: '';

    border-radius: 50%;
    background-color: #9a8973;
}
.wrapper-product-show .product-show-sort .dot:after
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '';
    -webkit-animation: pulse 3s linear infinite;
            animation: pulse 3s linear infinite;

    border: 1px solid #9a8973;
    border-radius: 50%;
}
.wrapper-product-show .product-show-sort .dot1
{
    top: 65%;
    left: 42%;
}
.wrapper-product-show .product-show-sort .dot2
{
    top: 45%;
    left: 44%;
}
.wrapper-product-show .product-show-sort .dot3
{
    top: 32%;
    left: 50%;
}
.wrapper-product-show .product-show-sort .dot4
{
    top: 56%;
    left: 78%;
}
.wrapper-product-show .product-show-sort .dot5
{
    top: 52%;
    left: 58%;
}
.wrapper-product-show .product-show-sort .dot6
{
    top: 59%;
    left: 88%;
}
.wrapper-product-show .product-show-sort .active .dot
{
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}
.wrapper-product-show .product-show
{
    font-size: 0;

    position: absolute;
    right: 0;
    bottom: 8%;

    width: 60%;
    padding: 10px;

    -webkit-transition: all 1s;
            transition: all 1s;
    -webkit-transform: translateX(110%);
        -ms-transform: translateX(110%);
            transform: translateX(110%);

    opacity: 0;
    color: #fff;
    background-color: rgba(33, 33, 33, .8);
}
@media (max-width: 991px)
{
    .wrapper-product-show .product-show
    {
        bottom: 2%;
    }
}
@media (max-width: 767px)
{
    .wrapper-product-show .product-show
    {
        width: 100%;
    }
}
.wrapper-product-show .product-show .pic,
.wrapper-product-show .product-show .text
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.wrapper-product-show .product-show .pic
{
    width: 26%;
}
@media (max-width: 1470px)
{
    .wrapper-product-show .product-show .pic
    {
        width: 34%;
    }
}
.wrapper-product-show .product-show .pic .img-box
{
    padding-bottom: 53.33333333%;
}
.wrapper-product-show .product-show .text
{
    font-weight: 300;
    line-height: 30px;

    width: 74%;
    padding-left: 20px;
}
@media (max-width: 1470px)
{
    .wrapper-product-show .product-show .text
    {
        line-height: 24px;

        width: 66%;
    }
}
.wrapper-product-show .product-show .text .title-product-show h1
{
    font-size: 20px;
    line-height: 30px;

    margin: 0;
}
.wrapper-product-show .product-show .text .note
{
    display: -webkit-box;
    overflow: hidden;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
@media (max-width: 991px)
{
    .wrapper-product-show .product-show .text .note
    {
        display: -webkit-box;
        overflow: hidden;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
.wrapper-product-show .product-show .text p
{
    margin: 0;
}
.wrapper-product-show .product-show.showa
{
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);

    opacity: 1;
}
@-webkit-keyframes pulse
{
    0%
    {
        -webkit-transform: translate3d(0px, 0px, 0) scale(1);
                transform: translate3d(0px, 0px, 0) scale(1);
    }
    100%
    {
        -webkit-transform: translate3d(0px, 0px, 0) scale(1.75);
                transform: translate3d(0px, 0px, 0) scale(1.75);

        opacity: 0;
    }
}
@keyframes pulse
{
    0%
    {
        -webkit-transform: translate3d(0px, 0px, 0) scale(1);
                transform: translate3d(0px, 0px, 0) scale(1);
    }
    100%
    {
        -webkit-transform: translate3d(0px, 0px, 0) scale(1.75);
                transform: translate3d(0px, 0px, 0) scale(1.75);

        opacity: 0;
    }
}
.wrapper-relate-video
{
    color: #fff;
    background-color: #212121;
}
.wrapper-relate-video .title-relate-video h2
{
    font-size: 30px;
}
@media (max-width: 991px)
{
    .wrapper-relate-video .title-relate-video h2
    {
        font-size: 24px;
    }
}
.wrapper-relate-video .slick-relate-video
{
    margin: 0 -15px;
    margin-top: 30px;
}
.wrapper-relate-video .slick-relate-video .slick-slide
{
    padding: 0 15px;
}
.wrapper-relate-video .slick-relate-video .item
{
    position: relative;

    background-color: #000;
}
.wrapper-relate-video .slick-relate-video .item .img-box
{
    padding-bottom: 71.11111111%;

    opacity: .5;
}
.wrapper-relate-video .slick-relate-video .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrapper-relate-video .slick-relate-video .item .play
{
    font-size: 40px;

    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
}
.wrapper-relate-video .slick-relate-video .item .play:before
{
    font-family: 'iconfont' !important;

    content: '\e62c';
}
.wrapper-relate-video .slick-relate-video .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrapper-contact
{
    color: #fff;
    background-color: #212121;
}
.wrapper-contact .contact
{
    font-size: 14px;

    margin-top: 80px;
}
@media (max-width: 991px)
{
    .wrapper-contact .contact
    {
        margin-top: 50px;
    }
}
@media (max-width: 767px)
{
    .wrapper-contact .contact
    {
        margin-top: 30px;
    }
}
.wrapper-contact .contact .row
{
    font-size: 0;
}
.wrapper-contact .contact .row .itembox
{
    font-size: 14px;

    display: inline-block;
    float: none;

    vertical-align: bottom;
}
.wrapper-contact .contact .map-content
{
    height: 550px;
}
@media (max-width: 767px)
{
    .wrapper-contact .contact .map-content
    {
        height: 300px;
        margin-top: 30px;
    }
}
.wrapper-contact .contact .text b
{
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;

    display: block;
}
.wrapper-contact .contact .text p
{
    line-height: 30px;

    margin: 0;
}
.wrapper-contact .contact .text a:hover
{
    text-decoration: underline;
}
.wrapper-contact .contact .text .note
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrapper-contact .contact .text .note
    {
        margin-top: 0;
        margin-bottom: 10px;
    }
}
.wrapper-contact .contact .text .erweima
{
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .wrapper-contact .contact .text .erweima
    {
        margin: 0;
    }
}
.wrapper-contact .contact .text .erweima .pic
{
    display: inline-block;

    width: 100px;
    margin-top: 10px;
    margin-right: 10px;

    vertical-align: top;
}
.wrapper-contact .contact .text .erweima .pic b
{
    font-size: 18px;
    line-height: 30px;

    display: block;

    margin-bottom: 10px;
}
.wrapper-contact .contact .text .erweima .pic img
{
    max-width: 100%;
}
.wrapper-contact .title-in
{
    color: #fff;
}
.wrapper-contact .message
{
    font-size: 14px;

    padding-top: 80px;
}
@media (max-width: 767px)
{
    .wrapper-contact .message
    {
        padding-top: 50px;
    }
}
.wrapper-contact .message .title-message h2
{
    font-size: 24px;
    font-weight: 500;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrapper-contact .message .title-message h2
    {
        font-size: 20px;
    }
}
.wrapper-contact .message .row
{
    margin: 0 -4px;
    margin-top: 20px;
}
.wrapper-contact .message .row .itembox
{
    padding: 0 4px;
}
.wrapper-contact .message input,
.wrapper-contact .message textarea
{
    font-size: 16px;
    line-height: 24px;

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

    color: #fff;
    background-color: rgba(255, 255, 255, .2);
}
@media (max-width: 767px)
{
    .wrapper-contact .message input,
    .wrapper-contact .message textarea
    {
        font-size: 14px;

        padding: 8px 10px;
    }
}
.wrapper-contact .message input::-webkit-input-placeholder,
.wrapper-contact .message textarea::-webkit-input-placeholder
{
    color: #fff;
}
.wrapper-contact .message input:-o-placeholder,
.wrapper-contact .message textarea:-o-placeholder
{
    color: #fff;
}
.wrapper-contact .message input::-moz-placeholder,
.wrapper-contact .message textarea::-moz-placeholder
{
    color: #fff;
}
.wrapper-contact .message input:-ms-input-placeholder,
.wrapper-contact .message textarea:-ms-input-placeholder
{
    color: #fff;
}
.wrapper-contact .message input:focus::-webkit-input-placeholder,
.wrapper-contact .message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrapper-contact .message input:focus::-o-placeholder,
.wrapper-contact .message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrapper-contact .message input:focus::-moz-placeholder,
.wrapper-contact .message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrapper-contact .message input:focus::-ms-input-placeholder,
.wrapper-contact .message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrapper-contact .message .submit
{
    font-size: 24px;
    line-height: 40px;

    margin-top: 20px;
    padding: 0 34px;

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

    color: #fff;
    background-color: #9a8973;
}
@media (max-width: 767px)
{
    .wrapper-contact .message .submit
    {
        font-size: 20px;
    }
}
.wrapper-contact .message .submit:after
{
    font-family: 'iconfont' !important;

    margin-left: 10px;

    content: '\e642';
}
.wrapper-contact .message .submit:hover
{
    background-color: #7a6b58;
}
.wrap-sitemap .title-in
{
    text-align: left;
}
.wrap-sitemap .sitemap
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-sitemap .sitemap
    {
        margin-top: 20px;
    }
}
.wrap-sitemap .sitemap > ul > li
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li
    {
        margin-top: 10px;
    }
}
.wrap-sitemap .sitemap > ul > li > a
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    display: inline-block;

    min-width: 130px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > a
    {
        font-size: 16px;
    }
}
.wrap-sitemap .sitemap > ul > li:hover > a
{
    text-decoration: underline;

    color: #9a8973;
}
.wrap-sitemap .sitemap > ul > li > ul
{
    display: inline-block;

    margin: 0 -6px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > ul
    {
        margin: 0 -26px;
        margin-top: 10px;
    }
}
.wrap-sitemap .sitemap > ul > li > ul:before
{
    display: inline-block;

    width: 20px;
    height: 4px;
    margin-top: 13px;

    content: '';
    vertical-align: top;

    background-color: #bc957c;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > ul:before
    {
        display: none;
    }
}
.wrap-sitemap .sitemap > ul > li > ul > li
{
    display: inline-block;

    vertical-align: top;
}
.wrap-sitemap .sitemap > ul > li > ul > li a
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    padding: 0 26px;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > ul > li a
    {
        font-size: 14px;
    }
}
.wrap-sitemap .sitemap > ul > li > ul > li a:hover
{
    text-decoration: underline;

    color: #9a8973;
}
nav
{
    text-align: center;
}
.pagination
{
    margin: 60px 0 0 0;
}
.pagination li:first-child a,
.pagination li:last-child a
{
    border-radius: 4px;
}
.pagination li:first-child a:before,
.pagination li:last-child a:before
{
    font-family: 'iconfont' !important;

    content: '\eb60';
}
.pagination li:last-child a:before
{
    content: '\e625';
}
.pagination li a
{
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;

    width: 36px;
    height: 36px;
    margin: 0 5px;
    padding: 0;

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

    color: #666;
    border: none;
    border-radius: 50%;
    background-color: #fff;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover
{
    color: #fff;
    border-color: #9a8973;
    background-color: #9a8973;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #fff;
    border-color: #9a8973;
    background-color: #9a8973;
}
.fancybox-slide--iframe .fancybox-content
{
    width: 733px;
    max-width: 80%;
    height: 500px;
    max-height: 50%;
    margin: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li
{
    width: 16px;
    margin: 20px 0;
}
#fp-nav ul li .fp-sr-only,
.fp-slidesNav ul li .fp-sr-only
{
    display: none;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span
{
    display: block;

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

    background-color: #fff;
}
#fp-nav ul li a:hover span,
.fp-slidesNav ul li a:hover span
{
    width: 6px;
    height: 6px;
    margin: 0;
}
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span
{
    width: 6px;
    height: 6px;
    margin: 0;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span
{
    position: relative;

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

    background-color: #9a8973;
}
#fp-nav ul li a.active span:after,
.fp-slidesNav ul li a.active span:after
{
    position: absolute;
    top: -5px;
    left: -5px;

    display: block;

    width: 16px;
    height: 16px;

    content: '';

    background: url(../images/dot.png) no-repeat center;
    background-size: cover;
}
.fp-viewing-page2 #fp-nav ul li a span,
.fp-viewing-page5 #fp-nav ul li a span,
.fp-viewing-page2 .fp-slidesNav ul li a span,
.fp-viewing-page5 .fp-slidesNav ul li a span
{
    background-color: #262626;
}
.fp-viewing-page2 #fp-nav ul li a.active span,
.fp-viewing-page5 #fp-nav ul li a.active span,
.fp-viewing-page2 .fp-slidesNav ul li a.active span,
.fp-viewing-page5 .fp-slidesNav ul li a.active span
{
    background-color: #9a8973;
}
.stuck
{
    position: fixed;
    z-index: 9;
    top: 0;

    width: 100%;

    background-color: #222;
}
@media (max-width: 1199px)
{
    .stuck
    {
        height: 70px !important;
    }
}

.wrapper-history .title-in p{
	margin-top: 70px;
}
.wrapper-honor .honor{
	margin-top: 30px;
}
.banner .text{
	position: absolute;
	z-index: 2;
	top: 50%;
	color: #ffffff;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}
.banner .text h2
{
    font-size: 52px;
    line-height: 1;

    display: block;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1470px)
{
    .banner .text h2
    {
        font-size: 42px;
    }
}
@media (max-width: 1199px)
{
    .banner .text h2
    {
        font-size: 34px;
    }
}
@media (max-width: 991px)
{
    .banner .text h2
    {
        font-size: 28px;
    }
}
@media (max-width: 767px)
{
    .banner .text h2
    {
        font-size: 24px;
    }
}
.banner .text h2
{
    font-family: 'FuturaBT Book';
	
}
.banner .text h2 b{
	font-family: 'FuturaBT';
	font-weight: 500;
}
@media (max-width: 991px)
{
    .banner .text h3
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .banner .text h3
    {
        font-size: 18px;
    }
}
.banner .text h3
{
    font-size: 31px;
	margin: 0;
	line-height: 1.4;
}
.banner .text .more{
	font-size: 18px;
	line-height: 38px;
	display: inline-block;
	padding: 0 30px;
	-webkit-transition: all .2s;
			transition: all .2s;
	color: #9a8973;
	border: 1px solid #9a8973;
	border-radius: 4px;
	margin-top: 60px;
}

@media (max-width: 1470px)
{
    .banner .text .more
    {
        font-size: 16px;
        line-height: 30px;
        padding: 0 20px;
		margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .banner .text .more
    {
        font-size: 14px;
		margin: 10px;
    }
}
.banner .text .more:hover{
	background-color: #9a8973;
	color: #ffffff;
}