* {
    margin: 0px;
    padding: 0px;
    text-align: center;
    color: #FFF;
}

a {
    text-decoration: none;
    color: black;
    display: block;
    padding: 15px 0px;
    cursor: pointer;
}

body {
    min-width: 1200px;
    background: #f7f8fc;
}

.flex {
    display: flex;
    align-items: center;
}

.flex-ld {
    justify-content: space-between;
}

.box {
    width: 1200px;
    margin: 0px auto;
}

.bod_top {
    font-weight: bold;

    .bod_top1 {
        background: #425383;
        padding: 30px 0px;

        .box {
            justify-content: space-between;
        }

        .bod_top1_1 {
            font-size: 48px;
            font-weight: bold;

        }

        .bod_top1_2 {
            font-size: 16px;

            span {
                display: block;
                text-align: left;
            }
        }
    }

    .bod_top2 {
        background: #0094d8;
    }

    .box p {
        font-size: 48px;
        color: #145aa8;
    }

    .box a {
        font-size: 18px;
        margin-right: 55px;
        color: #fff;
    }

    .box a:hover {
        color: #f0de8b;
    }

    .gliang {
        color: #f0de8b !important;
    }

    .top {
        font-size: 16px;
    }
}

.bod_bot {
    background: url(../img/bot.png) center center;
    background-size: cover;
    height: 210px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    .box_left {
        p {
            font-size: 18px;
            text-align: left;
            margin-bottom: 10px;
        }

        .m_t {
            margin-bottom: 25px;
        }

        .byy {
            color: #afafaf;
        }
    }

    .box_right img {
        margin: 0px 27px;
    }

    .box_right p {
        font-size: 16px;
        margin-top: 5px;
    }
}

.title {
    margin-top: 70px;
    margin-bottom: 50px;

    * {
        font-weight: normal;
    }

    h1 {
        color: #3e3c3c;
        font-size: 42px;
        margin-bottom: 16px;
    }

    h2 {
        color: #425383;
        font-size: 30px;
    }
}

.bangding_box {
    position: relative;

    .bangding {
        display: none;
        position: absolute;
        top: 100%;
        left: -10px;
        background: #0094d8;

        a {
            margin: 0px;
            padding: 10px 10px;
        }
    }
}

.bangding_box:hover {
    .bangding {
        display: block;
    }
}

.zhengwen {
    color: #777373 !important;
    font-size: 14px !important;
    line-height: 21px !important;
    font-weight: normal !important;
}