
/* CSS Document */

#certify {
	position: relative;
	width: 1200px;
	margin: 0 auto; 
	padding-top:30px;
}

#certify .swiper-container {
	padding-bottom: 50px;
}

#certify  .swiper-slide {
	width: 674px;
	height:auto;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}
#certify  .swiper-slide img{
	display:block;
}
#certify  .swiper-slide p {
	line-height: 50px;
	padding-top: 0;
	text-align: center;
	color: #333333;
	font-size: 1.1em;
	margin: 0;
	font-weight:bold;
	display:none;
}
#certify .swiper-slide.swiper-slide-active p{ display:block; width:150%; left:-145px; position:absolute; text-align:center;}
#certify  .swiper-slide p span{
	line-height: 30px;
	font-size:15px;
	 color:#878787;
	 font-size:15px;
	 display:block;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
	display:none;
}

#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 #EF671F;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: -90px;
	width: 60px;
	height: 91px;
	background:url(../image/a11.png) no-repeat left;
	outline:none;
	margin-top:-50px;

}



#certify .swiper-button-next {
	right: -90px;
	width: 60px;
	height: 91px;
	background:url(../image/a12.png) no-repeat right;
	outline:none;
	margin-top:-50px;

}

@media only screen and (max-width:1500px) {

#certify {
	width:100%;
	padding-top:30px;
}

	
}
@media only screen and (max-width:1280px) {

#certify .swiper-button-prev {
	left: -50px;
	width: 40px;
	height: 61px;
	background:url(../image/gg_lf.jpg) no-repeat left;
	outline:none;
	margin-top:-30px;
}

#certify .swiper-button-next {
	right: -50px;
	width: 40px;
	height: 61px;
	background:url(../image/gg_rt.jpg) no-repeat right;
	outline:none;
	margin-top:-30px;
}
	
}
@media only screen and (max-width:1200px) {
#certify .swiper-button-prev {
	display:none;
}

#certify .swiper-button-next {
	display:none;
}
#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
	display:block;
}
#certify .swiper-container {
    padding-bottom: 70px;
}

}
@media only screen and (max-width:768px) {
	
	#certify .swiper-slide {
    width: 60%;
    height: auto;
background:none; 
box-shadow:none;
}
#certify .swiper-slide.swiper-slide-duplicate-prev {

}
#certify .swiper-slide.swiper-slide-duplicate-next {

}

