@charset "utf-8";
/* CSS Document */

.certify2 {
	position: relative;
	width: 100%;
	margin: 1vw 0 1vw 0%;
	display: none;
}

.certify2.hovered {
	display: block;
}

.certify2 .swiper-slide {
	width: 34vw;
	height: 20vw;
	font-size: 25px;
	background: #fff;
	box-sizing: border-box;
	padding:0 3.9vw;
}

.certify2 .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

.certify2 .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

.certify2 .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}


.certify2 .swiper-button-prev3 {
	left: -0.3rem;
}

.certify2 .swiper-button-next3 {
	right: -0.3rem;
}


.certify2 .swiper-pagination-bullets .swiper-pagination-bullet {
	border: 0;
	width: 13px;
	height: 13px;

}

.certify2 .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background-color: #00aadc;
}

.swiper_btn-l9 {
	position: absolute;
	top: 45%;
	z-index: 5;
	transform: translateY(-50%);
	cursor: pointer;
	width: 7vw;
	height: 7vw;
	border-radius: 3px;
}

.leftTriangle {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #a6a6a6;
	transform: rotate(-90deg);
	margin-right: 2px;
}

.rightTriangle {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #a6a6a6;
	transform: rotate(90deg);
	margin-left: 2px;
}


.certify2 .swiper-button-prev3:hover {
	background-color: #00B5D1;
}

.certify2 .swiper-button-prev3:hover .leftTriangle {
	border-bottom: 5px solid #fff;
}

.certify2 .swiper-button-next3:hover {
	background-color: #00B5D1;
}

.certify2 .swiper-button-next3:hover .rightTriangle {
	border-bottom: 5px solid #fff;
}

.certify2 .swiper-slide {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.certify2CircleList {
	width: 100%;
	height: 20px;
}

.certify2Circle {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #d8d8d8;
	margin: 0 8px;
	cursor: pointer;
}

.picthBg {
	background-color: #51B2CE;
}

@media (max-width: 500px) {
	.certify2 .swiper-slide {
		height: auto;
	}

	.certify2 .swiper-button-prev3 {
		width: 25px;
		height: 25px;
		left: -40px;
		transform: translateY(-50%);
	}

	.certify2 .swiper-button-next3 {
		width: 25px;
		height: 25px;
		right: -40px;
		transform: translateY(-50%);
	}

	/* .certify2 .swiper-slide .s34 {
		font-size: 12px;
	}

	.certify2 .swiper-slide .s26 {
		font-size: 3vw;
	}

	.certify2 .swiper-slide .s20 {
		font-size: 2vw;
	} */
}