.wowo-slider {
	left: 0px; top: 0px; overflow: hidden; position: absolute;
}
.wowo-slider-item {
	overflow: hidden; float: left; display: inline-block;
}
.wowo-slider-next {
	background: rgba(0, 0, 0, 0.1); top: 50%; width: 40px; height: 50px; text-align: center; color: rgb(206, 203, 203); line-height: 48px; font-family: "ËÎÌå"; font-size: 20px; font-weight: bold; position: absolute; z-index: 2; cursor: pointer;
}
.wowo-slider-prev {
	background: rgba(0, 0, 0, 0.1); top: 50%; width: 40px; height: 50px; text-align: center; color: rgb(206, 203, 203); line-height: 48px; font-family: "ËÎÌå"; font-size: 20px; font-weight: bold; position: absolute; z-index: 2; cursor: pointer;
}
.wowo-slider-prev {
	right: 0px; padding-left: 5px; border-top-left-radius: 50%; border-bottom-left-radius: 50%;
}
.wowo-slider-next {
	left: 0px; padding-right: 5px; border-top-right-radius: 50%; border-bottom-right-radius: 50%;
}
.wowo-slider-prev:hover {
	background: rgba(0, 0, 0, 0.3);
}
.wowo-slider-next:hover {
	background: rgba(0, 0, 0, 0.3);
}
.banner-title {
	width: 1200px; height: 90px; line-height: 88px; font-size: 38px; margin-top: 10px;
}
.banner-item {
	width: 1200px; height: 666px;
}
.banner-item-bot {
	background: rgba(22, 88, 160, 0.9); left: 0px; height: 40px; right: 0px; bottom: 0px; line-height: 40px; position: absolute;
}
