.footer{
    width: 100%;
    height: 470px;
    background-color: #131415;
    margin-top: 50px;
    clear: both;
}

.footer .f_t,.footer a{
    color: #fff;
    font-size: 16px;
}

.footer .f_t{
    margin: 0 auto;
    margin-bottom: 90px;
    display: flex;
    justify-content: space-between;
}

.footer .f_t div{
    float: left;
}

.footer .f_t div h3{
    margin-top: 40px;
}

.footer .f_t div ul{
    margin-top: 30px;
    line-height: 30px;
}

.footer .f_t div ul li a{
    color: #606266;
}

.footer .f_b{
    margin: 0 auto;
    margin-bottom: 40px;
    height: 90px;
}

.footer .f_b ul li{
    float: left;
    margin-right: 80px;
}

.footer .f_b ul li:nth-child(4){
    float: left;
    width: 300px;
}

.footer .f_b ul li h2{
    font-size: 26px;
    font-weight: 700;
    color: #fff;
}

.footer .f_b ul li h3{
    font-weight: 700;
    color: #fff;
}

.footer .f_b ul li p{
    color: #606266;
    margin-top: 16px;
}

.footer .f_b ul li img{
    float: left;
    margin-right: 5px;
}

.footer .ma{
    float: left;
}

.footer .beian{
    text-align: center;
    height: 40px;
}

.footer .beian p{
    color: #606266;
    font-size: 14px;
    line-height: 40px;
}


