@charset "utf-8";
/* CSS Document */

#certify {
	position: relative;
	width: 1080px;
	margin: 0 auto;
}

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

#certify .swiper-slide {
	background: #fff;
	box-shadow: 0 8px 16px rgb(0, 0, 0, 0.5);
	border-radius: 16px;
	margin: 20px 0 0 0;
	overflow: hidden;
}

#certify .swiper-slide img {
	display: block;
	width: 100%;
}

#certify .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #3551DD;
	font-size: 1.1em;
	margin: 0;
}

.swiper-text section {}

#certify .swiper-pagination {
	width: 100%;
	top: 0px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0;
	width: auto;
	height: auto;
	opacity: 1;
	border-radius: 0;
	font-size: 24px;
	padding: 8px 32px;
	background: none;
	border-bottom: 3px solid #ccc;
	font-weight: 500;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border-bottom: 3px solid #FF4218;
	background-color: #fff;
	color: #FF4218;
}

#certify .swiper-button-prev {
	left: -60px;
	top: 35%;
	width: 48px;
	height: 48px;
	background: url(../images/sider-prev.svg) no-repeat;
	opacity: 0.3;
}

#certify .swiper-button-prev:hover {
	opacity: 1;
}

#certify .swiper-button-next {
	right: -60px;
	top: 35%;
	width: 48px;
	height: 48px;
	background: url(../images/sider-next.svg) no-repeat;
	opacity: 0.3;
}

#certify .swiper-button-next:hover {
	opacity: 1;
}

#certify .swiper-button-prev::after,
#certify .swiper-button-next::after {
	content: '';
}

.swiper-pagination-custom {
	cursor: pointer;
	margin: 0 10px;
	font-weight: bold;
	color: #333;
}

/* 鼠标悬停样式 */
.swiper-pagination-custom:hover {
	text-decoration: underline;
}

.swiper {
	width: 100%;
	height: 500px;
	background: #F9FAFF;
	border-radius: 30px;
	margin: 30px 0;
	position: relative;
	overflow: hidden;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	display: flex !important;
	justify-content: center;
	align-items: center;
}


@media (max-width: 1024px) {}

@media (max-width: 992px) {}

@media (max-width: 768px) {
	#certify {
		width: 100%;
	}

	.swiper-button-prev {
		display: none !important;
	}

	.swiper-button-next {
		display: none !important;
	}
}