* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.new_footer {
    width: 100%;
    background-color: #000000;
    overflow: hidden;
    margin-top: 15px;
    padding-top: 15px;
}
.footer_main {
    padding-bottom: 20px;
    width: 850px;
    margin: 0 auto;
}
.footer_main ul {
    width: 100%;
    overflow: hidden;
}
.footer_main ul li {
    margin-right: 20px;
    display: inline-block;
}
.footer_main ul li:nth-child(10n) {
    margin-right: 0;
}
.footer_main ul li img {
    width: 100%;
    height: 100%;
}
.f_us {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.f_us a {
    color: #d2d2d2;
    font-size: 14px;

    text-decoration: none;
}
.f_us span {
    display: inline-block;
    width: 2px;
    height: 10px;
    background-color: #d2d2d2;
    margin: 0 8px;
}
.f_desc {
    color: #616161;
    font-size: 12px;
    margin-top: 18px;
    line-height: 17px;
    padding: 0 50px;
    text-align: center;
}
.f_desc a{
    color: #616161;
    font-size: 12px;
}
