.mainbanner {
	height: 361px; overflow: hidden; position: relative;
}
.mainbanner_window {
	left: 50%; width: 1920px; height: 342px; overflow: hidden; margin-left: -960px; position: absolute;
}
.mainbanner_window ul {
	width: 999999px; height: 342px; position: relative;
}
.mainbanner_window li {
	background:#fff; width: 1920px; height: 342px; text-align: center; font-size: 0px; float: left; display: inline;
}
.mainbanner_list {
	left: 50%; top: 293px; width: 500px; height: 30px; margin-left: -34px; position: absolute;
}
.mainbanner_list li {
	width: 40px; height: 40px; overflow: hidden; float: left; display: inline;
}
.mainbanner_list a {
	background: #cff7d2; width: 30px; height: 30px; text-align: center; color: #0c9419; line-height: 30px; overflow: hidden; font-size: 12px; font-weight: 700; float: left; display: inline-block;
}
.mainbanner_list li.active a {
	background: #0c9419; color: #fff;  text-decoration: none; border:1px solid #fff;
}
.mainbanner_list li a:hover {
	background-position: 0px -30px; text-decoration: none;
}
