body{
    position: relative;
}
/* .xswz{
    position: fixed;
    top: 0px;
    right: 120px;
}
.xswz img{
    width: 200px;
} */
.foot_top{
    background: #DEE8F4;
    padding: 56px 0px;
}
.foot_dow{
    background: #5D86BE;
}
.foot_top{
    display: flex;
    justify-content: center;
    align-items: center;
}
.foot_top_l{
    font-size: 26px;
    color: #004787;
    margin-right: 61.5px;
    white-space: nowrap;
}
.foot_top_r{
    font-size: 18px;
    color: #004787;
}
.foot_top_r a{
    color: #004787;
    margin-right: 15px;
}
.foot_dow{
    text-align: center;
    padding-top: 80px;
    padding-bottom: 35px;
}
.foot_dow .foot_dow_top img{
    width: 600px;
}
.foot_dow .foot_dow_dow{
    display: flex;
    justify-content: center;
    font-size: 20px;
    color: #FFF;
    margin-top: 50px;
}
.foot_dow .foot_dow_dow img{
    width: 129px;
    border-radius: 20px;
}
.foot_box{
    background: #E2E2E2;
    text-align: center;
    padding: 25px 0px;
}
.foot_box span{
    font-size: 20px;
    color: #333333;
    padding: 0px 50px;
    cursor: pointer;
}
.foot_box a{
    color: #333333;
}