body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, address {
	margin: 0;
	padding: 0;
}
li{ list-style:none}
#banner{  height:400px; padding-top:1px;}
.slideBox{ position:relative; height:560px;margin:0 auto;overflow:hidden;}
.slideBox .hd{ position:absolute; left:50%; top:520px; z-index:1; height:15px; margin-left:-72px; overflow:hidden;}
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin:0 6px;  width:15px; height:15px; line-height:15px; text-align:center; background:url(ISlide-dot.png) no-repeat right center; cursor:pointer; }
.slideBox .hd ul li.on{ background:url(ISlide-dot.png) no-repeat left center; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{zoom:1;height:560px;background:url(../images/banner1.jpg) center center;}
.slideBox .bd li a{ display:block; width:100%; height:100%}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{ position:absolute; top:270px; margin-top:-25px; display:block; width:99px; display:none; height:69px; background:url(ISlide-arrow.png) no-repeat left center; /*filter:alpha(opacity=80);opacity:0.8;*/   }
.slideBox .next{ left:auto; background-position: right center; }
/*.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1; }*/
