

	/*幻灯片广告*/
	.focus{ width:100%;; height:220px;  margin:0 auto; position:relative; overflow:hidden;   }
	.focus .hd{ width:100%; height:1rem;  position:absolute; z-index:1; bottom:0.4rem; text-align:center;  }
	.focus .hd ul{ overflow:hidden;width: 100%; position: relative; overflow: hidden; padding: 0px; margin: 0px;}
	.focus .hd ul li {background: #fff none repeat scroll 0 0;border-radius: 0.6rem;box-shadow: 0 0 1px #ccc;display: inline-block;height: 0.6rem;margin: 0 0.3rem;opacity: 0.6;width: 0.6rem;}
	.focus .hd ul .on{ background:#000;  }
	.focus .bd{ position:relative; z-index:0; }
	.focus .bd li img{ width:100%;  height:auto; }
	.focus .bd li a{ -webkit-tap-highlight-color:rgba(0, 0, 0, 0);padding:0;margin:0;display:block;font-size:0px; /* 取消链接高亮 */ }
	
