.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: 570px;
    height: 650px;
    /* background: #fff; */
}


/* .certify2 .swiper-slide {
	width: 896px;
	height: 624px;
	
} */

.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: -80px;
    width: 43px;
    height: 56px;
    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: -80px;
    width: 43px;
    height: 56px;
    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%
}