.index3_137 {
    width: 100%;
    height: 977px;
    padding: 0px;
    clear: both;
    margin-top: 0px;
    background-image: url(../images/index3/index3_137_137.jpg);
    text-align: left;
    line-height: 977px;
    background-position: center;
    background-size: auto 100%;
    display: block;
}

.index3_137 .index3_138 {
    width: 1200px;
    height: 977px;
    padding: 0px;
    margin: 0 auto;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.index3_137 .index3_138 .index3_139 {
    width: 1200px;
    height: 370px;
    padding: 0px;
    clear: both;
    margin-left: 0px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.index3_137 .index3_138 .index3_139 .index3_140 {
    width: 433px;
    height: 370px;
    padding: 0px;
    margin-top: 0px;
    margin-left: 0px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.index3_137 .index3_138 .index3_139 .index3_140 .index3_142 {
    width: 433px;
    height: 87px;
    padding: 0px;
    clear: both;
    margin-top: 10px;
    margin-left: 0px;
    text-align: left;
    font-weight: bold;
    color: #9AFF00;
    font-size: 28px;
    line-height: 47px;
    display: block;
}

.index3_137 .index3_138 .index3_139 .index3_140 .index3_143 {
    width: 433px;
    height: 34px;
    padding: 0px;
    clear: both;
    margin-top: 51px;
    margin-left: 0px;
    text-align: left;
    font-weight: bold;
    color: #ffffff;
    font-size: 20px;
    line-height: 34px;
    display: block;
}

.index3_137 .index3_138 .index3_139 .index3_140 .index3_144 {
    width: 433px;
    height: 126px;
    padding: 0px;
    clear: both;
    margin-top: 27px;
    margin-left: 0px;
    text-align: left;
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    display: block;
}

.index3_137 .index3_138 .index3_139 .index3_141 {
    width: 589px;
    height: 370px;
    padding: 0px;
    margin-top: 0px;
    margin-left: 178px;
    text-align: left;
    line-height: 370px;
    border-radius: 10px;
    overflow: hidden;
    display: block;
}

.index3_137 .index3_138 .index3_145 {
    width: 1200px;
    height: 362px;
    padding: 0px;
    clear: both;
    margin-top: 64px;
    margin-left: 0px;
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

/* index3_146卡片悬浮效果 */
.index3_137 .index3_138 .index3_145 .index3_146 {
    width: 285px;
    height: 362px;
    padding: 0px;
    margin-top: 0px;
    margin-left: 0px;
    text-align: left;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

/* 悬浮时的突出效果 */
.index3_137 .index3_138 .index3_145 .index3_146:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 
        0 15px 35px rgba(154, 255, 0, 0.25),
        0 5px 15px rgba(0, 0, 0, 0.15);
    border: 2px solid rgba(154, 255, 0, 0.6);
    z-index: 10;
}

/* 悬浮时图片区域效果 */
.index3_137 .index3_138 .index3_145 .index3_146:hover .index3_147 {
    transform: scale(1.05);
    filter: brightness(1.1) contrast(1.1);
}

.index3_137 .index3_138 .index3_145 .index3_146 .index3_147 {
    width: 285px;
    height: 189px;
    padding: 0px;
    clear: both;
    margin-top: 0px;
    margin-left: 0px;
    text-align: left;
    line-height: 189px;
    overflow: hidden;
    transition: all 0.3s ease;
    display: block;
    flex-shrink: 0;
}

/* 悬浮时内容区域效果 */
.index3_137 .index3_138 .index3_145 .index3_146:hover .index3_148 {
    background: linear-gradient(135deg, rgba(154, 255, 0, 0.1) 0%, rgba(255, 255, 255, 1) 100%);
}

.index3_137 .index3_138 .index3_145 .index3_146 .index3_148 {
    width: 285px;
    height: 173px;
    padding: 0px;
    clear: both;
    margin-top: 0px;
    margin-left: 0px;
    text-align: left;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* 悬浮时标题效果 */
.index3_137 .index3_138 .index3_145 .index3_146:hover .index3_149 {
    color: #9AFF00;
    transform: translateY(-2px);
    text-shadow: 0 2px 4px rgba(154, 255, 0, 0.3);
}

.index3_137 .index3_138 .index3_145 .index3_146 .index3_148 .index3_149 {
    width: 285px;
    height: 25px;
    padding: 0px;
    clear: both;
    margin-top: 17px;
    margin-left: 0px;
    text-align: center;
    color: #000000;
    font-size: 21px;
    line-height: 25px;
    transition: all 0.3s ease;
    display: block;
}

/* 悬浮时按钮效果 */
.index3_137 .index3_138 .index3_145 .index3_146:hover .index3_152 {
    background-color: #9AFF00;
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(154, 255, 0, 0.4);
}

.index3_137 .index3_138 .index3_145 .index3_146 .index3_148 .index3_151 .index3_152 {
    width: 149px;
    height: 42px;
    padding: 0px;
    margin-top: 0px;
    margin-left: 69px;
    background-color: #9AFF00;
    text-align: left;
    line-height: 42px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    border-radius: 4px;
}

/* 大图容器的过渡效果 */
.index3_137 .index3_138 .index3_139 .index3_141 {
    width: 589px;
    height: 370px;
    padding: 0px;
    margin-top: 0px;
    margin-left: 178px;
    text-align: left;
    line-height: 370px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    display: block;
}

.index3_137 .index3_138 .index3_139 .index3_141 img {
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 悬浮时的波纹效果 */
.index3_137 .index3_138 .index3_145 .index3_146::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: radial-gradient(circle, rgba(154, 255, 0, 0.2) 0%, transparent 70%);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.6s ease;
    pointer-events: none;
    z-index: 1;
}

.index3_137 .index3_138 .index3_145 .index3_146:hover::before {
    width: 300px;
    height: 300px;
}

.index3_154 {
    width: 100%;
    height: 487px;
    padding: 0px;
    clear: both;
    margin-top: 0px;
    background-image: url(../images/index3/index3_154_154.jpg);
    text-align: left;
    line-height: 487px;
    display: block;
}

.index3_155 {
    width: 100%;
    height: 561px;
    padding: 0px;
    clear: both;
    margin-top: 0px;
    background-image: url(../images/index3/index3_155_155.jpg);
    text-align: left;
    line-height: 561px;
    display: block;
}

.img_3 {
    position: absolute;
    top: 0;
    right: 0;
}

.index3_137 .index3_138 .index3_145 .index3_146 .index3_148 .index3_150 {
    width: 285px;
    height: 18px;
    padding: 0px;
    clear: both;
    margin-top: 9px;
    margin-left: 0px;
    text-align: center;
    color: #666666;
    font-size: 15px;
    line-height: 18px;
    display: block;
}

.index3_137 .index3_138 .index3_145 .index3_146 .index3_148 .index3_151 {
    width: 285px;
    height: 42px;
    padding: 0px;
    clear: both;
    margin-top: 29px;
    margin-left: 0px;
    text-align: left;
    line-height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 悬浮时按钮效果 */
.index3_137 .index3_138 .index3_145 .index3_146:hover .index3_152 {
    background-color: #9AFF00;
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(154, 255, 0, 0.4);
}

.index3_137 .index3_138 .index3_145 .index3_146 .index3_148 .index3_151 .index3_152 {
    width: 149px;
    height: 42px;
    padding: 0px;
    margin-top: 0px;
    margin-left: 0;
    background-color: #9AFF00;
    text-align: left;
    line-height: 42px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    border-radius: 4px;
}

.index3_137 .index3_138 .index3_145 .index3_146 .index3_148 .index3_151 .index3_152 .index3_153 {
    width: 149px;
    height: 16px;
    font-size: 1px;
    padding: 0px;
    text-align: center;
    font-weight: bold;
    color: #000000;
    font-size: 18px;
    line-height: 16px;
    display: block;
}

/* 图片切换激活状态的特殊样式 */
.index3_137 .index3_138 .index3_145 .index3_146.image-switching-active {
    transform: translateY(-15px) scale(1.05);
    box-shadow: 
        0 20px 40px rgba(154, 255, 0, 0.35),
        0 10px 20px rgba(0, 0, 0, 0.2),
        inset 0 0 20px rgba(154, 255, 0, 0.1);
    border: 3px solid #9AFF00;
    background: linear-gradient(135deg, rgba(154, 255, 0, 0.05) 0%, rgba(255, 255, 255, 1) 100%);
}

/* 激活状态下的特殊波纹效果 */
.index3_137 .index3_138 .index3_145 .index3_146.image-switching-active::before {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(154, 255, 0, 0.3) 0%, rgba(154, 255, 0, 0.1) 50%, transparent 70%);
    animation: activeRipple 2s ease-in-out infinite;
}

@keyframes activeRipple {
    0%, 100% {
        opacity: 0.3;
        transform: translate(-50%, -50%) scale(0.8);
    }
    50% {
        opacity: 0.6;
        transform: translate(-50%, -50%) scale(1.2);
    }
}

/* 激活状态下的标题特殊效果 */
.index3_137 .index3_138 .index3_145 .index3_146.image-switching-active .index3_149 {
    color: #9AFF00;
    font-weight: bold;
    transform: translateY(-3px);
    text-shadow: 0 3px 6px rgba(154, 255, 0, 0.5);
    animation: titlePulse 1.5s ease-in-out infinite alternate;
}

@keyframes titlePulse {
    0% {
        text-shadow: 0 3px 6px rgba(154, 255, 0, 0.5);
    }
    100% {
        text-shadow: 0 3px 10px rgba(154, 255, 0, 0.8), 0 0 20px rgba(154, 255, 0, 0.3);
    }
}

/* 激活状态下的按钮特殊效果 */
.index3_137 .index3_138 .index3_145 .index3_146.image-switching-active .index3_152 {
    background: linear-gradient(45deg, #9AFF00, #7FFF00);
    transform: scale(1.1);
    box-shadow: 
        0 6px 16px rgba(154, 255, 0, 0.5),
        inset 0 2px 4px rgba(255, 255, 255, 0.3);
    animation: buttonGlow 1.5s ease-in-out infinite alternate;
}

@keyframes buttonGlow {
    0% {
        box-shadow: 
            0 6px 16px rgba(154, 255, 0, 0.5),
            inset 0 2px 4px rgba(255, 255, 255, 0.3);
    }
    100% {
        box-shadow: 
            0 8px 24px rgba(154, 255, 0, 0.7),
            0 0 20px rgba(154, 255, 0, 0.4),
            inset 0 2px 4px rgba(255, 255, 255, 0.5);
    }
}

/* 激活状态下的图片特殊效果 */
.index3_137 .index3_138 .index3_145 .index3_146.image-switching-active .index3_147 {
    transform: scale(1.08);
    filter: brightness(1.15) contrast(1.15) saturate(1.1);
    box-shadow: inset 0 0 30px rgba(154, 255, 0, 0.2);
}

/* 大图切换时的加载效果 */
.index3_137 .index3_138 .index3_139 .index3_141 img.switching {
    filter: blur(2px);
    transform: scale(1.02);
}

/* 响应式设计 - 小于1200px屏幕 */
@media (max-width: 1199px) {
    .index3_137 {
        width: 100%;
        height: auto;
        padding: 40px 0;
        background-size: cover;
        background-position: center;
        line-height: normal;
        min-height: 600px;
    }

    .index3_137 .index3_138 {
        width: 100%;
        max-width: 1200px;
        height: auto;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .index3_137 .index3_138 .index3_139 {
        width: 100%;
        height: auto;
        margin-top: 0;
        margin-bottom: 40px;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .index3_137 .index3_138 .index3_139 .index3_140 {
        width: 100%;
        height: auto;
        margin: 0;
        text-align: center;
        order: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .index3_137 .index3_138 .index3_139 .index3_140 .index3_142 {
        width: 100%;
        height: auto;
        margin: 0 0 20px 0;
        font-size: 24px;
        line-height: 1.3;
        text-align: center;
        display: block;
    }

    .index3_137 .index3_138 .index3_139 .index3_140 .index3_143 {
        width: 100%;
        height: auto;
        margin: 0 0 20px 0;
        font-size: 18px;
        line-height: 1.4;
        text-align: center;
        display: block;
    }

    .index3_137 .index3_138 .index3_139 .index3_140 .index3_144 {
        width: 100%;
        max-width: 600px;
        height: auto;
        margin: 0 auto;
        font-size: 16px;
        line-height: 1.6;
        text-align: center;
        padding: 0 20px;
        display: block;
    }

    .index3_137 .index3_138 .index3_139 .index3_141 {
        width: 100%;
        max-width: 500px;
        height: 300px;
        margin: 0 auto;
        border-radius: 15px;
        order: 2;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
        display: block;
    }

    .index3_137 .index3_138 .index3_145 {
        width: 100%;
        height: auto;
        margin-top: 40px;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 25px;
        justify-content: center;
        align-items: start;
    }

    .index3_137 .index3_138 .index3_145 .index3_146 {
        width: 100%;
        max-width: 320px;
        height: auto;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
    }

    .index3_137 .index3_138 .index3_145 .index3_146 .index3_147 {
        width: 100%;
        height: 200px;
        margin: 0;
        line-height: normal;
        display: block;
    }

    .index3_137 .index3_138 .index3_145 .index3_146 .index3_147 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .index3_137 .index3_138 .index3_145 .index3_146 .index3_148 {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 20px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
    }

    .index3_137 .index3_138 .index3_145 .index3_146 .index3_148 .index3_149 {
        width: 100%;
        height: auto;
        margin: 0 0 10px 0;
        font-size: 18px;
        line-height: 1.4;
        display: block;
    }

    .index3_137 .index3_138 .index3_145 .index3_146 .index3_148 .index3_150 {
        width: 100%;
        height: auto;
        margin: 0 0 20px 0;
        font-size: 14px;
        line-height: 1.4;
        display: block;
    }

    .index3_137 .index3_138 .index3_145 .index3_146 .index3_148 .index3_151 {
        width: 100%;
        margin: 0;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .index3_137 .index3_138 .index3_145 .index3_146 .index3_148 .index3_151 .index3_152 {
        width: 160px;
        height: 45px;
        margin: 0 auto;
        line-height: 45px;
        border-radius: 6px;
        font-size: 16px;
    }
}

/* 移动端优化 */
@media (max-width: 768px) {
    .index3_137 {
        padding: 30px 0;
        min-height: 500px;
    }

    .index3_137 .index3_138 {
        padding: 0 15px;
    }

    .index3_137 .index3_138 .index3_139 {
        gap: 25px;
        margin-bottom: 30px;
    }

    .index3_137 .index3_138 .index3_139 .index3_140 .index3_142 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .index3_137 .index3_138 .index3_139 .index3_140 .index3_143 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .index3_137 .index3_138 .index3_139 .index3_140 .index3_144 {
        font-size: 14px;
        line-height: 1.5;
        padding: 0 10px;
    }

    .index3_137 .index3_138 .index3_139 .index3_141 {
        height: 250px;
        max-width: 400px;
        display: none;
    }

    .index3_137 .index3_138 .index3_145 {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 30px;
    }

    .index3_137 .index3_138 .index3_145 .index3_146 {
        max-width: 100%;
    }

    .index3_137 .index3_138 .index3_145 .index3_146 .index3_147 {
        height: 180px;
    }

    .index3_137 .index3_138 .index3_145 .index3_146 .index3_148 {
        padding: 15px;
    }

    .index3_137 .index3_138 .index3_145 .index3_146 .index3_148 .index3_149 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .index3_137 .index3_138 .index3_145 .index3_146 .index3_148 .index3_150 {
        font-size: 13px;
        margin-bottom: 15px;
    }

    .index3_137 .index3_138 .index3_145 .index3_146 .index3_148 .index3_151 .index3_152 {
        width: 140px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
}

/* 超小屏幕优化 */
@media (max-width: 480px) {
    .index3_137 {
        padding: 25px 0;
    }

    .index3_137 .index3_138 {
        padding: 0 10px;
    }

    .index3_137 .index3_138 .index3_139 {
        gap: 20px;
        margin-bottom: 25px;
    }

    .index3_137 .index3_138 .index3_139 .index3_140 .index3_142 {
        font-size: 18px;
        line-height: 1.4;
    }

    .index3_137 .index3_138 .index3_139 .index3_140 .index3_143 {
        font-size: 15px;
    }

    .index3_137 .index3_138 .index3_139 .index3_140 .index3_144 {
        font-size: 13px;
        padding: 0 5px;
    }

    .index3_137 .index3_138 .index3_139 .index3_141 {
        height: 200px;
        max-width: 350px;
    }

    .index3_137 .index3_138 .index3_145 {
        gap: 15px;
        margin-top: 25px;
    }

    .index3_137 .index3_138 .index3_145 .index3_146 .index3_147 {
        height: 160px;
    }

    .index3_137 .index3_138 .index3_145 .index3_146 .index3_148 {
        padding: 12px;
    }

    .index3_137 .index3_138 .index3_145 .index3_146 .index3_148 .index3_149 {
        font-size: 15px;
        margin-bottom: 6px;
    }

    .index3_137 .index3_138 .index3_145 .index3_146 .index3_148 .index3_150 {
        font-size: 12px;
        margin-bottom: 12px;
    }

    .index3_137 .index3_138 .index3_145 .index3_146 .index3_148 .index3_151 .index3_152 {
        width: 120px;
        height: 36px;
        line-height: 36px;
        font-size: 13px;
    }
}

/* 添加进入动画效果 */
@media (max-width: 1199px) {
    @keyframes fadeInUp {
        0% {
            opacity: 0;
            transform: translateY(30px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @keyframes slideInFromLeft {
        0% {
            opacity: 0;
            transform: translateX(-50px);
        }
        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }

    @keyframes slideInFromRight {
        0% {
            opacity: 0;
            transform: translateX(50px);
        }
        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }

    .index3_137 .index3_138 .index3_139 .index3_140 {
        animation: slideInFromLeft 0.8s ease-out;
    }

    .index3_137 .index3_138 .index3_139 .index3_141 {
        animation: slideInFromRight 0.8s ease-out 0.2s both;
    }

    .index3_137 .index3_138 .index3_145 .index3_146 {
        animation: fadeInUp 0.6s ease-out both;
    }

    .index3_137 .index3_138 .index3_145 .index3_146:nth-child(1) {
        animation-delay: 0.1s;
    }

    .index3_137 .index3_138 .index3_145 .index3_146:nth-child(2) {
        animation-delay: 0.2s;
    }

    .index3_137 .index3_138 .index3_145 .index3_146:nth-child(3) {
        animation-delay: 0.3s;
    }

    .index3_137 .index3_138 .index3_145 .index3_146:nth-child(4) {
        animation-delay: 0.4s;
    }
}
