


.HBfooterbg{
    /* height: 70px; */
    background-color: #005bac;
}
.HBfooter{
    text-align: center;
    background: url(../images/header/footerbg.png) no-repeat left center;
    background-size: auto;
    padding-left: 350px;
}
.HBfooter p{
    font-size: 14px;
	line-height: 28px;
	letter-spacing: 0px;
    color: #ffffff;
    line-height: 70px;
    margin-left: 42px;
    display: block;
    float: left;
}
.footlog{
    float: right;
    width: 60px;
    margin:5px 0 0 32px;
}
@media screen and (max-width:1365px){
    .HBfooter{
        background-size: 200px auto;
        padding-left: 200px;
    }
    .HBfooter p{
        margin-left: 30px;
        font-size: 12px;
    }
    .footlog{
        margin-right: 80px;
    }
    .backTop{
        width: 40px;
        height: 40px;
        bottom: 15px;
    }
}
@media screen and (max-width:1200px){
    .HBfooter {
        background-size: 200px auto;
        padding-left: 0px;
    }
}
@media screen and (max-width:1023px){
    .HBfooterbg{
        height: 2.56rem;
        padding-top: .4rem;
    }
    .HBfooter{
        padding-left: 0;
        background: none;
    }
    .HBfooter p{
        display: block;
        line-height: .44rem;
        font-size: .24rem;
        margin-left: 0;
        text-align: center;
        width: 100%;
    }
}
