﻿@charset "utf-8";
/* CSS Document */
body{
	margin:0;}
.swiper-slide { max-width:746px; margin:0 auto;}
.swiper-slide img { width:100%;}
.swiper-slide p {text-align:center; font-size:18px; padding-top:32px;}	
.swiper-container p { display:none; text-align:center; font-size:18px; padding-top:32px;}	
.swiper-slide-active p { display:block;}	
#certify {
	position: relative;
	width:100%;
	max-width: 1054px;/*判断宽度设置响应式效果*/
	margin:0 auto
}


#certify  .swiper-slide {
	width: 746px;
}
#certify  .swiper-slide img{
	width: 100%;
	display:block;
}
#certify .swiper-slide { position:relative;}
#certify .swiper-slide:after { content:""; background:rgba(0,0,0,0.2); position:absolute; left:0; top:0; width:100%; height:100%;}
#certify .swiper-slide-active:after { display:none;}

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

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	width: 10px;
	height: 10px;
	opacity: 1;
}


#certify .swiper-button-prev {
	left: 5%;
	width: 50px;
	height: 50px;
	top:40%;
	
	background:url(../images/djleft.png) no-repeat;
	background-size: 100%;
}


#certify .swiper-button-next {
	right: 5%;
	width: 50px;
	height: 50px;
	top:40%;
	background:url(../images/djright.png) no-repeat;
	background-size: 100%;
}
@media (max-width:991px) {

#certify  .swiper-slide {width: 580px;}

}
@media (max-width:767px) {

#certify  .swiper-slide {width: 100%;}
#certify .swiper-button-prev { width:40px; height:40px; left:10px; }
#certify .swiper-button-next { width:40px; height:40px; right:10px; }

.swiper-container p { padding-top:15px; font-size:16px;}	
}













