﻿@charset "UTF-8";
/* Css for PEL, ver 1.0 CopyRight By Dongyi Network Technology CO.,Ltd Design Center 
   本网站通用布局
*/

/* Css Reset */
blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    padding: 0;
    margin: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,
img {
    vertical-align: top;
    border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
i,
th,
var {
    font-weight: 400;
    font-style: normal;
}
li,
ol,
ul {
    list-style: none;
}
dd,
div,
dl,
dt,
li,
ol,
ul {
    zoom: 1;
}
caption,
th {
    text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-size: 100%;
}
q:after,
q:before {
    content: "";
}
abbr,
acronym {
    border: 0;
}
pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-size: 16px;
    line-height: 1.8;
    font-family: "Microsoft YaHei", 'PingFang SC', Arial, Helvetica, Tahoma, sans-serif;
}
article,
aside,
dialog,
figure,
footer,
header,
menu,
nav,
section,
time {
    margin: 0;
    padding: 0;
    display: block;
    zoom: 1;
}

/* Public */
body {
    color: #4f4f4f;
    font-size: 14px;
    line-height: 30px;
    font-family: "Microsoft YaHei", 'PingFang SC', Arial, Helvetica, Tahoma, sans-serif;
    text-align: center;
    -webkit-text-size-adjust: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
a {
    color: #4f4f4f;
    text-decoration: none;
    outline: none;
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    -moz-transition: 500ms;
    transition: 500ms;
}
a:hover {
    color: #f1940e;
    text-decoration: underline;
}
.clearbox {
    border: none;
    border-top: 1px solid transparent !important;
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin-top: -1px !important;
    visibility: hidden;
}
.blank {
    display: block;
    height: 10px;
    font-size: 0px;
    line-height: 0;
    overflow: hidden;
    clear: both;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .clearfix {
    height: 1%;
}
* + html .clearfix {
    min-height: 1%;
}
.fl {
    float: left !important;
}
.fr {
    float: right !important;
}
.hide {
    display: none;
}
input[type="button"],
input[type="submit"],
input[type="file"],
button {
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.prev,
.next {
    transition: all 0.5s;
}

/* frame */
body {
    text-align: center;
    background: #ffffff;
}
.wrap {
    min-width: 1200px;
    background: url(../../base/img/body.jpg) no-repeat center 0;
    background-size: 100% auto;
    min-height: 400px;
}
.siteWidth {
    position: relative;
    max-width: 1200px;
    _width: 1200px;
    margin: 0 auto;
}
#header {
    text-align: left;
    margin: 0 auto;
}
#header.header-topNav-fixed {
    z-index: 9999;
}
#content {
    clear: both;
    margin: 0 auto 40px auto;
    padding: 20px 0 0;
    max-width: 1200px;
    _width: 1200px;
    position: relative;
    min-height: 300px;
    z-index: 1;
    text-align: left;
}
#content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.headerTop {
    height: 140px;
    position: relative;
    z-index: 11;
}

/* topBar */
.topBar {
    height: 50px;
    background: #fff;
    position: relative;
    z-index: 20;
    color: #777;
    box-shadow: 0 0 8px rgba(0, 19, 33, 0.3);
}
.topBar a {
    color: #777;
}
.topBar a:hover {
    color: #0068b7;
}
.topBar .links {
    float: left;
    padding-top: 8px;
}
.topBar .links dl {
    margin: 0;
    position: relative;
    float: left;
}
.topBar .links s {
    float: left;
    text-decoration: none;
    line-height: 34px;
    width: 5px;
    overflow: hidden;
    text-align: center;
    margin: 0 10px;
    color: #c9c9c9;
}
.topBar .links dt {
    float: left;
    height: 34px;
    line-height: 34px;
    position: relative;
    z-index: 11;
    padding: 0 10px 0 22px;
    background: url(../img/icons-toplinks.png) -39px -33px no-repeat;
}
.topBar .links dt a {
    color: #777;
}
.topBar .links dd {
    clear: both;
    display: none;
    padding: 7px;
    background: #fff;
    position: absolute;
    right: 50%;
    top: 42px;
    margin-right: -57px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.topBar .links dd img {
    width: 100px;
    height: 100px;
}
.topBar .links dd > i {
    z-index: 8;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -3px;
    border-width: 5px;
    border-color: transparent;
    border-style: dashed;
    border-bottom-color: #fff;
    border-bottom-style: solid;
    display: block;
    font-size: 0;
    line-height: 0;
    width: 0;
    display: none;
}
.topBar .links .on dt {
    background-image: url(../img/icons-toplinks-on.png);
    color: #0068b7;
}
.topBar .links .on dt a {
    color: #0068b7;
}
.topBar .links .on dd {
    display: block;
}
.topBar .links dl.robot dt {
    background-position: -39px -233px;
}
.topBar .links dl.pad dt {
    background-position: -39px -433px;
}
.topBar .links dl.phone dt {
    background-position: -39px -633px;
}
.topBar .links dl.barrierFree dt {
    background-position: -39px -833px;
}
.topBar .links dl.elderHelper dt {
    background-position: -39px -1012px;
}

/* 顶部登录注册 */
.topBar .loginBar {
    float: right;
    line-height: 26px;
    height: 26px;
    margin-top: 12px;
}
.topBar .loginBar s.split {
    width: 5px;
    overflow: hidden;
    text-align: center;
    margin: 0 10px;
    float: left;
    text-decoration: none;
    color: #c9c9c9;
}
.topBar .userLogged {
    float: left;
    color: #777;
    margin-top: 0px;
}
.topBar .userLogged .u-spe {
    margin: 0 8px;
    color: #c9c9c9;
}

/* 站群导航 */
.topBar .site dd {
    padding: 10px;
    width: 770px;
    top: 33px;
    margin-right: 0;
    left: -1px;
    z-index: 9;
    border: 1px solid #6e99b9;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
}
.topBar .site dd h3 {
    text-align: left;
    margin: 0 10px;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    line-height: 34px;
    color: #0068b7;
    display: block;
    height: 34px;
}
#siteLast dd h3 span {
    float: left;
    height: 34px;
    line-height: 34px;
    padding: 0 15px 0 0;
    background: #ffffff;
    position: relative;
    z-index: 2;
}
.topBar .site dd h3 a {
    color: #0068b7;
}
.topBar .site dd h3 i {
    content: "";
    display: block;
    height: 1px;
    line-height: 0;
    font-size: 0;
    background: #eee;
    top: 18px;
    right: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
}
.topBar .site dd ul {
    overflow: hidden;
    padding: 0 0 0 10px;
    display: block;
    margin-right: -10px;
}
.topBar .site dd li {
    float: left;
    min-width: 100px;
    margin-right: 10px;
    text-align: left;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 0;
}
.topBar .site dd li a {
}
.topBar .site dd li a:hover {
    color: #195daf;
}
.topBar .site li a {
    cursor: pointer;
}
.topBar #siteLast.on dt {
    border: 1px solid #0068b7;
    border-bottom: none;
    margin: -1px;
    background-color: #fff;
}

/* 搜索框 */
.siteSearchBar {
    height: 36px;
    background: #fff;
    border-radius: 25px;
    display: block;
    margin-right: 10px;
    position: absolute;
    z-index: 11;
    right: 0;
    top: 53px;
}
.s-form {
    vertical-align: top;
    height: 36px;
    line-height: 36px;
}
.s-form .input-box {
    float: left;
}
.s-form .input-box input {
    width: 160px;
    vertical-align: top;
    *margin: -1px 0;
    height: 16px;
    padding: 10px 5px;
    line-height: 16px;
    border: 0;
    outline: none;
    background: none;
}
.s-form .btn-box {
    float: left;
    height: 36px;
}
.s-form .btn-box input {
    height: 36px;
    line-height: 20px;
    overflow: hidden;
    border: none;
    background: url(../img/icons.png) 12px 5px no-repeat;
    width: 50px;
    outline: none;
}
.s-form .btn-box input:active {
    background-color: #f1f1f1;
    border-radius: 0 25px 25px 0;
}
.s-form .link-box {
    text-align: center;
    font-size: 14px;
}
.s-form .select-box {
    float: left;
    width: 100px;
    height: 36px;
    border: none;
    background: none;
    border: 0;
    position: relative;
}
.s-form .select-box ul {
    position: absolute;
    background: #fff;
    border-top: 0;
    line-height: 1.8;
    display: none;
    left: 0px;
    top: 36px;
    border: 1px solid #ede0c9;
    border-top: 0;
    width: 301px;
    padding: 5px 10px;
}
.s-form .select-box ul li {
    cursor: pointer;
    padding: 4px 5px;
    font-size: 14px;
    float: left;
    width: 90px;
    text-align: left;
}
.s-form .select-box ul li:hover {
    color: #e20500;
    background: #f1f1f1;
}
.s-form .select-box .s-option {
    display: inline-block;
    position: absolute;
    top: 0;
    height: 36px;
    line-height: 36px;
    width: 80px;
    text-align: center;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.s-form .select-box a:hover {
    text-decoration: none;
}
.s-form .select-box .arrow-dn {
    display: inline-block;
    height: 0;
    width: 0;
    font-size: 0;
    overflow: hidden;
    border: 5px solid transparent;
    border-color: #666 transparent transparent;
    position: absolute;
    right: 10px;
    top: 16px;
    transition: -webkit-transform 0.1s ease-in-out;
    transform: translate3d(0, 0, 999px);
    backface-visibility: visible;
    -webkit-transition: -webkit-transform 0.1s ease-in-out;
    -webkit-transform: translate3d(0, 0, 999px);
    -webkit-backface-visibility: visible;
    -moz-transition: -moz-transform 0.2s ease-in-out;
    -moz-transform: translate3d(0, 0, 999px);
    -moz-backface-visibility: visible;
}
.s-form .select-box .arrow-hover {
    border-color: transparent transparent #666 transparent;
    top: 11px;
}
.s-hot-search {
    position: absolute;
    padding-top: 36px;
    z-index: -1;
    font-size: 12px;
}

/* logo */
#logo {
    float: left;
    margin-top: 40px;
}
#logo img {
    max-width: 100%;
}

/* 主导航 */
.pcNavToggle {
    display: none;
}

.topNav {
    background: #416eb4;
    height: 40px;
    line-height: 40px;
    padding: 7px 10px 8px;
    border-radius: 3px;
    width: 1180px;
}
#mainNav .li1 {
    float: left;
    display: inline;
    font-size: 16px;
    position: relative;
    z-index: 10;
    width: 10%;
}
#mainNav .a1 {
    display: block;
    line-height: 40px;
    color: #fff;
    border-radius: 3px;
    text-align: center;
}
.mainNav .on1 .a1,
#mainNav .a1:hover {
    background: #f7bc68;
    color: #fff;
    text-decoration: none;
}
.mainNav .sh {
    display: none;
}
#mainNav .ul1 {
    display: none;
    position: absolute;
    z-index: 91;
    background-color: #fff;
    text-align: center;
    width: 118px;
    left: 50%;
    margin-left: -59px;
    box-shadow: #999 0 2px 3px;
}
#mainNav .a2 {
    display: block;
    font-size: 15px;
    *font-size: 14px;
    padding: 0 10px;
    line-height: 36px;
}
#mainNav .a2:hover {
    background-color: #f7bc68;
    color: #fff;
    text-decoration: none;
}

/* ===== 顶部导航：业务系统统一入口 ===== */
.topNav #mainNav {
    display: inline-block;
    vertical-align: middle;
}
.businessSystemEntry {
    position: relative;
    z-index: 96;
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
}
.businessSystemEntry::after {
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
    width: 100%;
    height: 18px;
    content: "";
}
.businessSystemEntry.is-open::after {
    display: block;
}
.businessSystemTrigger {
    display: inline-flex;
    box-sizing: border-box;
    height: 42px;
    padding: 0 14px;
    align-items: center;
    gap: 8px;
    color: #fff;
    font: 600 15px/1 "Microsoft YaHei", sans-serif;
    white-space: nowrap;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .42);
    cursor: pointer;
    transition: color .2s, border-color .2s, background .2s;
}
.businessSystemTrigger:hover,
.businessSystemTrigger:focus,
.businessSystemEntry.is-open .businessSystemTrigger {
    color: #fff;
    background: #b5162a;
    border-color: #b5162a;
    outline: none;
}
.businessSystemTriggerIcon {
    display: grid;
    grid-template-columns: repeat(2, 5px);
    grid-template-rows: repeat(2, 5px);
    gap: 2px;
}
.businessSystemTriggerIcon i {
    display: block;
    width: 5px;
    height: 5px;
    background: currentColor;
}
.businessSystemPanel {
    position: absolute;
    top: calc(100% + 18px);
    right: 0;
    display: block;
    visibility: hidden;
    box-sizing: border-box;
    width: 430px;
    padding: 24px;
    color: #182832;
    text-align: left;
    line-height: 1.5;
    background: rgba(255, 255, 255, .98);
    border-top: 4px solid #b5162a;
    box-shadow: 0 20px 55px rgba(12, 35, 52, .28);
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity .2s, transform .2s, visibility .2s;
}
.businessSystemEntry.is-open .businessSystemPanel {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
.businessSystemPanelHead {
    display: flex;
    margin-bottom: 18px;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}
.businessSystemPanelHead strong {
    display: block;
    margin-bottom: 4px;
    color: #182832;
    font-size: 22px;
    font-weight: 600;
}
.businessSystemPanelHead span {
    display: block;
    color: #70818a;
    font-size: 13px;
}
.businessSystemClose {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    padding: 0;
    color: #64747a;
    font: 400 24px/32px Arial, sans-serif;
    background: transparent;
    border: 0;
    cursor: pointer;
}
.businessSystemClose:hover,
.businessSystemClose:focus {
    color: #b5162a;
    outline: none;
}
.businessSystemList {
    display: grid;
    gap: 10px;
}
.businessSystemItem {
    display: grid;
    box-sizing: border-box;
    padding: 13px 14px;
    align-items: center;
    grid-template-columns: 44px minmax(0, 1fr) 20px;
    gap: 13px;
    color: #182832;
    background: #fff;
    border: 1px solid #dce3e6;
    transition: color .2s, border-color .2s, background .2s;
}
.businessSystemItem:hover,
.businessSystemItem:focus {
    color: #182832;
    text-decoration: none;
    background: #faf6f1;
    border-color: #b5162a;
    outline: none;
}
.businessSystemItemIcon {
    display: flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    color: #b5162a;
    background: #edf3f5;
}
.businessSystemItemIcon svg {
    display: block;
    width: 25px;
    height: 25px;
    overflow: visible;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.businessSystemItemText,
.businessSystemItemText strong,
.businessSystemItemText small {
    display: block;
    min-width: 0;
}
.businessSystemItemText strong {
    margin-bottom: 3px;
    color: #182832;
    font-size: 15px;
    font-weight: 600;
}
.businessSystemItemText small {
    overflow: hidden;
    color: #70818a;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.businessSystemArrow {
    color: #b5162a;
    font-size: 17px;
    text-align: right;
}
.businessSystemNote {
    margin: 15px 0 0;
    padding-left: 19px;
    color: #70818a;
    font-size: 12px;
}
.businessSystemNote::before {
    content: "✓";
    margin-left: -19px;
    margin-right: 6px;
    color: #b5162a;
}

#header.siteHeaderInner .businessSystemTrigger,
#header.header-scrolled .businessSystemTrigger {
    color: #182832;
    background: rgba(24, 40, 50, .03);
    border-color: rgba(24, 40, 50, .24);
}
#header.siteHeaderInner .businessSystemTrigger:hover,
#header.siteHeaderInner .businessSystemTrigger:focus,
#header.siteHeaderInner .businessSystemEntry.is-open .businessSystemTrigger,
#header.header-scrolled .businessSystemTrigger:hover,
#header.header-scrolled .businessSystemTrigger:focus,
#header.header-scrolled .businessSystemEntry.is-open .businessSystemTrigger {
    color: #fff;
    background: #b5162a;
    border-color: #b5162a;
}
.pageBanner .fixedPositionDiv {
    margin: 20px auto 0;
}
.pageBanner .fixedCount {
    display: none !important;
}

/* 主栏 和 侧栏 */
.mainContent {
    width: 75%;
    zoom: 1;
    float: right;
    position: relative;
}
.side {
    font-size: 14px;
    width: 23.5%;
    overflow: hidden;
    float: left;
}

/* 位置导航 */
.path {
    color: #7c7c7c;
    line-height: 20px;
    text-align: left;
    max-width: 1200px;
    _width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    padding: 20px 0 0;
}
.path a,
.path span {
    padding: 0 3px;
    color: #7c7c7c;
}
.path em {
    background: url(../img/icons.png) no-repeat 0 -1642px;
    padding-left: 26px;
}
.mHd .path {
    float: right;
    padding: 15px 0 0;
}
.mHd .path em {
    background: none;
    padding-left: 0;
}

/*footer*/
#footer {
    position: relative;
    text-align: center;
    padding: 20px 0;
    line-height: 28px;
}
#footer .footNav {
}
#footer .footNav a {
    margin: 0 10px;
    display: inline-block;
}
#footer .copyRight a {
    text-decoration: underline;
}
#footer .pics {
    position: absolute;
    right: 0;
    top: 10px;
}
#footer .pics img {
}
#footer #imgConac {
    height: 70px;
    margin-top: -10px;
}

/* 侧栏固定菜单 */
.sideFixed {
    z-index: 9;
    position: fixed;
    top: 234px;
    right: 0;
    width: 70px;
    background: #fff;
    font-size: 12px;
    _position: absolute;
}
.sideFixed li {
    border: 1px solid #ddd;
    margin-top: -1px;
    position: relative;
}
.sideFixed li a {
    height: 30px;
    line-height: 30px;
    padding: 34px 0 3px 0;
    display: block;
    background: url(../img/icons1.png) center 8px no-repeat;
}
.sideFixed li a:hover {
    text-decoration: none;
}
.sideFixed .wx a {
    background-position: center -137px;
}
.sideFixed .gt {
    display: none;
}
.sideFixed .gt a {
    background-position: center -284px;
}
.sideFixed .qr a {
    background-position: center -2051px;
}
.sideFixed .pic {
    display: none;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.sideFixed .pic img {
    width: 150px;
    height: 150px;
}
.sideFixed .on .pic {
    display: block;
    position: absolute;
    left: -168px;
    top: -45px;
    padding: 4px;
    background: #fff;
}
.sideFixed .on .pic i {
    z-index: 8;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -3px;
    border-width: 5px;
    border-color: transparent;
    border-style: dashed;
    border-left-color: #fff;
    border-left-style: solid;
    display: block;
    font-size: 0;
    line-height: 0;
    width: 0;
}

/* goTop */
#goTop {
    position: fixed;
    display: none;
    _display: none !important;
    width: 50px;
    height: 50px;
    bottom: 60px;
    right: 5px;
    z-index: 99;
    cursor: pointer;
    margin: 5px;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    box-shadow: 0 0 5px #9c9c9c;
    -webkit-box-shadow: 0 0 5px #9c9c9c;
    opacity: 0.9;
    background: rgba(0, 0, 0, 0.5);
}
#goTop::after {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -15px;
    content: "";
    border-width: 10px;
    border-color: transparent;
    border-bottom-color: #fff;
    border-bottom-style: solid;
    border-style: dashed;
    display: block;
    font-size: 0;
    line-height: 0;
    width: 0;
}

/* winMark */
#winMark {
    z-index: 1;
    width: 100%;
    display: none;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
}

/* 侧栏-栏目菜单 */
#sideMenu li {
    font-size: 14px;
    text-align: center;
    margin-bottom: 8px;
    vertical-align: top;
}
#sideMenu li a {
    display: block;
    padding: 5px;
    background: #f3f3f3;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    -moz-transition: 200ms;
    transition: 200ms;
}
#sideMenu li a:hover {
    letter-spacing: 2px;
    text-decoration: none;
    border-color: #ccc;
}
#sideMenu .on a,
#sideMenu .on a:hover {
    background-color: #f7bc68;
    color: #fff;
    font-weight: bold;
}
#sideMenu .bd ul {
    margin-bottom: -8px;
}

/* box */
.box .hd {
    height: 45px;
    line-height: 43px;
    position: relative;
    font-size: 18px;
    margin-bottom: -1px;
}
.box .hd .more {
    position: absolute;
    top: 8px;
    right: 0;
    color: #999;
    font-size: 14px;
    width: 24px;
    height: 24px;
    line-height: 80px;
    overflow: hidden;
    background: #e1e7f0 url(../img/moreicon.png) no-repeat center;
    border-radius: 50%;
}
.box .hd .more a {
    color: #999;
}
.box .hd .more {
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    -moz-transition: 500ms;
    transition: 500ms;
}
.box .hd .more:hover {
    transform: rotate(360deg);
    background-color: #f7bc68;
}
.box .hd h3 {
    background: #416eb4;
    position: absolute;
    color: #3762a4;
    font-weight: bold;
    padding: 0 25px 0px 25px;
    border-radius: 6px 6px 0 0;
}
.box .hd h3 a {
    color: #3762a4;
}
.box .hd h3 a:hover {
    text-decoration: none;
}
.box .hd ul {
    position: absolute;
    overflow: hidden;
}
.box .hd li {
    float: left;
    position: relative;
    margin-right: 10px;
}
.box .hd li a {
    display: block;
    padding: 0 8px 0 38px;
    font-size: 20px;
    line-height: 35px;
    height: 43px;
    font-weight: bold;
    color: #616467;
    border-radius: 6px 6px 0 0;
    background: url(../img/boxhdicons.png) no-repeat 0 3px;
}
.box .hd li a {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.box .hd li a:hover {
    text-decoration: none;
}
.box .hd .on a {
    color: #416eb4;
    border-bottom: 2px solid #416eb4;
}
.box .hd .on a {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
}
.box .bd {
    padding: 19px;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    background: #fcfcfc;
}

/* boxA */
.boxA {
    margin-bottom: 15px;
}
.boxA .hd {
    height: 40px;
    line-height: 40px;
    position: relative;
    font-size: 18px;
    border-bottom: 2px solid #f3f3f3;
}
.boxA .hd .more {
    position: absolute;
    top: 8px;
    right: 0;
    color: #999;
    font-size: 14px;
    width: 24px;
    height: 24px;
    line-height: 80px;
    overflow: hidden;
    background: #e1e7f0 url(../img/moreicon.png) no-repeat center;
    border-radius: 50%;
}
.boxA .hd .more a {
    color: #999;
}
.boxA .hd .more {
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    -moz-transition: 500ms;
    transition: 500ms;
}
.boxA .hd .more:hover {
    transform: rotate(360deg);
    background-color: #f7bc68;
}
.boxA .hd h3 {
    position: absolute;
    color: #416eb4;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    padding: 0 20px;
    height: 40px;
    border-bottom: 2px solid #416eb4;
}
.boxA .hd h3 a {
    color: #416eb4;
}
.boxA .hd h3 a:hover {
    text-decoration: none;
}
.boxA .hd ul {
    position: absolute;
    height: 40px;
    overflow: hidden;
}
.boxA .hd li {
    float: left;
    font-size: 18px;
    height: 39px;
    line-height: 39px;
    background: #f9f9f9;
}
.boxA .hd li a {
    display: block;
    float: left;
    padding: 0 30px;
}
.boxA .hd li a:hover {
    text-decoration: none;
}
.boxA .hd .on {
    border: 1px solid #e1e1e1;
    border-top: 3px solid #416eb4;
    border-bottom: 0;
}
.boxA .bd {
    padding: 5px;
    overflow: hidden;
}

/* boxB */
.boxB {
    background: #fff;
}
.boxB .hd {
    height: 39px;
    line-height: 39px;
    position: relative;
    border: 1px solid #e1e1e1;
}
.boxB .hd .more {
    font-size: 14px;
    position: absolute;
    right: 10px;
    color: #666;
}
.boxB .hd h3 {
    padding: 0 20px;
    font-size: 18px;
    color: #fff;
    background: #416eb4;
    position: absolute;
    height: 41px;
    line-height: 41px;
    left: -1px;
    top: -1px;
}
.boxB .hd h3 a {
    color: #fff;
}
.boxB .bd {
    overflow: hidden;
    padding: 10px;
    border: 1px solid #e9e9e9;
    border-top: 0;
}

/* boxC */
.boxC {
    margin-bottom: 15px;
    overflow: hidden;
}
.boxC .hd {
    height: 30px;
    line-height: 30px;
    background: #fafafa;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
}
.boxC .hd .more {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 14px;
}
.boxC .hd .more a {
    color: #666;
}
.boxC .hd ul {
    overflow: hidden;
}
.boxC .hd ul li {
    float: left;
}
.boxC .hd ul a {
    display: block;
    float: left;
    line-height: 16px;
    padding: 0 20px;
    margin: 9px 0;
    border-right: 1px solid #ccc;
}
.boxC .hd ul a:hover {
    text-decoration: none;
}
.boxC .hd ul li:last-child a {
    border-right: 0;
}
.boxC .hd .on a {
    color: #416eb4;
}
.boxC .bd {
    overflow: hidden;
    padding: 8px 5px;
}

/* boxD */
.boxD {
    margin-bottom: 20px;
}
.boxD .hd {
    height: 40px;
    line-height: 40px;
    background: #416eb4;
}
.boxD .hd h3 {
    font-size: 18px;
    color: #fff;
}
.boxD .hd h3 a {
    color: #fff;
}
.boxD .hd h3 i {
    display: block;
    float: left;
    width: 42px;
    height: 40px;
    background: url(../img/icons-zwgk.png) #00599d 10px 10px no-repeat;
    margin-right: 10px;
}
.boxD .bd {
    background: #fff;
    overflow: hidden;
    border: 1px solid #e9e9e9;
    border-top: 0;
}

/* boxE */
.boxE {
    margin-bottom: 15px;
}
.boxE .hd {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    border-bottom: 2px solid #416eb4;
}
.boxE .hd h3 {
    float: left;
    padding: 0 20px;
    background: #416eb4;
    color: #fff;
    font-size: 18px;
}
.boxE .hd h3 a {
    color: #fff;
    display: block;
    float: left;
}
.boxE .hd .more {
    float: right;
}
.boxE .bd {
    padding: 10px;
    overflow: hidden;
}

/* 侧栏盒子模型 */
.sideBox {
    margin-bottom: 20px;
}
.sideBox .hd {
    overflow: hidden;
    padding: 0px 10px;
    height: 45px;
    line-height: 45px;
    background: #416eb4;
    border-radius: 6px 6px 0 0;
}
.sideBox .hd .more {
    float: right;
}
.sideBox .hd h3 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.sideBox .hd h3 a {
    color: #fff;
}
.sideBox .hd h3 a:hover {
    text-decoration: none;
}
.sideBox .bd {
    border: 1px solid #e8e8e8;
    padding: 19px;
    background: #fff;
}

/*节点归档信息样式*/
.archived-info {
    float: right;
}
.archived-info span {
    margin: 0 5px;
}

/* infoListA */
.infoListA li {
    padding: 0 0 10px 12px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    line-height: 1.5;
    background: url(../img/icons.png) 0 -387px no-repeat;
    position: relative;
}
.infoListA .date {
    color: #999;
    float: right;
}
.infoListA .last {
    border-bottom: 0;
}

/* 日历式列表 */
.calendarList li {
    height: 60px;
    padding: 10px 0;
}
.calendarList li .calendar {
    float: left;
    width: 60px;
    height: 60px;
    background: #abb898;
    color: #fff;
    text-align: center;
    font-size: 12px;
    border-radius: 6px;
    margin-right: 20px;
    display: inline;
}
.calendarList li .calendar em {
    display: block;
    line-height: 20px;
    font-size: 24px;
    padding-top: 10px;
}
.calendarList li .title {
    font-size: 16px;
    font-weight: bold;
}
.calendarList li .intro {
    color: #999;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 信件列表 */
.letterList {
    width: 100%;
    border: none;
}
.letterList th,
.letterList td {
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
    line-height: 26px;
    padding: 5px 5px;
}
.letterList th {
    background: #f1f6fa;
}
.letterList th {
    color: #416eb4;
    height: 35px;
    line-height: 35px;
    padding: 0px;
    border-bottom: 1px solid #d7ebf6;
    font-weight:bold;
}
.letterList th.title {
    text-align: left;
    padding-left: 38px;
}
.letterList tr:nth-child(2n) td,
.letterList .even td {
    background: #f4f4f2;
}
.letterList .num {
    display: none;
}
.letterList td.title {
    text-align: left;
    padding-left: 5px;
    white-space: normal;
    word-break: break-all;
}
.letterList .ico {
    width: 30px;
    text-align: center;
    vertical-align: middle;
    padding: 0px;
}
.letterList .ico img {
    vertical-align: middle;
}
.letterList .dep {
    width: 90px;
}
.letterList .state {
    width: 90px;
}
.letterList .open,
.letterList .handle {
    display: none;
}
.letterList .state .s0 {
    color: #333;
}
.letterList .state .s1 {
    color: #f70;
}
.letterList .state .s2 {
    color: #f00;
}
.letterList .state .s3 {
    color: #390;
}
.letterList .state .s4 {
    color: #333;
    text-decoration: line-through;
}
.letterList .date {
    border-right: none;
    width: 90px;
}
.letterList td.date {
    color: #999999;
}

/* detailTable */
.detailTable {
    margin-bottom: 10px;
    background: #fff;
    width: 100%;
}
.detailTable,
.detailTable tr,
.detailTable tr td {
    border: 1px solid #e6e6e6;
    border-collapse: collapse;
}
.detailTable thead tr {
    border-color: #416eb4;
}
.detailTable thead th {
    background: #416eb4;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-color: #416eb4;
}
.detailTable tbody td {
    padding: 10px 15px;
}
.detailTable tbody td.tdName {
    font-weight: bold;
    background: #f7f7f7;
    text-align: center;
    width: 20%;
    font-size: 14px;
}
.detailTable .trTitle .tdCon {
    font-weight: bold;
    white-space: normal;
    word-break: break-all;
}
.detailTable .trName td:nth-child(2),
.detailTable .trUnit td:nth-child(2) {
    width: 160px;
}
.detailTable .trName td:nth-child(3),
.detailTable .trUnit td:nth-child(3) {
    width: 160px;
}
.detailTable .preDiv {
    width: 670px;
    overflow: auto;
}
.detailTable .preDiv pre {
    font-size: 14px;
    font-family: "Microsoft YaHei", 'PingFang SC', Arial, Helvetica, Tahoma, sans-serif;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

/* mainBox */
.mainBox .mHd {
    position: relative;
    border-bottom: 2px solid #f3f3f3;
    line-height: 45px;
    height: 45px;
    margin-bottom: 10px;
}
.mainBox .mHd .list {
    overflow: hidden;
}
.mainBox .mHd .list li {
    float: left;
    padding: 0 4%;
}
.mainBox .mHd .list a {
    font-size: 18px;
    color: #888;
}
.mainBox .mHd .list a:hover {
    text-decoration: none;
}
.mainBox .mHd .list .on a {
    color: #416eb4;
}
.mainBox .mHd h3,
.mainBox .mHd .list .on {
    position: relative;
    font-weight: bold;
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 0 2.5%;
    border-radius: 6px 6px 0 0;
    color: #416eb4;
    border-bottom: 0;
    font-size: 18px;
    border-bottom: 2px solid #416eb4;
}
.mainBox .mHd h3 a {
    color: #416eb4;
}

/* 友情链接模拟下拉 */
.friendLinks {
    background: #416eb4;
    padding: 8px 0;
    height: 36px;
}
.friendLinks dl {
    width: 222px;
    margin-right: 15px;
    float: left;
    display: inline;
    position: relative;
    border-radius: 5px;
}
.friendLinks dl dt {
    height: 36px;
    line-height: 36px;
    padding: 0 5px 0 8px;
    overflow: hidden;
    background: #5682c5;
    color: #fff;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.friendLinks dl dt i {
    right: 12px;
    top: 50%;
    margin-top: -2px;
    border-width: 5px;
    position: absolute;
    border-color: transparent;
    border-style: dashed;
    border-top-color: #245baf;
    border-top-style: solid;
    content: "";
    display: block;
    font-size: 0;
    line-height: 0;
    width: 0;
}
.friendLinks dl dt h3 {
    width: 175px;
}
.friendLinks dd {
    bottom: 35px;
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
}
.friendLinks ul {
    max-height: 389px;
    border: 1px solid #ccc;
    background: #fff;
    overflow-y: scroll;
    border-radius: 5px;
}
.friendLinks li {
    line-height: 22px;
    padding: 8px 10px;
    border-bottom: 1px dotted #ccc; /* word-break:keep-all; */ /* white-space:nowrap; */
    cursor: pointer;
}
.friendLinks li a {
    display: block;
}
.friendLinks li a:hover {
    text-decoration: none;
}
.friendLinks li:hover {
    color: #cd3333;
    background-color: #f1f1f1;
}
.friendLinks .last {
    border-bottom: 0;
}
.friendLinks .on {
    z-index: 9;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.friendLinks .on dt {
    background: #f7bc68;
}
.friendLinks .on dt i {
    border-top-style: none;
    border-bottom-color: #aaa;
    border-bottom-style: solid;
}
.friendLinks .on dd {
    display: block;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.friendLinks .on dd ul {
    border-color: #bbb;
}

/* 侧栏-栏目内搜索 */
#sideSearch .bd li {
    padding: 0 0 10px 0;
    overflow: hidden;
}
#sideSearch .nodes,
#sideSearch input,
#sideSearch button {
    height: 32px;
    line-height: 32px;
    width: 100%;
    border: 1px solid #ddd;
    font-size: 14px;
    font-family: "Microsoft YaHei", 'PingFang SC';
    outline: none;
}
#sideSearch .keyword {
    width: 60%;
    padding: 0 5px;
}
#sideSearch button {
    line-height: 28px;
    width: 32%;
    float: right;
    background: #416eb4;
    border-color: #416eb4;
    color: #fff;
}

/*验证码*/
div.codeinp input[type="text"] {
    width: 100px !important;
    float: left;
    margin-right: 10px;
    line-height: 26px;
}

/* 通用底部按钮 */
.bot {
    text-align: center;
    padding: 0 0 20px 0;
}
.bot a,
.bot button {
    cursor: pointer;
    display: inline-block;
    height: 46px;
    line-height: 46px;
    padding: 0 5%;
    font-size: 16px;
    background: #416eb4;
    border: 0;
    color: #fff;
    margin: 0 2%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.bot a:hover,
.bot button:hover {
    text-decoration: none;
    background: #077bd4;
}

/* 依申请、信访、咨询等通用 查询页样色 */
.queryForm {
    background: #fff;
    padding: 3% 0;
    width: 80%;
    margin: 30px auto;
    border: 1px solid #e2e2e2;
    font-size: 16px;
}
.queryForm td {
    padding: 8px 0;
}
.queryForm .tdlab {
    width: 40%;
    text-align: right;
}
.queryForm input[type="text"] {
    border: 1px solid #ccc;
    width: 56%;
    height: 30px;
}
.queryForm input[type="text"]:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(102, 175, 233, 0.6);
}
.queryForm .bot {
    text-align: left;
}
.queryForm .bot a {
    margin: 0;
}
.queryForm .required strong {
    color: #f00;
    margin-right: 5px;
}
.queryForm .errorMessage {
    color: #f00;
}
.queryForm table {
    width: 100%;
    border: 0;
}

/* 依申请、信访、咨询等通用 查询结果页样色 */
.queryResult {
    width: 80%;
    margin: 30px auto;
}
.queryResult .mainBox {
    margin-bottom: 50px;
}
.queryResult .tit h3 {
    text-align: center;
    font-size: 38px;
    line-height: 2;
    margin-bottom: 30px;
}
.queryResult .tips {
    text-align: center;
    font-size: 16px;
    margin-bottom: 50px;
    border-top: 1px solid #ddd;
    padding: 50px 0 20px 0;
}
.queryResult .number {
    font-weight: bold;
    color: #f00;
}
/* 导航条：蓝色背景拉通全屏，菜单项仍居中于 1180px 与 Logo 对齐 */
.topNav { max-width: none; width: 100%; border-radius: 0; padding-left: 0; padding-right: 0; }
.topNav #mainNav { max-width: 1180px; margin: 0 auto; }

/* 轮播图：拉通全屏 */
#focusPic { width: 100%; margin: 0 auto; }

/* 标记分类 */
.filter-row{background-color: rgba(65,110,180, 0.05);}
.filter-row .choose-item a:hover,
.filter-row .filter-key{color:#416eb4; }
.filter-result .filter-criteria-item:hover,
.filter-row .filter-ext-more:hover,
.filter-row .filter-ext-multiple:hover{color:#416eb4; border-color:#416eb4}
.filter-result .filter-criteria-item{border-color:rgba(65,110,180, 0.2);background-color: rgba(65,110,180, 0.03); }
.filter-result .filter-criteria-item:hover i{background-color:#416eb4}

/* ===== 导航栏吸顶固定（滚动时固定在页面最上方） ===== */
.topNav.topNav-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    max-width: none;
    width: 100%;
    border-radius: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
        /* 毛玻璃效果：半透明蓝色 + 背景模糊 */
    background: rgba(65, 110, 180, .85);
    -webkit-backdrop-filter: blur(8px) saturate(1.2);
    backdrop-filter: blur(8px) saturate(1.2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .25);
}
/* 隐藏导航栏第一个菜单项"网站首页" */
#mainNav .li1:first-child {
    display: none;
}
/* ===== 头部 Logo 旁校名文字：默认隐藏，仅首页由 index.css 显示 ===== */
.siteName {
    display: none;
}


/* ===== 底部 footer 统一为深色风格（与首页 Hero/内容区同一套配色） ===== */
#footer {
    background: #182832;
    color: rgba(255, 255, 255, .62);
    padding: 0;
    line-height: 1.9;
    text-align: left;
}
#footer .siteWidth {
    box-sizing: border-box;
    width: calc(100% - 64px);
    max-width: 1360px;
}
#footer .footerMain {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 1.4fr);
    gap: 80px;
    padding-top: 54px;
    padding-bottom: 48px;
}
/* 校名品牌区 */
.footBrand-zh {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}
.footBrand-en {
    margin: 4px 0 0;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .54);
}
/* 学校联系信息 */
#footer .footerContact {
    max-width: 560px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, .62);
    font-size: 14px;
    line-height: 2;
}
#footer .footerContact a {
    color: rgba(255, 255, 255, .76);
    transition: color .2s;
}
#footer .footerContact a:hover {
    color: #fff;
}
/* 网站导航：不设置“常用链接”栏目 */
#footer .footerNavGroup h2 {
    margin: 0 0 18px;
    color: #c79b72;
    font-size: 14px;
    font-weight: 700;
}
#footer .footNav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 32px;
    margin: 0;
}
#footer .footNav a {
    display: block;
    margin: 0;
    font-size: 14px;
    color: rgba(255, 255, 255, .72);
    transition: color .2s;
}
#footer .footNav a:hover {
    color: #fff;
}
#footer .footerVersionSwitch {
    margin-top: 28px;
}
#footer .footerVersionSwitch a {
    display: inline-flex;
    min-width: 132px;
    height: 40px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    color: rgba(255, 255, 255, .82);
    font-size: 14px;
    line-height: 38px;
    border: 1px solid rgba(255, 255, 255, .34);
    transition: color .2s ease, border-color .2s ease, background-color .2s ease;
}
#footer .footerVersionSwitch a:hover,
#footer .footerVersionSwitch a:focus {
    color: #fff;
    border-color: #b5162a;
    background: #b5162a;
}
#footer .footNav span,
#footer .footNav s {
    color: rgba(255, 255, 255, .3);
}
/* 最下方版权栏 */
#footer .footerBottom {
    border-top: 1px solid rgba(255, 255, 255, .10);
    text-align: center;
}
#footer .copyRight {
    margin: 0;
    padding: 18px 0;
    border: 0;
    font-size: 12px;
    line-height: 1.8;
    color: rgba(255, 255, 255, .46);
}
#footer .copyRight a {
    color: rgba(255, 255, 255, .72);
    text-decoration: none;
}
#footer .copyRight a:hover {
    color: #fff;
}
/* 参考站底部没有单独的右下角标识图区域 */
#footer .pics {
    display: none;
    position: static;
}
@media screen and (max-width: 900px) {
    #footer .siteWidth {
        width: calc(100% - 40px);
    }
    #footer .footerMain {
        grid-template-columns: 1fr;
        gap: 36px;
        padding-top: 42px;
        padding-bottom: 36px;
    }
}
@media screen and (max-width: 520px) {
    #footer .siteWidth {
        width: calc(100% - 32px);
    }
    #footer .footNav {
        column-gap: 16px;
    }
}
/* 彩色 Logo 默认全站隐藏（仅首页滚动后由 index.css 显示） */
#logo .logo-color {
    display: none;
}

/* ===== PC 栏目页窄屏导航 =====
   正常宽度隐藏按钮；导航放不下时显示按钮，点击后展开两列菜单。 */
@media screen and (max-width: 1200px) {
    html,
    body {
        overflow-x: hidden;
    }

    .wrap {
        min-width: 0;
    }

    #header {
        position: relative;
        z-index: 100;
        display: flex;
        box-sizing: border-box;
        height: 72px;
        margin: 0;
        padding: 0 20px !important;
        align-items: center;
        justify-content: space-between;
        background: rgba(24, 40, 50, .96);
        border-bottom: 1px solid rgba(255, 255, 255, .12);
    }

    #header .headerTop {
        position: relative;
        z-index: 1;
        display: flex;
        flex: 1 1 auto;
        box-sizing: border-box;
        width: auto;
        min-width: 0;
        max-width: calc(100% - 62px);
        height: auto;
        margin: 0;
        align-items: center;
    }

    #header #logo {
        float: none;
        max-width: 100%;
        margin: 0;
    }

    #header #logo img {
        width: auto;
        max-width: 100%;
        height: 38px;
    }

    /* 窄屏优先保留 Logo 和菜单入口，避免搜索框与按钮互相挤压。 */
    #header .siteSearchBar {
        display: none;
    }

    #header > .pcNavToggle {
        position: relative;
        z-index: 10001;
        display: flex;
        flex: 0 0 46px;
        box-sizing: border-box;
        width: 46px;
        height: 46px;
        margin: 0 0 0 16px;
        padding: 11px 10px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 5px;
        border: 1px solid rgba(255, 255, 255, .38);
        background: rgba(255, 255, 255, .08);
        cursor: pointer;
        transition: border-color .2s, background .2s;
    }

    #header > .pcNavToggle span {
        display: block;
        width: 23px;
        height: 2px;
        background: #fff;
        transition: transform .25s, opacity .2s;
    }

    #header > .pcNavToggle:hover,
    #header > .pcNavToggle:focus {
        border-color: #fff;
        background: rgba(255, 255, 255, .16);
        outline: none;
    }

    #header.nav-open > .pcNavToggle span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    #header.nav-open > .pcNavToggle span:nth-child(2) {
        opacity: 0;
    }

    #header.nav-open > .pcNavToggle span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    /* 收起时隐藏横向导航；展开后在头部下方显示完整菜单。 */
    #header .topNav,
    #header .topNav.topNav-fixed {
        position: absolute;
        top: 72px;
        right: 0;
        left: 0;
        z-index: 10000;
        display: none;
        box-sizing: border-box;
        width: 100%;
        max-width: none;
        height: auto;
        max-height: calc(100vh - 72px);
        margin: 0;
        padding: 14px 20px 20px;
        overflow-x: hidden;
        overflow-y: auto;
        line-height: normal;
        background: rgba(12, 35, 52, .98);
        border-top: 1px solid rgba(255, 255, 255, .12);
        border-radius: 0;
        box-shadow: 0 12px 24px rgba(12, 29, 42, .24);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
    }

    #header.nav-open .topNav,
    #header.nav-open .topNav.topNav-fixed {
        display: block;
    }

    #header .topNav #mainNav {
        display: grid;
        width: 100%;
        max-width: 920px;
        margin: 0 auto;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1px 24px;
    }

    #header #mainNav .li1 {
        float: none;
        display: block;
        box-sizing: border-box;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, .13);
    }

    #header #mainNav .li1:first-child {
        display: none;
    }

    #header #mainNav .a1 {
        display: block;
        box-sizing: border-box;
        height: 48px;
        padding: 0 14px;
        overflow: hidden;
        color: #fff;
        font-size: 15px;
        line-height: 48px;
        text-align: left;
        text-overflow: ellipsis;
        white-space: nowrap;
        border-bottom: 0;
        border-radius: 0;
    }

    #header #mainNav .a1:hover,
    #header .mainNav .on1 .a1 {
        color: #fff;
        background: rgba(181, 22, 42, .9);
    }

    #header #mainNav .ul1 {
        position: static;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding: 4px 8px 10px;
        background: rgba(255, 255, 255, .06);
        box-shadow: none;
        text-align: left;
    }

    #header #mainNav .li2 {
        display: inline-block;
    }

    #header #mainNav .a2 {
        padding: 0 10px;
        color: rgba(255, 255, 255, .78);
        font-size: 14px;
        line-height: 34px;
    }

    #header #mainNav .a2:hover {
        color: #fff;
        background: transparent;
    }
}

@media screen and (max-width: 760px) {
    #header .topNav #mainNav {
        grid-template-columns: 1fr;
    }
}

/* 文章正文图片弹窗预览 */
.articleCon .conTxt img {
    cursor: zoom-in;
}

body.articleImageLightboxOpen {
    overflow: hidden;
}

.articleImageLightbox {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    padding: 72px 28px 28px;
    background: rgba(7, 20, 29, .9);
}

.articleImageLightbox.isOpen {
    display: flex;
}

.articleImageLightboxDialog {
    max-width: 1200px;
    max-height: calc(100vh - 100px);
    text-align: center;
}

.articleImageLightboxImage {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: calc(100vh - 140px);
    margin: 0 auto;
    object-fit: contain;
    background: #fff;
    box-shadow: 0 16px 45px rgba(0, 0, 0, .38);
}

.articleImageLightboxCaption {
    margin: 14px 0 0;
    color: #fff;
    font-size: 15px;
    line-height: 1.7;
    text-align: center;
}

.articleImageLightboxClose {
    position: absolute;
    top: 18px;
    right: 24px;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 50%;
    outline: 0;
    color: #fff;
    background: rgba(0, 0, 0, .28);
    font: 34px/37px Arial, sans-serif;
    text-align: center;
    cursor: pointer;
}

.articleImageLightboxClose:hover,
.articleImageLightboxClose:focus {
    border-color: #fff;
    background: #b5162a;
}

@media screen and (max-width: 760px) {
    .articleImageLightbox {
        padding: 64px 12px 18px;
    }

    .articleImageLightboxDialog {
        max-height: calc(100vh - 82px);
    }

    .articleImageLightboxImage {
        max-height: calc(100vh - 120px);
    }

    .articleImageLightboxClose {
        top: 12px;
        right: 12px;
    }
}

/* ===== 全站 PC 内页统一白色导航 =====
   首页由 index.css 继续控制透明/滚动变白效果；其余公共布局页面使用本规则。 */
.wrap.innerWrap {
    min-width: 0;
    padding-top: 80px;
}

#header.siteHeaderInner {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    box-sizing: border-box;
    height: 80px;
    margin: 0;
    /* 与首页头部采用同一居中内容宽度，Logo和导航两端完全对齐。 */
    padding: 0 max(40px, calc((100vw - 1560px) / 2)) !important;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, .97);
    border-bottom: 1px solid rgba(24, 40, 50, .08);
    box-shadow: 0 2px 12px rgba(24, 40, 50, .1);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

#header.siteHeaderInner .headerTop {
    position: relative;
    z-index: 1;
    display: flex;
    width: auto;
    max-width: none;
    height: auto;
    margin: 0;
    align-items: center;
    gap: 12px;
}

#header.siteHeaderInner #logo {
    float: none;
    flex: none;
    margin: 0;
}

#header.siteHeaderInner #logo img {
    width: auto;
    height: 44px;
}

#header.siteHeaderInner #logo .logo-white {
    display: none;
}

#header.siteHeaderInner #logo .logo-color {
    display: block;
}

#header.siteHeaderInner .siteName {
    display: block;
    flex: none;
    white-space: nowrap;
}

#header.siteHeaderInner .siteName-zh {
    display: block;
    line-height: 0;
}

#header.siteHeaderInner .siteName-image {
    display: block;
    width: 283px;
    max-width: 100%;
    height: auto;
    margin-left: -5px;
    opacity: .82;
    filter: brightness(0) saturate(100%);
}

#header.siteHeaderInner .siteName-en {
    display: inline-block;
    width: auto;
    margin-top: -2px;
    color: #64747a;
    font: 600 11px/1.2 Arial, Helvetica, sans-serif;
    letter-spacing: .12em;
    word-spacing: .1em;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap;
    transform: scaleX(1.1);
    transform-origin: left center;
}

#header.siteHeaderInner .siteSearchBar {
    display: none;
}

#header.siteHeaderInner .topNav,
#header.siteHeaderInner .topNav.topNav-fixed {
    position: static;
    display: block;
    flex: none;
    width: auto;
    max-width: none;
    height: auto;
    margin: 0 0 0 auto;
    padding: 0;
    line-height: 1;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

#header.siteHeaderInner .topNav #mainNav {
    width: auto;
    max-width: none;
    margin: 0;
}

#header.siteHeaderInner #mainNav .li1 {
    width: auto;
}

#header.siteHeaderInner #mainNav .a1 {
    height: auto;
    padding: 0 14px;
    color: #182832;
    font-size: 15px;
    font-weight: 600;
    line-height: 44px;
    text-align: center;
    background: transparent;
    border-bottom: 2px solid transparent;
    border-radius: 0;
}

#header.siteHeaderInner .mainNav .on1 .a1,
#header.siteHeaderInner #mainNav .a1:hover {
    color: #b5162a;
    background: transparent;
    border-bottom-color: #b5162a;
}

#header.siteHeaderInner #mainNav .ul1 {
    overflow: hidden;
    background: rgba(255, 255, 255, .99);
    border: 1px solid rgba(24, 40, 50, .08);
    box-shadow: 0 10px 24px rgba(24, 40, 50, .14);
}

#header.siteHeaderInner #mainNav .a2 {
    color: #344954;
    background: transparent;
}

#header.siteHeaderInner #mainNav .a2:hover {
    color: #b5162a;
    background: rgba(181, 22, 42, .06);
}

@media screen and (max-width: 1200px) {
    .wrap.innerWrap {
        padding-top: 72px;
    }

    #header.siteHeaderInner {
        height: 72px;
        padding: 0 20px !important;
    }

    #header.siteHeaderInner .headerTop {
        flex: 1 1 auto;
        min-width: 0;
        max-width: calc(100% - 62px);
    }

    #header.siteHeaderInner #logo img {
        height: 38px;
    }

    #header.siteHeaderInner .siteName {
        min-width: 0;
        overflow: hidden;
    }

    #header.siteHeaderInner .siteName-image {
        width: 240px;
        margin-left: -4px;
    }

    #header.siteHeaderInner .siteName-en {
        transform: scaleX(1.04);
    }

    #header.siteHeaderInner > .pcNavToggle {
        border-color: rgba(24, 40, 50, .3);
        background: rgba(24, 40, 50, .03);
    }

    #header.siteHeaderInner > .pcNavToggle span {
        background: #182832;
    }

    #header.siteHeaderInner > .pcNavToggle:hover,
    #header.siteHeaderInner > .pcNavToggle:focus {
        border-color: #b5162a;
        background: rgba(181, 22, 42, .06);
    }

    #header.siteHeaderInner .topNav,
    #header.siteHeaderInner .topNav.topNav-fixed {
        position: absolute;
        top: 72px;
        right: 0;
        left: 0;
        display: none;
        box-sizing: border-box;
        width: 100%;
        max-height: calc(100vh - 72px);
        padding: 14px 20px 20px;
        overflow-y: auto;
        background: rgba(255, 255, 255, .99);
        border-top: 1px solid rgba(24, 40, 50, .1);
        box-shadow: 0 12px 24px rgba(24, 40, 50, .16);
    }

    #header.siteHeaderInner.nav-open .topNav,
    #header.siteHeaderInner.nav-open .topNav.topNav-fixed {
        display: block;
    }

    #header.siteHeaderInner .topNav #mainNav {
        display: grid;
        width: 100%;
        max-width: 920px;
        margin: 0 auto;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1px 24px;
    }

    #header.siteHeaderInner #mainNav .li1 {
        width: 100%;
        border-bottom-color: rgba(24, 40, 50, .1);
    }

    #header.siteHeaderInner #mainNav .a1 {
        height: 48px;
        padding: 0 14px;
        color: #182832;
        line-height: 48px;
        text-align: left;
        border: 0;
    }

    #header.siteHeaderInner #mainNav .a1:hover,
    #header.siteHeaderInner .mainNav .on1 .a1 {
        color: #b5162a;
        background: rgba(181, 22, 42, .06);
    }

    #header.siteHeaderInner #mainNav .ul1 {
        position: static;
        width: 100%;
        margin: 0;
        padding: 4px 8px 10px;
        background: #f8f6ef;
        border: 0;
        box-shadow: none;
        text-align: left;
    }

    #header.siteHeaderInner #mainNav .a2 {
        color: #64747a;
    }

    #header.siteHeaderInner #mainNav .a2:hover {
        color: #b5162a;
        background: transparent;
    }
}

@media screen and (max-width: 760px) {
    #header.siteHeaderInner .siteName-en {
        display: none;
    }

    #header.siteHeaderInner .siteName-image {
        width: 220px;
    }

    #header.siteHeaderInner .topNav #mainNav {
        grid-template-columns: 1fr;
    }
}

/* 窄屏下业务系统入口跟随折叠菜单，不再占用横向导航空间。 */
@media screen and (max-width: 1200px) {
    #header .businessSystemEntry {
        display: block;
        box-sizing: border-box;
        width: 100%;
        max-width: 920px;
        margin: 14px auto 0;
        padding-top: 14px;
        border-top: 1px solid rgba(255, 255, 255, .15);
    }

    #header .businessSystemEntry::after {
        display: none;
    }

    #header .businessSystemTrigger {
        width: 100%;
        height: 48px;
        justify-content: center;
        color: #fff;
        background: rgba(255, 255, 255, .08);
        border-color: rgba(255, 255, 255, .3);
    }

    #header.header-scrolled .businessSystemTrigger {
        color: #fff;
        background: rgba(255, 255, 255, .08);
        border-color: rgba(255, 255, 255, .3);
    }

    #header .businessSystemPanel {
        position: static;
        visibility: hidden;
        width: 100%;
        max-height: 0;
        margin-top: 0;
        padding: 0 18px;
        overflow: hidden;
        border-top-width: 0;
        box-shadow: none;
        opacity: 0;
        transform: none;
        transition: max-height .25s, margin-top .25s, padding .25s, opacity .2s, visibility .2s;
    }

    #header .businessSystemEntry.is-open .businessSystemPanel {
        visibility: visible;
        max-height: 520px;
        margin-top: 10px;
        padding: 20px 18px;
        border-top-width: 4px;
        opacity: 1;
    }

    #header.siteHeaderInner .businessSystemEntry {
        border-top-color: rgba(24, 40, 50, .12);
    }

    #header.siteHeaderInner .businessSystemTrigger {
        color: #182832;
        background: rgba(24, 40, 50, .03);
        border-color: rgba(24, 40, 50, .22);
    }
}

@media screen and (max-width: 520px) {
    #header .businessSystemPanelHead strong {
        font-size: 20px;
    }

    #header .businessSystemItem {
        padding: 11px;
        grid-template-columns: 40px minmax(0, 1fr) 18px;
        gap: 10px;
    }

    #header .businessSystemItemIcon {
        width: 40px;
        height: 40px;
    }
}
