.minBanner {
	height: 200px;
}
.minBanner ul {
	height: 200px;
}
.minBanner img {
	height: 200px;
}
.minBanner {
	width: 100%; overflow: hidden; position: relative; min-width: 1000px;
}
.minBanner ul {
	width: 100%;
}
.minBanner li {
	background: rgb(255, 255, 255); width: 100%; overflow: hidden; position: absolute; z-index: 1;
}
.minBanner img {
	left: 50%; top: 0px; width: 1680px; margin-left: -840px; display: block; position: relative;
}
.minBanner .tip {
	left: 0px; width: 100%; height: 8px; text-align: center; bottom: -10px; line-height: 0; font-size: 0px; position: absolute; z-index: 3;
}
.minBanner .tip span {
	background: rgba(255, 255, 255, 0.5) !important; margin: 0px 5px; width: 8px; height: 8px; display: inline-block; cursor: pointer;
}
.minBanner .tip span.cur {
	background: rgba(255, 255, 255, 0.8) !important; _background: #CC0000;
}
