  .main .caseContent {
  padding-bottom: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
}
.main .caseContent .caseShowMore {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #ffffff;
  width: 140px;
  height: 50px;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
}
.main .caseContent .caseShowMore .image {
  width: 15px;
  height: 15px;
  margin-left: 5px;
}
.main .caseContent .caseShowMore .image img {
  width: 100%;
  height: 100%;
}
.main .caseContent .topTitle {
  font-size: 32px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #444a67;
  text-align: center;
}
.main .caseContent .topTitle .text {
  color: #016d3b;
}
.main .caseContent .caseContentSwiper swiper-container {
  width: 1382px;
  padding-top: 30px;
  padding-bottom: 40px;
  --swiper-navigation-sides-offset: 211px;
  --swiper-theme-color: #fff;
}
.main .caseContent .caseContentSwiper .swiper-button-next {
  background: #016d3b;
  padding: 30px 19px;
  color: #fff;
}
.swiper-button-prev-caseContent {
  background: #016d3b;
  padding: 30px 19px;
  color: #fff;
}
.main .caseContent .caseContentSwiper swiper-slide {
  position: relative;
  background-position: center;
  background-size: cover;
  width: 960px;
  height: 576px;
}
.main .caseContent .caseContentSwiper swiper-slide .slideName {
  position: absolute;
  bottom: 40px;
  font-size: 22px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  left: 42px;
}
.main .caseContent .caseContentSwiper swiper-slide img {
  display: block;
  width: 100%;
}
