@charset "utf-8";
/* CSS Document */

#certify {
	position: relative;
	margin-top:80px;
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify  .swiper-slide {
	width: 780px;
	background: #fff;
	position: relative;
}
#certify  .swiper-slide img{
	display:block;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
#certify  .swiper-slide p {
	padding-top: 0;
	text-align: left;
	color: #fff;
	font-size: 18px;padding:20px 30px;width:100%;
	margin: 0;
	background: rgba(0,0,0,0.6);height:80px;
	position: absolute;left:0;bottom: 0;
	line-height: 40px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap 
}


#certify .swiper-button-prev {

	left: 270px;
	width: 70px;
	height: 70px;
	background-image: linear-gradient(to right, rgba(7,134,50,0.8) , rgba(162,192,43,0.8));
	background-size: 100%;
	border-radius: 4px;
	color:#fff;font-size: 40px;line-height: 70px;text-align: center;margin-top:-45px;
}


#certify .swiper-button-next {
	right: 270px;
	width: 70px;
	height: 70px;
	background-image: linear-gradient(to right, rgba(7,134,50,0.8) , rgba(162,192,43,0.8));
	background-size: 100%;
	border-radius: 4px;
	color:#fff;font-size: 40px;line-height: 70px;text-align: center;margin-top:-45px;
}
