@charset "utf-8";
/* CSS Document */
body{
	margin:0;}
#certify {
	position: relative;
	width: 1200px;
	margin: 0 auto;
    background: #94bee01a;
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify  .swiper-slide {
	width: 560px;
	height: 408px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
    position: relative;
}
#certify  .swiper-slide img{
	display:block;
    width: 100%;
    height: 100%;
    background: rgba(250, 250, 250, 1);
    box-shadow: 0px 8px 4px 0px rgb(163 180 199 / 26%);
}
#certify  .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    background: #99999980;
}

#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: -30px;
	width: 45px;*/
    height: 30px;
    width: 30px;
	background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23FFFFFF'%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
	background-position: center;
	background-size: 40%;top: 42%;
    border-radius: 50px;
    background-color: #2a8ee6;
    left: 25px;
}

/*#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}*/

#certify .swiper-button-next {
	/*right: -30px;
	width: 45px;*/
    height: 30px;
    width: 30px;
	background: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23FFFFFF'%2F%3E%3C%2Fsvg%3E);
	background-position: center;
	background-size: 40%;top: 42%;
    border-radius: 50px;
    background-color: #2a8ee6;
    right: 25px;
}
/*
#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}*/