.top-contact-bar {
	background: #e65100;
	color: #fff;
	padding: 8px 0;
	font-size: 14px;
}
.top-contact-bar a { color: #fff; text-decoration: none; }
.top-contact-bar .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.navbar-brand-long {
	font-size: 14px;
	white-space: normal;
	line-height: 1.3;
	max-width: 320px;
	color: #333 !important;
	font-weight: 700;
}
.zhuyun-hero {
	background: linear-gradient(135deg, #bf360c 0%, #e65100 50%, #f57c00 100%);
	color: #fff;
	padding: 80px 0 60px;
	text-align: center;
}
.zhuyun-hero h1 { font-size: 42px; font-weight: 700; margin-bottom: 20px; }
.zhuyun-hero p { font-size: 18px; max-width: 800px; margin: 0 auto 30px; line-height: 1.8; }
.service-card {
	background: #fff;
	border-radius: 8px;
	padding: 30px;
	margin-bottom: 30px;
	box-shadow: 0 2px 15px rgba(0,0,0,0.08);
	transition: transform 0.3s;
	border-left: 4px solid #f57c00;
}
.service-card:hover { transform: translateY(-5px); }
.service-card h4 { color: #bf360c; font-weight: 700; margin-bottom: 15px; font-size: 22px; }
.service-card h5 { color: #e65100; font-weight: 600; margin-bottom: 10px; }
.service-card p { color: #555; line-height: 1.8; }
.service-sub-list { list-style: none; padding: 0; }
.service-sub-list li { padding: 8px 0; border-bottom: 1px solid #f0f0f0; color: #555; }
.service-sub-list li i { color: #f57c00; margin-right: 10px; }
.stats-banner {
	background: linear-gradient(135deg, #e65100, #bf360c);
	color: #fff;
	padding: 60px 0;
}
.stats-banner .stat-item { text-align: center; padding: 20px; }
.stats-banner .stat-item h2 { font-size: 48px; font-weight: 700; }
.stats-banner .stat-item p { font-size: 16px; opacity: 0.9; }
.advantage-item {
	background: #f8f9fa;
	padding: 25px;
	border-radius: 8px;
	border-left: 4px solid #f57c00;
	margin-bottom: 20px;
}
.advantage-item h5 { color: #bf360c; font-weight: 700; margin-bottom: 10px; }
.process-step { display: flex; margin-bottom: 30px; align-items: flex-start; }
.process-step .step-num {
	background: #f57c00;
	color: #fff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 700;
	flex-shrink: 0;
	margin-right: 20px;
}
.process-step .step-content h5 { color: #bf360c; font-weight: 700; margin-bottom: 5px; }
.process-step .step-content p { color: #666; line-height: 1.7; }
.contact-form-section {
	background: #fff;
	padding: 40px;
	border-radius: 8px;
	box-shadow: 0 2px 15px rgba(0,0,0,0.08);
}
.contact-form-section h3 { color: #bf360c; font-weight: 700; margin-bottom: 30px; }
.contact-info-card {
	background: linear-gradient(135deg, #e65100, #f57c00);
	color: #fff;
	padding: 40px;
	border-radius: 8px;
	height: 100%;
}
.contact-info-card h3 { color: #fff; font-weight: 700; margin-bottom: 30px; }
.contact-info-item { display: flex; align-items: flex-start; margin-bottom: 25px; }
.contact-info-item i { font-size: 24px; margin-right: 15px; margin-top: 3px; }
.contact-info-item h5 { color: #fff; font-weight: 600; margin-bottom: 5px; }
.contact-info-item p { color: rgba(255,255,255,0.9); margin: 0; }
