.bannerList .b1 {
	width: 100%; height: 400px;
}
.bannerList .b2 {
	width: 100%; height: 400px;
}
.bannerList .b3 {
	width: 100%; height: 400px;
}
.bannerList .b1 {
	background: url("/yzce_com/photos/banner/banner1_1.jpg") no-repeat center;
}
.bannerList .b2 {
	background: url("/yzce_com/photos/banner/banner1_2.jpg") no-repeat center;
}
.bannerList .b3 {
	background: url("/yzce_com/photos/banner/banner1_3.jpg") no-repeat center;
}
.bannerList li {
	width: 100% !important;
}
.bannerInner {
	margin: 0px auto 20px; height: 400px; overflow: hidden; position: relative;
}
.bannerInner .num {
	left: 15px; width: 100%; height: 25px; text-align: center; bottom: 12px; overflow: hidden; position: absolute; z-index: 3; -ms-zoom: 1;
}
.bannerInner .num ul {
	display: inline-block;
}
.bannerInner .num li {
	background: rgb(68, 68, 68); border-radius: 50%; width: 25px; height: 25px; text-align: center; color: rgb(255, 255, 255); line-height: 25px; font-weight: 400; margin-right: 10px; float: left; cursor: pointer;
}
.bannerInner .num li.on {
	background: rgb(255, 119, 0);
}