@charset "UTF-8";
a {
    text-decoration: none;
}
a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}
a:focus {
    text-decoration: none;
}

/*/=========================/*/
.nav-li li{
    padding: 10px;
    font-size: 18px;
}

html {
    position: relative;
    min-height: 100%;
}

.footer {
    position: absolute;
    bottom: 0;  width: 100%;
    background-color: #F1F9FF;
    height: 60px;
}
.footer a{
    line-height: 60px;
    color: #3BA3FB;
}