@charset "utf-8";
/* CSS Document */

#certify {
	position: relative;
	/* width:100%; */
	text-align: center;
	margin: 0 auto;
}

#certify .swiper-container {
	/* padding-bottom: 60px; */
}

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