.index3_60 .index3_102 {
    width: 1280px;
    height: 234px;
    padding: 0px;
    clear: both;
    margin: 0 auto;
    margin-top: 0px;
    background-image: url(../images/index3/index3_102_102.jpg);
    text-align: left;
    line-height: 234px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index3_60 .index3_102 .index3_103 {
    width: 1175px;
    height: 102px;
    padding: 0px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index3_60 .index3_102 .index3_103 .index3_104 {
    width: 425px;
    height: 102px;
    padding: 0px;
    margin-top: 0px;
    margin-left: 0px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index3_60 .index3_102 .index3_103 .index3_104 .index3_109 {
    width: 369px;
    height: 71px;
    padding: 0px;
    margin-top: 17px;
    margin-left: 0px;
    text-align: right;
    font-weight: bold;
    color: #ffffff;
    font-size: 28px;
    line-height: 41px;
    display: block;
}

.index3_60 .index3_102 .index3_103 .index3_105 {
    width: 750px;
    height: 102px;
    padding: 0px;
    margin-top: 0px;
    margin-left: 0px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index3_60 .index3_102 .index3_103 .index3_105 .index3_106 {
    width: 186px;
    height: 102px;
    padding: 0px;
    margin-top: 0px;
    margin-left: 0px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.index3_60 .index3_102 .index3_103 .index3_105 .index3_106 .index3_107 {
    width: 186px;
    height: 36px;
    padding: 0px;
    clear: both;
    margin-top: 17px;
    margin-left: 0px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    font-size: 36px;
    line-height: 36px;
    display: block;
}

.index3_60 .index3_102 .index3_103 .index3_105 .index3_106 .index3_108 {
    width: 186px;
    height: 35px;
    padding: 0px;
    clear: both;
    margin-top: 0px;
    margin-left: 0px;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    line-height: 35px;
    display: block;
}

/* 响应式设计 - 小于1200px屏幕 */
@media (max-width: 1199px) {
    .index3_60 .index3_102 {
        width: 100%;
        max-width: 1200px;
        height: auto;
        padding: 40px 20px;
        margin: 0 auto;
        background-size: cover;
        background-position: center;
        line-height: normal;
        box-sizing: border-box;
        border-top: 0;
    }

    .index3_60 .index3_102 .index3_103 {
        width: 100%;
        height: auto;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }

    .index3_60 .index3_102 .index3_103 .index3_104 {
        width: 100%;
        height: auto;
        margin: 0;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .index3_60 .index3_102 .index3_103 .index3_104 .index3_109 {
        width: 100%;
        height: auto;
        margin: 0;
        text-align: center;
        font-size: 24px;
        line-height: 1.3;
        padding: 0 20px;
        display: block;
    }

    .index3_60 .index3_102 .index3_103 .index3_105 {
        width: 100%;
        height: auto;
        margin: 0;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 30px;
    }

    .index3_60 .index3_102 .index3_103 .index3_105 .index3_106 {
        width: 200px;
        height: auto;
        margin: 0;
        padding: 20px;
        background: rgba(0, 0, 0, 0.3);
        border-radius: 12px;
        backdrop-filter: blur(10px);
        transition: all 0.3s ease;
        position: relative;
        z-index: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .index3_60 .index3_102 .index3_103 .index3_105 .index3_106:nth-child(1) {
        animation: statisticCardSlideIn 0.6s ease-out;
        animation-delay: 0.1s;
    }

    .index3_60 .index3_102 .index3_103 .index3_105 .index3_106:nth-child(2) {
        animation: statisticCardSlideIn 0.6s ease-out;
        animation-delay: 0.2s;
    }

    .index3_60 .index3_102 .index3_103 .index3_105 .index3_106:nth-child(3) {
        animation: statisticCardSlideIn 0.6s ease-out;
        animation-delay: 0.3s;
    }

    .index3_60 .index3_102 .index3_103 .index3_105 .index3_106::before {
        content: '';
        position: absolute;
        top: -2px;
        left: -2px;
        right: -2px;
        bottom: -2px;
        background: linear-gradient(45deg, #9AFF00, #00BFFF, #9AFF00);
        border-radius: 14px;
        z-index: -1;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .index3_60 .index3_102 .index3_103 .index3_105 .index3_106:hover {
        transform: translateY(-5px);
        background: rgba(154, 255, 0, 0.2);
        box-shadow: 0 10px 30px rgba(154, 255, 0, 0.3);
    }

    .index3_60 .index3_102 .index3_103 .index3_105 .index3_106:hover::before {
        opacity: 0.6;
    }

    .index3_60 .index3_102 .index3_103 .index3_105 .index3_106 .index3_107 {
        width: 100%;
        height: auto;
        margin: 0 0 10px 0;
        font-size: 32px;
        line-height: 1.2;
        animation: numberCountUp 0.8s ease-out;
        animation-fill-mode: both;
        display: block;
        text-align: center;
    }

    .index3_60 .index3_102 .index3_103 .index3_105 .index3_106:nth-child(1) .index3_107 {
        animation-delay: 0.4s;
    }

    .index3_60 .index3_102 .index3_103 .index3_105 .index3_106:nth-child(2) .index3_107 {
        animation-delay: 0.5s;
    }

    .index3_60 .index3_102 .index3_103 .index3_105 .index3_106:nth-child(3) .index3_107 {
        animation-delay: 0.6s;
    }

    .index3_60 .index3_102 .index3_103 .index3_105 .index3_106 .index3_108 {
        width: 100%;
        height: auto;
        margin: 0;
        font-size: 16px;
        line-height: 1.4;
        display: block;
        text-align: center;
    }
}

/* 移动端优化 */
@media (max-width: 768px) {
    .index3_60 .index3_102 {
        padding: 30px 15px;
    }

    .index3_60 .index3_102 .index3_103 {
        gap: 25px;
    }

    .index3_60 .index3_102 .index3_103 .index3_104 .index3_109 {
        font-size: 20px;
        padding: 0 10px;
    }

    .index3_60 .index3_102 .index3_103 .index3_105 {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .index3_60 .index3_102 .index3_103 .index3_105 .index3_106 {
        width: 100%;
        max-width: 280px;
        padding: 25px 20px;
    }

    .index3_60 .index3_102 .index3_103 .index3_105 .index3_106 .index3_107 {
        font-size: 28px;
        margin-bottom: 8px;
    }

    .index3_60 .index3_102 .index3_103 .index3_105 .index3_106 .index3_108 {
        font-size: 14px;
    }
}

/* 超小屏幕优化 */
@media (max-width: 480px) {
    .index3_60 .index3_102 {
        padding: 25px 10px;
    }

    .index3_60 .index3_102 .index3_103 {
        gap: 20px;
    }

    .index3_60 .index3_102 .index3_103 .index3_104 .index3_109 {
        font-size: 18px;
        line-height: 1.4;
        padding: 0 5px;
    }

    .index3_60 .index3_102 .index3_103 .index3_105 {
        gap: 15px;
    }

    .index3_60 .index3_102 .index3_103 .index3_105 .index3_106 {
        width: 100%;
        max-width: 260px;
        padding: 20px 15px;
    }

    .index3_60 .index3_102 .index3_103 .index3_105 .index3_106 .index3_107 {
        font-size: 24px;
        margin-bottom: 6px;
    }

    .index3_60 .index3_102 .index3_103 .index3_105 .index3_106 .index3_108 {
        font-size: 13px;
    }
}

/* 添加动画效果 */
@keyframes statisticCardSlideIn {
    0% {
        opacity: 0;
        transform: translateY(30px) scale(0.9);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes numberCountUp {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.1);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

