@media screen and (max-width: 1440px) {
    .gzdtbox .imgbox {
        height: 310px;
    }

    .logo {
        width: 50.5%;
    }

    .tzggbox li a {
        padding: 9px 20px 10px;
    }

    .tzggbox li a p {
        font-size: 18px;
    }
    .gzdtbox .textbox{
        padding: 36px 20px;
    }
    .gzdtbox .swiper-pagination-bullets{
        right: 20px;
        bottom: 15px;
    }
}

@media screen and (max-width: 1366px) {
    .w {
        width: 94%;
    }

    .footer1 {
        width: 66.4%;
    }

    .footer2 {
        width: 30.6%;
    }

    .dblj .dropbtn {
        font-size: 13px;
    }

}

@media screen and (max-width: 1080px) {
.title .more img{
  display: none;
}
.title .more span{
  display: block;
  white-space: nowrap;
  font-size: 14px;
}
.dblj .dropdown-content a{
    font-size: 13px;
}
.gzdtbox .textbox .date i{
    display: none;
}
.tzggbox li a i,.tzggbox li:hover a i{
margin-right: 0;
background-size: 17px 17px;
}
.tzggbox li a i{
    display: none;
}
    .w {
        width: 93%;
    }
    .header-r,
   
    nav .ul1 {
        display: none;
    }
 header::after{height:100px;}
    .logo {
        height: 80px;
    }

    header {
        /* background: #506ca8; */
    }

    .menu {
        width: 28px;
        height: 21px;
        display: block;
        right: 18px;
        top: 30px;
        overflow: hidden;
        z-index: 999;
        cursor: pointer;
        position: absolute;
    }

    .menu span {
        float: left;
        width: 100%;
        background: #fff;
        transition: all 0.4s ease;
        margin-top: 7px;
        height: 2px;
    }

    .menu span:first-child {
        margin-top: 0;
    }

    .menu.open span:nth-child(1) {
        transform: rotate(45deg);
        margin-top: 10px;
    }

    .menu.open span:nth-child(2) {
        transform: rotate(-45deg);
        margin-top: -2px;
    }

    .menu.open span:nth-child(3) {
        opacity: 0;
    }

    nav {
        position: absolute;
        width: 100%;
        background: #506ca8;
        top: 80px;
        left: 0;
        right: 0;
    }

    .ul2 {
        width: 100%;
        height: calc(100vh - 80px);
        overflow: auto;
    }

    nav ul {
        width: 100%;
    }

    nav ul>li {
        float: none;
        width: 100%;
        height: auto;
        line-height: 40px;
        position: relative;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        text-align: left;
        padding: 0;
    }

    nav ol li a {
        text-align: left;
    }

    nav ul>li::before {
        display: none;
    }

    nav ul>.active::after {
        display: none;
    }

    nav ul>li>a {
        font-size: 18px;
        font-weight: bold;
        width: 95%;
        line-height: 50px;
        text-indent: 20px;
        position: relative;
        display: block;
        color: #fff;
    }


    nav ul li ol {
        width: 100%;
        left: 0;
        position: relative;
        top: 0;
        background: none;
        text-align: left;
        padding: 0;
        opacity: 1;
        display: none;
    }

    nav ul>li a::after {
        display: none;
    }

    nav ul li ol li {
        text-align: left;
        border: 0;
        line-height: 40px;
        position: relative;
        text-indent: 20px;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        height: auto;
    }

    nav li ol li:hover a {
        color: #fff;
    }

    nav ul ol li a {
        font-size: 17px;
        color: #fff;
        display: block;
    }

    nav ul li i {
        position: absolute;
        right: 5px;
        width: 5%;
        height: 50px;
        top: 0;
        background: url(../images/jia.png) no-repeat center center;
        margin: auto;
        z-index: 10;
        cursor: pointer;
        transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        -webkit-transition: all .2s ease;
    }

    nav ul li ol li i {
        height: 50px;
    }

    nav ul li i.on {
        background: url(../images/jian.png) no-repeat center center;
    }

    nav ul>li::after {
        display: none;
    }

    .navbox {
        display: block;
    }

    .m-search {
        width: 20px;
        height: 20px;
        background: url(../images/search.png) no-repeat center center;
        background-size: 100% 100%;
        position: absolute;
        right: 65px;
        top: 30px;
    }

    .search-box {
        position: fixed;
        left: 0px;
        top: 0px;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.8);
        visibility: hidden;
        transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s;
        z-index: 999999;
        opacity: 0;
    }

    .search-box.active {
        opacity: 1;
        visibility: visible;
        transition: opacity 0.3s ease 0s, visibility 0s ease 0s;
    }

    .search-box .serBox {
        position: relative;
        width: 50%;
        margin: -58px auto 0px;
        top: 50%;
        background: rgb(255, 255, 255);
        text-align: center;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px;
        transform: scale(1.2);
        backface-visibility: hidden;
        transition-property: transform;
        transition-duration: 0.3s;
    }

    .search-box .search_wrap {
        border: 1px solid #0D6EA1;
        position: relative;
        padding-left: 20px;
        width: 100%;
    }

    .search-box .text {
        width: 100%;
        height: 55px;
        padding: 0px 130px 0px 0px;
        font-size: 16px;
        line-height: 55px;
        color: #000;
        background: none;
        border: none;
        box-sizing: border-box;
    }

    .search-box .btn {
        display: block;
        cursor: pointer;
        position: absolute;
        right: -1px;
        top: 0px;
        height: 55px;
        border: none;
        overflow: hidden;
        font-size: 18px;
        color: #fff;
        width: 120px;
        background: #0D6EA1;
    }

    .search-box.active .serBox {
        transform: scale(1);
    }

    .search-box .close {
        position: absolute;
        right: 20px;
        top: 22px;
        width: 42px;
        height: 42px;
        text-align: center;
        line-height: 50px;
        cursor: pointer;
        font-size: 0px;
        transition: all 0.3s ease-out 0s;
    }

    .search-box .close::before,
    .search-box .close::after {
        content: "";
        width: 100%;
        height: 2px;
        display: block;
        position: absolute;
        background: #0D6EA1;
        transition: all 1s ease 0s;
        transform: rotate(45deg);
        top: 24px;
    }

    .search-box .close::before {
        transform: rotate(-45deg);
    }

    .search-box .close:hover {
        transform: rotate(90deg);
    }

    .banner .swiper-button-next {
        right: 10px;
    }

    .banner .swiper-button-prev {
        left: 10px;
    }
    .paginations{
        bottom: 20px;
    }
    .banner .swiper-button-next, .banner .swiper-button-prev {
        width: 45px;
        height: 45px;
    }
    .banner .swiper-pagination-bullets .swiper-pagination-bullet{
        margin: 0 10px;
    }
    .main1,.main2,.main3{
        padding: 20px 0;
    }
    .title .text h1 {
        font-size: 20px;
        margin-bottom: 8px;
    }
    .gzdt,.tzgg,.rdjj,.jlfx,.footer1,.footer2{
        float: none;
        width: 100%;
    }
    .gzdt,.rdjj{
        margin-bottom: 20px;
    }
    .gzdtbox .textbox h1{
        font-size: 16px;
    }
.title .text p,.yqlj a p,.copyright p{
      font-size: 14px;
}
    .gzdtbox .textbox p,.jlfxbox li a p{
        font-size: 14px;
        height: 70px;
    }
    .gzdtbox, .tzggbox,.rdjlbox, .jlfxbox {
        margin-top: 20px;
    }
    .rdjlbox{
        padding: 0px 10px;
    }
    .jlfxbox li a,.gzdtbox2 a{
        padding: 10px 20px;
    }
    .bszn{
        padding: 20px 15px;
    }
    .list li>a p,.list li>a span,.tzggbox li a p,.bsznbox li a p,.jlfxbox li a h1{
        font-size: 14px;
    }
.tzggbox li a p{
    -webkit-line-clamp: 1;
    height: 23px;
}
    .list li>a{
        padding: 15px 0;
        padding-left: 15px;
    }
    .main3>.w{
        display: block;
    }
    .yqlj,.bszn{
        width: 100%;
    }
    .zstp{
        display: none;
    }
    .title .more img{
        width: 25px;
    }
    .gzdtbox2 h1 {
        font-size: 16px;
        line-height: 1.4;
        height: 50px;
        margin-bottom: 5px;
    }
    .gzdtbox .textbox h1,.gzdtbox .textbox .date,.gzdtbox2 p{
        margin-bottom: 15px;
        -webkit-line-clamp: 1;
        height: 55px;
    }
    .yqlj a{
        padding: 26px 10px;
    }
    .yqlj a img {
        margin-bottom: 20px;
    }
    .footer1{
        padding-right: 0;
        border-right: 0;
    }
    footer {
        padding-top: 20px;
    }
    .footerlogo img{
        display: block;
        /* margin: 0 auto; */
        max-width: 84.5%;
    }
    .dblj .dropdown,.footer2,.copyright{
        margin-top: 20px;
        /* text-align: left; */
    }
    .dblj .dropbtn{
        padding: 9px 20px 9px 9px;
    }
    .footer2 h1{
        font-size: 18px;
    }
    .lxwm p {
        font-size: 14px;
        text-align: left;
        margin-left: 10px;
    }
    .footer2 h1{
        text-align: left;
        margin-left: 10px;
        display: none;
    }
    .gzdtbox .textbox{
        padding: 20px 20px 30px 20px;
    }
    .gzdtbox .swiper-pagination-bullets {
        bottom: 6px;
    }
    .tzggbox li a {
        padding: 9px 10px 10px;
    }
.jlfxbox li a p{
    height: 45px;
    display: none;
}
.gzdtbox .textbox .date{
    font-size: 14px;
    height: auto;
    text-align: right;
}
.gzdtbox2 p{display: none;height: 85px;font-size: 14px;}
.copyright p{
    margin-top:0;
}
.tzgglist5,.tzgglist6{
  display: none;
}
.bsznbox li a span,.jlfxbox li a span,.list li>a span,.tzggbox li a span,.gzdtbox .textbox .date{
font-size: 14px;
}
.tzggbox li a span{
    color: #999;
}
.copyright p{
font-size: 12px;
}
}

@media screen and (max-width: 768px) {
.search-box .serBox{
  width:85%;
}
    .logo {
        height: 60px;
    }
    .ul2 {
        width: 100%;
        height: calc(100vh - 60px);
        overflow: auto;
    }
    nav{
        top: 60px;
    }
    .menu,.m-search{
        top: 20px;
    }
    .gzdtbox .imgbox{
        height: 260px;
    }
    .menu{
        right: 8px;
    }
    .m-search{
        right: 45px;
    }
    .logo {
        width: 60.5%;
    }
    .banner .swiper-button-next, .banner .swiper-button-prev{
        width: 25px;
        height: 25px;
        background-size: 6px 9px;
        top: 68%;
    }
    .paginations {
        bottom: 5px;
    }
    .banner .swiper-pagination-bullets .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
    .banner .swiper-pagination-bullets .swiper-pagination-bullet-active::after{
        width: 20px;
        height: 20px;
    }
    .zt {
        width: 25px;
        height: 25px;
    }
.gzdtbox2{
display: none;
}
.footer2{
  margin-top:-38px;
}
}
@media screen and (max-width: 540px) {
    .gzdtbox a{
        display: block;
    }
    .gzdtbox .imgbox,.gzdtbox .textbox{
        width: 100%;
    }
    .logo {
        width: 84.5%;
    }
.gzdtbox .textbox h1{height: auto;}
    .gzdtbox .imgbox {
        height: 220px;
    }

}
@media screen and (max-width: 480px) {
    .gzdtbox2{
        padding: 18px 15px 50px;
        
    }
}