/*小于1600大于1200稍微调整下字体*/
@media screen and (max-width: 1600px) and (min-width:1200px) {
    .nav ul li .f_a {
        font-size: 14px
    }

    .nav ul li .s_navbox .s_a a {
        font-size: 12px
    }

    .foot_top ul {
        margin-left: 60px
    }

    .nav ul li .s_navbox .s_a {
        width: 100%
    }

    .topbg {
        width: 100%;
        height: 17.4vh;
        background-image: url('../images/topbg.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
}


/*移动端导航*/
@media screen and (max-width: 1024px) and (min-width: 0px) {
    .m{
        width: 100%;
        padding: 0 1rem;
        box-sizing: border-box;
    }
    .msgNum {
        display: none;
    }

    .slider {
        margin-top: 44px;
    }

    .head {
        display: none
    }
    .head .navbox{
        width: 100%;
    }

    .m_img {
        display: block;
        height: 44px;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 9999;
        overflow: hidden;
    }

    .m_img .headlf {
        padding-top: 2px;
        padding-left: 5px;
        float: left;
    }

    .m_img .headlf .m_logo {
        height: 40px;
        display: block
    }

    .m_img .headrg {
        padding-right: 5%;
        padding-top: 14px;
        float: right;
    }

    .m_img .headrg a .m_menuimg {
        height: 16px;
        vertical-align: top;
        display: block
    }

    .m_nav {
        display: block;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 0px;
        height: 0px;
        overflow: hidden;
        z-index: 10000
    }

    .m_nav .closecover {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #0b0d19;
        filter: alpha(opacity=0);
        opacity: 0;
        left: 0px;
        top: 0px;
        z-index: 1
    }

    .m_nav .closeicon {
        position: absolute;
        width: 20%;
        left: 30px;
        top: 5%;
        z-index: 100;
        text-align: center;
        filter: alpha(opacity=0);
        opacity: 0
    }

    .m_nav .m_navList {
        position: absolute;
        width: 80%;
        right: 0px;
        top: 0px;
        background: #0b0d19;
        height: 100%;
        z-index: 100;
        right: -80%;
        overflow-y: scroll;
    }

    .m_nav .m_navList ul {
        padding-left: 5%;
        padding-right: 5%
    }

    .m_nav .m_navList ul li {
        border-bottom: 1px solid #232530
    }

    .m_nav .m_navList ul li a {
        display: block;
        height: 45px;
        color: #fff;
        line-height: 45px;
        padding-left: 5%;
        font-size: 16px
    }

    .m_nav .m_navList ul li .m_f_a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%
    }

    .m_nav .m_navList ul li .m_f_a a {
        flex: 1;
    }

    .m_nav .m_navList ul li .m_f_a i {
        width: 40px;
        height: 35px;
        box-sizing: border-box;
        padding: 0 5px;
        display: block;
    }

    .icon {
        background: url(../images/plus.png) 100% no-repeat;
        background-position: 50% 50%;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s
    }

    .icon_on {
        background: url(../images/reduce.jpg) 50% no-repeat !important;
        background-position: 50% 50%;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s
    }

    .m_nav .m_navList ul li .m_s_nav {
        display: none;
        width: 100%;
    }

    .m_nav .m_navList ul li .m_s_nav a {
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        padding-left: 10%;
        overflow: hidden;
        white-space: nowrap;
        width: 90%;
        text-overflow: ellipsis;
    }

    .topline {
       display: none;
    }
    .topbg {
        width: 100%;
        height: 17.4vh;
        background-image: url('../images/topbg_small.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .meun_info{
        width: 100%;
    }
    /* 企业展示滚动  */
  .picScroll {
    margin: 1rem auto;
    width: 100%;
  }

  .picScroll .prev,
  .picScroll .next {
    display: block;
    position: absolute;
    top: 86px;
    left: 15px;
    width: 32px;
    height: 40px;
    background: url(../images/icons.png) no-repeat;
    z-index: 999999;
  }

  .picScroll .next {
    left: auto;
    right: 5px;
    background-position: -115px 0;
  }

  .picScroll .prev {
    background-position: -35px 0;
  }

  .picScroll .prev:hover {
    background-position: 5px 0px;
  }

  .picScroll .next:hover {
    left: auto;
    right: 5px;
    background-position: -75px 0px;
  }

  .picScroll ul {
    overflow: hidden;
    zoom: 1;
  }

  .picScroll ul li {
    width: 10rem;
    height: 30vh;
  }

  .picScroll ul li span {
    width: 10rem;
    line-height: 2rem;
    height: 2rem;
  }

  .picScroll ul li img {
    width: 10rem;
    height: 20vh;
    margin: 0.8rem;
  }
  .weather {
    display: none;
}
#search_box{
   width: 75vw;
    margin-left: 18vw;
}
/* 新闻头条样式 */
.topnews {
    width: 100%;
    margin: 1rem auto;
    padding: 0 1rem;
    box-sizing: border-box;
}

.topnews i {
    display: none;
}

.Headlines {
    width: 100%;
}

.Headlines h1 {
    width: 100%;
}
.Headlines h1 a {
    font-size: 1.2rem;
}

.Headlines h1 a:hover {
    font-size: 1.2rem;
}

.Headlines p {
    width:100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* 幻灯片新闻css */
.row1 {
    width: 100%;
    justify-content:flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0 1rem;
    box-sizing: border-box;
}

.slideBox {
    width: 100%;
    height: 30vh;
}

.slideBox .bd img {
    width: 100%;
    height: 30vh;
    display: block;
}


/* 第一行推荐新闻滑动门css */
.slideTxtBox {
    width: 100%;
    height: 310px;
    margin-top: 1rem;

}


.slideTxtBox .bd ul {
    width: 100%;
    height: 45px;
    padding: 10px;
    zoom: 1;
    position: relative;
}
.slideTxtBox .bd ul em {
    left: 78vw;
    bottom: 11vh;
    z-index: 99;
}
/* 通知公告样式 */
.notice_bg {
    width: 100%;
    height: 310px;
    background: url('../images/notice_bg.jpg') no-repeat bottom left;
    margin-top: 1rem;
}
/* 第二行左边样式 */
.row2 {
    width: 100%;
    margin: 1rem auto 0 auto;
    display: flex;
    justify-content:flex-start;
    flex-direction: column;
    padding: 0 1rem;
    box-sizing: border-box;
}

.row2_left {
    width: 100%;
    justify-content:flex-start;
    flex-wrap: wrap;
    flex-direction: column;
}
.row2_right {
    width: 100%;
}
.row2_news {
    width: 100%;
    margin-bottom: 1rem;
}
/* 横幅轮播css */
.slideBox2 {
    width: 100%;
    height: 10vh;
    margin: 1rem auto;
}


.slideBox2 .bd img {
    width: 100%;
    height: 10vh;
    display: block;
}
.row3{
    width: 100%;
    padding: 0 1rem;
    box-sizing: border-box;
}

/* 友情链接部分 */
.lblj {
    display: none;

}

#banquan {
    width: 100%;
    height: auto;
    line-height:1.5rem;
    padding: 2rem;
    box-sizing: border-box;
}

/* 列表页部分 */
.side_list {
    width:100%;
    height: auto;
    margin: 1rem auto;
    padding: 0 1rem;
    box-sizing: border-box;
}
.side_left{
    display: none;
}
.side_right {
    width: 100%;
}
/* 内容也部分 */
.content-click span{
    font-size: 0.8rem;
    padding: 0 0.5rem;
    flex-wrap: wrap;
}
.content-click {
    width: 100%;
    line-height: 35px;
    height: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
  }

  .content-wz img{
    max-width: 100%;
    overflow: hidden;
   }
   .share-info{
    display: none;
   }
   
  #info {
    width: 100%;
    height: auto;
    margin: 0;
    float: left;
    line-height: 40px;
    padding: 0;
  }
  
  #info img {
    max-width: 100%;
  }

  #case_seven {
    width: 100%;
  }
  
  #case_seven li {
    width: 45%;
    height: 15vh;
  }
  
  .lanrenzhijia {
    width: 100%;
    height: 15vh;
  }
  
  .lanrenzhijia img {
    width: 100%;
    height: 15vh;
  }
  
  .text {
    width: 100%;
  }
  
  .imgtext {
    width: 100%;
  }
  .newslist i {
    display: none
}

  
}