  *{margin:0; padding:0; list-style:none; }
		body{ background:#fff; font:normal 12px/22px ËÎÌå;  }
		img{ border:0;  }
		a{ text-decoration:none; color:#333;  }
		
		/* ±¾Àý×Ócss */
		.picScroll-left{ width:1200px;  
		/* overflow:hidden; */
		position:relative; 
		/* border:1px solid #ccc; */
		margin: 0 auto;  
		margin-bottom: 50px;
	}
	
		.picScroll-left .hd{ 
			overflow:hidden;  
			height:30px; 
			/* background:#f4f4f4; */
			padding:0 10px;  }
		.picScroll-left .hd .prev{
			display:block;  
			width:39px; 
			height:96px; 
			/* float:right; */
			margin-right:5px; 
			margin-top:10px;  
			overflow:hidden;
			cursor:pointer; 
			background:url(/sdgjz/xhtml/images/left.jpg) no-repeat;
			position: absolute;
			top: 37%;
			z-index: 10;
			left: -57px;
			margin-top: -13px; 
		}
		.picScroll-left .hd .next{ 
			display:block;  
			width:39px; 
			height:96px; 
			float:right; 
			top: 37%;
			z-index: 10;
			margin-right:5px; 
			margin-top: -13px;  
			overflow:hidden;
			cursor:pointer; 
			position: absolute;
			background:url(/sdgjz/xhtml/images/right.jpg) no-repeat;
			right: -64px;
			 }
		/* .picScroll-left .hd .next{ background: url(/sdgjz/xhtml/images/right.jpg);  } */
		/* .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("/sdgjz/xhtml/css/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; display:flex;justify-content: space-around;}
		.picScroll-left .bd ul li{ margin:0 6px; float:left; _display:inline; overflow:hidden; text-align:center; margin-left: 1px; }
		.picScroll-left .bd ul li .pic{ text-align:center; }
		.picScroll-left .bd ul li .pic img{ width:530px; height:180px; display:block;  padding:2px; /* 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: 1200px!important;}