		/* 产品详情页 带缩略图 多图轮动切换css -------------------------------------- */
	.focus{ float:left; width:600px; border: 1px solid #e3e4e6;  position:relative; overflow:hidden;   }
	.focus .hd{  position:absolute; z-index:1; bottom:15px; left:48%;  }
	.focus .hd ul{ float:left; 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*/}



	