.outer-wrap {
	overflow: hidden;
	height: 440px;
	background: linear-gradient(360deg, #70d4eb 0%, #0466d4 100%);
}
#certify {
	position: relative;
	width: 1080px;
	height: 440px;
	margin: auto;
	padding-top: 55px;
	box-sizing: border-box;
}

#certify .swiper-slide {
	width: 800px;
	height: 341px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2), 0 0 20px rgba(0, 0, 0, .1);
}
#certify .swiper-slide img {
	display: block;
	max-width: 100%;
	height: 341px;
}
#certify .swiper-slide-prev,
#certify .swiper-slide-next{
	opacity: .4!important;
}
#certify .swiper-pagination {
	width: 100%;
	bottom: 16px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	width: 28px;
	height: 4px;
	background: #ffffff;
	opacity: 0.4;
	border-radius: 0;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background-color: #0098ec;
	opacity: .8;
}

#certify .swiper-button-prev {
	left: -70px;
	width: 30px;
	height: 40px;
	background:  no-repeat;
	background-size: 100%;
}

#certify .swiper-button-next {
	right: -70px;
	width: 30px;
	height: 40px;
	background:  no-repeat;
	background-size: 100%;
}
