/*导航栏*/

.nav-bar {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    background: #fff;
    box-shadow: 0 0 30px #EBEEF5;
    z-index: 9999;
    padding: 12px 30px 0 30px;
}

.brand .logo {
    width: 218px;
    height:62px;
}

.brand .slogan {
    font-size: 1.4em;
    padding-bottom: 8px;
}

.navs {
    display: flex;
    height:66px;
    padding-right: 86px;
}

.navs a.link {
    display: block;
    margin-right: 30px;
    width: 102px;
    text-align: center;
    float: left;
    color: #303133;
    font-size: 17px;
}

.navs a.train {

}

.navs .train i {
    margin-right: 6px;
    color: #fcb814;
    font-size: 18px;
}


.navs .active {
    font-weight: bold;
    color: #FCB814;
    border-bottom: 3px solid #fcb814;
}
