.serviceNav{
    height: 80px;
    background: #fff;
    border-top: 1px solid #e1e1e1;
}
.serviceNav ul{
    display: flex;
    justify-content: center;
}
.serviceNav ul li a{
    line-height: 80px;
    font-size: 18px;
    color: #333;
    padding: 0px 40px;
    border-right: 1px solid #e1e1e1;
}
.serviceNav ul li:last-child a{
    border: none;
}
.serviceNav ul li a:hover{
    color: #34A0D5;
}









