
/*幻灯片CSS*/
#banner {
  	width: 100%;
  	position: relative;
  	margin-bottom: 30px;
}
#banner .bd a {
  	display: block;
  	width: 100%;
  	height: 580px;
  	background-repeat: no-repeat;
  	background-position: center;
}
#banner .list{
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
}
#banner .list li{
	width: 240px;
	height: 148px;
	background-position: top center;
	background-repeat: no-repeat;
}
#banner .list li .pic{
	width: 70px;
	height: 70px;
	margin: 0 auto;
	position: relative;
}
#banner .list li .pic img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
#banner .list li .title{	
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	line-height: 25px;
	margin-bottom: 6px;
}
#banner .list li p{
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	line-height: 20px;
}
#banner .list li p a{
	color: #ffffff;
	display: inline-block;
	vertical-align: top;
	width: 120px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#banner .list li p time{
	color: #ffffff;
	display: inline-block;
	vertical-align: top;
}
/*幻灯片CSS*/


/*公告*/
.section1{
	border: 1px solid #E5E5E5;
	background: #FAFAFA;
	padding: 10px 0;
}
.section1 .left{
	padding: 4px 0 4px 30px;
}
.section1 .left .title{
	font-size: 12px;
	color: #535353;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	line-height: 20px;
	margin-right: 15px;
}
.section1 .left .txtScroll-top{
	overflow:hidden; 
	position:relative;
}
.section1 .left .txtScroll-top .bd{ 
	
}
.section1 .left .txtScroll-top .infoList li{ 
	line-height: 20px;
	height: 20px;
}
.section1 .left .txtScroll-top .infoList li a{
	font-size: 12px;
	color: #535353;
	display: inline-block;
	vertical-align: top;
	line-height: 20px;
}
/*公告*/

.gongyong{
	text-align: center;
	font-size: 0;
}
.gongyong h2{
	font-size: 30px;
	color: #00a1df;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 15px;
}
.gongyong p{
	font-size: 16px;
	color: #636363;
	line-height: 20px;
}

/*服务项目*/
.section2{
	padding-top: 45px;
}
.section2 .list{
	margin-top: 30px;
}
.section2 .list li{
	width: 380px;
	margin-right: 30px;
	margin-top: 35px;
}
.section2 .list li:nth-child(1),
.section2 .list li:nth-child(2),
.section2 .list li:nth-child(3){
	margin-top: 0;
}
.section2 .list li:nth-child(3n){
	margin-right: 0;
}
.section2 .list li .pic{
	font-size: 0;
	width: 100%;
	height: 285px;
	overflow: hidden;
}
.section2 .list li .pic a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.section2 .list li .pic img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.section2 .list li .content{
	background: #F5F5F6;
	padding: 20px 15px 15px 15px;
}
.section2 .list li .content .title{
	font-size: 0;
	margin-bottom: 15px;
}
.section2 .list li .content .title a{
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	line-height: 25px;
}
.section2 .list li .content .desc{
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	height: 100px;
	overflow: hidden;
}
/*服务项目*/

/*关于我们*/
.section3{
	padding-top: 60px;
	padding-bottom: 60px;
}
.section3 .about{
	margin-top: 50px;
}
.section3 .about .pic{
	width: 490px;
	height: 345px;
	overflow: hidden;
}
.section3 .about .pic a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.section3 .about .pic img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.section3 .about .content{
	width: 670px;
}
.section3 .about .content .desc{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	height: 270px;
	overflow: hidden;
}
.section3 .about .content .more{
	margin-top: 30px;
}
.section3 .about .content .more a{
	display: block;
	width: 130px;
	height: 45px;
	background: #48a1ff url(../image/right_jiantou.png) no-repeat right 15px center;
	border-radius: 5px;
	font-size: 18px;
	color: #ffffff;
	line-height: 45px;
	padding-left: 20px;
}
/*关于我们*/

/*新闻资讯*/
.gongyong1{
	border-bottom: 1px dashed #dbdbdb;
	padding: 12px 0;
	margin-bottom: 20px;
}
.gongyong1 .title{
	font-size: 18px;
	color: #010101;
	line-height: 25px;
}
.gongyong1 .more{
	font-size: 14px;
	color: #898989;	
	line-height: 20px;
	margin: 2.5px 0;
}
.news{
	background: #ffffff;
	padding: 40px 0 80px;
}
.news .container{
	border: 1px solid #dadada;
	margin-top: 40px;
}
.news .left{
	width: 429px;
	padding: 0 30px 20px 20px;
	background: url(../image/news_bg.jpg) no-repeat right center;
}
.picScroll-top{ 
	margin:0 auto;   
	overflow:hidden; 
	position:relative;
	background: #fff;
	height: 340px;
}
.picScroll-top .bd{
	
}
.picScroll-top .bd ul{ 
	overflow:hidden; 
	zoom:1; 
}
.picScroll-top .bd ul li{
	zoom:1;
	border-bottom: 1px dashed #dbdbdb; 
	margin-bottom: 20px;
	padding-left: 33px;
}
.picScroll-top .bd ul li .title{
	margin-bottom: 10px;
	font-size: 0;
	position: relative;
}
.picScroll-top .bd ul li .title:before{
	content: '问';
	display: inline-block;
	position: absolute;
	left: -33px;
	top: 0;
	width: 23px;
	height: 23px;
	background: #48A1FF;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	line-height: 23px;
}
.picScroll-top .bd ul li .title a{ 
	font-size: 15px;
	color: #818181;
	display: inline-block;
	line-height: 25px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.picScroll-top .bd ul li .desc{
	padding-bottom: 15px;
	position: relative;
}
.picScroll-top .bd ul li .desc:before{
	content: '答';
	display: inline-block;
	position: absolute;
	left: -33px;
	top: 0;
	width: 23px;
	height: 23px;
	background: #b9b9b9;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	line-height: 23px;
}
.picScroll-top .bd ul li .desc p{
	height: 50px;
	overflow: hidden;
	font-size: 14px;
	color: #818181;
	line-height: 25px;
}
.news .right{
	width: 760px;
	padding: 0 30px 20px 30px;
}
.news .right .new{
	overflow:hidden;
	background: #fff;
	height: 340px;
}
.news .right .new .pic_new{
	padding-bottom: 20px;
	margin-bottom: 8px;
	border-bottom: 1px dashed #dbdbdb;
}
.news .right .new .pic_new .pic{
	width: 245px;
	height: 160px;
	overflow: hidden;
	border: 1px solid #dbdbdb;
	padding: 2px 3px;
}
.news .right .new .pic_new .pic a{
	display: block;
	width: 100%;
	height: 100%;
}
.news .right .new .pic_new .pic img{
	width: 100%;
	height: 100%;
}
.news .right .new .pic_new .content{
	width: 440px;
}
.news .right .new .pic_new .content .title{
	font-size: 0;
}
.news .right .new .pic_new .content .title a{
	display: inline-block;
	font-size: 16px;
	color: #0088ff;
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}
.news .right .new .pic_new .content .desc{
	max-height: 125px;
	overflow: hidden;
	font-size: 14px;
	color: #818181;
	line-height: 25px;
	margin-top: 15px;
}
.news .right .new .pic_new .content .desc .more{	
	color: #50a9ff;
}
.news .right .new .word_new{
	
}
.news .right .new .word_new .item{
	padding: 5px 0;
}
.news .right .new .word_new a{
	font-size: 14px;
	color: #818181;
	line-height: 20px;
	padding-left: 10px;
	position: relative;
}
.news .right .new .word_new a:before{
	content: '';
	display: inline-block;
	position: absolute;
	width: 3px;
	height: 3px;
	background: #818181;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
.news .right .new .word_new time{
	font-size: 14px;
	color: #818181;
	line-height: 20px;
}

/*新闻资讯*/

/*主要客户*/
.dl{
	padding-bottom: 25px;
}
.dl .picScroll-left{
	overflow:hidden; 
	position:relative;
	border:1px solid #E5E5E5;
}
.dl .picScroll-left .hd{ 
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
.dl .picScroll-left .hd .prev,
.dl .picScroll-left .hd .next{ 
	display:block;  
	width:27px; 
	height:61px; 
	overflow:hidden;
	cursor:pointer; 
}
.dl .picScroll-left .hd .prev{
	float: left;
	margin-left: 12px;
	background: url(../image/left.jpg) no-repeat left top;
}
.dl .picScroll-left .hd .next{ 
	float: right;
	margin-right: 12px;
	background: url(../image/right.jpg) no-repeat left top;
}
.dl .picScroll-left .bd{	
	margin: 0 50px;
	overflow: hidden;
}
.dl .picScroll-left .bd ul{ 
	overflow:hidden; 
	zoom:1; 
}
.dl .picScroll-left .bd ul li{ 
	float:left; 
	_display:inline; 
	overflow:hidden; 
	text-align:center; 
	margin-right: 15px;
}
.dl .picScroll-left .bd ul li .pic{ 
	text-align:center; 
	width: 170.5px;
	height: 90px;
	overflow: hidden;
}
.dl .picScroll-left .bd ul li .pic a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.dl .picScroll-left .bd ul li .pic img{ 
	position: absolute;
	top: 50%;
	left: 50%;
	max-height: 100%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.dl .picScroll-left .bd ul li .title{
	width: 195px;
	margin-top: 15px;
}
.dl .picScroll-left .bd ul li .title a{
	display: inline-block;
	font-size: 14px;
	color: #000000;
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}
/*主要客户*/