.link li {
    float: left;
    width: 90px;
    text-align: center;
    height: 100%;
    line-height: 72px;
}

.link li:hover {
    background: #0280ac;
  
}
.link li:hover a{
    color: #ffffff;
}
.link li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #303030;
    font-size: 14px;
}

.link li.active {
    background: #0280ac;
    color: #ffffff;
}

.link li.active a {
    color: #ffffff;
}


.nav-list-sub.plan {
    display: none;
    width: 90px;
    height: 72px;
    overflow: hidden;
    padding-top: 8px;
    background: url(../img/sub-bg.png)no-repeat top center;
    margin-top: -1px;
}

.nav-list-sub .sub-item {
    height: 30px;
    line-height: 30px;
}

.nav-list-sub .sub-item a {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}

.nav-list-sub.plan a:hover {
    color: #9ef7fd;
}

.nav-list-menu:hover .nav-list-sub {
    display: block;
}