@charset "utf-8";
.banner{width:100%;margin:0px auto;background: #fff; height: 500px;z-index:1; position:relative;}
.banner .bd { position: relative; z-index: 1; text-align: center; }
.banner .bd ul { width: auto; !important; }
.banner .bd li { width: auto; !important; height: 500px; }
.banner .bd li a { position: absolute; width: 100%; height: 500px; display: block; }
.banner .hd { width: 100%; position: absolute; bottom: 0; height: 30px; line-height: 30px; text-align: center; z-index: 1000; }
.banner .hd ul li { text-align: center; cursor: pointer; display: inline-block; *display:inline; zoom: 1; width: 15px; height: 15px; margin: 5px 7px 5px 7px; background: #fff; overflow: hidden; line-height: 9999; border-radius: 100%; }
.banner .hd ul li.on { background: #42beff; }
