.enterprise_honor {
  height: 300px;
  position: relative;
  font-size: 12px;
}

.swiper-container {
  width: 1000px;
  height: 280px;
}

.swiper-slide {
  text-align: center;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; */
  flex-direction: column;
  border-radius: 4.8px;
  overflow: hidden;
}

.slide_top {
  flex: 1;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #F4F8FF;
}

.slide_top img {
  height: 130px;
}
.slide_bottom {
  height: 70px;
  line-height: 70px;
  background-image: linear-gradient(270deg, #359EFE 0%, #1865FC 100%);
  border-radius: 0 0 4.8px 4.8px;
  color: #fff;
}

.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  bottom: 0;
  top: auto;
}

.swiper_pag{ 
  margin: 0 auto;
  margin-top: 70px;
  height: 5px;
  width: 1000px;
  background: #F4F4F4;
  border-radius: 5px;
  position: relative;
}
.swiper_speed {
  display: block;
  height: 5px;
  width: 50px;
  background: #1865FB;
  border-radius: 5px;
  position: relative;
}
.swiper_speed::after {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: -8px;
  right: -8px;
  border: 5px solid #1865FB;
}

.swiper_speed_k {
  width: 100%;
  position: absolute;
  top: -35px;
  display: flex;
  text-align: center;
}
.swiper_speed_k li {
  flex: 1;
}