@media screen and (min-width: 768px) {
  .mobile {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  html,
  body {
    min-width: 0px;
    width: 100%;
  }
  .main_body {
    width: 100% ;
    margin: 0 auto;
    background-color: #fff;
    min-width: 404px;
  }
  .mobile {
    width: 100%;
    position: absolute;
    height: 42px;
    display: block;
    top: 0;
    right: 0;
    z-index: 99991;
  }
  .mobile-inner-header {
    width: 100%;
    height: 40px;
    position: absolute;
    top: 8px;
    right: 0px;
  }
  .mobile-inner-header-icon {
    color: #fff;
    padding-top: 5px;
    height: 35px;
    line-height: 28px;
    text-align: left;
    float: right;
    width: 40px;
    position: relative;
    cursor: pointer;
    margin-right: 10px;
    font-weight: bold;
    text-align: right;
    z-index: 9999;
    background: #0f8443;
  }
  .mobile-inner-nav {
    background-color: #FFFFFF;
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0px;
    padding-top: 10px;
    padding-bottom: 25px;
    display: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0 5px 7px;
  }
  .mobile_search {
    clear: both;
    position: relative;
    height: 36px;
    margin: 10px 30px 0;
    border: 1px solid #d3d3d3;
    border-radius: 30px;
    overflow: hidden;
  }
  /*0331隐藏的为手机版的三行线的导航*/
  .mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - -13px) / 3);
    width: 26px;
    height: 2px;
    background-color: #ffffff;
  }
  .head {
    height: 100% !important;
  }
  .content {
    max-width: 768px;
    width: 100% !important;
  }
  .content .navbanner {
    display: none !important;
  }
  .content .text1 {
    width: 100% !important;
    height: 100% !important;
    margin: 0px !important;
  }
  .content .text1 .left1 {
    float: none !important;
    width: 100% !important;
    display: block;
    margin: 0px 0px 5px 0px !important;
  }
  .content .text1 .right1 {
    margin-top: 30px;
    float: none !important;
    width: 100% !important;
  }
  .content .text1 .right1 .yincang1 {
    width: 100% !important;
  }
  .content .text2 {
    height: 100% !important;
    width: 100% !important;
  }
  .content .text2 .left2 {
    float: none !important;
    margin: 0px !important;
    width: 100% !important;
  }
  .content .text2 .left2 .title2 {
    text-align: left !important;
    float: none !important;
    width: 100% !important;
  }
  .content .text2 .left2 img {
    display: none !important;
  }
  .content .text2 .left2 .news_2 {
    float: none !important;
    margin: 0px !important;
    width: 100% !important;
  }
  .content .text2 .right2 {
    float: none !important;
    margin: 30px 0px 0px 0px !important;
    width: 100% !important;
  }
  .content .text2 .right2 .title3 {
    text-align: left !important;
    float: none !important;
    width: 100% !important;
  }
  .content .text2 .right2 img {
    display: none !important;
  }
  .content .text2 .right2 .news_3 {
    float: none !important;
    margin: 0px !important;
    width: 100% !important;
  }
 .main-body .content .links{
    height: 100% !important;
  }
}
