#banner {
  height: 3.6rem;
  background: url("../images/max-02.jpg") no-repeat;
  background-size: cover;
  font-size: 0.48rem;
  font-family: Helvetica-Bold, Helvetica;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 2.96rem;
  padding-top: 0.64rem;
  box-sizing: border-box;
}
#banner p {
  width: 14.4rem;
  margin: 0 auto;
}
#about_us {
  margin: 0.41rem auto;
  width: 14.4rem;
}
#about_us p {
  margin-top: 0.26rem;
  font-size: 0.18rem;
  font-family: Helvetica;
  color: #333333;
  line-height: 0.28rem;
}
#about_us p strong,
#about_us p a {
  color: #A0211C;
  font-size: 0.18rem;
  font-family: Helvetica;
  line-height: 0.28rem;
}
@media (max-width: 1024px) {
  #banner {
    font-size: 0.44rem;
    line-height: 2.72rem;
    padding-top: unset;
    margin-top: 0.88rem;
    box-sizing: border-box;
    background-image: url("../images/max-m02.jpg");
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #banner p {
    text-align: center;
    width: unset;
    margin: unset;
  }
  #about_us {
    margin: 0.41rem auto;
    width: 6.86rem;
  }
  #about_us p {
    margin-top: 0.44rem;
    font-size: 0.3rem;
    font-family: Helvetica;
    color: #333333;
    line-height: 0.44rem;
  }
  #about_us p strong,
  #about_us p a {
    color: #A0211C;
    font-size: 0.3rem;
    font-family: Helvetica;
    line-height: 0.44rem;
  }
}
