@media (max-width: 767px) {
    .allwrap{
        min-width: unset !important;
    }
    .wrap{
        min-width: unset !important;
    }

    .header{
        height: unset;
    }
    .header .headercon{
        position: relative;
        width: 100%;
        display: block;
        min-width: unset !important;
    }
    .zdymenu{
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 27px;
        right: 30px;
    }
    .zdymenu img{
        width: 100%;
        height: 100%;
    }
    .header .headercon .logo{
        width: 290px;
        float: none;
    }
    .header .headercon .logo img{
        width: 100%;
    }
    .header .nav{
        transition: all 1s;
        float: none;
        height: 0;
        overflow: hidden;
    }

    .header .nav li{
        float: none;
        text-align: center;
    }
    .header .nav li .tit{
        height: 32px;
        line-height: 32px;
        font-size: 18px;
    }

    .header .search{
        width: 100%;
    }
    .header .search .searchcon{
        width: 100%;
        float: none;
        border-radius: 0;
    }
    .header .search .searchcon .submitcon{
        background-color: transparent;
    }
    .header .search .searchcon:hover{
        width: 100%;
    }
    .header .search .searchcon:hover .submitcon .iconfont{
        color: #898989;
    }

    .footer-link{
        height: unset;
    }
    .footer-link .link-con{
        height: unset;
        display: block;
        text-align: center;
        padding-bottom: 10px;
    }
    .footer-link .link-con span{
        margin: 0;
    }
    .footer-link .link-con>div{
        margin-top: 10px;
    }
    .main{
        padding-top: 113.5px;
    }
    .main .topnews{
        height: 70px;
    }
    .main .topnews .con{
        height: 70px;
        width: 100%;
    }
    .main .topnews .con a{
        line-height: 70px;
        font-size: 20px;
    }
    .main .mainnews{
        display: block;
    }
    .main .mainnews>div{
        width: 100% !important;
    }
    .main .mainnews .leftslide{
        height: 290px;
    }
    .main .mainnews .rightslide{
        box-sizing: border-box;
        padding: 0px 10px;
        margin-top: 20px;
    }
    .main .mainnews .rightslide .hd li{
        margin-bottom: 4px;
    }
    .main .mainnews .rightslide .hd li.on .more{
        display: none;
    }
    .zdylist li a{
        font-size: 16px;
    }
    .main .fourpart{
        flex-direction: column;
        align-items: center;
    }
    .main .fourpart>div{
        margin-top: 10px;
    }
    .main .othernews .othernewscon{
        flex-direction: column;
    }
    .main .othernews .othernewscon>div{
        box-sizing: border-box;
        padding: 0 10px;
        width: 100%;
    }
    .main .othernews{
        height: unset;
    }
    .footer{
        height: unset;
    }
    .footer .address-con{
        padding: 0 10px;
        flex-direction: column;
        height: unset;
    }
    .footer .footer-con{
        height: unset;
    }
    .footer .beian{
        padding: 0 10px;
    }
    .nytop{
        height: 180px;
        padding-top: 46px;
    }
    .show{
        padding: 0px 10px 30px 10px
    }
    .nytop .about ul{
        flex-wrap: wrap;
    }
    .nytop .about li{
        padding: 0 10px;
        height: 32px;
    }
    .nytop .about li a{
        line-height: 32px;
    }
    .page{
        margin: 10px 10px 0 10px;
    }
    .page li{
        margin-bottom: 10px;
    }
    .zdylist li a{
        max-width: 100%;
    }
    .zdylist li span{
        display: none;
    }
}