@charset "utf-8";
/* CSS Document */
body{
	margin:0;}
#certify {
	position: relative;
	width: 1220px;
	margin: 0 auto
}



#certify  .swiper-slide {
	width: 332px;
	height: 475px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}
#certify  .swiper-slide img{
	display:block;
}


#certify .swiper-pagination {
	display:none;
}



#certify .swiper-button-prev {
	left: -120px;
	width: 40px;
	height: 40px;
	background: url(../images/left.png) no-repeat;
	margin-top: -20px;
}



#certify .swiper-button-next {
	right: -120px;
	width: 40px;
	height: 40px;
	background: url(../images/right.png) no-repeat;
	margin-top: -20px;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after,.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{display:none;}