.esg .banner {
  width: 100%;
  position: relative;
}

.esg .banner img {
  width: 100%;
  height: auto;
  display: block;
}
.esg .banner .title {
  text-align: center;
  position: absolute;
  width: 1250px;
  min-width: 1250px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 12;
  font-size: 64px;
  font-weight: bold;
  color: #ffffff;
}

.esg .content {
  position: relative;
  padding: 60px 0 0;
  padding-bottom: 110px;
}

.esg .content .introduce {
  width: 970px;
  height: 320px;
  display: flex;
  margin: 0 auto 60px;
}

.esg .content .introduce .introduce-text {
  width: 490px;
  height: 260px;
  background: #f6f6f6;
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  padding: 36px 24px;
}

.esg .content .introduce .introduce-text .title {
  font-size: 30px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #06357E;
  line-height: 49px;
}

.esg .content .introduce .introduce-img {
  flex: 1;
  height: 100%;
  background-size: 100% 100%;
}

.esg .content .introduce .introduce-img-1 {
  background-image: url("../../images/1.0/ESG_slices/esg-1.png");
}

.esg .content .introduce .introduce-img-2 {
  background-image: url("../../images/1.0/ESG_slices/esg-2.png");
}

.esg .content .introduce .introduce-img-3 {
  background-image: url("../../images/1.0/ESG_slices/esg-3.png");
}
.esg .contact-pace {
  height: 423px;
  background-color: #F5F6F6;
  /*background-image: url("../../images/contact-pace.png");*/
  background-size: cover;
  background-position: right;
  display: flex;
  justify-content: center;
}

.esg .contact-pace .text {
  text-align: center;
  font-size: 28px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #06357E;
  line-height: 50px;
  max-width: 1210px;
  margin-top: 48px;
}

.esg .contact-pace .contact-button {
  font-size: 25px;
  font-weight: 500;
  width: 240px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  background-color: #2f4df1;
  margin: 0 auto;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 48px;
}

.esg .contact-pace .contact-button a {
  display: block;
  width: 240px;
  height: 70px;
  text-decoration: none;
  text-align: center;
  color: #fff;
}
