.zwxmt_banner {
    width: 100%;
    background: url(https://www.dxh.gov.cn/material/2024/images/zwxmtwdz/wxjz/zwxmt_banner.png) no-repeat;
    background-size: 100% 100%;
    height: 506px;
    display: flex;
    align-items: center;
}

.zwxmt_banner .banner_title {
    width: 698px;
    height: auto;
}

.zwxmt_banner .banner_title .title_logo img {
    width: 100%;
    height: 100%;
}

.zwxmt_banner .banner_title .rectangle {
    background: url(https://www.dxh.gov.cn/material/2024/images/zwxmtwdz/wxjz/rectangle.png) no-repeat;
    width: 488px;
    height: 150px;
    margin-left: 120px;
    margin-top: 25px;
}

.zwxmt_banner .banner_title .rectangle .rectangle_total {
    height: 75px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zwxmt_banner .banner_title .rectangle .rectangle_total p {
    color: #0f90e4;
    font-size: 16px;
    font-weight: 700;
}

.zwxmt_banner .banner_title .rectangle .rectangle_list {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-left: 15px;
}

.zwxmt_banner .banner_title .rectangle .rectangle_list li {
    flex: 1;
    display: flex;
    align-items: center;
}

.zwxmt_banner .banner_title .rectangle .rectangle_list li img {
    width: 46px;
    height: auto;
}

.zwxmt_banner .banner_title .rectangle .rectangle_list li .rectangle_con {
    margin-left: 10px;
}

.zwxmt_banner .banner_title .rectangle .rectangle_list li .rectangle_con .con1 {
    font-size: 1rem;
    font-weight: 600;
    color: #0f90e4;
}

.zwxmt_banner .banner_title .rectangle .rectangle_list li .rectangle_con p {
    font-size: 0.9rem;
}

.zwxmt_nav {
    top: 0;
    left: 0;
    width: 100%;
    background: #1492ff;
}

.zwxmt_nav li:hover {
    background: #1492ff;
}

.zwxmt_nav li:hover i {
    position: absolute;
    bottom: -1px;
    width: 17px;
    height: 8px;
    left: 50%;
    background: url(https://www.dxh.gov.cn/material/2024/images/zwxmtwdz/wxjz/triangle.png) center top no-repeat;
}

.zwxmt_nav .zwxmt_inNav {
    background: #1492ff;
}

.zwxmt_nav .zwxmt_inNav i {
    position: absolute;
    bottom: -1px;
    width: 17px;
    height: 8px;
    left: 50%;
    background: url(https://www.dxh.gov.cn/material/2024/images/zwxmtwdz/wxjz/triangle.png) center top no-repeat;
}

.zwxmt_nav ul {
    display: flex;
}

.zwxmt_nav ul li {
    width: calc(100% / 3);
    height: 75px;
    line-height: 75px;
    font-size: 1rem;
    background: #5bb3ff;
}

.zwxmt_nav ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
}

.zwxmt_nav ul li a img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

@media screen and (min-width: 310px) and (max-width: 1044px) {
    .w1200 {
        width: 92% !important;
    }
}

@media screen and (min-width: 450px) and (max-width: 600px) {
    .zwxmt_inNav li {
        bottom: 13px;
    }

    .zwxmt_inNav li:hover {
        bottom: 13px;
    }

    .zwxmt_banner .banner_title .rectangle {
        height: 12rem;
    }
}

@media screen and (max-width: 766px) {
    .zwxmt_banner {
        background: url(https://www.dxh.gov.cn/material/2024/images/zwxmtwdz/wxjz/banners.png) no-repeat;
        background-size: 100% 100%;
        width: 100%;
        height: 300px;
    }

    .zwxmt_banner .banner_title {
        width: 100%;
    }

    .zwxmt_banner .banner_title .title_logo img {
        margin-top: 4%;
    }

    .zwxmt_banner .banner_title .rectangle {
        width: 92%;
        margin: auto;
        height: 16rem;
        padding: 0.5rem;
    }

    .zwxmt_banner .banner_title .rectangle .rectangle_list {
        margin-top: 2rem;
        margin-left: 3%;
    }

    .zwxmt_banner .banner_title .rectangle .rectangle_list li img {
        width: 3.5rem;
    }

    .zwxmt_banner .banner_title .rectangle .rectangle_list .rectangle_con .con1 {
        font-size: 1.1rem;
        font-weight: 700;
    }

    .zwxmt_banner .banner_title .rectangle .rectangle_list .rectangle_con p {
        font-size: 0.9rem;
    }

    .zwxmt_banner .banner_title .rectangle .rectangle_total {
        height: 4rem;
        font-size: 1.9rem;
    }

    .zwxmt_nav ul li {
        font-size: 1.4rem;
    }
}

@media screen and (min-width: 766px) and (max-width: 991px) {
    .zwxmt_banner {
        background: url(https://www.dxh.gov.cn/material/2024/images/zwxmtwdz/wxjz/banners.png) no-repeat;
        background-size: 100% 100%;
        width: 100%;
        height: 500px;
    }
}

@media screen and (max-width: 575px) {
    .zwxmt_banner .banner_title .rectangle .rectangle_list li .rectangle_con .con1 {
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 350px) {
    .zwxmt_banner .banner_title .rectangle .rectangle_list .rectangle_con p {
        font-size: 1rem;
    }

    .zwxmt_nav ul li {
        font-size: 1rem;
    }
}
@media screen and (max-width: 1201px){
        .m_header .logo{
            height: auto !important;
        }
}
@media screen and (max-width: 900px) {
    .gl-news-pc .header {
        display: none !important;
    }
}