.swiper-button-next:after,.swiper-button-prev:after{ content:'';}
.certify {
	position: absolute;
	width: 1200px;
	top:120px;
	left:50%;
	margin-left:-600px;
}

.certify .swiper-container {
	padding-bottom: 60px;
}

.certify  .swiper-slide {
	width: 779px;
	height: 413px;
	background: #fff;
}
.certify2 .swiper-slide {
	width: 583px;
	height: 599px;
	background: #fff;
}
.certify3 .swiper-slide {
	width: 968px;
	height: 621px;
	background: #fff;
}
.certify  .swiper-slide img{
	display:block;
}
.certify  .swiper-slide p {
	display:none
}

.certify .swiper-pagination {
	width: 100%;
	bottom: 50px;
	display:none
}

.certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 0px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

.certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 0px solid #00aadc;
	background-color: #fff;
}

.certify .swiper-button-prev {
	left: 189px;
	width: 129px;
	height: 130px;
	background: url(../images/prev.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

.certify .swiper-button-prev:hover {
	background-position: 0 0px;
	background-size: 100%
}

.certify .swiper-button-next {
	right: 189px;
	width: 129px;
	height: 130px;
	background: url(../images/next.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

.certify .swiper-button-next:hover {
	background-position: 0 0px;
	background-size: 100%
}