/* 头部 */
body {
    background: none !important;
}

.z_zcwdk_head {
    width: 1300px;
    height: 120px;
    margin: 0 auto;
}

.z_headleft {
    display: block;
    float: left;
    width: 425px;
    height: 100%;
    padding: 17px 0;
}

.z_headleft img {
    height: 85px;
}

.z_zcwdk_right_top {
    height: 45px;
    line-height: 45px;
}

.z_zcwdk_right_top a {
    font-size: 14px;
    margin-right: 15px;
    color: #333;
}

.z_zcwdk_right_top a:hover {
    color: #003e96;
}

.z_zcwdk_right_top a>img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.z_link_menggu {
    padding-left: 20px;
    background: url(../new-images/g_mgw_black.png) left center no-repeat;
}

.z_link_menggu:hover {
    background: url(../new-images/g_mgw.png) left center no-repeat;
}

.z_link_help {
    padding-left: 35px;
    background: url(../new-images/g_zz_black.png) left center no-repeat;
}

.z_link_help:hover {
    background: url(../new-images/g_zz.png) 5px center no-repeat;
}

.z_zcwdk_right_top .z_link_older {
    display: inline-block;
    width: 90px;
    height: 30px;
    padding-left: 30px;
    border-radius: 5px;
    background: #ff9601 url(../new-images/g_zz2.png) 5px center no-repeat;
    color: #fff;
    line-height: 30px;
}

.z_zcwdk_right_top .z_link_older:hover {
    color: #fff;
}

.z_zcwdk_right_bottom {
    float: right;
    height: 75px;
}

.z_zcwdk_right_bottom img {
    float: left;
    width: 40px;
    height: 40px;
}

.z_zcwdk_right_bottom ul {
    float: left;
}

.z_zcwdk_right_bottom li {
    float: left;
    transition: all .3s;
    background: url(../new-images/g_navbg.png) center 75px no-repeat;
}

.z_zcwdk_right_bottom li:hover a {
    color: #003e96;

}

.z_zcwdk_right_bottom li.hover a {
    color: #003e96;

}

.z_zcwdk_right_bottom li:hover {
    background: url(../new-images/g_navbg.png) center 20px no-repeat;
}

.z_zcwdk_right_bottom li.hover {
    background: url(../new-images/g_navbg.png) center 20px no-repeat;
}

.z_zcwdk_right_bottom li a {
    padding: 0 30px;
    font-size: 22px;
    text-align: center;
    font-weight: 800;
    line-height: 75px;
}

.z_zcwdk_right_bottom li:first-child a {
    padding: 0 45px;
}

/* 部门网站导航 */
.z_zcwdk_right_top {
    position: relative;
}

.z_zcwdk_right_top .c_caiddan {
    width: 590px;
    overflow: hidden;
    background: #fff;
    position: absolute;
    right: 0;
    top: 60px;
    border: 2px solid #003e96;
    padding: 0 30px 30px;
    display: none;
    z-index: 9000;
}

.z_zcwdk_right_top .c_caiddan .c_yizutit {
    color: #003e96;
    font-size: 16px;
    font-weight: bold;
}

.z_zcwdk_right_top .c_caiddan .c_yizulitd {
    overflow: hidden;
}

.z_zcwdk_right_top .c_caiddan .c_yizulitd a {
    float: left;
    color: #666;
    font-size: 14px;
    line-height: 24px;
    width: 31.33%;
    margin: 0 2% 0 0;
}

.z_zcwdk_right_top .depart-nav-link:hover {
    display: inline-block;
    height: 60px;
}

.z_zcwdk_right_top .depart-nav-link:hover+.c_caiddan {
    display: block;
}

.z_zcwdk_right_top .c_caiddan:hover {
    display: block;

}

.z_zcwdk_right_top .c_caiddan .c_yizulitd a:hover {
    color: #0465c2;
}

@media screen and (min-width:330px) and (max-width:750px) {
    body .m-logozt {
        float: left;
        width: 82% !important;
        padding-top: 10px !important;
    }

    body .m-top-right {
        float: right;
        width: 10% !important;
        padding-top: 0.3rem;
        vertical-align: top;
    }

    body #openSidebar>img {
        width: 0.56rem;
        height: 0.48rem;
    }
}