.header {
  height: unset;
}
.aboutBanner {
  padding-top: 1.78rem;
  padding-bottom: 1.93rem;
  background-position: center top;
  background-repeat: no-repeat;
  height: 6rem;
}
.aboutBanner .Title {
  font-size: 0.4rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
}
.aboutBanner .SubTitle {
  font-size: 0.22rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  padding-top: 0.28rem;
  padding-bottom: 0.59rem;
}
.aboutBanner .btn {
  width: 2.2rem;
  text-align: center;
  background: #0a58a7;
  font-size: 0.16rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.48rem;
  padding: 0;
  border-radius: 0;
}
.aboutBanner .btn img {
  margin-right: 16px;
}
.companyIntro {
  padding-bottom: 1.32rem;
  padding-top: 0.1rem;
  background-color: white;
}
.companyIntro .guide {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}
.companyIntro .title {
  padding-top: 0.66rem;
  padding-bottom: 0.4rem;
  font-size: 30px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}
.companyIntro .title .download {
  float: right;
  width: 1.5rem;
  height: 0.6rem;
  font-size: 16px;
  text-align: center;
  background-color: #0A58A7;
  color: white;
  line-height: 0.6rem;
}
.companyIntro .content {
  margin-top: 0.45rem;
  font-weight: 400;
  color: #333333;
  font-size: 18px;
}
.companyIntro .content-2 {
  border: 1px solid #000000;
  padding: 0.3rem;
  font-weight: 400;
}
.companyIntro .content-2 img {
  width: 2.5rem;
  float: left;
}
.companyIntro .content-2 .desc {
  margin-left: 2.8rem;
}
@media only screen and (max-width: 1100px) {
  .topPhone {
    display: none;
  }
}
@media (max-width: 767px) {
  .companyIntro .content-2 img {
    float: none;
  }
  .companyIntro .content-2 .desc {
    margin-left: 0rem;
  }
  .pbanner {
    background-position: center top;
  }
  .aboutBanner {
    padding-bottom: 1rem;
  }
}
