#nav_EurAsiaEduWrapper{
    background-color: #000;
    width: 100%;
    height: 10vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
#nav_EurAsiaEduContentWrapper{
    width: 90vw;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#nav_EurAsiaEduLogo{
    width: 35vw;
    height: 5.83vw;
}
#nav_EurAsiaEduLogoPhone{
    width: 30vw;
    height: 4.02vw;
}

/* 响应式 */
@media only screen and (min-width: 1441px) {


    #nav_EurAsiaEduWrapper{
        height:144px;
    }
    #nav_EurAsiaEduContentWrapper{
        width: 70%;
    }
    #nav_EurAsiaEduLogo{
        width: 504px;
        height: 84px;
    }
    #nav_EurAsiaEduLogoPhone{
        width: 432px;
        height: 58px;
    }

}