.content-view {
  margin: 0 auto;
}
div {
  box-sizing: border-box;
}
.main-view-swipe {
  width: 100%;
  height: 100%;
}
.main-view-swipe .swiper-container {
  height: 100%;
}

.main-view-swipe .swiper-pagination-bullet {
  border: 1px solid #fff;
  opacity: 1;
  background-color: transparent;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 50%;
}

.main-view-swipe .swiper-pagination-bullet-active {
  background: #f26f23 !important;
  /* opacity: .2; */
}
.bg-white {
  background-color: #ffffff;
}
.banner-wrap {
  height: 27.3rem;
}
.banner-wrap img {
  width: 100%;
  height: 100%;
}
.bread-wrap {
  height: 2.4rem;
  padding-top: 0.9rem;
  font-size: 0.9rem;
  line-height: 1.5rem;
}
.bread-wrap .active {
  color: #22bcf1;
}
.bread-wrap .arrow {
  margin: 0 0.53rem;
}
.quality-wrap .title {
  height: 6.83rem;
  font-size: 1.8rem;
  text-align: center;
  line-height: 6.83rem;
}
.quality-wrap .desc {
  padding-top: 0.67rem;
  line-height: 1.72rem;
  padding-bottom: 45px;
}
.quality-wrap .desc p {
  font-size: 0.92rem;
  color: #454993;
  /* font-weight: bold; */
}
.logo-wrap {
  padding-top: 4rem;
  margin-bottom: 3.7rem;
  font-size: 0;
}
.logo-wrap .logo-item {
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  width: 13.35rem;
  box-sizing: border-box;
}
.logo-wrap .logo-item img {
  width: 100%;
}
.logo-wrap .logo-item:last-child {
  margin-right: 0;
}
.logo-wrap .logo-item.no-border {
  border-color: transparent;
}
.exh-wrap {
  padding: 3.7rem 0.37rem 7.05rem;
}
.exh-wrap .exh-item {
  height: auto;
  width: 31.12rem;
  border: 1px solid #e5e5e5;
  padding-bottom: 1.7rem;
}
.swiper-wrap {
  width: 100%;
  height: 14.1rem;
  overflow: hidden;
}
.exh-item {
  cursor: pointer;
}

.exh-content {
  padding: 0.67rem 2.1rem 0 2.1rem;
}
.exh-content .title {
  font-size: 1.27rem;
  color: #454993;
  line-height: 3.82rem;
}
.exh-content P {
  font-size: 0.92rem;
  color: #4f4f4f;
  line-height: 1.65rem;
}
