@charset "utf-8";
/* CSS Document */

.certify {
	position: relative;
	width: 1200px;
	margin: 0 auto
}

.certify .swiper-container {
	padding-bottom: 60px;
}

.certify  .swiper-slide {
	width: 380px;
	height: 520px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
  border-radius: 15px;
  overflow: hidden;
}
.certify  .swiper-slide .img-box{
  height: 460px;
  line-height: 460px;
  /* background-color: #b50005; */
  /* background-color: rgba(000, 000, 000, .3); */
  font-size: 0;
  text-align: center;
  background-color: #ccc;
}
.certify  .swiper-slide img{
   max-width: 90%;
   max-height: 90%;
  object-fit: cover;
}
.certify  .swiper-slide p {
	line-height: 60px;
	text-align: center;
	color: #636363;
  font-size: 18px;
  background-color: #b50005;
  color:#fff;
}
