@charset "UTF-8";
@media (max-width: 1200px) {
  .banner_content .text {
    width: 100%;
    text-align: left;
    padding-left: 24px;
  }
  .lang-change {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .main .tab-list-content {
    padding: 0 24px;
  }
  .main .tab-list-content .company-info .gsjj {
    display: none;
  }
  .main .tab-list-content .company-info .mobile-gsjj {
    width: 100%;
    display: block;
  }
  .main .tab-list-content .company-info .fzlc {
    display: none;
  }
  .main .tab-list-content .company-info .mobile-fzlc {
    width: 100%;
    display: block;
  }
}
@media (max-width: 376px) {
  .banner_content .min_375 {
    display: none;
  }
  .banner_content .max_375 {
    display: inline-block;
  }
}
