
.footer {
    width: 100%;
    height: 172px;
    background: #4B87F0;
}

.footer .footerbox {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    padding: 16px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer .footerbox .fleft {
    margin-top: 35px;
    height: 100%;
}

.footer .footerbox .fleft .info {
    display: flex;
    align-items: center;
    padding-left: 20px;
    margin-bottom: 25px;
}

.footer .footerbox .fleft .info a {
    font-family: FZHTK;
    font-weight: normal;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 25px;
}

.footer .footerbox .fleft .info span {
    height: 15px;
    color: #FFFFFF;
    margin: 0 20px;
    overflow: hidden;
}

.footer .footerbox .fleft .line {
    width: 750px;
    border: 1px solid #FFFFFF;
}

.footer .footerbox .fright {
    height: 100%;
    display: flex;
    align-items: baseline;
}

.footer .footerbox .fright .fitem {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-left: 42px;
}

.footer .footerbox .fright .fitem img {
    width: 105px;
    height: 105px;
}

.footer .footerbox .fright .fitem span {
    width: 105px;
    font-family: FZHTK;
    font-weight: normal;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 18px;
    margin-top: 8px;
    text-align: center;
}

.footer2 {
    background: #fff;
    height: auto;
    margin-bottom: 20px;
}

.footer2 .footerbox {
    border-top: 2px solid #e8e9e9;
}

.footer2 .footerbox .fleft .info a,
.footer2 .footerbox .fleft .info span,
.footer .footerbox .fright .fitem span {
    color: #000;
}

.footer2 .footerbox .fleft .line {
    border-bottom: 1px solid #ccc;
}


.footer2 .code {
    width: 100%;
    text-align: center;
    padding: 15px 0;
    font-size: 14px;
}

.footer2 .code span {
    margin-left: 20px;
}

.footer2 .banquan {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #efefef;
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 14px;
}

.footer2 .banquan a {
    color: #5790c1;
}