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

    src: url('../font/OpenSans-Regular.eot');
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../font/OpenSans-Regular.eot') format('embedded-opentype'), url('../font/OpenSans-Regular.woff2') format('woff2'), url('../font/OpenSans-Regular.woff') format('woff'), url('../font/OpenSans-Regular.ttf') format('truetype'), url('../font/OpenSans-Regular.svg') format('svg');
    font-display: swap;
}
@font-face
{
    font-family: 'OpenSans-Bold';
    font-weight: bold;
    font-style: normal;

    src: url('../font/OpenSans-Bold.eot');
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../font/OpenSans-Bold.eot') format('embedded-opentype'), url('../font/OpenSans-Bold.woff2') format('woff2'), url('../font/OpenSans-Bold.woff') format('woff'), url('../font/OpenSans-Bold.ttf') format('truetype'), url('../font/OpenSans-Bold.svg') format('svg');
    font-display: swap;
}
@font-face
{
    font-family: 'Cinzel';
    font-weight: normal;
    font-style: normal;

    src: url('../font/Cinzel-Regular.eot');
    src: local('Cinzel Regular'), local('Cinzel-Regular'), url('../font/Cinzel-Regular.eot') format('embedded-opentype'), url('../font/Cinzel-Regular.woff2') format('woff2'), url('../font/Cinzel-Regular.woff') format('woff'), url('../font/Cinzel-Regular.ttf') format('truetype'), url('../font/Cinzel-Regular.svg') format('svg');
    font-display: swap;
}
@font-face
{
    font-family: 'Playfair Display';
    font-weight: normal;
    font-style: italic;

    src: url('../font/PlayfairDisplay-Italic.eot');
    src: local('Playfair Display Italic'), local('PlayfairDisplay-Italic'), url('../font/PlayfairDisplay-Italic.eot') format('embedded-opentype'), url('../font/PlayfairDisplay-Italic.woff2') format('woff2'), url('../font/PlayfairDisplay-Italic.woff') format('woff'), url('../font/PlayfairDisplay-Italic.ttf') format('truetype'), url('../font/PlayfairDisplay-Italic.svg') format('svg');
    font-display: swap;
}
@font-face
{
    font-family: 'DINCond';
    font-weight: 500;
    font-style: normal;

    src: url('../font/DINCond-Regular.eot');
    src: url('../font/DINCond-Regular.eot') format('embedded-opentype'), url('../font/DINCond-Regular.woff2') format('woff2'), url('../font/DINCond-Regular.woff') format('woff'), url('../font/DINCond-Regular.ttf') format('truetype'), url('../font/DINCond-Regular.svg') format('svg');
}
@font-face
{
    font-family: 'Segoe Script';
    font-weight: normal;
    font-style: normal;

    src: url('../font/SegoeScript.eot');
    src: local('Segoe Script'), local('SegoeScript'), url('../font/SegoeScript.eot') format('embedded-opentype'), url('../font/SegoeScript.woff2') format('woff2'), url('../font/SegoeScript.woff') format('woff'), url('../font/SegoeScript.ttf') format('truetype'), url('../font/SegoeScript.svg') format('svg');
    font-display: swap;
}
body
{
    font-family: 'OpenSans', Arial, 'Helvetica Neue', Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
    font-size: 14px;

    color: #444;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-arrow
{
    font-size: 50px;

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

    overflow: hidden;

    padding: 0;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #b08c3e;
    border: none;
    outline: none;
    background: none;
}
@media (max-width: 1199px)
{
    .slick-arrow
    {
        line-height: 40px;

        left: -10px;

        width: 40px;
        height: 40px;
    }
}
.slick-arrow:before
{
    font-family: 'iconfont' !important;

    display: inline-block;

    content: '\eb60';
}
.slick-arrow.slick-next
{
    right: 3%;
    left: auto;
}
@media (max-width: 1199px)
{
    .slick-arrow.slick-next
    {
        right: -10px;
    }
}
.slick-arrow.slick-next:before
{
    content: '\e625';
}
.slick-arrow:hover
{
    color: #af8b3c;
}
.slick-dots
{
    margin-top: 40px;

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

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

    vertical-align: top;

    background-color: #e2e2e2;
}
@media (max-width: 991px)
{
    .slick-dots li
    {
        width: 20px;
        height: 2px;
    }
}
.slick-dots li button
{
    display: none;
}
.slick-dots li.slick-active
{
    background-color: #b08c3e;
}
.header
{
    position: relative;
    z-index: 10;
    top: 0;

    width: 100%;
    height: 160px;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: right;
}
@media (max-width: 1199px)
{
    .header
    {
        position: fixed;
        top: 0;

        width: 100%;
        height: 60px;

        text-align: left;
    }
}
.header .header-top
{
    height: 110px;

    text-align: center;
}
@media (max-width: 1199px)
{
    .header .header-top
    {
        height: 60px;
    }
}
.header .header-top .container
{
    position: relative;
}
.header .logo
{
    display: inline-block;

    height: 126px;
    margin-top: 5px;
}
@media (max-width: 1199px)
{
    .header .logo
    {
        height: 60px;
        margin-top: 5px;
    }
}
.header .logo a
{
    display: inline-block;

    height: 100%;
}
.header .logo img
{
    position: relative;
    z-index: 2;

    display: inline-block;

    height: 100%;
    margin-right: 50px;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .header .logo img
    {
        margin-right: 0;
		height: 65px;
    }
}
.header .logo p
{
    font-size: 36px;

    display: inline-block;

    margin: 0;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .header .logo p
    {
        font-size: 24px;
    }
}
.header .share
{
    position: absolute;
    top: 0;
    left: 0;
}
@media (max-width: 1199px)
{
    .header .share
    {
        display: inline-block;
    }
}
.header .share > ul > li
{
    display: inline-block;

    -webkit-transition: all .2s;
            transition: all .2s;
    vertical-align: middle;
}
.header .share > ul > li a
{
    font-size: 18px;
    line-height: 100px;

    display: block;

    padding: 0 12px;

    color: #777;
}
@media (max-width: 1199px)
{
    .header .share > ul > li a
    {
        line-height: 60px;

        color: #999;
    }
}
@media (max-width: 767px)
{
    .header .share > ul > li a
    {
        padding: 0 4px;
    }
}
.header .share > ul > li a:before
{
    font-family: 'iconfont' !important;

    content: '\e615';
}
.header .share > ul > li.instagram a:before
{
    content: '\e617';
}
.header .share > ul > li.twitter a:before
{
    content: '\e60b';
}
.header .share > ul > li:hover
{
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
}
.header .share > ul > li:hover a
{
    color: #b08c3e;
}
.header .header-right
{
    position: absolute;
    top: 20px;
    right: 0;
}
@media (max-width: 1199px)
{
    .header .header-right
    {
        display: none;
    }
}
.header .header-right p
{
    line-height: 30px;

    margin: 0;
    padding-right: 18px;

    text-align: right;

    color: #b08c3e;
}
.header .header-right p:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;

    position: absolute;
    right: 0;

    float: left;

    content: '\e662';

    color: #cfb171;
}
.header .header-right p.whatsapp:before
{
    content: '\e621';
}
.header .header-right p.wechat:before
{
    content: '\e658';
}
.header .header-right p a:hover
{
    text-decoration: underline;
}
.header .header-nav
{
    clear: both;

    height: 60px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1199px)
{
    .header .header-nav
    {
        height: 0;

        border: none;
    }
}
.header .nav-collapse
{
    position: absolute;
    right: 10px;

    display: none;
    float: right;

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

    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: 5px;
        right: 20px;

        display: block;

        margin-top: 8px;

        border: none;
    }
    .header .nav-collapse.nav-collapse-1 .btn-line
    {
        background-color: #999 !important;
    }
}
@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);
}
@media (min-width: 1200px)
{
    .header .nav
    {
        display: block;

        -webkit-transition: all .4s;
                transition: all .4s;
    }
    .header .nav .logo
    {
        display: none;
    }
}
@media (max-width: 1199px)
{
    .header .nav
    {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

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

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

        color: #666;
        background: #fff;
    }
    .header .nav .logo
    {
        display: block;
        float: left;

        margin-top: 10px;
    }
    .header .nav .tbl
    {
        display: table;

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

        height: 100%;

        vertical-align: top;
    }
}
@media (min-width: 1200px)
{
    .header .nav .nav-list1
    {
        text-align: center;
    }
    .header .nav .nav-list1 > li
    {
        display: inline-block;

        padding: 0 30px;

        vertical-align: top;
		position:relative;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 18px;
        line-height: 60px;

        position: relative;

        display: inline-block;

        -webkit-transition: all .4s;
                transition: all .4s;
        vertical-align: middle;
    }
    .header .nav .nav-list1 > li > a:after
    {
        position: absolute;
        bottom: 0;
        left: 50%;

        display: block;

        width: 0;
        height: 4px;

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

        background-color: #af8b3c;
    }
    .header .nav .nav-list1 > li:hover > a,
    .header .nav .nav-list1 > li.active > a
    {
        color: #af8b3c;
    }
    .header .nav .nav-list1 > li:hover > a:after,
    .header .nav .nav-list1 > li.active > a:after
    {
        width: 100%;
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 100%;

        display: none;
		left: 0;
        min-width: 100%;
		width:auto;
        padding: 0 ;

        text-align: left;

        background-color: rgba(0, 0, 0, .7);
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }

	.open-nav{
		position: absolute;
	    z-index: 50;
        top: 100%;
		left: 0;
        width: 100%;
        padding: 0 0 0 20%;

        text-align: left;

        background-color: rgba(0, 0, 0, .7);
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	}

    .header .nav .nav-list1 .nav-list2 li
    {
        /* position: relative; */
		width: 100%;
        list-style: none;
		display: inline-block;
		vertical-align: top;
        text-align: center;
    }
    .header .nav .nav-list1 .nav-list2 li > a
    {
        font-size: 15px;
        line-height: 30px;
        text-transform: capitalize;
        position: relative;
        z-index: 1;
		padding: 15px 30px;
        display: block;
		font-size: 16px;
        -webkit-transition: all .2s;
                transition: all .2s;
        white-space: nowrap;

         color: #cfb171
    }
	.header .nav .nav-list1 .nav-list2>li > a:after{
		content: '';
		display: block;
		position: absolute;
		bottom: -8px;
		left: 50%;
		margin-left: -5px;
		width: 0;
		height: 0;
		border-style: solid;
		    border-width: 8px;
    border-color: transparent transparent #cfb171 transparent;
		opacity: 0;
	}
    .header .nav .nav-list1 .nav-list2 li > a:hover
    {
        color: #b08c3e;
    }
	.header .nav .nav-list1 .nav-list2>li.active > a:after,
	.header .nav .nav-list1 .nav-list2>li:hover> a:after{
		opacity: 1;
	}
    .header .nav .nav-list1 .nav-listfulls
    {
        position: absolute;
        z-index: 2;
        top: 100%;
        left: 0;

        display: none;

        width: 100%;
        padding: 50px 0;

        text-align: center;

        background: url(../image/nav_bg.png) no-repeat bottom center #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-listfulls ul.container
    {
        font-size: 0;
    }
    .header .nav .nav-list1 .nav-listfulls ul.container > li
    {
        font-size: 14px;

        display: inline-block;

        width: 16.66666667%;
        padding: 0 20px;

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

        border-right: 1px solid #eaeaea;
    }
    .header .nav .nav-list1 .nav-listfulls ul.container > li:last-child
    {
        border-right: none;
    }
    .header .nav .nav-list1 .nav-listfulls ul.container > li > a
    {
        font-size: 16px;
        font-weight: bold;
        line-height: 22px;

        position: relative;

        display: block;

        padding: 10px 0;

        color: #b08c3e;
    }
    .header .nav .nav-list1 .nav-listfulls ul.container > li > a:after
    {
        position: absolute;
        bottom: 0;
        left: 0;

        display: block;

        width: 100%;
        height: 5px;

        content: '';

        background-color: #e5e5e5;
    }
    .header .nav .nav-list1 .nav-listfulls ul.container > li > a:before
    {
        position: absolute;
        z-index: 2;
        bottom: 0;
        left: 0;

        display: block;

        width: 30px;
        height: 5px;

        content: '';

        background-color: #a8cbec;
    }
    .header .nav .nav-list1 .nav-listfulls ul.container > li > ul
    {
        overflow: hidden;

        max-height: 252px;

        -webkit-transition: all .4s;
                transition: all .4s;
    }
    .header .nav .nav-list1 .nav-listfulls ul.container > li > ul > li
    {
        position: relative;

        display: block;
    }
    .header .nav .nav-list1 .nav-listfulls ul.container > li > ul > li:after
    {
        position: absolute;
        bottom: 0;

        display: block;

        width: 100%;
        height: 1px;

        content: '';

        background-color: #e6e6e6;
    }
    .header .nav .nav-list1 .nav-listfulls ul.container > li > ul > li > a
    {
        font-size: 13px;
        line-height: 36px;

        display: block;

        padding: 0;

        color: #555;
    }
    .header .nav .nav-list1 .nav-listfulls ul.container > li > ul > li > a:hover
    {
        color: #b08c3e;
    }
    .header .nav .nav-list1 .nav-listfulls ul.container > li.sopen > ul
    {
        max-height: 400px;
    }
    .header .nav .nav-list1 .nav-listfulls ul.container > li.moreshow a.more
    {
        display: block;
    }
    .header .nav .nav-list1 .nav-listfulls ul.container > li a.more
    {
        font-size: 12px;

        display: none;

        padding-top: 10px;

        cursor: pointer;
        text-transform: uppercase;

        color: #aaa;
    }
    .header .nav .nav-list1 .nav-listfulls ul.container > li a.more:after,
    .header .nav .nav-list1 .nav-listfulls ul.container > li a.more:before
    {
        display: none;
    }
    .header .nav .nav-list1 .nav-listfulls ul.container > li a.more:before
    {
        position: relative;

        display: inline-block;

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

        content: '';

        border-width: 5px 0 5px 5px;
        border-style: solid;
        border-color: transparent transparent transparent #c3c3c3;
        background: none;
    }
    .header .nav .nav-list1 .nav-listfulls img
    {
        max-width: 100%;
    }
    .header .nav .nav-list1 .nav-listfulls.nav-listfulls2 ul.container > li:nth-child(5)
    {
        width: 33.33333333%;
    }
}
@media (min-width: 1200px) and (max-width: 1199px)
{
    .header .nav .nav-list1 .nav-listfulls img
    {
        display: none;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        overflow-y: auto;

        height: 100%;

        text-align: left;
    }
    .header .nav .nav-list1 > li
    {
        position: relative;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 16px;
        line-height: 30px;

        display: block;

        padding: 4px 0;
    }
    .header .nav .nav-list1 .open-nav
    {
        font-size: 20px;
        line-height: 30px;

        position: absolute;
        top: 0;
        right: 0;
    }
    .header .nav .nav-list1 .open-nav:after
    {
        font-family: 'iconfont' !important;

        content: '\e629';
    }
    .header .nav .nav-list1 .nav-listfulls
    {
        display: none;
    }
    .header .nav .nav-list1 .nav-listfulls .container
    {
        padding: 0;
    }
    .header .nav .nav-list1 .nav-listfulls .container > li > a
    {
        line-height: 24px;

        display: block;

        color: #666;
    }
    .header .nav .nav-list1 .nav-listfulls .container > li > a:before
    {
        margin-right: 4px;

        content: '-';
    }
    .header .nav .nav-list1 .nav-listfulls .container > li > ul > li
    {
        display: inline-block;

        vertical-align: top;
    }
    .header .nav .nav-list1 .nav-listfulls .container > li > ul > li > a
    {
        font-size: 12px;
        line-height: 18px;

        display: block;

        padding: 0 4px;

        color: #999;
    }
    .header .nav .nav-list1 .nav-listfulls .container > li > ul > li > a:before
    {
        font-weight: bold;

        content: '·';
    }
    .header .nav .nav-list1 .nav-listfulls .container > li a.more
    {
        display: none;
    }
    .header .nav .nav-list1 .nav-listfulls .container > li img
    {
        display: none;
    }
    .header .nav .nav-list1 .current .open-nav:after
    {
        font-family: 'iconfont' !important;

        content: '\e628';
    }
    .header .nav .nav-list1 .nav-list2
    {
        display: none;
    }
    .header .nav .nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;
        line-height: 30px;

        display: block;

        color: #666;
    }
    .header .nav .nav-list1 .nav-list2 > li > a:before
    {
        margin-right: 4px;

        content: '-';
    }
    .header .nav .nav-list1 .nav-list2 .nav-list3 > li
    {
        display: inline-block;

        vertical-align: top;
    }
    .header .nav .nav-list1 .nav-list2 .nav-list3 > li a
    {
        line-height: 24px;

        padding: 0 4px;

        color: #999;
    }
    .header .nav .nav-list1 .nav-list2 .nav-list3 > li a:before
    {
        font-weight: bold;

        content: '·';
    }
}
.header .back-btn
{
    position: absolute;
    left: 15px;
}
.header .stuck
{
    position: fixed;
    top: 0;

    width: 100%;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header.fixed-header
{
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.online-wrap .btn
{
    line-height: 36px;

    position: fixed;
    z-index: 9;
    right: 0;
    bottom: 55px;

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

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

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

    display: inline-block;

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

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

    display: none;

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

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

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

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

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

    position: relative;

    display: block;

    width: 48px;
    height: 48px;
    margin: 2px auto;
    padding: 0;

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

    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.online-wrap .online a:before
{
    font-size: 20px;

    color: #a1a5b3;
}
@media (min-width: 992px)
{
    .online-wrap .online a:hover
    {
        text-decoration: none;

        background-color: #b08c3e;
    }
    .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
    {
        right: 100%;
    }
}
.online-wrap .online .icon-phone .phone-num
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: -300px;

    padding-right: 0;

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

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

    display: none;

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

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

    margin: 5px 0 8px 0;

    color: #888;
}
.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%;
}
.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;
    font-size: 24px !important;

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

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

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

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

    content: '\e622';
}
.xs-online
{
    position: fixed;
    z-index: 9;
    right: 0;
    bottom: 0;

    display: none;

    width: 100%;

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

    margin: 0;
    padding: 0;

    text-align: center;

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

    width: 20%;

    list-style: none;

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

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

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

    display: block;

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

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

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

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

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

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

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

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

    content: '\e604';
}
.xs-online ul li.wechat img
{
    position: absolute;
    top: -90px;
    left: 50%;

    display: none;

    width: 90px;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.xs-online ul li.wechat:hover img
{
    display: block;
}
.banner
{
    font-size: 0;

    position: relative;
    top: 0;

    clear: both;
    overflow: hidden;

    width: 100%;
}
@media (max-width: 1199px)
{
    .banner
    {
        padding-top: 60px;
    }
}
@media (max-width: 767px)
{
    .banner .slick-banner
    {
        width: 160%;
        margin-left: -30%;
    }
}
.banner img
{
    display: block;
}
.banner .slick-dots
{
    font-size: 0;

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

    width: 100%;
    height: 10px;
}
.banner .slick-dots > li
{
    position: relative;

    display: inline-block;

    width: 10px;
    height: 10px;

    vertical-align: top;

    opacity: .6;
    border-radius: 50%;
}
.banner .slick-dots .slick-active
{
    opacity: 1;
    background-color: #b08c3e;
}
.banner .slick-dots button
{
    display: none;
}
.banner .slick-arrow
{
    line-height: 68px;

    top: auto;
    right: 20%;
    bottom: 0;
    left: auto;

    width: 110px;
    height: 68px;
    padding: 0;

    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);

    background-color: #fff;
}
@media (max-width: 1199px)
{
    .banner .slick-arrow
    {
        line-height: 50px;

        width: 60px;
        height: 50px;
    }
}
@media (max-width: 767px)
{
    .banner .slick-arrow
    {
        line-height: 30px;

        right: 30%;

        width: 40px;
        height: 30px;
    }
}
.banner .slick-arrow:before
{
    font-size: 16px;

    display: block;

    content: 'PREV';

    color: #cfb171;
}
@media (max-width: 767px)
{
    .banner .slick-arrow:before
    {
        font-size: 12px;
    }
}
.banner .slick-arrow.slick-next
{
    right: -webkit-calc(20% - 120px);
    right:         calc(20% - 120px);
}
@media (max-width: 1199px)
{
    .banner .slick-arrow.slick-next
    {
        right: -webkit-calc(20% - 70px);
        right:         calc(20% - 70px);
    }
}
@media (max-width: 767px)
{
    .banner .slick-arrow.slick-next
    {
        right: -webkit-calc(30% - 50px);
        right:         calc(30% - 50px);
    }
}
.banner .slick-arrow.slick-next:before
{
    content: 'NEXT';
}
.banner .slick-arrow:hover
{
    background-color: #b08c3e;
}
.banner .slick-arrow:hover:before
{
    color: #fff;
}
.banner .item
{
    position: relative;

    display: block;
    overflow: hidden;
}
.banner .item img
{
    display: block;

    width: 100%;
}
.banner .desc
{
    position: absolute;
    top: 50%;
    left: 20%;

    display: block;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 1470px)
{
    .banner .desc
    {
        left: 10%;
    }
}
@media (max-width: 1199px)
{
    .banner .desc
    {
        left: 5%;
    }
}
@media (max-width: 767px)
{
    .banner .desc
    {
        top: 55%;
        left: 20%;
    }
}
.banner .desc-1 .text
{
    position: relative;

    display: block;

    max-width: 520px;
    padding: 50px 0;

    border: 15px solid rgba(227, 212, 180, .4);
    border-right: none;
}
@media (max-width: 1470px)
{
    .banner .desc-1 .text
    {
        max-width: 420px;
        padding: 30px 0;
    }
}
@media (max-width: 1199px)
{
    .banner .desc-1 .text
    {
        max-width: 320px;
        padding: 14px 0;

        border-width: 8px;
    }
}
@media (max-width: 767px)
{
    .banner .desc-1 .text
    {
        max-width: 30%;
    }
}
.banner .desc-1 .text:before,
.banner .desc-1 .text:after
{
    position: absolute;
    z-index: 2;
    right: 0;

    display: block;

    width: 15px;
    height: 50px;

    content: '';

    background-color: rgba(227, 212, 180, .4);
}
@media (max-width: 1470px)
{
    .banner .desc-1 .text:before,
    .banner .desc-1 .text:after
    {
        height: 30px;
    }
}
@media (max-width: 1199px)
{
    .banner .desc-1 .text:before,
    .banner .desc-1 .text:after
    {
        width: 8px;
    }
}
.banner .desc-1 .text:before
{
    top: 0;
}
.banner .desc-1 .text:after
{
    bottom: 0;
}
.banner .desc-1 .note
{
    -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
            transform: translateX(20px);
}
@media (max-width: 767px)
{
    .banner .desc-1 .note
    {
        -webkit-transform: translateX(10px);
            -ms-transform: translateX(10px);
                transform: translateX(10px);
    }
}
.banner .desc-1 h3
{
    font-family: 'Cinzel';
    font-size: 48px;
    line-height: 1;

    display: block;

    margin: 0;

    color: #cfb171;
}
@media (max-width: 1350px)
{
    .banner .desc-1 h3
    {
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .banner .desc-1 h3
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .banner .desc-1 h3
    {
        font-size: 16px;
    }
}
.banner .desc-1 h4
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.33333333;

    margin: 10px 0 0 0;

    color: #333;
}
@media (max-width: 1350px)
{
    .banner .desc-1 h4
    {
        font-size: 26px;
    }
}
@media (max-width: 1199px)
{
    .banner .desc-1 h4
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .banner .desc-1 h4
    {
        font-size: 14px;
    }
}
.banner .desc-1 h5
{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;

    margin: 0;

    letter-spacing: 7px;
}
@media (max-width: 1199px)
{
    .banner .desc-1 h5
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .banner .desc-1 h5
    {
        font-size: 12px;

        letter-spacing: 2px;
    }
}
.banner .desc-1 a.more
{
    font-size: 16px;
    font-weight: bold;

    display: block;

    margin-top: 10%;

    color: #cfb171;
}
@media (max-width: 1199px)
{
    .banner .desc-1 a.more
    {
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .banner .desc-1 a.more
    {
        font-size: 14px;

        margin-top: 10px;
    }
}
.banner .desc-1 a.more:hover
{
    text-decoration: underline;
}
.banner .desc-2
{
    left: 30%;
}
.banner .desc-2 .text
{
    position: relative;

    max-width: 500px;
}
@media (max-width: 1470px)
{
    .banner .desc-2 .text
    {
        max-width: 420px;
    }
}
@media (max-width: 1199px)
{
    .banner .desc-2 .text
    {
        max-width: 320px;
    }
}
@media (max-width: 767px)
{
    .banner .desc-2 .text
    {
        max-width: 30%;
    }
}
.banner .desc-2 h3
{
    font-family: 'Cinzel';
    font-size: 48px;
    line-height: 1;

    display: block;

    margin: 0;

    color: #cfb171;
}
@media (max-width: 1350px)
{
    .banner .desc-2 h3
    {
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .banner .desc-2 h3
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .banner .desc-2 h3
    {
        font-size: 16px;
    }
}
.banner .desc-2 h4
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.33333333;

    margin: 10px 0 0 0;

    color: #fff;
}
@media (max-width: 1350px)
{
    .banner .desc-2 h4
    {
        font-size: 26px;
    }
}
@media (max-width: 1199px)
{
    .banner .desc-2 h4
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .banner .desc-2 h4
    {
        font-size: 14px;
    }
}
.banner .desc-2 h5
{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;

    margin: 0;

    letter-spacing: 7px;

    color: #fff;
}
@media (max-width: 1199px)
{
    .banner .desc-2 h5
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .banner .desc-2 h5
    {
        font-size: 12px;

        letter-spacing: 2px;
    }
}
.banner .desc-2 a.more
{
    font-size: 16px;
    font-weight: bold;

    display: block;

    margin-top: 10%;

    color: #cfb171;
}
@media (max-width: 1199px)
{
    .banner .desc-2 a.more
    {
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .banner .desc-2 a.more
    {
        font-size: 14px;

        margin-top: 10px;
    }
}
.banner .desc-2 a.more:hover
{
    text-decoration: underline;
}
.banner .slick-current .item .desc-1 .text
{
    -webkit-animation: fadeInLeft 1s 0s ease both;
            animation: fadeInLeft 1s 0s ease both;
}
.banner .slick-current .item .desc-2 .text
{
    -webkit-animation: zoomIn 1s 0s ease both;
            animation: zoomIn 1s 0s ease both;
}
@media (max-width: 991px)
{
    .banner-in .slick-banner
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 767px)
{
    .banner-in .slick-banner
    {
        width: 200%;
        max-width: 200%;
        margin-left: -50%;
    }
}
.banner-in .text-inner
{
    position: absolute;
    top: -webkit-calc(50% + 90px);
    top:         calc(50% + 90px);

    width: 100%;

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

    color: #fff;
}
@media (max-width: 1199px)
{
    .banner-in .text-inner
    {
        top: -webkit-calc(50% + 30px);
        top:         calc(50% + 30px);
    }
}
.banner-in .text-inner h2
{
    font-family: Impact, Arial;
    font-size: 36px;
    line-height: 1;

    margin: 0;
}
@media (max-width: 991px)
{
    .banner-in .text-inner h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-inner h2
    {
        font-size: 24px;
    }
}
.banner-in .text-inner .location
{
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .banner-in .text-inner .location
    {
        margin: 0;
    }
}
.banner-in .text-inner .location > ul > li
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;

    color: rgba(255, 255, 255, .6);
}
.banner-in .text-inner .location > ul > li:after
{
    content: '>';
}
.banner-in .text-inner .location > ul > li:last-child:after
{
    display: none;
}
.banner-in .text-inner .location > ul > li > a
{
    line-height: 24px;

    display: inline-block;
}
.banner-in .text-inner .location > ul > li > a:hover
{
    text-decoration: underline;

    color: #fff;
}
@-webkit-keyframes bzoom
{
    0%
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);

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

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

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

        opacity: 1;
    }
}
.bzoom
{
    -webkit-animation-name: bzoom;
            animation-name: bzoom;
}
@-webkit-keyframes bwidth
{
    0%
    {
                width: 0;

        opacity: 1;

        -webkit-width: 0;
            -ms-width: 0;
    }
    100%
    {
                width: 100%;

        opacity: 1;

        -webkit-width: 100%;
    }
}
@keyframes bwidth
{
    0%
    {
                width: 0;

        opacity: 1;

        -webkit-width: 0;
            -ms-width: 0;
    }
    100%
    {
                width: 100%;

        opacity: 1;

        -webkit-width: 100%;
    }
}
.bwidth
{
    -webkit-animation-name: bwidth;
            animation-name: bwidth;
}
.home
{
    overflow: hidden;

    padding: 40px 0;
}
@media (max-width: 991px)
{
    .home
    {
        padding: 30px 0;
    }
}
.title h2
{
    font-family: 'Cinzel';
    font-size: 48px;
    line-height: 1;

    display: inline-block;

    margin: 0;

    letter-spacing: 1px;
}
@media (max-width: 1199px)
{
    .title h2
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .title h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .title h2
    {
        font-size: 24px;
    }
}
.title h2 span
{
    color: #b08c3e;
}
.home-advantage
{
    background-color: #f8f8f8;
}
@media (min-width: 992px)
{
    .home-advantage .advantage > ul
    {
        width: 100%;
        padding: 0 5%;

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

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

        content: '';
    }
}
@media (max-width: 991px)
{
    .home-advantage .advantage > ul
    {
        font-size: 0;

        margin: 0 -10px;
    }
}
.home-advantage .advantage > ul > li
{
    display: inline-block;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .home-advantage .advantage > ul > li
    {
        font-size: 14px;

        width: 20%;
        padding: 0 10px;
    }
}
@media (max-width: 767px)
{
    .home-advantage .advantage > ul > li
    {
        width: 33.33333333%;
        margin: 10px 0;
    }
}
.home-advantage .advantage .item
{
    text-align: center;
}
.home-advantage .advantage .item img
{
    width: 60px;
    margin: 0 auto;
}
@media (max-width: 767px)
{
    .home-advantage .advantage .item img
    {
        width: 40px;
    }
}
.home-advantage .advantage .item p
{
    font-size: 16px;
    line-height: 30px;

    margin: 10px 0 0 0;
}
@media (max-width: 991px)
{
    .home-advantage .advantage .item p
    {
        font-size: 14px;
        line-height: 20px;
    }
}
.home-advantage .advantage .item:hover img
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.home-product
{
    padding: 0;
}
.home-product ul
{
    margin: 0;
}
@media (max-width: 767px)
{
    .home-product ul
    {
        margin: 0;
    }
}
.home-product ul li
{
    padding: 0;
}
@media (max-width: 767px)
{
    .home-product ul li
    {
        padding: 0;
    }
}
.home-product ul .col-xs-6:nth-child(2n + 1)
{
    padding-right: 0;
}
.home-product ul .col-xs-6:nth-child(2n)
{
    padding-left: 0;
}
.home-product .item
{
    position: relative;

    display: block;
}
.home-product .item .ibox
{
    padding-bottom: 81.25%;
}
.home-product .item .ibox img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.home-product .item .note
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    padding: 30px 20px 0 20px;

    color: #b08c3e;
}
@media (max-width: 991px)
{
    .home-product .item .note
    {
        padding: 10px;
    }
}
.home-product .item .note b
{
    font-family: 'Cinzel';
    font-size: 24px;
    font-weight: normal;
    line-height: 1;

    display: block;
}
@media (max-width: 991px)
{
    .home-product .item .note b
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .home-product .item .note b
    {
        font-size: 18px;
        display:none
    }
}
.home-product .item .note span.more
{
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;

    display: block;

    margin-top: 14px;

    color: #cfb171;
}
@media (max-width: 767px)
{
    .home-product .item .note span.more
    {
        font-size: 14px;

        margin-top: 0;
    }
}
.home-product .item:hover .ibox img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.home-about
{
    position: relative;
}
.home-about .about
{
    font-size: 0;
}
.home-about .about .pic,
.home-about .about .text
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.home-about .about .pic
{
    overflow: hidden;

    width: 46%;
}
@media (max-width: 767px)
{
    .home-about .about .pic
    {
        width: 100%;
        margin-top: 30px;
    }
}
.home-about .about .pic img
{
    max-width: 100%;
}
.home-about .about .text
{
    width: 54%;
    padding-right: 5%;
}
@media (max-width: 1199px)
{
    .home-about .about .text
    {
        padding-right: 3%;
    }
}
@media (max-width: 767px)
{
    .home-about .about .text
    {
        width: 100%;
        padding: 0;
    }
}
.home-about .about .text .mask
{
    margin-top: 30px;
}
@media (max-width: 1199px)
{
    .home-about .about .text .mask
    {
        margin-top: 14px;
    }
}
.home-about .about .text .mask h3,
.home-about .about .text .mask h4
{
    font-size: 18px;
    line-height: 1.66666667;

    margin: 0;

    color: #cfb171;
}
@media (max-width: 1199px)
{
    .home-about .about .text .mask h3,
    .home-about .about .text .mask h4
    {
        font-size: 16px;
    }
}
.home-about .about .text .mask h3
{
    font-weight: bold;
    font-style: italic;
}
.home-about .about .text .note
{
    margin-top: 20px;
}
@media (max-width: 1199px)
{
    .home-about .about .text .note
    {
        margin-top: 10px;
    }
}
.home-about .about .text .note p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;
}
@media (max-width: 991px)
{
    .home-about .about .text .note p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.home-about .about .text a.more
{
    font-size: 18px;

    display: block;

    margin-top: 20px;

    color: #999;
}
.home-about .about .text a.more:hover
{
    color: #b08c3e;
}
.home-about .about .text .number
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .home-about .about .text .number
    {
        margin-top: 20px;
    }
}
.home-about .about .text .number .num,
.home-about .about .text .number .note,
.home-about .about .text .number .since
{
    display: inline-block;

    vertical-align: middle;
}
.home-about .about .text .number .num
{
    line-height: 100px;

    width: 100px;
    height: 100px;

    text-align: center;

    background-color: #e3d4b4;
}
@media (max-width: 1199px)
{
    .home-about .about .text .number .num
    {
        line-height: 80px;

        width: 60px;
        height: 80px;
    }
}
.home-about .about .text .number .num b
{
    font-family: 'Cinzel';
    font-size: 72px;
    font-weight: bold;

    display: block;

    color: #fff;
}
@media (max-width: 1199px)
{
    .home-about .about .text .number .num b
    {
        font-size: 50px;
    }
}
.home-about .about .text .number .note
{
    max-width: 290px;
    padding: 0 20px;
}
@media (max-width: 1199px)
{
    .home-about .about .text .number .note
    {
        max-width: 240px;
    }
}
.home-about .about .text .number .note b
{
    font-size: 18px;
    line-height: 24px;

    display: block;

    color: #cfb171;
}
.home-about .about .text .number .note p
{
    font-size: 14px;
    line-height: 20px;

    margin: 10px 0 0 0;

    color: #666;
}
.home-about .about .text .number .since
{
    font-size: 30px;
    font-style: italic;
}
@media (max-width: 991px)
{
    .home-about .about .text .number .since
    {
        font-size: 24px;
    }
}
.home-about .about .text .number .since b
{
    font-family: 'Playfair Display';
    font-weight: normal;
    font-style: italic;
}
.home-factory,
.inner-factory
{
    background-color: #f5f5f5;
}
.home-factory .title,
.inner-factory .title
{
    text-align: center;
}
.home-factory .factory,
.inner-factory .factory
{
    margin-top: 10px;
    padding: 0 10px;
}
.home-factory .factory .slick-factory,
.inner-factory .factory .slick-factory
{
    margin: 0 -10px;
}
@media (max-width: 1199px)
{
    .home-factory .factory .slick-factory,
    .inner-factory .factory .slick-factory
    {
        margin: 0 -10px;
    }
}
.home-factory .factory .slick-factory .slick-slide,
.inner-factory .factory .slick-factory .slick-slide
{
    padding: 0 10px;
}
@media (max-width: 1199px)
{
    .home-factory .factory .slick-factory .slick-slide,
    .inner-factory .factory .slick-factory .slick-slide
    {
        padding: 0 10px;
    }
}
.home-factory .factory .slick-current .item,
.inner-factory .factory .slick-current .item
{
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}
.home-factory .factory .slick-current .item .pic,
.inner-factory .factory .slick-current .item .pic
{
    background-color: #fff;
}
.home-factory .factory .item,
.inner-factory .factory .item
{
    position: relative;

    display: block;

    margin-top: 30px;

    -webkit-transform: scale(.85);
        -ms-transform: scale(.85);
            transform: scale(.85);
}
@media (max-width: 767px)
{
    .home-factory .factory .item,
    .inner-factory .factory .item
    {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
    }
}
.home-factory .factory .item .pic,
.inner-factory .factory .item .pic
{
    padding: 8px;

    -webkit-transition: all .6s;
            transition: all .6s;
}
@media (max-width: 767px)
{
    .home-factory .factory .item .pic,
    .inner-factory .factory .item .pic
    {
        background-color: #fff;
    }
}
.home-factory .factory .item .ibox,
.inner-factory .factory .item .ibox
{
    padding-bottom: 73.4375%;
}
.home-factory .factory .item .ibox img,
.inner-factory .factory .item .ibox img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.home-factory .factory .item:hover .ibox img,
.inner-factory .factory .item:hover .ibox img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.home-factory .factory .slick-arrow,
.inner-factory .factory .slick-arrow
{
    left: 30.5%;
}
@media (max-width: 1199px)
{
    .home-factory .factory .slick-arrow,
    .inner-factory .factory .slick-arrow
    {
        font-size: 40px;

        left: 29%;
    }
}
@media (max-width: 767px)
{
    .home-factory .factory .slick-arrow,
    .inner-factory .factory .slick-arrow
    {
        left: 0;
    }
}
.home-factory .factory .slick-arrow.slick-next,
.inner-factory .factory .slick-arrow.slick-next
{
    right: 30.5%;
    left: auto;
}
@media (max-width: 1199px)
{
    .home-factory .factory .slick-arrow.slick-next,
    .inner-factory .factory .slick-arrow.slick-next
    {
        right: 29%;
    }
}
@media (max-width: 767px)
{
    .home-factory .factory .slick-arrow.slick-next,
    .inner-factory .factory .slick-arrow.slick-next
    {
        right: 0;
    }
}
.home-factory .more,
.inner-factory .more
{
    text-align: center;
}
.home-factory .more a,
.inner-factory .more a
{
    font-size: 18px;

    display: block;

    margin-top: 20px;

    color: #999;
}
.home-factory .more a:hover,
.inner-factory .more a:hover
{
    color: #b08c3e;
}
.home-news .title
{
    text-align: center;
}
.home-news .news
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .home-news .news
    {
        margin-top: 20px;
    }
}
.home-news .news .slick-news
{
    margin: 0 -15px;
}
.home-news .news .slick-slide
{
    padding: 0 15px;
}
.home-news .news .item
{
    font-size: 0;
}
.home-news .news .item .pic,
.home-news .news .item .note
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.home-news .news .item .pic
{
    position: relative;
    z-index: 2;

    overflow: hidden;

    width: 140px;
    height: 140px;

    border: 5px solid rgba(207, 177, 113, .56);
    border-radius: 50%;
}
@media (max-width: 991px)
{
    .home-news .news .item .pic
    {
        width: 100px;
        height: 100px;
    }
}
.home-news .news .item .pic img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.home-news .news .item .note
{
    width: -webkit-calc(100% - 140px);
    width:         calc(100% - 140px);
    padding-left: 20px;
}
@media (max-width: 991px)
{
    .home-news .news .item .note
    {
        width: -webkit-calc(100% - 100px);
        width:         calc(100% - 100px);
    }
}
.home-news .news .item .note b
{
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.home-news .news .item .note p
{
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 6px 0 0 0;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.home-news .news .item .note a.more
{
    line-height: 30px;

    display: block;

    margin-top: 10px;

    color: #999;
}
.home-news .news .item:hover .pic img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.home-news .news .item:hover .note b
{
    color: #b08c3e;
}
.home-news .news .item:hover .note a.more
{
    color: #b08c3e;
}
.home-message
{
    padding: 30px 0;

    background-color: #f5f5f5;
}
.home-message .title-message
{
    display: inline-block;

    max-width: 340px;
}
@media (max-width: 767px)
{
    .home-message .title-message
    {
        display: block;
    }
}
.home-message .title-message h3
{
    font-size: 24px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 991px)
{
    .home-message .title-message h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .home-message .title-message h3
    {
        font-size: 18px;
    }
}
.home-message .message
{
    position: relative;

    display: inline-block;
    float: right;

    width: 50%;
    max-width: 380px;
    margin-top: 14px;
}
@media (max-width: 767px)
{
    .home-message .message
    {
        width: 100%;
        max-width: 100%;
    }
}
.home-message .message input
{
    line-height: 42px;

    width: 100%;
    padding: 0 40px 0 12px;

    color: #b08c3e;
    background-color: #fff;
}
.home-message .message input::-webkit-input-placeholder,
.home-message .message textarea::-webkit-input-placeholder
{
    color: rgba(176, 140, 62, .5);
}
.home-message .message input:-o-placeholder,
.home-message .message textarea:-o-placeholder
{
    color: rgba(176, 140, 62, .5);
}
.home-message .message input::-moz-placeholder,
.home-message .message textarea::-moz-placeholder
{
    color: rgba(176, 140, 62, .5);
}
.home-message .message input:-ms-input-placeholder,
.home-message .message textarea:-ms-input-placeholder
{
    color: rgba(176, 140, 62, .5);
}
.home-message .message input:focus::-webkit-input-placeholder,
.home-message .message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.home-message .message input:focus::-o-placeholder,
.home-message .message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.home-message .message input:focus::-moz-placeholder,
.home-message .message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.home-message .message input:focus::-ms-input-placeholder,
.home-message .message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.home-message .message .submit
{
    font-size: 20px;
    line-height: 40px;

    position: absolute;
    right: 0;

    width: 36px;
    height: 42px;
    padding: 0;

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

    color: #333;
    border-radius: 0;
    background-color: #dfc081;
}
.home-message .message .submit:before
{
    font-family: 'iconfont' !important;

    content: '\e660';
}
.home-message .message .submit:hover
{
    color: #fff;
    background-color: #b08c3e;
}
.footer
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    background-color: #e3d4b4;
}
.footer .foot
{
    overflow: hidden;

    padding: 40px 0;
}
@media (max-width: 1199px)
{
    .footer .foot
    {
        padding: 15px 0;
    }
}
.footer .foot > ul
{
    font-size: 0;

    margin: 0 -15px;
}
@media (min-width: 1200px)
{
    .footer .foot > ul
    {
        width: 100%;
        padding: 0;

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

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

        content: '';
    }
}
.footer .foot > ul > li
{
    font-size: 14px;

    display: inline-block;

    max-width: 35%;
    padding: 0 15px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .footer .foot > ul > li
    {
        width: 100%;
        max-width: 100%;
        margin: 10px 0;
    }
}
.footer .foot .title-foot h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;

    text-transform: uppercase;

    color: #000;
}
@media (max-width: 767px)
{
    .footer .foot .title-foot h3
    {
        font-size: 16px;
    }
}
.footer .foot .text
{
    margin-top: 10px;
}
.footer .foot .item-contact p
{
    font-size: 16px;
    line-height: 30px;

    margin: 0;

    color: rgba(102, 102, 102, .6);
}
@media (max-width: 767px)
{
    .footer .foot .item-contact p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.footer .foot .item-contact a:hover
{
    text-decoration: underline;
}
.footer .foot .item-nav a
{
    font-size: 16px;
    line-height: 24px;

    display: inline-block;

    margin-right: 10px;

    vertical-align: top;

    color: rgba(102, 102, 102, .6);
}
@media (max-width: 767px)
{
    .footer .foot .item-nav a
    {
        font-size: 14px;
    }
}
.footer .foot .item-nav a:hover
{
    color: #b08c3e;
}
.footer .foot .item-share .share > ul > li
{
    display: inline-block;

    -webkit-transition: all .2s;
            transition: all .2s;
    vertical-align: middle;
}
.footer .foot .item-share .share > ul > li a
{
    font-size: 26px;
    line-height: 30px;

    display: block;

    padding: 0 12px;

    color: #b08c3e;
}
.footer .foot .item-share .share > ul > li a:before
{
    font-family: 'iconfont' !important;

    content: '\e615';
}
.footer .foot .item-share .share > ul > li.instagram a:before
{
    content: '\e617';
}
.footer .foot .item-share .share > ul > li.twitter a:before
{
    content: '\e60b';
}
.footer .foot .item-share .share > ul > li:hover
{
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
}
.footer .copyright
{
    padding: 30px 0;

    color: #000;
}
@media (max-width: 767px)
{
    .footer .copyright
    {
        padding: 10px 0;
    }
}
.footer .copyright p
{
    font-size: 14px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 1199px)
{
    .footer .copyright p
    {
        line-height: 24px;
    }
}
.footer .copyright p span
{
    margin-right: 10px;
}
.footer .copyright p a:hover
{
    text-decoration: underline;
}
@media (min-width: 1260px)
{
    .inner-wrap .container
    {
        width: 1230px;
    }
}
@media (min-width: 1470px)
{
    .inner-wrap .container
    {
        width: 1440px;
    }
}
.inner
{
    overflow: hidden;

    padding: 50px 0;

    background-position: center;
    background-size: cover;
}
@media (min-width: 1200px)
{
    .inner
    {
        background-attachment: fixed;
    }
}
@media (max-width: 991px)
{
    .inner
    {
        position: relative;

        padding: 100px 0 50px;
    }
    .inner:before
    {
        position: absolute;
        top: 0;
        left: 0;

        display: block;

        width: 100%;
        height: 60px;

        content: '';

        background-color: rgba(255, 255, 255, .16);
    }
}
.title-inner
{
    text-align: center;
}
.title-inner h2
{
    font-family: 'Cinzel';
    font-size: 48px;
    line-height: 1;

    display: inline-block;

    margin: 0;

    letter-spacing: 1px;

    color: #fff;
}
@media (max-width: 1199px)
{
    .title-inner h2
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .title-inner h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .title-inner h2
    {
        font-size: 24px;
    }
}
.title-inner h2 span
{
    color: #b08c3e;
}
.title-inner h2:after
{
    display: block;

    width: 52px;
    height: 6px;
    margin: 0 auto;
    margin-top: 10px;

    content: '';

    border-radius: 10px;
    background-color: #cfb171;
}
@media (max-width: 991px)
{
    .sidewrap-right
    {
        display: none;
    }
}
.sidewrap-right .title-side
{
    position: relative;

    padding-bottom: 14px;
}
.sidewrap-right .title-side:after
{
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 5px;

    content: '';

    border-bottom: 5px solid #e5e5e5;
}
.sidewrap-right .title-side:before
{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;

    display: block;

    width: 50px;
    height: 5px;

    content: '';

    background-color: #beddf7;
}
.sidewrap-right .title-side h2
{
    font-family: 'Staatliches';
    font-size: 24px;
    line-height: 1;

    margin: 0;

    color: #666;
}
.sidewrap-right .sidewrap-search form
{
    position: relative;

    margin-top: 18px;
}
.sidewrap-right .sidewrap-search form input
{
    font-size: 12px;
    line-height: 30px;

    width: 100%;
    padding: 20px 50px 20px 18px;

    border-radius: 10px;
    background-color: #f9f9f9;
}
.sidewrap-right .sidewrap-search form input::-webkit-input-placeholder,
.sidewrap-right .sidewrap-search form textarea::-webkit-input-placeholder
{
    color: rgba(0, 0, 0, .5);
}
.sidewrap-right .sidewrap-search form input:-o-placeholder,
.sidewrap-right .sidewrap-search form textarea:-o-placeholder
{
    color: rgba(0, 0, 0, .5);
}
.sidewrap-right .sidewrap-search form input::-moz-placeholder,
.sidewrap-right .sidewrap-search form textarea::-moz-placeholder
{
    color: rgba(0, 0, 0, .5);
}
.sidewrap-right .sidewrap-search form input:-ms-input-placeholder,
.sidewrap-right .sidewrap-search form textarea:-ms-input-placeholder
{
    color: rgba(0, 0, 0, .5);
}
.sidewrap-right .sidewrap-search form input:focus::-webkit-input-placeholder,
.sidewrap-right .sidewrap-search form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.sidewrap-right .sidewrap-search form input:focus::-o-placeholder,
.sidewrap-right .sidewrap-search form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.sidewrap-right .sidewrap-search form input:focus::-moz-placeholder,
.sidewrap-right .sidewrap-search form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.sidewrap-right .sidewrap-search form input:focus::-ms-input-placeholder,
.sidewrap-right .sidewrap-search form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.sidewrap-right .sidewrap-search form .submit
{
    font-size: 20px;
    line-height: 70px;

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

    padding: 0;

    color: #666;
    outline: none;
    background: none;
    box-shadow: none;
}
.sidewrap-right .sidewrap-search form .submit:before
{
    font-family: 'iconfont' !important;

    content: '\e660';
}
.sidewrap-right .sidewrap-search form .submit:hover
{
    color: #b08c3e;
}
.sidewrap-right .sidewrap-nav
{
    margin-top: 24px;
}
.sidewrap-right .sidewrap-nav .sidenav-list
{
    margin-top: 20px;
}
.sidewrap-right .sidewrap-nav .sidenav-list .slevel-1 > li
{
    position: relative;

    margin-top: 1px;
}
.sidewrap-right .sidewrap-nav .sidenav-list .slevel-1 > li > a
{
    font-size: 16px;
    line-height: 28px;

    position: relative;

    display: block;

    padding: 15px 30px 15px 12px;

    color: #fff;
    background-color: #b08c3e;
}
.sidewrap-right .sidewrap-nav .sidenav-list .slevel-1 > li .icon-sidenav
{
    position: absolute;
    top: 0;
    right: 0;

    width: 30px;
    height: 100%;

    cursor: pointer;

    color: #fff;
}
.sidewrap-right .sidewrap-nav .sidenav-list .slevel-1 > li .icon-sidenav:after
{
    font-family: 'iconfont' !important;
    line-height: 58px;

    display: inline-block;

    content: '\e625';
    -webkit-transition: all .4s;
            transition: all .4s;
}
.sidewrap-right .sidewrap-nav .sidenav-list .slevel-1 > li.active .slevel-2
{
    display: block;
}
.sidewrap-right .sidewrap-nav .sidenav-list .slevel-1 > li:hover .icon-sidenav:after,
.sidewrap-right .sidewrap-nav .sidenav-list .slevel-1 > li.current .icon-sidenav:after
{
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
.sidewrap-right .sidewrap-nav .sidenav-list .slevel-1 > li .slevel-2
{
    display: none;
}
.sidewrap-right .sidewrap-nav .sidenav-list .slevel-1 > li .slevel-2 > li
{
    position: relative;

    margin-top: 1px;
}
.sidewrap-right .sidewrap-nav .sidenav-list .slevel-1 > li .slevel-2 > li > a
{
    line-height: 24px;

    display: block;

    padding: 10px 15px;

    color: #0059a4;
    background-color: #ebf6ff;
}
.sidewrap-right .sidewrap-nav .sidenav-list .slevel-1 > li .slevel-2 > li .icon-sidenav3
{
    position: absolute;
    top: 0;
    right: 0;

    width: 30px;
    height: 100%;

    cursor: pointer;

    color: #b08c3e;
}
.sidewrap-right .sidewrap-nav .sidenav-list .slevel-1 > li .slevel-2 > li .icon-sidenav3:after
{
    font-family: 'iconfont' !important;
    line-height: 44px;

    display: inline-block;

    content: '\e659';
    -webkit-transition: all .4s;
            transition: all .4s;
}
.sidewrap-right .sidewrap-nav .sidenav-list .slevel-1 > li .slevel-2 > li.active .slevel-3
{
    display: block;
}
.sidewrap-right .sidewrap-nav .sidenav-list .slevel-1 > li .slevel-2 > li:hover > a,
.sidewrap-right .sidewrap-nav .sidenav-list .slevel-1 > li .slevel-2 > li.current > a
{
    background-color: #ccdcea;
}
.sidewrap-right .sidewrap-nav .sidenav-list .slevel-1 > li .slevel-2 > li:hover .icon-sidenav3:after,
.sidewrap-right .sidewrap-nav .sidenav-list .slevel-1 > li .slevel-2 > li.current .icon-sidenav3:after
{
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
.sidewrap-right .sidewrap-nav .sidenav-list .slevel-1 > li .slevel-2 > li .slevel-3
{
    display: none;
}
.sidewrap-right .sidewrap-nav .sidenav-list .slevel-1 > li .slevel-2 > li .slevel-3 > li > a
{
    line-height: 28px;

    position: relative;

    display: block;

    padding: 8px 8px 8px 28px;

    color: #666;
    border-bottom: 1px solid #eee;
}
.sidewrap-right .sidewrap-nav .sidenav-list .slevel-1 > li .slevel-2 > li .slevel-3 > li > a:before
{
    font-family: 'iconfont' !important;
    font-size: 12px;
    line-height: 44px;

    position: absolute;
    top: 0;
    left: 15px;

    content: '\e625';
}
.sidewrap-right .sidewrap-nav .sidenav-list .slevel-1 > li .slevel-2 > li .slevel-3 > li:hover > a,
.sidewrap-right .sidewrap-nav .sidenav-list .slevel-1 > li .slevel-2 > li .slevel-3 > li.active > a
{
    color: #b08c3e;
}
.sidewrap-right .sidewrap-nav .sidenav-list .slevel-1 > li .slevel-2 > li .slevel-3 > li:last-child > a
{
    border-bottom: none;
}
.inner-about
{
    padding-bottom: 0;
}
.inner-about .about-advantage
{
    overflow: hidden;

    margin-top: 50px;
    padding: 30px 5%;

    border: 1px solid rgba(239, 239, 239, .25);
    background-color: rgba(255, 255, 255, .1);
}
@media (max-width: 991px)
{
    .inner-about .about-advantage
    {
        margin-top: 30px;
        padding: 20px 15px;
    }
}
.inner-about .about
{
    font-size: 0;
}
.inner-about .about .title-about h2
{
    font-family: 'DINCond';
    font-size: 72px;
    line-height: 1;

    margin: 0;

    color: #fff;
}
@media (max-width: 1350px)
{
    .inner-about .about .title-about h2
    {
        font-size: 60px;
    }
}
@media (max-width: 1199px)
{
    .inner-about .about .title-about h2
    {
        font-size: 50px;
    }
}
@media (max-width: 991px)
{
    .inner-about .about .title-about h2
    {
        font-size: 40px;
    }
}
@media (max-width: 767px)
{
    .inner-about .about .title-about h2
    {
        font-size: 30px;
    }
}
.inner-about .about .title-about h2 span
{
    color: #b08c3e;
}
.inner-about .about .pic,
.inner-about .about .text
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.inner-about .about .pic
{
    overflow: hidden;

    width: 38%;
}
@media (max-width: 767px)
{
    .inner-about .about .pic
    {
        width: 100%;
        margin-top: 30px;
    }
}
.inner-about .about .pic img
{
    max-width: 100%;
}
.inner-about .about .text
{
    width: 62%;
    padding-right: 5%;
}
@media (max-width: 1199px)
{
    .inner-about .about .text
    {
        padding-right: 3%;
    }
}
@media (max-width: 767px)
{
    .inner-about .about .text
    {
        width: 100%;
        padding: 0;
    }
}
.inner-about .about .text .mask
{
    margin-top: 30px;
}
@media (max-width: 1199px)
{
    .inner-about .about .text .mask
    {
        margin-top: 14px;
    }
}
.inner-about .about .text .mask h3,
.inner-about .about .text .mask h4
{
    font-size: 18px;
    line-height: 1.66666667;

    margin: 0;

    color: #cfb171;
}
@media (max-width: 1199px)
{
    .inner-about .about .text .mask h3,
    .inner-about .about .text .mask h4
    {
        font-size: 16px;
    }
}
.inner-about .about .text .mask h3
{
    font-weight: bold;
    font-style: italic;
}
.inner-about .about .text .note
{
    margin-top: 20px;

    color: #fff;
}
@media (max-width: 1199px)
{
    .inner-about .about .text .note
    {
        margin-top: 10px;
    }
}
.inner-about .about .text .note p
{
    font-size: 18px;
    line-height: 1.66666667;

    margin: 0;
}
@media (max-width: 1350px)
{
    .inner-about .about .text .note p
    {
        font-size: 16px;
    }
}
@media (max-width: 991px)
{
    .inner-about .about .text .note p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.inner-about .about .text .since
{
    font-size: 44px;
    font-style: italic;

    margin-top: 20px;

    color: #cfb171;
}
@media (max-width: 1350px)
{
    .inner-about .about .text .since
    {
        font-size: 34px;
    }
}
@media (max-width: 991px)
{
    .inner-about .about .text .since
    {
        font-size: 24px;
    }
}
.inner-about .about .text .since b
{
    font-family: 'Segoe Script';
    font-weight: normal;
}
.inner-about .advantage
{
    margin-top: 50px;
    padding: 40px 0;

    border-radius: 10px;
    background-color: #efd190;
}
@media (max-width: 991px)
{
    .inner-about .advantage
    {
        padding: 20px 0;
    }
}
@media (min-width: 992px)
{
    .inner-about .advantage > ul
    {
        width: 100%;
        padding: 0 7%;

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

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

        content: '';
    }
}
@media (max-width: 991px)
{
    .inner-about .advantage > ul
    {
        font-size: 0;
    }
}
.inner-about .advantage > ul > li
{
    display: inline-block;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .inner-about .advantage > ul > li
    {
        font-size: 14px;

        width: 20%;
        padding: 0 10px;
    }
}
@media (max-width: 767px)
{
    .inner-about .advantage > ul > li
    {
        width: 33.33333333%;
        margin: 10px 0;
    }
}
.inner-about .advantage .item
{
    text-align: center;
}
.inner-about .advantage .item img
{
    width: 60px;
    margin: 0 auto;
}
@media (max-width: 767px)
{
    .inner-about .advantage .item img
    {
        width: 40px;
    }
}
.inner-about .advantage .item p
{
    font-size: 16px;
    line-height: 30px;

    margin: 10px 0 0 0;

    color: #000;
}
@media (max-width: 991px)
{
    .inner-about .advantage .item p
    {
        font-size: 14px;
        line-height: 20px;
    }
}
.inner-about .advantage .item:hover img
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.inner-factory .factory .item
{
    text-align: center;

    color: #fff;
}
.inner-factory .factory .item p
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 10px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .inner-factory .factory .item p
    {
        font-size: 16px;
    }
}
.inner-news
{
    padding-bottom: 0;
}
.inner-news .news
{
    margin-top: 50px;
    padding: 20px 5% 50px;

    border: 1px solid rgba(239, 239, 239, .25);
    background-color: rgba(0, 0, 0, .2);
}
@media (max-width: 991px)
{
    .inner-news .news
    {
        margin-top: 30px;
        padding: 10px 15px 50px;
    }
}
.inner-news .news ul li
{
    padding: 50px 0;

    border-bottom: 1px solid rgba(255, 255, 255, .2);
}
@media (max-width: 1199px)
{
    .inner-news .news ul li
    {
        padding: 30px 0;
    }
}
.inner-news .news ul li:last-child
{
    padding-bottom: 0;

    border-bottom: none;
}
.inner-news .news .item
{
    font-size: 0;
}
.inner-news .news .item .pic,
.inner-news .news .item .text
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    vertical-align: middle;
}
.inner-news .news .item .pic
{
    position: relative;
    z-index: 2;

    width: 210px;
}
@media (max-width: 991px)
{
    .inner-news .news .item .pic
    {
        width: 160px;
    }
}
@media (max-width: 767px)
{
    .inner-news .news .item .pic
    {
        display: block;

        margin: 0 auto;
    }
}
.inner-news .news .item .pic .ibox img
{
    overflow: hidden;

    -webkit-transition: all 1s;
            transition: all 1s;

    border: 5px solid rgba(207, 177, 113, .56);
    border-radius: 50%;
}
.inner-news .news .item .pic .date
{
    position: absolute;
    z-index: 2;
    right: -20px;
    bottom: -20px;

    display: block;

    width: 100px;
    height: 100px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #cfb171;
}
@media (max-width: 991px)
{
    .inner-news .news .item .pic .date
    {
        width: 80px;
        height: 80px;
    }
}
@media (max-width: 767px)
{
    .inner-news .news .item .pic .date
    {
        bottom: 0;

        width: 70px;
        height: 70px;
    }
}
.inner-news .news .item .pic .date b
{
    font-size: 30px;
    line-height: 1;

    display: block;

    margin-top: 20px;
}
@media (max-width: 991px)
{
    .inner-news .news .item .pic .date b
    {
        font-size: 24px;

        margin-top: 16px;
    }
}
@media (max-width: 767px)
{
    .inner-news .news .item .pic .date b
    {
        font-size: 20px;

        margin-top: 10px;
    }
}
.inner-news .news .item .pic .date p
{
    font-size: 16px;
    line-height: 24px;

    margin: 0;
}
@media (max-width: 767px)
{
    .inner-news .news .item .pic .date p
    {
        font-size: 14px;
    }
}
.inner-news .news .item .text
{
    width: -webkit-calc(100% - 210px);
    width:         calc(100% - 210px);
    padding-left: 5%;
}
@media (max-width: 991px)
{
    .inner-news .news .item .text
    {
        width: -webkit-calc(100% - 160px);
        width:         calc(100% - 160px);
    }
}
@media (max-width: 767px)
{
    .inner-news .news .item .text
    {
        width: 100%;
        margin-top: 20px;
        padding: 0;
    }
}
.inner-news .news .item .text b
{
    font-size: 24px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

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

    color: #cfb171;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .inner-news .news .item .text b
    {
        font-size: 20px;
    }
}
.inner-news .news .item .text p
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 10px 0 0 0;

    color: #fff;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1199px)
{
    .inner-news .news .item .text p
    {
        margin-top: 10px;
    }
}
.inner-news .news .item .text a.more
{
    line-height: 36px;

    display: inline-block;

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

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

    border-radius: 6px;
    background-color: #cfb171;
}
.inner-news .news .item:hover .text b
{
    color: #b08c3e;
}
.inner-news .news .item:hover .text a.more
{
    color: #fff;
    background-color: #b08c3e;
}
.inner-news-show .news-show
{
    margin-top: 50px;
    padding: 50px 5%;

    border: 1px solid rgba(239, 239, 239, .25);
    background-color: rgba(0, 0, 0, .2);
}
@media (max-width: 991px)
{
    .inner-news-show .news-show
    {
        margin-top: 30px;
    }
}
.inner-news-show .title-news-show
{
    text-align: center;
}
.inner-news-show .title-news-show h1
{
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;

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

    color: #cfb171;
}
@media (max-width: 767px)
{
    .inner-news-show .title-news-show h1
    {
        font-size: 20px;
    }
}
.inner-news-show .title-news-show p
{
    line-height: 40px;

    margin-top: 30px;

    border-top: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.inner-news-show .title-news-show p span
{
    font-size: 16px;

    display: inline-block;

    margin: 0 10px;

    vertical-align: top;

    color: rgba(255, 255, 255, .5);
}
.inner-news-show .text
{
    font-size: 16px;
    line-height: 1.875;

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

    color: #fff;
}
@media (max-width: 767px)
{
    .inner-news-show .text
    {
        font-size: 14px;
    }
}
.inner-news-show .text p
{
    margin: 0;
}
.inner-news-show .text img
{
    max-width: 100%;
    height: auto !important;
}
.inner-news-show .news-prev-next
{
    margin-top: 60px;

    text-align: center;
}
.inner-news-show .news-prev-next a
{
    font-size: 28px;
    line-height: 60px;

    display: inline-block;

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

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

    color: rgba(255, 255, 255, .2);
    border: 1px solid rgba(255, 255, 255, .2);
}
.inner-news-show .news-prev-next a:before
{
    font-family: 'iconfont' !important;

    content: '\eb60';
}
.inner-news-show .news-prev-next a.next:before
{
    content: '\e625';
}
.inner-news-show .news-prev-next a:hover
{
    color: #fff;
    background-color: #b08c3e;
}
.inner-products .products
{
    clear: both;

    padding: 0 5%;
}
@media (max-width: 991px)
{
    .inner-products .products
    {
        margin-top: 20px;
        padding: 0 15px;
    }
}
.inner-products .products > ul
{
    margin: 0 -26px;
}
@media (max-width: 1199px)
{
    .inner-products .products > ul
    {
        margin: 0 -15px;
    }
}
@media (max-width: 767px)
{
    .inner-products .products > ul
    {
        margin: 0 -8px;
    }
}
.inner-products .products > ul > li
{
    padding: 0 26px;
}
@media (max-width: 1199px)
{
    .inner-products .products > ul > li
    {
        padding: 0 15px;
    }
}
@media (max-width: 767px)
{
    .inner-products .products > ul > li
    {
        padding: 0 8px;
    }
}
.inner-products .products .item
{
    display: block;

    margin-top: 30px;

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

    background-color: #cfb171;
}
@media (max-width: 767px)
{
    .inner-products .products .item
    {
        margin-top: 14px;
    }
}
.inner-products .products .item .ibox
{
    padding-bottom: 81.25%;
}
.inner-products .products .item .ibox img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inner-products .products .item .note
{
    padding: 12px 20px;
}
@media (max-width: 767px)
{
    .inner-products .products .item .note
    {
        padding: 12px;
    }
}
.inner-products .products .item .note b
{
    font-family: 'Cinzel';
    font-size: 20px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    color: #000;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .inner-products .products .item .note b
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .inner-products .products .item .note b
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.inner-products .products .item .note span.more
{
    font-weight: bold;
    line-height: 24px;

    display: block;

    color: #fff;
}
@media (max-width: 767px)
{
    .inner-products .products .item .note span.more
    {
        font-size: 12px;
        line-height: 18px;

        margin: 0;
    }
}
.inner-products .products .item:hover
{
    background-color: #b08c3e;
}
.inner-products .products .item:hover .ibox img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inner-products .products .item:hover .note b
{
    color: #fff;
}
.inner-products .products .item:hover .note span.more
{
    color: #fff;
}
.inner-products-show .products-show
{
    margin-top: 50px;
    padding: 50px 5%;

    border: 1px solid rgba(239, 239, 239, .25);
    background-color: rgba(0, 0, 0, .2);
}
@media (max-width: 991px)
{
    .inner-products-show .products-show
    {
        margin-top: 30px;
        padding: 15px;
    }
}
.inner-products-show .products-show .product-scroll
{
    background-color: rgba(0, 0, 0, .4);
}
.inner-products-show .products-show .product-left
{
    width: 65%;
}
@media (max-width: 1199px)
{
    .inner-products-show .products-show .product-left
    {
        width: 100%;
    }
}
.inner-products-show .products-show .product-right
{
    width: 35%;
}
@media (max-width: 1199px)
{
    .inner-products-show .products-show .product-right
    {
        width: 100%;
    }
}
.inner-products-show .products-show .item
{
    border: 1px solid #eee;
}
.inner-products-show .products-show .item .ibox
{
    padding-bottom: 81.25%;
}
.inner-products-show .products-show .slick-product-for
{
    position: relative;
}
.inner-products-show .products-show .slick-product-for:after
{
    font-family: 'iconfont' !important;
    font-size: 50px;

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

    content: '\e642';

    color: rgba(255, 255, 255, .9);
}
@media (max-width: 1199px)
{
    .inner-products-show .products-show .slick-product-for:after
    {
        display: none;
    }
}
.inner-products-show .products-show .slick-product-nav
{
    margin: 0 -5px;
    padding: 14px 0;
}
.inner-products-show .products-show .slick-product-nav .slick-slide
{
    padding: 0 5px;
}
.inner-products-show .products-show .slick-product-nav .slick-current .item
{
    border-color: #9ecaf5;
}
.inner-products-show .products-show .slick-product-nav .slick-arrow
{
    left: 0;

    width: auto;
    height: auto;

    opacity: 0;
    color: #b08c3e;
    border: none;
}
@media (max-width: 991px)
{
    .inner-products-show .products-show .slick-product-nav .slick-arrow
    {
        font-size: 30px;

        opacity: 1;
    }
}
.inner-products-show .products-show .slick-product-nav .slick-arrow:before
{
    content: '\eb60';
}
.inner-products-show .products-show .slick-product-nav .slick-arrow.slick-next
{
    right: 0;
    left: auto;
}
.inner-products-show .products-show .slick-product-nav .slick-arrow.slick-next:before
{
    content: '\e625';
}
.inner-products-show .products-show .slick-product-nav .slick-arrow:hover
{
    color: #af8b3c;
    background: none;
}
.inner-products-show .products-show .slick-product-nav:hover .slick-arrow
{
    opacity: 1;
}
.inner-products-show .products-show .product-info
{
    padding: 20px 20px 0 0;
}
@media (max-width: 1199px)
{
    .inner-products-show .products-show .product-info
    {
        padding: 20px;
    }
}
.inner-products-show .products-show .product-info .title-product-info h1
{
    font-size: 30px;
    line-height: 1.25;

    margin: 0;

    color: #cfb171;
}
@media (max-width: 1199px)
{
    .inner-products-show .products-show .product-info .title-product-info h1
    {
        font-size: 24px;
    }
}
.inner-products-show .products-show .product-info .text
{
    font-size: 16px;
    line-height: 28px;

    min-height: 333px;
    margin-top: 30px;

    color: #fff;
}
@media (max-width: 1350px)
{
    .inner-products-show .products-show .product-info .text
    {
        min-height: 328px;
    }
}
@media (max-width: 1199px)
{
    .inner-products-show .products-show .product-info .text
    {
        min-height: auto;
    }
}
@media (max-width: 767px)
{
    .inner-products-show .products-show .product-info .text
    {
        font-size: 14px;

        margin-top: 10px;
    }
}
.inner-products-show .products-show .product-info .text p
{
    margin: 0;
}
.inner-products-show .products-show .product-info .link .btn-consult,
.inner-products-show .products-show .product-info .link .btn-contact
{
    display: inline-block;

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

    vertical-align: top;
}
.inner-products-show .products-show .product-info .link .btn-consult a{
    font-size: 18px;
    line-height: 60px;

    display: inline-block;

    padding: 0 38px;

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

    color: #000;
    background-color: #cfb171;
}
.inner-products-show .products-show .product-info .link .btn-contact a
{
    font-size: 18px;
    line-height: 60px;

    display: inline-block;

    padding: 0 38px;

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

    color: #000;
    background-color: #fff;
}
@media (max-width: 991px)
{
    .inner-products-show .products-show .product-info .link .btn-consult a,
    .inner-products-show .products-show .product-info .link .btn-contact a
    {
        font-size: 16px;
        line-height: 40px;

        padding: 0 20px;
    }
}
@media (max-width: 767px)
{
    .inner-products-show .products-show .product-info .link .btn-consult a,
    .inner-products-show .products-show .product-info .link .btn-contact a
    {
        font-size: 14px;
    }
}
.inner-products-show .products-show .product-info .link .btn-consult a:hover,
.inner-products-show .products-show .product-info .link .btn-contact a:hover
{
    background-color: #cfb171;
}
.inner-products-show .products-show .product-info .link .prev-next
{
    display: inline-block;

    text-align: center;
    vertical-align: top;
}
.inner-products-show .products-show .product-info .link .prev-next a
{
    font-size: 28px;
    line-height: 60px;

    display: inline-block;

    width: 60px;
    height: 60px;
    margin-top: 14px;
    margin-right: 14px;
    margin-bottom: 30px;

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

    color: rgba(255, 255, 255, .2);
    border: 1px solid rgba(255, 255, 255, .2);
}
@media (max-width: 991px)
{
    .inner-products-show .products-show .product-info .link .prev-next a
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.inner-products-show .products-show .product-info .link .prev-next a:before
{
    font-family: 'iconfont' !important;

    content: '\eb60';
}
.inner-products-show .products-show .product-info .link .prev-next a.next:before
{
    content: '\e625';
}
.inner-products-show .products-show .product-info .link .prev-next a:hover
{
    color: #fff;
    background-color: #b08c3e;
}
.inner-products-show .details,
.inner-products-show .message
{
    padding-top: 50px;
}
@media (max-width: 991px)
{
    .inner-products-show .details,
    .inner-products-show .message
    {
        padding-top: 30px;
    }
}
.inner-products-show .title-product-show
{
    border-bottom: 1px solid rgba(255, 255, 255, .24);
}
.inner-products-show .title-product-show h2
{
    font-size: 24px;

    color: #fff;
}
@media (max-width: 991px)
{
    .inner-products-show .title-product-show h2
    {
        font-size: 20px;
    }
}
.inner-products-show .details .text
{
    font-size: 16px;
    line-height: 28px;

    padding: 30px 0 0 0;

    color: #fff;
}
@media (max-width: 767px)
{
    .inner-products-show .details .text
    {
        font-size: 14px;

        padding: 20px 0 0 0;
    }
}
.inner-products-show .details .text p
{
    margin: 0;
}
.inner-products-show .details .text img
{
    max-width: 100%;
    height: auto !important;
}
.inner-products-show .details .text table
{
    width: 100%;
}
.inner-products-show .details .text table td
{
    padding: 8px;

    border: 1px solid rgba(255, 255, 255, .2);
}
.inner-products-show .message input,
.inner-products-show .message textarea
{
    font-size: 18px;
    line-height: 24px;

    width: 100%;
    margin-top: 30px;
    padding: 15px 20px;

    resize: vertical;

    color: #fff;
    border: 1px solid rgba(255, 255, 255, .1);
    outline: none;
    background-color: rgba(0, 0, 0, .1);
}
@media (max-width: 991px)
{
    .inner-products-show .message input,
    .inner-products-show .message textarea
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .inner-products-show .message input,
    .inner-products-show .message textarea
    {
        font-size: 14px;

        margin-top: 10px;
        padding: 10px;
    }
}
.inner-products-show .message input::-webkit-input-placeholder,
.inner-products-show .message textarea::-webkit-input-placeholder
{
    color: #888;
}
.inner-products-show .message input:-o-placeholder,
.inner-products-show .message textarea:-o-placeholder
{
    color: #888;
}
.inner-products-show .message input::-moz-placeholder,
.inner-products-show .message textarea::-moz-placeholder
{
    color: #888;
}
.inner-products-show .message input:-ms-input-placeholder,
.inner-products-show .message textarea:-ms-input-placeholder
{
    color: #888;
}
.inner-products-show .message input:focus::-webkit-input-placeholder,
.inner-products-show .message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.inner-products-show .message input:focus::-o-placeholder,
.inner-products-show .message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.inner-products-show .message input:focus::-moz-placeholder,
.inner-products-show .message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.inner-products-show .message input:focus::-ms-input-placeholder,
.inner-products-show .message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.inner-products-show .message .submit
{
    font-size: 18px;
    line-height: 50px;

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

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

    border-radius: 0;
    outline: none;
    background-color: #cfb171;
}
@media (max-width: 767px)
{
    .inner-products-show .message .submit
    {
        font-size: 14px;
        line-height: 45px;
    }
}
.inner-products-show .message .submit:hover
{
    background-color: #b08c3e;
}
@media (min-width: 1260px)
{
    .inner-contact .container
    {
        width: 1230px;
    }
}
.inner-contact .contact > ul
{
    font-size: 0;

    margin: 0 -10px;
}
.inner-contact .contact > ul > li
{
    font-size: 14px;

    display: inline-block;

    width: 25%;
    padding: 0 10px;

    text-align: center;
    vertical-align: top;
}
@media (max-width: 767px)
{
    .inner-contact .contact > ul > li
    {
        width: 100%;
    }
}
.inner-contact .contact > ul > li:nth-child(2) .item:before
{
    content: '\e664';
}
.inner-contact .contact > ul > li:nth-child(3) .item:before
{
    content: '';
}
.inner-contact .contact > ul > li:nth-child(4) .item:before
{
    content: '\e814';
}
.inner-contact .contact .item
{
    max-width: 280px;
    margin: 0 auto;
    margin-top: 30px;

    color: #fff;
}
@media (max-width: 767px)
{
    .inner-contact .contact .item
    {
        max-width: 100%;
    }
}
.inner-contact .contact .item:before
{
    font-family: 'iconfont' !important;
    font-size: 80px;
    line-height: 80px;

    display: inline-block;

    content: '\e663';

    color: #cfb171;
}
@media (max-width: 991px)
{
    .inner-contact .contact .item:before
    {
        font-size: 60px;
        line-height: 60px;
    }
}
@media (max-width: 767px)
{
    .inner-contact .contact .item:before
    {
        font-size: 50px;
        line-height: 50px;
    }
}
.inner-contact .contact .item p
{
    font-size: 18px;
    line-height: 26px;

    margin: 10px 0 0 0;

    word-break: break-word;
}
@media (max-width: 767px)
{
    .inner-contact .contact .item p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.inner-contact .contact .item a:hover
{
    text-decoration: underline;

    color: #b08c3e;
}
.inner-contact .contact .item:hover:before
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.inner-contact .message
{
    padding-top: 70px;
}
@media (max-width: 991px)
{
    .inner-contact .message
    {
        padding-top: 40px;
    }
}
.inner-contact .message .title-message
{
    border-bottom: 1px solid rgba(255, 255, 255, .24);
}
.inner-contact .message .title-message h2
{
    font-size: 24px;

    color: #fff;
}
@media (max-width: 991px)
{
    .inner-contact .message .title-message h2
    {
        font-size: 20px;
    }
}
.inner-contact .message input,
.inner-contact .message textarea
{
    font-size: 18px;
    line-height: 24px;

    width: 100%;
    margin-top: 30px;
    padding: 15px 20px;

    resize: vertical;

    color: #fff;
    border: 1px solid rgba(255, 255, 255, .1);
    outline: none;
    background-color: rgba(0, 0, 0, .1);
}
@media (max-width: 991px)
{
    .inner-contact .message input,
    .inner-contact .message textarea
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .inner-contact .message input,
    .inner-contact .message textarea
    {
        font-size: 14px;

        margin-top: 10px;
        padding: 10px;
    }
}
.inner-contact .message input::-webkit-input-placeholder,
.inner-contact .message textarea::-webkit-input-placeholder
{
    color: #888;
}
.inner-contact .message input:-o-placeholder,
.inner-contact .message textarea:-o-placeholder
{
    color: #888;
}
.inner-contact .message input::-moz-placeholder,
.inner-contact .message textarea::-moz-placeholder
{
    color: #888;
}
.inner-contact .message input:-ms-input-placeholder,
.inner-contact .message textarea:-ms-input-placeholder
{
    color: #888;
}
.inner-contact .message input:focus::-webkit-input-placeholder,
.inner-contact .message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.inner-contact .message input:focus::-o-placeholder,
.inner-contact .message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.inner-contact .message input:focus::-moz-placeholder,
.inner-contact .message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.inner-contact .message input:focus::-ms-input-placeholder,
.inner-contact .message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.inner-contact .message .submit
{
    font-size: 18px;
    line-height: 50px;

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

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

    border-radius: 0;
    outline: none;
    background-color: #cfb171;
}
@media (max-width: 767px)
{
    .inner-contact .message .submit
    {
        font-size: 14px;
        line-height: 45px;
    }
}
.inner-contact .message .submit:hover
{
    background-color: #b08c3e;
}
nav
{
    text-align: center;
}
.pagination
{
    margin: 50px 0 0 0;
    padding: 0;
}
@media (max-width: 991px)
{
    .pagination
    {
        margin-top: 30px;
    }
}
.pagination li.prev a,
.pagination li.next a
{
    border-radius: 50%;
}
.pagination li.prev a span:before,
.pagination li.next a span:before
{
    font-family: 'iconfont' !important;

    content: '\eb60';
}
.pagination li.next a span:before
{
    content: '\e625';
}
.pagination li a
{
    line-height: 36px;

    display: block;

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

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

    color: #666;
    border: none;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .7);
}
@media (max-width: 991px)
{
    .pagination li a
    {
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover
{
    color: #fff;
    background-color: #b08c3e;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #fff;
    background-color: #b08c3e;
}
/*分页样式*/
.page_info{text-align:center;margin:30px auto;color:#999; width:100%; float:left;}
.page_info span{padding:0 2px;font-weight:bold;}
.page_list{height:40px;line-height:40px;text-align:center;letter-spacing:0;font-size:15px;margin:30px auto; clear:both; padding-top:50px;}
.page_list a{display:inline-block;color:#555; width:40px; border-radius:50%; background-image: linear-gradient(#fff, #aaa); text-align:center;padding:0 8px;margin:0 3px; transition:all .3s ease;}
.page_list a:hover{color:#fff; background-image: linear-gradient(#cfb171, #93670a);}
.page_list a.on{color:#000; background:#cfb171; font-weight:bold;}
.prev_next{width: 100%;}
.inner-products .products-sort{
	padding: 0 6%;
	text-align: center;
	margin-top: 20px;
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	z-index: 2;
	margin-top: 40px;
}
.inner-products .products-sort>ul{
	margin: 0 -30px;
}
.inner-products .products-sort>ul>li{
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	margin-top: 10px;

}
.inner-products .products-sort>ul>li>a:after{
	content: '';
	display: block;
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 5px 0 5px;
	border-color: #cfb171 transparent transparent transparent;
	opacity: 0;
}
.inner-products .products-sort>ul>li>a{
	display: inline-block;
	padding: 10px 40px;
	line-height: 30px;
	background-color: rgba(0,0,0,.4);
	color: #cfb171;
	font-size: 16px;
	border-radius: 30px;
	margin-bottom: 20px;
	position: relative;
}
.inner-products .products-sort>ul>li>ul{
	position: absolute;
	width: 100%;
	text-align: center;
	background-color: #cfb171;
	border-radius: 50px;
	left: 0;
display: none;

}
.inner-products .products-sort>ul>li>ul>li{
	display: inline-block;
	vertical-align: top;
}
.inner-products .products-sort>ul>li>ul>li>a{
	display: block;
	padding: 15px 30px;
	font-size: 18px;
	line-height: 30px;
	color: #333333;
}
.inner-products .products-sort>ul>li:hover>a,
.inner-products .products-sort>ul>li.active>a{
	background-color:#cfb171;
	color: #222222;
}
.inner-products .products-sort>ul>li:hover>a:after,
.inner-products .products-sort>ul>li.active>a:after{
	opacity: 1;
}
.inner-products .products-sort>ul>li>ul>li.active>a,
.inner-products .products-sort>ul>li>ul>li:hover>a{
	color: #ffffff;
}

@media(max-width:1199px){
	.inner-products .products-sort>ul{
		margin: 0 -10px;
	}
	.inner-products .products-sort>ul>li{
		padding: 0 10px;
		display: block;
	}
	.inner-products .products-sort>ul>li>a{
		font-size: 14px;
		padding: 6px 30px;
		margin: 0;
	}
	.inner-products .products-sort>ul>li>ul{
		display: block;
		position: relative;
		background: none;
	}
	.inner-products .products-sort>ul>li>ul>li>a{
		color: #ffffff;
		font-size: 16px;
		padding: 0 10px;
	}
}

.header .nav .nav-list1 .nav-list3{
	position: absolute;
	background-color: rgba(0, 0, 0, .7);
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	width: 100%;
	text-align: center;
	left: 0;
	display: none;
}
.header .nav .nav-list1 .nav-list3 li a{
	display: inline-block;
	padding: 10px 10px;
	line-height: 30px;
	color: #cfb171;
}
@media(max-width:1199px){
	.header .nav .nav-list1 .nav-list3{
		display: block;
		position: relative;
		background: none;
		text-align: left;
	}
}