#certify {
	position: relative;
}

#certify  .swiper-slide {
	width: 844px;
	height: 474px;
	background: #eeeeee;
	border: 4px solid #ffffff;
	/* box-shadow: 0 8px 30px #ddd; */
	overflow:hidden;
}
#certify  .swiper-slide img{
	display: block;
}
#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: 0;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	background: #000000;
	width: 30px;
	height: 30px;
	border-radius:0%;
	opacity: 1;
	vertical-align: middle;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	width: 36px;
	height: 36px;
	background: #000000;
	border: 2px solid #ffffff;
}
