.picScroll-left{max-width: 1200px;   position:relative;  }
.picScroll-left .hd{ overflow:hidden;padding:0 10px; }
.picScroll-left .hd .prev{ display:block;  width:30px;height: 60px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
	 cursor:pointer; background:url("../img/prevBefore.png") no-repeat;background-size: 100% 100%;position: absolute;left: -3%;top: 0%;}
	 
.picScroll-left .hd .next{ display:block;  width:30px;height: 60px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
	 cursor:pointer; background:url("../img/nextBefore.png") no-repeat;background-size: 100% 100%;position: absolute;right: -3%;top: 0%;}
	 

.picScroll-left .hd .prevStop{ background-position:-60px 0; }
.picScroll-left .hd .nextStop{ background-position:-60px -50px; }
.picScroll-left .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
.picScroll-left .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("../../../img/icoCircle.gif") 0 -9px no-repeat; }
.picScroll-left .hd ul li.on{ background-position:0 0; }
.picScroll-left .bd{ padding:10px;   }
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picScroll-left .bd ul li .pic{ text-align:center; }
.picScroll-left .bd ul li .pic img{ width:250px; height:64px; display:block;  padding:7px; border:1px solid #ccc; }
.picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picScroll-left .bd ul li .title{ line-height:24px;   }
.tempWrap{width: 100%!important;}
/*.pic_parnter2 img{
	width: 220px!important;
}
.pic_parnter3 img{
	width: 280px!important;
}
.pic_parnter4 img{
	width: 280px!important;
}*/
@media (max-width:768px){
	.picScroll-left .hd .prev {
		width: 14px;
		height: 30px;
		left: -3%;
		top: 15%;
	}
	.picScroll-left .hd .next{
		width: 14px;
		height: 30px;
		right:-4%;
		top: 15%;
	}
	.picScroll-left .bd ul li .pic img{
		width: 156px;
		height: 54px;
	}
}
