.footer{
    width: 100%;
    background-color: #253C98;
}
.footer_top{
    width: 1200px;
    margin: auto;
    padding: 12.5px 10px;
}
.footer_nav{
    display: inline-flex;
}
.footer_nav>div{
    width: 150px;
    text-align: center;
    font-size: 16px;
    line-height: 21px;
    border-right: .5px solid #363636;
}
.footer_right_line{
    height: 25px;
}
.footer_nav>div>a{
    color: #f8f8f8;
    opacity: 0.8;
}

.footer_bott{
    background-color: #333333;
}
.footer_bott_box{
    width: 1200px;
    height: 275px;
    margin: auto;
}
.footer_bott_l{
    width: 600px;
}
.font_color_l{
    font-size: 16px;
    color: #F8F8F8;
    opacity: 0.8;
}
.footer_bott_lone{
    margin-top: 60px;
}
.footer_bott_ltwo{
    margin-top: 33px;
}
.footer_bott_lthree{
    margin-top: 28px;
}
.footer_bott_lfour{
    margin-top:15px;
}
.footer_bott_r{
    width: 300px;
    height: 138px;
    margin-top: 101px;
}
.footer_bott_r_box{
    background-color: #202020;
}
.footer_qrcode{
    width: 138px;
    height: 138px;
}
.footer_qrcode>img{
    width: 100%;
    height: 100%;
}
.footer_title{
    font-size: 16px;
    color: #F8F8F8;
    opacity: 0.8;
    margin-top: 39px;
    margin-left: 41px;
}