.footer{
    background: rgba(12, 57, 123, 1);
}
.footerwidth{
    max-width: 1400px;
    margin: 0px auto;
    padding: 20px 0;
}
.footertop{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}
.footertopleft{

}
.footertopleftlink{
    color: #fff;
    display: flex;
    align-items: center;
    padding-top: 20px;
    font-size: 24px;
    font-family: Source Han Sans CN-Medium;
}
.footertopleftlink span{
    padding: 0px 30px;
}
.footertopleftlink a{
    color: #fff;
}
.footertopright{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footertoprightitem{
    color: #fff;
    font-family: Source Han Sans CN-Regular;
    font-size: 14px;
    padding-left: 40px;
    text-align: center;
}
.footertoprightitemimg{
    width: 90px;
    height: 90px;
    margin-bottom: 5px;
}
.footertoprightitemimg img{
    width: 90px;
    height: 90px;
}
.footertxt{
    font-family: Source Han Sans CN-Regular;
    text-align: center;
    font-size: 20px;
    line-height: 35px;
    color: #fff;
}

@media (max-width: 1024px) {
    .footer{
        display: none !important;
    }
    
}