body {
    padding-top: 120px;
}

.header-new {
    margin: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: 120px;
    /* 70px + 70px 的总和 */
    background-color: #1e62ec;
    /* 确保背景不透明 */
}

.container-1 {
    width: 100%;
    background-color: #1e62ec;
}

.container-2 {
    width: 100%;
    background-color: #fff;
}

@media screen and (min-width: 1370px) {
    .header-top {
        max-width: 1370px;
    }

    .header-menus {
        max-width: 1370px;
    }
}

.header-top {
    height: 60px;
    width: 100%;
    line-height: 60px;
    margin: auto;
    display: flex;
    justify-content: space-between;

}

.header-menus {
    height: 66px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    background-color: #fff;

}

.header-menus-list {
    display: flex;
}

.header-top-left {
    display: flex;
}

.header-top-right {
    display: flex !important;
}

.header-top-left-logo {
    display: flex;
    align-items: center;
}

.link {
    line-height: 66px !important;
    margin-right: 10px;
}


.xian {
    width: 1px;
    height: 20px;
    background: #fff;
    margin: 0 25px;
    vertical-align: middle;
    opacity: 0.5;
}

.dropdown-menu {
    background-color: #fff !important;
}

.dropdown-menu>li>a {
    /* color: #000 !important; */
}

.dropdown-menu>li>a:hover {
    color: #1e62ec !important;
    background-color: #fff !important;
    font-weight: 650;
}

.dropdown-menu>li>a:focus {
    color: #1e62ec !important;
    background-color: #fff !important;
    font-weight: 650;

}

#assist-open {
    padding: 4.5px 17px;
    font-size: 14px;
    z-index: 99;
    cursor: pointer;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 15px;
}

#assist-open>img {
    padding-bottom: 2px;
}


.hd-nav li {
    display: inline-block !important;
    vertical-align: middle !important;
    margin: 0 10px !important;
    position: relative !important;
}

.hd-nav li>a {
    font-size: 16px !important;
    /* color: #333333 !important; */
    display: block !important;
    position: relative !important;
    text-decoration: none !important;
    font-family: Microsoft YaHei-Regular !important;
}

/* 当前页面导航高亮样式 */
.hd-nav li.active>a {
    font-weight: 650;
    color: #1e62ec !important;
    height: 66px;
    /* 蓝色文字 */
    border-bottom: 2px solid #1e62ec;
    /* 蓝色下划线 */
}

.sublink {
    padding: 8px 17px;
    text-decoration: none !important;
    white-space: nowrap;
    /* 禁止换行 */
    overflow: hidden;
    /* 隐藏超出部分 */
    text-overflow: ellipsis;
    /* 显示省略号 */
}