.banner {
    background-color: #0a1c4a;
}


.footer_one {
    position: absolute;
    top: 0.625rem;
    left: 2.5rem;
    display: flex;
    width: 3.0125rem;
    height: 1.1rem;
}

.footer_one img {
    width: 0.45rem;
    height: 0.45rem;
    align-items: center
}

.footer_one>div:nth-child(1) {

    display: flex;
    align-items: center;
    margin-right: 0.25rem;
}

.footer_one .phone {
    font-size: 0.175rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #A5AAB8;
}

.footer_one .name {
    font-size: 0.3rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #32B4EA;
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
}

.footer_one .date {
    font-size: 0.175rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #A5AAB8;
}

.footer_two img {
    width: 0.55rem;
    height: 0.55rem;
    margin-right: 0.25rem;
    align-items: center
}

.footer_two>div:nth-child(1) {

    display: flex;
    align-items: center
}

.footer_two .email {
    font-size: 0.175rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #A5AAB8;
}

.footer_two .emails {
    font-size: 0.175rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #32B4EA;
}

.footer_two {
    position: absolute;
    display: flex;
    top: 0.5rem;
    left: 7.5rem;

}

.footer_three img {
    width: 0.55rem;
    height: 0.55rem;
    margin-right: 0.25rem;
    align-items: center
}

.footer_three>div:nth-child(1) {

    display: flex;
    align-items: center
}

.footer_three .adress {
    font-size: 0.175rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #A5AAB8;

}

.footer_three .adressa {
    font-size: 0.175rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #32B4EA;
  
}

.footer_three {
    position: absolute;
    top: 1.5rem;
    left: 7.5rem;
    display: flex;

}

.footer_four {
    position: absolute;
    top: 0.4rem;
    right: 5.97rem;
    text-align: left;

}

.footer_four>.p1 {
    font-size: 0.175rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #A5AAB8;
    margin-bottom: 0.125rem;
    line-height: 0.2375rem;
}

.footer_four_one {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 3rem;

}

.footer_four_one_1 {
    width: 1.3375rem;
    height: 2rem;
    text-align: center;
}

.footer_four_one_1>img {
    width: 1.3375rem;
    height: 1.3375rem;
    margin-bottom: 0.1rem;
}

.footer_four_one_1>p {
    font-size: 0.175rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #A5AAB8;

}





.footer_five {
    position: absolute;
    top: 0.4rem;
    right: 2.4rem;
    text-align: left;

}

.footer_five>.p1 {
    font-size: 0.175rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #A5AAB8;

    margin-bottom: 0.125rem;
    line-height: 0.2375rem;
}

.footer_five_one {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 3rem;
}

.footer_five_one_1 {
    width: 1.5rem;
    height: 2rem;
    text-align: center;
}

.footer_five_one_1>img {
    width: 1.3375rem;
    height: 1.3375rem;
    margin-bottom: 0.1rem;

}

.footer_five_one_1>p {

    font-size: 0.175rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #A5AAB8;
    line-height: 0.2375rem;
  
}




.footer_six {
    position: absolute;
    width: 3.85rem;
    bottom: 0.625rem;
    left: 50%;
    margin-left: -1.925rem;
    font-size: 0.175rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #A5AAB8;
}
@media screen and (min-width:750px) and (max-width:1024px) {
    .footer_six {
        position: absolute;
        width: 8rem;
        bottom: 0.625rem;
        left: 50%;
        margin-left: -4rem;
        font-size: 0.175rem;
        font-family: Source Han Sans CN;
        font-weight: 400;
    }
    .footer_five{
        display: none;
    }
    .footer_four{
        right: 3.97rem;
    }
    .footer_four_one {
        display: flex;
        justify-content: space-between;
        position: relative;
        width: 4.5rem;
        text-align: center;
    }
    .footer_four_one_1{
        width: 2.3375rem;
        
    }
   
}