.home .banner {
  color: white;
  position: relative; }
  .home .banner img {
    width: 100%;
    display: block;
    object-fit: cover;
    height: 31.25vw; }
  .home .banner .text {
    position: absolute;
    left: 4.1666666667vw;
    bottom: 11.875vw; }
    .home .banner .text .cn {
      position: absolute;
      left: 4.4791666667vw;
      font-weight: 600;
      line-height: 1;
      top: -0.5208333333vw; }
    .home .banner .text .en {
      color: rgba(255, 255, 255, 0.1);
      font-weight: 600; }
@media screen and (max-width: 1024px) {
  .home .banner img {
    height: 200px; }
  .home .banner .text {
    left: 5%; } }

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