@charset "utf-8";



/*-------- 轮播图 --------------*/
.banner{width:100%; margin:0px auto; text-align:center; clear:both; overflow:hidden;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.focusBoxban { position: relative; width:100% !important; text-align:center; overflow: hidden; }
.focusBoxban .picimg{ position:relative; z-index:0; overflow: hidden;}
.focusBoxban .picimg li{ width:100%; overflow: hidden;}
.focusBoxban .picimg img { width:100% !important;display: block; }

.focusBoxban .hd { width:100%; position:absolute; bottom:10px; text-align:center; z-index:10; padding:0px; overflow:hidden;}
.focusBoxban .hd li{ display:inline-block; *display:inline; margin:5px 4px; height: 15px; width: 15px; cursor: pointer; zoom:1; background:#FFF; filter:alpha(opacity=60); opacity:0.6; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%; overflow: hidden;}
.focusBoxban .hd .on{ background:#0246a7; filter:alpha(opacity=100); opacity:1;}
.focusBoxban .prev,
.focusBoxban .next { width: 60px; height: 60px; margin: -48px 0px 0px; display: none; background: url(../images/vbg01.png) 0 0 no-repeat rgba(0,0,0,.3); position: absolute; top: 50%; z-index: 10; cursor: pointer; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; }
.focusBoxban .prev { left: 0%; }
.focusBoxban .next { background: url(../images/vbg01.png) -45px 0 no-repeat rgba(0,0,0,.6); right:0%;}
.focusBoxban .prev:hover,
.focusBoxban .next:hover { filter:alpha(opacity=90) !important;opacity:0.9 !important;  }

