.footWap {
    padding-top: 20px;
    font-size: 14px;
    display: flex;
}
.wap {
    width: 1200px;
    margin: 0 auto;
}
.footWap .left {
    flex: 1;
}
.links {
    text-align: center;
	color: #333;
}
.links a{
	color: #333;
    margin-left: 45px;
}
.links a:nth-child(2) {
    margin-left: 0;
}
.footBtm {
    display: flex;
    margin-top: 15px;
}
.footBtm .logo {
    display: block;
    height: 45px;
    margin-right: 55px;
}
.address {
    margin-top: 15px;
    margin-bottom: 10px;
}
.address a {
    color: #212529;
}
.wexin {
    text-align: center;
    line-height: 150%;
}
.wexin img {
    display: block;
    width: 80px;
    margin: 0 auto;
}
.footBtm .logo {
    display: block;
    height: 45px;
    margin-right: 55px;
}
a:link {
    text-decoration: none;
}


















