@charset "utf-8";
/* CSS Document */

#certify {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
	background:#eef8fa;
}

#certify .swiper-container {
	padding: 100px 0;
}

#certify  .swiper-slide {
	width: 32em;
	height: 36em;
	border-radius:3em;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
	border:5px solid #4ec2c2;
}

#certify  .swiper-slide h1{
	text-align:center;
	height:20%;
	line-height:2.5;
	font-size: 3em;
	color:#4ec2c2;
}
#certify  .swiper-slide .slide-img{
	height:50%;
	padding:0 20px 20px 20px;
}
#certify  .swiper-slide img{
	width:100%;
	height:100%;
}
#certify  .swiper-slide .slide-p1{
	height:28%;
	line-height:5.5;
	font-size: 1.5em;
	background:#4ec2c2;
	color:#fff;
	border-bottom-right-radius:2em;
	border-bottom-left-radius:2em;
	text-align: center;
}
#certify .slide-content{
	margin: 0 auto;
    max-width: 62.5em;
	text-indent:2em;
	font-size:1.25em;
	padding-bottom:1em;
}
#certify .slide-content li{
	display:none;
}
#certify .slide-content li:first-child{
	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;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: 5em;
	width: 45px;
	height: 45px;
	background: url("../images/wm_button_icon.png"/*tpa=http://www.newhorizonbio.com/Template/pc/common/certify-swiper4/images/wm_button_icon.png*/) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#certify .swiper-button-next {
	right: 5em;
	width: 45px;
	height: 45px;
	background: url("../images/wm_button_icon.png"/*tpa=http://www.newhorizonbio.com/Template/pc/common/certify-swiper4/images/wm_button_icon.png*/) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}