.main_box {
    width: 100vw;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F8FCFF;
    background-image: url("/templates/default/images/info/jiazhiguan.jpg");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: scroll;
    position: relative;
    z-index: 10;
}

/* sub_title start*/
.group_top {
    width: 53vw;
    height: auto;
    margin: 4.58vw 0 0 0;
}

.text-group {
    width: auto;
    height: auto;
    margin-top: 0.16vw;
}

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

.text-group_2 {
    width: auto;
    height: auto;
    margin-top: 0.16vw;
}

.section_info {
    width: 83.96vw;
    height: auto;
    margin-top: 1.25vw;
    padding: 0 56px;
}

.all_group {
    width: 78.12vw;
    height: auto;
    margin: 5vw 0 0 0;
    display: flex;
    flex-direction: row;
    gap: 0.05vw;
    background: url("/templates/default/images/info/jzg_bg.jpg") center center no-repeat;
    background-size: cover;
    position: relative;
}

.section_card {
    width: 33%;
    height: 31.72vw;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    cursor: default;
    overflow: hidden;
    transition: all 0.3s ease;
    padding-bottom: 4vw;
    border-right: 1px solid rgba(255,255,255,0.2);
}

.section_card::before {
    content: '';
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: top 0.3s ease;
    z-index: 1;
}

.section_card:hover::before {
    top: 0;
}

.section_card:hover .selection_group_card {
    transform: translateY(-7.04vw);
}

.selection_group_card {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease;
}

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

.text_desc {
    width: 18.18vw;
    height: auto;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.04vw;
    font-family: Noto Sans SC-DemiLight;
    font-weight: normal;
    text-align: center;
    line-height: 1.41vw;
    margin-top: 1.25vw;
}

.group_lable {
    width: 100vw;
    height: auto;
    margin-top: 5.21vw;
    margin-bottom: 5.21vw;
    position: relative;
}

/* 轮播容器 */
.values-carousel-container {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

/* 轮播轨道 */
.values-carousel-track {
    display: flex;
    flex-direction: row;
    gap: 2.08vw;
    width: max-content;
    animation: scroll-infinite 30s linear infinite;
}

/* 暂停动画（鼠标悬停时） */
.values-carousel-track:hover {
    animation-play-state: paused;
}

/* 无限滚动动画 */
@keyframes scroll-infinite {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-17.08vw * 6 - 2.08vw * 6));
    }
}

/* 轮播项 */
.values-slide {
    flex: 0 0 auto;
}

.group_card {
    width: 20vw;
    height: 23vw;
    border: 1px solid #CBD8E8;
    padding: 3vw;
    transition: all 0.3s ease;
}

.group_card:hover {
    border-color: rgba(3, 52, 113, 0.5);
    box-shadow: 0 0.52vw 1.56vw rgba(3, 52, 113, 0.1);
}

.image_group {
    width: 5.21vw;
    height: 5.21vw;
    object-fit: contain;
}

.group_card .group_info{
    width: auto;
    height: auto;
    margin-top: 1.56vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.52vw;
}

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

.text_sub_title{
    width: auto;
    height: auto;
    overflow-wrap: break-word;
    color: rgba(3, 52, 113, 0.6);
    font-size: 0.9vw;
    font-family: Bronova-Regular;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 0.73vw;
}
