#certify {
	width: 10.4rem;
	padding-top:3.45rem;
	margin: 0 auto;
	position: relative;
}

#certify .swiper-container {
	padding-bottom: 1rem;
}

#certify  .swiper-slide {
	width: 8rem;
	height: 4rem;
	background: #07673a;
	border: .04rem solid #07673a;
	/* box-shadow: 0 .08rem .3rem #ddd; */
	overflow:hidden;
}
#certify  .swiper-slide img{
	display: block;
}
#certify  .swiper-slide p {
	line-height: .98rem;
	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 .1rem;
	background: #5bbe90;
	width: .3rem;
	height: .3rem;
	border-radius:100%;
	opacity: 1;
	vertical-align: middle;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background: #07673a;
}

#certify .swiper-button-prev,#certify .swiper-button-next{
	width: .62rem;
	height: .58rem;
	background-image: url(../wm_button_iconc96e.html);
	background-size:1.24rem .58rem;
	position:absolute;
	top:2.21rem;
	margin-top:0;
	z-index:5;
}

#certify .swiper-button-prev {
	background-position:0 0;
	left: .5rem;
}


#certify .swiper-button-next {
	background-position:-62px 0;
	right: .5rem;
}
