.fullSlide { width:100%;height:500px;position:relative;zoom:1; margin:0 auto;overflow: hidden;}
.fullSlide .bd{ position:relative; z-index:0; }
.fullSlide .bd li { width:100%;height:500px}
.fullSlide .bd li img{width:100%; vertical-align:top;} 
.fullSlide .bd li a {display: block;height: 500px;}
.fullSlide .hd{ position:relative; z-index:99;margin-top:-70px;text-align:center;}
.fullSlide .hd ul{ text-align:center;}
.fullSlide .hd ul li{ cursor:pointer;display:inline-block;zoom:1;width:15px;height:15px;margin:0 3px;background:#fff;overflow:hidden;font-size:0;z-index:9999;text-align:center;border-radius: 50%;}
.fullSlide .hd ul .on{ background:#e03a07}