@media screen and (max-width: 1250px) {
  .top {
    height: auto;
  }
  .top .top_cont {
    max-width: 100%;
    flex-wrap: wrap;
  }
  .swiper .swiper-slide {
    height: auto;
  }
  .swiper .swiper-slide img {
    width: 100%;
    height: auto;
  }
  .home_cont {
    max-width: 100%;
  }
  .home_cont .news-page-en {
    max-width: 100%;
  }
  .home_cont .news-page-en .content-en {
    max-width: 100% !important;
  }
  .home_cont .news-page-en .container {
    max-width: 100%;
  }
  table {
    width: 100%;
    max-width: 100%;
  }
  .news-page-en {
    max-width: 100%;
  }
  .news-page-en .news-flex {
    max-width: 100%;
    flex-wrap: wrap;
    height: auto;
  }
  .news-page-en .news-flex .news-title-en {
    max-width: 95%;
    padding: 0;
  }
  .news-page-en .content-en {
    max-width: 100%;
  }
  .content-en > p > img {
    max-width: 100% !important;
    width: 100% !important;
    height: 100% !important;
  }
}

@media screen and (min-width: 785px) {
  .navbar-header-change,
  .col_bg {
    display: none;
  }
  .content-en > p > img {
    max-width: 100% !important;
    width: 100% !important;
    height: 100% !important;
  }
}

@media screen and (max-width: 785px) {
  .top_right {
    display: none;
  }
  .top-navList {
    display: none;
  }
  .content-en > p > img {
    max-width: 100% !important;
    width: 100% !important;
    height: 100% !important;
  }
  .row {
    max-width: 100%;
  }
  .row .col-md-6 * {
    max-width: 100%;
  }
  .row .col-md-4 {
    padding-left: 0;
  }
  .row .col-md-4 .header {
    padding: 15px 0 !important;
  }
  .row .col-md-4 .details {
    padding: 15px 0 25px !important;
  }
  .row .col-md-4 .details .btn_change {
    padding: 0 !important;
    word-wrap: break-word;
  }
  .news-page-en {
    padding: 0 5px;
    max-width: 100%;
  }
  table {
    max-width: 100%;
    width: 100% !important;
    table-layout: fixed;
  }
  .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%;
    background-color: #0259aa;
  }
  .col_bg .layui-nav {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 0;
    margin: 0;
    background-color: #0259aa;
  }
  .col_bg .layui-nav .layui-nav-item {
    width: 100% !important;
    display: block !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .col_bg .layui-nav .layui-nav-item > a {
    color: #fff !important;
    padding: 15px 20px !important;
    display: block;
    font-size: 16px;
    font-weight: bold;
  }

  /* 移动端二级菜单样式 */
  #layui-nav-mobile .layui-nav-child {
    display: none !important;
    position: static !important;
    background: rgba(0, 0, 0, 0.2) !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    min-width: auto !important;
  }

  #layui-nav-mobile .layui-nav-child.show {
    display: block !important;
  }

  #layui-nav-mobile .layui-nav-child dd {
    margin: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    width: 100% !important;
  }

  #layui-nav-mobile .layui-nav-child dd a {
    padding: 12px 30px !important;
    color: #fff !important;
    display: block !important;
    font-size: 14px !important;
    background: transparent !important;
  }

  #layui-nav-mobile .layui-nav-item.has-children > a::after {
    content: '+' !important;
    float: right !important;
    transition: transform 0.3s !important;
    font-size: 18px !important;
    font-weight: bold !important;
  }

  #layui-nav-mobile .layui-nav-item.has-children.active > a::after {
    transform: rotate(45deg) !important;
  }

  .btn-success {
    padding: 7px 8px !important;
  }
}

.rich_text {
  width: 100%;
  color: #333;
}

.rich_text * {
  max-width: 100%;
}

.rich_text a {
  word-break: break-word;
}
