@charset "utf-8";
/* default */
.slides2 {
	width: 1200px;
	height: 300px;
}

.slides2 .slide {
	overflow: hidden;
	position: relative;
	width: 1200px;
	height: 300px;
}

.slides2 .slide li {
	display: block;
	width: 250px;
	height: 170px
}

.slides2 .slide li a {
	display: block
}

.slides2 .page {
	
	z-index: 100;
	position: absolute;
	top: 100px;
	right: 360px;
	height: 12px;
	list-style: none
}

.slides2 .page li {
	display: inline-block;
	_display: inline;
	margin: 0 1px;
	_zoom: 1
}

.slides2 .page li a {
	display: block;
	overflow: hidden;
	width: 12px;
	height: 12px;
	border: 1px solid #e7e7e7;
	background: #fff;
	color: #999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 12px;
	text-align: center
}

.slides2 .page li a:hover {
	text-decoration: none
}

.slides2 .page li.current a {
	border: 1px solid #6d9506;
	background: #6d9506;
	color: #fff;
	font-weight: bold
}

#slide_1 {
	display: block;
	background: url("/user/img/banner_1.png") no-repeat 50% 50%;
	background-size: cover;
	width: 1200px;
	height: 300px;
}



#slide_3 {
	display: block;
	background: url("/user/img/banner_3.png") no-repeat 50% 50%;
	background-size: cover;
	width: 1200px;
	height: 300px;
}

#slide_4 {
	display: block;
	background: url("/user/img/banner_4.png") no-repeat 50% 50%;
	background-size: cover;
	width: 1200px;
	height: 300px;
}
#slide_5 {
	display: block;
	background: url("/user/img/banner_5.png") no-repeat 50% 50%;
	background-size: cover;
	width: 1200px;
	height: 300px;
}