Services
/* PARTSZF 核心业务版块 – 专属定制架构 (4大支柱版) */
.xh-srv-wrapper {
font-family: -apple-system, BlinkMacSystemFont, «Segoe UI», Roboto, sans-serif;
color: #1A2B3C;
background-color: #FFFFFF;
line-height: 1.6;
}
/* 1. 权威介绍与 SEO 关键词区 */
.xh-srv-intro {
max-width: 1200px;
margin: 0 auto;
padding: 6rem 1.5rem 4rem;
text-align: center;
}
.xh-srv-intro h2 {
font-size: 2.8rem;
font-weight: 800;
color: #1A2B3C;
margin-bottom: 1.5rem;
letter-spacing: -1px;
}
.xh-srv-intro p {
font-size: 1.15rem;
color: #4A5568;
max-width: 950px;
margin: 0 auto 2.5rem;
}
.xh-srv-brands {
font-size: 0.95rem;
color: #64748B;
background: #F8F9FA;
padding: 1.5rem 2rem;
border-radius: 6px;
border: 1px solid #EAECEF;
max-width: 1050px;
margin: 0 auto;
text-align: left;
line-height: 1.8;
}
.xh-srv-brands strong { color: #1A2B3C; }
.xh-srv-brands span { color: #FFB800; font-weight: bold; margin-right: 8px; }
/* 2. 四大核心业务支柱 */
.xh-srv-pillars {
display: grid;
/* 缩小了 minmax 的值,确保宽屏下能完美并排显示 4 个卡片 */
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
gap: 2rem;
max-width: 1200px;
margin: 0 auto 6rem;
padding: 0 1.5rem;
}
.xh-srv-pillar-card {
background: #FFFFFF;
border: 1px solid #EAECEF;
padding: 2.5rem 2rem; /* 稍微调整内边距适应 4 列 */
border-top: 4px solid #1A2B3C;
box-shadow: 0 4px 12px rgba(0,0,0,0.03);
transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
display: flex;
flex-direction: column;
}
.xh-srv-pillar-card:hover {
box-shadow: 0 20px 40px rgba(26,43,60,0.12);
border-top-color: #FFB800;
transform: translateY(-6px);
}
.xh-srv-pillar-card h3 {
font-size: 1.35rem; /* 字体微调适应 4 列 */
font-weight: 800;
margin-bottom: 1rem;
display: flex;
align-items: center;
gap: 12px;
}
.xh-srv-pillar-card h3::before {
content: »;
display: inline-block;
width: 6px;
height: 22px;
background: #FFB800;
flex-shrink: 0;
}
.xh-srv-pillar-card p {
font-size: 0.95rem;
color: #64748B;
margin: 0;
flex-grow: 1;
}
/* 3. 硬核服务清单区 */
.xh-srv-capabilities {
background: #1A2B3C;
color: #FFFFFF;
padding: 7rem 1.5rem;
}
.xh-srv-cap-inner {
max-width: 1200px;
margin: 0 auto;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 5rem;
align-items: center;
}
.xh-srv-cap-content h2 {
font-size: 2.5rem;
font-weight: 800;
margin-bottom: 1.5rem;
color: #FFFFFF;
line-height: 1.2;
}
.xh-srv-cap-content p {
font-size: 1.1rem;
color: #A0AEC0;
margin-bottom: 2.5rem;
max-width: 550px;
}
.xh-srv-list {
list-style: none;
padding: 0;
margin: 0;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 1.5rem;
}
.xh-srv-list li {
font-size: 1.05rem;
display: flex;
align-items: flex-start;
gap: 12px;
color: #E2E8F0;
font-weight: 500;
}
.xh-srv-list li svg {
flex-shrink: 0;
width: 22px;
height: 22px;
fill: none;
stroke: #FFB800;
stroke-width: 3;
stroke-linecap: round;
stroke-linejoin: round;
margin-top: 2px;
}
.xh-srv-cta-btn {
display: inline-block;
background: #FFB800;
color: #1A2B3C;
font-weight: 800;
font-size: 1.1rem;
padding: 1.2rem 2.5rem;
text-decoration: none !important;
border-radius: 4px;
margin-top: 3.5rem;
transition: all 0.3s ease;
}
.xh-srv-cta-btn:hover {
background: #FFFFFF;
transform: translateY(-3px);
box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}
.xh-srv-cap-graphic {
background: rgba(255,255,255,0.03);
border: 1px solid rgba(255,255,255,0.08);
border-radius: 8px;
padding: 4rem;
text-align: center;
position: relative;
overflow: hidden;
}
.xh-srv-cap-graphic::before {
content: »;
position: absolute;
top: 0; left: 0; right: 0; height: 3px;
background: linear-gradient(90deg, transparent, #FFB800, transparent);
}
.xh-srv-cap-graphic svg {
width: 160px; height: 160px;
opacity: 0.1; fill: #FFFFFF; margin-bottom: 2rem;
}
.xh-srv-cap-graphic h3 {
color: #FFB800; font-size: 1.6rem; font-weight: 800; margin-bottom: 0.5rem;
}
.xh-srv-cap-graphic p {
color: #A0AEC0; font-size: 1rem; margin: 0; letter-spacing: 1px;
}
@media (max-width: 992px) {
.xh-srv-cap-inner { grid-template-columns: 1fr; gap: 4rem; }
.xh-srv-cap-graphic { display: none; }
}
@media (max-width: 768px) {
.xh-srv-intro h2 { font-size: 2.2rem; }
.xh-srv-list { grid-template-columns: 1fr; }
.xh-srv-cap-content h2 { font-size: 2.2rem; }
}
ZF Off-Highway Parts Lookup and RFQ Support
Tianjin Xiaohang supports ZF part-number lookup, documentation review, and RFQ coordination for off-highway transmission buyers. complete assemblies, and replacement unit options subject to documentation and availability review to ensure your heavy machinery operates at peak efficiency.
/// Supported Equipment Applications: Our ZF transmissions and axles are the driving force behind leading construction machinery. We provide dedicated support for Liugong, XCMG, SDLG, Hyundai, Doosan, Terex, JCB, Liebherr, and Bell equipment—spanning wheel loaders, motor graders, articulating dump trucks (ADT), and wheeled excavators.
ZF Parts Lookup
We support lookup and RFQ preparation for replacement components. From critical friction discs and complex solenoid valves to complete overhaul kits, our inventory covers the entire spectrum of WG200, BP210, and ERGOPOWER series. Confirm replacement scope, documentation, and availability before ordering.
Global Repair & Return
Lacking local repair facilities? Ship your ZF transmissions to our service center in China. We seamlessly handle all two-way customs clearance (import/re-export). Benefit from our expert technicians and highly competitive labor rates for a flawless, cost-effective overhaul.
New Transmissions
Require a fast turnaround? We supply brand-new, ready-to-install ZF gearboxes and axles. For cost-effective solutions, we also offer replacement unit options subject to documentation and availability review, meticulously rebuilt and dyno-tested to meet documented inspection and application requirements.
Engineering Support
Expect immediate assistance from seasoned drivetrain specialists. We excel in remote diagnostics and rapid part identification. Simply provide your transmission nameplate, and our engineers will pinpoint the exact components required.
Precision Service. Minimized Downtime.
In the heavy-duty sector, idle machinery means lost revenue. Our technical team is dedicated to delivering rapid, precise, and highly cost-effective drivetrain solutions backed by an authorized manufacturer partnership.
- 100% ZF Components
- Rapid Nameplate Part Identification
- Remote Diagnostic Consultation
- Root Cause Failure Analysis
- Seamless 2-Way Customs Clearance
- Cost-Effective Factory Overhauls
- Standard 12-Month Warranty
- Global AOG Expedited Dispatch
Consult Our Technical Experts
PARTSZF TECHNICAL
Authorized Expertise • Maximum Uptime
Trust and Worth
Our Clients