
footer{
   padding-top:50px;
    padding-bottom:20px;
    background: url("../images/footer.png");
    background-size: cover;
}
.footp1{
    text-align: center;
}
.footul{
    padding: 36px 0px ;
}
.footul li{
    float: left;
}
.footul li a{
    color:#fff;

}
.footp2,.footp3{
    text-align: center;
    color:#fff;
    padding-top: 12px;
}
.wap_footer{
    display: none;
}
.erma{
    text-align: center;
}

.footul li a{
    padding: 0px 15px;
    border-right:1px solid #ccc;

}




@media only screen and (max-width : 768px) {
    footer{
        padding-bottom: 54px;
    }
    /*.aba{*/
        /*margin-left: 20px;*/
    /*}*/
    .wap_footer {
        width: 100%;
        max-width: 640px;
        height: 50px;
        margin: 0 auto;
        position: fixed;
        display: block;
        bottom: 0;
        left: 0;
        background: #007aff;
        z-index: 999999;
    }
    .wap_footer ul li {
        float: left;
        width: 33.3%;
        font-size: 12px;
        line-height: 50px;
        padding-top: 5px;
        opacity: 1;
    }
    .wap_footer ul li a {
        line-height: 16px;
        display: block;
        color: #fff;
        text-align: center;
    }
    .wap_footer ul li span.icon {
        display: block;
        text-align: center;
        height: 22px;
        padding-bottom: 3px;
    }
    .wap_footer ul li a img {
        height: 22px;
    }
    .footul li a{
        padding: 0px 6px;
    }
}



