/*about*/
.about_info{
	padding-bottom: 60px;
}

.about_info .about_part1{
	width: 100%;
	height: 70px;
	text-align: center;
	padding: 18px 0;
	background-color: #F6F6F6;
}
.proNav_list .item_list{
	display: inline-block;
	margin: 0 auto;
}
.proNav_list .item_list li{
	margin-right: 30px;
}
.proNav_list .item_list li:last-child{
	margin-right: 0px;
}
.proNav_list .item_list li a{
	display: block;
	width: 120px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	background-color: #e5e5e5;
	border-radius: 20px;
	font-size: 14px;
	color: #383838;
}
.proNav_list .item_list li .a_line{
	width: 1px;
	height: 20px;
	background-color: #DDDDDD;
	margin: 8px 0;
}
.proNav_list .item_list li.on a,.proNav_list .item_list li a:hover{
	background-color: #FCB900;
	color: #fff;
}

.about_part2{
	width: 100%;
	padding: 30px 0 50px;
}
.about_part2 .about_mes .part_left{
	width: 580px;
	margin-right: 40px;
}
.about_mes .part_left .img_box{
	width: 580px;
	height: 300px;
}
.about_mes .part_left .img_box img{
	width: 100%;
	height: 300px;
}
.about_part2 .about_mes .part_right{
	width: 580px;
}
.about_mes .part_right h6{
	font-size: 16px;
	color: #333;
	margin-bottom: 20px;
}
.about_mes .part_right p.txt{
	font-size: 14px;
	color: #666;
	line-height: 200%;
}
.about_part2 .about_mes .about_text p.txt{
	font-size: 14px;
	color: #666;
	line-height: 200%;
	margin-top: 20px;
}
.about_mes .about_text .mes_list{
	margin-top: 15px;
}
.about_mes .about_text .mes_list li{
	font-size: 14px;
	color: #666;
	line-height: 200%;
}

.about_part3{
	width: 100%;
	height: 450px;
	padding: 75px 0;
	background: url(images/czzl_bg.jpg) no-repeat center top;
	background-size: auto 100%; 
}
.about_part3 .con_title .con_name{
	color: #fff;
}

.txtScroll-left{ 
	position:relative;   
	margin-top: 50px;
}
.txtScroll-left .line_w{ 
	width: 100%;
	height: 1px;
	background-color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 36.5px;
}
.txtScroll-left .hd .prev,.txtScroll-left .hd .next{ 
	display:block;  
	width:30px; 
	height:60px; 
	text-align: center;
	line-height: 60px;  
	overflow:hidden; 
	cursor:pointer; 
	background: rgba(255,255,255,.3);
	position: absolute;
}
.txtScroll-left .hd .prev .iconfont,.txtScroll-left .hd .next .iconfont{
	font-size: 20px;
	color: #186CC7;
}
.txtScroll-left .hd .next{ 
	top: 8px;
	right: -30px;
}
.txtScroll-left .hd .prev{
	top: 8px;
	left: -30px;
}

.txtScroll-left .bd{ 
	width: 1025px;
	margin: 0 auto; 
	overflow: hidden;
}
.txtScroll-left .bd .tempWrap{ 
	width: 1025px !important; 
}/* 用 !important覆盖SuperSlide自动生成的宽度，这样就可以手动控制可视宽度。 */
.txtScroll-left .bd ul{ 
	overflow:hidden; 
	zoom:1; 
}
.txtScroll-left .bd ul li{ 
	margin-right:75px;  
	float:left;  
	text-align:left; 
	_display:inline; 
	width:200px !important;  
}/* 用 width:auto !important 覆盖SuperSlide自动生成的宽度，解决文字不衔接问题 */

.h_year .year_mes{
	width: 100%;
	height: 38px;
	border-bottom: 2px solid #FCB900;
}
.h_year .year_mes .ico{
	margin-right: 15px;
}
.h_year .year_mes .ico .iconfont{
	font-size: 24px;
	color: #fff;
}
.h_year .year_mes p.txt{
	font-size: 20px;
	color: #fff;
}
.h_year .h_text{
	font-size: 14px;
	color: #fff;
	line-height: 180%;
	margin-top: 20px;
}

.about_part4{
	width: 100%;
	padding: 40px 0 60px;
}
.about_part4 .culture .cul_text{
	width: 100%;
	height: 410px;
	text-align: center;
	overflow-y: auto;
}
.about_part4 .culture .cul_text .tit{
	font-size: 20px;
	color: #196cc7;
}
.about_part4 .culture .cul_text p.txt{
	font-size: 14px;
	color: #999;
	line-height: 260%;
}

.about_part5{
	width: 100%;
	padding: 45px 0 70px;
	background-color: #F6F6F6;
}
.header_man .ldgh_text .part_left{
	width: 580px;
	margin-right: 40px;
}
.ldgh_text .part_left .img_box{
	width: 580px;
	height: 400px;
}
.ldgh_text .part_left .img_box img{
	width: 100%;
	height: 400px;
}
.header_man .ldgh_text .part_right{
	width: 580px;
	height: 400px;
	overflow-y: auto;
}
.ldgh_text .part_right .tit{
	font-size: 18px;
	color: #333;
}
.ldgh_text .part_right p.txt{
	font-size: 14px;
	color: #999;
	text-indent: 2em;
	line-height: 200%;
	margin-top: 15px;
}

.about_part6{
	width: 100%;
	padding: 65px 0 60px;
}
.picScroll-left{ 
	position:relative;     
}
.picScroll-left .hd .prev,.picScroll-left .hd .next{ 
	display:block;  
	width:30px; 
	height:60px; 
	text-align: center;
	line-height: 60px;
	background-color: rgba(0,0,0,.1);
	overflow:hidden;
	cursor:pointer;
	position: absolute;
	z-index: 999;
}
.picScroll-left .hd .prev .iconfont,.picScroll-left .hd .next .iconfont{
	font-size: 24px;
	color: #186CC7;
}
.picScroll-left .hd .prev{
	top: 170px;
	left: -30px;  
}
.picScroll-left .hd .next{
	top: 170px;
	right: -30px;  
}

.picScroll-left .bd{ 
	width: 100%;
	overflow: hidden;
}
.picScroll-left .bd ul{
	overflow:hidden; 
	zoom:1; 
}
.picScroll-left .bd ul li{ 
	margin-right: 20px;
	float:left; 
	_display:inline; 
	overflow:hidden; 
	text-align:center;  
}
.picScroll-left .bd ul li .pic:first-child{  
	margin-bottom: 20px;
}
.picScroll-left .bd ul li .pic img{  
	width:285px; 
	height:190px; 
	display:block;
}

.about_part7{
	width: 100%;
	background-color: #F6F6F6;
	padding: 45px 0 60px;
}
.about_part7 .contactUs{
	margin-top: 10px;
}
.contactUs .ctu_item .part_left{
	width: 700px;
	margin-right: 30px;
}
.contactUs .ctu_item .part_left .img_box{
	width: 700px;
	height: 350px;
}
.contactUs .ctu_item .part_left .img_box img{
	width: 700px;
	height: 350px;
}
.contactUs .ctu_item .part_right{
	width: 470px;
	height: 350px;
	background-color: #fff;
	padding: 25px 30px;	
}
.contactUs .ctu_item .part_right .ctu_text p.txt{
	font-size: 14px;
	color: #666;
	line-height: 28px;
}




