.xs-banner-content .banner-subtitle {
  font-size: 28px;
}
.xs-banner-content .banner-title {
  font-size: 56px;
}
.banner-slider {
  position: relative;
}
.banner-container {
  position: absolute;
  height: 100%;
  width: 100%;
}
.section-third-title {
  font-weight: 400;
  font-size: 18px;
  color: #6a6a6a;
  line-height: 26px;
  margin-top: 24px;
}
.banner-container .banner-left {
  width: 50%;
  padding-top: 200px;
}
.banner-container .banner-right {
  width: 50%;
}
.banner-container .banner-right img {
  width: 100%;
  max-height: 533px;
}
.company-item {
  font-weight: bold;
  font-size: 40px;
  color: #2a2a2a;
  padding-right: 32px;
  height: 100%;
}
.company-item.right {
  padding-right: 0;
  padding-left: 32px;
}

.company-content {
  padding: 32px;
  font-weight: 600;
  font-size: 22px;
  color: #2a2a2a;
  line-height: 32px;
  background: #e8f0f8;
  margin-top: 24px;
  height: calc(100% - 80px);
}
.company-item.right .company-content {
  background: #fbf5ec;
}

.company-title {
  font-weight: 400;
  font-size: 18px;
  color: #2a2a2a;
  line-height: 24px;
}

.PHC-bg {
  background: #483d9f;
  padding: 40px 0;
}
.PHC-content-title {
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  margin-top: 70px;
  line-height: 32px;
}
.PHC-content-img {
  max-width: 509px;
}
.nation-health-title {
  font-weight: 600;
  font-size: 28px;
  color: #943794;
  margin-bottom: 12px;
}
.nation-health-desc {
  font-weight: 400;
  font-size: 18px;
  color: #6a6a6a;
  line-height: 26px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.health-care-title {
  font-weight: 600;
  font-size: 28px;
  color: #943794;
}
.health-care-item {
  width: 480px;
  margin-right: 120px;
}
.health-care-item img {
  margin-top: 36px;
}
.health-care-item-title {
  font-weight: 400;
  font-size: 24px;
  color: #6a6a6a;
  height: 74px;
  line-height: 36px;
}
.health-care-item-subtitle {
  font-weight: bold;
  font-size: 36px;
  color: #2a2a2a;
  height: 106px;
  line-height: 52px;
  margin-top: 12px;
}
.health-care-item-desc {
  font-size: 16px;
  color: #6a6a6a;
  line-height: 26px;
  margin: 24px 0;
}
.nation-health-bg {
  max-width: 760px;
}
@media (max-width: 992px) {
  .banner-container {
    padding-left: 0;
  }
  .banner-container .banner-left {
    padding-top: 100px;
    margin-left: 10%;
    width: 80%;
    text-align: center;
    z-index: 2;
  }
  .banner-container .banner-right {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
  .health-care-item {
    width: 100%;
    margin-right: 0;
  }
  .nation-health-bg {
    max-width: 100%;
  }
  .PHC-content-img {
    max-width: 100%;
  }
  .company-item {
    padding-right: 0;
  }
  .company-item.right {
    padding-right: 0;
    padding-left: 0;
  }
  .health-care-item-title {
    height: auto;
  }
  .health-care-item-subtitle {
    height: auto;
  }
}

@media (min-width: 992px) {
  .banner-container {
    padding-left: calc(50% - 465px);
  }
}
@media (min-width: 1200px) {
  .banner-container {
    padding-left: calc(50% - 585px);
  }
}
@media (min-width: 1424px) {
  .banner-container {
    padding-left: calc(50% - 697px);
  }
}
