/* lz link */
.lz-wap{
    display: none !important;
}
.lz-link{
    text-align: center;
    width: 85px;
    height: 85px;
    background-color: #fff;
    padding: 3px;
    margin-right: 35px;
    margin-top: 15px;
}
.lz-link a{
    display: block;
    border: 2px solid #16488e;
    padding: 3px;
    height: 100%;
    text-decoration: none;
}
.lz-link div img{
    height: 28px;
}
.lz-link p{
    color:#16488e;
    text-align: justify;
    padding: 3px 6px;
    line-height: 18px;
    margin-bottom: 0;
}


.footer-wrap .footer .f1box .box1{
    align-items: flex-start;
}
.footer-wrap .footer .f1box .box1 .linkbox .con a{
    width: 33%;
}
.footer-wrap .footer .f1box .box1 .linkbox{
    width: 418px;
}

@media (max-width:990px){
    .footer-wrap .footer .f1box .box1 .linkbox{
        width: 100%;
    }
    .footer-wrap .footer .f1box .box1 .linkbox .con a{
        width: 25%;
    }
    .lz-link{
        display: none;
    }
    .lz-wap{
        display: block;
    }
}