.swiper-container {
	width: 100%;
	margin-top: 50px;
	padding-bottom: 50px;
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	-ms-perspective: 1200px;
	perspective: 1200px
}
.swiper-wrapper {
	margin-top: 10px;
}
.swiper-slide {
	width: 20%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.swiper-slide .main-img {
	width: 80%;
	margin: 15% auto;
	display: block;
	vertical-align: middle;
}
.swiper-slide-active .main-img{
	width: 100%;
	margin: 0 auto;
}

@media only screen and (max-width:640px ) {
	.swiper-slide {
		width: 60%;
	}
}

.swiper-container-horizontal>.swiper-pagination-bullets, 
.swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 0;
}
.swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background: #c9c9c9;
	opacity: 1;
}
.swiper-pagination-bullet-active{
	background: #C20010;
}



.data .swiper-slide{
	width: 67.5%;
	height: 510px;
	box-shadow: 0 0 1px 0 rgba(84, 84, 84, 0.5);
}
.data .swiper-button-prev{
	width: 50px;
	height: 50px;
	background: url(../images/dpsj_btn_1.1.png) no-repeat center;
	border: 1px solid #C20010;
	left: 16.25%;
	margin-left: -50px;
	background-color: #ffffff;
}
.data .swiper-button-prev:hover{
	background: url(../images/dpsj_btn1.png) no-repeat center;
	background-color: #C20010;
}
.data .swiper-button-next{
	width: 50px;
	height: 50px;
	background: url(../images/dpsj_btn_2.1.png) no-repeat center;
	border: 1px solid #C20010;
	right: 16.25%;
	margin-right: -50px;
	background-color: #ffffff;
}
.data .swiper-button-next:hover{
	background: url(../images/dpsj_btn_2.png) no-repeat center;
	background-color: #C20010;
}