
.AboutBanner.md12254 {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.AboutBanner.md12254 .BannerImg {
  width: 100%;
}
.AboutBanner.md12254 .BannerImg .Img {
  width: 100%;
  padding-top: calc(940 / 1920 * 100%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.AboutBanner.md12254 .BannerImg img {
  display: none;
}
.AboutBanner.md12254 .BannerText {
  width: 100%;
  padding: 0 2.4rem;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.AboutBanner.md12254 .BannerText .Title {
  width: 100%;
}
.AboutBanner.md12254 .BannerText .Ch {
  color: #fff;
  line-height: 1.3;
  font-weight: 700;
  white-space: nowrap;
  width: 100%;
}
.AboutBanner.md12254 .BannerText .En {
  width: 100%;
  white-space: nowrap;
  color: #fff;
  margin-top: 0.1rem;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .AboutBanner.md12254 .BannerText {
    width: 100%;
    padding: 0 20px;
  }
}

.AboutIntro.md12255 {
  width: 100%;
  overflow: hidden;
  padding: 1rem 0 1.2rem;
}
.AboutIntro.md12255 .IntroBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 75%;
  margin: 0 auto;
}
.AboutIntro.md12255 .IntroTitle {
  width: auto;
  padding-top: 0.32rem;
}
.AboutIntro.md12255 .IntroTitle .Title {
  z-index: 5;
  position: relative;
  width: 100%;
}
.AboutIntro.md12255 .IntroTitle .En {
  width: 100%;
  color: rgba(51, 51, 51, 0.1);
  line-height: 1.1;
  font-weight: 400;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 0;
  white-space: nowrap;
  left: 0;
  z-index: 4;
}
.AboutIntro.md12255 .IntroTitle .Ch {
  width: 100%;
  color: #333;
  line-height: 1.1;
  font-weight: 700;
  position: relative;
  z-index: 5;
  white-space: nowrap;
}
.AboutIntro.md12255 .IntroTitle .Remark {
  width: auto;
  color: #0056c2;
  line-height: 1.5;
  margin-top: 0.28rem;
}
.AboutIntro.md12255 .IntroRemark {
  width: 60%;
  color: #333;
  line-height: 1.5;
}
.AboutIntro.md12255 .IntroRemark p {
  color: #333;
  line-height: 1.5;
}
.AboutIntro.md12255 .IntroImg {
  margin: 0 auto;
  width: 75%;
  margin-top: 0.8rem;
}
.AboutIntro.md12255 .IntroImg .Img {
  width: 100%;
  padding-top: calc(600 / 1440 * 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.2rem;
}
.AboutIntro.md12255 .IntroImg img {
  display: none;
}
@media (max-width: 1200px) {
  .AboutIntro.md12255 .IntroBar, .AboutIntro.md12255 .IntroImg {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 750px) {
  .AboutIntro.md12255 .IntroBar {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .AboutIntro.md12255 .IntroTitle {
    width: 100%;
  }
  .AboutIntro.md12255 .IntroRemark {
    width: 100%;
    margin-top: 20px;
  }
}
