.text a { color: inherit; }
.header-part {
    width: 100%;
    height: 900px;
    background: url(../images/2025ngb_bg_header.png) top center no-repeat;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
.header-part .header-wrap {
    margin: 0 auto;
    width: 1200px;
    position: relative;
    box-sizing: border-box;

}
.header-part .toolbar {
    margin-top: 39px;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-part .toolbar .linksbox {
    color: #fff;
}
.header-part .toolbar .linksbox a {
    margin: 0 5px;
    color: #fff;
    font-size: 14px;
}
.header-part .toolbar .linksbox a:hover { text-decoration: underline; }
.header-part .toolbar .wzabox {
    width: 76px;
    height: 39px;
    line-height: 39px;
    color: #2c548f;
    text-align: center;
    border-radius: 10px;
    background-color: #fff;
}
.header-part .toolbar .wzabox:hover { background-color: #2c548f; color: #fff; }
/* logo */
.header-part .logotxt {
    margin-top: 110px;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.header-part .logotxt .logo {
    margin: 0 auto;
    height: 86px;
    display: block;
    text-align: center;
}
.header-part .logotxt .logo-lcch {
    margin-top: 21px;
    color: #2c548f;
    font-size: 50px;
    text-shadow: 3px 3px 6px #fff;
    font-weight: bold;
    text-align: center;
}
.header-part .logotxt .logo-lcen {
    margin-top: 21px;
    color: #2c548f;
    font-size: 18px;
    text-shadow: 2px 2px 4px #fff;
    letter-spacing: 2px;
    font-weight: bold;
    text-align: center;
}
/* 搜索 */
.header-part .searchbox {
    margin-top: 56px;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
#searchForm { padding: 0 30px; margin: 0 auto; width: 800px; height: 72px; background-color: #fff; display: flex; align-items: center; justify-content: center; position: relative; box-sizing: border-box; }
#searchForm .label { margin-right: 15px; color: #2c548f; font-size: 18px; font-weight: bold; }
#searchForm .searchcon { width: 600px; height: 29px; line-height: 29px; color: #333; font-size: 16px; border: 0; outline: 0; }
#searchForm .searchan { margin-left: 15px; width: 28px; height: 28px; background: url(../images/2025ngb_icon_search.png) top center no-repeat; background-size: 100% 100%; border: 0; outline: 0; }
/* slogan */
.sloganbox { margin: 56px auto 72px; text-align: center; position: relative; box-sizing: border-box; }
/* 菜单 */
.menubox {
    margin: 0 auto;
    width: 1200px;
    height: 75px;
    line-height: 75px;
    background-color: #1c5fc2;
    position: relative;
    box-sizing: border-box;
}
.menubox .menulist {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    display: flex;
}
.menubox .menulist .menuitem {
    color: #fff;
    font-size: 20px;
    text-align: center;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
}
.menubox .menulist .menuitem .icon { margin-right: 10px; display: block; }
.menubox .menulist .menuitem:hover { font-weight: bold; }
.menubox .menulist .menuitem:after {
    content: " ";
    position: absolute;
    top: 26px;
    right: 0;
    width: 2px;
    height: 24px;
    background-color: #fff;
}
.menubox .menulist .menuitem:last-child:after { display: none; }