.footer-wrap {
    width: 100%;
    background: #006BB1;
}

.footer-box {
    padding: .7rem 0 0.3rem 0;
    margin: 0 auto;
}

.footer-flex {
    display: flex;
    justify-content: space-between;
}

/* 底部导航 */
.footer-nav-box {
    display: flex;
    flex-shrink: 0;
}

.footer-nav {}

.footer-nav:last-of-type .footer-nav-text,
.footer-nav:last-of-type .footer-nav-a {
    padding-right: 0;
}

.footer-nav-text {
    padding-right: 0.5rem;
    font-size: 0.18rem;
    
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 0.18rem;
    padding-bottom: .2rem;
    border-bottom: 1px solid #ACACAC;
}

.footer-nav-a {
    font-size: 0.16rem;
    
    font-weight: 400;
    color: #E8E8E8;
    margin-top: 0.2rem;
    padding-right: 0.5rem;
}

.footer-nav-a:hover {
    color: #fff;
}

/* logo */
.footer-logo-wrap {
    display: flex;
    align-items: center;
}

.footer-logo-img img {
    width: auto;
    height: 0.5rem;
}

.footer-logo-title {
    text-align: left;
}

.footer-logo-title-cn {
    font-size: 0.24rem;
    
    font-weight: 400;
    color: #FFFFFF;
}

.footer-logo-title-en {
    font-size: 0.12rem;
    
    font-weight: 400;
    color: #AAAAAA;
    margin-top: 0.05rem;
}

/*  */
.footer-about-wrap {
    flex: 1;
    margin-right: 0.5rem;
}

.footer-about-box {
    display: flex;
    margin-top: 0.3rem;
}

.footer-about-code-box {
    display: flex;
    flex-shrink: 0;
}

.footer-about-code {
    margin-right: 0.3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-about-code img {
    width: 1rem;
    height: 1rem;
    cursor: pointer;
}

.footer-about-code p {
    font-size: 0.14rem;
    
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 0.1rem;
}

.footer-about-des {
    flex: 1;
}

.footer-about-p {
    font-size: 0.18rem;
    
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.5rem;
}



/* 底部备案号 */
.footer-icp {
    width: 100%;
    height: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #035C95;
    /* border-top: 0.01rem solid rgba(255, 255, 255, .2); */
}

.footer-icp a,
.footer-icp p {
    font-size: 0.14rem;
    font-family: 'siyuan',!important;
    font-weight: 400;
    color: #CCCCCC;
}

.footer-icp p {
    margin-right: 0.15rem;
}

@media only screen and (max-width: 1024px) {
    .w1400 {
        width: 100%;
    }
    .footer-logo-img img{
        width: 60%!important;
        height: auto!important;
        max-width: 100%;
        max-height: 100%;
    }
    .footer-box{
        padding-top: .5rem;
    }
    .footer-flex{
        display: block;
        padding: 0 .2rem;
    }
    .footer-nav {
        margin-top: 0.3rem;
    }
    .footer-nav-box{
        flex-wrap: wrap;
    }
    .footer-nav-text{
        margin-bottom: .15rem;
    }
    .footer-icp{
        height: auto;
        padding: .2rem 0;
        display: block;
        text-align: center;
    }
    .footer-icp p{
        margin: 0 0 15px;
        font-size: 12px;
    }
    .footer-icp a{
        font-size: 12px;
    }
    .headerPage {
        height: 0.9rem;
    }
    
    .footer-nav-box{
        display: none;
    }
    .footer-about-p{
        font-size: 12px;
        line-height: 2;
    }
}