* {
    margin: 0;
    padding: 0;
}

.hed {
    height: 60px;
    background-color: #0677ff;
    display: flex;
}

    .hed .hed-bx {
        width: 1200px;
        margin: 0 auto;
        display: flex;
    }

        .hed .hed-bx .lt-box {
            flex: 7;
            display: flex;
            justify-content: end;
        }

            .hed .hed-bx .lt-box .wrap1 {
                width: 100%;
                display: flex;
            }

                .hed .hed-bx .lt-box .wrap1 .wrp-bx {
                    width: 146px;
                }

                    .hed .hed-bx .lt-box .wrap1 .wrp-bx a {
                    }

                    .hed .hed-bx .lt-box .wrap1 .wrp-bx .wrpbg {
                        width: 100%;
                        margin-top: 6px;
                    }

                .hed .hed-bx .lt-box .wrap1 .wrp-bx1 {
                    padding: 0 8px;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                }

.nos {
    border-bottom: 3px solid #fff;
}

.nav-div {
    overflow: hidden;
}

.hed .hed-bx .lt-box .wrap1 .wrp-bx1 .sp {
    color: #fff;
    font-size: 12px;
    margin: 0 0;
    white-space: nowrap;
}

.hed .hed-bx .lt-box .wrap1 .wrp-box1 {
    display: inline-block;
    margin: 0 12px !important;
    text-align: center;
    line-height: 57px;
}

.wrp-box1:hover {
    border-bottom: 3px solid #fff;
    box-sizing: border-box;
}

.hed .hed-bx .lt-box .wrap1 .wrp-box1 .ax {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

.hed .hed-bx .rg-box {
    flex: 1;
    display: flex;
    justify-content: center;
}

    .hed .hed-bx .rg-box .rgbx {
        flex: 1;
        display: flex;
        text-align: right;
    }

        .hed .hed-bx .rg-box .rgbx .rgbx-dl {
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .hed .hed-bx .rg-box .rgbx .rgbx-dl a {
                text-decoration: none;
                color: #fff;
                font-size: 14px;
                padding: 0 12px;
                white-space: nowrap;
            }

        .hed .hed-bx .rg-box .rgbx .rgbx-sz {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 0 12px;
        }

            .hed .hed-bx .rg-box .rgbx .rgbx-sz a {
                text-decoration: none;
                color: #2589ff;
                font-size: 14px;
                display: block;
                width: 70px;
                height: 26px;
                background-color: #fff;
                text-align: center;
                line-height: 26px;
                border-radius: 4px;
            }

.hd2 {
    height: 45px;
    display: none;
    background-color: #0677ff;
    position: relative;
}

    .hd2 .hd-bx {
        width: 33%;
        height: 100%;
    }

    .hd2 .hd-ct img {
        width: 100%;
        height: 100%;
    }

    .hd2 .hd-lf {
        float: left;
    }

        .hd2 .hd-lf a {
            display: block;
            width: 100%;
            height: 100%;
        }

            .hd2 .hd-lf a img {
                height: 80%;
                margin-top: 4px;
            }

    .hd2 .hd-rg {
        float: right;
        text-align: right;
    }

        .hd2 .hd-rg .er-bx {
            width: 100%;
            height: 700px;
            position: absolute;
            background-color: #fff;
            z-index: 99;
            display: none;
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
            left: 0;
        }

            .hd2 .hd-rg .er-bx .er-lf {
                float: left;
                width: 25%;
                height: 100%;
            }

                .hd2 .hd-rg .er-bx .er-lf .lf-p {
                    display: block;
                    color: #000;
                    text-decoration: none;
                    height: 40px;
                    line-height: 40px;
                    text-align: center;
                    margin-top: 5px;
                    margin-left: 5px;
                    border-radius: 5px;
                }

.on {
    color: #fff;
    background-color: #0677ff;
}

.hd2 .hd-rg .er-bx .er-rg {
    float: right;
    width: 75%;
    height: 100%;
    position: relative;
    overflow-y: auto;
}

    .hd2 .hd-rg .er-bx .er-rg .lf-p-bx {
        display: flex;
        flex-wrap: wrap;
        padding: 0 4px;
    }

    .hd2 .hd-rg .er-bx .er-rg .lf-z {
        width: 50%;
        margin: 30px 0 0 0;
        padding: 0 10px;
    }

        .hd2 .hd-rg .er-bx .er-rg .lf-z .lf-e {
            text-align: center;
           
            display: inline-block; /* 设置display为inline-block */
            width: 100px; /* 设置宽度 */
            margin-right: 10px; /* 设置右侧间距 */
        }

            .hd2 .hd-rg .er-bx .er-rg .lf-z .lf-e a {
                width: 100%;
                display: inline-block; /* 设置display为inline-block */
                width: 100px; /* 设置宽度 */
                margin-right: 10px; /* 设置右侧间距 */
            }

    .hd2 .hd-rg.er-bx .er-rg .lf-p-bx {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        background-color: #fff;
    }
/* 解决问题二级导航 */
.m-menu {
    position: absolute;
    width: 1100px;
    left: 50%;
    margin-left: -550px;
    background: #fff;
    top: 60px;
    z-index: 99;
    display: none;
    box-shadow: 0 6px 20px 0 rgba(166 177 204 0.15);
}

    .m-menu .menu-top {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

        .m-menu .menu-top div {
            height: 100%;
        }

        .m-menu .menu-top .menu-div {
            width: 220px;
            padding: 0 20px;
            margin-top: 20px;
            margin-bottom: 20px;
        }

        .m-menu .menu-top .m-d {
            margin-left: 0px !important;
        }

        .m-menu .menu-top .menu-div .hd-menu {
            height: 40px;
            border-bottom: 1px solid #ddd;
            box-sizing: border-box;
            line-height: 40px;
        }

.hd-menu:nth-of-type(6n+6) {
    margin-right: 0px !important;
}

.m-menu .menu-top .menu-div .h-menu {
    height: 35px;
    line-height: 35px;
}

.m-menu .menu-top .menu-div .hd-menu .g-szh {
    text-decoration: none;
    color: #595961;
    font-weight: 700;
    font-size: 14px;
}

.m-menu .menu-top .menu-div .h-menu .g-szh {
    text-decoration: none;
    color: #595961;
    font-size: 12px;
}

.m-menu .menu-btn {
    width: 100%;
    height: 260px;
    display: flex;
    justify-content: space-around;
}

    .m-menu .menu-btn .menu-div {
        margin-left: 60px;
        margin-top: 40px;
    }

    .m-menu .menu-btn .m-d {
        margin-left: 0px !important;
    }

    .m-menu .menu-btn .menu-div .h-menu {
        height: 30px;
        margin-bottom: 10px;
    }

    .m-menu .menu-btn .menu-div .hd-menu {
        height: 30px;
        border-bottom: 1px solid #ddd;
        box-sizing: border-box;
        margin-bottom: 10px;
        line-height: 30px;
    }

    .m-menu .menu-btn .menu-div .h-menu .g-szh {
        text-decoration: none;
        color: #595961;
        font-size: 12px;
    }

    .m-menu .menu-btn .menu-div .hd-menu .g-szh {
        text-decoration: none;
        color: #595961;
        font-weight: 700;
        font-size: 14px;
    }

    .m-menu .menu-btn div {
        height: 100%;
        margin-right: 35px;
    }

.h-szh:hover {
    color: #0677ff !important;
}
/* 导航栏二级菜单 */
.wrp-box1:hover .m-menu {
    display: block !important;
}

/* 服务项目二级菜单 */
.s-pro {
    position: absolute;
    width: 220px;
    height: 385px;
    background-color: #fff;
    top: 60px;
    z-index: 99;
    display: none;
    box-shadow: 0 6px 20px 0 rgba(166 177 204 0.15);
}

    .s-pro .hd-menu {
        width: 110px;
        height: 30px;
        border-bottom: 1px solid #ddd;
        box-sizing: border-box;
        margin: 35px auto;
        margin-bottom: 10px;
        line-height: 30px;
    }

        .s-pro .hd-menu .g-szh {
            text-decoration: none;
            color: #595961;
            font-weight: 700;
            font-size: 14px;
        }

    .s-pro .h-menu {
        width: 110px;
        height: 30px;
        margin: 10px auto;
    }

        .s-pro .h-menu .g-szh {
            text-decoration: none;
            color: #595961;
            font-size: 12px;
        }

.wrp-box:hover .s-pro {
    display: block !important;
}
/* 资源中心二级菜单 */
.r-center {
    position: absolute;
    background-color: #fff;
    top: 60px;
    margin: auto;
    z-index: 99;
    display: none;
    box-shadow: 0 6px 20px 0 rgba(166 177 204 0.15);
}

.Resou-bx {
    display: flex;
    flex-wrap: wrap;
}

.Resou {
    width: 200px;
    padding: 0 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .Resou:nth-of-type(6n+6) {
        margin-right: 0px !important;
    }

.r-center .hd-menu {
    height: 40px;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    /* margin: 35px auto; */
    /* margin-bottom: 10px; */
    line-height: 40px;
}

    .r-center .hd-menu .g-szh {
        text-decoration: none;
        color: #595961;
        font-weight: 700;
        font-size: 14px;
    }

.r-center .h-menu {
    height: 35px;
    line-height: 35px;
}

    .r-center .h-menu .g-szh {
        text-decoration: none;
        color: #595961;
        font-size: 12px;
    }

.wrp-box1:hover .r-center {
    display: block !important;
}


@media screen and (max-width:556px) {
    .hed {
        display: none !important;
    }

    .hd2 {
        display: block !important;
    }
}

@media screen and (min-width:557px) and (max-width:768px) {
    .hed {
        display: none !important;
    }

    .hd2 {
        display: block !important;
    }
}



@media screen and (min-width:769px) and (max-width:996px) {
    .hed {
        display: none !important;
    }

    .hd2 {
        display: block !important;
    }
}



@media screen and (min-width:997px) and (max-width:1200px) {
    .hed .hed-bx {
        width: 100%;
    }

    .bx-a {
        width: 170px !important;
        position: relative;
    }

    .wrpbg {
        margin: auto;
    }
}




@media screen and (max-width:1200px) {
    .m-menu {
        width: 80%;
        margin-left: -40%;
    }

        .m-menu .menu-top .menu-div {
            width: 25%;
        }
}
