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

#certify {
	position: relative;
	width: 1360px;
	margin: 0 auto;
	height:430px;
	margin-top:80px;
}

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

#certify  .swiper-slide {
	width: 495px;
	height: 350px;
}
#certify  .swiper-slide img{
	display:block;
}
#certify  .swiper-slide p {
	line-height: 90px;
	padding-top: 0;
	text-align: center;
	color: #666;
	font-size:24px;
	margin: 0;
}

#certify .swiper-button-prev {
	left: -30px;
	width: 72px;
	height: 72px;
	margin-top:-72px;
	background: url(icon.png) no-repeat;
	background-position: 0 -114px;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -186px;
}

#certify .swiper-button-next {
	right: -30px;
	width: 72px;
	height: 72px;
	margin-top:-72px;
	background: url(icon.png) no-repeat;
	background-position: -72px -114px;
}

#certify .swiper-button-next:hover {
	background-position: -72px -186px;
}