.home .banner-swiper-pagination .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.7);
    opacity: 1;
    margin: 0 5px;
    width: 20px;
    height: 8px;
    border-radius: 4px;
    transition: background 0.3s;
}

.home .banner-swiper-pagination .swiper-pagination-bullet-active {
    background: var(--colorBlue);
    opacity: 0.6;
    /* 当前活动子项的背景色 */
}

.home .home-swiper-pagination .swiper-pagination-bullet-active {
    background: var(--colorBlue);
    opacity: 0.6;
    /* 当前活动子项的背景色 */
}

.homeSwiper .swiper-slide {
    height: 100vh!important;
}

.homeSwiper .swiper-slide .ahe-footer {
    height: auto!important;
}


/* 头部样式开始 */

.anchor_list {
    position: fixed;
    top: 50%;
    left: 32px;
    transform: translateY(-50%);
    z-index: 99;
}

.anchor_list .anchor_box {
    background: #AEAEAE;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-top: 32px;
    opacity: 0.5;
    cursor: pointer;
    transition: all 0.5s ease;
}

.anchor_list .anchor_box.active {
    background-color: #0088F4;
    opacity: 1;
}


/* banner-bg 样式开始 */

.banner_container {
    position: relative;
    background: linear-gradient(180deg, #E0EDF6 0%, #F3F6F9 100%);
    /* background-image: url('./../images/home/home_banner07.png');
    overflow: hidden;
    background-position: center; */
    /* 水平和垂直居中 */
}

.banner_options {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 90;
    display: flex;
    justify-content: center;
    gap: 4px;
    padding-bottom: 6px;
}

.banner_options.hide {
    display: none;
}

.banner_options_elapme {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_img {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 3;
}

.banner_bg_list {
    position: relative;
    width: 1920px;
    min-width: 1920px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 86px;
}

.banner_bg_entity {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    transform: scale(0.8) !important;
    margin-bottom: -20px;
    /* transform-origin: bottom; */
}

.banner_img .banner_title {
    font-size: 52px;
    font-weight: bold;
    z-index: 9;
    width: 100%;
    padding: 0 10px;
    font-family: Alimama ShuHeiTi;
}

.banner_img .banner_title_box {
    width: 100%;
    display: flex !important;
    justify-content: space-between;
}


/* .banner_bg_vehicle{} */

.banner_base_img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_base_img img {
    width: 100%;
    height: 100%;
}

.banner_bg_vehicle {
    position: absolute;
}

.banner_bg_box {
    width: 100%;
    height: 100%;
    transform: scale(2.2);
}

.banner_title_decorator {
    position: absolute;
    bottom: 493px;
    left: 50%;
    z-index: 6;
    transform: translateX(-50%) !important;
}

.banner_title_explame {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.banner_img .banner_bg_1 {
    /* bottom: 58px;
    left: 50%;
    transform: translateX(-50%) !important; */
    z-index: 6;
    width: 706px;
}

.banner_img .banner_bg_2 {
    bottom: 83px;
    left: 0;
    z-index: 4;
    width: 1920px;
}

.banner_img .banner_bg_3 {
    bottom: 54px;
    right: -81px;
    z-index: 5;
    width: 2182px;
}

.banner_img .banner_bg_4 {
    /* bottom: 47.6vh;
    left: 50%; */
    /* transform: translateX(-50%) !important; */
    /* z-index: 5; */
    width: 878px;
}

.banner_img .banner_bg_5 {
    bottom: 12vh;
    left: 12.8%;
    z-index: 3;
    width: 6.9vw;
}

.banner_img .banner_bg_6 {
    bottom: 7vh;
    right: -6%;
    z-index: 3;
    width: 47.2vw;
}

.banner_img .banner_bg_7 {
    bottom: 0;
    left: 0;
    z-index: 2;
}

.banner_img .banner_bg_8 {
    bottom: 0;
    left: -10.8%;
    z-index: 7;
    width: 46.2vw;
    max-width: 887px;
}

.banner_img .banner_bg_8_1 {
    bottom: -6vh;
    right: -23vw;
    z-index: 7;
    width: 51vw;
    max-width: 979px;
}

.banner_container .banner_bg_9 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0.7;
}

.banner_carousel {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}

.carousel_image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel_image img {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
}

.swiper-slide:last-of-type .carousel_image img {
    /* max-width: 100%; */
    /* min-width: auto; */
    /* min-height: auto; */
}

.home .general_plate .carousel_image.carousel_image_mobile {
    display: none;
}

.carousel_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64.6vw;
}

.carousel_text.carousel_text_mobile {
    display: none;
}

.carousel_text img {
    width: 100%;
}


/* banner-bg 样式结束 */


/* 集团介绍 样式开始 */

.about_section {
    position: relative;
    padding: 170px 0 0px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #cfebff 0%, #fff 100%);
}

.about_section_decoration {
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    /* background-color: #000; */
    background-image: url('./../images/home/group_profile_02.png');
    /* background-size: cover; */
}

.about_white_bg {
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.about_white_bg .white_bg img {
    width: 100%;
}

.about_white_bg .white_bg {
    position: absolute;
    z-index: 2;
}

.about_white_bg .white_bg.white_bg_01 {
    width: 100%;
    height: 152px;
    top: 0;
    left: 0;
    border-left: 0 solid transparent;
    /* 左边的一半宽度 */
    border-right: 166.67vw solid transparent;
    /* 右边的一半宽度 */
    border-top: 152px solid #fff;
    /* 三角形的颜色 */
}

.about_white_bg .white_bg.white_bg_02 {
    width: 29vw;
    height: 112px;
    top: 0;
    right: 0;
    border-left: 29vw solid transparent;
    border-right: 0 solid transparent;
    border-top: 112px solid #fff;
}

.about_text_box {}

.about_white_bg .white_bg.white_bg_03 {
    width: 72vw;
    height: 60vh;
    right: 0;
    bottom: 18px;
}

.about_white_bg .white_bg_03_box {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.about_white_bg .white_bg.white_bg_03 img {
    object-fit: cover;
    /* 确保图片覆盖整个容器 */
    position: relative;
    z-index: 0;
}

.about_white_bg .white_bg.white_bg_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 200px;
    background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
}

.about_white_bg .about_text_bg {
    position: absolute;
    top: 160px;
    left: 0;
    width: 48.2vw;
    /* width: 932px; */
    /* height: 290px; */
}

.about_white_bg .about_text_bg img {
    width: 100%;
}

.about_section .about_content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0 8vw;
    margin: 0 auto;
}

.about_content_box {
    width: 780px;
}

.about_section .about_title {
    position: relative;
}

.about_section .about_title .bottom_decoration {
    position: absolute;
    display: flex;
    gap: 8px;
}

.about_section .bottom_decoration .point {
    display: inline-block;
    height: 5px;
    width: 5px;
    background: #fff;
}

.about_section .bottom_decoration .point:first-of-type {
    width: 48px;
}

.about_section .bottom_decoration .point:last-of-type {
    width: 12px;
}

.about_section .about_text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 32px;
    margin-top: 44px;
}


/* 集团介绍样式结束 */


/* 业务板块样式开始 */

.home_business {
    position: relative;
    padding-top: 66px;
}

.business_title {
    position: absolute;
    top: 128px;
    left: 8vw;
    z-index: 6;
    transition: all 0.4s ease;
}

.business_title .news_title {
    color: #fff;
}

.business_list {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.business_item {
    width: 14vw;
    height: 100%;
    background-image: url('./../images/home/home_business001.png');
    background-size: 30vw 100%;
    background-position: left center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: width 0.4s ease !important;
    cursor: pointer;
    overflow: hidden;
}

.business_item.current {
    width: 30vw;
    padding: 40px;
    flex: none;
}


/* .business_item:hover {
    animation: bounceScale 0.6s ease-in-out;
}

@keyframes bounceScale {
    0% {
        transform: scale(1);
    }
    30% {
        transform: scale(1.03);
    }
    50% {
        transform: scale(1.02);
    }
    70% {
        transform: scale(1.01);
    }
    100% {
        transform: scale(1);
    }
} */

.business_item:nth-of-type(2) {
    background-image: url('./../images/home/home_business002.png');
}

.business_item:nth-of-type(3) {
    background-image: url('./../images/home/home_business003.png');
}

.business_item:nth-of-type(4) {
    background-image: url('./../images/home/home_business004.png');
}

.business_item:nth-of-type(5) {
    background-image: url('./../images/home/home_business005.png');
}

.business_item:nth-of-type(6) {
    background-image: url('./../images/home/home_business006.png');
}

.business_mask {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* transition: all ease 0.4s; */
    background: linear-gradient(180deg, #7C8D9F 0%, rgba(0, 0, 0, 0.31) 98%);
}

.business_expand {}

.business_content {
    width: 100%;
    height: 370px;
    z-index: 4;
    color: #fff;
    transition: all 0.0s ease;
    overflow: hidden;
}

.business_content .business_icon {
    width: 6.1vw;
    height: 5.5vw;
    margin: 0 auto;
    display: flex;
}

.business_content .business_icon img {
    width: 100%;
    height: 100%;
    opacity: 1;
    /* transition: opacity 2.4s ease; */
}

.business_content .business_icon .blue_icon {
    opacity: 0;
    width: 0;
    /* display: none; */
}

.business_content .business_plate_title {
    font-size: 28px;
    font-weight: bold;
    margin-top: 41px;
    text-align: center;
    /* transition: all 0.4s ease; */
}

.business_content .business_description {
    font-size: 14px;
    height: 46px;
    opacity: 0.8;
    padding: 0 14px;
    margin-top: 6px;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.business_item.current .business_description {
    color: var(--colorBlack)
}

.business_content .business_more_box {
    text-align: center;
    margin-top: 9vh;
    /* transition: all 0.4s ease; */
}

.business_content .business_more {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    ;
    padding: 6px 22px;
    font-size: 16px;
    color: #fff;
    display: inline-block;
}

.business_item .switch_icon {
    width: 1.9vw;
    height: 1.9vw;
    min-width: 20px;
    min-height: 20px;
    border: 1px solid #fff;
    transition: all 0.4s ease;
    border-radius: 50%;
    position: absolute;
    bottom: 4.7vh;
    right: 1.6vw;
    cursor: pointer;
    z-index: 9;
}

.business_item .switch_icon::before {
    content: " ";
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 2px;
    background: #fff;
    /* transition: all 0.4s ease; */
}

.business_item .switch_icon::after {
    content: " ";
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    height: 2px;
    background: #fff;
    /* transition: all 0.4s ease; */
}

.project_list {
    margin-top: 0;
    width: 100%;
    padding: 0 0;
}

.project_item {
    display: flex;
    background: rgba(255, 255, 255, 0.6);
    flex-wrap: wrap;
    border-radius: 8px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 7px;
    max-height: 78px;
    overflow: hidden;
}

.project_item.active {
    background: #fff;
}

.project_content {
    flex: 1;
    padding: 0.93vh 0.8vw;
    max-width: calc(100% - 94px);
}

.project_content .project_title {
    display: flex;
    align-items: center;
}

.project_icon {
    width: 1.25vw;
    height: 1.25vw;
}

.project_text {
    color: var(--colorBlue);
    font-size: 16px;
    margin-left: 8px;
}

.project_description {
    width: 100%;
    margin-top: 1vh;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--colorBlack1);
}

.project_img {
    width: 94px;
    height: 100%;
    padding: 6px 6px;
}

.project_img img {
    width: 100%;
    height: 100%;
}

.business_item .project_list {
    height: 0;
    width: 0;
    overflow: hidden;
    /* transition: all 0.4s ease; */
    transform: scale(0);
}

.business_item.current .project_list {
    width: 100%;
    height: auto;
    /* margin-top: 2.5vh; */
    padding: 0 1.46vw;
    animation: scaleUp 1s forwards;
    /* 动画持续时间为2秒，完成后保持最后状态 */
}

@keyframes scaleUp {
    from {
        transform: scale(0);
        /* 从0开始 */
    }
    to {
        transform: scale(1);
        /* 放大到1 */
    }
}

.business_item.shrink .project_list {
    overflow: hidden;
    transition: all 0.4s ease;
    transform: scale(0);
}

.business_item.shrink .project_list {
    animation: scaleShrink 0.6s forwards;
    /* 动画持续时间为2秒，完成后保持最后状态 */
}

@keyframes scaleShrink {
    from {
        transform: scale(1);
        height: auto;
        width: 100%;
        /* 从0开始 */
    }
    to {
        transform: scale(0);
        height: 0;
        width: 0;
        /* 放大到1 */
    }
}

.business_item.current .business_content {
    height: 368px;
    max-width: 368px;
    width: 100%;
    z-index: 7;
    background: linear-gradient(180deg, rgb(255 255 255 / 60%) 46%, rgb(85 142 173 / 40%) 98%);
    backdrop-filter: blur(20px);
    padding-top: 3.2vh;
    border-radius: 6px;
}

.business_item.current .business_content .business_more_box {
    margin-top: 4.6vh;
}

.business_item.current .business_mask {
    opacity: 0;
}

.business_item.current .business_plate_title {
    margin-top: 1vh;
    color: var(--colorBlack);
}

.business_item.current .switch_icon {
    bottom: 7vh;
    right: 60px;
}

.business_item.current .switch_icon::after {
    transform: translate(-50%, -50%) rotate(-180deg);
    /* 居中并旋转 */
}

.business_item.current .business_icon .white_icon {
    opacity: 0;
    width: 0;
}

.business_item.current .business_icon .blue_icon {
    opacity: 1;
    width: 100%;
}


/* 业务板块样式结束 */


/* 新闻中心样式开始 */

.news_center {
    padding: 48px 8vw;
    position: relative;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 52px;
}

.news_left {
    width: 33%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 3;
}

.news_right {
    width: 67%;
    height: 100%;
    position: relative;
    z-index: 2;
    display: flex;
    padding-left: 92px;
    transition: all 0.4s ease;
    align-items: end;
    gap: 62px;
}

.news_title_english {
    color: #C7C7C7;
    font-size: 30px;
    line-height: 36px;
}

.news_title {
    line-height: 54px;
}

.news_left_content {
    width: 100%;
}

.news_mobile_content {
    display: none;
}

.news_center .news_img_entity {
    width: 100%;
	 height: auto;
    margin-top: 16px;
    position: relative;
    cursor: pointer;
}

.news_center .news_img_entity .news_img {
    width: 100%;
    height: auto;
}

.news_center .news_img_entity .news_img img {
    width: 100%;
    height: auto;
}

.news_center .news_mobile_title {
    position: relative;
    margin-top: 17px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 114px;
    height: 36px;
    background: linear-gradient(180deg, #FBF3DB 2%, #DDC7AB 98%);
}

.news_center .news_mobile_title::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 0 solid transparent;
    border-top: 36px solid #f6f6f6;
}

.news_center .news_article_item {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    gap: 6px;
    height: 64px;
    box-shadow: 0px 3px 6px 0px rgba(0, 31, 112, 0.05);
    margin-top: 10px;
    background-color: var(--bgWhlte01);
}

.news_center .news_article_time {
    width: 78px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color: #C7C7C7;
}

.news_center .news_article_time::after {
    content: " ";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 80%;
    width: 1px;
    background-color: #001F70;
    opacity: 0.1;
}

.news_center .news_article_time p {
    width: 100%;
    text-align: center;
}

.news_article_time .day {
    font-size: 18px;
}

.news_article_content {
    height: 44px;
    font-size: 14px;
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 10px;
}

.news_center .news_content_title {
    position: absolute;
    bottom: 6px;
    left: 7px;
    color: var(--colorWhite);
    font-size: 14px;
}

.news_categories {
    margin-top: 48px;
    position: relative;
    width: 100%;
}

.news_categories::before {
    content: " ";
    position: absolute;
    top: -25%;
    left: 7px;
    height: 150%;
    width: 2px;
    background: linear-gradient(180deg, rgba(216, 216, 216, 0) 0%, #D8D8D8 52%, rgba(216, 216, 216, 0) 100%);
}

.news_categories .category_item {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 34px;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
}

.news_categories .category_dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #C7C7C7;
}

.news_categories .category_label {
    background-color: #C7C7C7;
    color: #fff;
    font-size: 18px;
    width: 58px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    display: none;
}

.news_categories .category_title {
    width: 60%;
    color: #C7C7C7;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.category_item.current .category_dot {
    background-color: var(--btnBlue);
}

.category_item.current .category_label {
    background-color: var(--btnBlue);
}

.category_item.current .category_title {
    color: var(--btnBlue);
}

.news_quote {
    margin-top: 52px;
}

.news_quote .quote_mark {
    font-size: 160px;
    color: #C7C7C7;
    font-family: arial;
    line-height: 1;
}

.news_quote .quote_mark_last {
    font-size: 100px;
    width: 100%;
    text-align: end;
}

.news_quote .quote_text {
    margin-top: -100px;
    font-size: 16px;
    color: var(--colorBlack);
    line-height: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis
}

.news_center .about_learn_more {
    margin-top: 100px;
}

.news_center_block {
    width: 46.5vw;
    height: 21vw;
    position: absolute;
    right: 0;
    bottom: 21vw;
    background-color: #93CBF2;
}

.news_center_block::before {
    content: ' ';
    position: absolute;
    right: calc(46.5vw - 1px);
    top: 0;
    /* width: 278px;
    height: 410px; */
    /* background-color: #93CBF2; */
    border-left: 278px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 21vw solid #93CBF2;
}

.news_cabinet {
    width: 22vw;
    transition: all 1s ease;
}

.news_cabinet .news_cabinet_img {
    width: 100%;
    height: 20vw;
    overflow: hidden;
    transition: all 0.4s ease;
    background-color: #eee;
}

.news_cabinet .news_cabinet_img img {
    min-width: 100%;
    min-height: 100%;
    width: 100%;
}

.news_cabinet .cabinet_content {
    padding: 29px 28px 20px;
    background: linear-gradient(180deg, #FFFFFF 0%, #DEF1FF 100%);
    height: 37.3vh;
    position: relative;
    border-radius: 0px 0px 10px 10px;
    transition: all 0.4s ease;
}

.news_cabinet .cabinet_title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 1.5vh;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_cabinet .cabinet_time {
    font-size: 16px;
    color: #646A73;
    margin-bottom: 9px;
}

.news_cabinet .cabinet_text {
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_cabinet .cabinet_read_more {
    position: absolute;
    bottom: 20px;
    right: 28px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

.news_cabinet.n2 {
    margin-bottom: 58px;
}

.news_cabinet.n2 .cabinet_content {
    background: linear-gradient(180deg, #FF5715 0%, #CF150E 100%);
    color: #fff;
}

.news_cabinet.n2 .cabinet_time {
    color: #fff;
}

.news_cabinet.n2 .cabinet_read_more a {
    color: #fff;
}


/* 新闻中心样式结束 */