
/* CSS Document */
body{
	margin:0;}
	
.zzyr_box2{
	width: 100%;
	height: 100%;
	background: url(../image/aboutus_box4_bg.jpg) repeat-x bottom;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	overflow-x: hidden;
}
#certify {
	position: relative;
	width: 1200px;
	margin: 0 auto;

}

#certify .swiper-container {
	padding: 72px 0 40px;
	overflow: visible;
	overflow-x: hidden;
}

#certify  .swiper-slide {
	width: 320px;
	height: 441px;
	
}
#certify  .swiper-slide-active{
	box-shadow: 0px 4px 29px 0px rgba(0, 0, 0, 0.35);
}

#certify  .swiper-slide img{
	display:block;
	width: 100%;
}
#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: 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: -30px;
	width: 13px;
	height: 26px;
	top:50%;
	margin-top: 40px;
	background: url(../image/aboutus_box4_left.png) no-repeat;
	background-size: 100%;
	outline: none;
}


#certify .swiper-button-next {
	right: -30px;
	width: 13px;
	height: 26px;
	top:50%;
	margin-top: 40px;
	background: url(../image/aboutus_box4_right.png) no-repeat;
	background-size: 100%;
	outline: none;
}

