@media screen and (max-width: 1200px) {
  .header-Tem-two-flex {
    max-width: 100%;
    flex-wrap: wrap;
  }
  .swiper .swiper-slide {
    height: auto;
  }
  .swiper .swiper-slide img {
    max-width: 100%;
    height: auto;
  }
  .cont-change {
    height: auto !important;
  }
  .cont-change img {
    max-width: 100%;
    height: auto;
  }
  .content {
    max-width: 100%;
  }
  .content .function {
    max-width: 100%;
  }
  .content .function .more-title {
    max-width: 100%;
  }
  .content .function .content-en, .content .function .content-en * {
    max-width: 100%;
  }
  .content .function .content-en table, .content .function .content-en * table {
    max-width: 100%;
    table-layout: fixed;
  }
  .foot-bottom {
    max-width: 100%;
    height: auto !important;
  }
}

@media screen and (max-width: 785px) {
  .top-navList {
    display: none;
  }
  .header-Tem-two-span {
    display: none;
  }
  .news-page-en {
    max-width: 100%;
  }
  .news-page-en .container-command-head {
    max-width: 100%;
  }
  .news-page-en .container-command-head .container-command-head-span {
    max-width: 100%;
  }
  .news-page-en .content-en, .news-page-en .content-en * {
    max-width: 100%;
  }
  .navbar-header-change {
    background-color: #0259aa;
    height: 50px;
  }
  .navbar-header-change .navbar-toggle {
    position: relative;
    float: right;
    padding: 7px 10px;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    border-color: #333;
  }
  .navbar-header-change .navbar-toggle .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .navbar-header-change .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
    margin-bottom: 5px;
  }
  .col_bg {
    width: 100%;
  }
  .col_bg .layui-nav {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 0;
    margin: 0;
  }
  .col_bg .layui-nav .layui-nav-item {
    width: 100% !important;
    display: block !important;
  }
}
