html, body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    font-family: "微软雅黑";
    font-size: 14px;
    background-color: #f3f7fa !important;
}
.top-nav-info,.top-content{
    width: 100%;
}
.top-content{
    position: absolute;
}
.top-content .nav-img{
    width: 100%;
    height: 30%;
    position: relative;
}
.top-content .nav-img img{
    width: 100%;
}
.top-content .nav-logo{
    position: absolute;
    z-index: 999;
}
.top-content .nav-logo img{
    top: 2%;
    width: 28%;
    margin: 1rem 0 0 2rem;
}
.nav-title{
    position: absolute;
    z-index: 999;
    top: 11%;
    width: 100%;
}
.nav-title h1{
    letter-spacing: 1px;
}
.nav-title p{
    padding-top: 10px;
    font-size: 14px;
    color: #fff;
}
.nav-items{
    padding-bottom: 5rem;
    border-radius: 5px;
    background-color: #f3f7fa;
}
.nav-items a img{opacity: 0.5}
.nav-items a{
    width: 23%;
    background: url("../img/no-check.png") repeat-y center center;
    border: none;
    padding: 1.7rem .7rem;
    color: #002962;
    background-size: 100% 100%;
    font-weight: normal;
}
.nav-items a:hover{
    background: url("../img/in-check.png") no-repeat center center;
    background-size: 100% 100%;
    color: #ffffff;
    font-weight: bolder;
}
.nav-items h6{
    color: #002962;
    font-weight: 700 !important;
    padding: 38px 0 1rem 2rem;
}
.nav-items .border-bottom{
    background: #ffffff;
    border-radius: 5px;
}
.nav-pills a{
    color: #002962 !important;
    line-height: 1.5rem;
    font-size: 15px;
}
.nav-pills li{
    margin-left: 9px;
}
.nav-pills .nav-link{
    padding: .8rem 1.8rem;
}
.nav-pills .nav-link.active{
    border-radius: 20px!important;
    color: #ffffff !important;
}

@media (max-width: 550px){
    .nav-title{
        top: 2%;
    }
    .nav-title h1{
        font-size: 15px!important;
    }
    .nav-title p{
        padding-top: 10px;
        font-size: 8px!important;
        color: #fff;
    }
    .top-content .nav-logo img{
        width: 18%;
        margin: 1rem 0 0 1rem;
    }
}
@media (min-width: 550px) and (max-width: 750px) {
    .nav-title{
        top: 3%;
    }
    .nav-title p{
        padding-top: 10px;
        font-size: 10px;
        color: #fff;
    }
    .nav-title h1{
        font-size: 22px!important;
    }
}
.footer{
    text-align: center;
    position: absolute;
    bottom: 10px;
    width: 100%;
}
.footer a,.footer a:hover{
    color: #000;
    text-decoration: none;
    background: none;
    width: 100%;
    font-weight: normal;
}
.internal{
    position: absolute;
    z-index: 999;
    top: 14px;
    width: 100%;
}
.internal a{
    color: rgba(255,255,255,0.75);
    font-size: 18px;
}
.internal a:hover,.internal a.active{
    color: rgba(255,255,255,1);
}
