@charset "utf-8";
/* CSS Document */
#certify {
	position: relative;
	 margin-bottom: 50px;
}

#certify .swiper-container {padding: 28px 0px;}

#certify  .swiper-slide {
	width: 600px;
	height: 432px;
	background: #fff;
	/*box-shadow: 0 8px 30px #ddd;*/
	
}

#certify .swiper-slide-active{box-shadow: 3px 2px 17px -2px rgba(0, 0, 0, 1);}

#certify  .swiper-slide img{
	display:block;
	width: 600px;
	height: 432px;
}
#certify  .swiper-slide p { opacity: 0;
	background: #cc1515;
	line-height: 46px;
	padding-top: 0;
	text-align: center;
	color: #fff;
	font-size: 20px;
	margin: 0;
	 position: absolute; left: 0px; bottom: 0px; width: 100%;
}

#certify .swiper-slide-active p{ opacity: 1;}

#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 #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: -90px;
	width: 70px;
	height: 108px;
	background: url(../images/left2.png) no-repeat;
	top: 50%;
	margin-top: -54px;
}


#certify .swiper-button-next {
	right: -90px;
	width: 70px;
	height: 108px;
	background: url(../images/right2.png) no-repeat;
	top: 50%;
	margin-top: -54px;
}


@media screen and (max-width: 1200px) {
#certify {
	position: relative;
	 margin-bottom: 0px;
}
#certify  .swiper-slide {
	width: 100%;
	height: auto;
	background: #fff;
	/*box-shadow: 0 8px 30px #ddd;*/
	
}
#certify .swiper-container {padding: 12px 0px;}
#certify  .swiper-slide p {
	background: #cc1515;
	line-height:30px;
	font-size: 14px;
}

#certify  .swiper-slide img{
	display:block;
	width: 100%; height: auto;
}

#certify .swiper-button-prev {
	left: 0px;
	width: 35px;
	height: 54px;
	background: url(../images/left2.png) no-repeat; background-size: cover;
	top: 50%;
	margin-top: -27px;
}


#certify .swiper-button-next {
	right: 0px;
	width: 35px;
	height: 54px;
	background: url(../images/right2.png) no-repeat; background-size: cover;
	top: 50%;
	margin-top: -27px;
}

}