.wap {
  display: none;
}
.banner {
  width:1200px;
  margin:0 auto;

  overflow: hidden;
  position: relative;
}



.banner img {
  display: block;
  width: 100%;
}

.banner .slick-prev {
  width: 60px;
  height: 60px;
  background: url(../images/bal.png) no-repeat center center;
  left: 30px;
  z-index: 9;
  border: #fff .01rem dashed;
  border-radius: 50%;
  opacity: 0.5;
  display: none !important;
}

.banner .slick-next {
  width: 60px;
  height: 60px;
  background: url(../images/bar.png) no-repeat center center;
  right: 30px;
  z-index: 9;
  border: #fff .01rem dashed;
  border-radius: 50%;
  opacity: 0.5;
  display: none !important;
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
  opacity: 1
}

.banner .slick-dots {
  width: 100%;
  bottom: 0;
  height: 20px;
  display: flex;
  align-items: center;
  align-content: center;
  height: 50px;
  justify-content: center;
}

.banner .slick-dots li {
  width: auto;
  margin: 0 15px;
  border-radius: 50%;
  /* display: flex; */
  /* align-items: center; */
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
}

.banner .slick-dots li button {
  display: block;
  font-size: 0;
  color: #fff;
  font-weight: bold;
  width: 12px;
  height: 12px;
  font-size: 0;
  background: #f2f2f2;
  border-radius: 50%;
  opacity: 0;
  display: none;
}

.banner .slick-dots li.slick-active {
  opacity: 1;
  background: rgba(255, 255, 255, 1);
  background-size: 100%;
}

.banner .slick-dots li.slick-active:before {
  content: "";
  position: absolute;
  left: -6px;
  top: -6px;
  width: 20px;
  height: 20px;
  border: #fff .01rem dashed;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
.friend_link ul li{   text-align: left; overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;    width: 100%;}
.friend_link ul li a {
   
width: 98%;
   
overflow: hidden;
   
text-overflow: ellipsis;
   
white-space: nowrap;
}
.tit span{font-size: 14px !IMPORTANT;display: block;width: 100% !IMPORTANT;}
    .tit {display: block;width: 97% !IMPORTANT;float:none !important}
.sub_tt{height: 43px !IMPORTANT;background: none !important;}
    .tt_more{display: block;width: 97% !IMPORTANT;float:none !important;padding-left: 15px;}
.sub_list li span {
  
    font-size: 12px;
}
.sub_list li a {
   
max-width: 71% !important;
   
overflow: hidden;
   
text-overflow: ellipsis;
   
white-space: nowrap;
   
font-size: 12px;
}
    html {
        font-size: .85rem;
        min-width: auto;
    }

    body {
        padding-top: 60px;
    }

    .pc {
        display: none;
    }

    .wap {
        display: block;
    }

    .b-top {
        display: none;
    }

    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #01365f;
        padding: 10px;
        z-index: 999;
        box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
    }

    .m-logo {
        font-size: 0;
    }

    .m-logo a {
        font-size: 0;
        line-height: 40px;
    }

    .m-logo img {
        max-height: 38px;
        max-width: 80%;
        vertical-align: middle;
    }

    .m-tlink {
        padding: 20px 15px 15px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .m-tlink a {
        margin: 5px 0;
        color: #fff;
        display: inline-block;
        font-size: 18px;
        line-height: 24px;
        /* background: #fff; */
        line-height: 30px;
        padding: 0 15px;
        border-radius: 5px;
        margin: 0 4px;
    }

    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        /* background: #fff; */
        margin-top: 15px;
        border: 1px solid #fff;
    }

    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 25px;
        background: none;
        color: #fff;
    }

    .m-search input[type="text"]::placeholder {
        color: #fff;
    }

    .m-search input[type="image"] {
        position: absolute;
        right: 10px;
        top: 10px;
        height: 15px;
    }

    .m-nav {
        position: fixed;
        top: 60px;
        left: 100%;
        right: 0;
        bottom: 0;
        z-index: 999;
        background: #01365f;
        overflow-y: scroll;
    }

    .m-nav ul {
        padding: 0 15px;
        /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    }

    .m-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
    }

    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }

    .m-nav ul li ul {
        display: none;
    }

    .m-nav ul li ul li {
        border: none;
    }

    .m-nav>ul>li a {
        display: block;
        font-size: 18px;
        line-height: 24px;
        padding: 15px 0;
        position: relative;
        color: #fff;
    }

    .m-nav>ul>li ul li a {
        padding: 10px 0;
    }

    .m-nav>ul>li>span {
        position: absolute;
        width: 24px;
        height: 24px;
        background: url(../images/m-nav_down.png) no-repeat;
        background-size: 16px 16px;
        background-position: center center;
        right: 0;
        top: 15px;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }

    .top {
        max-width: 1920px;
        margin: 0 auto;
        position: fixed;
        right: 10px;
        top: 20px;
        width: 25px;
        height: 25px;
        z-index: 9999;
    }

    .top>img {
        display: block;
        width: 100%;
    }

    .wap-menu {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 99999;
        font-size: 0;
    }

    .wap-menu img {
        height: 25px;
        max-width: none;
    }

    .close-menu {
        display: none;
        position: absolute;
        right: 0;
        top: 0;
    }
    .mod .content{
    width: 96%;margin:0 auto
}
    .banner{ width: 100%;}
    .news{
    width: 100%;
    float: none;
    margin: 0 auto;
}
    .flexslider{
    width: 100%;
    margin: 0 auto 30px auto;
}
    .mod{
    float: none;
    margin: 0 auto;
}
    .infor_list{
    width: 100%;
    float: none;
    height: auto;
    overflow: hidden;
    margin: 40px auto;
}
    .news_list dd{
    margin-bottom: 22px;
}
    .flexslider .slides a img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
    #menu_con .tt{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
    #menu_con .tt_con{
    flex: 1;
    min-width: 0;
    margin-right: 10px;
}
    #menu_con .tt_date{
    width: 70px;
}
    .infor_tit{
    margin-bottom: 20px;
}
        .infor_tit:before{
    content:"";
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100px;
    height: 2px;
    background: #0a65ad;
}
    .infor_tit span{color: #004377;font-size: 22px;font-weight: normal;}
    .banner_n{width: 100% !important;margin: 0 auto !important;left: 0 !important;height: auto !important;}
     .banner_n img{width:100%;margin: 0 auto;display: block;}
    .subroom{width: 96% !important;margin: 0 auto !important;top: 0 !important;min-height: 521px;}
.rsubcont{
    float: none !important;
    width: 100% !important;
    margin: 10px auto !important;
}
    .lsubcont{   float: none !important;
    width: 100% !important;
    margin: 0 auto !important;}
    .lsubcont{
    display: none;
}
    .tt_more img{
    display: none;
}
    .foot{
    padding: 20px 5%;
    width: 90%;
}
    .sub_cont{}
    .sub_cont img{
    display: block;
}
}