.p102-fdh-3 {
    height: 100px;
    box-shadow: 0 4px 6px #e9e9e9;
}

.p102-fdh-3 li {
    float: left;
    width: 16.66%;
    height: 100px;
    position: relative;
}

.p102-fdh-3 li:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 26px;
    background: #cfcfcf;
    right: 0;
    top: 50%;
    margin-top: -13px;
}

.p102-fdh-3 li:last-child:after {
    display: none;
}

.p102-fdh-3 li a {
    display: block;
    height: 100px;
    line-height: 100px;
    font-size: 22px;
    color: #1a1a1a;
    text-align: center;
}

.p102-fdh-3 li.sidenavcur:before,
.p102-fdh-3 li:hover:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #114196;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.p102-fdh-3 li.sidenavcur a,
.p102-fdh-3 li:hover a {
    font-weight: bold;
    color: #343434;
}

.p102-fdh-3 li.sidenavcur a:before,
.p102-fdh-3 li:hover a:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: #fff;
    border: 3px solid #343434;
    border-radius: 100%;
    left: 50%;
    margin-left: -9px;
    bottom: -8px;
    z-index: 2;
}

.p102-fdh-3 li.sidenavcur a:after,
.p102-fdh-3 li:hover a:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #114196;
    border-radius: 100%;
    left: 50%;
    margin-left: -3px;
    bottom: -2px;
    z-index: 3;
}