/* 首页合作伙伴 */
#fh5co-partner-list .bg-partner {
  padding: 55px 0 60px;
}

#fh5co-partner-list .container {}

#fh5co-partner-list .show-list {
  position: relative;
  margin: 0 45px;
}

#fh5co-partner-list .show-list .partner-swiper {
  overflow: hidden;
}

#fh5co-partner-list .show-list .swiper-slide {
  overflow: hidden;
}

#fh5co-partner-list .show-list .swiper-slide img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  display: block;
}

/* 通用图片背景缩放样式 */
.frizoomimgs {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 40%;
  /* 控制图片显示比例，可根据实际Logo比例调整 */
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.fh5co-heading {
  position: relative;
  z-index: 1
}

.fh5co-heading h2 {
  color: rgb(102, 102, 102);
  font-size: 18px;
  font-weight: bold;
  margin: 0 auto 12px;
  text-transform: uppercase;
  line-height: 18px;
}

.fh5co-heading span {
  font-size: 25px;
  color: #000;
  font-weight: bold;
  display: block;
  margin-bottom: 48px;
}