/*幻灯片CSS*/
#banner {
  	width: 100%;
  	position: relative;
}
#banner .hd {
  	position: absolute;
  	bottom: 20px;
  	left: 50%;
  	z-index: 100;
  	font-size: 0;
  	transform: translate(-50%,0);
  	-ms-transform: translate(-50%,0);
  	-webkit-transform: translate(-50%,0);
  	-moz-transform: translate(-50%,0);
  	-o-transform: translate(-50%,0);
}
#banner .hd li {
  	width: 15px;
  	height: 15px;
  	background-color: transparent;
  	border: 2px solid #1a9bbd;
  	border-radius: 100%;
  	display: inline-block;
  	margin: 0 8px;
  	cursor: pointer;
}
#banner .hd .on {
  	background-color: #1a9bbd;
}
#banner .bd a {
  	display: block;
  	width: 100%;
  	height: 580px;
  	background-repeat: no-repeat;
  	background-position: center;
}
/*幻灯片CSS*/

/*中间三个板块*/
.bankuai{
	padding-top: 30px;
	padding-bottom: 30px;
}
.bankuai .gongyong{
	height: 40px;
	line-height: 40px;
	padding: 0 12px;
	margin-bottom: 15px;
}
.bankuai .gongyong h2{
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}
.bankuai .gongyong a{
	font-size: 12px;
	color: #ffffff;
}
.bankuai .about{
	width: 320px;
}
.bankuai .about .gongyong{
	background: url(../image/about_bg.jpg) no-repeat top center;
}
.bankuai .about .about_bottom{
	
}
.bankuai .about .about_bottom .pic{
	width: 100%;
	height: 120px;
	overflow: hidden;
}
.bankuai .about .about_bottom .pic a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.bankuai .about .about_bottom .pic a img{
	position: absolute;
	width: 100%;
	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%);
}
.bankuai .about .about_bottom .content{
	margin-top: 10px;
}
.bankuai .about .about_bottom .content h2{
	font-size: 0;
	margin-bottom: 5px;
}
.bankuai .about .about_bottom .content h2 a{
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	line-height: 20px;
	display: inline-block;
	vertical-align: top;
}
.bankuai .about .about_bottom .content .desc{
	font-size: 12px;
	color: #999999;
	line-height: 20px;
}
.bankuai .product{
	width: 580px;
	margin-left: 25px;
}
.bankuai .product .gongyong{
	background: url(../image/product_bg.jpg) no-repeat top center;
}
.picScroll-left{
	overflow:hidden; 
	position:relative;
}
.picScroll-left .bd{
	overflow:hidden; 
}
.picScroll-left .bd ul{ 
	overflow:hidden; 
	zoom:1; 
}
.picScroll-left .bd ul li{ 
width:180px;
	margin-right: 20px;
	float:left; 
	_display:inline; 
	overflow:hidden; 
	text-align:center;  
}
.picScroll-left .bd ul li .pic{ 
	text-align:center; 
}
.picScroll-left .bd ul li .pic a{
	display:block;
	width: 180px;
	height: 180px;
	overflow: hidden;
	border:1px solid #cccccc;
	position: relative;
}
.picScroll-left .bd ul li .pic img{ 
	width: 100%;
	display:block;
	position: absolute;
	width: 100%;
	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%);
}
.picScroll-left .bd ul li .pic a:hover img{ 
	border-color:#999;  
}
.picScroll-left .bd ul li .title{ 
	
}
.picScroll-left .bd ul li .title a{
	display: block;
	font-size: 12px;
	color: #666666;
	line-height: 35px;
	height: 35px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 1px solid #e7e7e7;
}

.bankuai .news{
	width: 250px;
}
.bankuai .news .gongyong{
	background: url(../image/news_bg.jpg) no-repeat top center;
	margin-bottom: 13px;
}
.bankuai .news .newsList{
	
}
.bankuai .news .newsList li{
	padding: 0 12px;
	border-bottom: 1px dashed #cccccc;
}
.bankuai .news .newsList li a{
	display: block;
	font-size: 12px;
	color: #666666;
	line-height: 30px;
	height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 15px;
	position: relative;
}
.bankuai .news .newsList li a:before{
	content: '';
	display: inline-block;
	position: absolute;
	width: 2px;
	height: 2px;
	background: #666666;
	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%);
}
/*中间三个板块*/