/*子平文化*/
/*顶部栏*/
.navbar{
    background: #C83C23;
    max-width: 750px;
    margin: 0 auto;
    font-size: 16px;
    height: 50px;
    display: flex;
    align-items: center;
}
.navbar-header a{
    display: block;
    padding: 10px;
}
.navbar-header img{
   width: auto;
    height: 32px;
}
.hlmenu {
    position: absolute;
    right: 10px;
}
.hlmenu a{
    float: left;
    font-size: 16px;
    line-height: 50px;
    color: #FFFFFF;
    padding: 0 10px;
    position: relative;
}
.navbar-fixed-top{
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
/*底部菜单*/
