@charset "utf-8";
/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, font { padding:0; margin: 0;  }
#focusindex { width:100%; height:100%; position:relative;overflow:hidden;margin:0 auto;z-index:0;}
#focusindex ul {  height:100%;position:absolute;top:0;width:100%;z-index:1;}
#focusindex ul li {width:100%;  height:100%;position:absolute;z-index:2;}
.banner_inner {position:relative;width:1000px;margin:0px auto;margin-left:180px;}
#focusindex .btn {position:absolute;width:100%;height:30px;text-align:center;z-index:9}
#focusindex .btn span {display:inline-block;_display:inline;_zoom:1;width:14px;height:14px;_font-size:0;margin:5px 10px;cursor:pointer;background:#e3e3e3;z-index:9;/* 圆点 border-radius:50%*/}
#focusindex .btn span.on {background:#bb5f28;z-index:9}
/*#focusindex .preNext {width:44px;height:44px;position:absolute;top:180px;background:url(../images/sprite.png) no-repeat left bottom;cursor:pointer;z-index:9;opacity:0;transition:all 0.3s linear 0s;}
#focusindex .pre {left:0%;z-index:9}*/
#focusindex .next {right:0%;background-position:right bottom;z-index:9}
#focusindex:hover .preNext {opacity:0.5;}
#focusindex:hover .pre {left:10%;}
#focusindex:hover .next {right:10%;}
#focusindex .pre:hover, #focusindex .next:hover {opacity:1;}
