html,body{
    margin: 0;
    padding:0;
    overflow-x: hidden;

}
#footer-div{
    width: 1920px;
    height: 222px;
    display: flex;
    justify-content: center;
    position: relative;
    background-color: #013F8D;
}

#footer-div>div{
    width: 1200px;
    height: 100%;
    display: flex;
    justify-content: space-between;
}


#footer-div>div>div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 15px;
    font-family: PingFang HK;
    font-weight: 300;
    color: white;
    line-height: 17px;
}


#footer-div>div>div:first-child>div:first-child{
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
}


#footer-div >div>div>img{
    height: 54px;
    width: 73px;
    margin-bottom: 10px;
}

#footer-div >div>div:first-child>div:nth-child(2){
    width: 22px;
    height: 2px;
    background-color: white;
    margin-top: 5px;
    margin-bottom: 10px;
}