.jmtj {
    width: 25%;
    text-align: center;
}

.jmtj2 {
    width: 30%;
    text-align: center;
}

.text-qdzy {
    font-weight: bold;
    font-family: "Microsoft YaHei Light", "微软雅黑 Light", "Microsoft YaHei", sans-serif;
    color: rgb(0, 0, 0);
    font-size: 20px;
    line-height: 2;
}

/* 添加图片悬停增亮效果 */
.jmtj img {
    transition: all 0.5s ease;
    filter: brightness(100%);
}

.jmtj img:hover {
    filter: brightness(250%);
}

.jmtj2 img {
    transition: all 0.5s ease;
    filter: brightness(100%);
}

.jmtj2 img:hover {
    filter: brightness(250%);
}

/* Banner蒙版样式 */
.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* 黑色半透明蒙版 */
    z-index: 1;
}

.banner .banner_txt,
.banner .gallery-button-container {
    position: relative;
    z-index: 2;
    /* 确保文字和按钮在蒙版上方 */
}

.text2-qdzy {
    font-family: "Microsoft YaHei Light", "微软雅黑 Light", "Microsoft YaHei", sans-serif;
    line-height: 1.5;
    color: rgb(0, 0, 0);
    font-size: 16px;
}

.text3-qdzy {
    font-weight: 600;
    line-height: 2;
    color: rgb(0, 0, 0);
    font-size: 20px;
}

.image-item-qdzc {
    text-align: center;
    position: relative;
    flex: 1;
    margin: 0 10px;
    overflow: hidden;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.image-item-qdzc2 {
    text-align: center;
    position: relative;
    flex: 1;
    margin: 0 10px;
    overflow: hidden;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

/* 图片样式 - 关键部分 */
.image-item img {
    width: 100%;
    /* 宽度100%填充容器 */
    height: 300px;
    /* 设置固定高度 */
    border-radius: 30px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 112, 201, 0.3);
}


.card-body {}

.gallery-button:hover {
    background-color: #0077cc;
    box-shadow: 0 6px 16px rgba(0, 112, 201, 0.4);
    transform: translateY(-2px);
    color: white;
    background: #3843A9;
}

.gallery-button:active {
    transform: translateY(1px);
}

.gallery-button2 {
    display: inline-block;
    padding: 12px 30px;
    background-color: white;
    color: #3843A9;
    border-radius: 10px;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
    transition: all 0.3s ease;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}


.gallery-button2:hover {
    box-shadow: 0 6px 16px rgba(0, 112, 201, 0.4);
    transform: translateY(-2px);
    color: white;
    background: #3843A9;
}

.video-hy {
    height: 300px;
    width: 30%;
    border: 1px solid;
}

.companyList-hy {
    width: 30%;
    font-size: 20px;
}

.cool-hy {
    width: 30%;
}

.gallery-button2:active {
    transform: translateY(1px);
}

.hy-tab {
    border: 1px solid #828282;
    margin: 0px 50px;
    padding: 10px 30px;
}

.btn1-group {
    padding: 10px;
    border-radius: 34px;
    display: flex;
    justify-items: center;
}

.btn1 {
    padding: 10px;
    cursor: pointer;
}

.btn1:hover li a {
    color: #217346;
    transition: all 0.3s ease;
}

.btn1 li a:active {
    color: #217346 !important;
}

.btn1 li a:focus {
    color: #217346;
}

.btn1 li a:hover {
    color: #217346;
}

/* 按钮鼠标移入和选中时的灰色背景效果 */
.btn1:hover {
    color: #217346;
    background-color: #65656514;
    border-radius: 20px;
    transition: background-color 0.3s ease;
}

.btn1.active {
    color: #217346 !important;
    background-color: #65656514;
    border-radius: 20px;
}

/*  */



.section-title {
    position: relative;
    margin-bottom: 50px;
    font-weight: 700;
    text-align: center;
}

.section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: var(--accent);
    margin: 15px auto 0;
    border-radius: 2px;
}

.feature-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s, box-shadow 0.3s;
    height: 200px;
    border: none;
    padding: 9px;

}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.feature-icon {
    /* font-size: 2.5rem; */
    color: var(--primary);
    margin-bottom: 20px;
}

.container2 {
    max-width: 1200px;
    margin: 0 auto;
    background: white;
    padding: 30px;
    border-radius: 15px;
    /* box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1); */
}

.page-title {
    color: var(--primary);
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
}

.lead {
    text-align: center;
    margin-bottom: 40px;
    /* font-size: 1.2rem; */
    color: #666;
}

.back-link {
    display: block;
    text-align: center;
    margin-top: 40px;
    color: var(--primary);
    text-decoration: none;
}

.back-link:hover {
    text-decoration: underline;
}

.img-hxys {
    width: 20%;
}

.card-title {
    margin: 10px;
    color: black;
    font-size: 22px;
    font-weight: bold;
}

.card-text {
    color: black;
    font-size: 16px;
}

.functions {
    min-height: 425px;
    gap: 170px;
    padding: 0 110px;
    justify-content: center;
    display: flex;
}

.functions-text1 {
    margin-top: 10px;
    margin-bottom: 15px;
    color: black;
    font-size: 24px;
    font-weight: bold;
}

.functions-text2 {
    font-size: 16px;
    margin-bottom: 35px;
}

.functions-text3 {
    margin-bottom: 20px;
    color: black;
    font-size: 16px;
}

.function-img {
    width: 5%;
}

.function-part {
    width: 50%;
}

.function-tab {
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    margin: 0 15px;
    text-decoration: none;
    color: #333;
    padding-bottom: 35px;
    border-bottom: 2px solid transparent;
}

.function-tab.active {
    font-weight: bold;
    color: #3843A9;
    border-bottom: 2px solid #3843A9;
}

.functions-container {
    position: relative;
    min-height: 300px;
    overflow: hidden;
}

.functions {
    display: none;
}

.functions.active {
    display: flex;
}

.functions.slide-in-right {
    display: flex;
    animation: slideInRight 0.5s ease;
}

.functions.slide-in-left {
    display: flex;
    animation: slideInLeft 0.5s ease;
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.image2 {
    margin-bottom: 20px;
}

.image-item2 {
    min-height: 250px;
    position: relative;
    flex: 1;
    margin: 0 10px;
    overflow: hidden;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

/* 图片样式 - 关键部分 */
.image-item2 .image1 {
    width: 100%;
    /* 宽度100%填充容器 */
    height: 250px;
    /* 设置固定高度 */
    display: block;
    /* 移除底部间隙 */
    object-fit: cover;
    /* 保持比例并填充容器 */
}



.image-overlay {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(59, 68, 98, 0.3);
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease;
}

.image-text {
    font-size: 25px;
    font-weight: bold;
    color: white;
}


.image2,
.image-text {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.image-group {
    justify-items: center;
}

/* 图片样式 - 关键部分 */
.image-group .image2 {
    height: 70px;
    /* 设置固定高度 */
    display: block;
    /* 移除底部间隙 */
    object-fit: cover;
    /* 保持比例并填充容器 */
}

.image-item2:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.image-item2:hover .image-overlay {
    opacity: 0;
    /* 悬停时覆盖整个图片 */
    /* clip-path: circle(100% at 50% 50%); */
    /* -webkit-clip-path: circle(100% at 50% 50%); */
}

.image-text {
    font-size: 25px;
    font-weight: bold;
    color: white;
}

/* 添加悬停时放大image2和image-text的样式 */
.image-item2:hover .image2 {
    margin-bottom: 40px;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
}

.image-item2:hover .image-text {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
}

.card-group {
    justify-content: center;
}

.card-case {
    height: 330px;
    overflow: hidden;
    margin: 15px 25px;
    border-radius: 15px;
    border: 1px snow;
    width: 25%;
    /* padding: 20px; */
    box-shadow: 4px 2px 5px rgb(0, 0, 0, 0.5);
}

.img-container {
    position: relative;
    height: 60%;
    width: 100%;
}

.image-case {
    height: 100%;
    width: 100%;
    transition: all 0.5s ease;
}

/* .title-case {
    color: black;
    margin: 35px 0px 10px 25px;
    font-size: 20px;
    font-weight: bold;
} */

.title-case a {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
}

.img-container:hover .image-case {
    transform: scale(1.1);
}


.title-case {
    color: black;
    margin: 35px 0px 10px 25px;
    font-size: 20px;
    font-weight: bold;
    background: linear-gradient(to right, #3843A9 50%, #333 50%);
    background-size: 200% 100%;
    background-position: 100% 0;
    transition: background-position 0.5s ease;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.title-case:hover {
    background-position: 0 0;
}


.title-case {
    background: linear-gradient(to right, #3843A9 50%, #333 50%);
    background-size: 200% 100%;
    background-position: 100% 0;
    transition: background-position 0.3s ease;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.title-case:hover {
    background-position: 0 0;
}

/* 添加图片悬停放大效果 */
.hover-zoom {
    transition: transform 0.5s ease;
    transform-origin: center;
}

.hover-zoom:hover {
    transform: scale(1.05);
}

/* 悬浮导航样式 */
#navigation-container.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    /* margin: 10px 35%; */
    /* background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
    z-index: 1000;
    /* backdrop-filter: blur(5px); */
    padding: 10px 0;
    transform: translateY(-100%);
    animation: slideDown 0.3s ease forwards;
}

@keyframes slideDown {
    to {
        transform: translateY(0);
    }
}

#navigation-container.sticky .btn1-group {
    max-width: 1200px;
    border-radius: 34px;
    padding: 10px;
}

/* 调整锚点偏移量，配合悬浮导航 */
#Advantages::before,
#Functions::before,
#Frame::before,
#Benefits::before,
#Case::before {
    content: "";
    display: block;
    height: 80px;
    margin-top: -80px;
    visibility: hidden;
}

/* -------------------------------------------------------------- */
.cards-container {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    overflow: hidden;
    height: 550px;
    display: flex;
    align-items: center;
    padding: 1%;
}

.case-card {
    width: 430px;
    height: 530px;
    cursor: pointer;
    min-width: calc(32% - 1%);
}

/* 卡片分页样式 */
.case-card.hidden {
    display: none !important;
}

.case-card.active {
    display: block !important;
}

.case-card-inner {
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
    transition: transform 0.3s, box-shadow 0.3s;
    border: 1.5px solid #eaeaea;
}

.case-card-inner:hover {
    transform: translateY(-3px);
    box-shadow: 2px 2px 2px rgb(172 172 172 / 20%);
}

.case-image {
    justify-items: center;
    height: 220px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.case-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.case-image:hover img {
    transform: scale(1.05);
}

/* 视频播放相关样式 */
.ztal-img,
.ztal-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ztal-img.hidden {
    display: none;
}

.ztal-video {
    display: none;
    text-align: center;
}

.ztal-video video {
    height: 100%;
    width: 100%;
}

.ztal-video.active {
    display: block;
}


.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    cursor: pointer;
}

.case-content {
    position: relative;
    padding: 25px 25px 0px 25px;
    flex: 1;
    display: flex;
    height: calc(100% - 220px);
    flex-direction: column;
    box-sizing: border-box;
}

.case-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #2c3e50;
    line-height: 1.4;
    height: 60px;
}

.case-description {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
    /* flex: 1; */
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.case-tags {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    font-weight: bold;
    color: #217346;
    transition: all 0.3s ease-in-out;
}

.case-tags:hover {
    filter: brightness(1.2);
    transform: translateX(5px);
}

.case-tags::before {
    content: "";
    background-image: url(/template/pc/skin/qingyun/more.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}

.tag {
    background: #eef5ff;
    color: rgba(5, 45, 140, 1);
    padding: 6px 15px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.tag i {
    margin-right: 6px;
    font-size: 12px;
}

.qingson-container {
    width: 100%;
    position: relative;
}

/* 顶部标签样式 */
.tabs {
    display: flex;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.06);
    margin-bottom: 20px;
}

.tab {
    padding: 18px 25px;
    color: #64748b;
    cursor: pointer;
    transition: all 0.4s ease;
    text-align: center;
    flex: 1;
    font-weight: 600;
    position: relative;
    overflow: hidden;
}

.tab:hover {
    color: #334155;
    background: rgba(241, 245, 249, 0.6);
}

.tab.active {
    color: #fff;
    background: linear-gradient(90deg, #217346, #2e8b57);
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.2);
}

.tab.active::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    animation: shine 2s infinite;
}

@keyframes shine {
    0% {
        left: -100%;
    }

    20% {
        left: 100%;
    }

    100% {
        left: 100%;
    }
}

/* 中间内容区域 */
.content-div {
    display: flex;
    background: #ffffff;
    border-radius: 16px;
    /* box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08); */
    overflow: hidden;
    margin-bottom: 20px;
    min-height: 420px;
    /* border: 1px solid rgba(0, 0, 0, 0.06); */
}

.left-panel {
    flex: 5;
    padding: 25px;
    /* border-right: 1px solid rgba(0, 0, 0, 0.05); */
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-container-v {
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.video-container-v video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-container {
    position: absolute;
    top: 0px;
    border-radius: 12px 12px 0px 0px;
    background: #000;
    /* border-radius: 12px; */
    overflow: hidden;
    height: 335px;
    width: 100%;
    /* position: relative; */
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.center-panel {
    font-size: 14px;
    flex: 3;
    margin: 25px;
    border-right: 0.1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.company-list {
    font-size: 15px;
    list-style: none;
}

.company-item {
    margin-right: 4px;
    padding: 15px 25px;
    margin-bottom: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    transition: all 0.4s ease;
    /*background: rgba(241, 245, 249, 0.7);*/
    /* border: 1px solid rgba(0, 0, 0, 0.03); */
}

.company-item:hover {
    background: rgba(33, 115, 70, 0.1);
    transform: translateX(5px);
    border-color: rgba(33, 115, 70, 0.2);
}

.company-icon {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #217346, #2e8b57);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: #fff;
    box-shadow: 0 4px 10px rgba(33, 115, 70, 0.2);
}

.right-panel {
    flex: 3;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.feature {
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 12px;
    /*background: rgba(241, 245, 249, 0.7);*/
    border: 1px solid rgba(0, 0, 0, 0.03);
    transition: all 0.4s ease;
}

.feature:hover {
    background: rgba(33, 115, 70, 0.1);
    transform: translateY(-3px);
    border-color: rgba(33, 115, 70, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.feature-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #217346, #2e8b57);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    color: #fff;
    font-size: 22px;
    /* box-shadow: 0 5px 15px rgba(33, 115, 70, 0.2); */
}

.feature-text h3 {
    color: #1e293b;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 600;
}

.feature-text p {
    color: #64748b;
    font-size: 14px;
}

/* 底部产品列表 */
.product-container {
    background: #ffffff;
    /* border-radius: 16px; */
    padding: 20px 0;
    /* box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08); */
    position: relative;
    overflow: hidden;
    height: 110px;
    /* border: 1px solid rgba(0, 0, 0, 0.06); */
    /* border-top: 1px solid rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06); */
}

/* .product-container::before,
.product-container::after {
    content: '';
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    z-index: 2;
}

.product-container::before {
    left: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1), transparent);
}

.product-container::after {
    right: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 1));
} */

.product-scroll {
    display: flex;
    animation: scroll 200s linear infinite;
    position: absolute;
    left: 0;
    top: 20px;
    padding: 0 10px;
}

.product-item {
    width: 110px;
    height: 110px;
    margin-right: 15px;
    /*background: rgba(241, 245, 249, 0.7);*/
    border-radius: 12px;
    overflow: hidden;
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); */
    transition: all 0.3s ease;
    /* border: 1px solid rgba(0, 0, 0, 0.03); */
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-item:hover {
    transform: translateY(-5px) scale(1.05);
    /* box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12); */
    /* border-color: rgba(33, 115, 70, 0.3); */
}

.product-image {
    width: 90px;
    height: 90px;
    /* background: linear-gradient(135deg, #e2e8f0, #cbd5e1); */
    background: linear-gradient(135deg, #e2e8f000, #cbd5e114);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    position: relative;
    overflow: hidden;
}

.product-image img {
    width: 80%;
    height: 80%;
}

.product-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    opacity: 0.5;
}

@keyframes scroll {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* 响应式设计 */
@media (max-width: 1200px) {
    .content {
        flex-direction: column;
    }

    .left-panel,
    .center-panel,
    .right-panel {
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }

    .video-container {
        height: 350px;
    }
}

@media (max-width: 768px) {
    .tabs {
        flex-wrap: wrap;
    }

    .tab {
        flex: 1 0 33.33%;
        padding: 15px 10px;
        font-size: 14px;
    }

    .product-item {
        width: 100px;
        height: 100px;
        margin-right: 12px;
    }

    .product-image {
        width: 80px;
        height: 80px;
    }

    .feature {
        padding: 15px;
    }

    .feature-icon {
        width: 45px;
        height: 45px;
        font-size: 18px;
        margin-right: 15px;
    }
}

/* 科技感元素 */
.tech-elements {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.element {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.05;
}

.element-1 {
    width: 400px;
    height: 400px;
    background: #217346;
    top: -100px;
    left: -100px;
}

.element-2 {
    width: 500px;
    height: 500px;
    background: #2e8b57;
    bottom: -200px;
    right: -200px;
}

.element-3 {
    width: 300px;
    height: 300px;
    background: #3cb371;
    top: 50%;
    left: 40%;
}

/* 标题样式 */
.section-title {
    text-align: center;
    margin-bottom: 30px;
    color: #1e293b;
}

.section-title h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    background: linear-gradient(90deg, #217346, #2e8b57);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-title p {
    color: #64748b;
    font-size: 1.1rem;
}

/* 底部体验区块 */
.experience-block {
    background: linear-gradient(90deg, #217346, #2e8b57);
    width: 100%;
    padding: 10px 0px;
    color: white;
    /* margin-top: 20px; */
    border-radius: 0px 0px 10px 10px;
    /* border-radius: 12px; */
}

.experience-content {
    height: 26px;
    margin: 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.experience-text {
    margin-left: 10px;
    font-size: 17px;
    font-weight: 600;
}

.experience-btn {
    background: white;
    color: #217346;
    border: none;
    padding: 5px 20px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.experience-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}


.gnljhqs-container {
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.gnljhqs-header {
    text-align: center;
    padding: 20px 0;
}

.gnljhqs-main-title {
    color: #217346;
    font-weight: 700;
    margin-bottom: 15px;
}

.gnljhqs-sub-title {
    color: #a0a0a0;
    font-weight: 400;
}

.gnljhqs-tabs-container {
    position: relative;
    margin-bottom: 30px;
}

.gnljhqs-tabs-scroll {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
    padding: 10px 5px;
    scroll-behavior: smooth;
    justify-content: space-between;
}

.gnljhqs-tabs-scroll::-webkit-scrollbar {
    display: none;
}

.gnljhqs-tabs-scrollb {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    overflow-x: auto;
    scrollbar-width: none;
    padding: 10px 5px;
    scroll-behavior: smooth;
    justify-content: space-between;
}

.gnljhqs-tabs-scrollb::-webkit-scrollbar {
    display: none;
}

.gnljhqs-tab {
    flex: 0 0 auto;
    width: 110px;
    text-align: center;
    padding: 15px 10px;
    border-radius: 12px;
    background: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.gnljhqs-tab:hover {
    background: #217346;
    color: white;
    font-weight: bold;
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.gnljhqs-tab.active {
    background: #217346;
    color: white;
    font-weight: bold;
}

.gnljhqs-tabb {
    text-align: center;
    padding: 15px 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    border-bottom: 2px solid #21734612;
}

.gnljhqs-tabb:hover {
    color: #217346;
}

.gnljhqs-tabb.active {
    color: #217346;
}

/* 添加底部进度条 */
.gnljhqs-tabb::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

/* 悬停时显示进度条 */
.gnljhqs-tabb:hover::after {
    transform: scaleX(1);
    background-color: #217346;
    /* 悬停时显示原色 */
}

/* 选中时显示完整进度条 */
.gnljhqs-tabb.active::after {
    transform: scaleX(1);
    background-color: #217346;
    /* 选中时显示原色 */
}

/* 添加进度条动画类 */
.gnljhqs-tabb.progress-in::after {
    animation: progressBarIn 0.3s ease forwards;
}

.gnljhqs-tabb.progress-out::after {
    animation: progressBarOut 0.3s ease forwards;
}

@keyframes progressBarIn {
    from {
        transform: scaleX(0);
    }

    to {
        transform: scaleX(1);
    }
}

@keyframes progressBarOut {
    from {
        transform: scaleX(1);
        background-color: #217346;
    }

    to {
        transform: scaleX(0);
        background-color: #21734633;
    }
}

.gnljhqs-tab i {
    font-size: 28px;
    margin-bottom: 10px;
    display: block;
}

.gnljhqs-tab span {
    font-size: 14px;
    font-weight: 500;
}

.gnljhqs-tabb i {
    font-size: 30px;
    margin-bottom: 10px;
    display: block;
}

.gnljhqs-tabb span {
    font-size: 17px;
    font-weight: 500;
}

.gnljhqs-content {
    margin-bottom: 20px;
    display: none;
    background: white;
    border-radius: 16px;
    padding: 30px;
    /* box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08); */
}

.gnljhqs-content.active {
    display: flex;
    flex-wrap: wrap;
}

.gnljhqs-left-content {
    flex: 1;
    min-width: 300px;
    padding-right: 30px;
}

.gnljhqs-right-content {
    position: relative;
    flex: 1;
    min-width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gnljhqs-module-title {
    font-size: 30px;
    font-weight: bold;
    color: #217346;
    margin-bottom: 8px;
}

.gnljhqs-module-subtitle {
    font-size: 25px;
    color: #217346;
    margin-bottom: 25px;
    font-weight: 500;
}

.gnljhqs-feature-list {
    list-style: none;
}

.gnljhqs-feature-list li {
    font-size: 16px;
    display: flex;
    margin-bottom: 10px;
    padding-left: 35px;
    position: relative;
    align-items: center;
    color: #a0a0a0;
}

.gnljhqs-feature-list li:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #217346;
    position: absolute;
    left: 0;
    top: 5px;
}

.gnljhqs-video-placeholder {
    width: 100%;
    height: 335px;
    background: linear-gradient(135deg, #217346, #34a56f);
    border-radius: 12px 12px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

/* 特定模块的布局调整 */
#plan-content .left-content {
    order: 2;
    padding-right: 0;
    padding-left: 30px;
}

#plan-content .right-content {
    order: 1;
}

.gcglhqs-container {
    position: relative;
    width: 100%;
    padding-top: 30px;
    background: white;
}

.gcglhqs-header {
    text-align: center;
    margin-bottom: 40px;
}

.gcglhqs-header h1 {
    color: #217346;
    margin-bottom: 10px;
    font-weight: 700;
}

.gcglhqs-header p {
    color: #666;
}

.gcglhqs-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    /* border-bottom: 2px solid #e0e0e0; */
    border-bottom: 2px solid #e0e0e02e;
}

.gcglhqs-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 8px 8px 0 0;
    margin: 0 5px;
    background: #fbfbfb;
}

.gcglhqs-tab i {
    font-size: 24px;
    color: #888;
}

.gcglhqs-tab div {
    font-size: 17px;
    margin-right: 5px;
    font-weight: 500;
    color: #666;
}

.gcglhqs-tab.gcglhqs-active {
    background-color: #217346;
}

.gcglhqs-tab.gcglhqs-active i,
.gcglhqs-tab.gcglhqs-active div {
    color: white;
}

.gcglhqs-content {
    text-align: center;
}

.gcglhqs-content h2 {
    font-size: 20px;
    color: #217346;
    margin-bottom: 15px;
    font-weight: 600;
}

.gcglhqs-content p {
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.gcglhqs-video-section {
    position: relative;
    margin: 40px 0;
}

.gcglhqs-video-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 auto;
    max-width: 1000px;
}

.gcglhqs-video-item {
    cursor: pointer;
    width: 220px;
    height: 220px;
    background-color: #2c3e50;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
    transition: all 0.4s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.gcglhqs-video-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(45deg, rgba(33, 115, 70, 0.85), rgba(52, 152, 219, 0.85)); */
    opacity: 0.9;
    transition: all 0.4s ease;
}

.gcglhqs-video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 42px;
    z-index: 2;
    transition: all 0.4s ease;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.gcglhqs-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    color: white;
    font-size: 54px;
    z-index: 3;
    transition: all 0.4s ease;
    opacity: 0;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
}

.gcglhqs-video-item:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
}

.gcglhqs-video-item:hover::before {
    opacity: 0.75;
}

.gcglhqs-video-item:hover .gcglhqs-video-icon {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
}

.gcglhqs-video-item:hover .gcglhqs-play-btn {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.gcglhqs-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #217346;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.gcglhqs-arrow:hover {
    background-color: #1a5c38;
    transform: translateY(-50%) scale(1.1);
}

.gcglhqs-arrow-left {
    left: 0px;
}

.gcglhqs-arrow-right {
    right: 0px;
}

.aabbcc {
    height: 401px;
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}


.hy-title {
    margin: 80px 0 40px 0;
    color: #0249CB;
    font-size: 24px;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.hy-title:before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url(/template/pc/skin/industrySolution/电子行业2.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.hy-index {
    height: 480px;
    border-radius: 15px;
    border: 1.5px solid #efefef;
    display: flex;
    background: #ffffff;
}

.hy-part1 {
    position: relative;
    padding: 2%;
    width: 70%;
    box-sizing: border-box;
    border-right: 2px solid #efefef;
}

.hy-index-title {
    font-size: 24px;
    color: #217346;
    font-weight: 600;
}

.hy-index-title2 {
    margin-top: 15px;
    font-size: 18px;
    color: #000000;
}

/* .hy-index-text1 {
    color: #828282;
    font-size: 18px;
    margin-top: 15px;
} */

.hy-index-text2 {
    margin-top: 35px;
}

.card-text-img {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: black;
    line-height: 1.6;
}

.card-text-img:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(/template/pc/skin/qingyun/gou.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.card-text-img2 {
    align-items: end;
    display: flex;
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 18px;
    color: black;
    line-height: 1.6;
}

.card-text-img2:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(/template/pc/skin/qingyun/bazi.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.hy-index-text3 {
    cursor: pointer;
    color: #0249CB;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
    position: absolute;
    right: 5%;
    bottom: 25%;
    padding: 5px 25px;
    border-radius: 5px;
}

.hy-index-text3:hover {
    background-color: #0249CB;
}

.hy-index-text3:hover a {
    color: white;
}

.hy-index-text3 a {
    transition: all 0.3s ease-in-out;
    color: #0249CB;
    font-size: 18px;
}

.hy-part2 {
    box-sizing: border-box;
    padding: 2%;
    width: 30%;
    justify-items: center;
}

.hy-part2-title {
    height: 15%;
    text-align: center;
    font-size: 24px;
    color: #000000;
    font-weight: 600;
}

.hy-logo-group {
    width: 100%;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    /* gap: 5px; */
}

.hy-logo {
    justify-content: space-between;
    display: flex;
    height: 30%;
    width: 92%;
    cursor: pointer;
    border-radius: 15px;
    padding: 5px;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
}

.hy-logo:hover {
    background: #21734621;
}

.hy-logo-img {
    background-color: #217346;
    display: inline-flex;
    width: 72px;
    height: 72px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
}

.hy-logo-area {
    width: 70%;
}

.hy-logo-title {
    align-items: center;
    /* width: 80%; */
    display: flex;
    color: black;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
    justify-content: space-between;
}

.hy-logo-title img {
    margin-right: 5px;
    width: 20px;
    height: 20px;
}

.hy-logo-text {
    font-size: 14px;
    color: #828282;
    line-height: 1.6;
}

.hy-logo-img img {
    border-radius: 10px;
    width: 55px;
    height: 55px;
}

.hy-logo-title-img {
    transition: all 0.3s ease-in-out;
}

.hy-logo-title-img:hover {
    transform: scale(1.2);
}

.case-tags-img {
    display: none;
}

.case-video-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease-in-out;
}

.case-video-modal-index {
    position: relative;
    margin: auto;
    width: 60%;
    max-width: 800px;
    height: 60%;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 8px;
}

.case-video-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: white;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
}

.case-video-content {
    height: 100%;
    object-fit: contain;
}
.ztwz-btn {
    background: #217346;
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.ztwz-btn:active {
    transform: scale(0.9);
}

.ztwz-btn:hover {
    background: white;
    color: rgba(51, 112, 255, 1);
    box-shadow: 0 0px 5px rgba(51, 112, 255, 0.5);
}

.prev-btn {
    position: absolute;
    top: 65%;
    left: -50px;
    transform: translateY(-50%);
    z-index: 10;
}

.next-btn {
    position: absolute;
    top: 65%;
    right: -50px;
    transform: translateY(-50%);
    z-index: 10;
}