.ewb-header {
    background: #fff;
}

.logo {
    width: 376px;
    height: 80px;
    margin: 18px 20px 20px 0;
    background: url('/images/logo2.png') no-repeat;
}

.ewb-nav {
    width: 100%;
    height: 68px !important;
    background: #077EE1 !important;
}

.ewb-nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ewb-nav li {
    height: 68px;
    position: relative;
}

.ewb-nav li a {
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 24px;
    line-height: 68px;
    color: #fff;
    text-align: center;

}

.ewb-n-item.active::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 48px;
    height: 3px;
    background: #FFFFFF;
}

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

.head-right {
    width: calc(100% - 390px);
    display: flex;
    flex-direction: column;
    align-items: end;
}

.head-link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-top: 14px;
    margin-bottom: 13px;
}

.head-link a {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #4E6475;
}

.wzabox {
    padding: 5px 14px;
    border-radius: 4px;
    background: #E1EEFF;
    margin-left: 4px;
    text-align: center;
}

.wzabox a {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #015293 !important;

}

.oldmanbox {
    padding: 5px 7px;
    border-radius: 4px;
    background: #FFA01B;
    text-align: center;
}

.oldmanbox a {
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #fff !important;
    text-align: center;
}

.ewb-search-con {
    display: flex;
    align-items: center;
    width: 358px;
    height: 40px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #CCD7E0;
    box-sizing: border-box;
}

.ewb-search-txt {
    width: calc(100% - 59px);
    height: 38px;
    border-radius: 4px 4px 0 0;
    outline: none;
    border: none;
    padding: 0 16px;
}

.ewb-search-btn {
    width: 59px;
    height: 40px;
    border-radius: 4px;
    background: url('/images/icon_search.png') center no-repeat, linear-gradient(291.95deg, #077EE1 7.9%, #3BA6FF 94.55%);
    border: none;
    cursor: pointer;
}

.oldModel .ewb-search-con {
    margin-bottom: 20px;
}

.ewb-nav .active a{
    font-weight: 700;
}