﻿body{
	margin:0;}
#certify {
	position: relative;
	width: 1920px;
	margin: 0 auto
}

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

#certify  .swiper-slide {
	width: 751px;
	margin:0 auto;
	height: 100%;

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

#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;
}




@media (max-width: 867px) 
{   



#certify{width: 92%!important;}
#certify .swiper-slide{width: 100%;}



}