@charset "utf-8";
/* css 重置 */
body,div,ul,li,dl,dt,dd,h2,p{padding:0;margin:0;font-family:"微软雅黑";}
ul{list-style:none ;}
img{border:none;}
a{blr:expression(this.onFocus=this.blur());outline:none;}

/* banner-box */
.banner-box{
	min-width: 1920px;
	height: 411px;
	position: relative;
	overflow: hidden;
	width: 1920px;
}
.banner-box .bd{ width:100% !important;}
.banner-box .bd li .m-width {width:1920px;margin:0 auto;overflow:hidden;}
.banner-box .bd li{width:100% !important;height:380px;}
.banner-box .bd li a{display:block;background-size:auto;}

.banner-btn{
	width: 1200px;
	position: absolute;
	top: 148px;
	left: 843px;
	margin-left: -513px;
}
.banner-btn a{
	display: block;
	width: 49px;
	height: 104px;
	position: absolute;
	top: 15px;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	left: -350;
}
.banner-btn a.prev{
	left: 12px;
	background: url(../images/foot.png) no-repeat 0 0;
} 
.banner-btn a.next{right:10px;background:url(../images/foot.png) no-repeat -49px 0;}

.banner-box .hd {
	position: absolute;
	top: 397px;
	left: 936px;
	width: 101px;
	height: 26px;
}
.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;}
