{ «@context»: «https://schema.org», «@type»: «Product», «name»: «ZF ERGOPOWER M/L Wheel Loader Transmissions», «description»: «Genuine ZF ERGOPOWER M/L powershift transmissions (WG160, WG190, WG210, WG260, WG310) and spare parts for wheel loaders. Stocked in our 2500sqm Tianjin facility.», «brand»: { «@type»: «Brand», «name»: «ZF» }, «offers»: { «@type»: «Offer», «availability»: «https://schema.org/InStock», «seller»: { «@type»: «Organization», «name»: «Tianjin Linkworld Trading Co., Ltd. (Tianjin Xiaohang)» } } } /* ========================================== 全局与动画定义 (V5 旗舰版) ========================================== */ :root { –zf-blue: #002A4D; –accent-blue: #0085CA; –industrial-gold: #FDBA12; –glass-bg: rgba(255, 255, 255, 0.95); –text-main: #1A1A1A; –text-gray: #555555; } .partszf-premium-module * { margin: 0; padding: 0; box-sizing: border-box; } .partszf-premium-module { font-family: ‘Inter’, -apple-system, BlinkMacSystemFont, «Segoe UI», Roboto, sans-serif; color: var(–text-main); line-height: 1.7; overflow-x: hidden; background-color: #ffffff; } /* 核心入场动画 */ @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } } .animate-up { animation: fadeInUp 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; } .delay-1 { animation-delay: 0.2s; } .delay-2 { animation-delay: 0.4s; } /* ========================================== 1. Hero Section: 沉浸式宽屏大图 ========================================== */ .partszf-premium-module .hero-v5 { position: relative; padding: 150px 5% 220px; background: linear-gradient(rgba(0,30,60,0.88), rgba(0,20,40,0.92)), url(‘https://partszf.com/wp-content/uploads/2026/04/warehouse.jpg’) center/cover no-repeat; text-align: center; color: #fff; clip-path: polygon(0 0, 100% 0, 100% 88%, 0% 100%); } .partszf-premium-module .hero-v5 h1 { font-size: clamp(2.5rem, 6vw, 4.2rem); font-weight: 900; margin-bottom: 25px; letter-spacing: -1px; background: linear-gradient(180deg, #FFFFFF 0%, #D0E4F5 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .partszf-premium-module .hero-v5 .subtitle { font-size: 1.35rem; max-width: 900px; margin: 0 auto 40px; color: #A9Cce3; font-weight: 400; line-height: 1.6; } /* ========================================== 2. Stat Floating Bar: 悬浮实力数据 ========================================== */ .partszf-premium-module .stat-bar { max-width: 1300px; margin: -110px auto 80px; background: var(–glass-bg); display: grid; grid-template-columns: repeat(4, 1fr); padding: 45px 20px; border-radius: 12px; box-shadow: 0 30px 60px -15px rgba(0,42,77,0.3); position: relative; z-index: 20; backdrop-filter: blur(15px); border: 1px solid rgba(255,255,255,0.5); } .partszf-premium-module .stat-item { text-align: center; border-right: 1px solid #E0E0E0; transition: transform 0.3s ease; } .partszf-premium-module .stat-item:hover { transform: translateY(-5px); } .partszf-premium-module .stat-item:last-child { border: none; } .partszf-premium-module .stat-value { display: block; font-size: 2.8rem; font-weight: 900; color: var(–zf-blue); margin-bottom: 5px; line-height: 1; } .partszf-premium-module .stat-label { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 2px; color: var(–text-gray); font-weight: 600; } /* ========================================== 3. Content Sections: 图文交错 ========================================== */ .partszf-premium-module .section-wrap { max-width: 1440px; margin: 0 auto; padding: 60px 5%; } .partszf-premium-module .grid-2 { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 80px; align-items: center; margin-bottom: 100px; } .partszf-premium-module .content-box h2 { font-size: 2.8rem; color: var(–zf-blue); margin-bottom: 30px; line-height: 1.15; letter-spacing: -0.5px; } .partszf-premium-module .content-box h2::after { content: »; display: block; width: 80px; height: 5px; background: var(–industrial-gold); margin-top: 20px; } .partszf-premium-module .content-box p { font-size: 1.15rem; color: var(–text-gray); margin-bottom: 25px; text-align: justify; } .partszf-premium-module .image-box { text-align: center; background: #f8f9fa; border-radius: 12px; padding: 40px; box-shadow: inset 0 0 0 1px #EAEAEA; } .partszf-premium-module .image-box img { width: 100%; max-width: 500px; transition: transform 0.5s ease; } .partszf-premium-module .image-box:hover img { transform: scale(1.05); } /* ========================================== 4. SEO Compatibility Table (装载机精准大杀器) ========================================== */ .partszf-premium-module .compatibility-section { background: #F8F9FA; padding: 80px 5%; border-radius: 12px; margin-bottom: 100px; box-shadow: inset 0 0 0 1px #EAEAEA; } .partszf-premium-module .compatibility-section h2 { text-align: center; color: var(–zf-blue); font-size: 2.4rem; margin-bottom: 50px; } .partszf-premium-module .spec-table { width: 100%; max-width: 1000px; margin: 0 auto; border-collapse: collapse; background: #FFF; box-shadow: 0 10px 30px rgba(0,0,0,0.04); border-radius: 8px; overflow: hidden; } .partszf-premium-module .spec-table th { background: var(–zf-blue); color: #FFF; padding: 20px; text-align: left; font-size: 1.1rem; font-weight: 600; } .partszf-premium-module .spec-table td { padding: 18px 20px; border-bottom: 1px solid #EEE; color: var(–text-gray); font-size: 1.05rem; } .partszf-premium-module .spec-table tr:last-child td { border-bottom: none; } .partszf-premium-module .spec-table tr:hover { background: #F0F6FC; } .partszf-premium-module .badge-oem { display: inline-block; background: #E8F3FA; color: var(–accent-blue); padding: 4px 10px; border-radius: 4px; font-size: 0.85rem; font-weight: 700; margin-right: 8px; margin-bottom: 4px; } /* ========================================== 5. Tech Cards: 优势矩阵 ========================================== */ .partszf-premium-module .tech-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-bottom: 80px; } .partszf-premium-module .tech-card { background: #FFF; padding: 50px 40px; border-radius: 12px; border-top: 6px solid var(–accent-blue); box-shadow: 0 15px 35px rgba(0,0,0,0.04); transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); } .partszf-premium-module .tech-card:hover { transform: translateY(-15px); box-shadow: 0 30px 60px rgba(0,42,77,0.12); border-top-color: var(–industrial-gold); } .partszf-premium-module .tech-card h3 { font-size: 1.6rem; margin-bottom: 20px; color: var(–zf-blue); font-weight: 800; } /* ========================================== 6. Technical Resources: 下载与支持区 ========================================== */ .partszf-premium-module .resources-section { background: #F8F9FA; padding: 80px 5%; border-radius: 12px; margin-bottom: 100px; box-shadow: inset 0 0 0 1px #EAEAEA; } .partszf-premium-module .resources-section h2 { text-align: center; color: var(–zf-blue); font-size: 2.4rem; margin-bottom: 50px; } .partszf-premium-module .resource-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .partszf-premium-module .resource-card { background: #fff; border: 1px solid #EAEAEA; padding: 30px; border-radius: 8px; text-align: center; } .partszf-premium-module .resource-card h4 { color: var(–zf-blue); font-size: 1.2rem; margin-bottom: 15px; } .partszf-premium-module .btn-outline { display: inline-block; border: 2px solid var(–accent-blue); color: var(–accent-blue); padding: 10px 25px; border-radius: 50px; text-decoration: none; font-weight: 600; transition: all 0.3s; margin-top: 15px; } .partszf-premium-module .btn-outline:hover { background: var(–accent-blue); color: #fff; } /* ========================================== 7. CTA Area: 强力转化 ========================================== */ .partszf-premium-module .cta-footer { background: linear-gradient(135deg, var(–zf-blue), #001526); padding: 120px 5%; text-align: center; color: #fff; border-top: 5px solid var(–industrial-gold); } .partszf-premium-module .cta-footer h2 { font-size: 3rem; margin-bottom: 20px; letter-spacing: -0.5px; } .partszf-premium-module .btn-main { display: inline-flex; align-items: center; gap: 15px; background: var(–industrial-gold); color: var(–zf-blue) !important; padding: 22px 60px; font-size: 1.25rem; font-weight: 800; text-decoration: none; border-radius: 50px; text-transform: uppercase; letter-spacing: 1px; transition: all 0.3s; box-shadow: 0 15px 30px rgba(253, 186, 18, 0.3); } .partszf-premium-module .btn-main:hover { background: #FFF; transform: scale(1.05) translateY(-3px); box-shadow: 0 20px 40px rgba(255, 255, 255, 0.2); } /* 响应式调整 */ @media (max-width: 1024px) { .partszf-premium-module .tech-grid { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); } .partszf-premium-module .grid-2 { gap: 40px; } } @media (max-width: 900px) { .partszf-premium-module .stat-bar { grid-template-columns: 1fr 1fr; gap: 20px; margin-top: -80px; padding: 30px; } .partszf-premium-module .grid-2 { grid-template-columns: 1fr; } .partszf-premium-module .hero-v5 { padding: 120px 5% 150px; } .partszf-premium-module .content-box h2 { font-size: 2.2rem; } .partszf-premium-module .spec-table th, .partszf-premium-module .spec-table td { padding: 15px; } }

ERGOPOWER M/L Transmissions

The benchmark powershift transmission engineered to transfer maximum power and reliability to heavy-duty wheel loaders.

15%Fuel Savings
5-SpeedDirectDrive Option
TianjinLogistics Hub
2700+In-Stock SKUs

The Benchmark for Wheel Loader Productivity

The automatic-powershift ERGOPOWER M/L transmission has been specifically optimized for wheel loader applications and is considered the absolute benchmark in the off-road market. Whether you require the standard 4-speed version or the high-performance EFFICIENCY PACKAGE with 5-speed and Directdrive, this series guarantees increased productivity.

Operating from our 2,500m² Tianjin facility, Tianjin Xiaohang ensures that your wheel loader fleets never suffer from extended downtime. We maintain a comprehensive inventory of genuine ZF ERGOPOWER components, ready for immediate dispatch via Xingang Port and Beijing Airport to operations worldwide.

ZF ERGOPOWER M/L Wheel Loader Transmission

Wheel Loader OEM Compatibility

ERGOPOWER Series Wheel Loader Class Common OEM Match (Cross-Reference)
ERGOPOWER M (WG 160) 3-Ton to 4-Ton Loaders XCMG LW300KN Liugong 835H
ERGOPOWER M (WG 190 / WG 210) 5-Ton to 7-Ton Loaders XCMG LW500KV SDLG L956F Liugong 856H XCMG LW600KN
ERGOPOWER L (WG 260 / WG 310) 8-Ton to 10-Ton Mining Loaders XCMG LW900KN Liugong 890H

Cost Efficient Operation

Featuring a highly compact modular design, the ERGOPOWER M/L significantly reduces fuel consumption by up to 15% without sacrificing wheel loader breakout force.

High Shift Quality

Experience seamless gear transitions. The system is engineered to shift under load without any tractive effort interruption, maximizing operator comfort.

Robust Reliability

Built for the harshest mining and construction environments. High load capacity and reduced wear ensure your drivetrain outlasts the competition.

Technical Resources & Global Support

Construction Machinery Brochure

Comprehensive overview of ZF construction systems.

View Brochure

ZF in Wheel Loaders Data Sheet

Technical specs for ERGOPOWER and MULTITRAC.

View Data Sheet

Online Parts Inventory

Search our Tianjin warehouse for genuine replacement parts.

Search Spare Parts