
.section {
	padding: 30px 0;
}
.section-title {
	text-align: center;
	margin-bottom: 50px;
	font-size: 32px;color: #666;
	font-weight: bold;
}

.section-title:after {
	display: block;
	content: '';
	background: url(../images/infw.png) no-repeat center bottom / auto 100%;
	height: 30px;
	margin-top: 20px;
}



.in-rz {
	margin-left: -82px;
}
.in-rz li {
	float: left;
	width: 131px;
	margin-left: 82px;
}
.in-rz li .wrap {
	display: table;
	width: 100%;
	height: 131px;
	position: relative;color: #D28707;font-size: 16px;
}
.in-rz li .wrap:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: url(../images/circle_bg.png) no-repeat 0 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.in-rz li .inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 25px;
}
.in-rz li .inner p {
	margin: 0;
}
.in-rz li:nth-child(2) .wrap:before {
	background-position: -214px 0;
}
.in-rz li:nth-child(3) .wrap:before {
	background-position: -427px 0;
}
.in-rz li:nth-child(4) .wrap:before {
	background-position: -642px 0;
}
.in-rz li:nth-child(5) .wrap:before {
	background-position: -855px 0;
}
.in-rz li:nth-child(6) .wrap:before {
	background-position: -1068px 0;
}
.in-rz li .wrap:hover:before {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}


.pro_title {   
    position: relative;
    height: 40px;
	padding: 45px 0;
    text-align: center;
    box-sizing: content-box;	
}

.pro_title::before{
    width: 100%;
    height: 1px;
    content: '';
    background: linear-gradient(to right, #CC984F, #FFFF8E,#F8C77B,#FFFF8E,#CC984F);
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
}

.pro_title h2 {
    font-size: 34px;
    color: #666666;
    font-weight: bold;
}

.pro_title span {
    font-size: 18px;
    height: 50px;
    color: #c3c3c3;
    position: relative;
    
}

.pro_title span::after {
    width: 60px;
    height: 3px;
    content: '';
    background: #CC984F;
    position: absolute;
    bottom: -17px;
    left: 32%;
}

.index_pro {
	width: 100%;
	height: auto;
	overflow: hidden;
}



.index_pro .content {
    margin-top: 25px;
}

.index_pro .content .hd {
    float: left;
    display: inline-block;
    width: 263px;
}

.index_pro .content .hd .contact {
    background: #C68A20; 
    width: 263px;
    padding: 15px 0;
    color: #FFF;
    text-align: center;
}

.index_pro .content .hd .contact .m {
    text-align: center;
    display: block;
}

.index_pro .content .hd .contact span {
    font-size: 14px;
    display: block;
    position: relative;
}

.index_pro .content .hd .contact span::before {
    width: 32px;
    height: 1px;
    background: #fff;
    position: absolute;
    content: '';
    left: 40px;
    top: 10px;
}

.index_pro .content .hd .contact span::after {
    width: 32px;
    height: 1px;
    background: #fff;
    position: absolute;
    content: '';
    right: 40px;
    top: 10px;
}

.index_pro .content .hd .contact p{
    font-size: 24px;
}

.index_pro .content .hd li {
    height: 76px;
    width: 263px;
    font-size: 18px;
    line-height: 76px;
    text-align: center;
	padding-right: 50px;
    color: #000;
    background: url(../Images/l_menu_bg1.jpg) no-repeat right center;
    display: block;
    border-bottom: 1px solid #171362;
}

.index_pro .content .hd li navactive {
    background: url(../Images/l_menu_bg.jpg) no-repeat right center; 
}


.index_pro .content .hd .on {
    background: url(../Images/l_menu_bg2.jpg) no-repeat right center;
     color: #fff;
    border-bottom: 1px solid #171362;
}




.index_pro .content .bd {
    float: right;
    width: 923px;
	
	
	  height: 660px; 
    padding: 10px;

    display: block;
	background: url(../Images/pro_bg.jpg) no-repeat; 
	
	
}



.index_pro .content .bd .hotpro {
    width: 100%;
    height: auto;
    overflow: hidden;
    
}

.index_pro .content .bd .hotpro dt {
    float: left;
    width: 420px;
}

.index_pro .content .bd .hotpro dt img {
    width: 596px;
    height: 430px;
	    border: 4px solid #FFF;
    transition: 1s;
    overflow: hidden;
    display: block;
}

.index_pro .content .bd .hotpro dd {
    padding-top: 30px;
    float: right;
    width: 200px;
	height: 430px;
	  
}

.index_pro .content .bd .hotpro dd h3 {
    display: block;
    font-size: 21px;
    font-weight: bold;
    color: #333;
    line-height: 35px;
}

.index_pro .content .bd .hotpro dd p {
height: 230px;
  padding: 20px 0;
  font-size: 16px;
		    color: #555;
	    line-height: 30px;
		

}

.index_pro .content .bd .hotpro dd .more {
 float: right;
    margin-top: 38px;
    width: 120px;
    height: 38px;
    background: url(../Images/more.jpg) no-repeat left center;
    line-height: 38px;
}

.index_pro .content .title {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px 0 30px;
    padding-bottom: 18px;
}

.index_pro .content .title .tit {
    font-size: 24px;
    text-align: center;
    color: #20317f;
    height: 65px;
    position: relative;
}

.index_pro .content .title .tit::before {
    position: absolute;
    width: 100%;
    height: 1px;
    content: '';
    border-bottom: 1px dashed #ccc;
    left: 0;
    top: 18px;
}

.index_pro .content.title .tit span {
    display: inline-block;
    padding: 0 20px;
    background: #FFF;
    position: absolute;
    z-index: 999;
    text-align: center;
    left: 42%;
}

.index_pro .content .title .pro_js {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.index_pro .content .title .pro_js li {
    float: left;
    display: inline-block;
  
    text-align: center;
    width:296px;padding=right: 10px; overflow: hidden;
}

.index_pro .content .title .pro_js li img {
    width: 286px;
    height: 185px;
   transition: 1s;

}

.index_pro .content .title .pro_js li:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.index_pro .content .bd .hotpro dd .more a {
    padding-left: 43px;
    color: #FFF;
}

.in_case{ width: 100%;padding-bottom:30px;overflow: hidden;}
.i_case{margin:20px 0 ; padding-top:30px; width:100%; height: 480px; background:#000 url(../images/case_bj.jpg) no-repeat center top; overflow: hidden;}
.i_case_l{width:1340px; margin:auto 0; overflow: hidden;}
.i_case_l ul{width:90000px;}
.i_case_l li{float:left; position: relative; display: inline-block; margin-right: 20px; width:320px; height: 425px; border-radius: 5px; overflow: hidden;}
.i_case_l li i{ display: block; width:320px; height: 425px;overflow: hidden;}
.i_case_l li i img{ width:320px; height: 350px;transition: 1s;}
.i_case_l li i img:hover{transform: scale(1.1, 1.1);}
.i_case_l li dl{ position: absolute; width:100%; height: 120px; bottom:0; left: 0; text-align: center; background: rgba(0,0,0,0.5);}
.i_case_l li dl dt{margin: -120px auto 0; width:96px; height: 96px; overflow: hidden; border-radius: 100%;}
.i_case_l li dl dd{margin-top: 30px; height: 33px; line-height: 33px; width:100%; color: #FFF; font-size: 20px; letter-spacing: 4px; padding: 0 20px; text-transform: uppercase; overflow:hidden; white-space:nowrap; }
.i_case_l li dl span{ display: block; margin: 23px auto 0; width:160px; height: 40px; line-height: 38px; color: #FFF;  font-size: 14px; border:1px solid #FFF;}
.i_case_l li a:hover dl span{background: #dea869; border:1px solid #FFF;}
.i_c_more {
    width: 185px;
    height: 46px;
    margin: 0px auto;
    text-align: center;
    line-height: 46px;font-size: 16px; 
    background: #eab265;
}

.i_c_more a{
   color: #FFF;
}



.i_gongyi{padding: 18px 0 10px;margin-top:20px;position: relative;z-index: 1;font-size: 20px;line-height: 42px;color: #fff;text-align: center;}
.i_gongyi:before{content: "";position: absolute;width:100%;height: 10px;background: #111725;right:0;top:0;z-index: -1;}
.i_gongyi_l li{width: 9.43%;float: left;margin:0 0.47% 0 0;height: 590px;position: relative;overflow: hidden;}
.i_gongyi_l li:before{content: "";position: absolute;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.6);left: 0;top: 0;}
.i_gongyi_l li:last-child{margin: 0;}
.i_gongyi_l li.cur{width: 30.7%;}
.i_gongyi_l li.on{width:30.7%;}
.i_gongyi_l li.on:before{background: rgba(0, 0, 0, 0);
   /* background: rgba(0, 0, 0, 0.5); IE 兼容写法，过质检后删除 */
    background-image: -webkit-gradient(linear, top left, bottom right, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));     
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));     
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));     
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));     
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));    
    background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));}

.i_gongyi_l li span{ position:relative; display:block; width:10%; font-size:22px; color:#FFF; padding-top:160px; height:430px;margin: 0 auto;}


/*合作流程*/

.index_t{margin: 20px 0;}

.lc_t1{font-family: impact, chicago; font-size: 72px; color: rgb(242, 242, 242); text-align: center;}
.lc_t2{width:100%;text-align: center; display: block;
    height: 100px;
    background: url(../images/liuc_ti.jpg) no-repeat center;}
.lc_t2 span{color: #666666; font-size: 34px;font-weight: bold;text-align: center;margin:0 20px;}

.lc_t3{font-size: 12px; font-weight: normal;color: rgb(191, 191, 191);}

.lc_bj{width:100%;height:429px; background:#ffffff  url(../images/lc_bj.jpg) no-repeat center top; }
.lc_bj .wrap{ height:429px; position:relative; }
.lc_bj span{ position:absolute; top:238px; letter-spacing:2px; font:20px/40px Arial, Helvetica, sans-serif; color:#fff;}
.lc_bj ul{ float:right; width:100%;  overflow:hidden;}
.lc_bj ul li{float:left; width:240px; height:240px;  *display:inline; text-align:center; }


.lc_bj ul li em{margin: 8px 0;display:block; font-size: 16px; color:#333;FONT-STYLE: normal}
.lc_bj ul li p{display:block; font-size: 12px; }

.about {
    min-height: 630px;
    background: url(../Images/about_bg.png) no-repeat top center;
    text-align: center;
    padding-top: 60px;
}

.about .tit {
    font-size: 34px;
    color: #FFF;
    font-weight: bold;
}

.about .tit  span{
        font-size: 18px;
  
    color: #D2AC6B;
   
}

.about .content {
    padding-top: 80px;
    height: auto;
    overflow: hidden;
}

.about .content .fl {
    width: 543px;
    height: 321px;overflow: hidden;display:block;
}

.about .content .fl img {
    width: 543px;
    height: 321px;
    border: 4px solid #FFF;
	transition: 1s;overflow: hidden;display:block;
}

.about .content .fl a:hover img {

    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
	}
	 


.about .content .fr {
    width: 610px; font-size: 16px;
    color: #000;
    text-align: left;
}

.about .content .fr h2 {
    line-height: 70px;
    border-bottom: 1px solid #3f3a82;
}

.about .content .fr p {
    line-height: 26px;
    margin: 20px 0 ;
    height: 150px;
}

.about .content .fr .more {
    margin-top: 20px;
    width: 151px;
    height: 50px;
    border: 1px solid #dea869;
    background: url(../Images/ico_4.png) no-repeat 20px center;
    line-height: 50px;
}

.about .content .fr .more a {
    padding-left: 53px;background: url(../Images/a_more.png) no-repeat 20px center;
    color: #dea869;
    width: 96px;
    height: 48px;
    display: block;
    box-sizing: content-box;
}

.about .content .fr .more a:hover {
    background: #dea869 url(../Images/b_more.png) no-repeat 20px center;
 color: #fff;
}

.ab_zzg {
    margin-top: 65px;
    height: auto;
    overflow: hidden;
}

.ab_zzg .hd {
    height: 75px;
    overflow: hidden;
}

.ab_zzg .hd ul li {
    float: left;
    width: 398px;
    height: 75px;
    font-size: 16px;
    line-height: 75px;
    margin-right: 2px;
    display: block;
    color: #333;
}

.ab_zzg .hd ul li a {
    background: #f2f2f2;
    width: 398px;
    height: 75px;
    display: block;
}

.ab_zzg .hd ul li span {
    width: 34px;
    height: 29px;
    display: inline-block;
    background: url(../Images/ab_lb_t.png) no-repeat;
    position: relative;
    top: 10px;
    margin-right: 10px;
}

.ab_zzg .bd {
    padding-top: 40px;
}

.ab_zzg .bd ul li {
    float: left;
    display: inline-block;
    margin-right: 20px;
}

.ab_zzg .bd ul li img {
    width: 280px;
    height: 190px;
}

.ab_zzg .hd ul .on {
    background: #dea869;
    color: #FFF;
}

.ab_zzg .hd ul li.on span {
    background: url(../Images/ab_lb_t.png) no-repeat bottom;
}


.news {
     width: 100%;
    height: auto;
    overflow: hidden;
}

.news .content {
    padding-top: 20px;
}

.news .content .hd {
    float: left;
    display: inline-block;
    width: 263px;
}

.news .content .hd li {
    height: 90px;
    width: 263px;
    font-size: 16px;
    line-height: 90px;
}

.news .content .hd li a {
    color: #333333;
    height: 89px;
    width: 254px;
    text-align: center;
    display: block;
    border: 1px solid #ebebeb;
}

.news .content .bd {
    float: right;
    width: 920px;
    display: inline-block;
}

.news .content .bd .fl {
    width: 426px;
    height: 266px;overflow: hidden;
}

.news .content .bd .fl dl {
    width: 426px;
    height: 266px;
    position: relative;
    display: block;
}

.news .content .bd .fl dl dt {
    width: 426px;
    height: 266px;
}

.news .content .bd .fl dl dt img {
    width: 426px;
    height: 266px; transition: 1s;
}



.news .content .bd .fl dl dt a:hover img {

    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
	}


.news .content .bd .fl dl dd {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70px;
    color: #FFF;
    display: block;
    z-index: 999;
    background: rgba(0,0,0,0.5);
}

.news .content .bd .fl dl dd h2 {
float: left;
    padding: 10px 15px 5px;
    font-size: 18px;
    line-height: 20px;
    height: auto;
    overflow: hidden;
}

.news .content .bd .fl dl dd h2 {
    float: left;
    padding: 25px 15px 5px;
    font-size: 18px;
    line-height: 20px;
    height: auto;
    overflow: hidden;
}
.news .content .bd .fl dl dd h2 a {
    color: #FFF;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news .content .bd .fl dl dd .more a{
    float: right;
	display: block;
    margin: 20px 15px 5px;
    display: block;
    width: 120px;
    height: 33px;
    line-height: 33px;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
 

}

.news .content .bd .fl dl dd .more a:hover {
background: #dea869;
}

.news .content .bd .fl dl dd p {
    padding: 0px 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news .content .hd li.on a {
    background: #dea869;
    color: #FFF;
    border: 1px solid #dea869;
}

.news .content .hd li a {
    background:#f7f8f9;

}

.fix {
padding-bottom:77px;
}



.news_jq {
	float:right;
	width:450px;
}
.news_jq ul li {
	margin-bottom:16px;
}



.time {
	width:80px;
	height:80px;
	background:#dea869;
	display:inline-block;
*display:inline;
	zoom:1;
	text-align:center;
	float:left;
}
.news_jq a .time_p1 {
	font-size:33px;
	color:#fefefe;
	margin-top:12px;
}
.news_jq a .time_p2 {
	font-size:14px;
	color:#fefefe;
}
.new_2 {
	width:370px;
	height:80px;
	display:inline-block;
*display:inline;
	zoom:1;
	background:#f7f8f9;
	float:left;
	padding-left:18px;
}


.new_h2 {
	font-size:17px;
	color:#000;
	margin-top:10px;
}
.new_h3 {
	font-family:'宋体';
	font-size:14px;
	color:#666;
	margin-top:5px;
}





.news_aq {
	clear:both;
	margin-top:0;
}
.news_aq li {
	background:url(../images/q_a.png) no-repeat 0px 3px;
	padding-left:34px;

	padding-bottom:14px;
	border-bottom:1px dashed #bababa;
}



.product{
padding-top: 20px;
    width: 100%;
    height: 300px;
   
}
.product .product-content{
    width: 100%;
    height: 264px;
}
.product .product-content #div1{
    width: 100%;
    height: 264px;
    overflow:hidden;
    position:relative;
}
.product .product-content .product-ul{
    width: 2400px;
    height: 264px;
    position:absolute;
    top:0;
    left:0;
}
.product .product-content .product-ul .product-list{
    /*margin-top:23px;*/
    margin-right:20px;
    float:left;
    width: 280px;
    height: 264px;
    border:1px solid #f7f8f9;
    box-sizing: border-box;
    overflow: hidden;
}
.product .product-content .product-ul .product-list img{
    width: 280px;
    height: 234px;overflow: hidden;
    transition: 1s;
}
.product .product-content .product-ul .product-list img:hover{
    width: 280px;
    height: 223px;overflow: hidden; transform: scale(1.1, 1.1);
}
.product .product-content .product-ul .product-list .product-name{
    text-align: center;
    line-height:30px;
    display:block;
    width: 280px;
    height: 40px;

	background: #f7f8f9;
}
.product .product-content .product-ul .product-list .product-name a{
    font-size:14px;
    color:#333;
	
	
}

.copyright span{
color: #1e1e1e;
    
}

.copyright span a {
color: #1e1e1e;
    
}
.copyright span a:hover{
color: #1e1e1e;
    
}