.HomeTop .searchbox {
    width: 575px;
}

.bmpd {
    float: left;
    animation-delay: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

.bmpd a {
    font-size: 18px;
    color: #0b4799;
}

.zzbmpdbj {
    display: none;
    background: rgba(0, 0, 0, 0.5) no-repeat;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
}

.zzbmpdbjFlex {
    align-items: center;
    justify-content: center;
}

.zzbmpd {
    display: none;
    z-index: 9999;
    width: 1200px;
    position: fixed;
    left: 50%;
    top: 20%;
    margin-left: -600px;
    background: #fff;
    height: auto;
    padding: 20px 0;
}

.zzbmpd h3 {
    height: 41px;
    margin-bottom: 15px;
    margin-left: 1.7%;
}

.zzbmpd h3 em {
    padding: 0 10px;
    border-bottom: 1px solid #106635;
    color: #106635;
    display: block;
    float: left;
    height: 40px;
    font-size: 22px;
}

.zzbmpd ul {}

.zzbmpd ul li {
    float: left;
    font-size: 16px;
    width: 18%;
    margin-left: 1.7%;
    text-align: center;
    background: #f2f2f2;
    margin-bottom: 15px;
    height: 50px;
    line-height: 50px;
}

.zzbmpd ul li:hover {
    background: #106635;
}

.zzbmpd ul li:hover a {
    color: #fff;
}

.zzbmpdBox {
    padding: 0px;
    max-height: calc(100vh - 200px);
    /* top: 50%; */
    /* transform: translateY(-50%)!important; */
    padding-bottom: 30px;
    overflow: hidden;
    position: unset;
    margin-left: unset;
}

.zzbmpdBox h3 {
    width: 100%;
    height: 50px;
    margin: 0px;
    background: #0e4989;
    margin-bottom: 30px;
}

.zzbmpdBox ul {
    padding: 0px 12px 0px 22px;
    max-height: calc(100vh - 391px);
    display: flex;
    width: calc(100% - 10px);
    flex-wrap: wrap;
    justify-content: flex-start;
    box-sizing: border-box;
    overflow-y: auto;
}

.zzbmpdBox ul li {
    width: calc((100% - 60px)/3);
    height: 131px;
    background: #f2f2f2;
    border-radius: 5px;
    float: none;
    margin: 0px 10px 20px;
    padding: 12px 11px 12px 12px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}

.zzbmpdBox ul li a {
    display: block;
    width: 100%;
    text-align: left;
    line-height: 35px;
    padding-left: 15px;
    font-size: 16px;
    color: #222222;
    box-sizing: border-box;
}

.zzbmpdBox ul li p,
.zzbmpdBox ul li em {
    display: block;
    width: 100%;
    text-align: left;
    line-height: 30px;
    padding-left: 15px;
    font-size: 15px;
    color: #686868;
    box-sizing: border-box;
}

.zzbmpdBox ul li em {
    line-height: 20px;
    margin-top: 5px;
}

.zzbmpdBox h3 em {
    border: none;
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
    float: none;
    padding: 0px;
    height: 50px;
    letter-spacing: 2px;
}

.zzbmpdBox ul li:hover {
    background: #0e4989;
}

.zzbmpdBox ul li:hover a,
.zzbmpdBox ul li:hover p,
.zzbmpdBox ul li:hover em {
    color: #ffffff;
}


/**设置滚动条的样式**/

.zzbmpdBox ul::-webkit-scrollbar {
    width: 4px;
}

.zzbmpdBox ul::-webkit-scrollbar-track {
    background: #ebebeb;
    border-radius: 5px;
    border: 1px solid #dddddd;
}

.zzbmpdBox ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #0e4989;
}

.zzbmpdBox ul::-webkit-scrollbar {
    height: 234px;
}

.tab-list .tab-xzjd-list {
    display: none;
}

body .tab-zfbm ul {
    justify-content: center;
}

body .tab-zfbm ul li {
    width: 270px;
    height: 70px;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
}

body .tab-zfbm ul li:hover {
    color: #fff;
}

body .tab-zfbm .on {
    background: #0e4989;
    color: #ffffff;
}

.closeZfbm {
    display: none;
}

@media screen and (max-width:750px) {
    body .tab-zfbm ul li {
        width: 40% !important;
        height: 50px;
    }
    body .zzbmpdBox ul li {
        width: 100%;
    }
    .zzbmpdBox h3 {
        position: relative;
    }
    .closeZfbm {
        display: block;
        float: right;
        position: absolute;
        right: 10px;
        top: 15px;
        color: #fff;
        font-size: 16px;
    }
    body .bmpd a {
        font-size: 16px;
    }
}