@charset "utf-8";
/* CSS Document */

#certify {
	position: relative;
	width: 100%;
	margin: 0 auto;
	margin-top: 15px;
}

#certify  .swiper-slide {
	width: 80%;
	height: auto;
	box-shadow: 0 8px 30px #ddd;
}
#certify  .swiper-slide img{
	display:block;
  	border-radius: 10px;
}
#certify  .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: -24px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	background-color: rgba(102,102,102,1);
	width: 12px;
	height: 12px;
	opacity: .3;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background-color: rgba(222, 26, 24, 1);
	opacity: 1;
}

#certify .swiper-button-prev {
	left: 15px;
	width: 24px;
	height: 42px;
	background: url(/static/modules/web/images/project_05.png) no-repeat;
	background-size: 24px 42px;
	opacity: .7;
	margin-top: -21px;
}

#certify .swiper-button-prev:hover {
	opacity: 1;
}

#certify .swiper-button-next {
	right: 15px;
	width: 24px;
	height: 42px;
	background: url(/static/modules/web/images/project_06.png) no-repeat;
	background-size: 24px 42px;
	opacity: .7;
	margin-top: -21px;
}

#certify .swiper-button-next:hover {
	opacity: 1;
}
@media (max-width: 768px){
	#certify .swiper-button-prev{
		left: 5px;
		width: 12px;
		height: 21px;
		background-size: 12px 21px;
		margin-top: -10px;
	}
	#certify .swiper-button-next{
		right: 5px;
		width: 12px;
		height: 21px;
		background-size: 12px 21px;
		margin-top: -10px;
	}
}