@charset "utf-8";
/* CSS Document */
body{
	margin:0;}
#certify {
	position: relative;
	width: 1100px;
	margin: 0 auto
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify  .swiper-slide {
	width: 355px;
	background:#fff;
	border-radius:8px;
	text-align:center;
	padding-bottom:28px;
}

#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;
	background-color: #434343;
	width: 6px;
	height: 6px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background-color: #c4c4c4;
}

#certify .swiper-button-prev {
	left: -30px;
	width: 23px;
	height: 18px;
	background:url(../images/leftjian.png) no-repeat;
	background-size:contain;
}
#certify .swiper-button-prev::after,#certify .swiper-button-next::after{content:'';}
#certify .swiper-button-prev:hover {

}

#certify .swiper-button-next {
	right: -30px;
	width: 23px;
	height: 18px;
	background:url(../images/leftjian.png) no-repeat;
	rotate:calc(-180deg);
}

#certify .swiper-button-next:hover {

}