/* ============================================================
   QianDuoMu WPC Wall Panel -- Landing Page Stylesheet
   new-main.css
   ============================================================ */

/* ---------- Base ---------- */
html, body { font-size: 62.5%; }
body {
    max-width: 1920px;
    position: relative;
    margin: 0 auto;
    font-family: Georgia, 'Times New Roman', serif;
    background: #fff;
}
*, *::before, *::after { box-sizing: border-box; }

/* ---------- Container ---------- */
#new-index-body .container {
    width: 1530px;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
}

/* ---------- Grid ---------- */
.grid-box { display: -webkit-box; display: -ms-flexbox; display: flex; }
.grid-box.two { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.column { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

/* ---------- Transitions ---------- */
h1,h2,h3,h4,h5,h6,p,li,a,span { -webkit-transition: 0.3s ease; transition: 0.3s ease; }
img { width: auto; max-width: 100%; -webkit-transition: 0.5s ease; transition: 0.5s ease; }
a { color: inherit; text-decoration: none; }

/* ---------- Section Title ---------- */
#new-index-body .new-title2 h3 {
    position: relative;
    color: #1a1a1a;
    font-family: Georgia, serif;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 20px;
    margin-bottom: 10px;
}
#new-index-body .new-title2 h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 56px;
    height: 4px;
    background: #2d7a4f;
}
#new-index-body .new-title2.center { text-align: center; }
#new-index-body .new-title2.center h3::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* ============================================================
   HEADER
   ============================================================ */
#new-index-body #Advheader {
    position: relative;
    width: 100%;
    z-index: 1111;
}
#new-index-body #Advheader .nav {
    line-height: 110px;
    height: 110px;
    -webkit-box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    background: #2d7a4f;
}
#new-index-body #Advheader .nav .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#new-index-body #Advheader .nav .logo img {
    display: inline-block;
    vertical-align: middle;
    max-height: 70px;
}
#new-index-body #Advheader .nav .box p {
    margin-left: 36px;
    font-size: 1.7rem;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    font-family: Arial, sans-serif;
    font-weight: bold;
}
#new-index-body #Advheader .nav .box img {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
#new-index-body #Advheader #msg {
    position: absolute;
    right: 0;
    top: 0;
    width: 9.89%;
    text-align: center;
    background: #2d7a4f;
    cursor: pointer;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* ============================================================
   SECTION 1: HERO
   ============================================================ */
#new-index-body .new-init-1 {
    background: url(/qianduomuwpc/2025/10/22/product.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}
#new-index-body .new-init-1::before {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    background: -webkit-linear-gradient(left, rgba(10,30,15,0.72) 0%, rgba(10,30,15,0.45) 55%, rgba(10,30,15,0.15) 100%);
    background: linear-gradient(to right, rgba(10,30,15,0.72) 0%, rgba(10,30,15,0.45) 55%, rgba(10,30,15,0.15) 100%);
}
#new-index-body .new-init-1 .container { position: relative; }
#new-index-body .new-init-1 .top {
    padding: 70px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 60px;
}
#new-index-body .new-init-1 .top .left { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }
#new-index-body .new-init-1 .top .left h3 {
    font-size: 5.2rem;
    font-family: Georgia, serif;
    font-weight: 700;
    color: #fff;
    line-height: 1.25;
    text-transform: capitalize;
}
#new-index-body .new-init-1 .top .left h3 span {
    display: block;
    color: #7fd6a5;
}
#new-index-body .new-init-1 .top .left > p {
    font-size: 1.8rem;
    font-family: Arial, sans-serif;
    color: rgba(255,255,255,0.9);
    line-height: 1.9;
    max-width: 580px;
    margin-top: 24px;
}
#new-index-body .new-init-1 .top .left p strong { font-weight: 700; color: #7fd6a5; }

/* Hero Stats */
.hero-stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-top: 36px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.stat-item {
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 6px;
    padding: 14px 22px;
    text-align: center;
    min-width: 100px;
}
.stat-item strong {
    display: block;
    font-size: 2rem;
    font-family: Georgia, serif;
    font-weight: 700;
    color: #7fd6a5;
    line-height: 1;
}
.stat-item span {
    display: block;
    font-size: 1.3rem;
    color: rgba(255,255,255,0.8);
    margin-top: 5px;
    font-family: Arial, sans-serif;
    line-height: 1.3;
}

/* CTA Button */
#new-index-body .new-init-1 .top .left a.more {
    display: inline-block;
    margin-top: 36px;
    padding: 0 42px;
    line-height: 56px;
    height: 56px;
    font-size: 1.7rem;
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: #fff;
    background: #2d7a4f;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    -webkit-transition: background 0.25s;
    transition: background 0.25s;
}
#new-index-body .new-init-1 .top .left a.more:hover { background: #236040; }

/* Hero Form */
#new-index-body .new-init-1 .top .right { -webkit-box-flex: 0; -ms-flex: 0 0 400px; flex: 0 0 400px; }
#new-index-body .new-init-1 .top .right .form1 {
    background: #fff;
    text-align: center;
    padding: 36px 32px;
    border-radius: 6px;
    -webkit-box-shadow: 0 12px 48px rgba(0,0,0,0.25);
    box-shadow: 0 12px 48px rgba(0,0,0,0.25);
}
#new-index-body .new-init-1 .top .right .form1 h4 {
    font-size: 2.4rem;
    font-family: Georgia, serif;
    font-weight: 700;
    color: #1a1a1a;
    text-transform: uppercase;
}
#new-index-body .new-init-1 .top .right .form1 > p {
    font-size: 1.5rem;
    font-family: Arial, sans-serif;
    color: #555;
    line-height: 1.6;
    margin-top: 10px;
}
#new-index-body .new-init-1 .top .right .form1 ul li {
    margin-top: 12px;
    padding: 0;
    text-align: left;
}
#new-index-body .new-init-1 .top .right .form1 ul li label {
    position: relative;
    display: block;
    width: 100%;
    height: 42px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 3px;
}
#new-index-body .new-init-1 .top .right .form1 ul li label span { display: none !important; }
#new-index-body .new-init-1 .top .right .form1 ul li label input[type=text] {
    position: absolute;
    left: 0; bottom: 0;
    border: none;
    background: transparent;
    width: 100%; height: 100%;
    font-size: 1.5rem;
    font-family: Arial, sans-serif;
    padding-left: 12px;
    color: #000;
}
#new-index-body .new-init-1 .top .right .form1 ul li label textarea {
    position: absolute;
    left: 0; bottom: 0;
    border: none;
    background: transparent;
    width: 100%; height: 100%;
    font-size: 1.5rem;
    font-family: Arial, sans-serif;
    padding: 8px 12px;
    color: #000;
    resize: none;
}
#new-index-body .new-init-1 .top .right .form1 ul li:nth-child(4) label { height: 80px; }
#new-index-body .new-init-1 .top .right .form1 ul li input[type=submit] {
    width: 100%;
    height: 48px;
    background: #2d7a4f;
    border: none;
    border-radius: 4px;
    font-size: 1.7rem;
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    letter-spacing: 0.5px;
    -webkit-transition: background 0.25s;
    transition: background 0.25s;
}
#new-index-body .new-init-1 .top .right .form1 ul li input[type=submit]:hover { background: #236040; }

/* ============================================================
   USP STRIP
   ============================================================ */
.new-init-usp {
    background: #1a3a28;
    padding: 28px 0;
}
.new-init-usp .usp-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.new-init-usp .usp-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
    padding: 0 12px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 180px;
}
.new-init-usp .usp-icon {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.12);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.new-init-usp .usp-icon .usp-fallback {
    font-size: 1.4rem;
    font-family: Georgia, serif;
    font-weight: 700;
    color: #7fd6a5;
    font-style: normal;
}
.new-init-usp .usp-text strong {
    display: block;
    font-size: 1.6rem;
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: #7fd6a5;
    line-height: 1.2;
}
.new-init-usp .usp-text span {
    display: block;
    font-size: 1.4rem;
    font-family: Arial, sans-serif;
    color: rgba(255,255,255,0.75);
    margin-top: 3px;
    line-height: 1.4;
}

/* ============================================================
   SECTION 2: PRODUCT SHOWCASE
   ============================================================ */
#new-index-body .new-init-2 .acc .acc-top {
    background: #f4f6f4;
    padding: 70px 0;
}
#new-index-body .new-init-2 .acc .acc-bot {
    background: #fff;
    padding: 70px 0;
}
#new-index-body .new-init-2 .acc .acc-bot .top .left { padding-left: 70px; }
#new-index-body .new-init-2 .acc .top.grid-box.two { gap: 60px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.product-tag {
    display: inline-block;
    background: #2d7a4f;
    color: #fff;
    font-size: 1.3rem;
    font-family: Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px 14px;
    border-radius: 2px;
    margin-bottom: 14px;
}
#new-index-body .new-init-2 .acc h4 {
    font-size: 3.2rem;
    font-family: Georgia, serif;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.2;
}
#new-index-body .new-init-2 .acc span {
    display: inline-block;
    width: 56px;
    height: 4px;
    background: #2d7a4f;
    margin: 16px 0;
}
#new-index-body .new-init-2 .acc p {
    font-size: 1.6rem;
    font-family: Arial, sans-serif;
    color: #333;
    line-height: 1.9;
    max-width: 600px;
    margin-bottom: 16px;
}
#new-index-body .new-init-2 .acc p strong { font-weight: 700; color: #1a1a1a; }

.product-specs {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
}
.product-specs li {
    font-size: 1.6rem;
    font-family: Arial, sans-serif;
    color: #333;
    line-height: 1.5;
    padding: 9px 0 9px 22px;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
}
.product-specs li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: #2d7a4f;
    border-radius: 50%;
}
.product-specs li:last-child { border-bottom: none; }

#new-index-body .new-init-2 .acc .btn { margin-top: 20px; }
#new-index-body .new-init-2 .acc .btn a {
    display: inline-block;
    background: #2d7a4f;
    font-size: 1.6rem;
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    padding: 16px 44px;
    text-transform: uppercase;
    border-radius: 4px;
    -webkit-transition: background 0.25s;
    transition: background 0.25s;
}
#new-index-body .new-init-2 .acc .btn a:hover { background: #236040; }

#new-index-body .new-init-2 .acc .right {
    height: 380px;
    border-radius: 4px;
    overflow: hidden;
}
#new-index-body .new-init-2 .acc .right img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
#new-index-body .new-init-2 .acc .right img:hover { -webkit-transform: scale(1.03); transform: scale(1.03); }

/* ============================================================
   SECTION 4: FACTORY STRENGTH
   ============================================================ */
#new-index-body .new-init-4 {
    padding: 80px 0;
    background: #fff;
}
#new-index-body .new-init-4 .container { width: 1320px; }
#new-index-body .new-init-4 .new-top.grid-box.two { gap: 60px; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
#new-index-body .new-init-4 .new-top .left .text { margin-top: 28px; }
#new-index-body .new-init-4 .new-top .left .text p {
    font-size: 1.6rem;
    font-family: Arial, sans-serif;
    color: #333;
    line-height: 2;
    margin-bottom: 16px;
}
#new-index-body .new-init-4 .new-top .left .text p strong { font-weight: 700; color: #1a1a1a; }

.factory-badges {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}
.factory-badges span {
    display: inline-block;
    background: #edf6f1;
    border: 1.5px solid #2d7a4f;
    color: #1a3a28;
    font-size: 1.4rem;
    font-family: Arial, sans-serif;
    font-weight: 700;
    padding: 8px 18px;
    border-radius: 3px;
    letter-spacing: 0.5px;
}
#new-index-body .new-init-4 .new-top .right video {
    height: 500px;
    display: inline-block;
    width: 100%;
    border-radius: 6px;
    -webkit-box-shadow: 0 8px 32px rgba(0,0,0,0.12);
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
}

/* ============================================================
   SECTION 5: OEM/ODM PROCESS
   ============================================================ */
.new-init-process {
    background: #f4f6f4;
    padding: 80px 0;
}
.process-sub {
    font-size: 1.7rem;
    font-family: Arial, sans-serif;
    color: #555;
    text-align: center;
    margin: 16px 0 48px;
    line-height: 1.6;
}
.process-steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.step {
    background: #fff;
    border-radius: 6px;
    padding: 28px 22px;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 160px;
    max-width: 200px;
    -webkit-box-shadow: 0 4px 16px rgba(0,0,0,0.07);
    box-shadow: 0 4px 16px rgba(0,0,0,0.07);
    border-top: 4px solid #2d7a4f;
}
.step-num {
    font-size: 3.2rem;
    font-family: Georgia, serif;
    font-weight: 700;
    color: #2d7a4f;
    line-height: 1;
    margin-bottom: 12px;
}
.step-content strong {
    display: block;
    font-size: 1.6rem;
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
    line-height: 1.3;
}
.step-content p {
    font-size: 1.4rem;
    font-family: Arial, sans-serif;
    color: #555;
    line-height: 1.7;
    margin: 0;
}
.step-arrow {
    font-size: 2rem;
    color: #2d7a4f;
    -ms-flex-item-align: center;
    align-self: center;
    padding: 0 6px;
    -webkit-box-flex: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 700;
    font-family: Arial, sans-serif;
}

/* ============================================================
   NEW: MANUFACTURING PROCESS
   ============================================================ */
.new-init-mfg {
    background: #fff;
    padding: 80px 0;
}
.mfg-sub {
    font-size: 1.7rem;
    font-family: Arial, sans-serif;
    color: #555;
    text-align: center;
    margin: 16px auto 52px;
    line-height: 1.6;
    max-width: 720px;
}
.mfg-steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 28px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.mfg-step {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.33% - 28px);
    flex: 0 0 calc(33.33% - 28px);
    min-width: 260px;
    background: #f9fbf9;
    border: 1px solid #e0ece5;
    border-radius: 8px;
    overflow: hidden;
    -webkit-transition: box-shadow 0.25s, border-color 0.25s;
    transition: box-shadow 0.25s, border-color 0.25s;
}
.mfg-step:hover {
    border-color: #2d7a4f;
    -webkit-box-shadow: 0 8px 28px rgba(45,122,79,0.13);
    box-shadow: 0 8px 28px rgba(45,122,79,0.13);
}
.mfg-step-img {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
    background: #dde8e1;
}
.mfg-step-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
}
.mfg-step:hover .mfg-step-img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.mfg-step-num {
    position: absolute;
    top: 14px;
    left: 14px;
    width: 42px;
    height: 42px;
    background: #2d7a4f;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.6rem;
    font-family: Georgia, serif;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}
.mfg-step-body {
    padding: 22px 24px 26px;
}
.mfg-step-body strong {
    display: block;
    font-size: 1.8rem;
    font-family: Georgia, serif;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
    line-height: 1.3;
}
.mfg-step-body p {
    font-size: 1.5rem;
    font-family: Arial, sans-serif;
    color: #555;
    line-height: 1.75;
    margin: 0;
}

/* ============================================================
   SECTION 6: CERTIFICATES  (enlarged)
   ============================================================ */
.new-init-cert {
    background: #f4f6f4;
    padding: 80px 0;
}
.cert-sub {
    font-size: 1.7rem;
    font-family: Arial, sans-serif;
    color: #555;
    text-align: center;
    margin: 16px auto 48px;
    line-height: 1.6;
    max-width: 680px;
}
.cert-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 28px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/* Each cert card: 3 per row on desktop */
.cert-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.33% - 28px);
    flex: 0 0 calc(33.33% - 28px);
    min-width: 240px;
    text-align: center;
    border: 1px solid #e0ece5;
    border-radius: 8px;
    padding: 28px 20px 24px;
    background: #fff;
    -webkit-transition: box-shadow 0.25s, border-color 0.25s;
    transition: box-shadow 0.25s, border-color 0.25s;
}
.cert-item:hover {
    border-color: #2d7a4f;
    -webkit-box-shadow: 0 8px 28px rgba(45,122,79,0.13);
    box-shadow: 0 8px 28px rgba(45,122,79,0.13);
}
/* Taller image box so cert images are clearly visible */
.cert-img {
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
}
.cert-img img {
    max-height: 190px;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.cert-name {
    font-size: 1.5rem;
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: #1a3a28;
    line-height: 1.3;
}

/* ============================================================
   SECTION 7: PARTNERS  (enlarged)
   ============================================================ */
.new-init-partners {
    background: #fff;
    padding: 80px 0;
}
.partners-sub {
    font-size: 1.7rem;
    font-family: Arial, sans-serif;
    color: #555;
    text-align: center;
    margin: 16px auto 48px;
    line-height: 1.6;
    max-width: 680px;
}
.partners-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/* Larger partner tiles: 3 per row */
.partner-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.33% - 24px);
    flex: 0 0 calc(33.33% - 24px);
    min-width: 200px;
    background: #f9fbf9;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 28px 24px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 120px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.75;
    -webkit-transition: filter 0.3s, opacity 0.3s, border-color 0.3s, box-shadow 0.3s;
    transition: filter 0.3s, opacity 0.3s, border-color 0.3s, box-shadow 0.3s;
}
.partner-item:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
    border-color: #2d7a4f;
    -webkit-box-shadow: 0 6px 20px rgba(45,122,79,0.10);
    box-shadow: 0 6px 20px rgba(45,122,79,0.10);
}
/* Larger logo image inside each tile */
.partner-item img {
    max-height: 72px;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.partners-note {
    text-align: center;
    margin-top: 40px;
    padding-top: 32px;
    border-top: 1px solid #dde8e1;
}
.partners-note p {
    font-size: 1.7rem;
    font-family: Arial, sans-serif;
    color: #444;
    line-height: 1.6;
}
.partners-note p strong { color: #2d7a4f; font-weight: 700; }

/* ============================================================
   NEW: PROJECT CASE STUDIES
   ============================================================ */
.new-init-cases {
    background: #f4f6f4;
    padding: 80px 0;
}
.cases-sub {
    font-size: 1.7rem;
    font-family: Arial, sans-serif;
    color: #555;
    text-align: center;
    margin: 16px auto 36px;
    line-height: 1.6;
    max-width: 720px;
}

/* Tab buttons */
.cases-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0;
    margin-bottom: 40px;
    border: 2px solid #2d7a4f;
    border-radius: 4px;
    overflow: hidden;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.cases-tab {
    padding: 14px 48px;
    font-size: 1.6rem;
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: #2d7a4f;
    background: #fff;
    border: none;
    cursor: pointer;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    -webkit-transition: background 0.22s, color 0.22s;
    transition: background 0.22s, color 0.22s;
}
.cases-tab.active {
    background: #2d7a4f;
    color: #fff;
}
.cases-tab:hover:not(.active) {
    background: #edf6f1;
}

/* Panel show/hide */
.cases-panel { display: none; }
.cases-panel.active { display: block; }

/* 4-column grid, large images */
.cases-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
}
.case-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 16px);
    flex: 0 0 calc(25% - 16px);
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    height: 260px;
    background: #dde8e1;
}
.case-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
}
.case-item:hover img {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
}
/* Overlay label on hover */
.case-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-linear-gradient(top, transparent, rgba(10,30,15,0.72));
    background: linear-gradient(to bottom, transparent, rgba(10,30,15,0.72));
    padding: 28px 16px 14px;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.case-item:hover .case-overlay { opacity: 1; }
.case-overlay span {
    font-size: 1.4rem;
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ============================================================
   SECTION 8: FAQ + QUOTE FORM
   ============================================================ */
#new-index-body .new-init-8 .top {
    background: #1a3a28;
    padding: 70px 0;
}

/* Two-column: left FAQ, right form */
.acc-faq-form.grid-box.two {
    gap: 60px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

/* FAQ column */
.faq-col { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }
.faq-title {
    font-size: 3rem;
    font-family: Georgia, serif;
    font-weight: 700;
    color: #fff;
    margin-bottom: 28px;
    line-height: 1.2;
}
.faq-list { margin: 0; padding: 0; }
.faq-item {
    border-bottom: 1px solid rgba(255,255,255,0.15);
    padding: 0;
}
.faq-item:first-child { border-top: 1px solid rgba(255,255,255,0.15); }
.faq-q {
    padding: 18px 36px 18px 0;
    font-size: 1.6rem;
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: #7fd6a5;
    cursor: pointer;
    position: relative;
    line-height: 1.4;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.faq-q::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 2.2rem;
    color: #7fd6a5;
    font-weight: 300;
    line-height: 1;
    -webkit-transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
}
.faq-item.open .faq-q::after {
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
.faq-a {
    display: none;
    padding: 0 36px 18px 0;
    font-size: 1.5rem;
    font-family: Arial, sans-serif;
    color: rgba(255,255,255,0.8);
    line-height: 1.8;
}

/* Form column */
.form-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 480px;
    flex: 0 0 480px;
}
#new-index-body .new-init-8 .acc .right .form,
.form-col .form {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 8px;
    padding: 36px 36px 40px;
    text-align: center;
}
.form-col .form h4,
#new-index-body .new-init-8 .acc .right .form h4 {
    font-size: 2.6rem;
    font-family: Georgia, serif;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.form-col .form > p,
#new-index-body .new-init-8 .acc .right .form > p {
    font-size: 1.5rem;
    font-family: Arial, sans-serif;
    color: rgba(255,255,255,0.8);
    line-height: 1.7;
    margin-bottom: 24px;
}
.form-col .form ul,
#new-index-body .new-init-8 .acc .right .form ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.form-col .form ul li,
#new-index-body .new-init-8 .acc .right .form ul li {
    margin-top: 14px;
    padding: 0;
    width: 100%;
}
.form-col .form ul li label,
#new-index-body .new-init-8 .acc .right .form ul li label {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    background: #fff;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 4px;
}
.form-col .form ul li label span,
#new-index-body .new-init-8 .acc .right .form ul li label span {
    display: none;
}
.form-col .form ul li label input[type=text],
#new-index-body .new-init-8 .acc .right .form ul li label input[type=text] {
    position: absolute;
    left: 0; bottom: 0;
    border: none;
    background: transparent;
    width: 100%; height: 100%;
    font-size: 1.5rem;
    font-family: Arial, sans-serif;
    padding-left: 12px;
    color: #000;
}
.form-col .form ul li label textarea,
#new-index-body .new-init-8 .acc .right .form ul li label textarea {
    position: absolute;
    left: 0; bottom: 0;
    border: none;
    background: transparent;
    width: 100%; height: 100%;
    font-size: 1.5rem;
    font-family: Arial, sans-serif;
    padding: 10px 12px;
    color: #000;
    resize: none;
}
.form-col .form ul li.msg-li label,
#new-index-body .new-init-8 .acc .right .form ul li:nth-child(4) label {
    height: 110px;
}
.form-col .form ul li input[type=submit],
#new-index-body .new-init-8 .acc .right .form ul li input[type=submit] {
    width: 100%;
    height: 52px;
    background: #2d7a4f;
    border-radius: 4px;
    border: none;
    font-size: 1.8rem;
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: background 0.25s;
    transition: background 0.25s;
}
.form-col .form ul li input[type=submit]:hover,
#new-index-body .new-init-8 .acc .right .form ul li input[type=submit]:hover {
    background: #236040;
}
.txt-center { text-align: center; }

/* Footer */
#new-index-body .new-init-8 .footer-bottom {
    padding: 22px 0;
    background: #111;
}
#new-index-body .new-init-8 .footer-bottom .bottom-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
}
#new-index-body .new-init-8 .footer-bottom .bottom-box p {
    font-size: 1.5rem;
    font-family: Arial, sans-serif;
    color: rgba(255,255,255,0.55);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#new-index-body .new-init-8 .footer-bottom .bottom-box p img {
    max-height: 14px;
    vertical-align: middle;
}

/* ============================================================
   SCROLL TO TOP
   ============================================================ */
.Stick {
  position: fixed;
  right: 20px;
  bottom: 55px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #2d7a4f;
  cursor: pointer;
  z-index: 11111 !important;
}
.Stick i {
  font-size: 24px;
  color: #fff;
}
#Pop_UpsBtn {
  background: url(/qianduomuwpc/2026/06/02/youxaing1.png) no-repeat center #2d7a4f !important;
  right: 20px !important;
  bottom: 135px !important;
  z-index: 11111 !important;
  display: block !important;
}
#pups_from form ul li input[type="submit"] {
  background: #2d7a4f !important;
}
#pups_from i.close:hover {
  background: #2d7a4f !important;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media screen and (max-width: 1530px) {
    #new-index-body .container { width: 1320px !important; }
    #new-index-body #Advheader #msg { display: none; }
    #new-index-body #Advheader .nav { line-height: 90px; height: 90px; }
    #new-index-body .new-init-1 .top .left h3 { font-size: 4.4rem; }
    .cert-item { -ms-flex: 0 0 calc(33.33% - 28px); -webkit-box-flex: 0; flex: 0 0 calc(33.33% - 28px); }
    .partner-item { -ms-flex: 0 0 calc(33.33% - 24px); -webkit-box-flex: 0; flex: 0 0 calc(33.33% - 24px); }
    .mfg-step { -ms-flex: 0 0 calc(33.33% - 28px); -webkit-box-flex: 0; flex: 0 0 calc(33.33% - 28px); }
    .case-item { -ms-flex: 0 0 calc(25% - 16px); -webkit-box-flex: 0; flex: 0 0 calc(25% - 16px); }
}
@media screen and (max-width: 1320px) {
    #new-index-body .container { width: 1100px !important; }
    #new-index-body .new-init-4 .container { width: 1100px !important; }
    #new-index-body .new-init-1 .top { gap: 36px; }
    #new-index-body .new-init-1 .top .left h3 { font-size: 3.8rem; }
    #new-index-body .new-init-2 .acc .acc-bot .top .left { padding-left: 36px; }
    .form-col { -ms-flex: 0 0 420px; -webkit-box-flex: 0; flex: 0 0 420px; }
}
@media screen and (max-width: 1100px) {
    #new-index-body .container { width: 960px !important; }
    #new-index-body .new-init-1 .top .left h3 { font-size: 3.4rem; }
    #new-index-body .new-init-1 .top .right { -webkit-box-flex: 0; -ms-flex: 0 0 340px; flex: 0 0 340px; }
    .process-steps { gap: 0; }
    .step { min-width: 130px; padding: 22px 14px; }
    .cert-item { -ms-flex: 0 0 calc(50% - 28px); -webkit-box-flex: 0; flex: 0 0 calc(50% - 28px); }
    .partner-item { -ms-flex: 0 0 calc(50% - 24px); -webkit-box-flex: 0; flex: 0 0 calc(50% - 24px); }
    .mfg-step { -ms-flex: 0 0 calc(50% - 28px); -webkit-box-flex: 0; flex: 0 0 calc(50% - 28px); }
    .case-item { -ms-flex: 0 0 calc(33.33% - 16px); -webkit-box-flex: 0; flex: 0 0 calc(33.33% - 16px); }
    .form-col { -ms-flex: 0 0 380px; -webkit-box-flex: 0; flex: 0 0 380px; }
}
@media screen and (max-width: 960px) {
    #new-index-body .container { width: 100% !important; padding: 0 20px; }
    #new-index-body #Advheader .nav .box { display: none; }
    #new-index-body #Advheader .nav { height: auto; line-height: 1; padding: 16px 0; }
    #new-index-body #Advheader .nav .menu { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
    #new-index-body .new-init-1 .top { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 48px 0; }
    #new-index-body .new-init-1 .top .right { -webkit-box-flex: none; -ms-flex: none; flex: none; width: 100%; max-width: 480px; }
    #new-index-body .new-init-2 .acc .top.grid-box.two { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 32px; }
    #new-index-body .new-init-2 .acc .acc-bot .top { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; }
    #new-index-body .new-init-2 .acc .acc-bot .top .left { padding-left: 0; }
    #new-index-body .new-init-2 .acc .right { height: 280px; width: 100%; }
    #new-index-body .new-init-4 .new-top.grid-box.two { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
    #new-index-body .new-init-4 .container { width: 100% !important; padding: 0 20px; }
    .process-steps { gap: 12px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
    .step-arrow { display: none; }
    .step { min-width: 140px; -webkit-box-flex: 0; -ms-flex: 0 0 calc(50% - 12px); flex: 0 0 calc(50% - 12px); max-width: none; }
    /* FAQ + Form stack on mobile */
    .acc-faq-form.grid-box.two { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 48px; }
    .form-col { -webkit-box-flex: none; -ms-flex: none; flex: none; width: 100%; }
    .new-init-usp .usp-list { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
    .new-init-usp .usp-list li { -webkit-box-flex: 0; -ms-flex: 0 0 calc(50% - 16px); flex: 0 0 calc(50% - 16px); }
    .cert-item { -ms-flex: 0 0 calc(50% - 28px); -webkit-box-flex: 0; flex: 0 0 calc(50% - 28px); }
    .partner-item { -ms-flex: 0 0 calc(50% - 24px); -webkit-box-flex: 0; flex: 0 0 calc(50% - 24px); }
    .mfg-step { -ms-flex: 0 0 calc(50% - 28px); -webkit-box-flex: 0; flex: 0 0 calc(50% - 28px); }
    .case-item { -ms-flex: 0 0 calc(50% - 16px); -webkit-box-flex: 0; flex: 0 0 calc(50% - 16px); height: 200px; }
    .cases-tab { padding: 12px 28px; font-size: 1.5rem; }
}
@media screen and (max-width: 640px) {
    #new-index-body .new-init-1 .top .left h3 { font-size: 2.8rem; }
    #new-index-body .new-init-2 .acc h4 { font-size: 2.6rem; }
    #new-index-body .new-title2 h3 { font-size: 2.8rem; }
    .hero-stats { gap: 12px; }
    .stat-item { padding: 10px 16px; min-width: 80px; }
    .step { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
    .new-init-usp .usp-list li { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; }
    .cert-item { -ms-flex: 0 0 calc(50% - 28px); -webkit-box-flex: 0; flex: 0 0 calc(50% - 28px); }
    .partner-item { -ms-flex: 0 0 calc(50% - 24px); -webkit-box-flex: 0; flex: 0 0 calc(50% - 24px); }
    .mfg-step { -ms-flex: 0 0 100%; -webkit-box-flex: 0; flex: 0 0 100%; }
    .case-item { -ms-flex: 0 0 calc(50% - 16px); -webkit-box-flex: 0; flex: 0 0 calc(50% - 16px); height: 160px; }
    .cases-tab { padding: 12px 18px; font-size: 1.4rem; }
    .faq-title { font-size: 2.4rem; }
    .Stick { width: 46px; height: 46px; right: 16px; }
}
@media screen and (max-width: 420px) {
    #new-index-body .new-init-1 .top .left h3 { font-size: 2.4rem; }
    #new-index-body .new-init-1 .top .left a.more { padding: 0 22px; font-size: 1.5rem; }
    .cert-item { -ms-flex: 0 0 100%; -webkit-box-flex: 0; flex: 0 0 100%; max-width: 320px; }
    .partner-item { -ms-flex: 0 0 calc(50% - 24px); -webkit-box-flex: 0; flex: 0 0 calc(50% - 24px); }
    .case-item { -ms-flex: 0 0 100%; -webkit-box-flex: 0; flex: 0 0 100%; height: 200px; }
}