@charset "utf-8";
/* CSS Document */

#certify {
	position: relative;
	width: 1200px;
	margin: 0 auto
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify  .swiper-slide {
	width: 800px;
	height: 514px;
	background: #000;
	position:relative;
	border:1px solid #fff
	
}
#certify  .swiper-slide img{
	display:block;
	width: 800px;
	height: 514px;
	
}
#certify  .swiper-slide .wenben{
	width:90%;
	float:left;
	color: #636363;
	margin: 0;
	position:absolute;
	bottom:0;
	z-index:111;
	left:0px;
	padding-right:5%;
	padding-left:5%;
	background:rgba(0,0,0,0.8);    
filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#000000',endColorstr = '#000000')\9; border-top:1px solid #fff; padding-bottom:10px; padding-top:10px;
}
#certify  .swiper-slide .wenben h1{line-height:50px;font-size:28px; color:#FFF; font-weight:normal; text-transform:uppercase; margin-bottom:10px;}
#certify  .swiper-slide .wenben ul{ width:100%; float:left}
#certify  .swiper-slide .wenben ul li{ width:50%; float:left; font-size:14px; line-height:24px; letter-spacing:2px;}


#certify .swiper-pagination {
	width: 100%;
	bottom:-30px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 15px;
	border: 2px solid #fff;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #fff;
	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%
}