﻿@media screen and (max-width: 1200px) {
  .container-Tem-two {
    height: auto !important;
  }
  .container-Tem-two .header-Tem-two-flex {
    max-width: 100%;
    flex-wrap: wrap;
  }
  .layui-carousel {
    height: auto !important;
  }
  .layui-carousel .carousel img {
    max-width: 100%;
    height: auto;
  }
  .two-content {
    max-width: 100%;
    flex-wrap: wrap;
  }
  .two-content > div {
    height: auto !important;
  }
  .two-content > div img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
  }
  .two-content .content-right {
    max-width: 100%;
  }
  .two-content .content-right .news-page-en-text {
    max-width: 100%;
  }
  .two-content .content-right .news-page-en {
    max-width: 100%;
  }
  .footer {
    height: auto !important;
  }
  .footer .footer-wrap {
    max-width: 100%;
    height: auto !important;
  }
  .footer .footer-wrap .footer-right {
    max-width: 100%;
    height: auto !important;
  }
}

@media screen and (min-width: 785px) {
  .navbar-header-change, .col_bg {
    display: none;
  }
}

@media screen and (max-width: 785px) {
 .warn{
     display: none;
 }
  .top-navList {
    display: none;
  }
  .header-Tem-two-span, .lan-right {
    display: none !important;
  }
  .text-container {
    max-width: 100%;
    padding: 0 10px;
  }
  .text-container .page-container {
    max-width: 100%;
  }
  .text-container .container-command {
    max-width: 100%;
    height: auto;
  }
  .text-container .container-footer {
    max-width: 100%;
  }
  .text-container .container-footer .article {
    max-width: 100%;
  }
  table {
    max-width: 100%;
    width: 100%;
    table-layout: fixed;
    word-wrap: break-word;
  }
  table td {
    width: auto !important;
  }
  .navbar-header-change {
    background-color: #1d5f31;
    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;
  }
}
