
/* 关于导航 */
.aboutTop {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px;
    padding: 20px 0;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 60px;
}
.aboutTop ul {
    display: flex;
    flex-wrap: wrap;
}
.aboutTop ul li {
    margin-left: 20px;
    margin-right: 20px;
}
.aboutTop ul li a {
    padding-bottom: 20px;
}
.aboutTop ul li a.active {
    font-weight: bold;
    border-bottom: 2px solid #df0615;
}
.aboutTop ul li.active a {
    font-weight: bold;
    border-bottom: 2px solid #df0615;
}
.aboutTop ul li a:hover {
    font-weight: bold;
    border-bottom: 2px solid #df0615;
}
.aboutTop .crumbs {
    padding-left: 40px;
    background: url(../images/icon13.png) 10px top no-repeat;
}


/* 手机端 */
@media (max-width: 767px) {
    #header {
        position: fixed;
    }
    #container {
        margin-top: 100px;
    }
    .aboutTop {
        padding: 40px 0;
        margin-top: 10px;
        margin-bottom: 35px;
        border-bottom: none;
    }
    .aboutTop ul {
        margin-top: 20px;
    }
    .aboutTop ul li {
        margin: 0 15px 13px;
    }
    .aboutTop ul li a {
        padding-bottom: 5px;
    }
    .aboutTop .crumbs {
        font-size: 12px;
    }
}