	/* 产品详情页 带缩略图 多图轮动切换css */
		.picFocus{ float:left; width:100%;  position:relative;  overflow:hidden;  zoom:1; padding-top:5px;  }
		.picFocus:after,.picFocus .hd:after,.picFocus .bd:after{ content:'';clear: both; display: block;	font-size:0;}
		.picFocus .hd{ float:left; width:100px;  margin-left:10px; }
		.picFocus .hd ul{ float:left; width:100%; overflow:hidden; zoom:1; padding:0; }
		.picFocus .hd ul li{ float:left;max-width:100%;  border:2px solid #ddd; cursor:pointer; margin:0 0 5px 0; text-align:center;  }
		.picFocus .hd ul li.on{  border:2px solid #FE6507; }
		.picFocus .hd ul li img{ width:100%;   }
		.picFocus .bd{ float:left; width:600px; border:#ddd 1px solid;   overflow:hidden; }
		.picFocus .bd li{ float:left; width:100%; }
		.picFocus .bd img{ width:100%; height: auto; display:block;  }
		
@media screen and (max-width:800px){
	/* 产品详情页 带缩略图 多图轮动切换css */

		.picFocus .hd{  width:100%;margin-left:0;margin-top:5px; }
		.picFocus .hd ul li{max-width:100px;   margin-bottom:5px; margin-right:5px; }
		.picFocus .bd{  width:99%; border:#ddd 1px solid; }






}