.banner {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.banner .img {
  width: 100%;
}
.banner .img img {
  width: 100%;
}
.banner .text {
  width: 100%;
  position: absolute;
  top: 2.76001rem;
  left: 13.5%;
}
.banner .text .title {
  font-size: 0.51rem;
  line-height: 0.51rem;
  color: #ffffff;
}
.banner .text .p {
  font-size: 0.315rem;
  line-height: 0.48rem;
  color: #ffffff;
  margin-top: 0.375rem;
}
.banner-box {
  width: 100%;
  height: 7.05002rem;
}
.content {
  width: 100%;
  position: relative;
  background-color: white;
}
.content .box {
  width: 73%;
  margin: 0 auto;
  padding-top: 0.7rem;
  margin-top: -1px;
  padding-bottom: 0.7rem;
}
.content .box .title {
  font-size: 0.315rem;
  line-height: 0.315rem;
  font-weight: bold;
  text-align: center;
}
.content .box .text {
  width: 100%;
  margin-top: 0.5rem;
}
.content .box .text p {
  font-size: 0.135rem;
  line-height: 2;
  color: #666;
  width: 100%;
  text-align: justify;
}
.content .box .text img {
  max-width: 100%;
  margin: 0.1rem auto;
}
@media screen and (max-width: 1020px) {
  .banner {
    height: 6rem;
  }
  .banner .img {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  .banner .img img {
    width: auto;
    position: absolute;
    height: 100%;
    top: 0;
    left: -430px;
    right: -500px;
    margin: auto;
  }
  .banner-box {
    width: 100%;
    height: 6rem;
  }
  .banner .text {
    width: 90%;
    position: absolute;
    top: 2.76001rem;
    left: 5%;
  }
  .content {
    width: 100%;
    position: relative;
    background-color: white;
  }
  .content .box {
    width: 90%;
    margin: 0 auto;
    padding-top: 0.7rem;
    margin-top: -1px;
    padding-bottom: 0.7rem;
  }
  .content .box .title {
    font-size: 0.42rem;
    line-height: 0.42rem;
    text-align: center;
  }
  .content .box .text {
    width: 100%;
    margin-top: 0.5rem;
  }
  .content .box .text p {
    font-size: 0.25rem;
    line-height: 1.8;
    color: #666;
    width: 100%;
    text-align: justify;
  }
  .content .box .text img {
    max-width: 100%;
    margin: 0.1rem auto;
  }
}
