@charset "utf-8";
/* CSS Document */

#certify3 {
	position: relative;
	width: 100%;
	margin: 0 auto
}

#certify3 .swiper-container {
	padding-bottom: 60px;
}

#certify3  .swiper-slide {
}
#certify3  .swiper-slide img{
	width: 100%;
	display:block;
}
#certify3  .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

#certify3 .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify3 .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify3 .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify3 .swiper-button-prev4 {
	position: absolute;
	z-index: 10;
	left: -30px;
	width: 2vw;
	height: 2vw;
	border-radius: 50%;
	top: 7.5vw;
	/* background: url(/static/home/product/images/储能服务/左侧滑.png) no-repeat; */
	background-position: 0 0;
	background-size: 100%;
	font-size: 16px;
	color: #fff;
	background-color: rgba(0,0,0,0.8);
	cursor: pointer;
}

#certify3 .swiper-button-prev4:hover{
	background-color: #00B5D1;
}

#certify3 .swiper-button-next4 {
	position: absolute;
	z-index: 10;
	right: -30px;
	width: 2vw;
	height: 2vw;
	border-radius: 50%;
	top: 7.5vw;
	/* background: url(/static/home/product/images/储能服务/右侧滑.png) no-repeat; */
	/* background-position: 0 -93px; */
	background-size: 100%;
	font-size: 16px;
	color: #fff;
	background-color: rgba(0,0,0,0.8);
	cursor: pointer;
}

#certify3 .swiper-button-next4:hover{
	background-color: #00B5D1;
}

#certify3 .swiper-pagination-bullets .swiper-pagination-bullet{
	border: 0;
	width: 13px;
	height: 13px;
	
}

#certify3 .swiper-pagination-bullets .swiper-pagination-bullet-active{
	background-color: #00aadc;
}

#certify3 .swiper-slide-t1{
	color: #00B5D1;
	font-size:24px;
	padding-left: 10px;
	margin-top: 2.5vw;
	margin-bottom: 1vw;
}

#certify3 .swiper-slide-t2{
	font-size: 13px;
	color: #333;
	position: relative;
	padding-left: 20px;
	margin-top: 1vw;
}

#certify3 .swiper-slide-t2:before{
	content: "";
	position: absolute;
	top: 0.6em;
	left: 5px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #00B5D1;
	transform: translateY(-50%);
}

@media (max-width: 500px) {
	#certify3 .swiper-button-prev4{
		width: 25px;
		height: 25px;
		transform: translateY(-50%);
	}
	#certify3 .swiper-button-next4{
		width: 25px;
		height: 25px;
		transform: translateY(-50%);
	}
}