.advantageSwiper {
  width: 100%;
  height: 680px;
}

.advantageSwiper .swiper-slide {
  width: 425px !important;
  margin-right: 0 !important;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  transition: 300ms;
  transform: scale(0.8);
  cursor: pointer;
}

.advantageSwiper .swiper-slide img {
  width: 100%;
}
.slide-content {
  padding: 10px;
}

.slide-content h3 {
  color: #000;
  font-size: 18px;
}

.slide-content p {
  padding-top: 20px;
  font-size: 15px;
  color: #404040;
}

.more-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

.read-more {
  display: block;
  text-align: right;
  margin-top: 10px;
  color: #0052a5;
  cursor: pointer;
  font-size: 14px;
}

.advantageSwiper .swiper-slide-active,
.advantageSwiper .swiper-slide-duplicate-active {
  transform: scale(1);
}

/* 资质荣誉轮播 */
.honorSwiper {
  width: 1612px;
  height: 100%;
}

.honor-content {
  position: relative;
  padding-left: 469px;
  width: 890px;
  height: 100%;
}
.honor-content p {
  padding-top: 20px;
  color: #000;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
}

.honor-content p::after {
  content: '';
  display: block;
  margin-top: 15px;
  width: 48px;
  height: 5px;
  background-color: #3461c0;
}

.honor-photo {
  position: absolute;
  right: 0;
  bottom: 0;
}
.honor-photo img {
  padding-left: 10px;
  width: 310px;
  height: 208px;
}
