@charset "utf-8";

/* CSS Document */
*{margin:0;padding:0;}
		ul,li{list-style:none;}
		/* 本例子css */
		
		.picScroll-left{
			  width:1300px;  overflow:hidden; 
			  padding-top:12px;
			  height:460px;
			  margin:0 auto;}
		.picScroll-left .hd{
			width:1300px;
			margin:0 auto;
			position:relative;
			}
		
	    .picScroll-left .hd .next{
			position:absolute;
			right:0;
			top:129px;
			background:url(../images/right02.png) no-repeat;
			display:block;
			width:38px;
			height:54px;
			cursor:pointer;
			z-index:5;}
		
	    .picScroll-left .hd .prev{
			position:absolute;
			left:0;
			top:129px;
			background:url(../imagess/left02.png) no-repeat;
			display:block;
			width:38px;
			height:54px;
			cursor:pointer;}
		.picScroll-left .bd{
			width:1120px;
			margin:0 auto;
			}
		.picScroll-left .bd ul{ overflow:hidden; zoom:1;
		height:460px; }
		.picScroll-left .bd ul li{
			width:260px;
			height:460px;
			margin:0 10px; float:left; position:relative; }
		.picScroll-left .bd ul li h3{
			font-size:17px;
			color:#333333;
			padding-top:36px;
			background:url(../images/product-line.jpg) no-repeat left bottom;
			padding-bottom:8px;}
		.picScroll-left .bd ul li span{
			font-size:14px;
			color:#333;
			display:inline-block;
			margin-top:15px;
			
			}
		
			
			
		
		 
		.picScroll-left .bd ul li .pic{ text-align:center;
		
		 }
		.picScroll-left .bd ul li .pic img{ width:260px; height:326px; display:block;

	
		}


