/* Logo */
.logo-text {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    display: inline-block;
    padding: 10px 0;
}
.logo-text:hover {
    color: #f0ad4e;
    text-decoration: none;
}

/* Contact Bar */
.contact-bar {
    background: #f8f8f8;
    padding: 8px 0;
    border-bottom: 1px solid #e0e0e0;
}
.contact-bar .phone-number {
    font-size: 16px;
    font-weight: bold;
    color: #e74c3c;
}
.contact-bar .phone-number a {
    color: #e74c3c;
    text-decoration: none;
}
.contact-bar .phone-number a:hover {
    color: #c0392b;
}

/* Page Banner */
.page-banner {
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    text-align: center;
    color: #fff;
}
.page-banner-home {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../images/img-banner-1.jpg');
}
.page-banner-daima {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../images/img-banner-1.jpg');
}
.page-banner-daihuai {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../images/img-banner-2.jpg');
}
.page-banner-daisheng {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../images/img-banner-1.jpg');
}
.page-banner-daimu {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../images/img-banner-3.jpg');
}
.page-banner-zhuyun {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../images/img-banner-2.jpg');
}
.page-banner-about {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../images/img-banner-3.jpg');
}
.page-banner h1 {
    font-size: 36px;
    margin-bottom: 20px;
}
.page-banner p {
    font-size: 18px;
    max-width: 800px;
    margin: 0 auto;
}

/* Service Box (index) */
.service-box {
    padding: 30px 20px;
    text-align: center;
    background: #fff;
    border: 1px solid #eee;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}
.service-box:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}
.service-box .icon {
    font-size: 48px;
    color: #e74c3c;
    margin-bottom: 20px;
}
.service-box h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #333;
}
.service-box p {
    color: #666;
    line-height: 1.6;
}

/* History Item (index) */
.history-item {
    padding: 20px;
    border-left: 3px solid #e74c3c;
    margin-bottom: 20px;
    background: #f9f9f9;
}
.history-item h4 {
    color: #e74c3c;
    margin-bottom: 10px;
}
.history-item p {
    color: #666;
    line-height: 1.6;
}

/* Stat Box (index) */
.stat-box {
    text-align: center;
    padding: 30px 20px;
    background: #f5f5f5;
    margin-bottom: 30px;
}
.stat-box .number {
    font-size: 36px;
    font-weight: bold;
    color: #e74c3c;
}
.stat-box .label {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

/* Service Detail Box (DaiMa, DaiHuai, DaiSheng, DaiMu, ZhuYun) */
.service-detail-box {
    padding: 30px;
    background: #fff;
    border: 1px solid #eee;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}
.service-detail-box:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.service-detail-box .icon {
    font-size: 48px;
    color: #e74c3c;
    margin-bottom: 20px;
}
.service-detail-box h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #333;
}
.service-detail-box p {
    color: #666;
    line-height: 1.8;
}
.service-detail-box ul {
    list-style: none;
    padding: 0;
    margin-top: 15px;
}
.service-detail-box ul li {
    padding: 8px 0;
    border-bottom: 1px dashed #eee;
    color: #666;
}
.service-detail-box ul li:last-child {
    border-bottom: none;
}
.service-detail-box ul li i {
    color: #e74c3c;
    margin-right: 10px;
}

/* Breadcrumb Section */
.breadcrumb-section {
    background: #f5f5f5;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}
.breadcrumb-section a {
    color: #666;
    text-decoration: none;
}
.breadcrumb-section a:hover {
    color: #e74c3c;
}

/* CTA Section */
.cta-section {
    background: #e74c3c;
    color: #fff;
    padding: 40px 0;
    text-align: center;
}
.cta-section h2 {
    margin-bottom: 20px;
}
.cta-section .btn {
    background: #fff;
    color: #e74c3c;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: bold;
}
.cta-section .btn:hover {
    background: #f5f5f5;
    color: #c0392b;
}

/* Course Card (ZhuYun) */
.course-card {
    background: #fff;
    border: 1px solid #eee;
    margin-bottom: 30px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.course-card:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}
.course-card .course-header {
    background: #e74c3c;
    color: #fff;
    padding: 20px;
    text-align: center;
}
.course-card .course-header i {
    font-size: 48px;
    margin-bottom: 10px;
}
.course-card .course-header h4 {
    margin: 0;
}
.course-card .course-body {
    padding: 20px;
}
.course-card .course-body p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}
.course-card .course-body ul {
    list-style: none;
    padding: 0;
    margin-top: 15px;
}
.course-card .course-body ul li {
    padding: 5px 0;
    color: #666;
    font-size: 14px;
}
.course-card .course-body ul li i {
    color: #e74c3c;
    margin-right: 8px;
}

/* Company Stats (about) */
.company-stats {
    padding: 30px;
    background: #fff;
    border: 1px solid #eee;
    text-align: center;
    transition: all 0.3s ease;
}
.company-stats:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}
.company-stats .icon {
    font-size: 48px;
    color: #e74c3c;
    margin-bottom: 20px;
}
.company-stats h3 {
    font-size: 36px;
    color: #e74c3c;
    margin-bottom: 10px;
}
.company-stats p {
    color: #666;
    font-size: 16px;
}

/* Timeline Item (about) */
.timeline-item {
    padding: 20px;
    border-left: 3px solid #e74c3c;
    margin-bottom: 20px;
    background: #f9f9f9;
}
.timeline-item h4 {
    color: #e74c3c;
    margin-bottom: 10px;
}
.timeline-item p {
    color: #666;
    line-height: 1.6;
}

/* Service Card About (about) */
.service-card-about {
    padding: 25px;
    background: #fff;
    border: 1px solid #eee;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
}
.service-card-about:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}
.service-card-about .icon {
    font-size: 48px;
    color: #e74c3c;
    margin-bottom: 20px;
}
.service-card-about h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
}
.service-card-about p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

/* Product Card (DaiMa) */
.product-card {
    background: #fff;
    border: 1px solid #eee;
    margin-bottom: 30px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.product-card:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}
.product-card .product-img {
    height: 200px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 64px;
    color: #e74c3c;
}
.product-card .product-info {
    padding: 20px;
}
.product-card .product-info h4 {
    margin-bottom: 10px;
    color: #333;
}
.product-card .product-info p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

/* Process Step (DaiHuai) */
.process-step {
    text-align: center;
    padding: 30px 20px;
    background: #fff;
    border: 1px solid #eee;
    margin-bottom: 30px;
    position: relative;
}
.process-step .step-number {
    width: 50px;
    height: 50px;
    background: #e74c3c;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto 20px;
}
.process-step h4 {
    margin-bottom: 10px;
    color: #333;
}
.process-step p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

/* Warehouse Info (DaiSheng) */
.warehouse-info {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 30px;
}
.warehouse-info h4 {
    color: #e74c3c;
    margin-bottom: 15px;
}
.warehouse-info p {
    color: #666;
    line-height: 1.8;
}

/* Rental Benefit (DaiMu) */
.rental-benefit {
    text-align: center;
    padding: 30px 20px;
    background: #fff;
    border: 1px solid #eee;
    margin-bottom: 30px;
}
.rental-benefit .benefit-icon {
    font-size: 48px;
    color: #e74c3c;
    margin-bottom: 20px;
}
.rental-benefit h4 {
    margin-bottom: 10px;
    color: #333;
}
.rental-benefit p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}
