﻿body {
    background-color: #f2f2f2;
}

.logobox {
    background-color: #ffffff;
}

.logo {
    width: 100%;
}

.logo_b_c {
    padding: 5px;
    border-bottom: 1px solid #c9c9c9;
    text-align: center;
    font-size: 16px;
    color: #018b8d;
}

.daohangbox {
    background-color: #018b8d;
    /* padding: 15px 0 15px 0; */
}

.daohang {
    display: flex;
    flex-direction: row;
}

    .daohang li {
        /* display: inline-block; */
        flex: 1;
        text-align: center;
        height: 60px;
        line-height: 60px;
    }

        .daohang li a {
            color: #ffffff;
            font-size: 16px;
        }

.daohang_sj_menu {
    display: none;
}
.daohang_neiye {
    line-height: 60px;
    height: 60px;
    background-color: #ffffff;
}
.guanggaokandeng {
    /* text-indent: 2em; */
    color: red;
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
}
.footer {
    background-color: #fafafa;
    text-align: center;
    border-top: 1px solid #ececec;
    margin-top: 15px;
    padding: 15px;
    /*margin-bottom: 80px;*/
    padding-bottom:80px
}

.f-text {
    text-align: center;
    line-height: 24px;
}

.f-copy {
    color: red;
    letter-spacing: 0.5em;
}

    .f-copy a {
        color: red;
    }
