.footerBox {
    height: 444px;
    box-sizing: border-box;
    width: 100%;
    background-color: #124388;
}
.footerBox .fgx{
    height: 1px;
    width: 1200px;
    margin: 0 auto;
    background-color: #9f9f9f;
}
.footerBox .footer-header{
    height: 200px;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footerBox .footer-header .logoName{
    font-size: 23px;
    color: #fff;
}
.footerBox .footer-header .btns a{
    float: left;
    padding: 10px 20px;
    font-size: 16px;
    text-decoration:none;
    color: #c3c3c3;
}
.footerBox .footer-header .btns a:hover{
    color:#5daeff;
}
.footerBox .footerContent {
    text-align: center;
    color: #fff;
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0 10px;
    box-sizing: border-box;
}
.footerBox .footerContent .lxfs{
    display: flex;
    justify-content: space-between;
    color: #c2c2c2;
    line-height: 40px;
    margin: 20px 0;
    font-size: 14px;
}
.footerBox .footerContent .beianhao {
    text-align: right;
    color: #c2c2c2;
    line-height: 2em;
    margin-bottom: 10px;
}
.footerBox .footerContent .beianhao a {
  color: #c2c2c2;
  text-decoration-line: none;
}
.footerBox .footerContent .beianhao a:hover {
    color: rgb(153, 153, 153);
    cursor: pointer;
}