@charset "utf-8";
/* CSS Document */

#certify {
	position: relative;
	width: 1200px;
	margin: 0 auto
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify  .swiper-slide {
	width: 520px;
	height: 500px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}
#certify  .swiper-slide img{
	display:block;
}
#certify  .swiper-slide div {
	padding:20px;
	position: relative;
}
#certify  .swiper-slide div p:first-child {
	font-size:18px;
	color:#333;
}
#certify  .swiper-slide div p:nth-child(2) {
	width:30px;
	height:3px;
	background-color:#1f62d4;
	margin:15px 0px 25px 0px;
}
#certify  .swiper-slide div p:nth-child(3) {
	color: #636363;
	font-size:14px;
	line-height:24px;
}
#certify  .swiper-slide div p:nth-child(4) {
	width:140px;
	height:30px;
	border:1px solid #1f62d4;
	border-radius:20px;
	line-height:30px;
	font-size:14px;
	padding-left:30px;
	position:absolute;
	top:20px;
	right:25px;
}
#certify  .swiper-slide div p:nth-child(4) a {
	color:#333;
}
#certify  .swiper-slide div p:nth-child(4) a span {
	width:15px;
	height:15px;
	background:url(../images/more.png);
	background-repeat:no-repeat;
	display:inline-block;
	position:absolute;
	margin-top:8px;
	margin-left:5px;
}
#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#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%
}
#certify .swiper-button-next:after {
	content: '';
}
#certify .swiper-button-prev:after {
	content: '';
}