@charset "utf-8";
/* CSS Document */

/*客户案例*/
.picScroll-left {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 60px;
}
.picScroll-left .hd {
	overflow: hidden;
	height: 16px;
}
.picScroll-left .hd ul {
	overflow: hidden;
	zoom: 1;
	text-align: center;
	display: block;
	width: 100%;
}
.picScroll-left .hd ul li {
	display: inline-block;
	width: 16px;
	height: 16px;
	overflow: hidden;
	margin-right: 12px;
	text-indent: -999px;
	cursor: pointer;
	background: url(../img/icon4.png) center no-repeat;
}
.picScroll-left .hd ul li.on {
	background: url(../img/icon3.png) center no-repeat;
}
.picScroll-left .bd {
	overflow: hidden;
	zoom: 1;
	margin: 50px 0px 30px 0px;
	display: block;
	width: 100%;
}
.picScroll-left .bd ul li {
	display: block;
	float: left;
	text-align: center;
}
.picScroll-left .bd ul li .pic {
	text-align: center;
}
.picScroll-left .bd ul li .pic img {
	width: 290px;
	height: 215px;
	margin-right: 12px;
}
.picScroll-left .bd ul li .title a {
	font-size: 16px;
	line-height: 45px;
	height: 45px;
}
.picScroll-left .bd ul li:hover .title a {
	font-weight: bold;
	color: #2059a0;
}
