/* 荣誉资质  */
#certify {
  height: 680px;
  margin-bottom: 100px;
}
/* 轮播样式 */
/* 1个 */
#certify .swiper-slide {
  width: 600px;
  height: 600px;
}
#certify .swiper-slide {
  width: 600px;
  height: 600px;
}
#certify .swiper-slide img {
  width: 600px;
  height: 520px;
  object-fit: cover;
}
#certify .swiper-slide p {
  color: #283650;
  font-size: 16px;
  line-height: 80px;
}
/* 轮播圆点 */
#certify .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
}
/* 左右按钮 */
#certify .swiper-button-prev {
  left: -50px;
}
#certify .swiper-button-next {
  right: -50px;
}
