/* 博达站群：顶栏布局 + 下拉菜单（挂到 body，避免被裁切） */

/* 静态托管无博达搜索后端，隐藏 PC/移动端搜索框 */
.i-search,
.m-search {
    display: none !important;
}

/* 隐藏子页「当前位置」面包屑 */
.this-name {
    display: none !important;
}

.header {
    clear: both !important;
}

.header .logo-wrap {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 110px !important;
    height: 110px !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
}

.header-title-center {
    position: static !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    flex: 1 1 0 !important;
    min-width: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.header-title-center img {
    max-height: 72px !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    object-fit: contain !important;
}

.header-building-right img {
    height: 78px !important;
    max-height: 78px !important;
}

.inavbox {
    clear: both !important;
    overflow: visible !important;
    position: relative !important;
    z-index: 9990 !important;
}

.inavbox > .w1300 {
    overflow: visible !important;
    clear: both !important;
    position: relative !important;
    z-index: 9990 !important;
}

.inav {
    float: left !important;
    position: relative !important;
    z-index: 9991 !important;
    max-width: 100% !important;
    overflow: visible !important;
}

.inav .nLi {
    position: relative !important;
    overflow: visible !important;
    display: block !important;
}

.inav .nLi h3 a {
    cursor: pointer !important;
}

.inav .sub {
    display: none !important;
}

.cg-sub-portal {
    position: fixed !important;
    display: none !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    min-width: 260px !important;
    max-width: 420px !important;
    background: #2368c4 !important;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28) !important;
    z-index: 2147483646 !important;
    text-align: left !important;
    border-radius: 0 0 4px 4px !important;
}

.cg-sub-portal.is-open {
    display: block !important;
}

.cg-sub-portal li {
    display: block !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.cg-sub-portal a {
    display: block !important;
    padding: 0 16px !important;
    line-height: 36px !important;
    color: #ffffff !important;
    font-size: 15px !important;
    white-space: normal !important;
}

.cg-sub-portal a:hover {
    background: #ffffff !important;
    color: #115888 !important;
}

.inav .nLi.sub-open > h3 > a {
    background: #2368c4 !important;
}

.i_banner,
.cg_jdt {
    clear: both !important;
    position: relative !important;
    z-index: 1 !important;
}

/* 轮播：JS 未加载前防止多图垂直堆叠撑出空白 */
.cg_jdt .bd {
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}
.cg_jdt .bd ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}
.cg_jdt .bd ul li {
    width: 100% !important;
}
body:not(.cg11-home) .cg_jdt .bd ul li img {
    width: 100%;
    height: auto;
    vertical-align: top;
    display: block;
}
/* 未初始化时仅首张图占位，其余叠放隐藏，避免三图纵向堆叠 */
.cg_jdt:not(.is-slide-ready) .bd ul li ~ li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}
/* SuperSlide 初始化后同步高度，避免图片与指示器之间留白 */
.cg_jdt .bd,
.cg_jdt .bd ul,
.cg_jdt .bd ul li {
    max-height: none;
}
.cg_jdt .hd {
    pointer-events: none;
}
.cg_jdt .hd ul,
.cg_jdt .hd ul li {
    pointer-events: auto;
}
