.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	height: 220px;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
.rslides_tabs{
	width: 100%;
	height: 10px;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
}
.rslides_tabs li{
	width: 14px;
	height: 14px;
	border-radius: 10px;
	box-shadow: 0 0 5px #567;
	overflow: hidden; 
	margin: 0 10px 0 0;
	list-style: none;
	display: flex;
	color: transparent;
}
.rslides1_s1,
.rslides1_s2,
.rslides1_s3,
.rslides1_s4,
.rslides1_s5,
.rslides1_s6{
	width: 100%;
	background-color: #FFF;
}
.rslides1_s1:hover,
.rslides1_s2:hover,
.rslides1_s3:hover{
	background-color: #B81;
}
.rslides_tabs .rslides_here a{
	background-color: #B819;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0 auto 40px;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}