@charset 'utf-8';
.ff
{
    font-family: 'iconfont' !important;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.all
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
body
{
    font-family:"MicrosoftYaHei",微软雅黑,Arial,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;
}
body.fixed
{
    overflow: hidden;
}
@media only screen and (min-width: 1350px)
{
    .container
    {
        width: 1320px;
    }
}
@media only screen and (min-width: 1470px)
{
    .container
    {
        width: 1440px;
    }
	
	
}
.txt-over1
{
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.img-box
{
    position: relative;
    z-index: 1;

    display: block;
    overflow: hidden;

    height: 0;
    padding-bottom: 100%;
}
.img-box img
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: auto;
}
.img-box_case
{
    position: relative;
    z-index: 1;

    display: block;

    height: auto;
    padding-bottom: 142%;
}
.img-box_case img
{
    position: absolute;
    top: 0;
    left: 0;
    clear: both;

    display: block;

    width: 100%;
    height:100%;
}
.icon
{
    overflow: hidden;

    width: 1em;
    height: 1em;

    vertical-align: -.15em;

    fill: currentColor;
}
.page
{
    text-align: center;
}
.page li
{
    display: inline-block;

    margin: 0 3px;
}
@media (max-width: 767px)
{
    .page li
    {
        margin: 0 1px;
    }
	
	
}
.page li a,
.page li span
{
    font-size: 16px;
    line-height: 33px;

    display: block;

    width: 35px;
    height: 35px;

    cursor: pointer;
    -webkit-transition: .3s;
            transition: .3s;
    text-align: center;
    vertical-align: middle;

    color: #848484;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
}
@media (max-width: 767px)
{
    .page li a,
    .page li span
    {
        font-size: 12px;
        line-height: 28px;

        width: 30px;
        height: 30px;
        margin: 0 1px;
    }
	
}
.page li.prev a:before,
.page li.next a:before,
.page li.prev span:before,
.page li.next span:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page li.prev a:before,
.page li.prev span:before
{
    content: '\e9b5';
}
.page li.next a:before,
.page li.next span:before
{
    content: '\e72f';
}
.page li.active a,
.page li:hover a,
.page li.active span,
.page li:hover span
{
    color: #fff;
    border-color: #817066;
    background-color: #817066;
}
.table-box
{
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
.table-box table
{
    line-height: 1.2;

    width: 100%;
    max-width: 100%;

    border-spacing: 0;
    border-collapse: collapse;

    text-align: center;
}
.table-box table tr,
.table-box table td,
.table-box table th
{
    width: auto !important;
    height: auto !important;
}
.table-box table td,
.table-box table th
{
    font-size: 15px;

    padding: 10px !important;

    border: 1px solid #ccc !important;
}
@media (max-width: 991px)
{
    .table-box table td,
    .table-box table th
    {
        font-size: 14px;
    }
}
@media (max-width: 767px)
{
    .table-box table td,
    .table-box table th
    {
        font-size: 12px;
    }
	
}
@media (max-width: 480px)
{
    .table-box table td,
    .table-box table th
    {
        font-size: 3vmin;

        padding: 8px !important;
    }
}
.table-box table tr p,
.table-box table tr span
{
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.table-box table th
{
    text-align: center;
}
.table-box table td
{
    font-weight: 500;
}
.clearfix
{
    zoom: 1;
}
.clearfix:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
img.lazy
{
    min-width: 1px;
    min-height: 1px;

    background: url(../js/slick/ajax-loader.gif) no-repeat center;
}
.fancybox-slide--iframe .fancybox-content
{
    /*width: 1400px;*/
    /* max-width: 90%; */
    /*height: 600px;*/
    /* max-height: 90%; */
    /* margin: 0; */
    width: calc(100% - 100px);
    height: calc(100% - 88px);
}
.fancybox-slide--video video
{
    max-width: 80%;
    padding: 0;
}
@media (max-width: 767px)
{
    .fancybox-slide--video video
    {
        max-width: 95%;
    }
}
.header
{
    position: relative;
    z-index: 999;
    width: 100%;

}
@media (min-width: 1200px)
{
    .header .container
    {
        width: 100%;
        padding: 0 0 0 445px;
    }
}
@media (min-width: 1200px) and (max-width: 1700px)
{
    .header .container
    {
        padding-left: 325px;
    }
}
@media (min-width: 1200px) and (max-width: 1469px)
{
    .header .container
    {
        padding-left: 290px;
    }
}
@media (min-width: 1200px) and (max-width: 1349px)
{
    .header .container
    {
        padding-left: 260px;
    }
}
@media (min-width: 1200px)
{
    .header
    {
        -webkit-transition: .3s;
                transition: .3s;
    }
}
@media (min-width: 1200px)
{
    .header .top,
    .header .bottom
    {
        padding-right: 7.09219858%;
    }
}
@media (min-width: 1200px) and (max-width: 1700px)
{
    .header .top,
    .header .bottom
    {
        padding-right:1%;
    }
}
.header .top
{
    position: relative;
    z-index: 10;
    overflow: hidden;
}
@media (min-width: 1200px)
{
    .header .top
    {
        line-height: 40px;

        height: 40px;

        color: #fff;
        background-color: #817066;
    }
}
@media (max-width: 1199px)
{
    .header .top
    {
        float: right;
    }
}
.header .top .contact
{
    float: left;
}
.header .top .contact .share,
.header .top .contact .phone
{
    display: inline-block;

    vertical-align: middle;
}
.header .top .contact .phone
{
   

    position: relative;

    margin: 0 40px 0 30px;
    padding-left: 30px;
}
.header .top .contact .phone
{
    background:url(../images/dn_ico.png) 0 8px no-repeat;
	background-size:20px;
    position: absolute;
    top: 0;
    left: 0;

   
}
.header .top .contact .phone a:hover
{
    text-decoration: underline;
}
@media (max-width: 1349px)
{
    .header .top .contact .phone
    {
        margin-left: 20px;
    }
}
.header .top .contact .share
{
    color: #fff;
}
.header .top .fun-btn
{
    font-size: 0;
   

    float: right;

    letter-spacing: -8px;
}
@media (max-width: 1199px)
{
    .header .top .fun-btn
    {
        padding: 25px 0;
    }
}
@media (max-width: 480px)
{
    .header .top .fun-btn
    {
        padding: 15px 0;
    }
}
.header .top .fun-btn > div
{
    font-size: 14px;

    display: inline-block;

    margin-left: 15px;

    vertical-align: middle;
    letter-spacing: 0;
}
@media (max-width: 1199px)
{
    .header .top .fun-btn > div
    {
        margin-left: 0;
    }
    .header .top .fun-btn > div.find
    {
        font-weight: bold;
    }
    .header .top .fun-btn > div.cart a:before
    {
        font-size: 26px;
    }
}
@media (max-width: 480px)
{
    .header .top .fun-btn > div.cart a
    {
        padding-left: 0;
		display:none;
    }
}
.header .top .fun-btn a
{
    display: inline-block;

    padding: 0 30px;
}
@media (max-width: 1349px)
{
    .header .top .fun-btn a
    {
        padding: 0 15px;
    }
}
@media (max-width: 480px)
{
    .header .top .fun-btn a
    {
        padding: 0 10px;
    }
}
.header .top .fun-btn a:before,
.header .top .fun-btn a span
{
    display: inline-block;

    vertical-align: middle;
}
.header .top .fun-btn a:before
{
    font-family: 'iconfont' !important;
    font-size: 19px;
    font-style: normal;

    margin-right: 10px;

    content: '';

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1200px)
{
    .header .top .fun-btn a:hover span
    {
        text-decoration: underline;
    }
}
@media (max-width: 1199px)
{
    .header .top .fun-btn a:before
    {
        font-size: 22px;

        margin-right: 0;
    }
    .header .top .fun-btn a span
    {
        display: none;
    }
}
.header .top .language
{
    font-size: 0;

    position: relative;

    letter-spacing: -8px;
}
@media (max-width: 1199px)
{
    .header .top .language
    {
        display: none !important;
    }
}
.header .top .language a
{
    position: relative;

    margin: 0;

    -webkit-transition: .2s;
            transition: .2s;
    letter-spacing: 0;
	background:url(../images/dz_ico.png) 0 8px no-repeat;  display:block;
}
.header .top .language a:before
{
    
}
.header .top .cart a
{
    position: relative;
	background:url(../images/ly_ico.png) 0 8px no-repeat;  display:block;
}
.header .top .cart a:before
{ 
}
@media (max-width: 1199px)
{
    .header .top .cart a:after
    {
        font-size: 12px;

        position: absolute;
        top: 0;
        left: 100%;

        margin-left: -20px;
        padding: 0 5px;

        content: attr(data-num);

        color: #fff;
        border-radius: 10px;
        background-color: #817066;
    }
}
@media (max-width: 480px)
{
    .header .top .cart a:after
    {
        font-size: 3vmin;
    }
}
.header .top .find
{
    cursor: pointer;
    -webkit-transition: .3s;
            transition: .3s;
}
@media (min-width: 1200px)
{
    .header .top .find
    {
        background-color: #c6b3a5;
    }
}
.header .top .find a:before
{
    font-family: 'iconfont' !important;

    content: '\e601';
}
@media (min-width: 1200px)
{
    .header .bottom
    {
        position: relative;
        z-index: 5;
    }
}
@media (max-width: 1199px)
{
    .header .bottom
    {
        height: 0;
    }
}
.header .header-box .container
{
    font-size: 0;

    position: relative;

    text-align: justify;
    text-justify: distribute-all-lines;
    letter-spacing: -8px;
}
.header .header-box .container:after
{
    display: inline-block;
    overflow: hidden;

    width: 100%;
    height: 0;
    margin: 0;

    content: '';
}
.header .header-box .container > div
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
    letter-spacing: 0;
}
@media (min-width: 1200px)
{
    .header .logo
    {
        position: absolute;
        z-index: 20;
        top: 0;
        left: 10px;
    }
}
@media (min-width: 1200px) and (max-width: 1469px)
{
    .header .logo
    {
        left: 10px;

        width: 280px;
    }
}
@media (min-width: 1200px) and (max-width: 1349px)
{
    .header .logo
    {
        width: 250px;
    }
}
@media (max-width: 1199px)
{
    .header .logo
    {
        float: left;

        width: 225px;
    }
}
@media (max-width: 767px)
{
    .header .logo
    {
        width: 160px;
    }
}
.header .logo a
{
    position: relative;
    z-index: 10;

    display: block;

    padding: 25px 60px;

    -webkit-transition: .3s;
            transition: .3s;


}
@media (max-width: 1700px)
{
    .header .logo a
    {
        padding: 25px 10px;
    }
}
@media (max-width: 1469px)
{
    .header .logo a
    {
        padding: 30px 10px;
    }
}
@media (max-width: 1349px)
{
    .header .logo a
    {
        padding: 34px 10px;
    }
}
@media (max-width: 1199px)
{
    .header .logo a
    {
        padding: 15px 0;
    }
}
@media (max-width: 480px)
{
    .header .logo a
    {
        padding: 14px 0;
    }
}
.header .logo a img
{
    position: relative;
    z-index: 2;

    display: block;

    width: 100%;
}
.header .right-box > div
{
    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .header .right-box > div.nav
    {
        display: none;
    }
}
.header .right-box > div.search-wrap
{
    display: none;
}
.header .nav-collapse
{
    position: relative;

    display: none;

    width: 40px;
    height: 40px;
    margin-left: 15px;
    padding: 0;

    cursor: pointer;

    background: none;
}
@media (max-width: 1199px)
{
    .header .nav-collapse
    {
        display: inline-block;

        vertical-align: middle;
    }
    .header .nav-collapse.nav-collapse-xs
    {
        position: relative;

        margin: 0;
    }
    .header .nav-collapse.nav-collapse-1
    {
        position: absolute;
        z-index: 9999;
        top: 5px;
        right: 20px;

        display: block;

        margin-top: 10px;

        border: none;
    }
    .header .nav-collapse.nav-collapse-1 .btn-line
    {
        background-color: #fff !important;
    }
}
@media (max-width: 767px)
{
    .header .nav-collapse
    {
        margin-left: 5px;
    }
}
.header .nav-collapse .btn-line
{
    position: absolute;
    left: 50%;

    width: 28px;
    height: 2px;

    -webkit-transition: all .5s ease;
            transition: all .5s ease;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    background-color: #333;
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1)
{
    display: block;

    content: '';
}
.header .nav-collapse .btn-line:nth-child(1)
{
    top: 32%;
}
.header .nav-collapse .btn-line:nth-child(2)
{
    top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3)
{
    top: 68%;
}
.header .nav-collapse.active
{
    border-color: transparent;
}
.header .nav-collapse.active .btn-line
{
    background-color: #333;
}
.header .nav-collapse.active .btn-line:nth-child(2)
{
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);

    opacity: 0;
}
.header .nav-collapse.active .btn-line:nth-child(1)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotateZ(45deg);
}
.header .nav-collapse.active .btn-line:nth-child(3)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotateZ(-45deg);
}
@media (min-width: 1200px)
{
    .header .nav
    {
        position: relative;
        display: block !important;
        text-align: center;
		padding-right:21%;
    }
	
	 .header .tel
    {
        position:absolute;
		top:26px; right:1%;
        font-size:25px; color:#fff; font-weight:bold; float:right; width:238px; border-radius:2px; padding-left:40px;
		padding-right:0;background:url(../images/tel.png) 5px 3px no-repeat #fe9c03; background-size:30px;
    }
}
@media (max-width: 1199px)
{

    .header .tel { display:none;}
    .header .nav
    {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

        width: 100%;
        height: 100%;
        padding: 0 50px;

        -webkit-transition: -webkit-transform .3s;
                transition: -webkit-transform .3s;
                transition:         transform .3s;
                transition:         transform .3s, -webkit-transform .3s;
        text-align: left;
        text-align: center;

        background: #fafafa;
        background: #817066;
    }
    .header .nav .tbl
    {
        display: table;

        width: 100%;
        height: 100%;
    }
    .header .nav .tbl-cell
    {
        display: table-cell;

        height: 100%;

        vertical-align: middle;
    }
}
@media (max-width: 767px)
{
    .header .nav
    {
        width: 100%;
        padding: 35px 25px;
    }
}
.header .nav.left-100
{
    -webkit-transform: translateX(-100%);
    -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
            transform: translate3d(-100%, 0, 0);
}
.header .nav.left-200
{
    -webkit-transform: translateX(-200%);
    -webkit-transform: translate3d(-200%, 0, 0);
        -ms-transform: translateX(-200%);
            transform: translateX(-200%);
            transform: translate3d(-200%, 0, 0);
}
.header .nav .nav-list1
{
    position: relative;

    width: 100%;
}
@media (min-width: 1200px)
{
    .header .nav .nav-list1
    {
        font-size: 0;

        padding: 0 0 0 20px;

        text-align: justify;
        text-justify: distribute-all-lines;
        letter-spacing: -8px;
    }
    .header .nav .nav-list1:after
    {
        display: inline-block;
        overflow: hidden;

        width: 100%;
        height: 0;
        margin: 0;

        content: '';
    }
}
@media (min-width: 1200px)
{
    .header .nav .nav-list1 li a
    {
       
    }
    .header .nav .nav-list1 > li
    {
        

        display: inline-block;

        text-align: left;
        letter-spacing: 0;
    }
    .header .nav .nav-list1 > li:hover > a
    {
        text-decoration: underline;

        color: #817066;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 16px;

        position: relative;

        display: block;

        padding: 45px 10px;

        -webkit-transition: .3s;
                transition: .3s;
        text-transform: uppercase;
    }
    .header .nav .nav-list1 > li > a:before
    {
        position: absolute;
        top: 50%;
        left: -10px;

        width: 12px;
        height: 3px;
        margin-top: -2px;

        content: '';

        opacity: 0;
        background-color: #817066;
    }
    .header .nav .nav-list1 > li.active > a
    {
        font-weight: bold;

        color: #817066;
    }
    .header .nav .nav-list1 > li.active > a:before
    {
        opacity: 1;
    }
    .header .nav .nav-list1 .nav-list2,
    .header .nav .nav-list1 .nav-list3
    {
        display: none;

        text-align: center;

        
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 10;
        top: 100%;
        left: 50%; width:100%;
        min-width: 120px;
        padding:0 0 10px 0;
		

    
    }
    .header .nav .nav-list1 .nav-list2 > li
    {
	    float:left; width:20%;
        position: relative; border-right:1px solid #dddad7; background-color:#fff;
       
    }
	
	
	
	.header .nav .nav-list1 .nav-list2 > li img{ width:100%; padding-bottom:18px;}
	.header .nav .nav-list1 .nav-list2 > li p{ width:100%; padding:0; line-height:1.3;}
	.header .nav .nav-list1 .nav-list2 > li span{ width:100%; float:left;  background:#b9b9b9; color:#fff; font-size:13px; padding:1px 25px; border-radius:3px;}
	
    .header .nav .nav-list1 .nav-list2 > li:first-child > a
    {
        border-top: none;
    }
    .header .nav .nav-list1 .nav-list2 > li:before,
    .header .nav .nav-list1 .nav-list2 > li:after
    {
        position: absolute;
        z-index: 2;
        left: 0;

        display: none;

        width: 100%;
        height: 1px;

        content: '';

        background-color: #fff;
    }
    .header .nav .nav-list1 .nav-list2 > li:before
    {
        top: 0; 
    }
    .header .nav .nav-list1 .nav-list2 > li:after
    {
        top: 100%;
    }
    .header .nav .nav-list1 .nav-list2 > li:hover > a
    {
        -webkit-transform: translateX(5px);
            -ms-transform: translateX(5px);
                transform: translateX(5px);
        text-decoration: underline;
    }
    .header .nav .nav-list1 .nav-list2 > li > a
    {
        font-size: 15px;
        line-height: 2.54285714;

        position: relative;

        display: inline-block;

        padding: 10px 20px;

        -webkit-transition: -webkit-transform .3s;
                transition: -webkit-transform .3s;
                transition:         transform .3s;
                transition:         transform .3s, -webkit-transform .3s;
    }
	
	
	.header .nav .nav-list1 .nav-list2 > li > a:hover{ background:#817066; color:#fff; text-decoration:none; }
	.header .nav .nav-list1 .nav-list2 > li > a:hover span{  background:#f7b505; color:#fff;}
	
    .header .nav .nav-list1 .nav-list3
    {
        position: absolute;
        top: 0;
        left: 100%;

        width: 255px;
        padding: 20px;

        border-left: 1px solid transparent;
        background-clip: padding-box;
    }
    .header .nav .nav-list1 .nav-list3 li > a
    {
        position: relative;

        padding: 12px 0 12px 10px;

        white-space: normal;
        word-break: break-word;
    }
    .header .nav .nav-list1 .nav-list3 li > a:before
    {
        position: absolute;
        top: 50%;
        left: 0;

        content: '-';
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
	
	/******/
	
	
    .header .nav .nav-list1 .nav-list4
    {
        position: absolute;
        z-index: 10;
        top: 100%;
		left:69%;
        display: none;
        background-color: #fff;
        min-width: 120px;
        padding: 10px 0;

        box-shadow: 0 0 15px 2px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list4 > li
    {
        position: relative;

        white-space: nowrap;
    }
    .header .nav .nav-list1 .nav-list4 > li:first-child > a
    {
        border-top: none;
    }
    .header .nav .nav-list1 .nav-list4 > li:before,
    .header .nav .nav-list1 .nav-list4 > li:after
    {
        position: absolute;
        z-index: 2;
        left: 0;

        display: none;

        width: 100%;
        height: 1px;

        content: '';

        background-color: #fff;
    }
    .header .nav .nav-list1 .nav-list4 > li:before
    {
        top: 0;
    }
    .header .nav .nav-list1 .nav-list4 > li:after
    {
        top: 100%;
    }
	.header .nav .nav-list1 .nav-list4 > li > a:hover{ background:#817066; color:#fff; text-decoration:none; }
    .header .nav .nav-list1 .nav-list4 > li:hover > a
    {
        -webkit-transform: translateX(5px);
            -ms-transform: translateX(5px);
                transform: translateX(5px);
        text-decoration: underline;
    }
    .header .nav .nav-list1 .nav-list4 > li > a
    {
        font-size: 14px;
        line-height: 2.14285714;

        position: relative;

        display: inline-block;

        padding: 0 30px;

        -webkit-transition: -webkit-transform .3s;
                transition: -webkit-transform .3s;
                transition:         transform .3s;
                transition:         transform .3s, -webkit-transform .3s;
    }

}


@media (max-width: 1199px)
{
    .header .nav .nav-list4,
    .header .nav .nav-list3
    {
        display: none;
    }
    .header .nav .nav-list4 a,
    .header .nav .nav-list3 a
    {
        font-size: 16px;
        line-height: 2;

        margin-top: 5px;

        color: #fff;
    }
}
.header .nav .nav-list4 a,
.header .nav .nav-list3 a
{
    display: block;
}
@media (max-height: 580px)
{
    .header .nav .nav-list4 a,
    .header .nav .nav-list3 a
    {
        margin-top: 0;
    }
}
.header .nav-4,
.header .nav-3
{
    display: none;
}


@media (max-width: 1199px) and (max-height: 768px)
{
    .header .fade-out ul.nav-list1 .nav-list4 > li > a
    {
        font-size: 18px;
    }
}
@media (max-width: 1199px) and (max-width: 480px)
{
    .header .fade-out ul.nav-list1 .nav-list4 > li > a
    {
        font-size: 14px;
    }
}


/*************************/

@media (min-width: 1200px) and (max-width: 1349px)
{
    .header .nav .nav-list1 > li
    {
        padding: 0;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        opacity: 0;
    }
    .header .nav .nav-list1 > li
    {
        -webkit-transform: translateX(-15px) rotateX(90deg);
                transform: translateX(-15px) rotateX(90deg);
        white-space: nowrap;

        opacity: 0;
    }
    .header .nav .nav-list1 > a
    {
        font-size: 20px;

        color: #fff;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list2,
    .header .nav .nav-list3
    {
        display: none;
    }
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a
    {
        font-size: 16px;
        line-height: 2;

        margin-top: 5px;

        color: #fff;
    }
}
.header .nav .nav-list2 a,
.header .nav .nav-list3 a
{
    display: block;
}
@media (max-height: 580px)
{
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a
    {
        margin-top: 0;
    }
}
.header .nav-2,
.header .nav-3
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .nav-2,
    .header .nav-3
    {
        position: absolute;
        z-index: 9999;
        top: 0;

        display: block;
        overflow: hidden;

        width: 100%;
        height: 100%;
        padding: 20px;

        -webkit-transition: left .3s;
                transition: left .3s;
        text-align: left;
        text-align: center;

        color: #fff;
        background: #fafafa;
        background: #817066;
    }
}
.header .nav-2 .nav-top,
.header .nav-3 .nav-top
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before
{
    font-family: 'iconfont' !important;
    font-size: 26px;

    content: '\e9b5';
}
.header .nav-2 .nav-top .nav-title,
.header .nav-3 .nav-top .nav-title
{
    font-size: 30px;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 767px)
{
    .header .nav-2 .nav-top .nav-title,
    .header .nav-3 .nav-top .nav-title
    {
        font-size: 20px;
    }
}
.header .nav-2 .nav-top .nav-collapse-2,
.header .nav-3 .nav-top .nav-collapse-2
{
    margin: 0;
}
.header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav-3 .nav-top .nav-collapse-2 .btn-line
{
    background-color: #fff;
}
.header .nav-2 .content,
.header .nav-3 .content
{
    margin-top: 4%;
}
.header .nav-2 .content ul,
.header .nav-3 .content ul
{
    overflow: auto;

    max-height: 70vh;
}
@media (max-width: 767px)
{
    .header .nav-2 .content ul,
    .header .nav-3 .content ul
    {
        padding: 0 15px;
    }
}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li
{
    font-family: Arial, 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
    font-size: 24px;
    line-height: 50px;

    margin: 20px 0;

    text-align: left;
}
@media (max-width: 991px)
{
    .header .nav-2 .content ul li,
    .header .nav-3 .content ul li
    {
        margin: 10px 0;
    }
}
@media (max-width: 767px)
{
    .header .nav-2 .content ul li,
    .header .nav-3 .content ul li
    {
        font-size: 4.5vmin;
        line-height: 1.6;

        margin: 0;
        margin-bottom: 5px;
    }
    .header .nav-2 .content ul li img,
    .header .nav-3 .content ul li img
    {
        display: none;
    }
	 .header .nav-2 .content ul li span,
	 .header .nav-3 .content ul li span
    {
        display: none;
    }
}
.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more
{
    position: relative;
}
.header .nav-2 .content ul li.more:after,
.header .nav-3 .content ul li.more:after
{
    font-family: 'iconfont' !important;
    font-size: 16px;

    position: absolute;
    top: 50%;
    right: 0;

    content: '\e72f';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #fff;
}
.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a
{
    display: block;
}
.header .nav-2
{
    left: 100%;
}
.header .nav-3
{
    left: 200%;
}
.header .nav-3 .content ul li
{
    font-size: 4.5vmin;
}
.header .fade-out ul
{
    text-align: left;
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/
    /*滑块效果*/
}
.header .fade-out ul::-webkit-scrollbar
{
    width: 5px;
    height: 5px;

    background-color: #666;
}
.header .fade-out ul::-webkit-scrollbar-track
{
    border-radius: 5px;
    background-color: #666;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.header .fade-out ul::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    background-color: #fff;
}
.header .fade-out ul::-webkit-scrollbar-thumb:hover
{
    border-radius: 5px;
    background: rgba(0, 0, 0, .2);
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .header .fade-out ul
    {
        padding: 0 5%;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul.nav-list1
    {
        overflow-y: auto;

        width: 100%;
        max-height: 75%;

        opacity: 1;
    }
    .header .fade-out ul.nav-list1 a
    {
        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li
    {
        line-height: 2;

        zoom: 1;
    }
    .header .fade-out ul.nav-list1 > li:after
    {
        display: block;
        visibility: hidden;
        clear: both;

        height: 0;

        content: '';
    }
    .header .fade-out ul.nav-list1 > li.act
    {
        -webkit-transition: .6s;
                transition: .6s;
        -webkit-transform: translateX(0) rotateX(0deg);
                transform: translateX(0) rotateX(0deg);

        opacity: 1;
    }
    .header .fade-out ul.nav-list1 > li.more > a:before
    {
        font-family: 'iconfont' !important;
        font-size: 25px;

        position: absolute;
        top: 0;
        right: 0;

        content: '\e72f';

        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li > a
    {
        font-size: 26px;

        position: relative;

        display: block;

        text-transform: uppercase;
    }
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 24px;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li
    {
        margin: 0;
    }
}
@media (max-width: 1199px) and (min-width: 992px)
{
    .header .fade-out ul.nav-list1 > li.more
    {
        padding-right: 10px;
    }

}
@media (max-width: 1199px) and (min-width: 992px)
{
    .header .fade-out ul.nav-list1 > li.more.show
    {
        padding-right: 0;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li > a
    {
        font-size: 5.5vmin;
        line-height: 1.7;
    }
}
@media (max-width: 1199px) and (max-height: 768px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 18px;
    }
}
@media (max-width: 1199px) and (max-width: 480px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;
    }
}
.header .xs-language
{
    font-size: 16px;

    position: absolute;
    bottom: 15px;
    left: 0;

    width: 100%;
    padding-left: 25px;

    text-align: left;

    color: #fff;
}
@media (min-width: 1200px)
{
    .header .xs-language
    {
        display: none;
    }
}
.header .xs-language a
{
    white-space: nowrap;
}
.header .xs-language a.active
{
    text-decoration: underline;
}
.header .xs-language span
{
    margin: 0 5px;

    color: #fff;
}
.search-wrap
{
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;

    background-color: rgba(0, 0, 0, .93);
}
.search-wrap.active .search
{
    -webkit-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
}
.search-wrap .search
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    width: 800px;
    max-width: 100%;
    margin: auto;
    padding: 0 15px;

    -webkit-transition: 1s;
            transition: 1s;
    -webkit-transform: translateY(-50%) scale(.2);
        -ms-transform: translateY(-50%) scale(.2);
            transform: translateY(-50%) scale(.2);

    border: none;
    border-radius: 0;
}
.search-wrap .search p
{
    margin-bottom: 50px;

    text-align: center;
    letter-spacing: 2px;

    color: #fff;
}
.search-wrap .search .input-text
{
    font-size: 20px;
    line-height: 40px;

    width: 100%;
    padding: 0 35px 5px 20px;

    text-align: center;

    color: #fff;
    border-bottom: 3px solid #1f1e1e;
    background: none;
}
@media (max-width: 767px)
{
    .search-wrap .search .input-text
    {
        padding-left: 5px;
    }
}
.search-wrap .search .input-submit
{
    line-height: 36px;

    position: absolute;
    right: 0;
    bottom: 10px;

    width: 50px;

    color: #fff;
    background: none;
}
.search-wrap .search .input-submit:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    content: '\e660';
}
.search-wrap .search-close
{
    position: absolute;
    top: 30px;
    right: 10%;

    cursor: pointer;
}
.search-wrap .search-close:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;

    content: '\e61b';

    color: #fff;
}
.slick-dots
{
    text-align: center;
}
.slick-dots li
{
    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 3px;

    cursor: pointer;
    -webkit-transition: .3s;
            transition: .3s;

    border-radius: 10px;
    background: #e5e5e5;
}
@media (max-width: 767px)
{
    .slick-dots li
    {
        width: 8px;
        height: 8px;

        border-radius: 8px;
    }
}
.slick-dots li.slick-active,
.slick-dots li:hover
{
    background-color: #817066;
}
.slick-dots li button
{
    display: none;
}
.banner
{
    font-size: 0;

    position: relative;
    z-index: 2;

    overflow: hidden;

    width: 100%;

    letter-spacing: -8px;
}
.banner .hide-dots .slick-dots
{
    visibility: hidden;
}
.banner .slick img
{
    display: block;

    width: 100%;
}
.banner .slick-dots
{
    position: absolute;
    z-index: 30;
    bottom: 30px;
    left: 50%;

    -webkit-transition: .3s;
            transition: .3s;
    -webkit-transform: translateX(-50%) translateZ(10px);
            transform: translateX(-50%) translateZ(10px);
    text-align: center;
}
@media (max-width: 767px)
{
    .banner .slick-dots
    {
        bottom: 10%;
    }
}
.banner .slick-dots li
{
    display: inline-block;

    width: 8px;
    height: 8px;
    margin: 0 5px;

    cursor: pointer;
    -webkit-transition: .3s;
            transition: .3s;

    opacity: .7;
    border-radius: 8px;
    background: #fff;
}
.banner .slick-dots li:hover,
.banner .slick-dots li.slick-active
{
    opacity: 1;
}
.banner .slick-dots li button
{
    display: none;
}
.banner .item
{
    position: relative;

    display: block;
    overflow: hidden;
}
.banner .item a
{
    display: block;

    width: 100%;
}
.banner .item .video-box
{
    position: relative;

    display: block;

    padding-bottom: 39.0625%;

    -webkit-transform: translateZ(10px);
            transform: translateZ(10px);
}
.banner .item .video-box .fluid_video_wrapper
{
    position: absolute;
    z-index: 10;
}
.banner .item .video-box .fluid_initial_play
{
    background-color: #817066 !important;
}
.banner .slick-arrow
{
    font-size: 20px;
    line-height: 50px;

    position: absolute;
    z-index: 20;
    top: 50%;

    display: block;

    width: 50px;
    height: 50px;
    padding: 0;

    -webkit-transition: .3s;
            transition: .3s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    opacity: .27;
    color: #fff;
    border-radius: 50%;
    background: none;
    background-color: #333;
}
.banner .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

    letter-spacing: 0;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1200px)
{
    .banner .slick-arrow:hover
    {
        opacity: .8;
    }
}
.banner .slick-prev
{
    left: 2.60416667%;
}
.banner .slick-prev:before
{
    content: '\e9b5';
}
.banner .slick-next
{
    right: 2.60416667%;
}
.banner .slick-next:before
{
    content: '\e72f';
}
.banner .banner-nav
{
    position: absolute;
    z-index: 30;
    right: 40px;
    bottom: 40px;

    overflow: hidden;

    width: 600px;
    padding: 20px;

    background-color: rgba(0, 0, 0, .68);
}
.banner .banner-nav .img-box
{
    padding-bottom: 39.0625%;
}
.banner .banner-nav .pic-box
{
    position: relative;

    cursor: pointer;
}
.banner .banner-nav .pic-box:before
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    opacity: 0;
    border: 2px solid #fff;
}
.banner .banner-nav .video:after
{
    font-family: 'iconfont' !important;
    font-size: 32px;

    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    content: '\e6cc';
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);

    color: #fff;
}
.banner .banner-nav .video .img-box:before
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    background-color: rgba(0, 0, 0, .3);
}
.banner .banner-nav .slick-current .pic-box:before
{
    opacity: 1;
}
.index-box
{
    padding: 60px 0;
}
@media (max-width: 991px)
{
    .index-box
    {
        padding: 50px 0;
    }
}
@media (max-width: 767px)
{
    .index-box
    {
        padding: 40px 0;
    }
}
.index-box .title
{
    position: relative;
}
.index-box .title h3
{
    font-size: 30px;
    font-weight: 900;

    margin: 0 0 15px;

    color: #817066;
}
.index-box .title h3:before
{
    font-family: 'iconfont' !important;

    display: inline-block;

    margin-bottom: 10px;

    content: '﹎';
 
}
.index-box .title h3 span
{
    display: block;
}
@media (max-width: 767px)
{
    .index-box .title h3
    {
        font-size: 24px;
    }
}
.index-box .title p
{
    
    line-height: 2.14285714;

    margin: 0;

    color: #888;
}
@media (max-width: 767px)
{
    .index-box .title p
    {
        font-size: 12px;
    }
}
@media only screen and (min-width: 768px)
{
    .index-box .title .more
    {
        position: absolute;
        right: 0;
        bottom: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .index-box .title .more
    {
        top: 25px;
        bottom: auto;
    }
}
@media (max-width: 767px)
{
    .index-box .title .more
    {
        display: inline-block;

        margin-top: 15px;
    }
}
.index-box .title .more a
{
    

    display: block;

    padding: 12px 32px;

    -webkit-transition: .3s;
            transition: .3s;

    color: #fff;
    border-radius: 4px;
    background-color: #817066;
}
.index-box .title .more a:after
{
    font-family: 'iconfont' !important;

    margin-left: 6px;

    content: '\e62c';
}
@media (min-width: 1200px)
{
    .index-box .title .more a:hover
    {
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .5);
    }
}
@media (max-width: 1199px)
{
    .index-box .title .more a:active
    {
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .5);
    }
}
@media (max-width: 991px)
{
    .index-box .title .more a
    {
        padding: 8px 25px;
    }
}
@media (max-width: 767px)
{
    .index-box .title .more a
    {
        font-size: 12px;

        padding: 8px 20px;
    }
    .index-box .title .more a:after
    {
        margin-left: 3px;
    }
}
.index-product
{
    position: relative;

    overflow: hidden;

    padding-bottom: 0;
}
.index-product:after
{
    position: absolute;
    z-index: -1;
    top: -200px;
    right: 0;
	color:#f4f4f4;
    display: block;

    width: 600px;
    height: 730px;

    content: 'M';
	font-size:800PX; 
   
}
.index-product .title
{
    margin-bottom: 35px;
    padding-right: 270px;
    padding-bottom: 0;
}
@media (max-width: 991px)
{
    .index-product .title
    {
        padding-right: 0;
    }
}
.index-product .list
{
    overflow: hidden;
}
.index-product .list li
{
    float: left;

    width: 24%;
    margin: 0 3px 10px 3px;
}
@media (max-width: 1199px)
{
    .index-product .list li
    {
        width: 33.333333%;
    }
}
@media (max-width: 480px)
{
    .index-product .list li
    {
        width: 48%;
    }
}
.index-product .list .img-box
{
    padding-bottom: 68.75%;
}
.index-product .list .img-box:before
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: .3s;
            transition: .3s;

    background-color: rgba(0, 0, 0, .20);
}
@media (max-width: 1199px)
{
    .index-product .list .img-box:before
    {
        background-color: rgba(0, 0, 0, .15);
    }
}
.index-product .list .item
{
    position: relative;

    overflow: hidden;

    color: #fff;
}
@media (min-width: 1200px)
{
    .index-product .list .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .index-product .list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (min-width: 1200px)
{
    .index-product .list .item:hover .img-box:before
    {
        background-color: rgba(0, 0, 0, 0);
    }
    .index-product .list .item:hover .name
    {
        visibility: visible;

        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);

        opacity: 1;
    }
    .index-product .list .item:hover .intro
    {
        -webkit-transform: translateY(100%);
            -ms-transform: translateY(100%);
                transform: translateY(100%);

        opacity: 0;
    }
}
.index-product .list .intro
{
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;

    width: 100%;
    padding: 8.33333333% 6.25%;

    -webkit-transition: .4s;
            transition: .4s;
}
@media (max-width: 991px)
{
    .index-product .list .intro
    {
        padding-bottom: 4.5%;
    }
}
@media (max-width: 767px)
{
    .index-product .list .intro
    {
        padding-bottom: 3.5%;
    }
}
.index-product .list .intro > b
{
    font-size: 18px;

    display: block;

    margin-bottom: 10px;
}
@media (max-width: 991px)
{
    .index-product .list .intro > b
    {
        font-size: 17px;

        margin-bottom: 2px;
    }
}
@media (max-width: 767px)
{
    .index-product .list .intro > b
    {
        font-size: 16px;

        margin-bottom: 0;
    }
}
.index-product .list .intro .more a
{
    position: relative;

    display: inline-block;
}
.index-product .list .intro .more a:after
{
    font-family: 'iconfont' !important;

    margin-left: 4px;

    content: '\e62c';
}
.index-product .list .intro .more a:hover span
{
    text-decoration: underline;
}
@media (max-width: 767px)
{
    .index-product .list .intro .more a
    {
        font-size: 12px;
    }
}
.index-product .list .name
{
    font-size: 0;

    position: absolute;
    z-index: 3;
    top: 50%;
    left: 0;

    visibility: hidden;

    width: 100%;

    -webkit-transition: .5s;
            transition: .5s;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
    text-align: center;

    opacity: 0;
}
.index-product .list .name a
{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.44444444;

    position: relative;

    display: inline-block;
    overflow: hidden;

    padding: 9px 45px;

    color: #fff;
    border: 5px solid #817066;
    border-radius: 26px;
    background-color: #817066;
}
.index-product .list .name a:before
{
    position: absolute;
    top: 0;
    left: 0;
    left: .1%;

    width: 100%;
    width: 99.8%;
    height: 100%;

    content: '';

    border: 1px solid #fff;
    border-radius: 26px;
}
.index-product .list .name a span
{
    position: relative;

    display: block;
}
.index-product .list .name a span:after
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-weight: normal;

    position: absolute;
    z-index: 10;
    top: 50%;
    left: 100%;

    margin-left: 5px;

    content: '\e62c';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #fff;
}
.index-solution .title
{
    padding-right: 270px;
}
@media (max-width: 991px)
{
    .index-solution .title
    {
        padding-right: 0;
    }
}
.index-solution .title h3 span
{
    position: relative;
}
.index-solution .title h3 span:after
{
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;

    width: 80px;
    height: 40px;

    content: '';
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    background: url(../images/soluton-bg.png) no-repeat center;
    background-size: contain;
}

.index-solution{ background:#f7f2e8;}

.index-solution .list
{
    font-size: 0;

    letter-spacing: -8px;
}
.index-solution .list li
{
    font-size: 14px; 
	border:1px solid #dbd2c8;
    display: inline-block;
	min-height:388px;
    width: 20%;
    margin-top: 35px;
    padding:30px 25px;

    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 991px)
{
    .index-solution .list li
    {
        width: 33.33333%;
    }
}
@media (max-width: 480px)
{
    .index-solution .list li
    {
        width: 50%;
        margin-top: 25px;
		min-height:472px;
    }
}
.index-solution .item
{

    max-width: 100%;

    -webkit-transition: .4s;
            transition: .4s;
    text-align: center;
}
@media (min-width: 1200px)
{
    .index-solution .item:hover
    {
        -webkit-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
                transform: translateY(-10px);
    }
    .index-solution .item:hover .icon
    {
        -webkit-animation: swing 1s 0s ease both;
                animation: swing 1s 0s ease both;
    }
}
.index-solution .item .icon
{
    font-size: 90px;
}
.index-solution .item h4
{
    font-size: 18px;
    font-weight: bold;
	color:#817066;
	margin:12px 0;
	line-height:1.5;
    text-align: center;
}
.index-solution .item p
{
    line-height: 1.8;

    margin: 0;

    color: #817066;
    text-indent: 2em;
    text-align: left;
}
@media (max-width: 1199px)
{
    .index-solution .item .icon
    {
        font-size: 70px;
    }
}
@media (max-width: 480px)
{
    .index-solution .item .icon
    {
        font-size: 50px;
    }
    .index-solution .item h4
    {
        font-size: 16px;

        margin: 15px 0 10px;
    }
    .index-solution .item p
    {
        font-size: 13px;
    }
}
.index-case
{
    position: relative;

    overflow: hidden;

    margin-bottom: 80px;
}
.index-case:after
{
    position: absolute;
    z-index: -2;
    top: 20px;
    left: 50%; background:url(../images/d.png) center no-repeat;
    width: 880px;
    max-width: 70%;
    height: 100%;

    content: 'D';
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
   color: #f4f4f4;
}
@media (max-width: 767px)
{
    .index-case
    {
        background-color: #f4f4f4;
    }
    .index-case:after
    {
        display: none;
    }
}
.index-case .title
{
    width: 1120px;
    max-width: 100%;
    margin: 0 auto 30px;

    text-align: center;
}
@media (max-width: 480px)
{
    .index-case .title
    {
        margin-bottom: 15px;
    }
}
.index-case .slick-slide
{
    padding: 0 5px;
}
@media (min-width: 1200px)
{
    .index-case .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .index-case .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (min-width: 1200px)
{
    .index-case .item:hover .mask
    {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);

        opacity: 1;
    }
}
.index-case .img-box
{
    padding-bottom: 73.91304348%;
}
.index-case .pic-box
{
    position: relative;

    display: block;
    overflow: hidden;
}
.index-case .mask
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    padding: 8.10810811%;

    -webkit-transition: .5s;
            transition: .5s;
    -webkit-transform: translateY(101%);
        -ms-transform: translateY(101%);
            transform: translateY(101%);

    opacity: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, .6);
}
.index-case .mask p
{
    line-height: 2.14285714;

    display: -webkit-box;
    overflow: hidden;

    height: auto;
    max-height: 150px;
    margin: 0;

    text-indent: 2em;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.index-case .mask .more
{
    font-weight: bold;

    margin-top: 20px;
}
.index-case h4
{
    font-size: 14px;

    position: relative;

    margin: 10px 0 0;
    padding: 5px;
    padding: 4.05405405% 6.75675676%;

    color: #fff;
    background-color: #817066;
}
.index-case h4:before
{
    position: absolute;
    bottom: 100%;
    left: 10.81081081%;

    width: 0;
    height: 0;

    content: '';

    border-width: 0 4px 5px 4px;
    border-style: solid;
    border-color: transparent transparent #817066 transparent;
}
.index-case h4 a
{
    font-weight: bold;

    display: block;
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}
@media (min-width: 1200px)
{
    .index-case h4 a:hover
    {
        text-decoration: underline;
    }
}
.index-case .arrow
{
    margin-top: 35px;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    text-align: center;

    color: #666;
}
@media (max-width: 1349px)
{
    .index-case .arrow
    {
        margin-top: 25px;
    }
}
@media (max-width: 480px)
{
    .index-case .arrow
    {
        margin-top: 15px;
    }
}
.index-case .arrow > div
{
    display: inline-block;

    cursor: pointer;
}
.index-case .arrow > div:before,
.index-case .arrow > div:after,
.index-case .arrow > div span
{
    display: inline-block;

    vertical-align: middle;
}
.index-case .arrow > div:before,
.index-case .arrow > div:after
{
    font-family: 'iconfont' !important;
    font-size: 36px;
    font-style: normal;
    line-height: 1;

    margin: 0 15px;

    color: #bdbdbd;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px)
{
    .index-case .arrow > div:before,
    .index-case .arrow > div:after
    {
        margin: 0 5px;
    }
}
@media (min-width: 1200px)
{
    .index-case .arrow > div:hover,
    .index-case .arrow > div:hover:before,
    .index-case .arrow > div:hover:after
    {
        color: #817066;
    }
}
@media (max-width: 1199px)
{
    .index-case .arrow > div:active,
    .index-case .arrow > div:active:before,
    .index-case .arrow > div:active:after
    {
        color: #817066;
    }
}
.index-case .arrow .prev:before
{
    content: '\eb61';
}
.index-case .arrow .next
{
    margin-left: 70px;
}
.index-case .arrow .next:after
{
    content: '\e641';
}
@media (max-width: 767px)
{
    .index-case .arrow .next
    {
        margin-left: 30px;
    }
}
.index-about
{
    position: relative;

    overflow: hidden;
}
.index-about .video
{
    text-align: center;
}
.index-about .video h3,
.index-about .video p
{
    color: #fff;
}
.index-about .title:after
{
    display: block;

    width: 1px;
    height: 90px;
    margin: 0 auto;

    content: '';

    background-color: rgba(255, 255, 255, .5);
}
@media (max-width: 767px)
{
    .index-about .title:after
    {
        height: 60px;
    }
}
.index-about .title h3:before
{
    display: block;

    color: #fff;
}
.index-about .title h3 span
{
    position: relative;
    z-index: 2;

    display: inline-block;
}
.index-about .title h3 span:after
{
    position: absolute;
    z-index: -2;
    top: 50%;
    left: 0;

    display: block;

    width: 64px;
    height: 64px;

    content: '';
    -webkit-transform: translateY(-50%) translateX(-25%);
        -ms-transform: translateY(-50%) translateX(-25%);
            transform: translateY(-50%) translateX(-25%);

    border-radius: 50%;
    background-color: rgba(255, 255, 255, .2);
}
@media (max-width: 767px)
{
    .index-about .title h3 span:after
    {
        width: 55px;
        height: 55px;
    }
}
.index-about .video-btn
{
    margin-top: 35px;
    margin-bottom: 70px;

    text-align: center;
}
@media (max-width: 767px)
{
    .index-about .video-btn
    {
        margin-top: 20px;
        margin-bottom: 50px;
    }
}
.index-about .video-btn a
{
    display: inline-block;

    -webkit-transition: .3s;
            transition: .3s;

    color: #fff;
}
.index-about .video-btn a:before
{
    font-family: 'iconfont' !important;
    font-size: 40px;

    content: '\e6cc';
}
.index-about .video-btn a:hover
{
    color: #eee;
}
.index-about .pic-box
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;

    width: 1920px;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.index-about .img-box
{
    padding-bottom: 32.29166667%;
}
.index-about .img-box:before
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    background-color: rgba(0, 0, 0, .5);
}
.index-about .info-box
{
    padding: 10px;

    background-color: #fff;
    box-shadow: 0 0 14px 2px rgba(0, 0, 0, .2);
}
.index-about .info
{
    padding: 45px 55px;

    border: 2px solid #e3e3e3;
}
@media (max-width: 767px)
{
    .index-about .info
    {
        padding: 35px 25px;
    }
	
	.list-l .menu1{ margin-bottom:45px;}
}
.index-about .info > p
{
    line-height: 2.14285714;

    margin: 0;

    text-align: center;

    color: #777;
}
.index-about .info .more
{
    margin-top: 30px;

    text-align: center;
}
.index-about .info .more a
{
    position: relative;

    display: inline-block;

    padding: 12px 55px;

    color: #fff;
    border-radius: 22px;
    background-color: #817066;
}
.index-about .info .more a:after
{
    font-family: 'iconfont' !important;

    margin-left: 4px;

    content: '\e62c';
}


.index-news .news-btn .more2
{   float:left;
    text-align: center; 
	margin-left:30px; 
	margin-bottom:30px;
}

.index-news .news-btn .more2 a
{
    position: relative;

    display: inline-block;

    padding: 10px 40px;

    color: #817066;
    border-radius: 22px;
    background-color: #fff;
}
.index-news .news-btn .more2 a:after
{
    font-family: 'iconfont' !important;

    margin-left: 4px;

    content: '\e62c';
}


@media (min-width: 1200px)
{
    .index-about .info .more a
    {
        -webkit-transition: .4s;
                transition: .4s;
    }
    .index-about .info .more a:hover
    {
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .5);
    }
    .index-about .info .more a:hover span
    {
        text-decoration: underline;
    }
}
@media (max-width: 1199px)
{
    .index-about .info .more a:active
    {
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .5);
    }
    .index-about .info .more a:active span
    {
        text-decoration: underline;
    }
}
@media (max-width: 767px)
{
    .index-about .info .more a
    {
        font-size: 12px;

        padding: 10px 35px;
    }
}
.index-partner
{
    position: relative;
    z-index: 10;

    overflow: hidden;

    padding: 0;
}
.index-partner:after
{
    position: absolute;
    z-index: -5;
    top: -280px;
    right: 5%;

    display: block;

   
    height: 700px;

    content: 'J';
	font-size:800px;
    color: #f4f4f4;
}
@media (max-width: 1199px)
{
    .index-partner:after
    {
        width: 600px;
        height: 600px;
    }
}
@media (max-width: 991px)
{
    .index-partner:after
    {
        width: 400px;
        height: 400px;
    }
}
.index-partner:before
{
    position: absolute;
    z-index: -3;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 130px;

    content: '';

    background-color: #817066;
}
.index-partner .title
{
    font-size: 0;

    width: 100%;
    margin-bottom: 40px;
    padding: 0;

    text-align: justify;
    text-justify: distribute-all-lines;
    letter-spacing: -8px;
}
@media (max-width: 991px)
{
    .index-partner .title
    {
        margin-bottom: 15px;
    }
}
.index-partner .title:after
{
    display: inline-block;
    overflow: hidden;

    width: 100%;
    height: 0;
    margin: 0;

    content: '';
}
.index-partner .title h3,
.index-partner .title p
{
    display: inline-block;

    vertical-align: bottom;
    letter-spacing: 0;
}
.index-partner .title h3
{
    margin-right: 55px;
}
.index-partner .title h3 span
{
    position: relative;
    z-index: 2;
}
.index-partner .title h3 span:after
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 100%;

    display: block;

    width: 110px;
    height: 100px;

    content: '';
    -webkit-transform: translateY(-40%) translateX(-50%);
        -ms-transform: translateY(-40%) translateX(-50%);
            transform: translateY(-40%) translateX(-50%);

    background: url(../images/partner-icon.png) no-repeat center;
    background-size: contain;
}
@media (max-width: 991px)
{
    .index-partner .title h3 span:after
    {
        display: none;
    }
}
.index-partner .title p
{
    font-size: 14px;

    margin-bottom: 10px;
}
.index-partner .slick-wrap
{
    padding: 5.67375887% 6.38297872%;

    background-color: #fff;
    box-shadow: 0 0 14px 1px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .index-partner .slick-wrap
    {
        padding: 4% 5% 3%;
    }
}
.index-partner .slick-partner
{
    font-size: 0;

    letter-spacing: -8px;
}
.index-partner .slick-partner .slick-list
{
    border: 1px solid #dfdfdf;
}
.index-partner .slick-partner .slick-slide > div
{
    border: 1px solid #dfdfdf;
}
@media (min-width: 1200px)
{
    .index-partner .slick-partner .slick-slide > div:hover
    {
        -webkit-transition: .3s;
                transition: .3s;

        border-color: #817066;
    }
    .index-partner .slick-partner .slick-slide > div:hover .img-box
    {
        -webkit-filter: grayscale(0);
                filter: grayscale(0);
        -webkit-filter: inherit;
                filter: inherit;
    }
}
.index-partner .slick-partner .img-box
{
    padding-bottom: 44%;

    -webkit-transition: .3s;
            transition: .3s;
}
@media (min-width: 1200px)
{
    .index-partner .slick-partner .img-box
    {
        -webkit-filter: grayscale(100%);
                filter: grayscale(100%);
        -webkit-filter: gray;
                filter: gray;
    }
}
.index-partner .slick-dots
{
    margin-top: 40px;
}
@media (max-width: 1199px)
{
    .index-partner .slick-dots
    {
        margin-top: 20px;
    }
}
@media (max-width: 480px)
{
    .index-partner .slick-dots
    {
        margin-top: 10px;
    }
}
.index-news
{
    position: relative;

    background-color: #817066;
}
@media only screen and (min-width: 1200px)
{
    .index-news .container
    {
        width: 100%;
        padding: 0;
    }
}
.index-news .title h3
{
    color: #fff;
}
.index-news .title h3 span
{
    position: relative;
    z-index: 2;

    padding-top: 15px;
}
.index-news .title h3 span:after
{
    position: absolute;
    z-index: -1;
    top: -10px;
    left: -20px;

    display: block;

    width: 110px;
    height: 100px;

    content: '';

    background: url(../images/news-icon.png) no-repeat center;
    background-size: contain;
}
.index-news .news-slick-wrap
{
    position: relative;
}
@media only screen and (min-width: 1200px)
{
    .index-news .news-slick-wrap
    {
        padding-left: 26%;
    }
}
@media only screen and (min-width: 1200px)
{
    .index-news .info
    {
        position: absolute;
        z-index: 10;
        top: 0;
        left: 0;

        width: 32%;
        padding-top: 30px;
        padding-right: 35px;
        padding-left: 9%;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1469px)
{
    .index-news .info
    {
        padding-left: 5%;
    }
}
.index-news .info p
{
    line-height: 2.14285714;

    margin: 0;

    color: #8b8a8a;
}
.index-news .news-btn
{
    position: relative;
    z-index: 20;

    margin-top:40px;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
@media (max-width: 1469px)
{
    .index-news .news-btn
    {
        margin-top: 20px;
    }
}
@media (max-width: 1199px)
{
    .index-news .news-btn
    {
        margin-top: 10px;
        margin-bottom: 20px;
    }
}
.index-news .news-btn span
{
    display: inline-block; float:left;
    cursor: pointer;
}
.index-news .news-btn span:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-style: normal;

    color: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.index-news .news-btn span:hover:before
{
    color: #2faf6e;
}
.index-news .news-btn .prev:before
{
    content: '\eb62';
}
.index-news .news-btn .next:before
{
    content: '\e62c';
}
.index-news .slick-news
{
    position: relative;
    z-index: 5;
}
@media (max-width: 1199px)
{
    .index-news .slick-news .slick-list
    {
        margin: 0 -15px;
    }
}
.index-news .slick-news .slick-slide
{
    padding: 0 15px;
}
.index-news .slick-news .item
{
    position: relative;

    padding: 8.16326531%;

    border-radius: 10px;
    background-color: #fff;
}
.index-news .slick-news .item:after
{
    font-family: 'iconfont' !important;
    font-size: 50px;

    position: absolute;
    z-index: 2;
    right: 8.16326531%;
    bottom: 2.04081633%;

    content: '\e67b';

    color: #acacac;
}
@media (max-width: 1199px)
{
    .index-news .slick-news .item:after
    {
        font-size: 40px;
    }
}
.index-news .slick-news .date
{
    color: #999;
}
.index-news .slick-news h4
{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.66666667;

    position: relative;

    margin: 10px 0;
    padding-bottom: 15px;
}
.index-news .slick-news h4:after
{
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 60px;
    height: 5px;

    content: '';
    -webkit-transition: .4s;
            transition: .4s;

    border-radius: 2px;
    background-color: #adadad;
}
.index-news .slick-news h4 a
{
    display: block;

    height: 60px;
}
@media (min-width: 1200px)
{
    .index-news .slick-news h4:hover:after
    {
        width: 65%;

        background-color: #817066;
    }
}
.index-news .slick-news h4 a,
.index-news .slick-news p
{
    display: -webkit-box;
    overflow: hidden;

    /* height: auto; */

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.index-news .slick-news p
{
    line-height: 2.14285714;

    height: 60px;
    margin: 0;

    color: #999;
}
.index-news .slick-news .more
{
    margin-top: 20px;
}
.index-news .slick-news .more a
{
    color: #737373;
}
.index-news .slick-news .more a:after
{
    font-family: 'iconfont' !important;

    content: '\e62c';
}
.index-news .slick-news .more a:hover
{
    color: #817066;
}
.index-news .slick-dots
{
    margin-top: 10px;
}
.index-news .slick-dots li
{
    opacity: .5;
    background-color: #fff;
}
.index-news .slick-dots .slick-active
{
    opacity: 1;
}
.public-banner
{
    position: relative;

    overflow: hidden;

    width: 100%;
}
.public-banner img
{
    display: block;

    width: 100%;
}
@media (max-width: 991px)
{
    .public-banner img
    {
        width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 767px)
{
    .public-banner img
    {
        width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 480px)
{
    .public-banner img
    {
        width: 180%;
        margin-left: -40%;
    }
}
@media (max-width: 767px)
{
    .inside-nav
    {
        margin-bottom: 35px;
    }
}
.inside-nav li
{
    font-size: 18px;

    display: inline-block;
}
.inside-nav li:after,
.inside-nav li a
{
    display: inline-block;

    vertical-align: middle;
}
.inside-nav li:after
{
    font-size: 12px;

    margin: 0 30px;

    content: '/';
}
.inside-nav li:last-child:after
{
    display: none;
}
.inside-nav li.active a
{
    font-weight: bold;

    text-decoration: underline;
}
@media (min-width: 1200px)
{
    .inside-nav li a:hover
    {
        text-decoration: underline;
    }
}
@media (max-width: 1199px)
{
    .inside-nav li a:active
    {
        text-decoration: underline;
    }
}
@media (max-width: 1199px)
{
    .inside-nav li:after
    {
        margin: 0 25px;
    }
}
@media (max-width: 991px)
{
    .inside-nav li
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .inside-nav li
    {
        font-size: 15px;
    }
    .inside-nav li:after
    {
        margin: 0 10px;
    }
}
.breadcrumb
{
    margin: 0 0 25px;
    padding: 0;

    color: #888;
    background: none;
}
.breadcrumb li
{
    text-transform: capitalize;
}
.breadcrumb li:first-child:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    margin-right: 15px;

    content: '\e6c8';
    vertical-align: middle;
}
@media (max-width: 767px)
{
    .breadcrumb li:first-child:before
    {
        margin-right: 5px;
    }
}
.breadcrumb li:last-child:before
{
    padding-right: 12px;
}
.breadcrumb li a:hover
{
    text-decoration: underline;

    color: #817066;
}
.breadcrumb > li + li:before
{
    padding: 0 10px;

    content: '>';
}
@media (max-width: 767px)
{
    .breadcrumb > li + li:before
    {
        padding: 0 5px;
    }
}
@media (min-width: 1200px)
{
   
    .content-r
    {
        float: left;
        margin: 65px 0 0 0;
    }
}
@media (min-width: 1200px)
{
    .list-l
    {
        width: 100%;
    }
}
.list-l .menu-wrap
{
    position: relative;
    z-index: 20;
}
.list-l .menu-wrap h3
{
    font-size: 36px;
    

    margin: 0 0 40px;

    text-align: center;
}
.list-l .menu-wrap h3 span
{
    position: relative;

    display: inline-block;
}
.list-l .menu-wrap h3 span:before
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    display: block;

    width: 2em;
    height: 2em;
    margin-top: -.5em;
    margin-left: -.6em;

    content: '';

    border-radius: 50%;
    background-color: #f4f4f4;
}
.list-l .menu-wrap h3 b
{
    font-weight: 900;
}
.list-l .menu
{
    position: relative;
    z-index: 10;
}
.list-l .menu h3
{
    font-size: 20px;

    margin: 0;
    padding: 9px 15px;

    text-align: center;

    color: #fff;
    background-color: #817066;
}
.list-l .menu a
{
    display: block;
}
.list-l .menu1 {
     text-align: center;
}
.list-l .menu1 > li
{
    border: 1px solid #dcdcdc;
    background-color: #f4f4f4;
	display:inline-block;
   width: 270px;
    margin: 5px 0;
}
.list-l .menu1 > li:not(:first-child)
{
}
.list-l .menu1 > li.active > a,
.list-l .menu1 > li:hover > a
{
    color: #fff;
    background-color: #817066;
}
.list-l .menu1 > li.active > a:after,
.list-l .menu1 > li:hover > a:after
{
    background-image: url(../images/line-white.png);
}
.list-l .menu1 > li.active
{
    border-color: #817066;
}
.list-l .menu1 > li.active > a:before
{
    background-color: #fff;
}
.list-l .menu1 > li > a
{
    font-size: 15px;
    font-weight: bold;

    position: relative;

    padding: 22px 70px 22px 30px;

    -webkit-transition: background-color .4s;
            transition: background-color .4s;
}
.list-l .menu1 > li > a:after
{
    position: absolute;
    top: 50%;
    right: 28px;

    width: 37px;
    height: 5px;
    margin-top: -3px;

    content: '';

    background: url(../images/line.png) no-repeat center;
    background-size: contain;
}
.list-l .menu2
{
    display: none;

    padding: 12px 0 5px;
}
.list-l .menu2 > li
{
    position: relative;

    margin-top: 2px;
}
.list-l .menu2 > li:first-child
{
    margin-top: 0;
}
.list-l .menu2 > li.active > a
{
    background-color: #fafafa;
}
.list-l .menu2 > li.active > a:before
{
    height: 100%;

    -webkit-transition: .5s;
            transition: .5s;
}
.list-l .menu2 > li.active > a span
{
    color: #000;
}
.list-l .menu2 > li:hover:not(.active) > a
{
    background-color: #fafafa;
}
.list-l .menu2 > li:hover:not(.active) > a:before
{
    height: 100%;

    -webkit-transition: .5s;
            transition: .5s;
}
.list-l .menu2 > li:hover:not(.active) > a span
{
    color: #000;
}
.list-l .menu2 > li > a
{
    line-height: 1.6;

    position: relative;

    padding: 7px 10px 7px 30px;

    color: #666;
}
.list-l .menu2 > li > a:before
{
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 4px;
    height: 0;

    content: '';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    background-color: #817066;
}
.list-l .menu2 > li > a span
{
    display: block;
}
.list-l .menu3
{
    display: none;

    padding-left: 20px;
}
.list-l .menu3 > li
{
    margin-top: 5px;
}
.list-l .menu3 > li.active > a,
.list-l .menu3 > li:hover > a
{
    text-decoration: underline;

    color: #817066;
}
.list-l .menu3 > li > a
{
    color: #666;
}
@media (min-width: 1200px)
{
    .content-r
    {
        width: 100%;
       
    }
}
.inside-page
{
    overflow: hidden;
}
.inside-page .content
{
    padding: 30px 0 50px;
}
@media (max-width: 767px)
{
    .inside-page .content
    {
        padding: 10px 0;
    }
}
.inside-page .title h3
{
    font-size: 30px;
    font-weight: bold;

    margin: 0;
}
.inside-page .title h3:before
{
    font-family: 'iconfont' !important;

    display: block;

    margin-bottom: 15px;

    content: '';
    content: '﹎';

    color: #817066;
}
@media (max-width: 767px)
{
    .inside-page .title h3
    {
        font-size: 24px;
    }
    .inside-page .title h3:before
    {
        margin-bottom: 5px;
    }
}
.recruitment-wrap .list
{
    font-size: 0;

    margin-bottom: 0;

    letter-spacing: -8px;

    color: #666;
}
.recruitment-wrap .list span
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 767px)
{
    .recruitment-wrap .list span
    {
        font-size: 3.5vmin;
    }
}
.recruitment-wrap .list .name
{
    width: 15.07936508%;
}
.recruitment-wrap .list .type
{
    width: 22.22222222%;
}
.recruitment-wrap .list .address
{
    width: 31.74603175%;
}
.recruitment-wrap .list .num
{
    width: 19.04761905%;
}
.recruitment-wrap .list .date
{
    width: 11.9047619%;
}
@media (max-width: 991px)
{
    .recruitment-wrap .list .name
    {
        width: 17%;
    }
    .recruitment-wrap .list .address
    {
        width: 28%;
    }
    .recruitment-wrap .list .num
    {
        width: 17%;
    }
    .recruitment-wrap .list .date
    {
        width: 18%;
    }
}
@media (max-width: 767px)
{
    .recruitment-wrap .list .name
    {
        width: 40%;
    }
    .recruitment-wrap .list .type
    {
        width: 60%;
    }
    .recruitment-wrap .list .address,
    .recruitment-wrap .list .num,
    .recruitment-wrap .list .date
    {
        display: none;
    }
}
.recruitment-wrap .list dt,
.recruitment-wrap .list .line
{
    display: block;

    padding: 0 65px;
}
@media (max-width: 1349px)
{
    .recruitment-wrap .list dt,
    .recruitment-wrap .list .line
    {
        padding: 0 30px 0 65px;
    }
}
@media (max-width: 1199px)
{
    .recruitment-wrap .list dt,
    .recruitment-wrap .list .line
    {
        padding: 0 10px 0 55px;
    }
}
@media (max-width: 991px)
{
    .recruitment-wrap .list dt,
    .recruitment-wrap .list .line
    {
        padding: 0 5px 0 35px;
    }
}
.recruitment-wrap .list dt
{
    border-bottom: 3px solid #817066;
}
.recruitment-wrap .list dt > span
{
    font-size: 24px;
    font-weight: bold;

    padding: 0 15px 15px;
}
@media (max-width: 1349px)
{
    .recruitment-wrap .list dt > span
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px)
{
    .recruitment-wrap .list dt > span
    {
        font-size: 16px;
    }
}
@media (max-width: 991px)
{
    .recruitment-wrap .list dt > span
    {
        padding: 0 10px 15px;
    }
}
@media (max-width: 767px)
{
    .recruitment-wrap .list dt > span
    {
        font-size: 15px;

        padding-bottom: 10px;
    }
}
.recruitment-wrap .list dd
{
    margin-bottom: 2px;
}
@media (min-width: 1200px)
{
    .recruitment-wrap .list dd:hover .line > span
    {
        color: #817066;
    }
    .recruitment-wrap .list dd:hover .line:before
    {
        color: #817066;
    }
}
.recruitment-wrap .list dd .line
{
    position: relative;

    background-color: #f4f4f4;
}
.recruitment-wrap .list dd .line:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-weight: bold;

    position: absolute;
    z-index: 2;
    top: 50%;
    left: 35px;

    display: block;

    content: '\e629';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #000;
}
@media (max-width: 1199px)
{
    .recruitment-wrap .list dd .line:before
    {
        left: 25px;
    }
}
@media (max-width: 991px)
{
    .recruitment-wrap .list dd .line:before
    {
        left: 10px;
    }
}
@media (max-width: 480px)
{
    .recruitment-wrap .list dd .line:before
    {
        font-size: 12px;

        left: 15px;
    }
}
.recruitment-wrap .list dd .line > span
{
    padding: 25px 15px;

    color: #666;
}
@media (max-width: 991px)
{
    .recruitment-wrap .list dd .line > span
    {
        padding: 15px 10px;
    }
}
.recruitment-wrap .list dd .line.active:before
{
    content: '\e628';
}
.recruitment-wrap .list .intro
{
    font-size: 14px;

    position: relative;

    display: none;

    padding: 15px 500px 35px 80px;

    letter-spacing: 0;
}
@media (max-width: 1199px)
{
    .recruitment-wrap .list .intro
    {
        padding-left: 50px;
    }
}
@media (max-width: 991px)
{
    .recruitment-wrap .list .intro
    {
        padding: 10px 25px 25px;
    }
}
@media (max-width: 767px)
{
    .recruitment-wrap .list .intro
    {
        padding: 10px 10px 20px;
    }
}
.recruitment-wrap .list .intro > div
{
    width: 100%;
    margin-top: 20px;
    min-height: 180px;
}
.recruitment-wrap .list .intro .title
{
    font-weight: bold;

    margin-bottom: 5px;

    color: #333;
}
.recruitment-wrap .list .intro p
{
   
    line-height: 2.14285714;

    margin: 0;

    color: #888;
}
.recruitment-wrap .list .intro .info
{
    width: 480px;
    padding: 35px 165px 35px 35px;

    border: 7px solid #817066;
}
@media only screen and (min-width: 992px)
{
    .recruitment-wrap .list .intro .info
    {
        position: absolute;
        top: 20px;
        right: 0;
    }
}
@media (max-width: 991px)
{
    .recruitment-wrap .list .intro .info
    {
        position: relative;

        width: 100%;
    }
}
@media (max-width: 480px)
{
    .recruitment-wrap .list .intro .info
    {
        padding: 25px;

        border-width: 4px;
    }
}
.recruitment-wrap .list .intro .info p
{
    margin: 5px 0 0;
}
.recruitment-wrap .list .intro .info p:first-child
{
    margin-top: 0;
}
@media (min-width: 481px)
{
    .recruitment-wrap .list .intro .info .mail-btn
    {
        position: absolute;
        right: 30px;
        bottom: 45px;
    }
}
@media (max-width: 480px)
{
    .recruitment-wrap .list .intro .info .mail-btn
    {
        margin-top: 15px;
    }
}
.recruitment-wrap .list .intro .info .mail-btn a
{

    display: inline-block;

    padding: 10px 29px;

    -webkit-transition: .4s;
            transition: .4s;

    color: #fff;
    border-radius: 4px;
    background-color: #817066;
}
@media (min-width: 1200px)
{
    .recruitment-wrap .list .intro .info .mail-btn a:hover
    {
        text-decoration: underline;

        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .4);
    }
}
@media (max-width: 1199px)
{
    .recruitment-wrap .list .intro .info .mail-btn a:active
    {
        text-decoration: underline;

        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .4);
    }
}
.merchants-wrap .pic-box img
{
    display: block;

    max-width: 100%;
}
.video-wrap .list
{
    font-size: 0;

    padding-top: 0;

    letter-spacing: -8px;
}
.video-wrap .list li
{
    font-size: 14px;

    display: inline-block;
    float: none;

    margin-bottom: 40px;

    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 767px)
{
    .video-wrap .list li
    {
        margin-bottom: 25px;
    }
}
@media (max-width: 480px)
{
    .video-wrap .list li
    {
        width: 100%;
    }
}
.video-wrap .list .item
{
    position: relative;

    display: block;
}
@media (min-width: 1200px)
{
    .video-wrap .list .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .video-wrap .list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (min-width: 1200px)
{
    .video-wrap .list .item:hover .img-box:after
    {
        background-color: rgba(0, 0, 0, .5);
    }
    .video-wrap .list .item:hover .img-box:before
    {
        -webkit-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);

        opacity: 1;
    }
}
@media (max-width: 1199px)
{
    .video-wrap .list .item .img-box:after
    {
        background-color: rgba(0, 0, 0, .3);
    }
    .video-wrap .list .item .img-box:before
    {
        -webkit-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);

        opacity: 1;
    }
}
.video-wrap .list .img-box
{
    padding-bottom: 62.22222222%;
}
.video-wrap .list .img-box:after
{
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: .5s;
            transition: .5s;

    background-color: rgba(0, 0, 0, 0);
}
.video-wrap .list .img-box:before
{
    font-family: 'iconfont' !important;
    font-size: 40px;
    font-weight: normal;

    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;

    display: block;

    content: '\e644';
    -webkit-transition: .5s;
            transition: .5s;
    -webkit-transform: translateX(-50%) translateY(50%);
        -ms-transform: translateX(-50%) translateY(50%);
            transform: translateX(-50%) translateY(50%);
    text-align: center;

    opacity: 0;
    color: #fff;
}
.video-wrap .list .intro
{
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;

    width: 100%;
    padding: 6px 10px;
}
.video-wrap .list .intro h3
{
    font-size: 16px;
    font-weight: bold;

    display: inline-block;

    max-width: 100%;
    margin: 0;
    padding: 15px 30px;

    border-bottom: 3px solid #817066;
    background-color: #f4f4f4;
}
@media (max-width: 1199px)
{
    .video-wrap .list .intro h3
    {
        font-size: 14px;

        padding: 10px 20px;
    }
}
.video-wrap .list .intro h3 span
{
    display: block;
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.case-wrap .list .img-box
{
    padding-bottom: 75.75757576%;
}
.case-wrap .list li
{
    margin-bottom: 40px;
}
@media (max-width: 480px)
{
    .case-wrap .list li
    {
        margin-bottom: 30px;
    }
}
.case-wrap .item
{
    position: relative;

    overflow: hidden;
}
.case-wrap .item:after
{
    position: absolute;
    z-index: -2;
    bottom: 45px;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: .4s;
            transition: .4s;

    border-bottom: 4px solid #817066;
    background-color: #f4f4f4;
}
@media (max-width: 480px)
{
    .case-wrap .item:after
    {
        bottom: 35px;
    }
}
@media (min-width: 1200px)
{
    .case-wrap .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .case-wrap .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (min-width: 1200px)
{
    .case-wrap .item:hover:after
    {
        background-color: #817066;
    }
    .case-wrap .item:hover h3,
    .case-wrap .item:hover p
    {
        color: #fff;
    }
    .case-wrap .item:hover h3:after
    {
        background-image: url(../images/line-white.png);
    }
}
@media (min-width: 481px)
{
    .case-wrap .item > div
    {
        float: left;
    }
}
.case-wrap .item .pic-box
{
    width: 330px;
}
@media (min-width: 1200px) and (max-width: 1349px)
{
    .case-wrap .item .pic-box
    {
        width: 280px;
    }
}
@media (max-width: 480px)
{
    .case-wrap .item .pic-box
    {
        width: 100%;
        margin: 20px auto 0;
        padding: 0 20px;
    }
}
.case-wrap .item .intro
{
    width: -webkit-calc(100% - 330px);
    width:         calc(100% - 330px);
    padding: 25px 20px 0;
}
@media (max-width: 480px)
{
    .case-wrap .item .intro
    {
        width: 100%;
    }
}
.case-wrap .item h3
{
    font-size: 14px;
    font-weight: bold;

    overflow: hidden;

    margin: 0;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.case-wrap .item h3:after
{
    display: block;

    width: 37px;
    height: 5px;
    margin: 15px 0;

    content: '';

    background: url(../images/line.png) no-repeat center;
    background-size: contain;
}
.case-wrap .item p
{
    
    line-height: 1.85714286;

    display: -webkit-box;
    overflow: hidden;

    height: 104px;
    margin: 0;

    color: #888;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
@media (min-width: 1200px) and (max-width: 1349px)
{
    .case-wrap .item p
    {
        height: 78px;

        -webkit-line-clamp: 3;
    }
}
@media (max-width: 480px)
{
    .case-wrap .item p
    {
        height: auto !important;
    }
}
.case-wrap .item .more
{
    margin-top: 40px;
}
@media (max-width: 480px)
{
    .case-wrap .item .more
    {
        margin-top: 30px;
    }
}
.case-wrap .item .more a
{
    color: #817066;
}
.case-wrap .item .more a:after
{
    font-family: 'iconfont' !important;

    margin-left: 5px;

    content: '\e62c';
}
@media (min-width: 1200px)
{
    .case-wrap .item .more a:hover span
    {
        text-decoration: underline;
    }
}
.case-details-wrap .intro p
{
    text-indent: 2em;
}
.case-details-wrap .pic-list
{
    font-size: 0;

    letter-spacing: -8px;
}
.case-details-wrap .pic-list li
{
    font-size: 14px;

    display: inline-block;
    float: none;

    vertical-align: top;
    letter-spacing: 0;
}
.solution-wrap .info
{
    margin-bottom: 40px;
    padding-bottom: 25px;

    border-bottom: 1px dotted #d0d0d0;
}
@media (max-width: 480px)
{
    .solution-wrap .info
    {
        margin-bottom: 30px;
        padding-bottom: 10px;
    }
}
.solution-wrap .info h3
{
    font-size: 30px;
    font-weight: bold;

    margin: 0 0 20px;
}
@media (max-width: 767px)
{
    .solution-wrap .info h3
    {
        font-size: 24px;
    }
}
.solution-wrap .info p
{
    
    line-height: 1.85714286;

    display: table;

    width: 100%;

    color: #888;
}
.solution-wrap .info p span
{
    display: table-cell;

    vertical-align: top;
}
.solution-wrap .info p span:first-child
{
    font-weight: bold;

    white-space: nowrap;

    color: #666;
}
.solution-wrap .video
{
    position: relative;
}
@media (min-width: 481px)
{
    .solution-wrap .video
    {
        padding-right: 250px;
    }
}
@media (min-width: 481px) and (max-width: 991px)
{
    .solution-wrap .video
    {
        padding-right: 200px;
    }
}
.solution-wrap .video .img-box
{
    padding-bottom: 58.75%;
}
.solution-wrap .video .btn
{
  

    padding: 9px 34px;

    -webkit-transition: .5s;
            transition: .5s;

    color: #fff;
    border-radius: 4px;
    background: #817066;
}
.solution-wrap .video .btn:before
{
    font-family: 'iconfont' !important;

    margin-right: 10px;

    content: '\e6cc';
}
@media (min-width: 481px)
{
    .solution-wrap .video .btn
    {
        position: absolute;
        right: 0;
        bottom: 0;
    }
}
@media (min-width: 1200px)
{
    .solution-wrap .video .btn:hover
    {
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .4);
    }
}
@media (max-width: 1199px)
{
    .solution-wrap .video .btn:active
    {
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .4);
    }
}
@media (max-width: 480px)
{
    .solution-wrap .video .btn
    {
        margin-top: 25px;
    }
}
.solution-wrap .scenes .title
{
    /*margin-top: 60px;*/
    margin-bottom: 20px;
}
@media (max-width: 480px)
{
    .solution-wrap .scenes .title
    {
        margin-top: 40px;
    }
}
.solution-wrap .scenes .intro
{
    padding: 15px;

    border-top: 4px solid #817066;
    background-color: #f4f4f4;
}
.solution-wrap .scenes .intro p
{
    line-height: 2;

    margin: 0;
}
.solution-wrap .scenes .intro img
{
    display: block;

    height: auto !important;
    /*margin: 100%;*/
    margin-top: 10px;
    width: 100%;
}
.product-wrap .list
{
    margin-top: 0;
}
.product-wrap .list li
{
    position: relative; float:left;
    overflow: hidden;

    margin-bottom: 20px;
    padding: 0 10px;
    padding-bottom:5px;
}
.product-wrap .list li:after
{
    position: absolute;
    z-index: -2;
    top: 65px;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: .3s;
            transition: .3s;

    border-top: 4px solid #817066;
    background-color: #f4f4f4;
}
@media (min-width: 1200px)
{
    .product-wrap .list li img
    { max-width:100%; max-height:100%;
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .product-wrap .list li:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (min-width: 1200px)
{
    .product-wrap .list li:hover:after
    {
        background-color: #817066;
    }
    .product-wrap .list li:hover .intro p
    {
        color: #fff;
    }
    .product-wrap .list li:hover .more a
    {
        color: #817066;
        background-color: #fff;
    }
	.product-wrap .list li{ width:23%; margin:0 1% 20px 1%; height:430px;}
}
@media (max-width: 1199px)
{
    .product-wrap .list li
    {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 767px)
{
    .product-wrap .list li
    {
        margin-bottom: 30px;
        padding-right: 15px;
        padding-left: 0;
    }
	
	.product-wrap .list li img{ width:100%;}
}
@media (max-width: 480px)
{
    .product-wrap .list li
    {
        padding: 0 15px 15px;
    }
	.product-wrap .list li img{ width:100%;}
}
.product-wrap .list .item
{
    font-size: 0;

    letter-spacing: -8px;
}




.product-wrap .list .item > div
{
    font-size: 14px;

    display: inline-block;
    
    vertical-align: top;
    letter-spacing: 0;
}
.product-wrap .list .pic-box{ text-align:center;}

@media (min-width: 1199px)
{

.product-wrap .list .item > div
{
  

height: 250px;

}

  
}


@media (min-width: 481px)
{



    .product-wrap .list .pic-box
    {
        width: 100%;
    }
}
@media (max-width: 480px)
{
    .product-wrap .list .pic-box
    {
        width: 100%;
    }
}
@media (min-width: 481px)
{
    .product-wrap .list .intro
    {
        width:100%;
		float:left;
    }
}
@media (min-width: 481px) and (max-width: 767px)
{
    .product-wrap .list .intro
    {
        padding-left: 15px;
    }
}
.product-wrap .list .intro p
{
   
    line-height: 1.85714286;

    display: -webkit-box;
    overflow: hidden; font-size:15PX;
    height: auto;
    max-height: 52px;
    margin: 0;

    color: #888;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.product-wrap .list .info
{
    position: relative;

  
}
@media (max-width: 480px)
{
    .product-wrap .list .info
    {
        margin-bottom: 15px;
    }
}
.product-wrap .list h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;

    overflow: hidden;

    margin: 15px 0 0;
    padding-bottom: 10px;

    white-space: nowrap;
    text-overflow: ellipsis;
}
@media (max-width: 767px)
{
    .product-wrap .list h3
    {
        font-size: 18px;
    }
}
@media (min-width: 481px)
{
    .product-wrap .list .add-btn
    {
        position: absolute;
        top: 0;
        right: 0;
    }
}
.product-wrap .list .add-btn a
{
    position: relative;

    display: block;

    color: #817066;
}
.product-wrap .list .add-btn a:before,
.product-wrap .list .add-btn a span
{
    display: inline-block;

    vertical-align: middle;
}
.product-wrap .list .add-btn a:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;
    line-height: 1;

    margin-right: 10px;

    content: '\e6e3';
}
.product-wrap .list .add-btn a:hover span:after
{
    width: 100%;
}
.product-wrap .list .add-btn span
{
    font-weight: bold;

    position: relative;

    display: inline-block;

    padding: 3px 0;
}
.product-wrap .list .add-btn span:after
{
    position: absolute;
    bottom: 0;
    left: 50%;

    width: 0;
    height: 1px;

    content: '';
    -webkit-transition: .4s;
            transition: .4s;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    background-color: #817066;
}
.product-wrap .list .more
{
    margin-top: 10px;
}
.product-wrap .list .more a
{
    display: inline-block;

    padding: 10px 31px;

    color: #fff;
    border-radius: 4px;
    background-color: #817066;
}
.product-wrap .list .more a span,
.product-wrap .list .more a:after
{
    display: inline-block;
}
.product-wrap .list .more a:after
{
    font-family: 'iconfont' !important;

    margin-left: 8px;

    content: '\e62c';
}
@media (max-width: 480px)
{
    .product-wrap .list .more a
    {
        font-size: 12px;

        padding: 8px 20px;
    }
}
.product-details-wrap .carousel-wrap
{
    position: relative;
}
@media (min-width: 481px)
{
    .product-details-wrap .carousel-wrap
    {
        padding-right: 225px;
    }
}
@media (min-width: 481px) and (max-width: 1469px)
{
    .product-details-wrap .carousel-wrap
    {
        padding-right: 200px;
    }
}
.product-details-wrap .carousel-wrap .img-box
{ padding-bottom:129%;
   
}
.product-details-wrap .carousel-wrap .carousel
{
    font-size: 0;

    position: relative;

   
}
@media only screen and (min-width: 992px)
{
    .product-details-wrap .carousel-wrap .carousel
    {
        padding-left: 145px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1469px)
{
    .product-details-wrap .carousel-wrap .carousel
    {
        padding-left: 120px;
    }
}
.product-details-wrap .carousel-wrap .slider-nav
{
    overflow: hidden;
}
@media only screen and (min-width: 992px)
{
    .product-details-wrap .carousel-wrap .slider-nav
    {
        position: absolute;
        top: 0;
        left: 0;

        width: 125px;
        height: 100%;
        margin: -5px 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1469px)
{
    .product-details-wrap .carousel-wrap .slider-nav
    {
        width: 110px;
    }
}
@media (max-width: 991px)
{
    .product-details-wrap .carousel-wrap .slider-nav
    {
        margin: 15px -5px 0;
    }
}
.product-details-wrap .carousel-wrap .slider-nav .slick-slide
{
    padding: 5px 0;

    border: none;
}
@media (max-width: 991px)
{
    .product-details-wrap .carousel-wrap .slider-nav .slick-slide
    {
        padding: 0 5px;
    }
}
.product-details-wrap .carousel-wrap .slider-nav .item
{
    position: relative;
}
.product-details-wrap .carousel-wrap .slider-nav .item:before
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: .4s;
            transition: .4s;

    opacity: 0;
    border: 4px solid #817066;
}
@media (max-width: 480px)
{
    .product-details-wrap .carousel-wrap .slider-nav .item:before
    {
        border-width: 2px;
    }
}
.product-details-wrap .carousel-wrap .slider-nav .slick-current .item:before
{
    opacity: 1;
}
@media (min-width: 481px)
{
    .product-details-wrap .fun-wrap
    {
        position: absolute;
        top: 0;
        right: 0;

        max-width: 200px;
    }
}
.product-details-wrap .addthis-wrap
{
    padding-top: 40px;
}
@media (max-width: 1349px)
{
    .product-details-wrap .addthis-wrap
    {
        padding-top: 10px;
    }
}
.product-details-wrap .addthis-wrap b
{
    display: block;

    margin-bottom: 15px;
}
.product-details-wrap .fun-btn
{
    padding-top: 15px;
}
.product-details-wrap .fun-btn a
{
    line-height: 36px;

    display: block;

    width: 150px;
    height: 40px;
    margin-top: 25px;

    -webkit-transition: .3s;
            transition: .3s;
    text-align: center;

    color: #817066;
    border: 2px dotted #817066;
    border-radius: 4px;
}
.product-details-wrap .fun-btn a:before,
.product-details-wrap .fun-btn a span
{
    display: inline-block;

    vertical-align: middle;
}
.product-details-wrap .fun-btn a:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-style: normal;

    display: inline-block;

    margin-right: 5px;

    content: '';

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1200px)
{
    .product-details-wrap .fun-btn a:hover
    {
        color: #fff;
        background-color: #817066;
    }
}
@media (max-width: 1199px)
{
    .product-details-wrap .fun-btn a:active
    {
        color: #fff;
        background-color: #817066;
    }
}
@media (max-width: 480px)
{
    .product-details-wrap .fun-btn a
    {
        font-size: 12px;

        display: inline-block;

        width: 38vmin;
        margin: 10px 5px 0;
    }
}
.product-details-wrap .fun-btn .add-btn:before
{
    content: '\e6e3';
}
.product-details-wrap .fun-btn .inquiry-btn:before
{
    
}
.product-details-wrap .details-btn
{
    overflow: hidden;

    width: 150px;
    max-width: 100%;
    padding-top: 110px;

    text-align: center;
}
@media (max-width: 1469px)
{
    .product-details-wrap .details-btn
    {
        padding-top: 80px;
    }
}
@media (max-width: 1349px)
{
    .product-details-wrap .details-btn
    {
        padding-top: 10px;
    }
}
@media (max-width: 480px)
{
    .product-details-wrap .details-btn
    {
        width: 100%;
    }
    .product-details-wrap .details-btn > div
    {
        float: left;

        width: 50%;
    }
}
.product-details-wrap .details-btn a
{
    position: relative;

    display: inline-block;

    margin-top: 10px;

    color: #888;
}
.product-details-wrap .details-btn a:before,
.product-details-wrap .details-btn a span
{
    display: inline-block;

    vertical-align: middle;
}
.product-details-wrap .details-btn a:before
{
    font-family: 'iconfont' !important;

    margin-right: 12px;

    content: '\e6aa';
}
@media (min-width: 1200px)
{
    .product-details-wrap .details-btn a:hover
    {
        color: #333;
    }
    .product-details-wrap .details-btn a:hover span:after
    {
        width: 100%;
    }
}
@media (max-width: 1199px)
{
    .product-details-wrap .details-btn a:active
    {
        color: #333;
    }
    .product-details-wrap .details-btn a:active span:after
    {
        width: 100%;
    }
}
.product-details-wrap .details-btn span
{
    font-weight: bold;

    position: relative;

    padding: 3px 0;
}
.product-details-wrap .details-btn span:after
{
    position: absolute;
    bottom: 0;
    left: 50%;

    display: block;

    width: 0;
    height: 1px;

    content: '';
    -webkit-transition: .4s;
            transition: .4s;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    background-color: #333;
}
.product-details-wrap .details-btn .prev a:before
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.product-details-wrap .list-title h4
{
    font-size: 30px;
    font-weight: bold;

    margin: 0 0 20px;
}
.product-details-wrap .list-title h4:before
{
    display: block;

    width: 37px;
    height: 5px;
    margin-bottom: 15px;

    content: '';

    background: url(../images/line.png) no-repeat center;
    background-size: contain;
}
@media (max-width: 767px)
{
    .product-details-wrap .list-title h4
    {
        font-size: 24px;

        margin-bottom: 20px;
    }
}
.product-details-wrap .intro-wrap
{
    margin: 60px 0;
}
@media (max-width: 767px)
{
    .product-details-wrap .intro-wrap
    {
        margin: 45px 0;
    }
}
.product-details-wrap .intro-wrap .intro
{
    padding: 15px;

    border-top: 4px solid #817066;
    background-color: #f4f4f4;
}
.product-details-wrap .intro-wrap .intro img
{
    display: block;

    max-width: 100%;
    height: auto !important;
    margin-top: 10px;
}
.product-details-wrap .intro-wrap .intro p
{
    line-height: 2;

    margin: 0;
}
.product-details-wrap .inquiry-form .submit
{
    background-color: #817066;
}
.news-wrap .list .add-btn
{
    top: 5px;
    right: -35px;
}
.news-wrap .list .add-btn > b
{
    display: block;

    color: #817066;
}
.news-details-wrap .info h1
{
    font-size: 30px;
    font-weight: bold;

    margin: 0 0 20px;
}
@media (max-width: 767px)
{
    .news-details-wrap .info h1
    {
        font-size: 22px;
    }
}
.news-details-wrap .info .date
{
  
    margin-bottom: 20px;

    color: #888;
}
.news-details-wrap .intro
{
    margin-bottom: 20px;
    padding-bottom: 25px;

    border-bottom: 2px dotted #d1d1d1;
}
.news-details-wrap .intro p
{
    
    line-height: 1.85714286;

    margin: 0;

    color: #888;
}
.news-details-wrap .intro img,
.news-details-wrap .pic-list img
{
    display: inline-block;

    max-width: 100%;
    margin-top: 10px;
}
.news-details-wrap .news-page
{
    padding-top: 35px;
}
.news-details-wrap .news-page p
{
    line-height: 24px;

    overflow: hidden;

    margin: 0;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-details-wrap .news-page p a
{
    

    -webkit-transition: .3s;
            transition: .3s;

    color: #888;
}
.news-details-wrap .news-page p a:hover
{
    font-weight: bold;

    color: #817066;
}
.news-details-wrap .news-page .next
{
    margin-top: 10px;
}
.inquiry-form input::-webkit-input-placeholder,
.inquiry-form textarea::-webkit-input-placeholder
{
    color: #888;
}
.inquiry-form input:-o-placeholder,
.inquiry-form textarea:-o-placeholder
{
    color: #888;
}
.inquiry-form input::-moz-placeholder,
.inquiry-form textarea::-moz-placeholder
{
    color: #888;
}
.inquiry-form input:-ms-input-placeholder,
.inquiry-form textarea:-ms-input-placeholder
{
    color: #888;
}
.inquiry-form input:focus::-webkit-input-placeholder,
.inquiry-form textarea:focus::-webkit-input-placeholder
{
    color: #afa7a7;
}
.inquiry-form input:focus::-o-placeholder,
.inquiry-form textarea:focus::-o-placeholder
{
    color: #afa7a7;
}
.inquiry-form input:focus::-moz-placeholder,
.inquiry-form textarea:focus::-moz-placeholder
{
    color: #afa7a7;
}
.inquiry-form input:focus::-ms-input-placeholder,
.inquiry-form textarea:focus::-ms-input-placeholder
{
    color: #afa7a7;
}
.inquiry-form form
{
    margin-top: 15px;
}
.inquiry-form form .row
{
    margin: 0 -10px;
}
.inquiry-form form .row li
{
    padding: 0 10px;
}
.inquiry-form form input,
.inquiry-form form textarea
{
   

    display: block;

    width: 100%;
    margin-bottom: 15px;
    padding: 15px 24px;

    color: #888;
    background: #ededed;
}
@media (max-width: 767px)
{
    .inquiry-form form input,
    .inquiry-form form textarea
    {
        padding: 15px 20px;
    }
}
.inquiry-form form .pro-name
{
    font-weight: bold;

    color: #333;
    background: #d8d8d8;
}
.inquiry-form form textarea
{
    height: 240px;
}
@media (max-width: 767px)
{
    .inquiry-form form textarea
    {
        height: 200px;
    }
}
.inquiry-form form .submit
{
    font-weight: bold;
    line-height: 45px;

    display: block;

    width: 160px;
    height: 45px;
    margin: 0 auto;
    margin-top: 30px;

    -webkit-transition: .4s;
            transition: .4s;
    text-align: center;

    color: #fff;
    background-color: #817066;
}
@media (max-width: 767px)
{
    .inquiry-form form .submit
    {
        line-height: 40px;

        width: 120px;
        height: 40px;
    }
}
.inquiry-form form .submit:hover
{
    text-decoration: underline;

    box-shadow: inset 0 2px 10px rgba(0, 0, 0, .6);
}
.inquiry-wrap .iq-title,
.inquiry-wrap .list li
{
    font-size: 0;

    width: 100%;
    padding-right: 60px;
    padding-left: 60px;

    text-align: justify;
    text-justify: distribute-all-lines;
    letter-spacing: -8px;
}
@media (max-width: 991px)
{
    .inquiry-wrap .iq-title,
    .inquiry-wrap .list li
    {
        padding-right: 30px;
        padding-left: 30px;
    }
}
@media (max-width: 767px)
{
    .inquiry-wrap .iq-title,
    .inquiry-wrap .list li
    {
        padding-right: 2%;
        padding-left: 2%;
    }
}
.inquiry-wrap .iq-title:after,
.inquiry-wrap .list li:after
{
    display: inline-block;
    overflow: hidden;

    width: 100%;
    height: 0;
    margin: 0;

    content: '';
}
.inquiry-wrap .iq-title > div,
.inquiry-wrap .list li > div
{
    font-size: 14px;

    display: inline-block;

    text-align: center;
    vertical-align: middle;
    letter-spacing: 0;
}
.inquiry-wrap .iq-title
{
    padding-top: 14px;
    padding-bottom: 14px;

    border: 1px solid #cdcdcd;
    background-color: #e8e8e8;
}
.inquiry-wrap .iq-title .th
{
    font-weight: normal;

    text-align: center;

    border: none;
}
@media (max-width: 767px)
{
    .inquiry-wrap .iq-title .th
    {
        font-size: 14px;
    }
}
.inquiry-wrap .iq-title .th.qty-box
{
    text-align: center;
}
.inquiry-wrap .iq-title .th span
{
    line-height: 18px;

    display: inline-block;

    vertical-align: middle;
}
.inquiry-wrap .iq-title .th.check-box label.replace
{
    background-color: #cbcbcb;
}
@media only screen and (min-width: 768px)
{
    .inquiry-wrap .iq-title .th.check-box label.replace:after
    {
        display: block;
    }
}
.inquiry-wrap .iq-title .pic-box
{
    padding: 11px 0;

    text-align: center;
}
@media (max-width: 767px)
{
    .inquiry-wrap .iq-title .check-box
    {
        padding: 0;
    }
}
@media (max-width: 767px)
{
    .inquiry-wrap .iq-title .del-box
    {
        width: 30px;

        opacity: 0;
    }
}

.mr_zhang_keywords {margin: 35px 0 0 0; float: left;}
.inquiry-wrap .inquiry-box
{
    width: 100%;

    border: 1px solid #dbdbdb;
    border: none;
}
.inquiry-wrap .inquiry-box .title
{
    margin-bottom: 25px;
}
.inquiry-wrap .inquiry-box .title h3:before
{
    display: none;
}
.inquiry-wrap .inquiry-box label
{
    margin-bottom: 0;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

         -o-user-select: none;
}
.inquiry-wrap .inquiry-box label:before
{
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    background-color: #e6e6e6;
}
@media (max-width: 767px)
{
    .inquiry-wrap .inquiry-box .introduce-title
    {
        padding-left: 0 !important;

        text-align: center;
    }
}
.inquiry-wrap .inquiry-box .check-box
{
    text-align: left;
}
@media (min-width: 480px)
{
    .inquiry-wrap .inquiry-box .check-box
    {
        width: 100px;
    }
}
@media (min-width: 480px) and (max-width: 767px)
{
    .inquiry-wrap .inquiry-box .check-box
    {
        width: 30px;
    }
}
.inquiry-wrap .inquiry-box .check-box .check-all
{
    margin: 0;
}
.inquiry-wrap .inquiry-box .check-box .check-all > label
{
    margin-right: 10px;
}
.inquiry-wrap .inquiry-box .check-box .check-all span
{
    font-weight: normal;
}
@media (max-width: 767px)
{
    .inquiry-wrap .inquiry-box .check-box .check-all span
    {
        display: none;
    }
}
.inquiry-wrap .inquiry-box .check-box label.replace
{
    line-height: 14px;

    position: relative;

    display: inline-block;
    overflow: hidden;

    width: 16px;
    height: 16px;

    text-align: center;
    vertical-align: middle;

    border: 1px solid #cdcdcd;
    background-color: #fff;
    background-color: #e8e8e8;
}
@media (max-width: 480px)
{
    .inquiry-wrap .inquiry-box .check-box label.replace
    {
        margin-left: 5px;
    }
}
.inquiry-wrap .inquiry-box .check-box label.replace:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 1;

    position: absolute;
    top: 50%;
    left: 50%;

    content: '\e624';
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    text-align: center;

    opacity: 0;
    color: #333;
}
.inquiry-wrap .inquiry-box .check-box label.replace input
{
    display: none;
}
.inquiry-wrap .inquiry-box .check-box label.change:after
{
    opacity: 1;
}
.inquiry-wrap .inquiry-box .introduce-box
{
    text-align: left;
}
@media (min-width: 1200px)
{
    .inquiry-wrap .inquiry-box .introduce-box img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .inquiry-wrap .inquiry-box .introduce-box:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (min-width: 768px)
{
    .inquiry-wrap .inquiry-box .introduce-box
    {
        width: 48%;
    }
}
@media (min-width: 768px) and (max-width: 1199px)
{
    .inquiry-wrap .inquiry-box .introduce-box
    {
        width: 40%;
    }
}
@media (min-width: 768px) and (max-width: 991px)
{
    .inquiry-wrap .inquiry-box .introduce-box
    {
        width: 200px;
    }
}
@media (max-width: 767px)
{
    .inquiry-wrap .inquiry-box .introduce-box
    {
        width: -webkit-calc(100% - 120px);
        width:         calc(100% - 120px);
    }
}
@media (max-width: 480px)
{
    .inquiry-wrap .inquiry-box .introduce-box
    {
        width: -webkit-calc(100% - 70px);
        width:         calc(100% - 70px);
    }
}
.inquiry-wrap .inquiry-box .introduce-box > div
{
    display: inline-block;

    vertical-align: middle;
}
.inquiry-wrap .inquiry-box .introduce-box .pic-box
{
    position: relative;
    z-index: 2;

    overflow: hidden;

    width: 130px;
}
@media (max-width: 480px)
{
    .inquiry-wrap .inquiry-box .introduce-box .pic-box
    {
        width: 80px;
    }
}
.inquiry-wrap .inquiry-box .introduce-box .pic-box .img-box
{
    padding-bottom: 69.11764706%;
}
@media (min-width: 1200px)
{
    .inquiry-wrap .inquiry-box .introduce-box .pic-box .pic img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .inquiry-wrap .inquiry-box .introduce-box .pic-box .pic:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.inquiry-wrap .inquiry-box .introduce-box .intro
{
    width: -webkit-calc(100% - 190px);
    width:         calc(100% - 190px);
}
@media only screen and (min-width: 768px)
{
    .inquiry-wrap .inquiry-box .introduce-box .intro
    {
        padding-left: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .inquiry-wrap .inquiry-box .introduce-box .intro
    {
        padding-left: 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .inquiry-wrap .inquiry-box .introduce-box .intro
    {
        width: 100%;
        margin-top: 10px;
        padding-left: 0;
    }
}
@media (max-width: 767px)
{
    .inquiry-wrap .inquiry-box .introduce-box .intro
    {
        padding-left: 5%;
    }
}
@media (max-width: 480px)
{
    .inquiry-wrap .inquiry-box .introduce-box .intro
    {
        width: -webkit-calc(100% - 90px);
        width:         calc(100% - 90px);
    }
}
.inquiry-wrap .inquiry-box .introduce-box h2
{
    font-size: 14px;
    line-height: 1.57142857;

    display: -webkit-box;
    overflow: hidden;

    height: auto;
    max-height: 44px;
    margin: 0 0 5px 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px)
{
    .inquiry-wrap .inquiry-box .introduce-box h2
    {
        margin-bottom: 10px;
    }
}
@media (max-width: 480px)
{
    .inquiry-wrap .inquiry-box .introduce-box h2
    {
        font-size: 13px;
    }
}
.inquiry-wrap .inquiry-box .introduce-box h2:hover
{
    color: #817066;
}
.inquiry-wrap .inquiry-box .introduce-box h2 ~ span
{
    margin-left: 15px;

    color: #999;
}
.inquiry-wrap .inquiry-box .introduce-box h2 ~ span:first-of-type
{
    margin-left: 0;
}
.inquiry-wrap .inquiry-box .introduce-box p
{
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #666;
}
@media (min-width: 768px)
{
    .inquiry-wrap .inquiry-box .introduce-box .number-box
    {
        display: none;
    }
}
.inquiry-wrap .inquiry-box .number-box
{
    display: inline-block;
    zoom: 1;

    min-width: 90px;

    text-align: center;
    vertical-align: middle;
}
.inquiry-wrap .inquiry-box .number-box:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.inquiry-wrap .inquiry-box .number-box a
{
    line-height: 28px;

    float: left;

    width: 40px;
    height: 30px;

    border: 1px solid #e5e5e5;
}
.inquiry-wrap .inquiry-box .number-box a:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.inquiry-wrap .inquiry-box .number-box a.del1:before
{
    content: '\e628';
}
.inquiry-wrap .inquiry-box .number-box a.add1:before
{
    content: '\e629';
}
@media (max-width: 480px)
{
    .inquiry-wrap .inquiry-box .number-box a
    {
        font-size: 12px;
        line-height: 23px;

        width: 25px;
        height: 25px;
    }
}
.inquiry-wrap .inquiry-box .number-box a.disable
{
    cursor: not-allowed;
}
.inquiry-wrap .inquiry-box .number-box .ipt-num
{
    font-weight: bold;
    line-height: 30px;

    float: left;

    width: 60px;
    min-width: 26px;
    max-width: 60px;
    height: 30px;

    text-align: center;

    color: #333;
    background: none;
}
@media (max-width: 767px)
{
    .inquiry-wrap .inquiry-box .number-box .ipt-num
    {
        line-height: 30px;

        width: 50px;
        height: 30px;
    }
}
@media (max-width: 480px)
{
    .inquiry-wrap .inquiry-box .number-box .ipt-num
    {
        line-height: 23px;

        width: 35px;
        height: 25px;
    }
}
.inquiry-wrap .inquiry-box .qty-box
{
    text-align: center;
}
@media (max-width: 767px)
{
    .inquiry-wrap .inquiry-box .qty-box
    {
        display: none;
    }
}
@media (min-width: 768px)
{
    .inquiry-wrap .inquiry-box .qty-box
    {
        width: 150px;

        text-align: center;
    }
}
.inquiry-wrap .inquiry-box .del-box
{
    text-align: center;
}
@media (min-width: 768px)
{
    .inquiry-wrap .inquiry-box .del-box
    {
        width: 40px;
    }
}
.inquiry-wrap .inquiry-box .del-box .del:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    content: '\e649';

    color: #aeaeae;
}
.inquiry-wrap .inquiry-box .del-box .del:hover:before
{
    color: #817066;
}
.inquiry-wrap .inquiry-box .list li
{
    padding-top: 30px;
    padding-bottom: 30px;

    border-bottom: 1px solid #dedede;
}
@media (max-width: 480px)
{
    .inquiry-wrap .inquiry-box .list li
    {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
.inquiry-wrap .inquiry-form
{
    margin-top: 60px;
}
@media (max-width: 767px)
{
    .inquiry-wrap .inquiry-form
    {
        margin-top: 45px;
    }
}
.inquiry-wrap .inquiry-form form > p
{
  

    margin: 15px 0 20px;

    color: #888;
}
.honor-wrap .list
{
    font-size: 0;

    letter-spacing: -8px;
}
@media (max-width: 991px)
{
    .honor-wrap .list
    {
        margin: 0 -10px;
    }
}
@media (max-width: 480px)
{
    .honor-wrap .list
    {
        margin: 0 -5px;
    }
}
.honor-wrap .list li
{
    font-size: 14px;

    display: inline-block;
    float: none;

    margin-bottom: 30px;

    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 991px)
{
    .honor-wrap .list li
    {
        margin-bottom: 20px;
        padding: 0 10px;
    }
}
@media (max-width: 480px)
{
    .honor-wrap .list li
    {
        width: 50%;
        margin-bottom: 10px;
        padding: 0 5px;
    }
}
@media (min-width: 1200px)
{
    .honor-wrap .list .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .honor-wrap .list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.honor-wrap .list .item:hover p
{
    text-decoration: underline;
}
.honor-wrap .list .pic-box
{
    display: block;
    overflow: hidden;

    border: 1px solid #373140;
    /*border: 10px solid #373140;*/
}
@media (max-width: 991px)
{
    .honor-wrap .list .pic-box
    {
        border-width: 5px;
    }
}
.honor-wrap .list .img-box
{
    padding-bottom: 72.58064516%;
}
.honor-wrap .page
{
    padding-top: 20px;
}
@media (max-width: 480px)
{
    .honor-wrap .page
    {
        padding-top: 5px;
    }
}
.num-box
{
    font-size: 0;

    width: 100%;
    padding: 0;
    padding-top: 10px;

    letter-spacing: -8px;
}
.num-box:after
{
    display: inline-block;
    overflow: hidden;

    width: 100%;
    height: 0;
    margin: 0;

    content: '';
}
@media (max-width: 480px)
{
    .num-box
    {
        margin-right: -5px;
        margin-left: -5px;
        padding-top: 0;
    }
}
.num-box li
{
    font-size: 14px;

    display: inline-block;
    float: none;

    width: 20%;
    margin-top: 35px;
    padding: 0 15px;

    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 991px)
{
    .num-box li
    {
        width: 33.33333%;
    }
}
@media (max-width: 767px)
{
    .num-box li
    {
        width: 50%;
    }
}
@media (max-width: 480px)
{
    .num-box li
    {
        margin-top: 25px;
        padding: 0 5px;
    }
}
.num-box .item
{
    position: relative;

    padding-bottom: 10px;
}
.num-box .number
{
    font-size: 48px;
    font-weight: 800;
    line-height: 1;

    position: relative;

    margin-bottom: 10px;

    white-space: nowrap;

    color: #817066;
}
@media (max-width: 1469px)
{
    .num-box .number
    {
        font-size: 42px;
    }
}
@media (max-width: 1349px)
{
    .num-box .number
    {
        font-size: 38px;
    }
}
.num-box span
{
    position: relative;
    z-index: 10;
}
.num-box sup
{
    font-size: 14px;
    line-height: normal;

    margin-left: 5px;

    vertical-align: top;
}
.num-box p
{
 

    margin: 0;

    color: #777;
}
.about-wrap
{
    overflow: hidden;
}
.about-wrap .content
{
    position: relative;
}
.about-wrap .content:after
{

position: absolute;
    z-index: -2;
    top: -200px;
    right: 0;
    color: #f4f4f4;
    display: block;
    width: 600px;
    height: 730px;
    content: 'M';
    font-size: 800PX;
	
   
}
@media (max-width: 1199px)
{
    .about-wrap .content:after
    {
        width: 500px;
        height: 500px;
    }
}
@media (max-width: 991px)
{
    .about-wrap .content:after
    {
        width: 400px;
        height: 400px;
    }
}
@media (max-width: 767px)
{
    .about-wrap .content:after
    {
        width: 300px;
        height: 300px;
    }
}
.about-wrap .intro-wrap h1
{
    font-size: 24px;
    font-weight: bold;

    margin: 0 0 20px;
}
.about-wrap .intro-wrap .intro
{
    position: relative;

    overflow: hidden;
}
.about-wrap .intro-wrap .vertical
{
    font-size: 60px;
    font-weight: 900;

    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 50%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        -ms-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;

    opacity: .07;
    color: #888;

            writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
}
.about-wrap .intro-wrap p
{
 
    line-height: 2.14285714;

    margin: 0;

    text-indent: 2em;

    color: #888;
}
.about-wrap .intro-wrap .pic-box
{
    position: relative;
    z-index: 2;

    overflow: hidden;

    width: 483px;
    max-width: 100%;
    margin-top: 20px;
    padding-right: 8px;
    padding-bottom: 8px;

    border-radius: 50px 0 0 0;
}
@media only screen and (min-width: 768px)
{
    .about-wrap .intro-wrap .pic-box
    {
        float: right;

        margin-left: 45px;
    }
}
.about-wrap .intro-wrap .pic-box .img-box
{
    overflow: visible;

    padding-bottom: 44.21052632%;
}
.about-wrap .intro-wrap .pic-box .img-box:after
{
    position: absolute;
    right: -8px;
    bottom: -8px;

    width: 98%;
    height: 98%;

    content: '';

    background-color: #817066;
}
.about-wrap .intro-wrap .pic-box .img-box img
{
    z-index: 10;
}
.culture-wrap .list
{
    font-size: 0;

    letter-spacing: -8px;
}
.culture-wrap .list li
{
    font-size: 14px;

    display: inline-block;

    width: 33.33333%;

    vertical-align: top;
    letter-spacing: 0;
}
.culture-wrap .list li:nth-child(2) .img-box:before
{
    top: auto;
    bottom: -1px;

    content: '';

    border-width: 0 14px 15px 14px;
    border-color: transparent transparent #fff transparent;
}
@media (min-width: 1200px)
{
    .culture-wrap .list li img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .culture-wrap .list li:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (min-width: 1200px)
{
    .culture-wrap .list li:hover .icon
    {
        -webkit-animation: swing 1s 0s ease both;
                animation: swing 1s 0s ease both;
    }
}
@media (max-width: 480px)
{
    .culture-wrap .list li
    {
        width: 50%;
    }
    .culture-wrap .list li:last-child
    {
        width: 100%;
    }
    .culture-wrap .list li:last-child .item-box
    {
        position: relative;

        overflow: hidden;
    }
    .culture-wrap .list li:last-child .item-box > div
    {
        float: left;

        width: 50%;
    }
    .culture-wrap .list li:last-child .item-box .intro-box
    {
        position: absolute;

        width: 50%;
        height: 100%;
        padding-bottom: 0;
    }
    .culture-wrap .list li:last-child .item-box .pic-box
    {
        margin-left: 50%;
    }
    .culture-wrap .list li:last-child .img-box:before
    {
        top: 15px;
        left: 0;

        border-width: 12.5px 0 12.5px 15px;
        border-color: transparent transparent transparent #fff;
    }
}
.culture-wrap .list .img-box
{
    padding-bottom: 88.57142857%;
}
.culture-wrap .list .img-box:before
{
    position: absolute;
    z-index: 10;
    top: -1px;
    left: 15.71428571%;

    display: block;

    width: 0;
    height: 0;

    content: '';

    border-width: 15px 14px 0 14px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.culture-wrap .intro-box
{
    position: relative;

    padding-bottom: 88.57142857%;
}
.culture-wrap .intro
{
    position: absolute;
    top: 50%;
    left: 0;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}
.culture-wrap .intro .icon
{
    font-size: 70px;
}
.culture-wrap .intro > b
{
    font-size: 30px;

    display: block;

    margin: 20px 0;
}
.culture-wrap .intro p
{
    font-size: 20px;


    margin: 0;

    color: #888;
}
@media (max-width: 1349px)
{
    .culture-wrap .intro .icon
    {
        font-size: 60px;
    }
    .culture-wrap .intro > b
    {
        font-size: 24px;

        margin: 10px 0;
    }
    .culture-wrap .intro p
    {
        font-size: 16px;
    }
}
@media (max-width: 991px)
{
    .culture-wrap .intro .icon
    {
        font-size: 50px;
    }
    .culture-wrap .intro > b
    {
        font-size: 20px;

        margin: 10px 0;
    }
    .culture-wrap .intro p
    {
        font-size: 14px;
    }
}
@media (max-width: 480px)
{
    .culture-wrap .intro .icon
    {
        font-size: 36px;
        font-size: 9.5vmin;
    }
    .culture-wrap .intro > b
    {
        font-size: 18px;

        margin: 10px 0;
    }
    .culture-wrap .intro p
    {
        font-size: 12px;
    }
}
.contact-wrap .title
{
    text-align: center;
}
.contact-wrap .title h3
{
    color: #817066;
}
.contact-wrap .title h3:before
{
    margin-right: auto;
    margin-left: auto;
}
.contact-wrap .info-wrap
{
    zoom: 1;
}
.contact-wrap .info-wrap:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.contact-wrap .info-wrap > div
{
    margin-top: 30px;
}
@media only screen and (min-width: 992px)
{
    .contact-wrap .info-wrap > div
    {
        float: left;
    }
}
.contact-wrap .list
{
    padding: 15px;

    color: #fff;
    border-right: 10px solid #e4dad5;
    border-bottom: 10px solid #e4dad5;
    background-color: #817066;
}
@media only screen and (min-width: 992px)
{
    .contact-wrap .list
    {
        width: 450px;
    }
}
.contact-wrap .list ul
{
    padding: 40px 25px;

    border-top: 1px solid rgba(255, 255, 255, .5);
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}
@media (max-width: 480px)
{
    .contact-wrap .list ul
    {
        padding: 25px 0;
    }
}
.contact-wrap .list li
{
    position: relative;

    padding-left: 30px;
}
.contact-wrap .list li:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-style: normal;

    position: absolute;
    top: 0;
    left: 0;

    content: '';

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.contact-wrap .list .name:before
{
    content: '\e86d';
}
.contact-wrap .list .address:before
{
    content: '\e734';
}
.contact-wrap .list .tel:before
{
    content: '\e7bf';
}
.contact-wrap .list .after-sales:before
{
    content: '\e619';
}
.contact-wrap .list .fax:before
{
    content: '\e634';
}
.contact-wrap .list .mail:before
{
    content: '\e633';
}
.contact-wrap .list .code
{
    padding: 20px 0 0;
}
@media (max-width: 480px)
{
    .contact-wrap .list .code
    {
        padding-top: 10px;
    }
}
.contact-wrap .list .code img
{
    display: block; width:30%;
    max-width: 100%;
}
.contact-wrap .list p
{
    font-size: 16px;

    line-height: 1.875;
}
@media (max-width: 480px)
{
    .contact-wrap .list p
    {
        font-size: 14px;
    }
}
@media only screen and (min-width: 992px)
{
    .contact-wrap .inquiry-form
    {
        width: -webkit-calc(100% - 450px);
        width:         calc(100% - 450px);
        padding-top: 2px;
        padding-left: 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .contact-wrap .inquiry-form
    {
        padding-top: 0;
    }
}
.contact-wrap .inquiry-form form
{
    margin-top: 0;
}
.contact-wrap .inquiry-form form > p
{
  
    line-height: 2.14285714;

    margin-bottom: 30px;

    color: #888;
}
@media (max-width: 480px)
{
    .contact-wrap .inquiry-form form > p
    {
        margin-bottom: 10px;
    }
}
.contact-wrap .inquiry-form .submit
{
    margin-top: 45px;
}
@media (max-width: 480px)
{
    .contact-wrap .inquiry-form .submit
    {
        margin-top: 25px;
    }
}
.contact-wrap .map
{
    margin-top: 60px;
}
@media (max-width: 480px)
{
    .contact-wrap .map
    {
        margin-top: 35px;
    }
}
.contact-wrap .map-content
{
    height: 410px;
}
.online-wrap .btn
{
    line-height: 38px; 
	display:none;
    position: fixed;
    z-index: 100;
    right: 2px;
    bottom: 265px;

    width: 40px;
    height: 40px;
    padding: 0;

    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    text-align: center;

    border: 1px solid #e1e1e1;
    border-radius: 0;
    background-color: #fff;
}
@media (min-width: 768px)
{
    .online-wrap .btn
    {
        display: none;
    }
}
.online-wrap .btn:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

    content: '\e6d2';
    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;

    color: #333;
}
.online-wrap .btn.active:before
{
    -webkit-transform: rotateZ(225deg);
        -ms-transform: rotate(225deg);
            transform: rotateZ(225deg);
}
.online-wrap .code-pic
{
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 120px;

    display: none;

    max-width: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .online-wrap .code-pic
    {
        right: 55px;
        bottom: 370px;
    }
}
.online-wrap .code-pic .pic-box
{
    padding: 5px;

    background-color: #fff;
}
.online-wrap .code-pic img
{
    display: block;

    max-width: 100%;
}
.online-wrap .online
{
    position: fixed;
    z-index: 100;
    right: 2px;
    bottom: 23%;

    -webkit-transition: right .3s;
            transition: right .3s;
}
@media (max-width: 767px)
{
    .pcbox{ display:none;}
	
    .online-wrap .online
    {
        right: -60px;
        bottom: 90px;
    }
    .online-wrap .online.active
    {
        right: 2px;
    }
}
.online-wrap .online a
{
    line-height: 44px;

    position: relative;

    display: block;

    width: 46px;
    height: 46px;

    text-align: center;

    color: #9b9b9b;
    border: 1px solid #e1e1e1;
    background-color: #fff;
}
.online-wrap .online a:not(:first-child)
{
    border-top: transparent;
}
.online-wrap .online a:before
{
    font-size: 22px;
}
@media (min-width: 1200px)
{
    .online-wrap .online a:hover
    {
        color: #fff;
        border-color: #9b9b9b;
        background-color: #9b9b9b;
    }
}
@media (max-width: 767px)
{
    .online-wrap .online a
    {
        line-height: 38px;

        width: 40px;
        height: 40px;
    }
    .online-wrap .online a:before
    {
        font-size: 18px;
    }
}
@media (min-width: 992px)
{
    .online-wrap .online .icon-phone:hover .phone-num,
    .online-wrap .online .icon-skype:hover .phone-num
    {
        right: 100%;
    }
	
	.sjbox{ display:none;}
	
	
}
.online-wrap .online .icon-phone .phone-num,
.online-wrap .online .icon-skype .phone-num
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: -300px;

    padding-right: 5px;

    -webkit-transition: right .3s;
            transition: right .3s;
    white-space: nowrap;
}
.online-wrap .online .icon-phone .phone-num p,
.online-wrap .online .icon-skype .phone-num p
{
    margin: 0;
    padding: 0 15px;

    color: #666;
    border: 1px solid #e1e1e1;
    background-color: #fff;
}
.online-wrap .online .code .mask
{
    position: absolute;
    z-index: 10;
    right: 100%;
    bottom: -40px;

    display: none;

    width: 130px;
    height: 130px;
    padding-right: 5px;
}
.online-wrap .online .code .mask .mask-box
{
    padding: 5px;

    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}
.online-wrap .online .code .mask img
{
    display: block;

    width: 100%;
}
.online-wrap .online .code .mask p
{
    font-size: 13px;
    line-height: 16px;

    margin: 5px 0 8px 0;

    color: #888;
}
.share
{
    color: #787878;
}
.share a
{
    display: inline-block;
    overflow: hidden;

    margin-left: 7px;

    -webkit-transition:         transform .3s;
    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;
    text-align: center;
    vertical-align: middle;
}
.share a:first-child
{
    margin-left: 0;
}
.share a:before
{
    font-size: 14px;
    line-height: 25px;

    display: block;

    width: 25px;
    height: 25px;

    border-radius: 50%;
}
.share a:hover
{
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
}
.share.color .icon-facebook:before,
.share.color .icon-facebook1:before
{
    background-color: #3b5998;
}
.share.color .icon-tuite:before
{
    background-color: #55acee;
}
.share.color .icon-linkedin:before
{
    background-color: #006a9a;
}
.share.color .icon-youtube:before,
.share.color .icon-youtube1:before
{
    background-color: #c4302b;
}
.share.color .icon-instagram:before
{
    background-color: #6b3d2e;
}
.share.color .icon-pinterest:before
{
    background-color: #cd1f29;
}
.share.color .icon-google:before,
.share.color .icon-google1:before
{
    background-color: #dc4e41;
}
.footer
{
    position: relative;
    z-index: 10;

    overflow: hidden;

    color: #7c7c7c;
	background:#f4f4f4;
   
}
.footer .footer-row
{
    font-size: 0;

    margin: 0 -15px;
    padding: 60px 0;

    text-align: justify;
    text-justify: distribute-all-lines;
    letter-spacing: -8px;
}
@media (max-width: 767px)
{
    .footer .footer-row
    {
        padding: 20px 0;
    }
}
@media (min-width: 1200px)
{
    .footer .footer-row:after
    {
        display: inline-block;
        overflow: hidden;

        width: 100%;
        height: 0;
        margin: 0;

        content: '';
    }
}
.footer .foot-list
{
    font-size: 14px;

    display: inline-block;

    padding: 0 15px;

    text-align: left;
    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 1199px)
{
    .footer .foot-list
    {
        width: 20%;
    }
}
@media (max-width: 767px)
{
    .footer .foot-list
    {
        width: 100%;
    }
}
.footer .foot-list li
{
    position: relative;
}
.footer .foot-list li a
{
    position: relative;

    display: inline-block;
}
.footer .foot-list li a:before
{
    content: '- ';
}
.footer .foot-list p,
.footer .foot-list li
{
    font-size: 14px;
 
    line-height: 2.57142857;

    -webkit-transition: .3s;
            transition: .3s;

    color: #888;
}
@media only screen and (min-width: 992px)
{
    .footer .foot-list p a:hover,
    .footer .foot-list li a:hover
    {
        font-weight: bold;

        text-decoration: underline;

        color: #817066;
    }
}
@media (max-width: 991px)
{
.pcbox{ display:none;}
    .footer .foot-list p a:active,
    .footer .foot-list li a:active
    {
        text-decoration: underline;
    }
}
.footer .foot-list h4
{
    font-size: 16px;
    font-weight: 900;

    margin: 30px 0 15px;

    color: #817066;
}
@media (min-width: 768px)
{
    .footer .foot-list h4:before
    {
        display: block;

        width: 37px;
        height: 5px;
        margin-bottom: 25px;

        content: '';

        background: url(../images/line.png) no-repeat center;
        background-size: contain;
    }
}
@media (max-width: 767px)
{
    .footer .foot-list h4
    {
        line-height: 40px;

        position: relative;

        margin: 5px 0;
        padding-right: 20px;
    }
    .footer .foot-list h4:after
    {
        font-family: 'iconfont' !important;
        font-size: 15px;
        font-weight: bold;

        position: absolute;
        top: 0;
        right: 5px;

        content: '\e629';
    }
}
@media (max-width: 767px)
{
    .footer .foot-list h4 + *
    {
        display: none;

        margin-bottom: 10px;
        padding: 0 10px;
    }
}
.footer .foot-product2 h4
{
    opacity: 0;
}
.footer .foot-code .pic-box
{
    max-width: 100px;
    padding-top: 8px;
}
.footer .foot-code .pic-box img
{
    max-width: 100%;
}
@media only screen and (min-width: 768px)
{
    .footer .foot-contact
    {
        width: 300px;
    }
}
.footer .foot-contact .contact-box
{
    padding-top: 1px;
}
@media (max-width: 767px)
{
    .footer .foot-contact .contact-box
    {
        display: none;
    }
}
.footer .foot-contact .contact-box p
{
    font-size: 14px;
    line-height: 1.71428571;

    position: relative;

    display: table;

    width: 100%;
    margin: 10px 0 0;
    padding-left: 20px;
}
.footer .foot-contact .contact-box p:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-style: normal;

    position: absolute;
    top: 0;
    left: 0;

    color: #817066;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.footer .foot-contact .contact-box p span
{
    display: table-cell;
}
.footer .foot-contact .contact-box p span:first-child
{
    width: 70px;

    white-space: nowrap;
}
.footer .foot-contact .contact-box .tel:before
{
    content: '\e668';
}
.footer .foot-contact .contact-box .service:before
{
    content: '\e62f';
}
.footer .foot-contact .contact-box .fax:before
{
    content: '\e634';
}
.footer .foot-contact .contact-box .skype:before
{
    content: '\e648';
}
.footer .foot-contact .contact-box .weixin:before
{
    content: '\e646';
}
.footer .foot-contact .contact-box .address:before
{
    content: '\e60d';
}
.footer .foot-contact .contact-box .mail:before
{
    content: '\e612';
}
.footer .foot-contact .contact-box .url:before
{
    content: '\e69f';
}
.footer .foot-message
{
    overflow: hidden;
}
@media (min-width: 1200px)
{
    .footer .foot-message
    {
        width: 300px;
    }
}
@media (max-width: 1199px)
{
    .footer .foot-message
    {
        width: 40%;
    }
}
@media (max-width: 767px)
{
    .footer .foot-message
    {
        width: 100%;
        margin-bottom: 10px;
    }
}
@media (max-width: 480px)
{
    .footer .foot-message .logo
    {
        width: 200px;
    }
}
.footer .foot-message .logo img
{
    max-width: 100%;
}
.footer .foot-message > b
{
    font-size: 18px;
    font-weight: 900;

    display: block;

    margin: 55px 0 20px;

    color: #f7b505;
}
@media (max-width: 767px)
{
    .footer .foot-message > b
    {
        margin: 30px 0 10px;
    }
}
.footer .foot-message form
{
    position: relative;

    overflow: hidden;

    margin-bottom: 50px;

    border-bottom: 1px solid #b3b3b3;
}
.footer .foot-message form input::-webkit-input-placeholder,
.footer .foot-message form textarea::-webkit-input-placeholder
{
    color: #888;
}
.footer .foot-message form input:-o-placeholder,
.footer .foot-message form textarea:-o-placeholder
{
    color: #888;
}
.footer .foot-message form input::-moz-placeholder,
.footer .foot-message form textarea::-moz-placeholder
{
    color: #888;
}
.footer .foot-message form input:-ms-input-placeholder,
.footer .foot-message form textarea:-ms-input-placeholder
{
    color: #888;
}
.footer .foot-message form input:focus::-webkit-input-placeholder,
.footer .foot-message form textarea:focus::-webkit-input-placeholder
{
    color: #a7a7a7;
}
.footer .foot-message form input:focus::-o-placeholder,
.footer .foot-message form textarea:focus::-o-placeholder
{
    color: #a7a7a7;
}
.footer .foot-message form input:focus::-moz-placeholder,
.footer .foot-message form textarea:focus::-moz-placeholder
{
    color: #a7a7a7;
}
.footer .foot-message form input:focus::-ms-input-placeholder,
.footer .foot-message form textarea:focus::-ms-input-placeholder
{
    color: #a7a7a7;
}
@media (max-width: 767px)
{
    .footer .foot-message form
    {
        margin-bottom: 20px;
    }
}
.footer .foot-message form input
{
    display: block;

    width: 100%;
    padding: 8px 0;

    background: none;
}
.footer .foot-message form .submit
{
    position: absolute;
    right: 0;
    bottom: 5px;

    -webkit-transition: .3s;
            transition: .3s;

    background: none;
}
.footer .foot-message form .submit:before
{
    font-family: 'iconfont' !important;

    content: '\e61a';
}
@media (min-width: 1200px)
{
    .footer .foot-message form .submit:hover
    {
        font-weight: bold;

        -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
                transform: scale(1.2);

        color: #817066;
    }
}
.copyright
{
    position: relative;

    padding: 12px 0;

    text-align: center;

    background-color: #d5d5d5;
}
.copyright p
{
    
    line-height: 1.8;

    margin: 0;

    color: #666;
}
@media (max-width: 480px)
{
    .copyright p
    {
        font-size: 3.3vmin;
    }
}
.copyright p a:hover
{
    text-decoration: underline;
}

@media (max-width: 767px)
    {
    .about img{
        width: 100%;
    }
}
@media (max-width: 767px){
    .news-details-wrap .intro .video_new{
        width: 100%;
        height: 300px;
    }
}

@media (min-width: 767px){
    .news-details-wrap .intro .video_new{
        width: 80%;
        height: 450px;
    }
}



/*分页样式*/
.page_info{text-align:center;margin:10px auto; padding: 50px 0; color:#999; clear: both;}
.page_info span{padding:0 2px;font-weight:bold;}
.page_list{height:24px;line-height:24px;text-align:center; clear: both; letter-spacing:0;font-size:10px;margin:50px auto; padding: 50px 0; clear: both; width: 100%;}
.page_list a{display:inline-block;color:#898989;border:1px solid #e8e8e8;background:#f8f8f8;text-align:center;padding:0 8px;margin:0 1px;}
.page_list a:hover{color:#fff;border:1px solid #898989;background:#898989;}
.page_list a.on{color:#333;border:1px solid #ccc;background:#E5EDF2;}


/****/
@media (max-width: 767px){
    .news-details-wrap .intro .video_new{
        width: 100%;
        height: 300px;
    }
	
	.fixed_bottom{ display:block !important;}
	.social_nav5{ display:block !important;}
	
	
.list-l .menu1 > li {
    border: 1px solid #dcdcdc;
    background-color: #f4f4f4;
    display: inline-block;
    width: 48%;
    margin: 5px 0;}
	
.list-l .menu1 > li > a:after {
    position: absolute;
    top: 50%;
    right: 28px;
    width: 37px;
    height: 5px;
    margin-top: -3px;
    content: '';
    background:none;
    background-size: contain;
}	
	
.list-l .menu1 > li > a {
    font-size: 13px;
    font-weight:normal;
    position: relative;
    padding: 15px 5px 15px 5px;
    -webkit-transition: background-color .4s;
    transition: background-color .4s;
}
	
}



.fixed_bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #817066; display:none;
}

.fixed_bottom ul li {
  float: left;
  width: 25%;
  text-align: center;
  font-size: 20px;
  height: 90px;
  line-height: 90px;
  position: relative;
}

.fixed_bottom ul li:before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/g_bg.jpg);
}

.fixed_bottom ul li a {
  display: block;
  color: #e7e7e7;
}

.fixed_bottom ul li img {
  width: 26px;
  margin-right: 10px;
  position: relative;
  top: -1px;
}



.fixed_bottom ul li:first-child::before {
  display: none;
}

@media(max-width:480px) {

  .fixed_bottom ul li {
    font-size: 14px;
    height: 54px;
    line-height: 54px;
  }

  .fixed_bottom ul li img {
    width: 19px;
  }

}



.social_nav5{position:fixed; bottom:0;  width:100%;  z-index:999; background: #817066; display:none;}
.social_nav5 li{ width:25%; float:left; position:relative; text-align:center; color:#e7e7e7;  height:100%;box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box;  background: url(../images/g_bg.jpg) right repeat-y; padding:1.8rem; line-height:1.8rem;}
.social_nav5 li:last-child{ background:none;}
.social_nav5 li em{  display:block; font-style:normal; margin:0 auto; }
.social_nav5 li em img{ float:left; width:19px;}
.social_nav5 li a{ color:#e7e7e7;}
.social_nav5 li.cur{ color:#e7e7e7;box-sizing:border-box;}.social_nav5 li.cur a{ color:#e7e7e7;}
.social_nav5 li .erji{ position:absolute;bottom:5.33rem; left:0; width:100%; text-align:left; background:#817066; display:none; }
.social_nav5 li .erji a{ display:block;border-bottom:1px solid #69584f; line-height:2.9rem; font-size:1rem; line-height:2.9rem;position:relative; text-align:center;  color:#e7e7e7;}
.social_nav5 li .erji a:last-child{border-bottom:none;}
.social_nav5 li .erji .pic-box{  
position: fixed;
    z-index: 100;
    right: 4px;
    bottom: 58px;

    width: 150px;
    height: 150px;
    padding: 0;

    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    text-align: center;

    border: 2px solid #e1e1e1;
    border-radius: 0;
    background-color: #fff;}

/*底部结束*/

/****/


@media (min-width: 1280px){
    .qiangzhi1{
       left: 75%!important;
    }
    .qiangzhi2{
       left: 70%!important;
    }
    .qiangzhi3{
       left: 65%!important;
    }
}


.newcenter{text-align: center;}
