@charset "utf-8";
/* CSS Document */
#certify {
	position: relative;
	width: 14rem;
	margin: 0.3rem auto;
}
#certify .swiper-container {
	padding-bottom: 0.6rem;
}
#certify .swiper-slide {
	width: 5.4rem;
	height: 3.6rem;
	background: #fff;
	box-shadow: 0 0.08rem 0.3rem #ddd;
	/* overflow: hidden; */
	position: relative;
}
/* #certify .swiper-text {
}
 */
#certify .swiper-slide img{
	display:block;
	width: 7.6rem;
	height: 4rem;
	margin-left: -1.1rem;
}
#certify .swiper-slide p {
	line-height: 0.98rem;
	text-align: center;
	color: #fff;
	width: 90%;
	color: #fff;
	font-size: 0.24rem;
	font-weight: 600;
	position: absolute;
	bottom: -.4rem;
	text-align: left;
    overflow: hidden;
    left: -8%;
}
#certify .swiper-pagination {
	width: 100%;
	bottom: 0.2rem;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 0.05rem;
	border: 0.03rem solid #fff;
	background-color: #d5d5d5;
	width: 0.1rem;
	height: 0.1rem;
	opacity: 1;
	display: none;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 0.03rem solid #00aadc;
	background-color: #fff;
}
#certify .swiper-button-prev {
	left: -.2rem;
	width: 0.45rem;
	height: 0.45rem;
	top: 1.9rem;
	background: url(../../image/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}
#certify .swiper-button-prev:hover {
	background-position: 0 -0.46rem;
	background-size: 100%
}
#certify .swiper-button-next {
	right: -.2rem;
	width: 0.45rem;
	top: 1.9rem;
	height: 0.45rem;
	background: url(../../image/wm_button_icon.png) no-repeat;
	background-position: 0 -0.93rem;
	background-size: 100%;
}
#certify .swiper-button-next:hover {
	background-position: 0 -1.39rem;
	background-size: 100%
}
#certify .swiper-ul {
	width: 80% !important;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	border: 0.03rem solid #fff;
	background-color: transparent !important;
	width: 0.1rem;
	height: 0.1rem;
	opacity: 1;
	height: auto;
	width: 100% !important;
	overflow: hidden;
	border-radius: 0 !important;
	justify-content: center;
}
#certify .swiper-ul li {
	float: none !important;
	display: block;
	border: none !important;
	text-align: left !important;
	/* margin-top: 0.4rem !important;
     height: 0.4rem !important;
     */
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: none;
	/*color: #005bac;*/
	display: flex;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active p{
	margin: 0.3rem auto !important;
	font-size: 0.18rem !important;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active span{
	font-weight: bold;
	color: #b4c7d2;
	margin-right: 0.44rem;
}
#certify .swiper-pagination {
	top: 3.2rem !important;
}
