@charset "utf-8";
/* CSS Document */
body{
	margin:0;}
#certify {
	position: relative;
	width: 1200px;
	margin:30px auto; padding-bottom:30px;
}

#certify .swiper-container {
	padding-bottom: 50px; padding-top:50px;
}

#certify  .swiper-slide {
	width: 80%;
	height: auto;
	background: #fff;
	box-shadow: 0px 2px 20px #ddd;
}
#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; width:22px; height:4px;
	background-color: #eaedf2;
	opacity: 1; border-radius:0;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background-color: #019cf9;
}

#certify .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.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: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}

	@media screen and (max-width:768px){
#certify .swiper-container {
	padding-bottom:20px; padding-top:20px;
}
#certify {
	position: relative;
	width:100%;
	margin:0px auto;
}
#certify  .swiper-slide {
	width:100%;
	height: auto;
	background: #fff;
	box-shadow: 0px 2px 20px #ddd;
}
#certify .swiper-button-prev {
    left:5px;
}
#certify .swiper-button-next {
    right:5px;
}
	}	