
#certify {
	width: 100%;
	margin: 0 auto;
	overflow:hidden;
}

#certify .swiper-container-jctj {
	padding-bottom: 0.2rem;
}

#certify  .swiper-slide {
	width: 5.35rem;
	height: 8.53rem;
	background: #fff;
	padding:5px;
	box-sizing:content-box;
	box-shadow: 1px 1px 10px #ccc;
}
#certify  .swiper-slide img{
	width:100%;
	height:100%;
	display:block;
}
#certify  .swiper-slide p {
	padding-top: 0;
	text-align: center;
	color: #fff;
	margin: 0;
}

#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-jctj {
	position: absolute;
	z-index: 999;
    left: 0.2rem;
    top: 50%;
    margin-top: -1.27rem;
	background: url(../images/y3-left.png) no-repeat;
	background-size: 100%;
	width: 0.61rem;
	height: 0.61rem;
	background-position: 0 0;
    background-size: 100%;
    outline:none;
}

#certify .swiper-button-prev-jvtj:hover {
	
}

#certify .swiper-button-next-jctj {
	position: absolute;
	z-index: 999;
    right: 0.2rem;
    top: 50%;
    margin-top: -1.27rem;
	width: 0.61rem;
	height: 0.61rem;
	background: url(../images/y3-right.png) no-repeat;
	background-position: 0 0px;
    background-size: 100%;
    outline:none;
}

#certify .swiper-button-next-jctj:hover {
	background-position: 0 0;
	background-size: 100%
}