.centerOverview-banner {
  margin: 0 auto;
  margin-top: 6rem;
  width: 96rem;
  max-width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.centerOverview-bannerLeft {
  position: absolute;
  top: 5rem;
  left: 0;
  width: 88rem;
  height: 25rem;
  background: linear-gradient(-90deg, #1ec3fd, #24a1f3, #257ae4);
  border: 0px solid #000000;
}
.centerOverview-bannerLeft .bannerLeft-navList {
  position: absolute;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
}
.centerOverview-bannerLeft .bannerLeft-navList a {
  font-size: 1rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.6;
  margin-right: 7.2rem;
}
.centerOverview-bannerLeft .bannerLeft-navList .nameActive {
  opacity: 1;
}
.centerOverview-bannerLeft .bannerLeft-navList a:last-child {
  margin-right: 0;
}
.centerOverview-bannerRight {
  width: 88rem;
  height: 25rem;
  border-radius: 0rem 0rem 0rem 2rem;
  background-image: url("../images/ceter-banner.png");
  background-repeat: no-repeat;
  background-size: 88rem 25rem;
  position: relative;
}
.centerOverview-bannerRight .titleBox {
  width: 15rem;
  position: absolute;
  top: 8.2rem;
  left: 32.5rem;
  text-align: center;
}
.centerOverview-bannerRight .titleBox span {
  font-size: 3rem;
  font-family: PingFang SC;
  font-weight: 600;
  color: #ffffff;
}
.centerOverview-bannerRight .titleBox .heng {
  width: 15rem;
  height: 0.05rem;
  background-color: #fff;
  opacity: 0.2;
  margin: 0.9rem 0 1rem;
}
.centerOverview-bannerRight .titleBox p {
  font-size: 1rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.5;
}
.centerOverview-content {
  width: 71rem;
  margin: 9rem auto 0;
}
.contentMain img {
  display: block;
  max-width: 71rem;
}
.contentMain p {
  font-size: 1.4rem;
  font-family: PingFang SC;
  /* font-weight: 600; */
  color: #343434;
  line-height: 2.1rem;
}
