.footer {
    /* background-color: #5B5B5B; */
    background-image: url(../images/footerBgImg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 40px 0;
}
.footer .cardList ul {
    display: flex;
}
.footer .cardList ul li {
    width: 406px;
    height: 167px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.footer .cardList ul li:nth-of-type(n + 2) {
    margin-left: 40px;
}
.footer .cardList ul li .icon img {
    width: 70px;
    height: 70px;
}
.footer .cardList ul li .icon {
    margin-bottom: 12px;
    /* text-align: center; */
}
.footer .line {
    width: 100%;
    height: 1px;
    background-color: #777;
    margin-top: 40px;
}

.footer .logoAndPhone {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 50px;
}
.footer .logoAndPhone .logo img {
    width: 130px;
    height: auto;
}
.footer .logoAndPhone .phone img {
    width: 383px;
    height: auto;
}
.footer .navList {
    display: flex;
}
.footer .navList ul {
    margin-right: 45px;
    flex-shrink: 0;
}

.footer .navList ul li:nth-of-type(1) a {
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
}
.footer .navList ul li:nth-of-type(n + 2) {
    margin-top: 14px;
}
.footer .navList ul li:nth-of-type(n + 2) a {
    font-size: 14px;
    color: #CCCCCC;
    cursor: pointer;
}
.footer .navList ul li:nth-of-type(n + 2):hover a {
    color: #fff;
}
.footer .navList .erweicode {
    margin-left: 200px;
    text-align: center;
}
.footer .navList .erweicode img {
    width: 150px;
    height: 150px;
}
.footer .navList .erweicode p {
    color: #fff;
    margin-top: 14px;
}
.footer .address {
    margin-top: 60px;
}
.footer .copyright ,
.footer .technology,
.footer .address {
    font-size: 14px;
    color: #FFFFFF;
}
.footer span {
    font-size: 14px;
    color: #FFFFFF;
}
.footer .copyright ,
.footer .technology {
    margin-top: 20px;
}