.foot {
    width: 100%;
    height: 256px;
}
.foot-part1{
    height: 196px;
    background:#222222 ;
}
.foot-part1-cont {
    width: 1000px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
}
.foot-part1-cont-logo,.foot-part1-cont-msg,.foot-part1-cont-ma{
    float: left;
}
.foot-part1-cont-logo{
    line-height: 196px;
}
.foot-part1-cont-logo img {
    width: 202px;
    height: 50px;
}
.foot-part1-cont-msg{
    margin-left: 152px;
    color:#BFBFBF ;
    margin-top: 36px;
}
.foot-part1-cont-msg-text{
    font-size: 16px;
    margin-bottom: 10px;
}
.foot-part1-cont-msg-phone {
    font-size: 24px;
    margin-bottom: 15px;
}
.foot-part1-cont-msg-address {
    font-size: 14px;
}
.foot-part1-cont-ma {
     margin-left: 260px;
    line-height: 196px;
}
.foot-part1-cont-ma img{
    width: 129px;
    height: 129px;
}
.foot-part2{
    height: 60px;
    background: #1D1D1D;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    color: #B6B6B6;
}