@charset "utf-8";
/*大于1280px 横向循环轮播 */
#certify {
	position: relative;
	width: 100%;
	margin: 0 auto
}

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

#certify .swiper-slide {
	/* width: 520px;
	height: 408px; */
	width: 720px;
	height: 482px;
	background: #fff;
	border: 1px solid #DFE1E6;
	padding: 25px;
	box-sizing: border-box;
	border-radius: 16px;
}

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

#certify .swiper-slide p {
	line-height: 32px;
	padding-top: 0;
	color: #020A1A;
	font-size: 20px;
	margin-top: 24px;
}

#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: 0px;
	top: 30%;
	background-image: none;
	width: 40px !important;
	height: 150px !important;
	background: #F4F5F7;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#certify .swiper-button-prev:hover {
	background-size: 100%
}

#certify .swiper-button-prev:hover svg path {
	fill: #0764E9;
}

#certify .swiper-button-next {
	right: 0px;
	top: 30%;
	background-image: none;
	width: 40px !important;
	height: 150px !important;
	background: #F4F5F7;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#certify .swiper-button-next:hover svg path {
	fill: #0764E9;
}

#certify .swiper-button-next:hover {
	background-size: 100%
}



/*小于1280px 不轮播 */
