/*页眉*/
.footer{
    background: url("../images/footer/footer_bg1.jpg")no-repeat center bottom;
    background-size: 100%;
    padding-top: 40px;
}




.footer .bootom_dz img{
    width: 30px;
}
.footer .bootom_dz p{
    line-height: 30px;
    color: #ffffff;
    padding-left: 5px;
}





.footer .ewm{
    float: right;
    display: table;
    text-align: center;
    width: 100px;
}
.footer .ewm img{
    width: 80px;
}
.footer .ewm p{
    color: #ffffff;
    font-size: 12px;
    margin-top: 5px;
}



.footer .foot{
    padding: 10px 0;
    border-top: 1px solid rgba(239,249,251,.2);
    color: #ffffff;
    text-align: center;
    margin-top: 20px;
}
.footer .foot a{
    color: #ffffff;
}


/*手机适配*/
@media (max-width:1200px) {
    .footer{
        background-position: center top;
        background-size: cover;
    }
    .footer .foot{
        padding: 10px 15px;
    }
}