/*页脚*/
.footer{
    background-color: #02529f;
    padding: 30px 0 20px 0;
}
.footer img{
    max-width: 100%;
}
.footer .links dt{
    font-weight: 100;
    width: 5em;
    line-height: 26px;
    color: #ffffff;
}
.footer .links dd{
    width: calc(100% - 5em);
    line-height: 26px;
}
.footer .links dd a{
    color: #8baed8;
}
.footer .links dd a:hover,.footer p a:hover{
    color: #ffffff;
}
.footer p,.footer p a{
    color: #8baed8;
    line-height: 26px;
}



/*小屏幕适配*/
@media screen and (max-width: 1200px) {
    .footer .links{
        margin: 10px 0;
    }
}