@charset "utf-8";
/* CSS Document */
#certify {
	position: relative;
	width: 100%;
	margin: 0 auto
}
#certify .swiper-container {
	padding-bottom: 60px;
}
#certify  .swiper-slide {
	width: 958px;
	background: #fff;
}
#certify  .swiper-slide img{
	display:block;
}
#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}
#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: -80px;
	width: 48px;
	height: 48px;
	top:235px;margin-top: 0;
	background: url(a1_prev_06.png) no-repeat;
	background-size: 100%;
}
#certify .swiper-button-next {
	right: -80px;
	width: 48px;
	height: 48px;
	top:235px;margin-top: 0;
	background: url(a1_next_09.png) no-repeat;
	background-size: 100%;
}
#certify .swiper-slide .a1i .a1ia{overflow: hidden;}
#certify .swiper-slide .a1i .a1ia img{
	transition: transform 0.6s;
	-moz-transition: transform 0.6s; 
	-webkit-transition: transform 0.6s; 
	-o-transition: transform 0.6s;
	max-width: 100%;
	
}
#certify .swiper-slide:hover .a1i .a1ia img{
	transform:scale(1.1);
-ms-transform:scale(1.1); 	
-moz-transform:scale(1.1); 	
-webkit-transform:scale(1.1); 
-o-transform:scale(1.1); 
}
#certify .swiper-slide .a1i .a1ib{padding-top: 42px;display: none;}
#certify .swiper-slide.swiper-slide-active .a1i .a1ib{display: block;}
#certify .swiper-slide .a1i .a1ib .a1ibl{float:left;}
#certify .swiper-slide .a1i .a1ib .a1ibl .a1ibla{font-size: 30px;color: #005ead;}
#certify .swiper-slide .a1i .a1ib .a1ibl .a1iblb{font-size: 18px;color: #555555;margin-top: 15px;}
#certify .swiper-slide .a1i .a1ib .a1ibr{float:right;margin-top: 25px;position: relative;}
#certify .swiper-slide .a1i .a1ib .a1ibr span{display: block;width: 140px;height: 40px;line-height: 40px;text-align: center;border:1px solid #000000;color: #000;position: relative;}
#certify .swiper-slide .a1i .a1ib .a1ibr i{position: absolute;left:1px;top:20px;width: 24px;height: 1px;background: #000;}