@charset "utf-8";
/* CSS Document */

#certify {
	position: relative;
	width: 1400px;
	margin: 0 auto
}

#certify .swiper-container {
	width: 1400px;
	padding: 60px 0;
}

#certify  .swiper-slide {
	width: 800px;
	height: 500px;
	background: #fff;
	box-shadow: 0 8px 30px rgba(00, 00, 00, 0.2);
	border-radius: 10px;
	overflow: hidden;
}
#certify  .swiper-slide img{
	display:block;
	border-radius: 10px;
	width: 800px;
	height: 500px;
}
/* #certify  .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
} */
#certify .swiper-slide  {position: relative;}
#certify .swiper-slide .swiperon {width:800px; height:500px; position: absolute;left:0; bottom:-500px; background:url(../images/bluealp.png)}
#certify .swiper-slide:hover .swiperon{left:0; bottom:0;}
#certify .swiper-slide:hover .swiperon span {color:#fff; font-size: 38px; display: block; width:800px; height: 100px; line-height: 100px; text-align: center; margin-top: 150px;}
#certify .swiper-slide:hover .swiperon a {display: block; color:#fff; font-size: 14px; width:228px; height: 48px;  text-align: center; line-height: 48px; border:2px solid #fff;  margin:0 auto; margin-top:50px; background: url(../images/more1.png) -2px -2px}
#certify .swiper-slide:hover .swiperon a:hover { color:#006AB5; font-weight: bold;background: url(../images/more1.png) -234px -2px;} 

#certify .swiper-slide-prev:hover .swiperon{left:0; bottom:-500px;}
#certify .swiper-slide-next:hover .swiperon{left:0; bottom:-500px;}

#certify .swiper-pagination {
	width: 100%;
	bottom: 0px;
}

#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 #fff;
	background-color: #086FB7;
}

#certify .swiper-button-prev {
	left: -22px;
	width: 44px;
	height: 44px;
	background: url(../images/left1.png) no-repeat;
}

#certify .swiper-button-prev:hover {
	background: url(../images/left1.png) no-repeat;
}

#certify .swiper-button-next {
	right: -22px;
	width: 44px;
	height: 44px;
	background: url(../images/right1.png) no-repeat;
	
}

#certify .swiper-button-next:hover {
	background: url(../images/right1.png) no-repeat;

}

.swiper-slide-prev { background: #006AB5;}
.swiper-slide-next { background: #006AB5;}
.swiper-slide-prev img{filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5; background: #006AB5;}
.swiper-slide-next img{filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5; background: #006AB5;}