@charset "utf-8";
/* CSS Document */

#certify {
	position: relative;
	width: 1140px;
	margin: 0 auto
}

#certify .swiper-container {
	padding-bottom: 100px;
}

#certify  .swiper-slide {
	width: 600px;
	height: 450px;
	background: #fff;
	position: relative;
	margin: 0px 15px;
	box-shadow: 0 8px 30px #ddd;
}
.swipercon{position: absolute; bottom: 0px; padding: 15px 20px; height: 120px; background: #fff; width: 100%; background-color: rgba(255,255,255,0.8);}
.swipercon .swtit{ font-size: 28px;overflow: hidden; height: 40px; line-height: 40px;}
.swipercon .swcon{ color: #666; line-height: 20px; height: 45px; overflow: hidden; padding-top: 5px;}
.swipercon .swleft{width: 400px;display: inline-block; vertical-align: top;}
.swipercon .swright{width: 100px;display: inline-block; vertical-align: top; margin-left: 50px;}
.swipercon .swright .btn1{ color: #221914; border: 1px solid #221914; display: block; width: 100px; font-size: 21px; text-align: center; margin: 10px 0px;}
.swipercon .swright .btn1:hover{ color: #fff; background: #221914;}
.swipercon .swright .btn2{ color: #fff; background: #c30d23; display: block; width: 100px; font-size: 21px; text-align: center;}
.swipercon .swright .btn2:hover{ color: #fff; background: #221914;}
#certify  .swiper-slide img{
	display:block;
	 width: 100%;
}
#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: 0px solid #fff;
	background-color: #d5d5d5;
	width: 30px;
	border-radius: 2px;
	height: 4px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 0px solid #c30d23;
	background-color: #c30d23;
	width: 30px;
	border-radius: 2px;
	height: 4px;
}

#certify .swiper-button-prev {
	left: -60px;
	width: 45px;
	height: 45px;
	background: url(../images/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: -60px;
	width: 45px;
	height: 45px;
	background: url(../images/button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}