#certify {
	position: relative;
	width: 1020px;
	margin: 0 auto;
}

#certify  .swiper-slide {
	width: 400px;
	height: 860px;
	background: #fff;
	border: 10px solid #1e8fed;
	overflow:hidden;
	margin: 0 auto;
}
#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: -56px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	width: 18px;
	height: 18px;
	background:none;
	border:2px solid #1e8fed;
	border-radius:100%;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background: #1e8fed;
}

#certify .swiper-button-prev,#certify .swiper-button-next{
	width: 66px;
	height: 92px;
	background-image: url(../jpg/wm_button_icon.jpg);
	background-size:132px 92px;
	position:absolute;
	top:50%;
	margin-top:-46px;
	z-index:5;
}

#certify .swiper-button-prev {
	background-position:0 0;
	left: -80px;
}


#certify .swiper-button-next {
	background-position:-66px 0;
	right: -80px;
}
