@charset "utf-8";
@media screen and (max-width: 800px) {
  .bannerImg {
    /* display: none; */
  }
  .posites {
    /* display: none; */
  }
  .news-left {
    /* display: none; */
  }
  .prod-left {
    /* display: none; */
  }
  /* .prod-left {
    position: fixed;
    z-index: 999;
    box-shadow: 1px 1px 10px rgba(0,0,0,.4);
    left: -5px;
    top: 10%;
  }
  .prod-left::before {
    width: 100%;
    height: 100%;
    position: fixed;
    content: "";
    background-color: rgba(0,0,0,.2);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
  }
  .prod-nav,
  .contact-wrap {
    position: relative;
    z-index: 999;
  } */
  .prod-list,
  .prod-detail {
    /* width: 100%; */
  }
  .footer-navs {
    /* display: none; */
  }
  .footer-contact {
    /* width: 100%; */
  }
  .footer-bottom {
    /* display: none; */
  }
}

@media screen and (max-width: 481px) {
  .footer-contact {
    flex-wrap: nowrap;
  }
  .footer-contact .contact {
    border: none;
    width: auto;
  }
  .footer-contact .ewm {
    width: auto;
  }
}