/* banner */
#banner {
	overflow: hidden;
	position: relative;
}
#banner ul li a.photo {
	background-size: auto 100%;
	background-position: center;
}
#banner ul li a.photo img {
	width: 100%;
	max-width: initial;
}
#banner .rslides_tabs {
	position: absolute;
	width: 100%;
	bottom: 10px;
	text-align: center;
	z-index: 10;
}
#banner .rslides_tabs li {
	margin: 0 5px;
	display: inline-block;
}
#banner .rslides_tabs li a {
	width: 12px;
	height: 12px;
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	color: transparent;
	opacity: 0.5;
}
#banner .rslides_tabs li:hover a ,
#banner .rslides_tabs li.rslides_here a {
	opacity: 1;
}

@media screen and (max-width: 1024px) {
	#banner ul li a.photo img {
		width: 140%;
	}
}
@media screen and (max-width: 640px) {
	#banner ul li a.photo img {
		width: 190%;
	}
}
@media screen and (max-width: 480px) {
	#banner ul li a.photo img {
		width: 240%;
	}
}