/* PC导航结束 */
@media screen and (max-width: 800px) {
  .sub-content{
    width: 100%;
  }
  .blank_h{
    display: block;
  }
  .gotop{
    width: 30px;
    height: 30px;
  }
  .index-header {
    width: 100%;
  }

  .content-wrap {
    width: 100%;
    box-sizing: border-box;
  }

  .padding10 {
    padding: 0 10px;
  }
  .content-1{
    padding: 0;
  }
  .content-1 .intro {
    width: 100%;
    float: none;
  }
  .intro>h3{
    line-height: 35px;
  }

  .content-1 .intro>a {
    width: 100%;
    margin-bottom: 10px;
    display: inline;
  } 
  .content-1 .intro p{
    text-indent: 0 !important;
    display: inline;
  }

  .content-1 .intro>.video {
    width: 100%;

  }

  .content-1 .news-head {
    width: 100%;
  }

  .tab-body .tab-content {
    width: 100%;
  }

  .content-1 .news {
    width: 100%;
    margin-right: 0;
  }

  .latest-news {
    padding: 10px 0;
  }

  .tab-body {
    height: auto;
  }

  .sub-content>article {
    width: 100%;
  }

  .article-content {
    width: 100%;
  }
  .article-content .news_title{
text-align: center;
font-size: 16px;
margin: 10px 0 5px;
color: #000;
  }
  .news_date{
    text-align: center;
font-size: 12px;
margin: 0px 0 10px;
  }

  .sub-nav {
    width: 100%;
  }

  .sub-banner {
    display: none;
  }

  .m-sub-banner {
    background-size: contain;
    width: 100%;
    /* height:250px; */
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
  }

  .m-sub-banner .banner {
    width: 100%;
  }

  .banner_desc {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .m-sub-banner .container {
    width: 100%;
  }

  .m-sub-banner .banner_title {
    font-size: 20px;
  }

  .m-sub-banner .banner_subtitle {
    font-size: 16px !important;
  }

  .m-sub-banner .banner_txt {

    text-align: right;
  
    right: 10%;
  
    top: 10%;
    width: auto;
    position:absolute;
    text-align: right;
  
  }
  .m-sub-banner .banner_title {

    color: #fff;

    font-size: 24px;

    font-weight: bold;

    border-bottom: 1px solid #fff;

    padding-bottom: 1.5rem;

  }

  .m-sub-banner .banner_subtitle {

    color: #fff;

    font-size: 14px;

    margin-top: 16px;

  }
  /* 关于我们下方的次导航 */
  .sub-nav-box{
    display: none;
  }
  .content-title-box{
    padding-top: 10px;
  }
  /* 简介右侧 */
  .sub-content{
    margin-top: 10px;
  }
  .sub-content>aside{
    display: none;
  }
  .sub-content>article{
    background: none !important;
  }
  .content-title{
    width: 100%;
  }
  .sub-title-box{
    width: 100%;
  }
  .content-title>h1{
    font-size: 20px;
    border-bottom: 0;
  }
  .layui-breadcrumb{
    margin: 10px 0;
  }
  /* 新闻 */
  .news-content{
    width: 100%;
  }
  .news-time{
    display: none;
  }
  .news-list>li{
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  /* 分页 */
  .yema a, .yema span{
    padding: 3px 8px;
    font-size: 12px;
  }

  .container .location{
    margin-top: 10px;
    color: #999;
  }
  .container .location a{
    color: #999;
  }
  .contact_con ul li {
    font-size: 16px;
  }
  .contact_con ul li img{
    max-width: 60px;
    margin-bottom: 5px;
  }
  .contact_con ul li h2{
    margin-top: 1%;
  }
  .foot_con2{
    text-align: center;
  }
  .foot_con2 .beian {
    display: none;
  }

  .i_about_img{
    display: none;
  }
  .index_about_desc{
    display: block;
  }
  .index-header .right{
    display: none;
  }
}