﻿.about{
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 5% 0;
    background-color: #F9F9F9;
    padding-top: 3%;
}
.ab-index{
    width: 55%;
    margin: 0 auto;
}
.ab-top{
    width: 100%;
    height: auto;
    display: inline-block;
}
.ab-top h3{
    float: left;
    font-size: 29px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 36px;
    margin-right: 3%;
    margin-top: 2%;
}
.ab-top span{
    border-style: solid;
    border-width: 0px 0px 0px 05px;
    border-color: #C70125;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    float: left;
    display: inline-block;
    width: 5px;
    height: 77px;
    margin-right: 22px;
}
.ab-top h5{
    float: left;
    font-size: 15px;
    font-weight: normal;
    margin-top: 9px;
    width: 71%;
    line-height: 29px;
}
.about li img{
    text-align: center;
    margin: 0 auto;
    width: 13%;
}
.indexs{
    width: 75%;
    margin: 0 auto;
}
.about ul{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 5%;
}
.about li{
    width: 22%;
    float: left;
    text-align: center;
    background: #fff;
    padding: 4% 0;
    margin-right: 3%;
    padding-bottom: 5%;
}
.about li h3{color: #012B67;font-size: 15px;font-weight: 700;text-transform: capitalize;line-height: 66px;}
.about li p{
    font-size: 13px;
    padding: 0 15px;
    height: 30px;
}
.milestone{
    width: 100%;
    height: auto;
    display: inline-block;
    background-color: #0B346D;
    margin-bottom: 4%;
    padding-bottom: 3%;
}
.milestone h2{
    text-align: center;
    padding: 5% 0;
    font-size: 29px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 0px;
}
.subtitle {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}
.stat-card h3{
    width: 100%;
    height: auto;
    text-align: center;
    color: #9DD3EF;
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 5%;
}
.number-suffix{
    color: #9DD3EF;
    font-family: "Poppins", Sans-serif;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 13px;
    width: 100%;
    display: block;
    margin-bottom: 4%;
}
.stat-card i{background: #9ED4EF;width: 85px;height: 6px;display: inline-block;text-align: center;}
/* 数据卡片网格 */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 9px;
    margin-top: 40px;
}

/* 数据卡片样式 */
.stat-card {
    border-radius: 25px;
    padding: 27px 22px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}





/* 数字容器 */
.number-container {
    margin-bottom: 20px;
    height: auto;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

/* 数字样式 */
.number {
    font-size: 49px;
    font-weight: 700;
    line-height: 66px;
    color: #fff;
}

/* 数字单位/后缀 */
.number-suffix {
}

/* 格式化的大数字（年产能） */
.formatted-number {font-size: 49px;font-weight: 700;line-height: 55px;color: #fff;}

.formatted-number .comma {
    color: #fff;
    font-size: 49px;
    margin-bottom: 5%;
    font-family: Segoe UI, "Microsoft Yahei" !important;
}

/* 描述文字 */
.description {
    font-size: 22px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95);
    margin-top: 10px;
}

.description-sub {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 8px;
    font-weight: 400;
}

/* 图标装饰 */
.card-icon {
    font-size: 40px;
    margin-bottom: 20px;
    color: #ff9a00;
    opacity: 0.9;
}


/* 响应式设计 */
@media (max-width: 992px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .number {
        font-size: 60px;
    }

    .formatted-number {
        font-size: 52px;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 40px 25px;
    }

    .title {
        font-size: 36px;
    }

    .stats-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .stat-card {
        padding: 35px 25px;
    }

    .number {
        font-size: 56px;
    }

    .formatted-number {
        font-size: 48px;
    }

    .number-suffix {
        font-size: 15px;
        line-height: 28px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 30px 20px;
        border-radius: 20px;
    }

    .title {
        font-size: 30px;
    }

    .subtitle {
        font-size: 16px;
    }

    .number {
        font-size: 50px;
    }

    .formatted-number {
        font-size: 42px;
    }

    .description {
        font-size: 20px;
    }
}

/* 滚动动画 */
@keyframes numberScroll {
    0% {
        /* transform: translateY(100px); */
        /* opacity: 0; */
    }
    100% {
        /* transform: translateY(0); */
        /* opacity: 1; */
    }
}

.scroll-animate {
    animation: numberScroll 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

/* 数字滚动效果 */
.digit-roll {
    display: inline-block;
    overflow: hidden;
    vertical-align: bottom;
    height: 70px;
}

.digit-stack {
    display: inline-block;
    transition: transform 1.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.digit {
    display: block;
    height: 70px;
    line-height: 70px;
}

/* 逗号样式 */
.comma {
    display: inline-block;
    margin: -2px 2px;
}
.case{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 3%;
}
.case h3{
    color: #000000;
    font-size: 29px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 47px;
    text-align: center;
}
.case ul{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 3%;
}
.case li{
    width: 24%;
    float: left;
    text-align: center;
    margin-right: 1.3%;
}
.case li img{
    width: 100%;
}
.case li p{
    font-size: 15px;
    font-weight: bold;
    margin-top: 5%;
    text-transform: uppercase;
    letter-spacing: -1px;
}
.case li:nth-child(4) {
    margin-right: 0px;
}
.news{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 3%;
    margin-top: 2%;
}
.news h1{
    color: #000000;
    font-size: 29px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 47px;
    text-align: center;
    margin-bottom: 3%;
}
.news ul{
    width: 70%;
    margin: 0 auto;
}
.news li{
    width: 47%;
    float: left;
    margin-right: 5%;
}
.news li img{
    width: 100%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.news li span{
    width: 150px;
    height: 1.5px;
    background: #000;
    display: inline-block;
}
.news li h3{
    font-size: 16px;
    margin-top: 2%;
}
.news li h4{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 4%;
    font-size: 16px;
}
.news li h4 img{
    width: 3%;
    float: left;
    margin-right: 2%;
    box-shadow: none;
}
.news li h4 i{
    font-size: 15px;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
}
.news li:nth-child(2) {
    margin-right: 0px;
}
.clients{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 3%;
    margin-top: 2%;
}
.clients h1{
    color: #000000;
    font-size: 29px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 47px;
    text-align: center;
    margin-bottom: 3%;
    font-family: "Poppins", sans-serif;
}
.clients ul{
    width: 100%;
    height: 350px;
    display: inline-block;
    overflow: hidden;
}
.clients li{
    width: 15%;
    float: left;
    margin-right: 1%;
    height: 139px;
    margin-bottom: 3%;
}
.clients li img{
    overflow: hidden;
    border-radius: 11px 11px 11px 11px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 120px;
}
.clients li:nth-child(6) {
    margin-right: 0px;
}
.network{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 3%;
    margin-top: 2%;
}
.network h1{
    color: #000000;
    font-size: 29px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 47px;
    text-align: center;
    margin-bottom: 3%;
}
.network img{
    width: 100%;
}
.ckgd a{background: #C70123;padding-top: 10px;color: white !important;font-family: poppins !important;align-items: center !important;align-content: center !important;text-align: center !important;padding-bottom: 10px;padding-right: 40px;padding-left: 40px;border-radius: 50px;margin-top: 10px !important;font-size: 16px;}
@media screen and (max-width: 1024px) and (min-width: 0px) {
    .ab-index {
        width: 90%;
        margin: 0 auto;
    }
    .ab-top h3 {
        float: left;
        font-size: 25px;
        font-weight: 700;
        text-transform: capitalize;
        line-height: 36px;
        margin-right: 0%;
        margin-top: 1%;
        width: 100%;
        margin-bottom: 3%;
    }
    .ab-top span {
        border-style: solid;
        border-width: 0px 0px 0px 05px;
        border-color: #C70125;
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
        float: left;
        display: inline-block;
        width: 5px;
        height: 100px;
        margin-right: 22px;
    }
    .ab-top h5 {
        float: left;
        font-size: 14px;
        font-weight: normal;
        margin-top: 9px;
        width: 88%;
        line-height: 25px;
    }
    .indexs {
        width: 90%;
        margin: 0 auto;
    }
    .about li {
        width: 47%;
        float: left;
        text-align: center;
        background: #fff;
        padding: 4% 0;
        margin-right: 3%;
        padding-bottom: 5%;
        margin-bottom: 5%;
    }
    .about li p {
        font-size: 14px;
        line-height: 27px;
    }
    .about li h3 {
        color: #012B67;
        font-size: 17px;
        font-weight: 700;
        text-transform: capitalize;
        line-height: 29px;
    }
    .about li {
        width: 100%;
        float: left;
        text-align: center;
        background: #fff;
        padding: 4% 0;
        margin-right: 3%;
        padding-bottom: 12%;
        margin-bottom: 5%;
        height: auto;
    }
    .milestone h2 {
        text-align: center;
        padding: 5% 0;
        font-size: 25px;
        font-weight: 700;
        color: #fff;
        padding-bottom: 0px;
        padding-top: 22%;
    }
    .stats-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 9px;
        margin-top: -5px;
    }
    .number {
        font-size: 34px;
    }
    .stat-card {
        border-radius: 25px;
        padding: 27px 22px;
        text-align: center;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        position: relative;
        overflow: hidden;
        padding-bottom: 0px !important;
        width: auto;
    }
    .case h3 {
        color: #000000;
        font-size: 25px;
        font-weight: 700;
        text-transform: capitalize;
        line-height: 47px;
        text-align: center;
        margin-top: 3%;
    }
    .case li {
        width: 49%;
        float: left;
        text-align: center;
        margin-right: 1%;
        margin-bottom: 5%;
    }
    .case li img {
        width: 100%;
        height: 91px;
    }
    .news h1 {
        color: #000000;
        font-size: 25px;
        font-weight: 700;
        text-transform: capitalize;
        line-height: 47px;
        text-align: center;
        margin-bottom: 3%;
    }
    .news li {
        width: 100%;
        float: left;
        margin-right: 5%;
        margin-bottom: 5%;
    }
    .news ul {
        width: 90%;
        margin: 0 auto;
    }
    .news li h4 img {
        width: 5%;
        float: left;
        margin-right: 2%;
        box-shadow: none;
    }
    .clients {
        width: 100%;
        height: auto;
        display: inline-block;
        margin-bottom: 7%;
        margin-top: 2%;
    }
    .clients h1 {
        color: #000000;
        font-size: 25px;
        font-weight: 700;
        text-transform: capitalize;
        line-height: 47px;
        text-align: center;
        margin-bottom: 3%;
    }
    .clients li img {
        overflow: hidden;
        border-radius: 5px;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
        width: 100%;
        height: 52px;
    }
    .clients li {
        width: 32%;
        float: left;
        margin-right: 1%;
        height: auto;
        margin-bottom: 3%;
    }
    .clients ul {
        width: 100%;
        height: auto;
        display: inline-block;
        overflow: hidden;
    }
    .network h1 {
        color: #000000;
        font-size: 25px;
        font-weight: 700;
        text-transform: capitalize;
        line-height: 47px;
        text-align: center;
        margin-bottom: 3%;
    }

}