.oh-footer {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 1440px;
    height: 180px;
    background: #E9F5FF;
}
.oh-footer .fp-box {
    width: 1440px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.oh-footer .fp-box .fp-m p {
    color: #2F2F2F;
    font-size: 14px;
    line-height: 30px;
    display: flex;
    align-items: center;
}
.oh-footer .fp-box .fp-m p a {
    color: #2F2F2F;
}
.oh-footer .fp-box .fp-m p span {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    background: url(../../images/siteHome/foot-icon.png) no-repeat;
}
.oh-footer .fp-box .fp-r {
    display: flex;
    justify-content: center;
    align-items: center;
}
.oh-footer .fp-box .fp-r .fp-r-item {
    color: #0247B6;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
}
.oh-footer .fp-box .fp-r .fp-r-item p {
    margin-top: 8px;
}
