.foot {
    height: 150px;
    line-height: 150px;
    background-color: #1A1A1A;
}

.foot ul {
    display: flex;
}

.foot .left ul {
    margin-left: 120px;
}

.foot .right ul {
    margin-right: 120px;
}

.foot ul a {
    color: #FFF;
    text-decoration: none;
}

.foot ul li {
    margin-right: 70px;
    white-space: nowrap;
}

.left {
    float: left;
    width: 50%;
}

.right {
    float: right;
    width: 30%;
}

.phone {
    display: flex;
    flex-direction: column;
}

.phone span,
.phone p {
    height: 20px;
}

.phone span {
    margin-top: -18px;
}

.phone p {
    font-size: 22px;
    color: #B41F26;
    margin-top: 10px;
}

.laaaa {
    margin-right: 20px;
}

p {
	margin: 0 0 5px;
    line-height: 30px;
    font-weight: bold;
    color: #333;
}

.heidi {
    height: 60px;
    font-size: 14px;
    line-height: 60px;
    text-align: center;
    background-color: #000;
    margin: auto;
}

.fenxiang {
    display: none;
    margin-top: 20px;
    background-color: #000;
}

@media (max-width: 1200px) {
    .foot ul li {
        margin-right: 30px;
    }
}

@media (max-width: 900px) {
    .foot ul li {
        margin-right: 10px;
    }
}

@media (max-width: 850px) {
    .foot {
        display: none;
    }

    .heidi {
        line-height: normal;
        margin-top: 40px;
    }

    .thumbnail-box .list .item {
        margin: 0 5px;
    }

    .fenxiang {
        display: block;
    }

    .assa {
        font-size: 16px;
    }
}