.footContainer{
    width: 80%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    margin-top: 15px;
}
.footContainer > div{
    width: calc(100% / 3);
    height: 100%
}
.footContainer .footContainer_weixin{
    width: 100px;
    height: 100px;
    margin-left: 100px;
}
.contackUs{
    display: flex;
    align-items: center;
    justify-content: center;
}
.contackUs .contackUs_part{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.contackUs .contackUs_part > img{
    width: 200px;
    height: 200px;
    margin-bottom: 10px;
}
.contackUs .contackUs_part > img:first-child{
    margin-left: 30px;
}
