@charset "utf-8";

/* CSS Document */
*{margin:0;padding:0;}
		ul,li{list-style:none;}
		/* 本例子css */
		
		.picScroll-left{
			  width:1139px;  overflow:hidden; 
			  padding-top:12px;
			  height:355px;
			  margin:0 auto;
			  }
		.picScroll-left .hd{
			width:100px;
			margin:0 auto;
			position:absolute;
			top:-37px;
			right:0;
			z-index:6;
			}
		
	    .picScroll-left .hd .next{
			background:url(../image/left01.jpg) no-repeat center;
			display:inline-block;
			width:34px;
			height:36px;
			cursor:pointer;
			z-index:5;}
		
		
	    .picScroll-left .hd .prev{
			background:url(../image/right01.jpg) no-repeat;
			display:inline-block;
			width:34px;
			height:36px;
			cursor:pointer;}
		
		.picScroll-left .bd{
			height:350px;
			}
		.picScroll-left .bd ul{ overflow:hidden; zoom:1;
		height:350px;
		}
		.picScroll-left .bd ul li{
			width:357px;
			height:311px;
			margin:0 10px; float:left;text-align:center; position:relative;
			text-align:center;
			background:url(../image/BC.jpg) no-repeat bottom center;}
		.picScroll-left .bd ul li img{
			width:209px;
			height:205px;}
		.picScroll-left .bd ul li h3{
			font-size:18px;
			color:#333333;
			padding-top:20px;
			}
		.picScroll-left .bd ul li span{
			font-size:14px;
			color:#999999;
			margin-top:8px;
			display:inline-block;
			text-align:center;}
			
			
		
		 
		.picScroll-left .bd ul li .pic{ text-align:center;
		
		 }
		.picScroll-left .bd ul li .pic img{ width:221px; height:204px; display:block;
		margin:0 auto;
		}


