@charset "utf-8";
/* CSS Document */

/* ===== 通用 Swiper Coverflow 3D 轮播样式 ===== */
.swiper-certify {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

.swiper-certify .swiper-container {
	padding: 60px 0;
	overflow: visible;
}

.swiper-certify .swiper-slide {
	width: 520px;
	height: 408px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
	transition: all 0.3s ease;
}

.swiper-certify .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.swiper-certify .certify-item-inner {
	cursor: pointer;
	width: 100%;
	height: 100%;
	position: relative;
}

.swiper-certify .certify-item-inner::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	background: rgba(0,0,0,0.5) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E") center/30px no-repeat;
	border-radius: 50%;
	pointer-events: none;
	opacity: 0.8;
	transition: opacity 0.3s;
}

.swiper-certify .certify-item-inner:hover::after {
	opacity: 1;
	background-color: rgba(0,0,0,0.7);
}

.swiper-certify .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

.swiper-certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

.swiper-certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	background-color: #ccc;
	width: 10px;
	height: 10px;
	opacity: 1;
}

.swiper-certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background-color: #115FAD;
}

.swiper-certify .swiper-button-prev,
.swiper-certify .swiper-button-next {
	color: #115FAD;
	transition: all 0.3s ease;
}

.swiper-certify .swiper-button-prev {
	left: 10px;
	width: 45px;
	height: 45px;
}

.swiper-certify .swiper-button-prev:hover {
	background: #115FAD;
	color: #fff;
}

.swiper-certify .swiper-button-next {
	right: 10px;
	width: 45px;
	height: 45px;
}

.swiper-certify .swiper-button-next:hover {
	color: #333;
}

/* 容器区域 */
.certify-section {
	padding: 40px 0 60px;
	background: #f8f9fa;
}

.certify-container {
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 30px;
}

/* 响应式 */
@media (max-width: 1300px) {
	.swiper-certify {
		width: 100%;
	}
	.swiper-certify .swiper-slide {
		width: 420px;
		height: 330px;
	}
}

@media (max-width: 768px) {
	.swiper-certify {
		padding: 0 15px;
	}
	.swiper-certify .swiper-slide {
		width: 280px;
		height: 220px;
	}
	.swiper-certify .swiper-button-prev,
	.swiper-certify .swiper-button-next {
		display: none;
	}
	.swiper-certify .swiper-container {
		overflow: hidden;
	}
}
