footer{
    width: 100%;
    height: 150px;
    background: rgba(0, 69, 144, 1);
    padding: 15px 0;
    transition: bottom 0.2s;
}
.footer-left{
    width: 40%;
    float: left;
}
.footer-logo{
    width: 320px;
    height: auto;
    margin-bottom: 16px;
}
.footer-logo img{
    width: 100%;
}
.footer-tel p{
    color: #ffffff;
    margin-bottom: 2px;
    font-size: 14px;
}
.footer-right{
    height: 100%;
    float: right;
    display: flex;
    align-items: center;
}
.wx-code-list{
    width: 100%;
}
.wx-code-item{
    width: 130px;
    height: auto;
    float: left;
}
.wx-code-image{
    width: 80px;
    height: 80px;
    margin: auto;
    overflow: hidden;
}
.wx-code-image img{
    width: 100%;
}
.wx-code-title{
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    margin-top: 2px;
    cursor: pointer;
}
.copyright{
    width: 100%;
    height: 40px;
    background-color: rgba(0, 57, 117, 1);
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
}
footer.animated-toTop{
    bottom: 0px;
}

@media (max-width: 1440px) {
    footer{
        height: 110px;
        padding: 12px 0;
    }
    .footer-logo{
        width: 260px;
        margin-bottom: 6px;
    }
    .footer-tel p{
        font-size: 12px;
        margin-bottom: 2px;
    }
    .wx-code-item{
        width: 100px;
    }
    .wx-code-image{
        width: 70%;
        height: 70px;
    }
    .wx-code-title{
        font-size: 10px;
    }
    .copyright{
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }
}
@media (max-width: 800px) {
    footer{
        height: auto;
        overflow: auto;
    }
    .footer-logo{
        width: 100%;
    }
    .footer-left{
        width: 100%;
    }
    .footer-right{
        width: 100%;
        height: auto;
        margin-top: 10px;
    }
    .footer-tel p{
        font-size: 14px;
    }
    .copyright{
        font-size: 14px;
    }
    .wx-code-list{
        display: flex;
        flex-wrap: wrap;
    }
    .wx-code-title{
        font-size: 12px;
    }
    .wx-code-item{
        width: 25%;
    }
    .wx-code-image{
        height: 74px;
    }
}