.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 68px;
}
.banner img {
  width: 100%;
}
.law {
  padding: 3rem 0 4rem;
  overflow: hidden;
}
.law .con .title {
  margin-bottom: 2rem;
}
.law .con .title h2 {
  font-size: 1.8rem;
  color: #333;
  text-align: center;
  font-weight: bold;
}
.law .con .text p {
  font-size: 0.8rem;
  line-height: 1.8;
  text-align: justify;
}
.law .con .text p strong {
  display: inline-block;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 1440px) {
  .law {
    padding: 2rem 0 3rem;
  }
  .law .con .text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .banner {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .law {
    padding: 30px 0;
  }
  .law .con .title {
    margin-bottom: 14px;
  }
  .law .con .title h2 {
    font-size: 18px;
  }
}
/*# sourceMappingURL=law.css.map */