@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
body{background: #f5f5f5;}
h1,h2,h3,h4,h5,h6{font-family: 'MB';}
.page_focus .bg{height: 800px;}
.about-us{font-family: 'Montserrat', sans-serif;padding-top:90px;}
.about-kicker{margin:0 0 8px;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#e94560;}
.about-us .one{margin-top: 20px;}
.about-us .one .box{background:#fff;border-radius:18px;padding:28px 28px 36px;box-shadow:0 10px 32px rgba(26,26,46,.05);}
.about-us .one h1{font-size:clamp(30px,4vw,44px);color:#1a1a2e;}
.about-us .one .right{display: flex;align-items: center;height: 100%;}
.about-us .one .content{padding-left:30px;}
.about-us .one .about-us-what-we-do{padding-left:0;padding-top:8px;}
.about-us .one .content h3{font-size:1.35rem;font-weight:700;margin-bottom:0;}
.about-who__lead{margin:1.25rem 0 1rem;line-height:1.7;color:#1a1a2e;}
.about-who__note{margin:0;line-height:1.7;color:#4b5563;}
.about-stats{
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:12px;
    margin:36px 0 28px;
    padding-top:28px;
    border-top:1px solid #edf0f5;
}
.about-stats article{
    text-align:center;
    padding:18px 10px 16px;
    background:#f8f9fb;
    border-radius:14px;
}
.about-stats__icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:40px;
    height:40px;
    margin-bottom:8px;
    border-radius:50%;
    background:#fff;
    color:#e94560;
    box-shadow:0 4px 12px rgba(26,26,46,.06);
}
.about-stats__icon .bi{font-size:18px;line-height:1;}
.about-stats strong{
    display:block;
    font-size:1.35rem;
    line-height:1.2;
    color:#1a1a2e;
    font-weight:700;
}
.about-stats article>span:last-child{
    display:block;
    margin-top:4px;
    font-size:.78rem;
    line-height:1.4;
    color:#6b7280;
}
.about-do{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:16px;
    margin-top:20px;
}
.about-do article{
    padding:22px 20px 24px;
    background:#f8f9fb;
    border:1px solid rgba(26,26,46,.05);
    border-radius:14px;
}
.about-do__icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:44px;
    height:44px;
    margin-bottom:14px;
    border-radius:12px;
    background:#fff;
    color:#e94560;
    box-shadow:0 4px 12px rgba(26,26,46,.06);
}
.about-do__icon .bi{font-size:20px;line-height:1;}
.about-do h4{
    margin:0 0 8px;
    font-size:1.05rem;
    font-weight:700;
    color:#1a1a2e;
}
.about-do p{
    margin:0;
    font-size:.9rem;
    line-height:1.65;
    color:#4b5563;
}
.about-us .one .content-1{margin:0 auto;width: 600px;padding:80px 0;}
.about-us .one .content-2{margin:0 auto;width: 600px;padding-bottom: 120px;}
.about-us-video{position:relative;width:100%;aspect-ratio:16/10;border-radius:10px;overflow:hidden;background:#1a1a2e;box-shadow:0 12px 32px rgba(26,26,46,.12);}
.about-us-video__el{display:block;width:100%;height:100%;object-fit:cover;background:#000;}
.about-us-video__overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;border:none;padding:0;margin:0;background:linear-gradient(180deg,rgba(15,23,42,.08),rgba(15,23,42,.28));cursor:pointer;transition:background .25s ease;}
.about-us-video__overlay:hover{background:linear-gradient(180deg,rgba(15,23,42,.12),rgba(15,23,42,.36));}
.about-us-video__icon{width:72px;height:72px;border-radius:50%;background:rgba(255,255,255,.94);color:#e94560;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px rgba(26,26,46,.18);transition:transform .25s ease,box-shadow .25s ease;}
.about-us-video__icon .bi{font-size:36px;margin-left:4px;line-height:1;}
.about-us-video__overlay:hover .about-us-video__icon{transform:scale(1.06);box-shadow:0 12px 28px rgba(26,26,46,.22);}
.about-us-video.is-playing .about-us-video__overlay{opacity:0;visibility:hidden;pointer-events:none;}
.about-us .two{color:#FFFFFF;margin-top:80px;}
.about-us .two .bg{background: #000;border-radius: 5px;margin: 0;padding: 60px 0;}
.about-us .two .bg .title{text-align: center;width: 100%;margin-bottom: 30px;margin-left: -56px;}
.about-us .two .bg .title .t1{}
.about-us .two .bg .title .t2{padding-left: 207px;}
.about-us .two .bg .title .t3{padding-left: 316px;}
/*客户滚动动画*/
.customer-container{
    position: relative;
    display: flex;
    width: 100%;
    overflow: hidden;
    mask-image: linear-gradient(
            90deg,transparent,#fff 20%,#fff 80%,transparent
    );
}
.customer-container .customer span{
    display: inline-flex;
    margin: 20px 60px;
    letter-spacing: .2em;
    /* background: #333; */
    color: #FFFFFF;
    padding:5px 10px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 18px;
}
.customer-container .customer {
    white-space: nowrap;
    animation: animate var(--t) linear infinite;
}
.customer-container .customer:nth-child(2){
    animation: animate2 var(--t) linear infinite;
    animation-delay: calc(var(--t) / -2);
}
@keyframes animate {
    from {
        transform: translate(100%);
    }
    to {
        transform: translate(-100%);
    }
}
@keyframes animate2 {
    from {
        transform: translate(0);
    }
    to {
        transform: translate(-200%);
    }
}
.about-us .three{margin-top:60px;margin-bottom:40px;}
.about-supply{
    margin:8px 0 0;
    padding:56px 0 72px;
    background:#f7f4ee;
}
.about-supply__kicker{
    margin:0 0 8px;
    font-size:12px;
    font-weight:700;
    letter-spacing:.1em;
    text-transform:uppercase;
    color:#e94560;
}
.about-supply .about-section-head{margin-bottom:28px;}
.about-supply__gates{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:16px;
    margin:0 0 36px;
}
.about-supply__gates article{
    background:#fff;
    border:1px solid rgba(26,26,46,.06);
    border-radius:14px;
    padding:22px 20px 24px;
    box-shadow:0 8px 24px rgba(26,26,46,.05);
}
.about-supply__gates span{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:34px;
    height:34px;
    margin:0 0 10px;
    border-radius:50%;
    background:#1a1a2e;
    color:#fff;
    font-size:13px;
    font-weight:700;
}
.about-supply__gates h3{
    margin:0 0 8px;
    font-size:1.05rem;
    color:#1a1a2e;
}
.about-supply__gates p{
    margin:0;
    font-size:.92rem;
    line-height:1.65;
    color:#5b6472;
}
.about-supply__marks-lead{
    margin:0 0 16px;
    text-align:center;
    font-size:.95rem;
    line-height:1.65;
    color:#4b5563;
}
.about-supply__marks{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:16px;
    list-style:none;
    margin:0 0 28px;
    padding:0;
}
.about-supply__marks li{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    background:#fff;
    border:1px solid rgba(26,26,46,.06);
    border-radius:14px;
    padding:22px 18px 24px;
    box-shadow:0 8px 24px rgba(26,26,46,.05);
}
.about-supply__mark-img{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:110px;
    margin:0 0 14px;
}
.about-supply__mark-img img{
    max-width:150px;
    max-height:88px;
    width:auto;
    height:auto;
    object-fit:contain;
}
.about-supply__marks h3{
    margin:0 0 8px;
    font-size:1rem;
    color:#1a1a2e;
}
.about-supply__marks p{
    margin:0;
    font-size:.88rem;
    line-height:1.6;
    color:#5b6472;
}
.about-supply__actions{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:12px;
}
.about-supply__btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:160px;
    padding:12px 22px;
    border-radius:999px;
    font-weight:700;
    text-decoration:none;
}
.about-supply__btn--primary{
    color:#fff!important;
    background:linear-gradient(135deg,#e94560 0%,#ff6b6b 100%);
    box-shadow:0 10px 24px rgba(233,69,96,.28);
}
.about-supply__btn--primary:hover{color:#fff!important;transform:translateY(-1px);}
.about-supply__btn--ghost{
    color:#1a1a2e!important;
    background:#fff;
    border:1px solid rgba(26,26,46,.16);
}
.about-supply__btn--ghost:hover{border-color:#e94560;color:#e94560!important;}

.about-work{
    margin:28px 0 0;
    padding:64px 0 56px;
    background:#fff;
}
.about-work__intro{max-width:720px;margin:0 auto 32px;text-align:center;}
.about-work__intro h2{margin:0 0 12px;font-size:clamp(26px,3vw,36px);color:#1a1a2e;}
.about-work__lead{margin:0 0 20px;color:#5b6472;line-height:1.7;}
.about-work__cta{
    display:inline-flex;align-items:center;justify-content:center;
    min-width:160px;padding:12px 22px;border-radius:999px;font-weight:700;text-decoration:none;
    color:#fff!important;background:linear-gradient(135deg,#e94560 0%,#ff6b6b 100%);
    box-shadow:0 10px 24px rgba(233,69,96,.28);
}
.about-work__cta:hover{color:#fff!important;transform:translateY(-1px);}
.about-work__paths{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:0 0 36px;}
.about-work__path{
    position:relative;background:#f7f4ee;border:1px solid rgba(26,26,46,.06);
    border-radius:18px;padding:26px 24px 28px;
}
.about-work__path::before{
    content:"";position:absolute;left:0;top:18px;bottom:18px;width:4px;border-radius:4px;background:#e94560;
}
.about-work__icon{display:inline-flex;color:#1a1a2e;margin:0 0 12px;}
.about-work__path h3{margin:0 0 10px;font-size:1.25rem;color:#1a1a2e;}
.about-work__path p{margin:0;color:#5b6472;line-height:1.65;font-size:.95rem;}
.about-work__industries{
    display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;
    padding:18px 8px 0;border-top:1px solid rgba(26,26,46,.08);
}
.about-work__ind-label{margin:0;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#8a9099;}
.about-work__industries ul{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:0;padding:0;}
.about-work__industries a,.about-work__industries span{
    display:inline-flex;padding:7px 12px;border-radius:999px;background:#f6f7fa;
    border:1px solid rgba(26,26,46,.08);color:#1a1a2e;font-weight:700;font-size:13px;text-decoration:none;
}
.about-work__industries a:hover{border-color:#e94560;color:#e94560;}

.about-close{margin:0;}
.about-close__cta{background:#1a1a2e;color:#fff;padding:48px 0;}
.about-close__cta-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;}
.about-close__cta h2{margin:0 0 8px;font-size:clamp(24px,3vw,34px);color:#fff;}
.about-close__cta p{margin:0;color:rgba(255,255,255,.78);max-width:560px;line-height:1.65;}
.about-close__btn{
    display:inline-flex;align-items:center;justify-content:center;min-width:170px;padding:13px 24px;
    border-radius:999px;font-weight:700;text-decoration:none;color:#fff!important;
    background:linear-gradient(135deg,#e94560 0%,#ff6b6b 100%);box-shadow:0 10px 24px rgba(233,69,96,.28);
}
.about-close__btn:hover{color:#fff!important;}
.about-close__follow{background:#121428;color:#fff;padding:28px 0;}
.about-close__follow-inner{display:flex;align-items:flex-start;justify-content:space-between;gap:24px 40px;flex-wrap:wrap;}
.about-close__social{flex:0 1 auto;}
.about-close__social h3{margin:0 0 12px;font-size:1.05rem;color:#fff;}
.about-close__social ul{display:flex;gap:10px;list-style:none;margin:0;padding:0;}
.about-close__social a{
    display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;
    border-radius:10px;background:rgba(255,255,255,.08);color:#fff;text-decoration:none;
}
.about-close__social a:hover{background:#e94560;color:#fff;}
.about-close__form{
    display:flex;flex-direction:column;align-items:stretch;gap:8px;
    flex:1 1 380px;min-width:min(100%,280px);max-width:520px;
    float:none;width:auto;margin:0;padding:0;height:auto;border:0;background:transparent;
}
.about-close__form-label{
    display:block!important;float:none!important;clear:both;
    width:auto!important;height:auto!important;max-width:100%;
    margin:0!important;padding:0!important;background:transparent!important;
    line-height:1.4;font-size:13px;font-weight:700;color:rgba(255,255,255,.8);
}
.about-close__field{display:flex;align-items:stretch;gap:8px;width:100%;float:none;clear:both;}
.about-close__field input{
    float:none!important;flex:1 1 auto;min-width:0;width:auto!important;
    height:46px!important;margin:0!important;padding:0 14px!important;
    border:0;border-radius:10px;background:#fff!important;color:#1a1a2e;line-height:46px;
}
.about-close__field button{
    float:none!important;flex:0 0 auto;width:auto!important;min-width:108px;
    height:46px!important;margin:0!important;padding:0 18px!important;
    border:0;border-radius:10px;background:#e94560;color:#fff!important;
    font-weight:700;font-size:14px;line-height:1;cursor:pointer;white-space:nowrap;
}
.about-close__error{
    display:block;float:none!important;width:auto!important;height:auto!important;
    margin:0!important;padding:0!important;background:transparent!important;
    color:#ffb4c0;font-size:12px;
}
.about-close__field input.is-invalid{box-shadow:0 0 0 2px #e94560;}
.about-us .four{margin-top:120px;color: rgba(37, 73, 216, 1);font-family: 'Quicksand';}
.about-us .five{background: rgba(37, 40, 61, 1);color:#FFFFFF;margin-top:120px;padding: 60px 0;}

/* Our Team — dark panel, circular avatars */
.about-team{
    margin-top:72px;
    padding:72px 0 64px;
    background:
        radial-gradient(1200px 420px at 50% -10%, rgba(56, 108, 255, .18), transparent 60%),
        linear-gradient(180deg, #14182b 0%, #0f1322 100%);
    color:#e8eaf2;
}
.about-section-head{text-align:center;max-width:760px;margin:0 auto 40px;}
.about-section-head h2{
    margin:0 0 14px;
    font-size:clamp(1.75rem, 2.4vw, 2.25rem);
    font-weight:700;
    letter-spacing:.02em;
    color:#fff;
}
.about-section-head p{
    margin:0;
    color:rgba(232,234,242,.78);
    line-height:1.7;
    font-size:1rem;
}
.about-section-head--light h2{color:#1a1a2e;}
.about-section-head--light p{color:#4b5563;}
.about-team__leader{
    display:flex;
    align-items:center;
    gap:28px;
    max-width:820px;
    margin:0 auto 42px;
    padding:24px 28px;
    border-radius:16px;
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.1);
    box-shadow:0 16px 40px rgba(0,0,0,.18);
}
.about-team__leader-copy{flex:1;min-width:0;text-align:left;}
.about-team__leader .about-team__bio{max-width:none;margin:0;}
.about-team__avatar--leader{
    width:132px;
    height:132px;
    margin:0;
    flex-shrink:0;
}
.about-team__grid{
    display:grid;
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:28px 24px;
}
.about-team__card{
    text-align:center;
    padding:8px 10px 4px;
}
.about-team__avatar{
    width:118px;
    height:118px;
    margin:0 auto 18px;
    border-radius:50%;
    overflow:hidden;
    background:#fff;
    box-shadow:0 0 0 3px rgba(255,255,255,.14), 0 12px 28px rgba(0,0,0,.28);
}
.about-team__avatar img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
.about-team__name{
    margin:0 0 6px;
    font-size:1.25rem;
    font-weight:700;
    color:#fff;
}
.about-team__role{
    margin:0 0 12px;
    font-size:.95rem;
    font-weight:600;
    color:rgba(232,234,242,.72);
}
.about-team__bio{
    margin:0 auto;
    max-width:320px;
    font-size:.86rem;
    line-height:1.65;
    color:rgba(232,234,242,.68);
}

/* Manufacturing strength — compact facility proof */
.about-facility{
    margin-top:0;
    padding:64px 0 24px;
    background:#f5f5f5;
}
.about-facility__grid{
    display:grid;
    grid-template-columns:repeat(4, minmax(0, 1fr));
    gap:18px;
}
.about-facility__card{
    margin:0;
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 8px 24px rgba(26,26,46,.06);
    transition:transform .22s ease, box-shadow .22s ease;
}
.about-facility__card:hover{
    transform:translateY(-3px);
    box-shadow:0 14px 30px rgba(26,26,46,.1);
}
.about-facility__media{
    aspect-ratio:16/10;
    overflow:hidden;
    background:#e8eaf0;
}
.about-facility__media img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
.about-facility__card figcaption{
    padding:12px 14px 14px;
    display:flex;
    flex-direction:column;
    gap:4px;
}
.about-facility__card strong{
    font-size:.92rem;
    color:#1a1a2e;
    font-weight:700;
    line-height:1.35;
}
.about-facility__card span{
    font-size:.78rem;
    line-height:1.5;
    color:#6b7280;
}

.contact-us{margin-top:210px;}
.contact-us .contact-main{margin-top:8px;}
.contact-us .info-box{background:#e9e8e1;border-radius:5px;display:flex;flex-direction:column;justify-content:flex-start;padding:30px;align-items:flex-start;gap:28px;height:100%;}
.contact-us .info-box .text-box{width:100%;}
.contact-us .info-box .text-box:last-child{width:100%;}
.contact-us .top{margin-bottom:30px;text-align:center;}
.contact-us .top .title{margin-bottom:15px;}
.contact-us .text-box{}
.contact-us .text-box ul{display:grid;gap:20px;margin:0;padding:0;list-style:none;}
.contact-us .text-box ul.contact-social-list{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:12px;}
.contact-us .text-box ul.contact-social-list li{display:inline-flex;margin:0;padding:0;}
.contact-us .contact-social-link{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:#fff;color:#1a1a2e;text-decoration:none;transition:background .2s ease,color .2s ease,transform .2s ease;}
.contact-us .contact-social-link:hover{background:#e94560;color:#fff;transform:translateY(-2px);text-decoration:none;}
.contact-us .contact-social-link .bi{font-size:22px;line-height:1;}
.contact-us .contact-social-link svg{display:block;}
.contact-us .form-box{width:100%;max-width:none;margin:0;padding-top:0;}
.contact-us .form-box .title{margin-bottom:30px;text-align:left;}
.contact-us .contact-captcha-row{display:flex;gap:10px;}
.contact-us .contact-captcha-row img{cursor:pointer;flex-shrink:0;}
@media (max-width: 1199px) {
    .about-facility__grid{grid-template-columns:repeat(3, minmax(0, 1fr));}
}
@media (max-width: 991px) {
    .contact-us .form-box .title{text-align:center;}
    .contact-us .contact-main{margin-top:24px;}
    .about-team{padding:56px 0 48px;margin-top:48px;}
    .about-team__leader{gap:20px;padding:20px 22px;margin-bottom:34px;}
    .about-team__grid{grid-template-columns:repeat(2, minmax(0, 1fr));gap:28px 18px;}
    .about-facility__grid{grid-template-columns:repeat(2, minmax(0, 1fr));}
    .about-supply__gates,.about-supply__marks{grid-template-columns:1fr;}
    .about-supply{padding:48px 0 56px;}
    .about-work__paths{grid-template-columns:1fr;}
    .about-us .one .box{padding:20px 18px 28px;}
    .about-us .one .content{padding-left:0;padding-top:24px;}
    .about-stats{grid-template-columns:repeat(3,minmax(0,1fr));}
    .about-do{grid-template-columns:1fr;}
}
@media (max-width: 768px) {
    .flex-mobile{display: grid;/*flex-direction: column;*/}
    .about-us .four .content-box{width: 100%;}
    .about-us .five .team-list{display: grid;}
    .about-supply__mark-img{height:88px;}
    .about-supply__mark-img img{max-height:72px;}
    .about-team__leader{flex-direction:column;text-align:center;padding:22px 18px;}
    .about-team__leader-copy{text-align:center;}
    .about-team__avatar--leader{margin:0 auto;}
    .about-team__grid{grid-template-columns:1fr;gap:32px;}
    .about-team__avatar{width:104px;height:104px;}
    .about-facility{padding:48px 0 8px;}
    .about-facility__grid{grid-template-columns:1fr;gap:14px;}
    .about-work{padding:48px 0 40px;}
    .about-work__industries{align-items:flex-start;flex-direction:column;}
    .about-close__cta,.about-close__follow{padding:36px 0;}
    .about-close__form{flex:1 1 100%;max-width:100%;}
    .about-close__field{flex-direction:column;}
    .about-close__field button{width:100%!important;}
    .about-stats{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:24px;}
    .about-stats article:last-child{grid-column:1 / -1;}
}