#footer{
    background: #434343;
    color: #fff;
    width: 100%;
    overflow: hidden;
}

#footer .container-fluid{
    max-width: 1100px;
    margin:0 auto;
    padding:40px 0;
}

#footer h3{
    font-size: 16px;
    color: #fff;
    line-height: 1em;
    margin-bottom: 35px;
}

#footer .list a{
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    line-height: 2em;
}
#footer .list a:hover{
    color: #4cb04f;
}

#footer #submitFeedback{
    margin-top: 10px;
}
#footer #submitFeedback.active{
    background: #4cb04f;
    color: #fff;
    border:none;
}

#footer #feedback{
    resize: none;
}
.footer {
    width: 100%;
    /* height: 191px; */
    background: url("../images/footBg.png") no-repeat center center;
    background-size: cover;
    padding-bottom: 2rem;
}
.footer .box {
    color: #ffffff;
    padding-top: 3rem;
    font-size: 14px;
}
.footer .box .footer_item {
    display: inline-block;
}.footer .box .footer_item a{
     color:#fff;
 }

.footer .lx {
    color: #ffffff;
    padding-top: 6rem;
    font-size: 14px;
}
.footer .lx .lxBox {
    display: flex;
    justify-content: end;
}

.footer .lx .phoneBox {
    display: flex;
    justify-content: start;
}
.footer .lx .addRess {
    width: 234px;
}
.footer-buttom {
    width: 100%;
    background: #212121;
    color: #ffffff;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding: 12px 0;
}
@media all and (max-width:970px) {
    #footer h3{
        text-align: center;
    }
    #footer .list p{
        text-align: center;
    }
}
/* 针对移动设备 */
@media (max-width: 768px) {
    .footer {
        height: 300px;
    }
    .footer .lx {
        padding-top: 2rem;
    }
    .footer .lx .lxBox {
        display: flex;
        justify-content: left;padding-left:30px;
    }

    .footer .lx .phoneBox {
        display: flex;
        justify-content: left;
        margin-top: 10px;padding-left:30px;
    }

    .footer .box .footer_item {
        margin-bottom: 4px;
        text-align: left;
        width:30%;
        padding-left:30px;
    }
}