.page {
    background-color: transparent;
    position: relative;
    width: 100vw;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    height: auto !important;
}

[data-include="header"] {
    flex-shrink: 0;
}

[data-include="footer"] {
    flex-shrink: 0;
    margin-top: auto;
}

.header_top {
    position: relative;
    width: 100%;
    max-width: 100vw;
    height: 34vw;
    margin-top: -0.72vw;
    overflow: hidden;
}

.panel_header {
    height: 37.55vw;
    width: 100%;
    max-width: 100vw;
    justify-content: space-between;
    overflow: hidden;
}

.carousel-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}


.carousel-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.carousel-slide.active {
    opacity: 1;
}

.carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.carousel-indicators {
    position: absolute;
    bottom: 15.5vw;
    left: 11.2vw;
    transform: translateX(-50%);
    display: flex;
    gap: 40px;
    z-index: 10;
    align-items: center;
}

.container_2 {
    background-color: rgba(255, 255, 255, 1);
    width: 83.96vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    z-index: 10;
    padding: 0 56px;
}

.header_logo {
    display: flex;
    align-items: center;
}

.header_logo img {
    width: 12.5vw;
    height: 2.09vw;
}

.nav-right {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.pc_nav {
    display: flex;
    align-items: center;
}

.pc_nav ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    align-items: center;
    margin: 0;
    padding-left: 0;
}

.pc_nav li {
    margin: 0 1.3vw;
    white-space: nowrap;
    font-size: 0.85vw;
    height: 5.2vw;
    display: flex;
    align-items: center;
    color: #000000;
    position: relative;
}

.search-icon-wrapper {
    display: flex;
    align-items: center;
    padding-left: 1vw !important;
}

.pc_nav li a{
    text-decoration: none;
    color: inherit;
}

.pc_nav li.active {
    color: #033471;
}

.pc_nav li.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #033471;
}

.bg_container {
    width: 83.96vw;
    height: auto;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0 8.02vw;
    box-sizing: border-box;
    position: absolute;
    bottom: 5.7vw;
    left: 0;
    z-index: 10;
}

.text_block {
    width: 25vw;
    height: 10vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 56px;
}

.line-top {
    width: 1px;
    height: 20px;
    line-height: 0.52vw;
    background: #173162;
    border-radius: 0px 0px 0px 0px;
    opacity: 0.2;
}

.title_top {
    width: 20.84vw;
    height: 3.13vw;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 2.6vw;
    font-family: Noto Sans SC-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 2.61vw;
    margin-top: 0.9vw;
}

.title_bottom {
    width: 14.48vw;
    height: 1.05vw;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 0.93vw;
    font-family: Bronova-Regular;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 0.94vw;
    margin-top: 0.63vw;
}

.title_more {
    width: 8vw;
    height: 3vw;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 1.2vw;
    font-family: PP Neue Montreal-Medium;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    line-height: 3vw;
    margin-top: 0;
    background-color: rgba(3, 52, 113, 0.8);
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.title_more:hover {
    background-color: rgba(3, 52, 113, 1);
}

/* index_footer */
.footer_index {
    width: 100vw;
    height: 6.83vw;
    background: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.footer_copyright {
    width: 83.96vw;
    height: auto;
    min-height: 1.25vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 38px 56px;
    box-sizing: border-box;
    overflow: hidden;
}

.icon{
    width: 3.6vw;
    display: flex;
    justify-content: space-between;
}

.social {
    font-size: 1.1vw;
    color: #858585;
}

.title_copyright {
    width: 35vw;
    height: 1.15vw;
    overflow-wrap: break-word;
    color: rgba(102, 102, 102, 1);
    font-size: 0.78vw;
    font-family: Noto Sans SC-DemiLight;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 1.1vw;
}

.title_support {
    width: 35.84vw;
    height: 1.15vw;
    overflow-wrap: break-word;
    color: rgba(102, 102, 102, 1);
    font-size: 0.78vw;
    font-family: Noto Sans SC-DemiLight;
    font-weight: normal;
    text-align: right;
    white-space: nowrap;
    line-height: 1.1vw;
}

/* base_footer */
.footer {
    background-color: rgba(39, 42, 46, 1);
    height: auto;
    margin-top: -1px;
    width: 100vw;
    position: relative;
    z-index: 10;
}

.footer_top {
    width: 83.96vw;
    height: auto;
    padding: 4vw 56px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 8.08vw;
    position: relative;
}

.footer_top::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 56px;
    right: 56px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
}

.group_address {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
}

.group_logo {
    height: auto;
    background: url(../images/white_logo.jpg) 100% no-repeat;
    background-size: contain;
    width: 15.1vw;
    min-height: 2.86vw;
}

.group_logo_text {
    width: 15.1vw;
    height: 2.86vw;
}

.text_address {
    width: auto;
    height: auto;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.78vw;
    font-family: Noto Sans SC-DemiLight;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 1.2vw;
}

.text_address:first-of-type {
    margin-top: 2.14vw;
}


.text-wrapper_group {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
}

.text_first {
    width: auto;
    height: auto;
    overflow-wrap: break-word;
    text-align: left;
    white-space: nowrap;
    color: rgba(255, 255, 255, 1);
    font-size: 0.94vw;
    font-family: Microsoft YaHei-Bold;
    font-weight: 700;
    line-height: 1.1vw;
}

.text_other {
    width: auto;
    height: auto;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.78vw;
    font-family: Microsoft YaHei-Regular;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 1.2vw;
    margin-top: 0.78vw;
}

.text_other:first-of-type {
    margin-top: 1.62vw;
}

.text-wrapper_group a {
    text-decoration: none;
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-weight: normal;
}

.text-wrapper_group:nth-child(2) {
    margin-left: 18.77vw;
}

.text-wrapper_group:nth-child(3),
.text-wrapper_group:nth-child(4),
.text-wrapper_group:nth-child(5),
.text-wrapper_group:nth-child(6) {
    margin-left: 5vw;
}

.text_last {
    width: auto;
    height: auto;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 0.94vw;
    font-family: Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 1.1vw;
    margin-left: 5vw;
}

.icon-fanhuidingbu {
    position: absolute;
    bottom: 9.1vw;
    right: -4.5vw;
    width: 2.6vw;
    height: 2.6vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 5px;
    cursor: pointer;
    z-index: 1000;
    transition: all 0.3s ease;
    font-size: 1.3vw;
    color: #ffffff;
}

.icon-fanhuidingbu:hover {
    background-color: rgba(3, 52, 113, 1);
    border-color: rgba(3, 52, 113, 1);
    transform: translateY(-0.26vw);
}

.paragraph_block {
    width: auto;
    max-width: 6.25vw;
    height: auto;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.78vw;
    font-family: Microsoft YaHei-Regular;
    font-weight: normal;
    text-align: left;
    line-height: 1.2vw;
    margin-top: 0.63vw;
}

.subtitle_unselect_zh{
    width: auto;
    height: auto;
    overflow-wrap: break-word;
    color: rgba(3, 52, 113, 0.3);
    font-size: 1.77vw;
    font-family: Noto Sans SC-Bold;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    line-height: 1.77vw;
}

.subtitle_unselect_en{
    width: auto;
    height: auto;
    overflow-wrap: break-word;
    color: rgba(3, 52, 113, 0.3);
    font-size: 0.52vw;
    font-family: Bronova-Regular;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 0.52vw;
    margin-top: 0.5vw;
}

.blue_line {
    width: 1px;
    line-height: 0.52vw;
    background: #173162;
    border-radius: 0px 0px 0px 0px;
    opacity: 0.2;
    height: 1.8vw;
}

.subtitle_select_zh {
    width: auto;
    height: auto;
    overflow-wrap: break-word;
    color: rgba(3, 52, 113, 1);
    font-size: 1.77vw;
    font-family: Noto Sans SC-Bold;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    line-height: 1.77vw;
}

.subtitle_select_en {
    width: auto;
    height: auto;
    overflow-wrap: break-word;
    color: rgba(3, 52, 113, 1);
    font-size: 0.52vw;
    font-family: Bronova-Regular;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 0.52vw;
    margin-top: 0.5vw;
}

/* 在1920px及以上分辨率时，保持1920px的样式 */
@media (min-width: 1920px) {
    .title_top {
        font-size: 70px;
        line-height: 70.11px;
        width: 400px;
        height: 70.1px;
    }
    
    .title_bottom {
        font-size: 30px;
        line-height: 30px;
        width: 278px;
        height: 32.16px;
    }
    
    .title_more {
        font-size: 23.04px;
        line-height: 57.6px;
        width: 153.6px;
        height: 57.6px;
    }
    
    .title_copyright {
        font-size: 14.98px;
        line-height: 21.12px;
        width: 688.13px;
        height: 22.08px;
    }
    
    .text_address {
        font-size: 14.98px;
        line-height: 23.04px;
    }
    
    .text_first {
        font-size: 18.05px;
        line-height: 21.12px;
    }
    
    .text_other {
        font-size: 14.98px;
        line-height: 23.04px;
        margin-top: 14.98px;
    }
    
    .text_other:first-of-type {
        margin-top: 31.1px;
    }
    
    .text_last {
        font-size: 18.05px;
        line-height: 21.12px;
    }
    
    .group_logo {
        width: 289.92px;
        min-height: 54.91px;
    }
    
    .footer_top {
        padding: 76.8px 56px;
    }
    
    .text-wrapper_group:nth-child(2) {
        margin-left: 360.38px;
    }
    
    .text-wrapper_group:nth-child(3),
    .text-wrapper_group:nth-child(4),
    .text-wrapper_group:nth-child(5),
    .text-wrapper_group:nth-child(6) {
        margin-left: 96px;
    }
    
    .text_last {
        margin-left: 96px;
    }
    
    .paragraph_block {
        max-width: 120px;
        font-size: 14.98px;
        line-height: 23.04px;
        margin-top: 12.1px;
    }
    
    .icon-fanhuidingbu {
        bottom: 174.72px;
        right: -86.4px;
        width: 49.92px;
        height: 49.92px;
        font-size: 24.96px;
    }
    
    .icon-fanhuidingbu:hover {
        transform: translateY(-4.99px);
    }

}

/* 在1920px及以上分辨率时，保持1920px的样式 */
@media (min-width: 1920px) {
    .container_2{
        height: 99.84px;
    }
    
    .nav-right {
        gap: 20px;
    }
    
    .pc_nav ul {
        padding-left: 0;
    }
    
    .line-top {
        height: 24px;
    }
    
    .search-icon-wrapper {
        padding-left: 1vw !important;
    }
    
    .pc_nav li{
        font-size: 16.32px;
        height: 99.84px;
        margin: 0 27px;
    }
    
    .line-top {
        width: 1px;
        height: 24px;
    }

    /* container_14 固定尺寸 */
    .container_14 {
        height: 318.14px;
        margin-top: -99.84px;
    }

    .panel_3 {
        width: 33%;
        height: 318.14px;
    }

    .info_title {
        font-size: 25.92px;
        line-height: 25px;
    }

    .info_lable {
        font-size: 10.56px;
        width: 153.6px;
    }

    .info_detail {
        font-size: 15.94px;
    }

    .panel_6 {
        width: 36%;
    }

    .dangjian_top {
        font-size: 25.92px;
        line-height: 25.15px;
        width: 104.06px;
        height: 25.15px;
    }

    .project_top {
        font-size: 25.92px;
        line-height: 25.15px;
        width: 104.06px;
        height: 25.15px;
    }

    .title_20 {
        font-size: 13.82px;
        line-height: 25.15px;
        width: 336px;
        height: 25.15px;
    }

    .title_21 {
        font-size: 11.90px;
        line-height: 25.15px;
        width: 67.78px;
        height: 18.05px;
    }

    .section_4 {
        width: 537.02px;
        height: 101.18px;
        margin: 21.89px 0 0 37.82px;
    }

    .textBlock_2 {
        width: 280.13px;
        height: 101.18px;
    }

    .title_14 {
        font-size: 13.82px;
        line-height: 25.15px;
        width: 196.03px;
        height: 25.15px;
    }

    .title_15 {
        font-size: 13.82px;
        line-height: 25.15px;
        width: 252.10px;
        height: 25.15px;
        margin-top: 13.06px;
    }

    .title_16 {
        font-size: 13.82px;
        line-height: 25.15px;
        width: 280.13px;
        height: 25.15px;
        margin-top: 13.06px;
    }

    .textWrapper_1 {
        width: 55.10px;
        height: 94.08px;
        margin-top: 3.07px;
    }

    .title_17 {
        font-size: 11.90px;
        line-height: 18.05px;
        width: 49.15px;
        height: 18.05px;
        margin-left: 6.14px;
    }

    .title_18 {
        font-size: 11.90px;
        line-height: 18.05px;
        width: 55.10px;
        height: 18.05px;
        margin-top: 20.16px;
    }

    .title_19 {
        font-size: 11.90px;
        line-height: 18.05px;
        width: 53.18px;
        height: 18.05px;
        margin: 19.97px 0 0 1.92px;
    }

    .section_5 {
        width: 537.02px;
        height: 63.17px;
        margin: 7.87px 0 17.86px 37.82px;
    }

    .textBlock_3 {
        width: 313.15px;
        height: 63.17px;
    }

    .title_22 {
        font-size: 13.82px;
        line-height: 25.15px;
        width: 313.15px;
        height: 25.15px;
    }

    .title_23 {
        font-size: 13.82px;
        line-height: 25.15px;
        width: 182.02px;
        height: 25.15px;
        margin-top: 13.06px;
    }

    .textWrapper_3 {
        width: 57.02px;
        height: 56.06px;
        margin-top: 3.07px;
    }

    .title_24 {
        font-size: 11.90px;
        line-height: 18.05px;
        width: 57.02px;
        height: 18.05px;
    }

    .title_25 {
        font-size: 11.90px;
        line-height: 18.05px;
        width: 57.02px;
        height: 18.05px;
        margin-top: 20.16px;
    }

    .banner_2 {
        width: 500.16px;
        height: 318.14px;
    }

    .dangjian_detail {
        margin-top: 34.56px;
    }

    .project_detail {
        margin-top: 15.36px;
    }

    /* 首页重点项目轮播图固定尺寸 */
    .index-project-panel {
        width: 500.16px;
    }

    .index-project-carousel-container {
        height: 318.14px;
    }

    .index-project-title {
        font-size: 25.92px;
        line-height: 25.15px;
    }

    .index-project-detail {
        font-size: 18.24px;
        line-height: 25.15px;
        bottom: 38.4px;
    }

    .index-project-overlay {
        padding: 38.4px;
    }

    .index-project-indicators {
        bottom: 264.96px;
        gap: 9.6px;
    }

    .index-project-indicator {
        width: 3.84px;
        height: 3.84px;
    }

    .index-project-indicator.active {
        width: 15.36px;
        height: 3.84px;
        border-radius: 4.8px;
    }

    /* panel_bottom 固定尺寸 */
    .panel_bottom {
        height: 133.06px;
    }

    .banner_3 {
        width: 180.10px;
        height: 30.14px;
    }

    .textBlock_4 {
        font-size: 17.28px;
        line-height: 16.13px;
    }

    .panel_bottom_right li {
        font-size: 17.28px;
        height: 99.84px;
        margin-left: 42.24px;
    }

    .panel_address {
        margin-left: 19.2px;
    }

    .panel_bottom_content {
        min-height: 24px;
    }
}