*{padding: 0;margin: 0;}
	ul,ol,li{
		list-style: none;
	}
html,body{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.headll{
	height: 77px;
	width: 100%;
	position: relative;
	z-index: 200;
	background: #fff;
}
.headll .w_1170{
	width: 1200px;
}
.footll{
	height: 42px;
	width: 100%;
	position: relative;
	z-index: 200;
	background: #fff;
}
.footll .zz_copy{
	line-height: 42px;
}
.mid{
	width: 100%;
}
.bannerll{
	width: 100%;
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
}
.bannerll ul li{
	position: absolute;
	display: none;
	left:0px;
	top:0px;
}
.bannerll ul li img{
	position: absolute;
	left: 50%;
	top: 50%;
}
.bannerll .bannerllcur{
	display: block;
}
.bannerll span{
	top:50%;
	width:44px;
	height: 70px;
	cursor: pointer;
	position: absolute;
	margin-top:-35px;
	display: none;
}
.bannerll .bannerllbtnl{
	left:0;
}
.bannerll .bannerllbtnr{
	right:0;
}
.bannerll ol{
	right:50%;
	bottom:10px;
	position: absolute;
	margin-right: -60px;
}
.bannerll ol li{
	float: left;
	width: 18px;
	height: 18px;
	cursor: pointer;
	border-radius: 18px;
	margin-right:6px;
	color: #fff;
	background: #3E3E3E;
	text-align: center;
	line-height: 18px;
}
.bannerll ol .banneract{
	background:#C81623;
}