@charset "utf-8";

/* 导航 */
/* end-导航 */
@media screen and (max-width: 992px) and (min-width: 0px) {
  .moblie_head {
    height: 50px;
  }

  .moblie_head .fl .moblieimg img {
    height: 30px;
    margin-top: 10px;
  }

  .moblie_head .fr .moblieimg img {
    height: 20px;
    margin-top: 15px;
  }

  /* 底部样式 */
  .footerNav {
    width: 50%
  }

  .footerLeft {
    margin-bottom: 50px;
  }

  .ewm {
    padding: 25px 25px;
  }
}

/* footer */
@media screen and (max-width: 992px) and (min-width: 0px) {
  footer .container {
    padding: 45px 15px;
  }

  .footer_bottom {
    margin-top: 45px;
    padding-left: 15px;
    padding-right: 15px;
  }

  footer .footer_left_box {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
  }

  .footer_left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 15px 0;
  }

  .footer_right {
    display: none;
  }
}

/* end-footer */
