﻿@charset "utf-8";
/* CSS Document */

#certify {
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;padding-top: 60px;
 top: -20px;
}

#certify .swiper-container{ overflow: initial;}
#certify  .swiper-slide {
	width: 400px;
	height: 235px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}
#certify  .swiper-slide img{
	display:block;
	width: 100%;
	height: 100%;
}
#certify  .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

#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: 0px;
	width: 32px;
	height: 55px;
	background-size: 100% 100%;
	background: #1c1d1e4d;
}

.swiper-button-prev a,.swiper-button-next a{ display: block; width: 100%; height: 100%;  font-size: 33px; text-align: center; line-height: 55px;}

#certify .swiper-button-prev:hover a,#certify .swiper-button-next:hover a{ color: #fff;}
#certify .swiper-button-prev:hover {
	background-size: 100% 100%; 
	
}

#certify .swiper-button-next {
	right: 0px;
	width: 32px;
	height: 55px;background: #1c1d1e4d;

}

#certify .swiper-button-next:hover {
	background-size: 100% 100%; 
}

#certify .swiper-slide span{position: fixed;top: -53px;font-size: 22px;left: 0px;font-weight: bold;z-index: 999;color: #2C6B9E;text-align: center;display: block;width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap; display: none; overflow: hidden}
#certify .swiper-slide-active span{ display: block;}
