@charset "utf-8";
/* css 重置 */
body{
    overflow-x: hidden;
}
img{border:none;}
a{blr:expression(this.onFocus=this.blur());outline:none;}

/* banner-box */
.banner-box{width:100%;height:100%;position:relative;overflow:hidden;}
.banner-box .bd{ width:100% !important;}
.banner-box .bd li .m-width {width:100%;margin:0 auto;overflow:hidden;}
.banner-box .bd li{width:100% !important;height:100%;}
.banner-box .bd li a{display:block;background-size:auto;}
.banner-box .bd li img{width:100%;height:520px;}

.banner-btn{width:95%;position:absolute;top:40%;left:3%;}
.banner-btn a{display:block;width:49px;height:104px;position:absolute;top:0;filter:alpha(opacity=40);-moz-opacity:0.4;-khtml-opacity:0.4;opacity:0.4;}
.banner-btn a.prev{left:20px;background:url(../img/preImg.png) no-repeat 0 0;}
.banner-btn a.next{right:20px;background:url(../img/nexImg.png) no-repeat 0 0;}

.banner-box .hd {position:absolute;bottom:20px;width:100%;text-align: center;}
.banner-box .hd ul{display:inline-block;}
.banner-box .hd ul li{width:12px;height:12px;border-radius :50%;text-indent:-9999px;margin-right:20px;background:#ccc;float:left;cursor:pointer;}
.banner-box .hd ul li.on{background:#DA324D;}
