.aboutBanner {
  padding-top: 2.57rem;
  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;
  margin-bottom: 0.45rem;
}
.aboutBanner .SubTitle {
  font-size: 0.14rem;
  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: #76B900;
  font-size: 0.16rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.48rem;
  padding: 0;
  border-radius: 0;
}
.aboutBanner .btn a {
  color: white;
}
.aboutBanner .btn a:hover {
  color: white;
}
.aboutBanner .btn img {
  margin-right: 16px;
}
.companyIntro {
  padding-top: 0.1rem;
  background-color: white;
}
.companyIntro .guide {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}
.companyIntro .single,
.companyIntro .double {
  display: flex;
  gap: 40px;
  align-items: center;
}
.companyIntro .single {
  margin-bottom: 1.06rem;
}
.companyIntro .double {
  flex-direction: row-reverse;
  margin-bottom: 0.98rem;
}
.companyIntro .right,
.companyIntro .left {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.companyIntro img {
  width: 6.9rem;
  height: 3.88rem;
}
.companyIntro .company {
  font-size: 0.18rem;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  margin-bottom: 0.5rem;
}
.companyIntro .detail {
  font-size: 0.14rem;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}
.companyIntro .bd {
  width: 100%;
  height: 1px;
  background-color: #ECECEC;
}
@media (max-width: 1000px) {
  .companyIntro .single,
  .companyIntro .double {
    display: unset;
    text-align: center;
    margin: 0 auto;
  }
  .companyIntro .right,
  .companyIntro .left {
    align-items: center;
  }
  .companyIntro img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .companyIntro {
    text-align: center;
  }
  .companyIntro .guide {
    text-align: start;
  }
  .companyIntro .detail {
    margin: 0 15px;
  }
  .pbanner {
    background-position: center top;
  }
  .aboutBanner {
    padding-bottom: 1rem;
  }
}
