@charset "utf-8";
/* CSS Document */

#certify {
	position: relative;
	width: 1200px;
	margin: 0 auto
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify  .swiper-slide {
	width: 590px;
	height: 404px;
	background: #fff;
	position: relative;
}
/*#certify  .swiper-slide:after{
	content: "";
	width: 95px;
	height: 95px;
	display: block;
	background-image: url(../img/bofang.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}*/
#certify  .swiper-slide img{
	width: 100%;
	height: 100%;
	display:block;
}
#certify  .swiper-slide p {
	height: 84px;
	line-height: 74px;
	padding-top: 0;
	text-align: center;
	color: #555555;
	font-size: 23.28px;
	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 {
	right:56px;
	top: 100%; 
	width: 46px;
	height: 46px;
	background-color:#c92620;
	color: #fff;
	--swiper-navigation-size: 22px;
}
#certify .swiper-button-prev:hover{

}

#certify .swiper-button-next {
	right: 0px;
	top: 100%;
	width: 46px;
	height: 46px;
	background-color:#c92620;
	color: #fff;
	--swiper-navigation-size: 22px;

}

#certify .swiper-button-next:hover {
	
}