﻿.secondMenu{
    width: 100%;
    height: 78px;
    left: 0;
    color: #666666;
    font-size: 16px;
    background: #fff;
    display:flex;
    justify-content: center;
    align-content: center;
    position: fixed;
    top: 54px;
    z-index: 999;
}
.secondMenu > div{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #E2E2E2;
}
.secondMenu > div a{
    color: #666;
    text-decoration:none;
    padding: 0 25px;
    line-height: 78px;
}
.secondMenu > div a:hover, .secondMenu .cur{
    color:#333333;
    font-weight: bold;
}