@charset "utf-8";
/* CSS Document */
body{
	margin:0;}
#certify {
	position: relative;
	width: 1200px;
	margin: 0 auto
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify  .swiper-slide {
	width: 498px;
	height: 512px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}
#certify  .swiper-slide img{
	display:block;
}
#certify  .swiper-slide p {
	line-height:0.3rem;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size:0.16rem;
	margin: 0;
	margin-top:-50px;
}

#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: -0.5rem;
	width: 60px;
	height: 60px;
	background: url(/resources/web/img/about_us05_btn1.png) no-repeat; background-size:cover;
	transition:all 0.5s ease;
}

#certify .swiper-button-prev:hover {
	background: url(/resources/web/img/about_us05_btn1_on.png) no-repeat; background-size:cover;
}

#certify .swiper-button-next {
	right: -0.5rem;
	width: 60px;
	height: 60px;
	background: url(/resources/web/img/about_us05_btn2.png) no-repeat; background-size:cover;
	transition:all 0.5s ease;
}

#certify .swiper-button-next:hover {
	background: url(/resources/web/img/about_us05_btn2_on.png) no-repeat; background-size:cover;
}

@media only screen and (max-width:1366px){
	#certify .swiper-button-prev{left:0;}
	#certify .swiper-button-next{right:0;}
}
@media only screen and (max-width:1240px){
	#certify{width:auto;}
	#certify .swiper-slide{width:400px; height:411px;}
}
@media only screen and (max-width:520px){
	#certify .swiper-container{padding-bottom:0;}
	#certify .swiper-button-next{width:40px; height:40px;}
	#certify .swiper-button-prev{width:40px; height:40px;}
#certify .swiper-slide p{width:80%; margin:-50px auto 0;}
	
	
	
	
}







<!--0.00033998489379883-->