*{
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
.clr{
    clear: both;
}
.w-25{
    width: 25%;
}
.w-50{
    width: 50%;
}
.w-100{
    width: 100%;
}
@media (max-width:1000px) {  

.pc{ display:none;}
.m{ display:block;}
  
body{
    font-size: 12px;
    font-family: "Microsoft YaHei" , 微软雅黑;
    color:#333333;
}

header{
    width: 100%;
    background-color:#rgba(15, 15, 15, .72);
    padding-left: 36px;
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); */
}

.fixed-header{
    display: block !important;
    position: fixed !important;
    top: 0;
    z-index: 999;
}



/* qr-code弹出框 */
.qrcode-box{
    display: none;
    width: 220px;
    background-color:#fff;
    position: absolute;
    top: 80px;
    right: 30px;
    box-sizing: border-box;
    box-shadow: 0 4px 8px rgba(0,0,0,.175);
    -webkit-box-shadow: 0 4px 8px rgba(0,0,0,.175);
    border-radius: 5px;
}
.qrcode-box::before{
    content: " ";
    position: absolute;
    top: -8px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width:  0 8px 8px 8px;
    border-color:#transparent transparent ffad00 transparent;
}
.qrcode-title{
    width: 100%;
    height: 50px;
    background-color:#ffad00;
    text-align: center;
    line-height: 50px;
    color:#131313;
    font-size: 18px;
    border-radius: 5px 5px 0 0;
}
.qrcode-img{
    width: 160px;
    margin: 0 auto;
    padding: 15px 0;
}
.qrcode-img img{
    width: 100%;
}
/* search弹出框 */
.search-box{
    display: none;
    width: 280px;
    height: 90px;
    background-color:#fff;
    position: absolute;
    top: 80px;
    right: 30px;
    z-index: 99;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0 4px 8px rgba(0,0,0,.175);
    -webkit-box-shadow: 0 4px 8px rgba(0,0,0,.175);
    border-top: 3px solid ffad00;
}
.search-box::before{
    content: " ";
    position: absolute;
    top: -11px;
    right: 45px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color:#transparent transparent ffad00 transparent;
}
.search_input {
    width: 240px;
    height: 40px;
    margin: 25px auto;
    position: relative;
}
.SearchStr {
    padding-left: 10px;
    width: 240px;
    height: 40px;
    font-size: 14px;
    background-color:#fff;
    color:#333;
    border: 1px solid e1e1e1;
    box-sizing: border-box;
    font-weight: lighter;
    outline: 0;
    border-radius: 5px;
}
.search-icon {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    padding: 10px;
    background-color:#transparent;
    border-left: 0;
    outline: 0;
}
.SearchStr:focus{ 
    border: 1px solid ffad00;
}
.search-icon:focus{ 
    border: 0;
}
/* search弹出框 end */


.menu-logo{
    width: 100%;
    height: 60px;
    padding: 0px 22px;
    margin-top: 20px;
 
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 60px; background-color:#efefef;
}
.menu-logo img{
    margin-top:10px;
    width: 150px;
    height: auto !important;
}


/* banner */
.banner-box{
    width: 100%;
    position: relative;
}
.banner-box ul li{
    width: 100%;
}
.banner-box ul li img{
    width: 100%;
}
/* banner end */

.title-style{
    text-align: center;
}
.title-style h3{
    font-size: 20px;
    color:#0b0b0b;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 1px;
}
.title-style b{
    width: 60px;
    height: 5px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/title-l.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 0 10px;
}
.title-style b.tit-r{
    background-image: url(../images/title-r.png);
}
.title-style h5{
    font-size: 12px;
    line-height: 20px;
    color:#3f3f3f;
    font-weight: lighter;
    margin-top: 6px;
}
.title-style-white h3{
    color:#fff;
}
.title-style-white h5{
    color:#fff;
}
.title-style-white b{
    background-image: url(../images/title-wl.png);
}
.title-style-white b.tit-r{
    background-image: url(../images/title-wr.png);
}

/* main product */
.main-product{
    padding: 20px 0 10px;
}
.product-menu{
    margin-top: 20px;
    padding: 0 16px;
}
.product-menu ul{
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    text-align: justify;
    box-sizing: border-box;
    position: relative;
    /* padding-bottom: 10px; */
}
.product-menu ul::-webkit-scrollbar {
    display: none;
}
/* .product-menu ul::-webkit-scrollbar {
    width: 1px;
    height: 1px;
}
.product-menu ul::-webkit-scrollbar-thumb {
    border-radius: 3px;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
    background: ffad00;
}
.product-menu ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    background: e1e1e1;
} */
.product-menu ul li{
    display: inline-block;
    vertical-align: middle;
}
.product-menu ul li a{
    display: block;
    padding: 3px 12px;
    margin-right: 3px;
    color:#0b0b0b;
    border: 1px solid ffad00;
    line-height: 20px;
    border-radius: 5px;
}
.product-menu ul li .on{ background-color:#ffad00;
    color:#fff;}
.product-menu ul li a:hover{
    background-color:#ffad00;
    color:#fff;
}

.product-menu2{
    margin-top: 20px;
    padding: 0 16px;
}
.product-menu2 ul{
    width: 100%;
    text-align: center;
}

.product-menu2 ul li{
    display: inline-block;
    vertical-align: middle;
}
.product-menu2 ul li a{
    display: block;
    padding: 3px 12px;
    margin-right: 5px;
    color:#0b0b0b;
    border: 1px solid ffad00;
    line-height: 20px;
    border-radius: 5px;
}
.product-menu2 ul li .on{ background-color:#ffad00;
    color:#fff;}
.product-menu2 ul li a:hover{
    background-color:#ffad00;
    color:#fff;
}


.product-list{ font-size:0px;
    width: 100%; padding:0px;
    /* padding: 0 16px; */
}
.product-item{
    width:48%; margin:1%;
 
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
    text-align: center; border:1px efefef solid;
}
.product-item:nth-child(2n+2){
    margin-right: 0;
}
.product-item:hover img{
    transform: scale(1.05);
}
.product-item:hover .product-tit{
    background-color:#ffad00; color:#fff;
}
.product-img{
    width: 100%;
    height:120px;
    overflow: hidden;
}
.product-img img{
    width:auto; max-width:100%; height:auto; max-height:100%;
}
.product-tit{
    font-size: 12px;
    color:#0d0d0d;
    height: 40px;
    line-height: 40px;
    background-color:#e9e9e9;  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden; 
}
.product-more{
    display: block;
    font-size: 16px;
    color:#0d0d0d;
    background-color:#f8f8f8;
    border-radius: 5px;
    border: 1px solid b4b2b2;
    width: 150px;
    height: 38px;
    line-height: 36px;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
}
.product-more:hover{
    background-color:#ffad00;
}
/* main product end */


/* main-youshi */
.main-youshi{
    padding: 30px 0;
    width: 100%;
    background-image: url(../images/youshi-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.youshi-box{
    width: 100%;
    /* height: 480px; */
    margin-top: 20px;
    /* background-image: url(../images/youshi-bgb.png); */
    background-repeat: no-repeat;
    background-position: 60px center;
    background-size: auto 100%;
    position: relative;
    padding: 0 16px;
}
.youshi-item{
    display: block;
}
.youshi0{
    display: none;
}
.youshi-item img{
    float: left;
    max-width: 40%;
}
.youshi-item:nth-child(2n+1) img{
    float: right;
}
.youshi-txt{
    float: left;
    color:#fff;
    padding: 20px 12px 0;
    max-width: 60%;
}
.youshi-item:nth-child(2n+1) .youshi-txt{
    float: right;
    text-align: right;
}
.youshi-txt strong{
    font-size: 16px;
}
.youshi-txt p{
    font-size: 12px;
    font-weight: lighter;
    line-height: 20px;
    margin-top: 6px;
}
.youshi2 img{
    width: 100px;
}
/* .youshi3 .youshi-txt{
    width: 60%;
}
.youshi4 .youshi-txt{
    width: 68%;
}
.youshi5 .youshi-txt{
    width: 68%;
} */
/* main-youshi end*/



/* main-news */
.main-news{
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 0;
}
.main-news-box{
    margin-top: 20px;
}
.news-left{
    width: 100%;
  padding: 0 16px;
}
.news-left-title h3{
    color:#fff;
    background-color:#ffad00;
    width: 100px;
    font-size: 14px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    float: left;
    font-weight: normal;
}
.news-left-title a{
    float: right;
    display: block;
    font-size: 14px;
    color:#555;
    line-height: 30px;
    
}
.news-left-title a:hover{
    color:#c7a16d;
    text-decoration: underline;
}
.news-left-up{
    margin-top: 16px;
    border-bottom: 1px solid dedede;
}
.news-up-item{
    margin-bottom: 15px;
}
.news-up-img{
    width: 32%;
    height: 96px;
    float: left;
}
.news-up-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-up-txt{
    width: 66%;
    float: right;
}
.news-up-txt strong{
    font-size: 15px;
    color:#0b0b0b;
    font-weight: normal;
    line-height:18px;
}
.news-up-txt a:hover strong{
    color:#c7a16d;
}
.news-up-txt p{
    font-size: 12px;
    line-height:15px;
    color:#555;
    margin-top: 8px;
}
.news-up-txt .news-up-more{
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    color:#c7a16d;
    margin-top: 6px;
}
.news-up-txt .news-up-more:hover{
    text-decoration: underline;
}

.news-left-down{
    margin-top: 10px;
    margin-bottom: 20px;
}
.news-left-down a{
    width:100%;
 
    color:#555;
    font-size: 14px;
    line-height: 20px;
 
    padding: 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden; border-bottom:1px ccc dotted; line-height:40px;
}
.news-left-down a:hover{
    color:#c7a16d;
}




.news-right{
    width: 100%;
    float: right;
    background-color:#f5f5f5;
    padding: 20px 16px;
}
.news-right-title{
    border-bottom: 1px solid dddddd;
}
.news-right-title h3{
    font-size: 20px;
    color:#c7a16d;
    font-weight: lighter;
    line-height: 24px;
    padding-bottom: 4px;
}
.news-right-list{
    padding: 20px 0 0 0;
}
.news-right-list a{
    display: block;
    margin-bottom: 15px;
}
.news-right-list a:hover strong{
    color:#c7a16d;
}
.news-right-list a strong{
    display: block;
    font-size: 14px;
    color:#555;
    line-height: 18px;
    position: relative;
    padding-left: 28px;
    font-weight: normal;
    margin-bottom: 12px;
}
.news-right-list a strong::before{
    content: 'Q';
    width: 18px;
    height: 18px;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color:#fff;
    background-color:#c7a16d;
    position: absolute;
    top: 0;
    left: 0;
}
.news-right-list a p{
    font-size: 12px;
    color:#555;
    line-height: 20px;
    position: relative;
    padding-left: 28px;
}
.news-right-list a p::before{
    content: 'A';
    width: 18px;
    height: 18px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color:#c7a16d;
    background-color:#cfcfcf;
    position: absolute;
    top: 2px;
    left: 0;
}

/* main-news end */

/* 定制流程 */
.dzliucheng{
    width: 100%;
    background-image: url(../images/dzlc-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 30px 0 10px;
}
.dzliucheng-list{
    margin: 20px 0;
    text-align: center;
    padding: 0 16px;
}
.dzliucheng-item{
    display: inline-block;
    vertical-align: top;
    /* width: 25%; */
    margin: 0 10px;
    margin-bottom: 15px;
}
.dzliucheng-item span{
    display: inline-block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 2px solid ffad00;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px;
    margin-bottom: 12px;
}
.dzliucheng-item1 span{
    background-image: url(../icon/zdlc1.png);
}
.dzliucheng-item2 span{
    background-image: url(../icon/zdlc2.png);
}
.dzliucheng-item3 span{
    background-image: url(../icon/zdlc3.png);
}
.dzliucheng-item4 span{
    background-image: url(../icon/zdlc4.png);
}
.dzliucheng-item5 span{
    background-image: url(../icon/zdlc5.png);
}
.dzliucheng-item6 span{
    background-image: url(../icon/zdlc6.png);
}
.dzliucheng-item strong{
    display: block;
    font-size: 16px;
    line-height: 26px;
    color:#ffad00;
}
.dzliucheng-arrow{
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 30px;
    margin-top: 20px;
    background-image: url(../icon/zdlc-jt.png);
    background-repeat: no-repeat;
    background-size: 10px;
}

/* 定制流程 end*/

/* partner*/
.main-partner{
    padding: 30px 0px; background-color:#efefef;
}
.partner-list{
    width: 100%;
  
    margin: 0 auto;
    margin-top: 20px;
    padding: 0 16px;
}
/* end partner*/


/* footer */
footer{
    width: 100%;
    text-align: center;
    padding-top: 30px;
 background-color:#1F1F1F;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.foot-box{
    width: 100%;
    margin: 0 auto;
}
.foot-logo{
    width: 100%;
}
.foot-ewm .foot-logo img{ width:170px;
}
.foot-logo p{
    color:#dddddd;
    padding: 10px 0 20px;
    font-weight: lighter;
}

.foot-contact{
    width: 100%;
    text-align: center;
}
.foot-contact strong{
    font-size: 20px;
    font-weight: lighter;
    color:#ffffff;
}
.foot-contact h3{
    font-size: 32px;
    color:#ffad00;
    font-weight: bold;
    padding-top: 8px; font-family:Impact;
}
.foot-contact a{  color:#ffad00;}

.foot-ewm{
    text-align: center;
}
.foot-ewm ul li{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 120px;
    margin: 0 10px;
}
.foot-ewm img{
    width: 100%;
    
}
.foot-ewm p{
    color:#999999;
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
}

.foot-menu{
    float: right;
    padding-top: 20px;
}
.foot-menu-list{
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding-right: 60px;
}
.foot-menu-list>a{
    display: block;
    color:#f4f4f4;
    font-size: 16px;
}
.foot-menu-list>a:hover{
    color:#ffad00;
}
.foot-menu-list ul{
    margin-top: 10px;
}
.foot-menu-list ul li a{
    display: block;
    color:#f4f4f4;
    font-size: 14px;
    line-height: 24px;
    font-weight: lighter;
}
.foot-menu-list ul li a:hover{
    color:#ffad00;
}


.bottom-fixed{
    width: 100%;
    background-color:#fff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    display: block !important;
    position: fixed !important;
    bottom: 0;
    z-index: 9;
}
.bottom-fixed a{
    float: left;
    display: block;
    height: 50px;
    text-align: center;
}
.bottom-fixed a.bt{
    color:#797979;
    padding-top: 30px;
    font-size: 12px;
    position: relative;
}
.bottom-fixed a.bt span{
    display: block;
    position: absolute;
    top: 5px;
    width: 100%;
    height: 20px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
}
.bottom-fixed a:nth-child(1){
    border-right: 1px solid e9e9e9;
}
.bottom-fixed a:nth-child(1) span{
    background-image: url(../images/zixun.png);
}
.bottom-fixed a:nth-child(2) span{
    background-image: url(../images/fanan.png);
}
.bottom-fixed a.bot{
    background-color:#00736b;
    color:#fff;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 50px;
}

.copyright{
    width: 100%;
    text-align: center;
    padding: 12px 0 16px;
}
.copyright p{
    color:#f4f4f4;
    font-size: 12px;
    line-height: 24px;
    font-weight: lighter;
}
.copyright p a{
    color:#f4f4f4;
    font-size: 12px;
    line-height: 24px;
    font-weight: lighter;
    display: inline-block;
}
.copyright p a:hover{
    text-decoration: underline;
}


.down-fixed{
    width: 100%;
    background-color:#fff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    display: block !important;
    position: fixed !important;
    bottom: 0;
    left: 0;
    z-index: 9;
}
.w-25{
    width: 25%;
}
.w-50{
    width: 50%;
}
.down-fixed a{
    float: left;
    display: block;
    height: 50px;
    text-align: center;
}
.down-fixed a.bt{
    color:#0b0b0b;
    padding-top: 30px;
    font-size: 12px;
    position: relative;
}
.down-fixed a.bt span{
    display: block;
    position: absolute;
    top: 5px;
    width: 100%;
    height: 24px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
}
.down-fixed a:nth-child(1){
    border-right: 1px solid e9e9e9;
}
.down-fixed a:nth-child(1) span{
    background-image: url(/m/icon/wechat.png);
}
.down-fixed a:nth-child(2) span{
    background-image: url(/m/icon/qq.png);
}
.down-fixed a.bot{
    background-color:#c7a16d;
    color:#0b0b0b;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 50px;
}


.index_zhuyw{ padding:10px 0; background-color:#fafafa;}
.index_zhuyw ul{ padding-top:10px;}
.index_zhuyw li{ float:left; width:50%;}
.index_zhuyw li:nth-child(1){ width:100%;}
.index_zhuyw li:nth-child(1) a p{ height:40px;}
.index_zhuyw li a{ color:#333; display:block; background-color:#fff; padding:10px; height:auto; margin:5px;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s; }
.index_zhuyw li a strong{ font-size:15px; line-height:20px; margin-top:10px; display:block}
.index_zhuyw li a i{ display:block   }
.index_zhuyw li a p{ height:70px;display: -webkit-box;   -webkit-line-clamp: 2;   -webkit-box-orient: vertical;   overflow: hidden;   text-overflow: ellipsis;max-height: 3em; /* 2 lines of text multiplied by line-height */
  line-height: 1.5em; /* adjust as needed */}
.index_zhuyw li a i img{ width:100%;}
.index_zhuyw li a p{}
.index_zhuyw li a span{ display:block; text-align:right;   display:none;}

.index_zhuyw li a:hover{   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);  }
 
.index_zhuyw li a:hover span{ display:block;}

.index_gsjj { background-color:#ededed; padding-bottom:120px; background-image:url(../images/gsjj_img.jpg); background-repeat:no-repeat; background-size:100%;


}
.index_gsjj .gsjj_img {
	width:100%
	 
}
.index_gsjj .gsjj_img img {
	display: block;
	width: 100%;	position: relative; z-index:0;
}
.index_gsjj .gsjj_info {	background-color:#fff; width:90%; margin-left:5%; padding:10px; font-size:13px; position:relative; z-index:1; top:80px; padding-bottom:125px;
 
}.index_gsjj .gsjj_info p{ text-align:justify;   padding-top:0px;}
.gsjj_title{ font-size:20px; display:block; margin:10px 0;;}
.gsjj_title img{ width:40%; display:block; margin-bottom:5px;}
.index_more{ display:block; background-color:#ffad00; color:#fff; padding:5px; width:100px; text-align:center; margin:10px 0;}
.gsjj_text p{ text-indent:28px; font-size:14px; letter-spacing:0px;}
.gsjj_right{ }
.gsjj_right .rongyu{ height:113px; width:100%; background-image:url(../images/rongyuzz.jpg); margin-bottom:10px; background-position:30%; margin-top:5px;}
.gsjj_right ul .wenhua{ float:left; height:113px; width:48%; background-image:url(../images/wenhua.jpg)}
.gsjj_right ul .lichen{ float:right; height:113px; width:48%; background-image:url(../images/lichen.jpg)}
.gsjj_right ul li{ position:relative;}
.gsjj_right ul li strong{ color:#fff; font-weight:bold; font-size:20px;position:absolute; right:30px; top:30px; }
.gsjj_right ul li a{ color:#fff; font-size:12px; display:block; padding:10px 0; position:absolute; right:33px;top:47px;   }
.gsjj_right ul li a:Hover{ color:#ffad00}

 .index_news_kk{   margin:auto; padding:30px 0;}
  .index_news_left{ }
  .index_news_left img{ display:block; width:100%;}
    .index_news_left strong{ background-color:#333; display:block; padding:10px; color:#fff; font-size:18px; font-weight:lighter}
   .index_news_right{ }
   .index_news_right ul li{ padding:20px 0; border-bottom:1px efefef solid; clear:both; }
      .index_news_right ul li a{ color:#333}
    .dt_time{ width:20%; float:left; }
   .dt_time strong{ font-size:25px; display:block; text-align:center;}
    .dt_time span{ text-align:center; display:block; color:#999}
   .dt_text{ width:80%; float:left;}
   .dt_text strong{ font-size:17px;}
   .dt_text p{ padding-top:10px; color:#666}
    .index_news_right ul li a:hover .dt_text strong  { color:#ffad00}
.index_title { 
	 
}
.index_title strong {
	display: block;
	font-size: 20px;
	color:#0b0b0b;
}
.index_title span {
	font-size: 10px;
	color:#333;
}
.index_title p {
	padding-top: 20px;
	line-height: 23px;
	color:#999; text-indent:24px;
}
  .index_title i{ display:block; width:35px; height:2px; background-color:#00736b; margin:10px 0;}

  .gsjj_menu{ margin-top:20px;}
 .gsjj_menu a{ display:block; height:35px; line-height:35px; width:33%; background-color:#ededed; color:#333; font-size:14px; text-align:center; float:left; margin-left:1px;}
 .gsjj_menu a:hover{ background-color:#dbc086; color:#fff;}
  .gsjj_menu .on{ background-color:#dbc086; color:#fff;}

.shili {
	padding:0px;
	padding-top: 0px;
	padding-bottom:0px;
	text-align: center;
}
.shili li {
	width: 30%;
	display: inline-block; margin:1%;
}
.shili li .s_text {
	color:#e1b344;
}
.shili li .s_text strong {
	font-size: 35px;
	float: left;
	font-family: 'Impact';
}
.shili li .s_text .xiaotext {
	float: left;
	width: 20px;
}
.shili li .s_text .xiaotext span {
	font-size: 20px;
	display: block;
	line-height: 20px;
	font-family: 'Impact';
}
.shili li .s_text .xiaotext span:nth-child(2) {
	font-size: 20px;
}
.shili li .x_text {
	clear: both;
	font-size: 12px;
	text-align: left;
}



.mt-tabpage{ margin-top:0px;}
.mt-tabpage .q_tit{ height:35px;  background-color:#fff;}

.mt-tabpage .q_tit a{height:35px;   margin-right:10px; line-height:35px; float:left; }
 
.mt-tabpage-title{ }
.mt-tabpage-title a{ display:block; padding-left:20px; padding-right:20px; font-size:14px;   color:#333; height:35px; line-height:35px; }
 
.mt-tabpage-title  .mt-tabpage-item-cur{ background-color:#C7A16D; color:#fff;  padding-left:0px 20px; font-size:16px; }
.center_box{ margin-top:10px;}
.center_box li{ line-height:40px; height:40px; border-bottom:1px ccc dotted}
.center_box li a{ width:100%;    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden; float:left;}
	.center_box li span{ float:right;}
		.center_box li a{ color:#333; font-size:14px;}
 .center_box li a:hover{ color:#000}
 
 
/* main-support */
.main-support {
	 
	background-color:#f2f4f8; 
 
}
.sloution {
	padding-top: 30px;
}
.sloution li {
	width: 150px;
	float: left;
}
.sloution li a {
	display: block;
	margin: 10px;
	border: 1px f5f5f5 solid;
	background-color:#fefefe;  
	padding:3px;
}
.sloution li a img {
	width: 100%; 
 
}
.sloution li a strong {
	display: block;
	color:#000;
	line-height:15px;
	font-size: 12px;
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden; height:20px; margin-top:10px; font-weight:400;
}
.sloution li a:hover strong {
	display: block;
	background-color:#17136f;
	color:#fff;
	line-height: 55px;
	font-size: 15px;
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.sloution li a i {
	display: block;
	height: 2px;
	width: 70px;
	background-color:#ffad00;
	margin: auto;
	margin-bottom: 10px;
}
.sloution li a p {
	color:#333;
	padding-top: 10px;
	text-align: center;
	font-size: 14px;
}
scrollArrLeft2 {
	position: absolute;
	width: 106px;
	height: 52px;
	background-color:#eeeeee;
	cursor: pointer;
	font-size: 34px;
	text-align: center;
	left: 50%;
	transform: translate(-109px);
	line-height: 52px;
	font-weight: bold;
	margin-top: 300px;
	color:#17136f;
	background-image: url(../images/jiantou2.png);
	background-repeat: no-repeat;
	background-position: center;
 
}
scrollArrLeft2:hover {
position: absolute;
	width: 106px;
	height: 52px;
	background-color:#17136f;
	cursor: pointer;
	font-size: 34px;
	text-align: center;
	left: 50%;
	transform: translate(-109px);
	line-height: 52px;
	font-weight: bold;
	margin-top: 300px;
	color:#17136f;
	background-image: url(../images/jiantou3.png);
	background-repeat: no-repeat;
	background-position: center;	 
	 
}
scrollArrRight2 {
	position: absolute;
	width: 106px;
	height: 52px;
	background-color:#eeeeee;
	cursor: pointer;
	font-size: 34px;
	text-align: center;
	left: 50%;
	transform: translate(3px);
	line-height: 52px;
	font-weight: bold;
	margin-top: 300px;
	color:#17136f;
	background-image: url(../images/jiantou2.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transform: rotateY(180deg);
}
scrollArrRight2:hover {
	position: absolute;
	width: 106px;
	height: 52px;
	background-color:#17136f;
	cursor: pointer;
	color:#fff;
	background-image: url(../images/jiantou.png);
	-webkit-transform: rotateY(0deg);
}
.partner-list  li{ width:32%; float:left; margin:1px;}
.partner-list  li img{ border:1px efefef solid;  width:100%; display:block;     }



.index_case { }
.index_case ul li{ width:50%; position:relative; overflow:hidden; height:130px; float:left; background-color:#000}
.index_case ul li img{ width:100%; min-height:130px; position:absolute; z-index:1;  filter:alpha(opacity=100); /*IE滤镜，透明度50%*/
  -moz-opacity:1; /*Firefox私有，透明度50%*/
  opacity:1;/*其他，透明度50%*/transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s;}
.index_case ul li a strong{ position:absolute;   z-index:2; display:block; top:290px; color:#fff; text-align:center;  width:100%; font-size:12px; font-weight:lighter;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s; }
.index_case ul li a:hover strong{top:70px;}

.index_case ul li a i{position:absolute;  z-index:2; width:50px; height:2px; display:block; margin:auto; background-color:#ffad00; top:250px; left:50%; margin-left:-25px;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s;}
.index_case ul li a:hover i{top:100px;}

.index_case ul li a:hover img{ filter:alpha(opacity=50); /*IE滤镜，透明度50%*/
  -moz-opacity:0.5; /*Firefox私有，透明度50%*/
  opacity:0.5;/*其他，透明度50%*/transform: scale(1.1);}
  
  
  .jiamengyy_kk{ background-image:url(../images/jmbg.jpg); height:490px; border-top:4px 00736b solid; background-position:center; padding-top:10px;}
	.jiamengyy_kk ul{  margin:auto;}
	.jm_left{  color:#fff; margin-top:20px;}
	.jm_tit strong{ font-size:25px; display:block; margin-left:30px;}
	.jm_tit span{ font-size:13px; display:block;margin-left:30px;}
	.jm_ys{ margin-top:20px; text-align:center}
	.jm_ys li{ display:inline-block; margin-right:20px; color:#ffad00}
	.jm_ys li strong{ font-size:30px; font-family:Impact}
	.jm_ys li .jia{font-size:22px; font-family:Impact; position:absolute; margin-top:-10px;}
	.jm_ys li .wei{ font-size:18px; margin-left:5px;}
	.jm_ys li  p{ font-size:13px;}
	.jm_right{   padding:0px 30px 40px 30px; margin-top:0px;}
}