body .home {
  background: url(../images/nbg.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
}
body .home .container .bg_sec {
  background: url(../images/1.png) no-repeat;
  background-size: cover;
}
body .home .container .sec1 {
  display: flex;
  justify-content: space-between;
  position: relative;
}
body .home .container .sec1 .bg1 {
  position: absolute;
  left: 0;
  bottom: 0;
}
body .home .container .sec1 .bg1 img {
  width: 62.5vw;
}
body .home .container .sec1 .lbox {
  padding: 7.96875vw 0 0 6.6666666667vw;
  position: relative;
  z-index: 2;
}
body .home .container .sec1 .lbox .nr {
  width: 29.2708333333vw;
}
body .home .container .sec1 .lbox .nr .en {
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.5;
  text-transform: capitalize;
}
body .home .container .sec1 .lbox .nr .cn {
  font-weight: 500;
  line-height: 1;
  margin: 0.625vw 0 2.0833333333vw 0;
}
body .home .container .sec1 .lbox .nr .des {
  color: #222;
  font-weight: 300;
  line-height: 1.5;
}
body .home .container .sec1 .rbox {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
body .home .container .sec1 .rbox img {
  width: 48.9583333333vw;
  height: 34.1666666667vw;
  object-fit: cover;
  transition: all 600ms;
}
body .home .container .sec1 .rbox:hover img {
  transform: scale(1.05);
}
body .home .container .sec2 {
  padding: 4.1666666667vw 6.25vw 7.2916666667vw 6.25vw;
}
body .home .container .sec2 .html {
  font-weight: 300;
  line-height: 1.5;
  width: 75vw;
}
@media screen and (max-width: 768px) {
  body .home .container .sec1 {
    flex-direction: column;
  }
  body .home .container .sec1 .bg1 img {
    width: 100%;
  }
  body .home .container .sec1 .lbox {
    padding: 20px 5%;
    width: 100%;
  }
  body .home .container .sec1 .lbox .nr {
    width: 100%;
  }
  body .home .container .sec1 .lbox .nr .cn {
    margin: 6px 0 20px 0;
  }
  body .home .container .sec1 .lbox .nr .des {
    font-size: 14px;
  }
  body .home .container .sec1 .rbox {
    width: 100%;
  }
  body .home .container .sec1 .rbox img {
    width: 100%;
    height: auto;
  }
  body .home .container .sec2 {
    padding: 20px 5% 60px 5%;
  }
  body .home .container .sec2 .html {
    width: 100%;
  }
}

/*# sourceMappingURL=laws.css.map */
