li {
    list-style: none;
}

.footer {
    width: 100%;
    height: 200px;
    background: #E6E6E6;
    margin-top: 40px;
    text-align: center;
}
.footer1{
    background-color: #0A0A0A;
}
.footer_center {
    width: 1200px;
    height: 200px;
    margin: auto;
    box-sizing: border-box;
    /* background-color: red; */
}

.f_h {
    display: flex;
    padding-top: 32px;
    margin-left: 208px;

}

.f_h_logo {
    width: 79px;
    height: 28px;
    background: url('/imgs/home/footer_logo.png')
}
.f_h_logo1{
    width: 79px;
    height: 28px;
    background: url('/imgs/home/footer_logo2.png')
}
.f_h_ul {
    display: flex;
    margin-left: 164px;
}

.f_h_ul li {
    margin-right: 48px;

}

.f_h_ul li a {
    font-size: 14px;
    color: #333333;
}

.f_h_ul li a:hover {
    text-decoration: underline;
}
.f_h_ul_1 a{
    color: #999999 !important;
}
.f_h_ul_1 li a:hover {
    text-decoration-color: #F68D3A !important;
    text-decoration: underline;
}
.footer_center p a,.footer_center p {
    font-size: 14px;
    color: #666666;
    margin-top: 12px;
}
.footer_center p a:hover{
    text-decoration: underline;
}
.footer_center p span{
    position: relative;
}
.footer_center p span:nth-child(1)::after{
    content: '';
    width: 14px;
    height: 14px;
    background: url('/imgs/home/footer2.png');
    position: absolute;
    top:  2px;
    left: -16px;

}
.footer_center p span:nth-child(2)::after{
    content: '';
    width: 18px;
    height: 20px;
    background: url('/imgs/home/footer1.png');
    position: absolute;
    top: 0px;
    left: -21px;

}