@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2014-09-22 09:41:43
 * @version $Id$
 */
*{padding:0;margin:0;list-style:none;}
/*banner*/	
.focusBoxx { position: relative; width:100%; height:550px; overflow: hidden; }
.focusBoxx .picc{ position:relative; z-index:0; margin:0 auto;}
.focusBoxx .picc li{margin:0 auto;}
.focusBoxx .picc li a{width:100%; height: 550px; display: block}
.focusBoxx .picc img {height:550px; display: block; margin:0 auto;}
.focusBoxx .hd { width:100%; position: absolute; bottom: 10px; text-align: center; font-size:0; z-index:1; }
.focusBoxx .hd li{cursor:pointer; display:inline-block; *display:inline; zoom:1; width:42px; height:11px; margin:1px; overflow:hidden; background:#646363;		filter:alpha(opacity=50);opacity:0.5;  line-height:999px; }
.focusBoxx .hd .on{ background:#00a0ea;}
.focusBoxx .prev{ width: 45px; height: 100px;  display: none; background: url(../images/ll_b_l.gif) no-repeat 0 0; position: absolute; top: 40%; z-index: 10; cursor: pointer; text-indent: -9999px; filter:alpha(opacity=20);opacity:0.2;}
.focusBoxx .next{ width: 45px; height: 100px;  display: none; background: url(../images/ll_b_r.gif) no-repeat 0 0; position: absolute; top: 40%; z-index: 10; cursor: pointer; text-indent: -9999px; filter:alpha(opacity=20);opacity:0.2;}
.focusBoxx .prev { left: 10%;}
.focusBoxx .next { right: 10%; }
.focusBoxx .prev:hover,
.focusBoxx .next:hover { filter:alpha(opacity=50) !important;opacity:0.5 !important;}/*banner*/	