body {
	background: rgb(255, 255, 255); margin: 0px auto; padding: 0px; font-size: 12px;
}
a {
	color: rgb(0, 0, 0); text-decoration: none;
}
ul {
	margin: 0px; padding: 0px;
}
li {
	list-style: none;
}
img {
	border: 0px currentColor;
}
* {
	margin: 0px; padding: 0px;
}
.bannerBox {
	overflow: hidden; margin-top: 0px; position: relative; z-index: 1;
}
.slideBox {
	background: rgb(255, 255, 255); height: 414px; overflow: hidden; position: relative;
}
.slideBox ul {
	height: 550px; overflow: hidden; position: relative;
}
.slideBox li {
	height: 550px;
}
#slideBoxLeft {
	background: url("http://stat.zcool.com.cn/images/123rf/images/goLeft.png") no-repeat left top; left: 0px; top: 50%; width: 49px; height: 49px; margin-top: -24px; position: absolute; z-index: 1022;
}
#slideBoxRight {
	background: url("http://stat.zcool.com.cn/images/123rf/images/goRight.png") no-repeat right top; top: 50%; width: 49px; height: 49px; right: 0px; margin-top: -24px; position: absolute; z-index: 1022;
}
.slideBoxNav {
	left: 50%; text-align: center; margin-top: -30px; margin-left: -100px; position: absolute; z-index: 8000;
}
.slideBoxNav a {
	background: rgb(51, 102, 153); width: 60px; height: 10px; overflow: hidden; margin-left: 5px; display: inline-block;
}
.slideBoxNav a.selected {
	background: rgb(255, 255, 255); width: 60px; height: 10px; overflow: hidden; margin-left: 5px; display: inline-block;
}
