﻿.container {
    width: 1150px;
    margin: 0 auto;
}

.footer {
    font-size: 14px;
    background-color: #0b3e84;
}

.ftop {
    height: 50px;
    line-height: 50px;
    background-color: #0b3e84;
    box-sizing: border-box;
    border-bottom: 2px solid #0820545e;
}

.fmiddle {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 123px;
    box-sizing:border-box;
    padding-top:30px;
}

.fmiddle .fimg {
    width: 95px;
    height: 95px;
    background-color: #fff;
}

.fbottom {
    margin-top: 23px;
    box-sizing: border-box;
    border-top: 2px solid #0820545e;
    height: 45px;
    padding-top: 10px;
}

.fbottom p {
    margin: 0;
}

.ftop,
.fbottom {
    text-align: center;
    color: #fff;
}

.htglrk {
    text-align: center;
    background: #0b3e84;
}

.htglrk a p {
    margin-top: -10px;
  /* line-height: 40px; */
    color: #fff;
}