/*底部*/
.footer{
    background-image: url("../images/footer/bg_1.png");
    width: 100%;
    margin-top: 30px;
}
.footer .container{
    padding: 22px 0 17px 0;
}
.footer .end{
    float: left;
}
.footer .logo{
    height: 200px;
    line-height: 200px;
    text-align: center;
    width: 420px;
    float: left;
}
.footer .logo img{
    height: 80px;
}
.footer .link{
    width: 250px;
    overflow: hidden;
    float: left;
}
.footer .link li{
    width:90%;
    text-align: left;
    font-size: 14px;
    line-height: 40px;
}
.footer .link li a{
    color: #fff;
}
.footer .link li a:hover{
    font-weight: bold;
}
.footer .ewm{
    width: 200px;
    float: right;
}
.footer .ewm img{
    width: 100%;
}



.footer .dz{
    width: 250px;
    float: left;
    font-size: 14px;
    line-height: 40px;
    color: #ffffff;
}
.footer .dz a{
    color: #ffffff;
}

.footer .foot{
    text-align: center;
    background-image: url("../images/footer/bj_2.png");
    padding: 10px 0;
}
.footer .foot,.footer .foot a{
    color: #fff;
    line-height: 20px;
    font-size: 14px;
}
.footer .foot a:hover{
    font-weight: bold;
}

/*手机适配*/
@media (max-width:758px) {
    .footer .container{
        padding: 20px 15px;
    }

    .footer .logo{
        height:auto;
        line-height: inherit;
        text-align: center;
        width: 100%;
        float: inherit;
    }
    .footer .logo img{
        height: auto;
        max-width: 100%;
    }

    .footer .link{
        width: 100%;
        float: inherit;
        margin: 20px 0 0 0;
    }
    .footer .link li{
        width: 100%;
        line-height: 30px;
    }

    .footer .dz{
        width: 100%;
        float: inherit;
        line-height: 30px;
    }

    .footer .ewm{
        float: inherit;
        margin:0 auto;
        margin-top: 20px;
    }

}