.swiper-container .swiper-wrapper {
  height: 100%;
}
.swiper-container .swiper-slide .swiper-slide-img {
  width: 100%;
  height: 100%;
}

.banner-box {
  background: none;
  height: 383px;
}

.banner-box .swiper-wrapper .swiper-slide {
  border-radius: 12px;
  overflow: hidden;
}

.banner-box .swiper-slide a {
  position: relative;
  height: 383px;
}

.banner-box .swiper-slide .swiper-slide-title {
  position: absolute;
  width: 100%;
  padding-left: 20px;
  padding-right: 120px;
  box-sizing: border-box;
  bottom: 0;
  height: 36px;
  line-height: 36px;
  background: rgba(40, 97, 201, 0.5);
  font-size: 16px;
  letter-spacing: 0;
  text-align: left;
  font-weight: bold;
  color: #ffffff;
}
.swiper-pagination {
  position: absolute;
  text-align: right;
  bottom: 12px;
  z-index: 90;
  right: 0;
}

.swiper-pagination .swiper-pagination-switch {
  display: inline-block;
  height: 6px;
  width: 6px;
  opacity: 0.5;
  background: #ffffff;
  cursor: pointer;
  border-radius: 50%;
  margin-right: 12px;
  margin-left: 4px;
}
.research-box .card-tab-content {
  height: 216px;
}
.cultivate-content ul > li {
  width: 45%;
}

.cultivate-content ul > li:nth-child(odd) {
  float: left;
}

.cultivate-content ul > li:nth-child(even) {
  float: right;
}
