@charset "utf-8";
/* CSS Document */
body{
	margin:0;}
#certify {
	position: relative;
	width: 1400px;
	margin: 0 auto
}

#certify .swiper-container {
	padding-bottom: 80px;
	margin-bottom: 50px;
	padding-top: 10px;
}

#certify  .swiper-slide {
	width: 577px;
	height: 472px;
	background: #fff;
	box-shadow: 0 0px 10px #ddd;
}
#certify  .swiper-slide dl{padding: 20px;width: 537px;}
#certify  .swiper-slide dl dt{height: 360px;font-size: 0;text-align: center;line-height: 360px;}
#certify  .swiper-slide dl dt img{max-width: 100%;max-height: 100%;}
#certify  .swiper-slide dl dd{font-size: 24px;text-align: center;margin-top: 20px;}
#certify  .swiper-slide img{
	display:block;
}
#certify  .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 1px solid #b5b5b5;
	background-color: #fff;
	width: 15px;
	height: 15px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 1px solid #f39700;
	background-color: #f39700;
}

#certify .swiper-button-prev {
	left: 40%;
	bottom: 12px;
	top: initial;
	width: 24px;
	height: 41px;
	background: url(left02.png) no-repeat;
	
	/* background-position: 0 0; */
	/* background-size: 100%; */
}

#certify .swiper-button-prev:hover {
	/* background-position: 0 -46px; */
	/* background-size: 100% */
}

#certify .swiper-button-next {
	right: 40%;
	bottom: 12px;
	top: initial;
	width: 24px;
	height: 41px;
	background: url(right02.png) no-repeat;
	/* background-position: 0 -93px; */
	/* background-size: 100%; */
}

#certify .swiper-button-next:hover {
	/* background-position: 0 -139px; */
	/* background-size: 100% */
}