@charset "utf-8";
/* CSS Document */
body{
	margin:0;}
#certify {
	position: relative;
	width:96%;
	margin: 0 auto
}

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

#certify  .swiper-slide4 {
	width: 46%;
	height: 420px;
	background: #fff;
	border: 10px solid #ffffffa1;
  border-radius:15px;
  box-sizing: border-box;


}
#certify  .swiper-slide4 img{
	display:block;
  width: 100%;object-fit: cover;
  border-radius:15px;height:-webkit-fill-available;
}
#certify  .swiper-slide4 p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}
.swiper-container4 .sycase-fd{width:100%;display: none;overflow: hidden;font-size:25px;line-height: 2.2em;text-align:center;color: #fff;margin-top: 20px;}

.swiper-container4 .swiper-slide-active .sycase-fd{
	display: block;
} 

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}
#certify .swiper-button-next,#certify .swiper-button-prev{    top: var(--swiper-navigation-top-offset, 40%);}
#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-next, #certify .swiper-button-prev {
	color: #fff; border-radius:50px;background: #5285d4;
	    width: calc(var(--swiper-navigation-size) / 80* 80);
}
#certify .swiper-button-prev:after, #certify .swiper-button-next:after {
	font-size: 20px !important;
}
#certify .swiper-button-prev {
	left: -10px;width: 60px;height:60px;
}
#certify .swiper-button-next {
	right: -10px;width: 60px;height:60px;
}