@charset "utf-8";
/* CSS Document */

/* 幻灯 */
	.focusBox { position: relative; width:100%; height:180px; overflow: hidden; 
	  margin-top:0px ;margin-left:auto;margin-right:auto;margin-bottom:0px;margin-top:4px; }
	.focusBox .pic img { width:100%; height:180px; display: block; }
	.focusBox .hd { overflow:hidden; zoom:1; position:absolute; bottom:5px; right:10px; z-index:3}
	.focusBox .hd li{float:left; line-height:15px; text-align:center; font-size:12px; width:25px;
	 height:10px; cursor:pointer; overflow:hidden; background:#919191; margin-left:4px; 
	 filter:alpha(opacity=80); opacity:.8; -webkit-transition:All .5s ease;-moz-transition:All .5s ease;-o-transition:All .5s ease }
	.focusBox .hd .on{ background:#66D2F8; filter:alpha(opacity=100);opacity:1;   }

/*link */