/*页眉*/
.footer{
    background-color: #002d61;
}
.footer .wp{
    padding: 0.6rem 0 0.3rem 0;
    overflow: hidden;
}
.footer .dl{
    float: left;
}
.footer table{
    height: 100%;
}
.footer .img img{
    width: 5.58rem;
    height: 0.74rem;
}
.footer .xx{
    margin-left: 0.8rem;
}
.footer .xx p{
    color: #ffffff;
    font-size: 0.16rem;
    line-height: 0.3rem;
}
.footer .ewm{
    float: right;
}
.footer .ewm img{
    width: 1.29rem;
    height: 1.29rem;
}
.footer .ewm p{
    text-align: center;
    color: #ffffff;
    font-size: 0.16rem;
    margin-top: 0.05rem;
}
.footer .foot{
    background-color: #001f43;
    color: #ffffff;
    font-size: 0.16rem;
    text-align: center;
    line-height: 0.6rem;
}



/*手机适配*/

@media screen and (max-width: 1200px) {
    /*页眉*/
    .footer{
        background-color: #002d61;
    }
    .footer .wp{
        padding: 0.4rem 0;
        overflow: hidden;
    }
    .footer .dl{
        float: inherit;
        width: 100%;
    }
    .footer table{
        height: 100%;
    }
    .footer .img{
        margin: 0 auto;
    }
    .footer .img img{
        width: 100%;
        /*height: 0.74rem;*/
    }
    .footer .xx{
        margin: 0.2rem 0;
    }
    .footer .xx p{
        color: #ffffff;
        font-size: 0.14rem;
        line-height: 0.3rem;
    }
    .footer .ewm{
        float: inherit;
        margin: 0 auto;
        text-align: center;
    }
    .footer .ewm img{
        width: 1.29rem;
        height: 1.29rem;
    }
    .footer .ewm p{
        text-align: center;
        color: #ffffff;
        font-size: 0.14rem;
        margin-top: 0.05rem;
    }
    .footer .foot{
        background-color: #001f43;
        color: #ffffff;
        font-size: 0.14rem;
        text-align: center;
        line-height: 0.6rem;
    }
}







