/*banner*/

.banner{width:100%;height:630px;position:relative;z-index:1;}
.banner .pic{position:relative;z-index:0}
.banner .pic li{width:100%;height:630px; display:block;background-size:100% 100%;}
.banner .pic li a{width:100%;height:630px; display:block}

.banner .hd{width:100%;position:absolute;bottom:15px;text-align:center;font-size:0;z-index:99999;}
.banner .hd li{margin:0 8px;background:rgba(255,255,255,0.6);height:5px;overflow:hidden;width:78px;cursor:pointer;display:inline-block;*display:inline;zoom:1;}
.banner .hd .on{background:#e6000f;}

.banner .prev,.banner .next{width:40px;height:60px;margin:-30px 0 0;display:none;background:url(img/ad_ctr.png) no-repeat 0 0;position:absolute;top:50%;z-index:10;cursor:pointer;text-indent:-9999px;filter:alpha(opacity=40);opacity:0.4}
.banner .prev{left:8%;}
.banner .next{background-position:0 -60px;right:8%;}
.banner .prev:hover,.banner .next:hover{filter:alpha(opacity=60) !important;opacity:0.6 !important}

