@charset "utf-8";
/* CSS Document */

#certify {
	position: relative;
	max-width: 1200px;
	margin: 0 auto 7%
}

#certify  .swiper-slide {
	width: 300px;
	height: 383px;
}
#certify  .swiper-slide img{
	display:block;width: 300px;
	height: 383px;
}
#certify  .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-button-prev {
	width: 26px;
	height: 55px;
	background:url(../images/gs-3.png) no-repeat center;
	margin-left:8%
}


#certify .swiper-button-next {
	width: 26px;
	height:55px;
	background:url(../images/gs-4.png) no-repeat center;
	margin-right:8%
}
