/* footer */
.footer{
    width: 100%;
    height: 4.0rem;
    background:#115E93;
}
.footer-son{
    width: 12.0rem;
    height: 4.0rem;
    margin: 0 auto;
}
.footer .footer-son .top{
    width: 12.0rem;
    height: 3.3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer .footer-son .top .f1{
    width: 1.38rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer .footer-son .top .f1 .neirong{
    width: 100%;
    height: 30%;
    display: flex;
    justify-content: space-between;
}
.footer .footer-son .top .f1 .erwei{
    width: 100%;
    height: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer .footer-son .top .f1 .erwei img{
    width: 100%;
    
}
.footer .footer-son .top .f1 .neirong img{
    width: 0.48rem;
    height: 0.46rem;
}
.footer .footer-son .top .f1 .neirong div{
    width: .8rem;
    height: .46rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer .footer-son .top .f1 .neirong h4{
    /* width: 0.66rem; */
    height: 0.22rem;
    line-height: .22rem;
    font-size: .18rem;
    font-family: "Source-Han-Ligh21d23bebf022144","light";
    /* font-weight: 300; */
    color: #FFFFFF;
}
.footer .footer-son .top .f1 .neirong p{
    /* width: 0.66rem; */
    height: 0.22rem;
    line-height: .22rem;
    font-size: .14rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #FFFFFF;
}

.footer .footer-son .top>li{
    /* width: 2.3rem; */
    height: 2.6rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer .footer-son .top>li li a{
    color: rgba(255,255,255,1);
    font-family: "Source-Han-Ligh21d23bebf022144","light";
}
.footer .footer-son .top>li li{
    width: 1.5rem;
    height: .36rem;
    margin-bottom: .2rem;
    font-size: .14rem;
    text-align: left;
    font-family:"Source-Han-Ligh21d23bebf022144","light";
    color:rgba(255,255,255,1);
}
.footer .footer-son .top>li .ff1{
    font-size: .14rem;
    text-align: left;
    font-family:"Source-Han-Sans21d1817dca22144";
}

.footer .footer-son .top .f5 li{
    width: 1.4rem;
    height: .22rem;
    font-size: .16rem;
    font-family: Arial;
    font-weight: 400;
    color:rgba(255,255,255,1);
    border-bottom: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer .footer-son .top .f5 li img{
    width: .22rem;
}
.footer .footer-son .top .f5 li p{
    /* width: 1.8rem; */
    line-height: .16rem;
    text-align: right;
}


.footer .footer-son .bot{
    width: 12.0rem;
    height: .7rem;
    border-top: 0.01rem solid rgba(55,103,183,1);
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer .footer-son .bot p{
    font-size: .12rem;
    font-family:"Source-Han-Norm21d1bf20ab22144";
    color:rgb(203, 206, 211);
}
.footer .footer-son .bot p a{
    color: rgb(203, 206, 211);
}


