.wrapper1,.wrapper2,.wrapper3,.wrapper4,.wrapper5,.wrapper6,.wrapper7,.wrapper8,.wrapper9 {
	width: 960px;
	padding: 0;
	height: 410px;
	margin: 0 auto;
}	   
.preview{
	margin: 27px 19px 0;
	padding: 0;
	height: 187px;
	position: relative;
}
.preview .swiper-container{
	width: 685px;
	height: 187px;
	margin: 0 auto;
	position: relative;
}
.preview .swiper-wrapper {
	padding: 0;
}
.preview.swiper-container ul {
	padding: 0;
	margin: 0;
}
.preview .swiper-slide {
	list-style-type: none;
	width: 148px;
	height: 187px;
	position: relative;
} 
.preview .swiper-slide div:nth-child(1){
	width: 148px;
	height: 148px;
	margin: 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius: 50%;
	behavior: url('../../css/PIE.htc');
	border: 1px  solid #d5d5d5;
}
.preview .swiper-slide div:nth-child(2){
	width: 39px;
	height: 39px;
	margin: 0 auto -3px;
	position: relative;
	display: none;
}
.preview .active-nav div:nth-child(1){
	border: 4px  solid  #01abf3;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius: 50%;
	behavior: url('../../css/PIE.htc');
}
.preview  .active-nav div:nth-child(2){
	display: block;
}
.swiper-button-prev {
	width: 34px;
	height: 34px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	behavior: url('../../PIE.htc');
	background-image: url('../images/case/arrow_03.png');
	background-size: contain;
}
.swiper-button-next {
	width: 34px;
	height: 34px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	behavior: url('../../PIE.htc');
	background-image: url('../images/case/arrow_05.png');
	background-size: contain;
}
.wrapper-info .swiper-container{
	height: 166px;
	border: 1px solid #d5d5d5;
	-moz-box-shadow:0 5px 5px #eaeaea;
	-webkit-box-shadow:0 5px 5px #eaeaea;
	box-shadow: 0  5px 5px #eaeaea;
	behavior: url('../../css/PIE.htc');
}
.wrapper-info ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	height: 166px;
	overflow: hidden;
}
.wrapper-info ul li {
	height: 166px;
	padding: 30px;
}
.wrapper-info h4 {
	margin: 0 0 10px 0;
	color: #2b9de1;
}	   
/*信息展示结束*/