
	/* 首页多图 css -------------------------------------- */
		.picScroll-left{ width:1200px;  overflow:hidden; position:relative;    }
		.picScroll-left .hd{ overflow:hidden;  height:30px; padding-top:5px;padding-left:50%; margin-left:-29px;}
		.picScroll-left .hd .prev,.picScroll-left .hd .next{ display:block;  width:5px; height:9px; float:left; margin-right:5px; margin-top:10px;  overflow:hidden;
			 cursor:pointer; background:url("../images/arrow.png") no-repeat;}
		.picScroll-left .hd .prev{ background-position:0 -50px;  }
/*		.picScroll-left .hd . nextStop{ background-position:-60px 0; }
		.picScroll-left .hd .prevStop{ background-position:-60px -50px; }*/
		.picScroll-left .hd ul{ float:left; 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("../images/icoCircle.gif") 0 -9px no-repeat; }
		.picScroll-left .hd ul li.on{ background-position:0 0; }
		
		.picScroll-left .hd .pageMore{display:block;float:right; background:url(../ico/ico_01.png) 90% center no-repeat; padding:0 19px 0 10px; border:#CCC 1px solid; }
		
		.picScroll-left .bd{ padding:0;   }
		.picScroll-left .bd ul{ overflow:hidden; zoom:1; }



		.picScroll-right{ width:1200px;  overflow:hidden; position:relative;    }
		.picScroll-right .hd{ overflow:hidden;  height:30px; padding-top:5px;padding-left:50%; margin-left:-29px;}
		.picScroll-right .hd .prev,.picScroll-right .hd .next{ display:block;  width:5px; height:9px; float:left; margin-right:5px; margin-top:10px;  overflow:hidden;
			 cursor:pointer; background:url("../images/arrow.png") no-repeat;}
		.picScroll-right .hd .prev{ background-position:0 -50px;  }
/*		.picScroll-left .hd . nextStop{ background-position:-60px 0; }
		.picScroll-left .hd .prevStop{ background-position:-60px -50px; }*/
		.picScroll-right .hd ul{ float:left; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
		.picScroll-right .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-right .hd ul li.on{ background-position:0 0; }
		
		.picScroll-right .hd .pageMore{display:block;float:right; background:url(../ico/ico_01.png) 90% center no-repeat; padding:0 19px 0 10px; border:#CCC 1px solid; }
		
		.picScroll-right .bd{ padding:0;   }
		.picScroll-right .bd ul{ overflow:hidden; zoom:1; }
		



		/* 产品详情页 带缩略图 多图轮动切换css -------------------------------------- */
	.focus{ float:left; width:602px;  position:relative; overflow:hidden;   }
	.focus .hd{  position:absolute; z-index:1; bottom:20px; left:50%;  }
	.focus .hd ul{ float:left; margin-left:-30px; overflow:hidden; zoom:1;   }
	.focus .hd ul li{  float:left;  width:12px; height:12px; background:#ccc; margin-right:5px; border-radius:50%; overflow:hidden; text-height:-999px; font-size:0;}
	.focus .hd ul .on{ background:#FF4000;  }
	
	.focus .bd{ position:relative; z-index:0; }
	.focus .bd li img{ width:100%;  height:; }
	.focus .bd li { -webkit-tap-highlight-color:rgba(0, 0, 0, 0); /* 取消链接高亮 */ position:relative;}
	.focus .bd li h2{ position: absolute; bottom:7px; left:0;  font-size:24px; line-height:50px; font-weight:normal; color:#FFF; padding:0 20px;
		 background-color: rgba(0,0,0,0.5);/* border-bottom:3px solid rgba(230,0,33,0.8);*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5ffffff,endColorstr=#E5ffffff);/*ie6*/}
	
	
	