@charset "utf-8";
/* CSS Document */

.indexContent3 {
 float:left; 
 width:870px;

	

}

/*ͼƬ������ʼ*/
.picScroll-left {
	position: relative;

}
/*����*/		
.picScroll-left .bd{

	overflow: hidden;

	

}
.picScroll-left .bd ul li {
	zoom: 1;
	vertical-align: middle;
	float: left;
	width: 260px;
	margin:0 15px;
	height:250px;
	
	 text-align:center;
	 position:relative;

}




.picScroll-left .bd ul li h3{ font-size:14px; line-height:40px; font-weight:normal;}

.picScroll-left .bd ul li .pro_list_li{overflow:hidden;height:180px;padding:10px; text-align:center; width:240px;border:1px solid #ccc;transition:all 0.2s linear; background:#fff; }
.picScroll-left .bd ul li .pro_list_li:hover{box-shadow: 0 0 15px 1px #ccc; border:1px solid #ccc;}
.picScroll-left .bd ul li .pro_list_li img{ max-width:100%; max-height:100%;}
.picScroll-left .bd ul li .pro_list_li:hover {}


.picScroll-left .bd ul li .pro_list_li_span{height:180px; display:inline-block; vertical-align:middle; }

.picScroll-left .bd ul li .shuiyi_bg{position: absolute; width:150px; height:150px;top:10%; left:20%; background:url(../images/shuiyi.png) no-repeat center center; z-index:1;}



/* ������ǰ/��ť���룬�������Ҫɾ������ */
.picScroll-left .prev {
	display: block;
	position: absolute;
	width:30px;
	height: 30px;
background: url(../images/arrow-left.png) no-repeat center center #d92429;
 	border-radius:100%;
	right: 40px;
	bottom: -40px;
}
.picScroll-left .next {
	display: block;
	position: absolute;
	width:30px;
	height: 30px;
background: url(../images/arrow-right.png) no-repeat center center #d92429;
border-radius:100%;
	right: 0px;
	bottom: -40px;
}
.picScroll-left .prevStop {
	display: none;
}
.picScroll-left .nextStop {
	display: none;
}


