
.ContactBanner.md12256 {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.ContactBanner.md12256 .BannerImg {
  width: 100%;
}
.ContactBanner.md12256 .BannerImg .Img {
  width: 100%;
  padding-top: calc(940 / 1920 * 100%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 400px;
}
.ContactBanner.md12256 .BannerImg img {
  display: none;
}
.ContactBanner.md12256 .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%);
}
.ContactBanner.md12256 .BannerText .Title {
  width: 100%;
}
.ContactBanner.md12256 .BannerText .Ch {
  color: #fff;
  line-height: 1.3;
  font-weight: 700;
  white-space: nowrap;
  width: 100%;
}
.ContactBanner.md12256 .BannerText .En {
  width: 100%;
  white-space: nowrap;
  color: #fff;
  margin-top: 0.1rem;
  line-height: 1.2;
}
.ContactBanner.md12256 .BannerText .Infos {
  width: 100%;
  margin-top: 1.2rem;
}
.ContactBanner.md12256 .BannerText .Info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
}
.ContactBanner.md12256 .BannerText .Info:last-child {
  margin-bottom: 0;
}
.ContactBanner.md12256 .BannerText .Info .InfoIcon {
  width: 0.6rem;
  min-width: 48px;
  height: 0.6rem;
  min-height: 48px;
  margin-right: 0.32rem;
  border-radius: 0.2rem;
  border: 0.01rem solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ContactBanner.md12256 .BannerText .Info .InfoIcon .Icon {
  width: 0.24rem;
  height: 0.24rem;
  min-width: 20px;
  min-height: 20px;
  color: #fff;
}
.ContactBanner.md12256 .BannerText .Info .InfoIcon .Icon svg {
  display: block;
}
.ContactBanner.md12256 .BannerText .Info .InfoText {
  width: 100%;
  color: #fff;
  line-height: 1.75;
}
.ContactBanner.md12256 .BannerText .Info .InfoText p {
  color: #fff;
  line-height: 1.75;
}
@media (max-width: 1200px) {
  .ContactBanner.md12256 .BannerText {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 750px) {
  .ContactBanner.md12256 .BannerText .Infos {
    margin-top: 20px;
  }
  .ContactBanner.md12256 .BannerText .Info {
    margin-bottom: 0;
  }
}
