@charset "utf-8";
/* CSS Document */

#certify {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

#certify .swiper-container {
	padding-bottom: 60px;
	padding-top: 40px;
}

#certify  .swiper-slide {
	width: 400px;
	height: 300px;
	background: #fff;
	box-shadow: 0 10px 10px #ccc;
}
#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;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}
.img_top{
	height: 300px;
	/*background-color: rgba(51,51,51,0.5);*/
	position: relative;
	top: -300px;
	cursor: pointer;
}
.img_top h5{
	width: 100%;
	height: 60px;
	background-color: rgba(239,113,122,0.8);
	position: fixed;
	bottom: 0;
	line-height: 60px;
	font-size: 18px;
	text-align: center;
	color: white;
	display: none;
}
.num1:hover h5{
	display: block;
}
.num2:hover h5{
	display: block;
}
.num3:hover h5{
	display: block;
}
.num4:hover h5{
	display: block;
}
.num5:hover h5{
	display: block;
}