@charset "utf-8";
/* CSS Document */
body{
	margin:0;}
#certify {
	position: relative;
	width: 1200px;
	margin-top: 70px;
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify  .swiper-slide {
	width: 615px;
	height: 424px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}
#certify  .swiper-slide img{
	display:block;
	width: 615px;
	height: 348px;
}
#certify  .swiper-slide p {
	height: 78px;
	line-height: 78px;
    background: #FFF3DA;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

#certify .swiper-button-prev {
	left: 0;
	width: 48px;
	height: 48px;
	background: url("../img/leftbg.png") no-repeat;
}
#certify .swiper-button-next {
	right: 0;
	width: 48px;
	height: 48px;
	background: url("../img/rightbg.png") no-repeat;
}
.swiper-button-next, .swiper-button-prev{
	margin-top: -60px;
}