.banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 33.33vw;
}

.banner-content {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}

.banner-title {
  position: absolute;
  left: 420px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  color: #FFFFFF;
  z-index: 1;
  font-family: AlibabaHealthFont

}

.banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  width: 100%;
  height: 100%;
}

.tabs {
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 1200px;
  height: 80px;
  background: rgba(0, 196, 179, 0.9);
  border-radius: 20px 20px 0px 0px;
  z-index: 1;
}

.tab-item {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  height: 100%;
  font-weight: bold;
  color: #FFFFFF;
  cursor: pointer;
}

.tab-item-active::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  width: 80px;
  height: 2px;
  background: #FFFFFF;
  border-radius: 2px;
}

.company-introduction {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 600px;
  background: #F7F9FA;
}

.company-introduction-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 60px;
  width: 1200px;
}

.company-introduction-image {
  margin-left: 100px;
  width: 560px;
  height: 480px;
}

.company-introduction-header {
  font-size: 40px;
  font-weight: 600;
  color: #2C2F37;
}

.company-introduction-desc {
  margin-top: 40px;
  font-size: 16px;
  color: #475266;
}

.business-overview {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 600px;
  background: #FFFFFF;
}

.business-overview-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 60px;
}



.business-overview-content-item {
  margin-top: 30px;
  font-size: 14px;
  color: #2C2F37;
}

.business-overview-content-item:first-child {
  margin-top: 0;
}

.business-overview-content-item div:first-child {
  font-size: 30px;
  font-weight: bold;
  color: #FFB910;
}

.business-overview-right {
  position: relative;
  flex-shrink: 0;
  width: 940px;
  height: 480px;
}

.business-overview-image {
  width: 100%;
  height: 100%;
}

.business-overview-desc {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 420px;
}

.business-overview-desc div {
  font-size: 40px;
  font-weight: bold;
  color: #2C2F37;
}

.business-overview-desc p {
  font-size: 16px;
  color: #2C2F37;
}

.business-introduction {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 940px;
  background: linear-gradient(#E2F6F4 0%, #EFF2F5 50%, #fff 100%);
}

.business-introduction-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 220px;
}

.business-introduction-content-title,
.business-tijian-content-title {
  font-size: 40px;
  font-weight: bold;
  color: #2C2F37;
}

.business-introduction-content-desc,
.business-tijian-content-desc {
  margin-top: 20px;
  font-size: 16px;
  color: #2C2F37;
  text-align: center;
}

.business-introduction-content-image {
  margin-top: 60px;
  width: 580px;
  height: 580px;
}

.business-tijian {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 885px;
  background: #fff;
}

.business-tijian-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 50px;
}

.business-tijian-content-image {
  width: 461px;
  height: 426px;
}

.business-tijian-content-item {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  color: #2C2F37;
}

.business-tijian-content-item-title {
  margin: 10px 0;
  font-size: 20px;
  font-weight: bold;
  color: #00C4B3;
}

.business-tijian-content-item-icon {
  width: 32px;
  height: 32px;
}

.look-more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  width: 400px;
  height: 60px;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  background: #00C4B3;
  border-radius: 30px;
  cursor: pointer;
}

.partner {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #F7F9FA 0%, #FFFFFF 100%);
}

.partner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0 70px 0;
}

.partner-content-header {
  font-size: 40px;
  font-weight: bold;
  color: #2C2F37;
}

.partner-content-desc {
  padding: 0 180px;
  margin-top: 20px;
  font-size: 16px;
  color: #475266;
  text-align: center;
}

.partner-content-title {
  font-size: 16px;
  color: #475266;
}

.partner-image {
  width: 1120px;
}
