@charset "UTF-8";
/**
 * 20250513国有企业电子商城专区的建设与联合运营(临时)
 * date: 2025-5-13
 * author: sxw;
 */
@keyframes scrollTop {
    0% {
        top: 0;
    }
    10% {
        top: 0;
    }
    80% {
        top: -344px;
    }
    100% {
        top: -344px;
    }
}
@keyframes scrollTop1 {
    0% {
        top: 0;
    }
    10% {
        top: 0;
    }
    80% {
        top: -1088px;
    }
    100% {
        top: -1088px;
    }
}
@keyframes scrollTop2 {
    0% {
        top: 0;
    }
    10% {
        top: 0;
    }
    80% {
        top: -491px;
    }
    100% {
        top: -491px;
    }
}
body {
    background: #F7FAFB;
    position: relative;
    min-width: 1420px;
}

#header,
#footer {
    min-width: 1420px;
}

.header .top {
    min-width: 1420px;
}

.wrap {
    height: 100%;
    position: relative;
}

.has-footer {
  padding-bottom: 0;
}

.has-footer .wrap {
  padding-bottom: 108px;
  box-sizing: border-box;
}

.mod-tt {
    height: 49px;
    border-bottom: 1px solid #C7D0D8;
    box-sizing: border-box;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #27313D;
    margin-bottom: 36px;
    position: relative;
}
.mod-tt:after {
    position: absolute;
    content: "";
    width: 112px;
    height: 4px;
    background: #DE0029;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

/**/
/*AI助手*/
.ai {
    height: 801px;
    padding-top: 60px;
    box-sizing: border-box;
    background: url("../images/ai_swiper_bg.jpg") no-repeat center top;
    background-size: auto 100%;
    min-width: 1420px;
}
.ai-swiper {
    position: relative;
}
.ai-swiper::after {
    position: absolute;
    content: "";
    width: calc(100% + 32px);
    height: calc(100% + 32px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(-180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 20px;
}
.ai-swiper .swiper-container {
    height: 616px;
    overflow: hidden;
    position: relative;
    z-index: 9;
}
.ai-swiper .swiper-slide {
    height: 100%;
    padding: 36px 50px;
    border-radius: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.ai-swiper .swiper-slide:nth-child(1) {
    background: linear-gradient(-90deg, #FFF5E4 0%, rgba(253, 224, 221, 0.5019607843) 100%), url("../images/ai_swiper1.png");
    background-position: left bottom;
    background-repeat: no-repeat;
}
.ai-swiper .swiper-slide:nth-child(2) {
    background: linear-gradient(-90deg, #FFF5E4 0%, rgba(253, 224, 221, 0.5019607843) 100%), url("../images/ai_swiper2.png");
    background-position: left bottom;
    background-repeat: no-repeat;
}
.ai-swiper .swiper-slide:nth-child(3) {
    background: linear-gradient(-90deg, #FFF5E4 0%, rgba(253, 224, 221, 0.5019607843) 100%), url("../images/ai_swiper3.png");
    background-position: left bottom;
    background-repeat: no-repeat;
}
.ai-swiper .swiper-slide .info {
    width: 220PX;
    font-size: 20px;
    line-height: 30px;
    color: #5F646E;
}
.ai-swiper .swiper-slide .title {
    font-size: 28px;
    font-weight: 700;
    line-height: 41px;
    color: #27313D;
    margin-bottom: 16px;
}
.ai-swiper .swiper-slide .go {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 42px 0 22px;
    color: #fff;
    font-size: 14px;
    background: #DE0029 url("../images/go.png") no-repeat right 22px center;
    background-size: 14px;
    margin-top: 17px;
}
.ai-swiper .swiper-slide .ai-chat {
    width: 830px;
    height: 544px;
    border-radius: 16px;
    background: #fff url(../images/ai_chat_hd.png) no-repeat top 18px left 28px;
    padding: 40px;
    box-sizing: border-box;
    background-size: 52px 12px;
    overflow: hidden;
}
.ai-swiper .swiper-slide .ai-chat .img {
    height: 100%;
    overflow: hidden;
    position: relative;
}
.ai-swiper .swiper-slide .ai-chat img {
    position: absolute;
    width: 100%;
}
.ai-swiper .swiper-slide:nth-child(1).swiper-slide-active .ai-chat img {
    animation: scrollTop 4s linear infinite;
    animation-iteration-count: 1;
}
.ai-swiper .swiper-slide:nth-child(2).swiper-slide-active .ai-chat img {
    animation: scrollTop1 9s linear infinite;
    animation-iteration-count: 1;
}
.ai-swiper .swiper-slide:nth-child(3).swiper-slide-active .ai-chat img {
    animation: scrollTop2 6s linear infinite;
    animation-iteration-count: 1;
}
.ai-swiper .swiper-slide.chat {
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding-top: 140px;
    background: #fff;
}
.ai-swiper .swiper-slide h3 {
    height: 59px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}
.ai-swiper .swiper-slide h3 span {
    padding-left: 76px;
    position: relative;
}
.ai-swiper .swiper-slide h3 span::before {
    position: absolute;
    content: "";
    width: 52px;
    height: 52px;
    background: url("../images/ai.png") no-repeat left center;
    background-size: 52px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.08);
    border-radius: 100px;
}
.ai-swiper .swiper-slide .intro {
    width: 780px;
    margin: 24px auto 0;
    text-align: center;
    font-size: 16px;
    color: #8B949E;
    line-height: 24px;
}
.ai-swiper .swiper-slide .chat-box {
    width: 880px;
    height: 152px;
    margin: 40px auto 0;
    border-radius: 8px;
    border: 1px solid #DFE4ED;
    box-sizing: border-box;
    padding: 12px;
}
.ai-swiper .swiper-slide .chat-box .ft {
    display: flex;
    justify-content: space-between;
    height: 40px;
    margin-top: 16px;
}
.ai-swiper .swiper-slide textarea {
    font-size: 16px;
    line-height: 22px;
    height: 72px;
    width: 100%;
    resize: none;
}
.ai-swiper .swiper-slide textarea::placeholder {
    color: #8B949E;
}
.ai-swiper .swiper-slide .deepseek {
    width: 112px;
    height: 40px;
    line-height: 38px;
    box-sizing: border-box;
    background: url("../images/deep.png");
    background-size: 100%;
    border-radius: 50px;
    cursor: pointer;
}
.ai-swiper .swiper-slide .deepseek.active {
    background: url("../images/deep1.png");
}
.ai-swiper .swiper-slide .send {
    width: 90px;
    height: 40px;
    background: url("../images/ai_send.png") no-repeat;
    background-size: 100%;
    box-shadow: 0px 4px 8px rgba(228, 47, 24, 0.15);
    border-radius: 8px;
    cursor: pointer;
}
.ai > .container {
    position: relative;
}
.ai .swiper-pagination {
    right: calc(100% + 40px);
    top: 70px;
}
.ai .swiper-pagination-bullet {
    width: 6px;
    height: 25px;
    background: #E8ECF0;
    border-radius: 20px;
    opacity: 1;
}
.ai .swiper-pagination-bullet-active {
    background-color: #DE0029;
}

/*分类推荐*/
.classification {
    margin-top: 30px;
    margin-bottom: 60px;
    padding: 0 46px;
}
.classification-item {
    display: flex;
}
.classification-item:nth-child(n+2) {
    margin-top: 36px;
}
.classification-hd {
    width: 182px;
    height: 446px;
    margin-right: 16px;
    text-align: center;
    padding: 38px 25px 0;
    box-sizing: border-box;
    color: #fff;
    background-size: 100% 100%;
    position: relative;
}
.classification-hd .name {
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 12px;
    font-family: "Alimama_ShuHeiTi_Bold";
}
.classification-hd .solgan {
    line-height: 24px;
}
.classification-type .more {
    line-height: 30px;
    padding: 0 16px;
    color: #fff;
    background: #DE0029;
}
.classification-type .more::after {
    content: "";
    background: #27313D url("../images/product_more.png") no-repeat center center;
    right: -8px;
    top: 7px;
}
.classification-bd {
    flex: 1;
    width: 0;
}
.classification-type {
    display: flex;
    align-items: center;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
}
.classification-type > div {
    display: flex;
}
.classification-type > div:nth-child(1) {
    flex: 1;
    width: 0;
    margin-right: 15px;
    overflow: hidden;
}
.classification-type-item {
    padding: 0 16px;
    height: 30px;
    line-height: 30px;
    background: #ECEFF4;
    color: #5F646E;
    margin-right: 8px;
    cursor: pointer;
}
.classification-type-item.active, .classification-type-item:hover {
    background: #DE0029;
    color: #fff;
}
.classification-type .change {
    padding-left: 22px;
    color: #5F646E;
    background: url("../images/product_change.png") no-repeat left center;
    cursor: pointer;
}
.classification-product {
    background: #fff;
    padding: 10px;
    width: 243px;
    height: 406px;
    border: 1px solid #fff;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}
.classification-product-list {
    display: flex;
}
.classification-product:nth-child(n+2) {
    margin-left: 10px;
}
.classification-product .ai-analysis {
    position: absolute;
    width: 98px;
    height: 36px;
    left: 50%;
    bottom: -36px;
    transform: translate(-50%);
    background: url("../images/ai_analysis.png") no-repeat center bottom;
    background-size: 100%;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.08);
    border-radius: 100px;
    display: none;
}
.classification-product:hover {
    border-color: #AEB3BA;
}
.classification-product:hover .ai-analysis {
    display: block;
}
.classification-product img {
    width: 100%;
    height: 190px;
    margin-bottom: 10px;
}
.classification-product .name {
    height: 48px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
    color: #27313D;
    display: -webkit-box;
    /* 设置为WebKit内核的弹性盒子模型 */
    -webkit-box-orient: vertical;
    /* 垂直排列 */
    -webkit-line-clamp: 2;
    /* 限制显示两行 */
    overflow: hidden;
    /* 隐藏超出范围的内容 */
    text-overflow: ellipsis;
    /* 使用省略号 */
}
.classification-product .name:hover {
    color: #DE0029;
}
.classification-product .price {
    font-size: 18px;
    margin-bottom: 6px;
}
.classification-product .price > :not(.unit) {
    font-weight: bold;
    color: #DE0029;
    font-family: "D-DIN-Bold";
}
.classification-product .price .value {
    font-size: 24px;
}
.classification-product .price .decimal {
    font-size: 13px;
    margin-left: -4px;
}
.classification-product .price .unit {
    font-size: 12px;
    margin-left: 3px;
}
.classification-product .supplier {
    line-height: 22px;
    margin-bottom: 12px;
    padding-left: 20px;
    color: #8B949E;
    font-size: 13px;
    background: url("../images/product_supplier.png") no-repeat left top 4px;
    background-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.classification-product .evaluation {
    height: 67px;
    background: linear-gradient(0deg, #FFFFFF 0%, #E8ECF0 100%);
    border-radius: 4px;
    padding: 10px 10px 0;
    box-sizing: border-box;
    text-align: center;
}
.classification-product .evaluation .tt {
    line-height: 15px;
    font-size: 12px;
    font-weight: bold;
    font-family: "Alimama_ShuHeiTi_Bold";
}
.classification-product .evaluation .tt .color {
    color: #84B868;
}
.classification-product .evaluation .bar {
    position: relative;
    height: 20px;
    background: url("../images/product_price_bar.png") no-repeat center;
    background-size: 100% auto;
}
.classification-product .evaluation .bar-con {
    position: absolute;
    top: 0;
    left: 38px;
    right: 38px;
    height: 100%;
}
.classification-product .evaluation .bar-icon {
    position: absolute;
    top: 1px;
    left: 0;
    width: 16px;
    height: 20px;
    background: url("../images/product_price_bar_icon.png") no-repeat center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.classification-product .evaluation .price-range {
    position: relative;
    font-size: 10px;
    line-height: 12px;
    font-family: "D-DIN-Bold";
}
.classification-product .evaluation .price-range .low {
    position: absolute;
    left: 20px;
    top: 0;
}
.classification-product .evaluation .price-range .high {
    position: absolute;
    right: 20px;
    top: 0;
}
.classification-product .evaluation .price-range .value {
    font-size: 12px;
}

.banner {
    min-width: 1420px;
    height: 450px;
    box-sizing: border-box;
    background: url("../images/banner_bg.png") no-repeat center;
}
.banner > .container {
    display: flex;
    justify-content: space-between;
}
.banner-tab {
    position: relative;
    pointer-events: all;
    height: 450px;
    background: #fff;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
}
.banner-tab-left {
    width: 240px;
    height: 432px;
}
.banner-tab-left ul {
    height: 432px;
    overflow-y: auto;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
}
.banner-tab-left ul::-webkit-scrollbar {
    display: none;
    width: 0 !important;
}
.banner-tab-down {
    height: 18px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 240px;
}
.banner-tab-hd-item {
    font-size: 16px;
    height: 48px;
    min-height: 48px;
    max-height: 48px;
    box-sizing: border-box;
    overflow: hidden;
}
.banner-tab-hd-item:hover {
    background: #DE0029;
}
.banner-tab-hd-item:hover a {
    color: #fff;
}
.banner-tab-hd-item:hover a .normal {
    display: none;
}
.banner-tab-hd-item:hover a .highlight {
    display: block;
}
.banner-tab-hd-item:focus {
    outline: none;
}
.banner-tab-hd-item a {
    display: block;
    height: 100%;
    color: #27313D;
    padding-left: 24px;
    display: flex;
    align-items: center;
}
.banner-tab-hd-item a .img {
    width: 20px;
    height: 20px;
    margin-right: 12px;
}
.banner-tab-hd-item a .img img {
    width: 100%;
    height: 100%;
}
.banner-tab-hd-item a .highlight {
    display: none;
}
.banner-tab-bd {
    position: absolute;
    left: 240px;
    top: 0;
    z-index: 9;
    display: none;
}
.banner-tab-bd-item {
    display: flex;
    width: 960px;
    height: 450px;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
    position: relative;
}
.banner-swiper {
    height: 100%;
}
.banner-center .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.3);
    opacity: 1;
}
.banner-center .swiper-pagination-bullet-active {
    background: #fff;
}
.banner-center .swiper-pagination {
    bottom: 24px;
}

.child-tab-bd {
    width: 100%;
}
.child-tab-bd-item {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow-y: auto;
    /* IE 10+ */
}
.child-tab-bd-item::-webkit-scrollbar {
    display: none;
    width: 0 !important;
}
.child-tab-bd-item > .item {
    display: flex;
}
.child-tab-bd-item > .item + .item {
    margin-top: 6px;
}
.child-tab-bd-item > .item > p {
    width: 132px;
    height: 24px;
    line-height: 24px;
    margin-right: 20px;
    text-align: left;
    font-weight: 500;
    padding-right: 22px;
    background: url("../images/banner_right.png") no-repeat right center;
    cursor: pointer;
}
.child-tab-bd-item > .item > p a {
    color: #27313D;
}
.child-tab-bd-item > .item > p:hover {
    background: url("../images/banner_right_h.png") no-repeat right center;
}
.child-tab-bd-item > .item > p:hover a {
    color: #DE0029;
}
.child-tab-bd-item > .item .item-list {
    flex: 1;
    width: 0;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 9px;
}
.child-tab-bd-item > .item .item-list li {
    height: 24px;
    line-height: 24px;
    margin-right: 24px;
    margin-bottom: 6px;
}
.child-tab-bd-item > .item .item-list li:nth-child(6n) {
    margin-left: 0;
}
.child-tab-bd-item > .item .item-list li a {
    display: block;
    color: #5F646E;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.child-tab-bd-item > .item .item-list li a:hover {
    color: #E1251B;
    position: relative;
}
.child-tab-bd-item > .item .item-list li a:hover:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #E1251B;
    left: 0;
    bottom: 0;
}
.child-tab-bd-down {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 18px;
    text-align: center;
    cursor: pointer;
}
.child-tab-bd .no {
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 700px;
    background: url("../../images/jxsqydzmc/index/no_bg.png") no-repeat center 150px;
    background-size: 289px 217px;
}

.swiper-slide > a {
    display: block;
    width: 100%;
    height: 100%;
}
.swiper-slide > a img {
    display: block;
    width: 100%;
    height: 100%;
}

.num {
    font-family: "D-DIN";
    font-weight: 700;
}

.banner-zone {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    width: 266px;
    overflow: hidden;
}
.banner-zone-top {
    height: 100%;
    padding: 16px 12px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
}
.banner-zone-user {
    display: flex;
    align-items: center;
    height: 59px;
}
.banner-zone-user .btns {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}
.banner-zone-user .btns a {
    padding: 0 16px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #DE0029;
    box-sizing: border-box;
}
.banner-zone-user .btns .login {
    background: #DE0029;
    color: #fff;
}
.banner-zone-user .btns .register {
    background: #DE0029;
    color: #fff;
    margin-left : 10px;
}
.banner-zone-user .btns .exit {
    background: #DE0029;
    color: #fff;
    margin-left : 10px;
}
.banner-zone .ai-match {
    display: block;
    height: 75px;
    margin-top: 10px;
    background: url("../images/ai_match.jpg") no-repeat;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.08);
}
.banner-zone .avatar {
    height: 50px;
    width: 50px;
    margin-right: 20px;
}
.banner-zone .welcome {
    font-size: 14px;
    color: #333;
    line-height: 21px;
}
.banner-zone-entrance {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding-bottom: 16px;
    border-bottom: 0.5px solid #D5D5D5;
    box-sizing: border-box;
}
.banner-zone-entrance li {
    text-align: center;
}
.banner-zone-entrance li a {
    display: block;
    height: 51px;
    width: 64px;
    padding-top: 32px;
    box-sizing: border-box;
    color: #27313D;
}
.banner-zone-entrance li a:hover {
    color: #DE0029;
}
.banner-zone-entrance li:nth-child(1) {
    background: url("../images/login_service1.png") no-repeat center top;
}
.banner-zone-entrance li:nth-child(2) {
    background: url("../images/login_service2.png") no-repeat center top;
}
.banner-zone-entrance li:nth-child(3) {
    background: url("../images/login_service3.png") no-repeat center top;
}
.banner-zone .exit-btn {
    display: none;
}

.plat-public {
    margin-top: 16px;
}
.plat-public .tt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.plat-public .tt span {
    font-size: 16px;
    font-weight: 700;
}
.plat-public .tt a {
    color: #DE0029;
}
.plat-public .tt a svg {
    margin-left: 8px;
}

.news-items {
    /*height: 93px;*/
    overflow: hidden;
    margin-top: 14px;
}
.news-items > li {
    position: relative;
    height: 21px;
    line-height: 21px;
    vertical-align: top;
    background: url("../images/public_li_before.png") no-repeat left center;
}
.news-items > li + li {
    margin-top: 15px;
}

.news-items > li > a {
    padding-left: 14px;
    display: block;
    color: #27313D;
}

.news-items > li:hover a {
    color: #DE0029;
}

.mall {
    background: url("../images/mall_bg.png") no-repeat center;
    min-width: 1420px;
    text-align: center;
    padding-top: 70px;
    box-sizing: border-box;
    color: #fff;
    height:222px;
}
.mall > .container {
    width: 870px;
    margin-top: -15px;
}
.mall .info {
    line-height: 27px;
    font-size: 14px;
    margin-top: 20px;
    font-weight:800;
}
.mall a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(5px);
    border-radius: 99px;
    padding: 0 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.navigation {
    position: fixed;
    min-width: 75px;
    left: calc(50% + 636px);
    top: 140px;
    z-index: 999;
    display: flex;
    flex-direction: column;
}
.navigation h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px;
}
.navigation a {
    color: #5F646E;
    display: block;
}
.navigation > div {
    padding-left: 9px;
    border-left: 1px solid #D9D9D9;
}
.navigation > div > div {
    line-height: 38px;
}
.navigation > div > div.active, .navigation > div > div:hover {
    position: relative;
}
.navigation > div > div.active > a, .navigation > div > div:hover > a {
    color: #DE0029;
    font-weight: 700;
}
.navigation > div > div.active::before, .navigation > div > div:hover::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 28px;
    background: #DE0029;
    left: -11px;
    top: 5px;
}
.navigation > div > div > a {
    font-size: 16px;
}
.navigation > div > div .sub {
    padding-left: 18px;
}
.navigation > div > div .sub div.active a, .navigation > div > div .sub div:hover a {
    color: #DE0029;
}

/* 公告公示 */
.announcement {
    margin-top: 60px;
}
.announcement-content {
    position: relative;
    padding: 36px 50px;
    background: rgba(253, 224, 221, 0.5);
    background: linear-gradient(254deg, #FFF5E4 3.33%, rgba(253, 224, 221, 0.5) 90.91%);
    border-radius: 20px;
    box-sizing: border-box;
}
.announcement-content::before {
    content: "";
    position: absolute;
    left: -16px;
    right: -16px;
    top: -16px;
    bottom: -16px;
    background: #fff;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 20px;
    z-index: -1;
}
.announcement-tab-hd {
    font-size: 0;
    -webkit-text-size-adjust: none;
    text-align: center;
}
.announcement-tab-hd-list {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    border-radius: 4px;
}
.announcement-tab-hd-item {
    min-width: 248px;
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    font-size: 18px;
    color: #27313D;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
}
.announcement-tab-hd-item.active {
    background: #DE0029;
    color: #fff;
    font-weight: bold;
}
.announcement-tab-bd {
    margin-top: 24px;
    height: 432px;
    overflow: hidden;
}
.announcement-releasetime {
    margin-top: 10px;
    line-height: 21px;
    color: #8B949E;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.announcement-name {
    height: 48px;
    line-height: 24px;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.announcement-list {
    margin-left: -16px;
    height: 368px;
    overflow: hidden;
}
.announcement-item {
    width: calc(33.33% - 16px);
    height: 112px;
    margin: 16px 0 0 16px;
    padding: 15px;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #27313D;
    background: #fff;
    box-sizing: border-box;
}
.announcement-item:nth-child(-n+3) {
    margin-top: 0;
}
.announcement-item:hover {
    color: #DE0029;
    border-color: #DE0029;
}
.announcement-btngroup {
    margin-top: 24px;
    font-size: 0;
    -webkit-text-size-adjust: none;
    text-align: center;
}
.announcement-btn {
    display: inline-block;
    vertical-align: top;
    height: 40px;
    line-height: 38px;
    padding: 0 22px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #DE0029;
    background: #DE0029;
    box-sizing: border-box;
}
.announcement-btn.more {
    padding-right: 42px;
    background: #DE0029 url("../images/announcement_more.png") right 22px center no-repeat;
}

.notice {
    margin-top: 60px;
}
.notice-top {
    display: flex;
    height: 44px;
    justify-content: center;
    align-items: center;
    background: #FFF;
    border-radius: 4px;
    overflow: hidden;
}
.notice-node {
    flex: 1;
    width: 0;
    text-align: center;
    font-size: 18px;
    line-height: 44px;
    cursor: pointer;
}
.notice-node.active {
    font-weight: 700;
    border-radius: 4px;
    background: #DE0029;
    color: #fff;
}
.notice-bottom {
    margin-top: 36px;
    position: relative;
    height: 480px;
}
.notice-bottom::before {
    position: absolute;
    content: "";
    width: calc(100% + 32px);
    height: calc(100% + 32px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(-180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 20px;
}
.notice-content {
    position: relative;
    height: 100%;
    padding: 24px;
    box-sizing: border-box;
    border-radius: 14px;
    background: linear-gradient(254.5deg, #FFF5E4 3.33%, rgba(253, 224, 221, 0.5) 90.91%), url("../images/ai_swiper1.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    display: flex;
}
.notice-left {
    width: 208px;
    height: 100%;
    overflow: auto;
}
.notice-item {
    height: 64px;
    line-height: 64px;
    padding: 0 45px 0 20px;
    color: #27313D;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
}
.notice-item.active {
    color: #DE0029;
    background: url("../images/notice_line.png") 168px 50% no-repeat #fff;
}
.notice-right {
    margin-left: 24px;
    flex: 1;
    width: 0;
}
.notice-list {
    height: calc(100% - 40px - 24px);
    overflow: hidden;
}
.notice-sub {
  position: relative;
  height: 176px;
  box-sizing: border-box;
  width: calc(50% - 16px);
  border-radius: 4px;
  color: #27313D;
  background: #FFF;
  margin: 16px 0 0 16px;
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid #fff;
  cursor: pointer;
}
.notice-sub:hover {
    border: 1px solid #DE0029;
}
.notice-sub:hover .notice-title {
    color: #DE0029;
}
.notice-sub-list {
  margin: -16px 0 0 -16px;
}
.notice-status {
  position: absolute;
  left: 0;
  top: 16px;
  width: 22px;
  padding: 9px 2px;
  line-height: 1;
  color: #DE0029;
  border-radius: 0 8px 8px 0;
  background: rgba(222, 0, 41, 0.08);
  box-sizing: border-box;
  text-align: center;
}
.notice-status.grey {
  color: #8B949E;
  background: rgba(139, 148, 158, 0.2);
}
.notice-status + .notice-hd {
  padding-left: 20px;
}
.notice-hd {
  height: 73px;
  padding-bottom: 10px;
  margin-bottom: 16px;
  border-bottom: 1px solid #DFE4ED;
  box-sizing: border-box;
}
.notice-title {
  word-break: break-all;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  max-height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.notice-code {
  margin-top: 6px;
  font-size: 13px;
  line-height: 16px;
  color: #8B949E;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.notice-unit {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
.notice-wrap {
    margin-bottom: 10px;
    line-height: 20px;
    display: flex;
    align-items: center;
}
.notice-wrap:last-child {
  margin-bottom: 0;
}
.notice-col {
  flex: 1;
  margin-right: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.notice-col:last-child {
  margin-right: 0;
}
.notice-col-label {
  color: #8B949E;
}
.notice-type {
    color: #DE0029;
    font-size: 12px;
    padding: 0px 6px;
    border-radius: 2px;
    border: 1px solid #DE0029;
    background: rgba(222, 0, 41, 0.04);
}
.notice-date {
    color: #8B949E;
}
.notice-more-container {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center; /* 水平居中 */
    margin-top: 20px;
}
.notice-more {
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background: #DE0029;
    margin: 24px auto 0;
}
.notice-more span {
    padding-right: 20px;
    background: url("../images/notice_more.png") right center no-repeat;
}
.classification {
    margin-top: 70px;
}

/* 2025-8-27 */
#banner #banner-swiper {
    position: absolute;
}

#banner .container.banner-zone-wrap {
    position: relative;
    z-index: 2;
}

.banner-swiper {
    height: 450px;
}

#notice {
    display: none;
}

#noticetab {
    display: none;
}