/* footer */
.footer > .container {
    padding: 20px;
    background: #fff;
    height:278px;
}
.wzlj {
    height: 35px;
    line-height: 35px;
    background: #c2121f;
    color: #fff;
    padding-left: 20px;
}
.wzlj li {
    float: left;
    margin-right: 30px;
    cursor: pointer;
}
.wzlj span {
    width: 11px;
    height: 6px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    background: url(../images/public/sprite.png) no-repeat 0 -56px;
}
.copyright {
    height: 94px;
    padding: 0 20px 25px;
margin-top:15px;
}
.copyright .dzxg {
    /*float: right;*/
}
.copyright p {
    width: 70%;
    padding-top: 15px;
}
.wzlj-lists ul {
    display: none;
    font-size: 16px;
    overflow: auto;
    padding-left: 80px;
}
.wzlj-lists .dis {
    display: block;
}
.wzlj-lists ul li {
    float: left;
    margin: 8px 16px 4px 0;

}
.copyright ul {overflow:hidden;}
.copyright ul li {float:left;}
@media screen and (max-width: 768px) {
    /* footer */
    .footer > .container {
        padding: 0 10px;
    }
    .wzlj,
    .wzlj-lists {
        display: none;
    }
    .copyright {
        position: relative;
        height: auto;
        margin: 0;
        padding: 0 0 15px;
    }
    .copyright .dzxg {
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .copyright p {
        width: 100%;
        padding-top: 10px;
    }
.yd_none {display:none;}
}