
#certify {
	width:100%;
	position: relative;
	width: 100%;
	margin: 60px auto 0px;
	z-index: 9;
	padding-bottom: 80px;
}
#certify .swiper-container{
	width:100%;
}
#certify  .swiper-slide {
	max-width: 730px;
	height: auto;
	background: #000;
}
#certify  .swiper-slide big{
	border:10px #f5f5f5 solid;
	background: #000;
	display: block;
	opacity: .3;
}
#certify  .swiper-slide span{
	display: block;
	text-align: center;
	background: url(../images/lbbg.png) center no-repeat;
	line-height: 40px;
	color: #fff;
	font-size: 1.6rem;
	margin: 15px 0px 0px;
	font-family: Fontthree;
}
@media (max-width:1500px) {
	#certify  .swiper-slide {
		max-width: 700px;
	}
}
@media (max-width:1400px) {
	#certify  .swiper-slide {
		max-width: 650px;
	}
}
@media (max-width:1200px) {
	#certify .swiper-container{
		width:88%;
		margin-left: 6%;
	}
	#certify  .swiper-slide {
		max-width: 590px;
	}
}
@media (max-width:992px) {
	#certify .swiper-container{
		width:100%;
		margin-left: 0;
	}
	#certify  .swiper-slide {
		max-width: 100%;
	}
	#certify  .swiper-slide big{
		opacity: 1;
	}
}
@media (max-width:768px) {
	#certify  .swiper-slide big{
		border:5px #f5f5f5 solid;
	}
	#certify {
		margin: 20px auto 0px;
		padding-bottom: 50px;
	}
}
#certify  .swiper-slide img{
	display:block;
	width:100%;
}
#certify  .swiper-slide-active big{
	opacity:1;
}
#certify .swiper-button-prev {
	left: 0px;
	width: 30%;
	top: 0;
	height: 100%;
	background: none;
	outline: none;
	margin-top:0;
	opacity: .3;
}
#certify .swiper-button-next {
	right: 0px;
	width: 30%;
	top: 0;
	height: 100%;
	background: none;
	outline: none;
	margin-top:0;
	opacity: .3;
}
#certify .swiper-pagination{
	bottom: 0;
	text-align: center;
	width: 100%;
}
#certify .swiper-pagination span{
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #fff;
	outline: none;
	margin: 0px 10px;
	opacity: .3;
}
#certify .swiper-pagination span.swiper-pagination-bullet-active{
	opacity: 1;
}
@media (max-width:768px) {
	#certify .swiper-pagination span{
		width: 16px;
		height: 16px;
		margin: 0px 5px;
	}
}