li{list-style: none;}
*{margin: 0; padding: 0;}
a{text-decoration: none;}
.foot{
    /* height: 300px; */
    background: #333;
    margin: 20px 0 0;
}
.foot-s{
    /* height: 50px; */
    border-bottom: 1px solid #ccc;
    overflow:  hidden;
    padding: 10px 0;
}
.foot-z{
    height: 210px;
    border-bottom: 1px solid #ccc;
}

.foot-s ul{
    max-width: 1200px;
    margin: 0 auto;
}
.foot-s ul li{
    float: left;
    line-height: 26px;
    margin: 0 10px;
    color:#f1f1f1;
    font-size: 14px;
}
.foot-s ul li a{
    color:#fff;
}
.foot-s ul li a:hover{
    color: #221816;
}
.foot-z ul{
    width: 1200px;
    margin: 0 auto;
}
.foot-z ul li{
    width: 400px;
    float: left;
}
.foot-logo{
    padding-top: 60px;
    display: none;
}
.foot-z ul li p{
    font-size: 24px;
    color: #fff;
    /* line-height: 60px; */
    margin: 25px 0 10px;
}
.foot-z ul li span{
    display: block;
    color: #f1f1f1;
    font-size: 14px;
    line-height: 26px;
}
.foot-z .weima{
    width: 130px;
    height: 180px;
    overflow: hidden;
    margin: 0;
    /* margin-top: -5px; */
    padding-top: 0;
    /* position: relative; */
    float: right;
    text-align: center;
}
.weima span{
    right: 0;
    bottom:0;
    display: block;
    /* text-align: center; */
    /* position: absolute; */
}
.weima img{
    width:124px;
    height:124px;
    margin-top: 30px;
    /* float: right; */
}
.foot-x {
    height: 60px;
}
.foot-x p{
    text-align: center;
    line-height: 60px;
    color: #f1f1f1;
    font-size: 14px;
}
.foot-x p span{
    color:#fff;
    font-size: 14px;
}
.foot-x p a{
    color: #fff;
}
.foot-x p a:hover{
    color: #bfbfbf;
}