@charset "UTF-8";
@media (max-width: 1024px) {

  .pc_header,
  nav,
  .logo,
  .m_nav_box_wrap {
    display: none;
  }

  .banner_list {
    width: 100%;
    height: 160px;
  }

  .weizhi_right {
    display: none;
  }

  .content_list_1 .content_list .con-r-text {
    display: inline-block;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .m_bt_banner {
    display: none;
  }

  .m_header {
    height: 60px;
    border-top: solid 5px #AE0C17;
    padding: 0 14px;
    display: flex;
    align-items: center;
  }


  .m_header .m_header_logo a img {
    width: 80%;
    padding-left: 2%;

  }

  .m_header .m_btn_menu {
    float: right;
    width: 18%;
    text-align: center;

  }

  .m_header .m_btn_menu svg {
    width: 30px;
    height: 30px;
  }

  .m_nav_box {
    position: absolute;
    width: 100%;
    height: 120%;
    top: 0;
    overflow: auto;
    background-color: #f5f5f5;
    z-index: 666;
  }

  .m_nav_box .m_nav_box_top {
    text-align: center;
    margin: 20px;
    font-size: 20px;
  }

  .m_nav_box .m_nav_title {
    width: 90%;
    margin-left: 5%;
  }

  .m_nav_box .m_nav_title a {
    color: #000;
    display: block;
    line-height: 45px;
    font-size: 18px;
    border-bottom: 1px solid #dbdbdb;
  }

  .m_nav_box .m_nav_title .m_nav_title_link::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #888888;
    margin-right: 10px;
  }

  .m_nav_box .m_nav_title .m_nav_title_link::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-top: 18px;
    background-image: url("./images/m-arrow.png");
    background-size: cover;
    float: right;
    line-height: 45px;
  }

  .m_nav_box .m_nav_title .m_nav_er_title {
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 10px;
  }

  .m_nav_box .m_nav_title .m_nav_er_title a {
    display: inline-block;
    border: 0;
    line-height: 35px;
    background-color: #e0e0e0;
    padding: 0 10px;
    border-radius: 4px;
    margin-top: 10px;
    margin-left: 0%;
    margin-right: 3%;
    font-size:16px;
  }

  .m_nav_box .m_nav_title .m_nav_er_title a::before {
    content: "";
    display: inline-block;
    width: 0px;
    height: 0px;
    border-radius: 0px;
    margin-right: 0px;
  }

  .m_nav_close {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 90%;
    margin-left: 5%;
    height: 50px;
    background-color: #AE0C17;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    z-index: 999;
  }

  .m_nav_close a {
    color: #fff;
  }

  .swiper-container-top {
    height: 189px;
    width: 100%;
  }

  .banner {
    height: 189px;
    width: 100%;
  }

  .banner .swiper-wrapper {
    width: 100%;
  }

  .banner .swiper-slide {
    width: 100%;
  }

  .banner .swiper-slide img {
    width: 100%;
    height: 189px;
    object-fit: cover;
  }

  .swiper-container-news .swiper-slide .bg_wrap .wriper_bottom {
    width: 65%;
  }

  body .content .wrap {
    width: 100%;
  }

  body .content .wrap .top {
    width: 100%;
    display: block;
    height: auto;
  }



  body .content .wrap .top .news .title {
    width: 100%;
  }

  body .content .wrap .top .news .news_content {
    width: 100%;
    display: block;
  }

  .top {
    padding: 0 16px;
    margin-top: 16px;
  }

  .pic {
    width: 100%;

  }

  .pic .slideBox {
    width: 100%;

  }

  .top .news .news_content .pic .slideBox .bd {
    width: 100%;

  }

  .pic .slideBox .bd li {
    width: 100%;

  }

  .pic .slideBox .bd li img {
    width: 100%;
  }

  .pic .slideBox .bd li .bg_wrap {
    width: 100%;
  }

  .top .news .news_content .news_items {
    margin-left: 0;
    width:100%;
  }

  .fengcai_items,
  .kexie_items,
  .notice_items {
    width: 100%;
  }

  .fengcai_items li .fc_middle {
    flex: 1;
    margin-left: 12px;
  }

  .kexie_items li a {
    display: inline-block;
    flex: 1;
  }

  .notice_items li a {
    flex: 1;
    margin-left: 14px;
  }

  .fc_title,
  .kx_title {
    width: 100%;
  }



  .f_link {
    padding: 0 16px;
  }

  .link_1 {
    display: block;

  }

  .link_item {
    width: 100%;
  }

  .bt_banner {
    width: 100%;
    height: auto;
  }

  .bt_banner img {
    width: 100%;
    height: auto;
  }

  body footer {
    width: 100%;
    margin-top: 30px;
  }

  body footer .wrap .detail {
    padding-top: 20px;
    position: relative;
    width: 100%;
    text-align: center;
  }

  body footer .wrap .logo {
    display: none;
  }


}

@media screen and (max-width: 768px) {
  .pic {
    width: 100%;
    height: 248px;
  }

  .m_header .m_header_logo a img {
    width: 100%;
  }

  .m_bt_banner {
    display: block;
  }

  .pic .slideBox {
    width: 100%;
    height: 248px;
  }

  .top .news .news_content .pic .slideBox .bd {
    width: 100%;
    height: 248px;
  }

  .pic .slideBox .bd li {
    width: 100%;
    height: 248px;
  }

  .pic .slideBox .bd li img {
    width: 100%;
    height: 248px;
  }

  .pc_bt_banner {
    display: none;
  }

  .m_bt_banner {
    height: 169px;
    width: 100%;
  }

  .m_bt_banner img {
    height: 169px;
  }

}

@media screen and (min-width: 1024px) {

  .m_header,
  .m_swiper,
  .m_nav_box_wrap,
  .m_bt_banner {
    display: none;
  }

  body {
    min-width: 1200px;
  }

  footer {
    min-width: 1200px;
  }
}