.industry-body {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
}

.industry-banner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.industry-banner .swiper-slide {
  width: 100%;
  height: 100%;
}

.industry-banner .swiper-slide>img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
}

.industry-content-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;

  height: 220px;

  background-color: rgba(0, 0, 0, .7);
}

.industry-content {
  height: 220px;
}

.industry-content .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;

  padding: 0 80px;
}

.industry-content .swiper-slide h1 {
  font-size: 1.4rem;

  margin: 0 0 20px 0;

  text-align: center;

  color: #fff;
}

.industry-content .swiper-slide p {
  font-size: .75rem;
  line-height: 20px;

  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;

  max-height: 120px;
  margin: 0;

  text-overflow: ellipsis;

  color: rgba(255, 255, 255, .8);

  -webkit-line-clamp: 6;
}

.industry-content .swiper-button-next,
.industry-content .swiper-button-prev {
  font-size: 20px;
  line-height: 44px;

  color: #fff;
  background: none;
}
