﻿.home-swiper {
    /* margin: 10px 0 0; */
    position: relative;
}

.home-swiper .swiper-slide {
    height: 100vh;
    overflow: hidden;
}


/* 自定义箭头样式 */
.home-swiper .custom-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    font-size: 20px;
    user-select: none;
}

.home-swiper .custom-arrow-prev {
    left: 10px;
    background: url(../image/arrow-prev.png) no-repeat center / 100% 100%;
}

.home-swiper .custom-arrow-next {
    right: 10px;
    background: url(../image/arrow-next.png) no-repeat center / 100% 100%;
}

/* 悬停效果 */
.home-swiper .custom-arrow:hover {
    opacity: 0.8;
}

.banner-mouse {
    position: absolute;
    bottom: 30px;
    width: 100%;
    left: 0;
    z-index: 99;
    color: #fff;
    animation: pulse 2s infinite ease-in-out;
    cursor: pointer;
}

.banner-mouse img {
    width: 36px;
    margin-bottom: 10px;
}

.banner-mouse div {
}

.news-updates {
    padding: 80px 0 60px;
}

.btt-title {
    font-size: 30px;
    font-weight: 600;
}

.btt-title span {
    color: #8f0100;
}

.btt-desc {
    font-size: 14px;
    color: #999999;
    margin: 0 0 2px 4px;
}

.box-title-more {
    font-size: 16px;
}

.box-title-more img {
    height: 25px;
    margin: 4px 0 0 8px;
}

.news-updates-box {
    margin: 40px 0 0;
}

.news-swiper {
    width: 740px;
    height: 490px;
}

.news-swiper .swiper-slide {
    width: 100%;
    height: 100%;
    transition: background-size 0.5s ease; /* 添加过渡效果 */
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}

.news-swiper .swiper-slide:hover {
    background-size: 110% auto;
}

.news-list {
    margin: 0 0 0 30px;
}

.news-swiper-title {
    height: 60px;
    line-height: 60px;
    width: 100%;
    position: absolute;
    z-index: 9;
    bottom: 0;
    left: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.3) 30%,
        rgba(0, 0, 0, 0.8) 100%
    );
    color: #fff;
    padding: 0 220px 0 15px;
    font-size: 18px;
}

.custom-pagination {
    position: absolute;
    text-align: center;
    left: auto !important;
    height: 60px;
    bottom: 0 !important;
    width: 200px !important;
    right: 0;
    display: flex;
    align-items: center;
    z-index: 10;
    justify-content: center;
}

.custom-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 6px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.4);
    opacity: 1;
}

.custom-pagination .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 1);
}

.news-list {
    width: 630px;
}

.news-item {
    background: #fff;
    padding: 15px 20px;
    margin: 20px 0 0;
}

.news-item:first-child {
    margin: 0;
}

.news-img {
    width: 186px;
    height: 120px;
    margin: 0 15px 0 0;
    overflow: hidden;
}

.news-img img {
    object-fit: cover;
    transition: transform 0.3s ease; /* 平滑过渡 */
}

.news-title {
    font-size: 18px;
    transition: all 0.5s;
}

.news-desc {
    color: #999999;
    margin: 10px 0 0;
}

.box-detail {
    margin: 14px 0 0;
    font-size: 16px;
    color: #666;
}

.news-content {
    min-width: 0; /* 关键！允许内容区压缩 */
}

.detail-icon {
    width: 30px;
    height: 30px;
    background: rgba(153, 153, 153, 0.15);
    border-radius: 50%;
    transition: all 0.3s;
}

img.icon-default {
    display: block;
}

img.icon-hover {
    display: none;
}

.news-item:hover .news-img img {
    transform: scale(1.1); /* 放大10% */
}

.notices {
    padding: 60px 0;
    background: url(../image/notice-bg.png) no-repeat center / cover;
}

.notices-swiper {
    padding: 40px 0;
}

.notice-slide-text {
    width: 100%;
}

.notice-slide-img {
    background: #fff;
    height: calc(100% - 40px);
					   
}

.notice-text-item {
    margin: 0 0 30px;
}

.notice-img-item {
    height: 140px;
    padding: 20px 20px 20px 85px;
}

.notice-text-item:last-child {
    margin: 0 0 40px;
}

.notice-img-item:last-child {
    margin: 0;
}

.nti-date {
    /* min-width: 85px; */
    margin-right: 10px;
}

.notice-img-item .nti-date {
    width: 65px;
    height: 72px;
    color: #fff;
    background: #8f0100;
    position: absolute;
    left: 10px;
    top: -10px;
					   
					  
						 
}

.nti-year {
    font-weight: bold;
    font-size: 26px;
    color: #8f0100;
}

.nti-month {
    font-weight: 400;
    font-size: 14px;
    color: #8f0100;
}

.notice-img-item .nti-year,
.notice-img-item .nti-month {
    color: #fff;
}

.nti-texts {
    flex: 1;
    min-width: 0;
}

.nti-title {
    font-size: 18px;
    color: #282828;
}

.nti-desc {
    font-size: 14px;
    color: #666666;
    text-align: left;
    margin-top: 5px;
}

.nti-line {
    margin-top: 25px;
}

.nti-dot {
    width: 9px;
    height: 9px;
    background: #8f0100;
    border-radius: 50%;
}

.nti-border {
    flex: 1;
    height: 1px;
    background: #8f0100;
}

.notice-img {
    width: 100%;
    flex: 1;
    overflow: hidden;
}

.notice-img img {
    object-fit: cover;
    transition: transform 0.3s ease; /* 平滑过渡 */
}

.notice-slide-img:hover .notice-img img {
    transform: scale(1.1); /* 放大10% */
}

.notice-item .box-detail {
    margin: 40px 0 0;
}

.notice-item:hover .box-detail {
    color: #8f0100;
}

.notice-item:hover .notice-date {
    background: #8f0100;
}

.swiper-progress-bar {
    position: absolute;
    bottom: 15px;
    left: 50%;
    width: 610px;
    height: 10px;
    background: rgba(0, 0, 0, 0.1);
    z-index: 10;
    border-radius: 6px;
    margin-left: -305px;
}
.swiper-progress-bar .slide-progress {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #8f0100;
    border-radius: 6px;
}

.cases-swiper .arrow-next,
.cases-swiper .arrow-prev,
.learn-swiper .arrow-next,
.learn-swiper .arrow-prev,
.notices-swiper .arrow-next,
.notices-swiper .arrow-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #5c5c5c;
    cursor: pointer;
    transition: all 0.3s;
}

.cases-swiper .arrow-prev,
.learn-swiper .arrow-prev,
.notices-swiper .arrow-prev {
    background: url(../image/left.png) no-repeat center / 9px auto;
}

.cases-swiper .arrow-prev:hover,
.learn-swiper .arrow-prev:hover,
.notices-swiper .arrow-prev:hover {
    border-color: #8f0100;
    background: #8f0100 url(../image/left-white.png) no-repeat center / 9px
        auto;
}

.cases-swiper .arrow-next,
.learn-swiper .arrow-next,
.notices-swiper .arrow-next {
    background: url(../image/right.png) no-repeat center / 9px auto;
}

.cases-swiper .arrow-next:hover,
.learn-swiper .arrow-next:hover,
.notices-swiper .arrow-next:hover {
    border-color: #8f0100;
    background: #8f0100 url(../image/right-white.png) no-repeat center / 9px
        auto;
}

.notice-btns {
    width: 800px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -400px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.learn-hub {
    padding: 70px 0 0;
    background: url(../image/learning-bg.png) no-repeat center / cover;
											 
}

.learn-container {
					 
									
    margin: 40px 0 0;
    padding: 0px 0 50px 30px;
											  
}

.learn-swiper {
    padding: 0px 0 80px 0;
				 
						
								   
}

.learn-texts-col {
    min-width: 0;
}

.learn-text-item {
    background: #fff;
    padding: 20px 90px 20px 20px;
    margin: 0 0 25px;
}

.learn-text-group {
    flex: 1;
    min-width: 0;
}

.learn-text-group .learn-text-item {
    flex: 1;
    min-width: 0;
    padding: 20px;
    margin-right: 25px;
    height: 160px;
}

.learn-text-group .learn-text-item:last-child {
    margin-right: 0;
					
				   
}

.learn-text-title {
    font-size: 18px;
					
    color: #282828;
}

.learn-text-desc {
    font-size: 14px;
    color: #666666;
    margin: 10px 0 0;
}

.learn-text-date {
    font-size: 16px;
    color: #666666;
    margin: 20px 0 0;
}

.learn-category {
    font-size: 16px;
    color: #8f0100;
    margin: 0 0 10px;
					   
						 
}


.learn-img-item {
    width: 100%;
    height: 100%;
    transition: background-size 0.5s ease; /* 添加过渡效果 */
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 0 25px;
}

.learn-img-item:hover {
    background-size: 110% auto;
				   
}

.learn-img-title {
    height: 60px;
    line-height: 60px;
    width: 100%;
    position: absolute;
    z-index: 9;
    bottom: 0;
    left: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.3) 30%,
        rgba(0, 0, 0, 0.8) 100%
    );
    color: #fff;
    padding: 0 15px;
    font-size: 18px;
}

.learn-text-item .detail-icon {
    position: absolute;
    right: 30px;
    top: 50%;
    margin: -15px 0 0;
}

.learn-btns {
    width: 110px;
    position: absolute;
    bottom: 0px;
    right: 0%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.learn-container .box-title-more {
    margin-top: -35px;
    width: 150px;
}

.lp-cur {
    font-weight: normal;
    font-size: 30px;
    color: #282828;
    font-style: italic;
    margin-right: 10px;
    font-weight: bold;
}

.lp-total {
    font-size: 14px;
    color: #282828;
    text-align: left;
    margin-top: -7px;
}

.learn-pagination {
    position: absolute;
    bottom: 0;
    right: 180px;
}

.learn-pagination img {
    width: 36px;
    margin-top: -6px;
}

.business-hall {
    padding: 80px 0 180px;
    align-items: center;
}

.bh-box-title {
    justify-content: center;
}

.system-item {
    width: 688px;
    height: 203px;
    overflow: hidden;
}

.system-item .hover-scale-up {
    padding: 0 50px;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #394e96 0%, rgba(18, 25, 48, 0.7) 100%);
    background: url(../image/systembg1.png) no-repeat center / cover;
}

.system-item2 .hover-scale-up {
    background: linear-gradient(90deg, #8f0100 0%, rgba(81, 23, 23, 0.7) 100%);
    background: url(../image/systembg2.png) no-repeat center / cover;
}

.system-texts {
    flex: 1;
    min-width: 0;
    padding: 0 20px;
    font-size: 16px;
    color: #ffffff;
}

.st-text1 {
    font-size: 40px;
    color: #ffffff;
}

.st-text2 {
    opacity: 0.4;
}

.system-img img {
    width: 65px;
    height: auto;
}

.systems {
    margin-top: 60px;
}

.system-item .detail-icon {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
}

.sys-detail-icon {
    width: 40px;
    height: 40px;
    transition: all 0.3s;
    background: url(../image/sys-d1.png) no-repeat center / 100% auto;
}

.system-item:hover .sys-detail-icon {
    background: url(../image/sys-d2.png) no-repeat center / 100% auto;
}

.incub-title {
    font-size: 80px;
    color: #dadada;
    line-height: 110px;
    position: absolute;
    left: 0;
    top: -230px;
}

img.incub-title-img {
    width: 758px;
    position: absolute;
    left: 0;
    top: -198px;
}

.incub {
    padding: 130px 0 0;
    height: 898px;
    background: linear-gradient(
            to bottom right,
            rgba(0, 0, 0, 0.15),
            rgba(0, 0, 0, 0)
        ),
        url(../image/incub-bg.png) no-repeat center / cover;
}

.incub .btt-title {
    font-size: 46px;
    color: #fff;
    margin: 0 0 5px;
}

.incub-desc {
    margin: 20px 0 0;
    color: #ffffff;
    line-height: 40px;
    font-size: 20px;
    width: 1200px;
}

.incub-bottom {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 105px;
}

.ib-items {
    width: 80%;
    background: rgba(0, 0, 0, 0.3);
    border-top: 1px solid rgba(217, 217, 217, 0.6);
}

.ib-item {
    width: 25%;
    border-right: 1px solid rgba(217, 217, 217, 0.6);
    padding: 0 10px;
}

.ib-img {
    margin-right: 10px;
}

.ib-img img {
    width: auto;
    height: 50px;
}

.ib-text1 {
    font-size: 19px;
    color: #ffffff;
}

.ib-text2 {
    font-size: 16px;
    color: #ffffff;
}

.ib-more {
    background: #fff;
    width: 20%;
}

.cases {
    padding: 80px 0 120px;
    padding-left: calc((100vw - 1400px) / 2);
}

.case-item {
    width: 300px;
    height: 380px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    transition: background-size 0.3s ease; /* 添加过渡效果 */
}

.case-item:hover {
    background-size: auto 110%;
}

.cases-container {
    margin: 40px 0 0;
    background: #fff;
    height: 530px;
    position: relative;
}

.cases-container .box-title-more {
    position: absolute;
    left: 450px;
    bottom: 60px;
}

.cases-swiper {
    padding: 0 0 100px 0;
}

.cases-swiper .learn-btns {
    right: calc((100vw - 1400px) / 2);
    bottom: 50px;
}

.cases-swiper .learn-pagination {
    right: calc(((100vw - 1400px) / 2) + 180px);
    bottom: 50px;
}

.case-texts {
    position: absolute;
    height: 40%;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    padding: 0 20px 25px;
}

.ct-text1 {
    font-size: 20px;
    color: #ffffff;
}

.ct-text2 {
    font-size: 16px;
    color: #ffffff;
    display: none;
    min-width: 0;
    margin: 20px 0 0;
    line-height: 25px;
    height: 130px;
}

.case-item.swiper-slide-active {
    width: 420px !important;
    height: 530px !important;
    /* transition: all 0.5s; */
}

.case-item.swiper-slide-active .ct-text2 {
    display: -webkit-box;
}

.case-item.swiper-slide-active .case-texts {
    height: 60%;
    background: linear-gradient(180deg, rgba(143, 1, 0, 0) 0%, #8f0100 100%);
    border-radius: 0px 0px 0px 0px;
}

.learn-text-item:hover .detail-icon,
.notice-item:hover .detail-icon,
.news-item:hover .detail-icon {
    background: #8f0100;
}

.system-item:hover .detail-icon {
    background: rgba(255, 255, 255, 1);
}

.learn-text-item:hover img.icon-default,
.system-item:hover img.icon-default,
.learn-item:hover img.icon-default,
.notice-item:hover img.icon-default,
.news-item:hover img.icon-default {
    display: none;
}

.learn-text-item:hover img.icon-hover,
.system-item:hover img.icon-hover,
.learn-item:hover img.icon-hover,
.notice-item:hover img.icon-hover,
.news-item:hover img.icon-hover {
    display: block;
}

.notice-text-item:hover .nti-title,
.notice-slide-img:hover .nti-title,
.learn-text-item:hover .learn-text-title,
.learn-item:hover .lt-text1,
.notice-item:hover .notice-title,
.news-item:hover .news-title {
    color: #8f0100;
    text-decoration: underline;
}

.event-column {
    padding: 60px 0 40px;
    background: #ffffff url(../image/event-bg.png) bottom left / 400px auto
        no-repeat;
}

.event-column-container {
    margin: 30px 0 0;
    flex-wrap: wrap;
}

.event-column-list {
    width: calc((100% - 80px) / 3);
    margin-right: 40px;
}

.event-column-list:last-child {
    margin-right: 0;
}

.ecl-title {
    font-size: 24px;
    font-weight: bold;
}

.eclt-icon {
    width: 14px;
    height: 18px;
}

.ecl-title span {
    margin-left: 8px;
}

.ecl-img {
    margin: 0 0 15px;
    overflow: hidden;
}

.ecl-img img {
    object-fit: cover;
    transition: transform 0.3s ease; /* 平滑过渡 */
}

.ecl-main-item:hover .ecl-img img {
    transform: scale(1.1); /* 放大10% */
}

.ecl-main-item {
    margin: 15px 0 0;
}

.eclm-date {
    color: #666;
    font-size: 16px;
}

.eclm-title {
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0 30px;
    padding: 0 0 30px;
    border-bottom: 1px solid #dddddd;
}

.ecl-main-item:hover .eclm-title {
    color: #8f0100;
    border-bottom: 1px solid #8f0100;
}

.ecl-sub-item {
    margin: 0 0 20px;
}

.ecls-date {
    color: #666;
    font-size: 16px;
}

.ecls-title {
    font-size: 16px;
    margin: 0 0 0 20px;
}

.ecl-sub-item:hover .ecls-title {
    color: #8f0100;
    /* border-bottom: 1px solid #8f0100; */
    text-decoration: underline;
}

@keyframes pulse {
    0%,
    100% {
        transform: scale(1);
        opacity: 0.85;
    }
    50% {
        transform: scale(1.05);
        opacity: 1;
    }
}

@media (max-width: 1440px) {
    .home-swiper .swiper-slide {
        height: 670px;
    }

    .news-updates {
        padding: 30px 0;
    }

    .btt-title {
        font-size: 21px;
    }

    .box-title-more img {
        height: 15px;
    }

    .btt-desc {
        font-size: 12px;
    }

    .news-updates-box {
        margin: 20px 0 0;
    }

    .news-list {
        width: 470px;
        margin: 0 0 0 20px;
    }

    .news-swiper {
        width: calc(100% - 490px);
    }

    .learn-hub .box-title {
        padding-left: 0px;
    }

    .system-item {
        width: 580px;
    }
    img.incub-title-img {
        left: 20px;
    }

    .incub-desc {
        width: 90%;
    }
    .learn-btns {
        right: 20px;
    }
    .cases {
        padding: 40px 0 60px 20px;
    }

    .case-item {
        height: 320px;
    }

    .case-item.swiper-slide-active {
        width: 350px !important;
        height: 420px !important;
    }

    .cases-swiper .learn-btns {
        right: 20px;
    }

    .cases-container {
        height: 450px;
    }

    .cases-container .box-title-more {
        left: 370px;
    }
}

@media (max-width: 1050px) {
    .home-swiper .swiper-slide {
        height: 70vw;
    }

    .banner-mouse {
        display: none;
    }

    .news-updates-box {
        flex-direction: column;
    }

    .news-swiper {
        width: 100%;
        height: 350px;
    }

    .news-list {
        width: 100%;
        margin: 20px 0 0;
    }

    .notice-btns {
        width: 100%;
        left: 0%;
        margin-left: 0;
    }

    .swiper-progress-bar {
        position: absolute;
        left: 15%;
        margin-left: 0;
        width: 70%;
    }
    .notices {
        padding: 60px 0 30px;
    }

    .notices-swiper {
        padding: 50px 0 70px;
    }

    .learn-hub {
        padding: 40px 0 0 0px;
    }

    .learn-container {
        margin: 30px 0 0;
        padding: 0px 0 25px 0px;
    }
    .learn-swiper {
        padding-top: 20px;
    }
    .learn-item {
        padding: 10px;
        height: 100px;
    }

    .business-hall {
        padding: 40px 0 90px;
        align-items: flex-start;
    }

    .bh-box-title {
        padding-left: 20px;
    }

    .systems {
        margin-top: 20px;
    }

    .systems {
        flex-direction: column;
    }

    .system-item {
        width: 100%;
        margin-top: 20px;
        height: 120px;
    }

    .system-item .hover-scale-up {
        padding: 0 20px;
    }
    .st-text1 {
        font-size: 20px;
    }
    .st-text2 {
        font-size: 14px;
    }
    .system-img img {
        width: 40px;
    }

    .incub {
        padding: 30px 0 0;
        height: 450px;
        background: linear-gradient(
                to bottom right,
                rgba(0, 0, 0, 0.3),
                rgba(0, 0, 0, 0)
            ),
            url(../image/incub-bg.png) no-repeat center / cover;
    }
    .incub-desc {
        width: 100%;
    }

    .incub .btt-title {
        font-size: 23px;
    }

    .incub-desc {
        font-size: 16px;
        line-height: 25px;
    }

    .ib-more {
        display: none;
    }

    .ib-items {
        width: 100%;
    }
    .ib-item {
        width: 50%;
    }

    .ib-item:nth-child(n + 3) {
        display: none;
    }

    .incub-bottom {
        height: 70px;
    }

    .ib-img img {
        height: 40px;
    }

    .ib-text1 {
        font-size: 16px;
    }

    .ib-text2 {
        font-size: 12px;
    }

    .case-item {
        height: 270px;
    }

    .case-item.swiper-slide-active {
        width: 300px !important;
        height: 360px !important;
    }

    .cases-container {
        height: 400px;
    }

    .cases-container .box-title-more {
        left: 320px;
    }
}

@media (max-width: 768px) {
    .home-swiper .swiper-slide {
        height: 80vw;
    }

    .news-swiper {
        height: 220px;
    }

    .news-img {
        width: 120px;
        height: 80px;
    }

    .news-item {
        margin: 10px 0 0;
        padding: 10px;
    }
    .news-desc {
        display: none;
    }

    .news-date {
        margin: 20px 0 0;
    }

    .news-item .detail-icon {
        display: none;
    }

    .learn-pagination {
        right: 150px;
    }

    img.incub-title-img {
        width: 300px;
        left: 20px;
        top: -60px;
    }
    .case-item {
        height: 160px;
    }

    .case-item.swiper-slide-active {
        width: 175px !important;
        height: 225px !important;
    }
    .cases-container {
        height: 270px;
    }

    .cases-container .box-title-more {
        position: absolute;
        bottom: auto;
        left: auto;
        top: -65px;
        right: 20px;
    }
.event-column-list {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .ecl-title {
      font-size: 22px;
    }

    .event-column-list:last-child {
        margin-right: 0;
    }
}

@media (max-width: 460px) {
    .page-header {
        height: 130px;
    }
}

@media (max-width: 370px) {
    .page-header {
        height: 110px;
    }
}