@charset "utf-8";

/* mainbanner */
.mainbanner{height:570px;overflow:hidden; position:relative;}
.mainbanner_window{left:50%;width:2000px;height:570px;overflow:hidden;margin-left:-1000px;position:absolute;}
.mainbanner_window ul{width:999999px;height:570px;position:relative;}
.mainbanner_window li{width:2000px;height:570px;text-align:center;font-size:0px;float:left;display:inline;}

.mainbanner_list{left:53%;top:520px;width:500px;height:30px;margin-left:-75px;position:absolute;}
.mainbanner_list li{width:30px;height:16px;overflow:hidden;float:left;display:inline;}
.mainbanner_list a{
	width:18px;
	height:16px;
	line-height:16px;
	overflow:hidden;
	text-align:center;
	color:rgb(255, 255, 255);
	font-size:12px;
	font-weight:700;
	float:left;
	display:inline-block;
	background-color: #a7a7a9;
	background-repeat: no-repeat;
}
.mainbanner_list li.active a{
	text-decoration:none;
	background-color: #376ba4;
}
.mainbanner_list li a:hover{
	text-decoration:none;
	background-color: #376ba4;
}
