.header .content{
    height: 80px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 0rem 0rem 0rem 0rem;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    user-select: none;
}
.header .logo {
    width: 290px;
    height: 54px;
    background: url(/image/logo/logo@1x.png) center no-repeat;
    background-size: 100%;
    margin-top: 13px;
}
.header .function {
    height: 80px;
    line-height: 80px;
    justify-content: space-between;
}
.header .function .date {
    font-size: 14px;
    margin-right: 24px;
}
.header .function .date .time {
    margin-right: 8px;
}
.header .function .i18n {
    font-weight: 500;
    font-size: 16px;
    display: none;
    justify-content: space-between;
    text-align: center;
    cursor: pointer;
    user-select: none;
}
.header .function .i18n div:first-child {
    width: 50px;
}
.header .function .i18n div:last-child {
    width: 60px;
}
.header .function .i18n div.active {
    color: #0053b4;
}
.header .menu-toggle {
    display: none;
}
.content {
    width: 980px;
    margin: 0 auto;
}

.nav {
    width: 100%;
    height: 46px;
    line-height: 46px;
    background: #0B2467;
    border-radius: 0rem 0rem 0rem 0rem;
    user-select: none;
}
.nav ul {
    width: 100%;
    width: max-content;
}
.nav ul li {
    height: 46px;
    line-height: 48px;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    position: relative;
    letter-spacing: 0.04rem;
    float: left;
    margin-right: 40px;
}
.nav ul li:hover {
    color: #E5B973;
    cursor: pointer;
}
.nav ul li.active {
    /* background: #003b80; */
    color: #E5B973;
    font-weight: bold;
}
.nav ul li:last-child {
    margin-right: 0;
}
.nav ul li span {
    display: inline-block;
    width: 100%;
    text-align: left;
}
.nav ul li dl {
    position: absolute;
    top: 46px;
    left: 0;
    width: auto;
    background: #003b80;
    font-weight: 500;
    display: none;
    z-index: 999;
    color: #ffffff;
}
.nav ul li dl dd {
    width: 196px;
    height: 56px;
    line-height: 56px;
    padding-left: 48px;
    font-size: 16px;
    box-sizing: border-box;
}
.nav ul li dl dd:hover {
    background: #0053b4;
    color: #E5B973;
}
.nav ul li:hover dl {
    display: block;
}
.banner {
    width: 100%;
    height: auto;
    /* background-image: url(/image/img/banner.png); 背景图片 */
    /* background-size: cover; 等比缩小背景图片 */
    /* background-repeat: no-repeat; 不重复背景图片 */
    /* background-position: center; 居中背景图片 */
    border-radius: 0rem 0rem 0rem 0rem;
    background-color: #1c41a8;
}
.banner img.page-public-banner {
    display: block;
}
.banner .page-public-banner {
    display: flex;
    align-items: center;
}
.banner .page-public-banner.news-banner {
    height: 200px;
    background: url(../image/img/news-banner.png) center no-repeat;
    background-size: cover;
}
.banner .page-public-banner.service-area-banner {
    height: 200px;
    background: url(../image/img/service-area-banner.png) center no-repeat;
    background-size: cover;
}
.banner .page-public-banner.research-development-banner {
    height: 200px;
    background: url(../image/img/research-development-banner.png) center no-repeat;
    background-size: cover;
}
.banner .page-public-banner.party-labor-banner {
    height: 200px;
    background: url(../image/img/party-labor-banner.png) center no-repeat;
    background-size: cover;
}
.banner .page-public-banner.social-banner {
    height: 200px;
    background: url(../image/img/social-responsibility-banner.png) center no-repeat;
    background-size: cover;
}
.banner .page-public-banner.customer-banner {
    height: 200px;
    background: url(../image/img/customer-banner.png) center no-repeat;
    background-size: cover;
}
.banner .page-public-banner.contact-us-banner {
    height: 200px;
    background: url(../image/img/contact-us-banner.png) center no-repeat;
    background-size: cover;
}
.banner .page-public-banner.recruitment-banner {
    height: 200px;
    background: url(../image/img/recruitment-banner.png) center no-repeat;
    background-size: cover;
}
.banner .page-public-banner.about-us-banner {
    height: 200px;
    background: url(../image/img/about-us-banner.png) center no-repeat;
    background-size: cover;
}

.banner .banner-title-wrapper {
    /* padding: 128px 0; */
    color: #ffffff;
}
.banner .banner-title-wrapper div:first-child {
    line-height: 55px;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 4px;
}
.banner .banner-title-wrapper div:last-child {
    font-size: 18px;
    line-height: 27px;
}
.breadcrumb {
    border-bottom: 1px solid #E5E5E5;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
}
.breadcrumb .breadcrumb-content{
    font-size: 12px;
    color: #565553;
}
.breadcrumb .breadcrumb-content span {
    margin-right: 8px;
}
.breadcrumb span.breadcrumb-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 4px;
    background: url(/image/icon/home.svg) no-repeat;
    vertical-align: text-bottom;
}
.body {
    padding-top: 64px;
    padding-bottom: 80px;
    background-image: url(../image/img/content-bg.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed; /* 背景图跟随页面滚动 */
    min-height: 600px;
}
.index-body {
    padding-bottom: 0px;
    padding-top: 0px;
}
.banner .index-banner{
    height: 400px;
    background: url(../image/img/index-banner-2025-bg.png) center no-repeat;
}
.footer {
    width: 100%;
    min-height: 450px;
    background: #0B2467;
    border-radius: 0px 0px 0px 0px;
    font-size: 12px;
}
.footer .content {
    padding-top: 64px;
    box-sizing: border-box;
}
.footer .content .footer-link {
    width: 100%;
    box-sizing: border-box;
}
.footer .content .clear {
    margin: 0 auto;
    width: max-content;
}
.footer .content .clear div {
    float: left;
    margin: 0 16px;
    font-size: 12px;
    font-weight: 400;
    color: #AEBDE5;
}

#footer-link-wrapper {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
}
#footer-link-wrapper > ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* 每行5列，每列宽度相等 */
    gap: 52px; /* 可选：设置网格项之间的间距 */
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer-link-wrapper > ul > li > ul {
    margin-top: 16px;
    list-style: none;
    padding: 0;
}
#footer-link-wrapper > ul > li > ul > li {
    margin-bottom: 16px;
}
#footer-link-wrapper a {
    color: #FFFFFF;
    text-decoration: none;
}
#footer-link-wrapper a:hover {
    text-decoration: underline; 
    color: #E5B973;
}
#footer-link-wrapper ul.footer-link-wrapper .footer-li-ul-wrapper a {
    font-weight: 400;
    color: #AEBDE5;
    font-size: 12px;
}
#footer-link-wrapper ul.footer-link-wrapper .footer-li-ul-wrapper a:hover {
    color: #E5B973;
}
.footer-copyright-wrapper {
    display: flex;
    justify-content: space-around;
    color: #AEBDE5;
    align-items: flex-end;
    margin-top: -80px;
    padding-bottom: 24px;
}
.footer-copyright-wrapper .footer-wx-code .footer-phone {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 16px;
}
.footer-copyright-wrapper .footer-wx-code .footer-code {
    width: 100px;
}
.footer-copyright-wrapper .footer-wx-code .footer-code .footer-code-img {
    width: 100px;
    height: 100px;
    background: url(/image/img/wechat-code.png) no-repeat;
    background-size: cover;
    margin-bottom: 8px;
    margin-left: 10px;
}
.footer-copyright-wrapper .footer-wx-code .footer-code .footer-code-title{
    width: 120px;
    text-align: center;
    color: #AEBDE5;
    font-size: 12px;
}

.ql-align-center img {
    width: 80%;
    display: block;
    margin: 0 auto;
}

.news-value-date-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    background: url(/image/icon/date.svg) center no-repeat;
    background-size: cover;
    vertical-align: text-top;
}
.news-value-hot {
    display: inline-block;
    width: 46px;
    height: 30px;
    background: url(/image/icon/hot.svg);
    vertical-align: bottom;
    margin-top: -2px;
}
.english-icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(/image/icon/en-icon1.svg) no-repeat;
    vertical-align: middle;
}
.active .english-icon {
    background: url(/image/icon/en-icon2.svg) no-repeat;
}
/* 分页 */
#pagination {
    text-align: center;
    width: max-content;
    margin: 32px auto 0;
    user-select: none;
    padding-left: 72px;
}
#pagination.customer-pagination {
    width: 100%;
    padding-left: 0;
    margin: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: flex-end;
}
#pagination.customer-pagination .customer-div{
    width: max-content;
}
#pagination span {
    display: inline-block;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
    height: 32px;
    line-height: 32px;
    margin: 4px;
}
#pagination #content_page {
    height: auto;
    margin: 0;
}
#pagination ul {
    width: auto;
    display: flex;
    justify-content: space-between;
}
#pagination ul span {
    width: 32px;
    font-size: 12px;
    border: 1px solid #0053b4;
}
#pagination ul span.current-high-light {
    background: #0053b4;
    color: #ffffff;
}
#pagination .pagination_title {
    height: auto;
    cursor: none;
}
#pagination #prev_page,
#pagination #next_page{
    width: 32px;
    border: 1px solid #0053b4;
    margin: 0;
}
#pagination #index_page,
#pagination #last_page {
    width: 46px;
}
#pagination ul span:hover, 
#pagination #prev_page:hover,
#pagination #next_page:hover,
#pagination #index_page:hover,
#pagination #last_page:hover {
    background: #004799;
    color: #ffffff;
}
/* 页面标题 */
.page-title {
    font-weight: bold;
    font-size: 32px;
    color: #333333;
    line-height: 58px;
    letter-spacing: 1px;
    text-align: center;
    margin: 48px 0;
}
/* 查看详情 */
.li-details-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/image/icon/li-details-icon-active.png) no-repeat;
    vertical-align: middle;
    margin-left: 8px;
}
.public-news-li-detail-btn:hover .li-details-icon {
    background-image: url(../image/icon/li-details-icon.svg);
    transition: all .5s;
}
/* 加载更多 */
.more-list-btn {
    width: 160px;
    height: 40px;
    line-height: 40px;
    background: #004799;
    border-radius: 4px 4px 4px 4px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #004799;
    margin: 65px auto 0;
}
.more-list-btn:hover {
    background-color: #ffffff;
    color: #004799;
}
/* 左侧列表菜单 */
.left-menu-wrapper {
    width: 200px;
    height: auto;
}
.left-menu-wrapper .left-menu-title {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    background-color: #004799;
    color: #ffffff;
}
.left-menu-wrapper ul li {
    background-color: #ffffff;
    border: 1px solid #EBEBEB;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.left-menu-wrapper ul li:hover {
    color: #004799;
}
.left-menu-wrapper .left-menu-active {
    background: #EBF3FD;
    color: #004799;
    font-weight: bold;
}
.left-menu-wrapper .left-active-title {
    display: inline-block;
    width: 100%;
    padding-left: 12px;
}
.left-menu-wrapper .menu-right-icon {
    width: 16px;
    height: 16px;
    background: url(/image/icon/left-menu-btn2.svg) no-repeat;
}
.left-menu-wrapper .left-menu-active .menu-right-icon {
    background: url(/image/icon/left-menu-btn1.svg) no-repeat;
}
.left-menu-wrapper .menu-left-icon {
    width: 24px;
    height: 21px;
    background: url(/image/icon/left-menu-icon.svg) no-repeat;
}

.public-news-value-year {
    font-size: 14px;
    padding-bottom: 4px;
    color: #004799;
}
.public-news-value-month-day {
    font-size: 24px;
    font-weight: bold;
    color: #004799;
}
.public-new-value-line {
    width: 32px;
    height: 2px;
    background-color: #004799;
    margin: 16px 0;
}
.public-news-value-title {
    color: #004799;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    min-height: 60px;
    margin-bottom: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.public-news-value-description {
    height: 78px;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 25px;
    margin-bottom: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 78px;
    line-clamp: 3;
    -webkit-line-clamp: 3;
}
.public-news-li-detail {
    text-align: right;
}
.public-news-li-detail .public-news-li-detail-btn {
    display: inline-block;
    width: 118px;
    height: 34px;
    line-height: 34px;
    background-color: #004799;
    border: 1px solid #004799;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    text-transform: none;
    cursor: pointer;
    user-select: none;
    transition: all .5s;
}
.public-news-li-detail-btn:hover {
    border-color: #3e83d1;
    background: #3e83d1;
    color: #ffffff;
}

/* 首页新闻，新闻动态，党团工会，研发创新，社会责任 内容样式 */

@media screen and (min-width: 1800px) {

}
@media screen and (max-width: 1800px) {
}
@media screen and (max-width: 1480px) {

}
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 1040px) {

}
@media screen and (max-width: 992px) {

}
@media screen and (max-width: 960px) {
   
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 767px) {
}

@media screen and (max-width: 480px) {
}
@media screen and (max-width: 380px) {
}



/* 针对屏幕宽度的媒介查询 */
@media (min-width: 320px) and (max-width: 479px) {
    /* 针对小屏幕设备（如手机）的样式 */
    body {
        font-size: 14px; /* 设置字体大小 */
    }
    .container {
        padding: 10px; /* 设置容器内边距 */
    }
}
 
@media (min-width: 480px) and (max-width: 767px) {
    /* 针对中等屏幕设备（如平板）的样式 */
    body {
        font-size: 16px; /* 设置字体大小 */
    }
    .container {
        padding: 20px; /* 设置容器内边距 */
    }
}
 
@media (min-width: 768px) and (max-width: 991px) {
    /* 针对较大屏幕设备（如小型桌面显示器）的样式 */
    body {
        font-size: 18px; /* 设置字体大小 */
    }
    .container {
        padding: 30px; /* 设置容器内边距 */
    }
}
 
@media (min-width: 992px) and (max-width: 1199px) {
    /* 针对大屏幕设备（如中型桌面显示器）的样式 */
    body {
        font-size: 20px; /* 设置字体大小 */
    }
    .container {
        padding: 40px; /* 设置容器内边距 */
    }
}
 
@media (min-width: 1200px) {
    /* 针对超大屏幕设备（如大型桌面显示器）的样式 */
    body {
        font-size: 22px; /* 设置字体大小 */
    }
    .container {
        padding: 50px; /* 设置容器内边距 */
    }
}
 
/* 针对屏幕高度的媒介查询 */
@media (min-height: 600px) {
    /* 针对高度足够的屏幕设备的样式 */
}
 
/* 针对屏幕分辨率的媒介查询 */
@media (min-resolution: 192dpi) {
    /* 针对高分辨率屏幕的样式 */
}
 
/* 针对屏幕方向的媒介查询 */
@media (orientation: landscape) {
    /* 针对横屏模式的样式 */
    .container {
        flex-direction: row; /* 设置容器为横向布局 */
    }
}
 
@media (orientation: portrait) {
    /* 针对竖屏模式的样式 */
    .container {
        flex-direction: column; /* 设置容器为纵向布局 */
    }
}

@media screen and (max-width: 1000px) {
    .body {
        padding-top: 24px;
    }
    .header {
        width: 100%;
        height: 80px;
        position: relative;
    }
    .header .logo {
        position: absolute;
        left: 16px;
        top: 0px;
    }
    .header .function {
        width: 100%;
        height: 78px;
        line-height: 80px;
        position: relative;
        color: #ffffff;
    }
    .header .function .date {
        font-size: 14px;
        position: absolute;
        bottom: -100px;
        left: 16px;
        z-index: 999;
        opacity: 0;
        height: 32px;
        line-height: 32px;
    }
    .header .function .date.open {
        opacity: 1;
        transition: all .8s;
    }
    .header .function .date .time {
        margin-right: 8px;
    }
    .header .function .i18n {
        font-size: 14px;
        position: absolute;
        bottom: -60px;
        left: 60px;
        z-index: 999;
        text-align: left;
        opacity: 0;
        height: 32px;
        line-height: 32px;
    }
    .header .function .i18n.open {
        opacity: 1;
        transition: all .8s;
    }
    .header .function .i18n div.active {
        color: #f6900b;
    }
    .header .menu-toggle {
        display: block;
        position: absolute;
        right: 8px;
        top: 24px;
        display: inline-block;
        cursor: pointer;
        background-color: transparent;
        border: none;
        outline: none;
        padding: 0;
        transition: transform 0.3s ease;
        width: 32px;
        height: 32px;
    }
    .header .menu-toggle span {
        width: 32px;
        height: 2px;
        display: inline-block;
        background-color: #004799;
        transition: all 0.3s ease;
        position: absolute;
    }
    .header .menu-toggle.open  span:first-child {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
    }
    .header .menu-toggle.open  span:nth-child(2) {
        top: 60%;
        left: 0%;
        width: 0;
        opacity: 0;
    }
    .header .menu-toggle.open  span:last-child {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(-45deg);
    }
    .header .menu-toggle span:first-child {
        top: 30%;
        left: 0%;
        transform: translate(-50%, -50%) rotate(0deg) translateX(50%);
    }
    .header .menu-toggle span:nth-child(2) {
        top: 58%;
        left: 0%;
        width: 100%;
        opacity: 1;
    }
    .header .menu-toggle span:last-child {
        top: 90%;
        left: 0%;
        transform: translate(-50%, -50%) rotate(0deg) translateX(50%);
    }
    .nav {
        height: 0;
        opacity: 0;
        overflow: hidden;
        transition: all 0.1s;
    }
    .nav.open {
        opacity: 1;
        height: 680px;
        line-height: 32px;
        position: relative;
        padding-top: 100px;
        transition: all .3s;
    }
    .nav.open ul {
        width: 100%;
        overflow: hidden;
    }
    .nav.open ul li {
        height: auto;
        line-height: 52px;
        font-size: 14px;
        float: none;
        width: 100%;
    }
    .nav.open ul li span {
        display: inline-block;
        position: relative;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .nav.open ul li span::after {
        content: '>';
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 16px;
        pointer-events: none;
    }
    .nav.open ul li.active span {
        background: #ffffff;
    }
    .nav.open ul li span:hover {
        background: #e3e3e3;
    }
    .banner .index-banner {
        height: 200px;
        background: url(../image/img/index-banner-bg.png) no-repeat center bottom;
    }
    .content {
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
        box-sizing: border-box;
        margin: 0 auto;
    }
    .footer {
        height: auto;
        line-height: 30px;
        padding: 32px;
        box-sizing: border-box;
    }
    .footer .content .clear {
        width: 100%;
        text-align: center;
    }
    .footer .content .clear div {
        float: none;
        margin-bottom: 12px;
    }
    #footer-link-wrapper > ul {
        grid-template-columns: repeat(4, 1fr);
    }
    .footer-copyright-wrapper {
        display: block;
        margin-top: 40px;
    }
    .footer-copyright-wrapper > div {
        margin-bottom: 8px;
    }
    .footer-copyright-wrapper .footer-wx-code .footer-phone {
        margin-bottom: 8px;
        margin-top: 40px;
    }
    .footer-copyright-wrapper .footer-wx-code .footer-code .footer-code-img {
        margin-left: 0;
        margin-bottom: 0;
    }
    .footer-copyright-wrapper .footer-wx-code .footer-code .footer-code-title {
        text-align: left;
    }
}
@media screen and (max-width: 768px) {
    .left-menu-wrapper {
        width: 100%;
        margin-bottom: 32px;
    }
    #left-active-menu {
        display: flex;
        flex-wrap: wrap;
    }
    .left-menu-wrapper ul li {
        flex: 1 1 50%;
    }
    .left-menu-wrapper .menu-right-icon {
        transform: rotate(90deg);
    }
    .banner .banner-title-wrapper div:first-child {
        font-size: 32px;
    }
    .banner .banner-title-wrapper div:last-child {
        font-size: 16px;
    }
}
@media screen and (max-width: 620px) {
    #footer-link-wrapper > ul {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (max-width: 500px) {
    #footer-link-wrapper > ul {
        grid-template-columns: repeat(2, 1fr);
    }
}