.footer {
    width: 100%;
    background-color: #0f5bab;
    color: #fff;
    padding-top: 50px;
}

.footer .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer .container .company {
    width: 30%;
    font-size: 12px;
}
.footer .container .company .ftlogo {
    display: block;
    padding:20px 0;
}
.footer .container .company .address,.footer .container .company .email,.footer .container .company .fix,.footer .container .company .phone {
    margin:8px 0;
}
.footer .container .company .address .iconfont,.footer .container .company .email .iconfont,.footer .container .company .fix .iconfont,.footer .container .company .phone .iconfont {
    font-size:12px;
    margin-right:10px;
}
.footer .container .company .wechat {
    display: flex;
    justify-content: space-between;
    margin-top:30px;
}
.footer .container .company .wechat a {
    width:74px;
}
.footer .container .company .wechat a img {
    width:100%;
}
.footer .container .company .wechat a p {
    text-align: center;
    color:#fff;
}
.footer .container .company .wechat .right {
    width:70%;
    display: flex;
    align-items: flex-end;
    margin-bottom:45px;
}
.footer .container .company .wechat .right .iconfont {
    width:23px;
    height:23px;
    border:1px solid #fff;

    margin:0 8px;
    text-align: center;
    line-height: 23px;
}
.footer .container .other {
    width: 60%;
    display: flex;
    font-size: 16px;
}

.footer .container .other .fenlei {
    width: 50%;
}

.footer .container .other .fenlei .title .iconfont {
    font-size: 36px;
    margin-right: 20px;
}

.footer .container .other .fenlei .content {
    padding-left: 65px;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
}

.footer .container .other .fenlei .content .item {
    width: 40%;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 5px;
    margin: 2% 5%;
    text-align: center;
    line-height: 30px;
    color:#fff;
}

.footer .container .other .fenlei .content .item:nth-child(odd) {
    margin-left: 0px;
}

.footer .container .other .news {
    width: 25%;
}

.footer .container .other .news .title {
    display: flex;
    height: 40px;
    align-items: flex-end;
    font-size: 16px;
    padding:0px;
}

.footer .container .other .news .title .iconfont {
    font-size: 29px;
    margin-right: 20px;
    font-weight: 100;
}

.footer .container .other .news .title .name {
    display: flex;
    align-items: flex-start;
}

.footer .container .other .news .content {
    padding-left: 50px;
    font-size: 14px;
    padding: 0px;
}

.footer .container .other .news .content .hr {
    width: 80%;
    height: 1px;
    background: #fff;
    margin-top: 10px;
}

.footer .container .other .news .content .row {
    margin: 10px 0;
    color:#fff;
    display: block;
}

.footer .container .other .rencai {
    width: 25%;
}

.container .beian1 {
    text-align: center;
    width: 100%;
    font-size: 12px;
}
.last {
    height:22px;
    text-align: center;
    color:#545454;
    font-size:12px;
    line-height: 22px;
}
.top {
    position:fixed;
    width:60px;
    height:60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #bababa;
    right:1px;
    bottom:1px;
}
.top .iconfont {
    font-size:30px;
    color:#fff;
}