.bossgoo-index-exhibition13 {
  position: relative;
  background: var(--themeColor) url("../upimg/exh_bg.html") no-repeat top center / 100% auto;
}

.bossgoo-index-exhibition13:after {
  content: " ";
  position: absolute;
  background: #fff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.85;
}

.bossgoo-index-exhibition13 .wrap {
  position: relative;
  z-index: 10;
}

.bossgoo-index-exhibition13 .maintitle {
  /* font-size: 44px; */
  color: var(--themeColor);
}

.bossgoo-index-exhibition13 .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 66.7%;
  position: relative;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
}

.bossgoo-index-exhibition13 .imgbox .innerbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bossgoo-index-exhibition13 .imgbox .innerbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width:1040px) {
  span,
  p,
  a {
    line-height: 1.4;
  }
}

@media only screen and (max-width:767px) {
  .bossgoo-index-exhibition13 .exhswiper {
    width: 50%;
    overflow: visible;
  }
}