#certify {
	position: relative;
	width: 1200px;
	margin: 0 auto
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify .swiper-slide {
	width: 520px;
	background: #fff;
}

#certify .swiper-slide img {
	display: block;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: 50px;
	width: 45px;
	height: 45px;
	background: url(../img/fold/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#certify .swiper-button-next {
	right: 50px;
	width: 45px;
	height: 45px;
	background: url(../img/fold/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}

/*  */
.success {
	width: 330px;
	height: 280px;
	/* background: #D0D0D0; */
	margin: 20px auto 20px auto;
}

.swiperBox {
	box-sizing: border-box;
	padding: 25px;
	border-radius: 20px;
	box-sizing: border-box;
}

.success {
	/* border: 1px solid red; */
}

.swiper_p {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	color: black;
}

.swiper_text {
	font-size: 20px;
	margin-top: 12px;
	width: 330px;
	margin: 0 auto;
	font-family: "sans-serif";
}

/* 堆叠图片 */
.success1 {
	background: url(../img/fold/factory.png) no-repeat -66px 0px;
	background-size: 140% 100%;
}

.success2 {
	background: url(../img/fold/mine.png) no-repeat 0px 0px;
	background-size: 100% 100%;
}

.success3 {
	background: url(../img/fold/other.png) no-repeat 0px 0px;
	background-size: 100% 100%;
}

.success4 {
	background: url(../img/fold/station.png) no-repeat 0px 0px;
	background-size: 100% 100%;

}

.success5 {
	background: url(../img/fold/Science.png) no-repeat 0px 0px;
	background-size: 100% 100%;

}