.daisheng-banner { background: linear-gradient(rgba(255,152,0,0.85), rgba(230,81,0,0.9)), url(../images/3.jpg) no-repeat center; background-size: cover; min-height: 400px; padding: 8em 0; }
.daisheng-banner h2 { color: #fff; font-size: 3em; font-weight: 700; text-align: center; margin-bottom: 0.5em; }
.daisheng-banner p { color: #fff3e0; font-size: 1.2em; text-align: center; max-width: 800px; margin: 0 auto; }
.daisheng-section { padding: 5em 0; }
.daisheng-section:nth-child(even) { background: #fff3e0; }
.daisheng-card { background: #fff; border-radius: 8px; box-shadow: 0 4px 20px rgba(255,152,0,0.15); padding: 2em; margin-bottom: 2em; transition: all 0.3s ease; border-left: 4px solid #ff9800; }
.daisheng-card:hover { transform: translateY(-5px); box-shadow: 0 8px 30px rgba(255,152,0,0.25); }
.daisheng-card h4 { color: #e65100; font-size: 1.5em; margin-bottom: 1em; }
.daisheng-card p { color: #555; line-height: 1.8em; }
.daisheng-stats { background: linear-gradient(135deg, #e65100 0%, #ff9800 100%); padding: 4em 0; }
.daisheng-stats h3, .daisheng-stats p, .daisheng-stats .counter { color: #fff; }
.daisheng-stats h3 { font-size: 1.3em; margin-top: 1em; }
.daisheng-contact { background: #fff3e0; padding: 4em 0; text-align: center; }
.daisheng-contact h3 { color: #e65100; font-size: 2em; margin-bottom: 1em; }
.daisheng-contact p { color: #ff9800; font-size: 1.2em; }
.daisheng-contact a { color: #e65100; font-weight: 700; }
.qual-badge { display: inline-block; background: #ff9800; color: #fff; padding: 0.5em 1.5em; border-radius: 20px; margin: 0.5em; font-weight: 600; }
