修改menu.css中第204行, line-height: 16px;padding: 20px 5px;值就行了
.menu ul li a {
display: block;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
background: #398fc7;
font-size: 13px;
font-weight: 700;
color: #fff;
text-align: center;
text-transform: uppercase;
line-height: 16px;
padding: 20px 5px;
}