/* CSS Document */
/* 轮播图css */
	
		 .filed_s{
			position: absolute;
			cursor: pointer;
			border-radius: 2px;
			opacity: 0.8;
			z-index:1;
		}
		
	    .left_l{top: 160px;left:30px;}
		.right_r{top: 160px;right:30px;}
		.left_l img , .right_r img{
				background: rgba(0, 0, 0, 0.11);
			}
		.icoCircle{
			top: 540px;
			right: 50%;
			z-index: 30000;
			}
        .picScroll-left bd a img { border:0px;}
		.picScroll-left{ 
		    clear: both;
			width:100%; 
			overflow:hidden; 
			position:relative;
			
			}
		.picScroll-left .bd{
			 //padding:0 10px 0 0;
			 }
		.picScroll-left .bd ul{ zoom:1;}
		.picScroll-left .bd ul li{ 
		 float:left;
		 width:100%;
		  _display:inline;
		   overflow:hidden; 
		   text-align:center; 
		    }
		.picScroll-left .bd ul li .pic{ 
		 height:490px;
		 width:100%;
		 background-repeat:no-repeat;
		 background-position: center center;
		 
		 }
		
		.picScroll-left .bd ul li .pic img{
			// width:1200px;
			  height:590px;
			  display:block;  
			  }
		.picScroll-left .bd ul li .pic .im_g {
width: 100%;
height: 490px;
margin:0 auto;
}
		.picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
		.picScroll-left .bd ul li .title{ line-height:24px;   }
		
		
	
		.picScroll-left .hd{ overflow:hidden;}
		.picScroll-left .hd .prev,.picScroll-left .hd .next{ display:block;  width:5px; height:9px; float:right;  overflow:hidden;}
		
		.picScroll-left .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
		.picScroll-left .hd ul li{ 
				 float:left; 
				 width:12px;
				 height:12px;
				 overflow:hidden; 
				 margin-right:5px; 
				 text-indent:-999px; 
				 cursor:pointer;
				 background:url("../images/icoCircle.png") 0 -12px no-repeat;
				  
				  }
		.picScroll-left .hd ul li.on{ background-position:0 0; }
	
		

