* {
    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: 1000px;
    background: #fff;
}

.flex {
    display: flex;
    align-items: center;
}

.flex-ld {
    justify-content: space-between;
}

.box {
    width: 1000px;
    margin: 0px auto;
}

.bod_top {
    font-weight: bold;

    .bod_top1 {
        background: #000;
        padding: 10px 0px;

        .box {
            justify-content: space-between;
        }

        .bod_top1_1 {
            font-size: 48px;
            font-weight: bold;

            span {
                font-size: 40px;
                color: #c36dcf;
                padding-right: 20px;
            }
        }

        .bod_top2 {
            flex-grow: 1;

            a {
                font-size: 16px;
                color: #fff;
            flex-grow: 1;
            }

            a:hover {
                background: #ed3da1;
            }

            .gliang {
                background: #ed3da1;
            }
        }
    }

    .box p {
        font-size: 48px;
        color: #145aa8;
    }

    .box .box .top {
        font-size: 16px;
    }
}

.bod_bot {
    /* background: url(../img/bot.png) center center; */
    /* background-size: cover; */
    background: #000;
    height: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
    .box_left {
        p {
            font-size: 16px;
            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: 20px;
    margin-bottom: 30px;

    * {
        font-weight: bold;
    }

    h1 {
        color: #e20c5d;
        font-size: 20px;
        margin-bottom: 15px;
    }

    h2 {
        color: #666;
        font-size: 12px;
        margin-bottom: 15px;
    }
    div{
        background: #e20c5d;
        height: 2px;
        width: 40px;
        margin: 0px auto;
    }
}

.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;
}