#slider {
	max-width: 100%;
	margin: auto;
}
/*控件位置*/
.controls li {
	top: 50%;
	margin-top: -23px;
	list-style: none;
}
.controls li:nth-child(1) {
	left: 0;
}
.controls li:nth-child(2) {
	right: 0;
}
/*pagination*/
.pagination li {
	background-color: #ddd;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.pagination li.active {
	background-color: #fea905;
}
/*让图片自适应*/
.responsive {
	width: 100%;
	height: auto;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}


.slides .phone{
	display: none!important;
}

@media screen and (max-width:640px) {
	.slides .phone{
	display: block!important;
}
	.slides .pc{
	display: none!important;
}
}