/*轮播图开始*/
		.picScroll-left{  overflow:hidden; position:relative; }
		.picScroll-left .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
		.picScroll-left .hd .prev,.picScroll-left .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
			 cursor:pointer; background:url("images/arrow.png") no-repeat;}
		.picScroll-left .hd .next{ background-position:0 -50px;  }
		.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; }
		/*.picScroll-left .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("images/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:860px; height:480px; display:block;  padding:2px;border-radius:20px; }
		/*.picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }*/
		.picScroll-left .bd ul li .title{ line-height:24px; margin-top:1em;font-size:24px;  }
		.tempWrap{width:100%!important;}
/*轮播图结束*/
@media (max-width: 768px){
    .picScroll-left .bd ul li .pic img{  height:100%;}
}
/*******无缝双层滚动******/
			
			#div1{ width: 100%; height: 305px; position: relative; margin: 2em auto;overflow: hidden;}
			#div1 ul { width: 800px; height: 305px; position: relative; }
			#div1 ul li { height: 305px; float: left; list-style: none; padding-right:20px;}
			#div1 ul li img { width: 395px; height: 305px; display: inline-block; hidden;border-radius:20px;}
			#div2{ width: 100%; height: 305px; position: relative; margin: 2em auto;overflow:hidden;}
			#div2 ul { width: 800px; height: 305px; position: relative; }
			#div2 ul li { height: 305px; float: left; list-style: none; padding-right:20px;}
			#div2 ul li img { width: 395px; height: 305px; display: inline-block;border-radius:20px;}