/* 全局样式重置 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Arial', sans-serif;
}

body {
    color: #333;
    line-height: 1.6;
    background-color: #fff;
}

a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s;
}

ul {
    list-style: none;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.btn {
    display: inline-block;
    background-color: #e74c3c;
    color: white;
    padding: 12px 30px;
    border-radius: 4px;
    font-weight: bold;
    transition: background-color 0.3s;
    cursor: pointer;
    border: none;
    font-size: 16px;
    text-align: center;
}

.btn:hover {
    background-color: #c0392b;
}

.section-title {
    font-size: 32px;
    text-align: center;
    margin-bottom: 40px;
    color: #2c3e50;
}

/* 顶部栏样式 */
.top-bar {
    background-color: #f8f9fa;
    padding: 8px 0;
    font-size: 14px;
    border-bottom: 1px solid #eaeaea;
}

.top-bar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-bar-links a {
    margin-left: 20px;
    color: #555;
}

.top-bar-links a:hover {
    color: #e74c3c;
}

.logo {
    font-size: 22px;
    font-weight: bold;
    color: #e74c3c;
}

/* 折扣横幅 */
.discount-banner {
    background-color: #e74c3c;
    color: white;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
    font-size: 16px;
}

/* 英雄区域样式 */
.hero {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../images/35bg.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 120px 0;
}
.hero .hero-info {
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
}
.hero h1 {
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #ff6600;
}

.hero .hero-bottom {
    font-size: 20px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
}
.hero .hero-button {
    margin-top: 50px;
    font-size: 20px;
}
.hero .check-icon {
    color: #ff6600;
    font-size: 1.8rem;
    margin-right: 15px;
    flex-shrink: 0;
    margin-top: 5px;
}

.founder-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;

}

/* 头部创始人区域 */
.founder-section {
    text-align: center;
    margin-bottom: 50px;
    padding: 30px 0;
}

.founder-title {
    color: #333;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.founder-subtitle {
    color: #666;
    font-size: 16px;
}
.founder-img {
    width:100%;
}
/*专业物流解决方案*/
.growth-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* 标题样式 - 粉色大标题 */
.growth-container .main-title {
    color: #333;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 30px;
    text-align: center;
}

/* 增长数据样式 */
.growth-container .growth-section {
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 35px;
    border-left: 5px solid #ff6600;
}

.growth-container .growth-text {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
}

/* 内容段落样式 */
.growth-container .content-section {
    margin-bottom: 40px;
}

.growth-container .content-text {
    font-size: 1.3rem;
    line-height: 1.7;
    color: #333;
    margin-bottom: 20px;
}

/* 响应式设计 - 移动端适配 */
@media (max-width: 768px) {

    .growth-container {
        padding: 30px 20px;
        box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
    }

    .growth-container .main-title {
        font-size: 2.1rem;
        margin-bottom: 25px;
    }

    .growth-container .growth-section {
        padding: 20px;
        margin-bottom: 30px;
    }

    .growth-container .growth-text {
        font-size: 1.3rem;
    }

    .growth-container .content-text {
        font-size: 1.15rem;
    }

}

@media (max-width: 480px) {
    .growth-container .main-title {
        font-size: 1.8rem;
    }

    .growth-container  .growth-text {
        font-size: 1.2rem;
    }

    .growth-container .content-text {
        font-size: 1.1rem;
    }

}
/* 包装和检验服务 */
.stagess-container {
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 12px;
    padding: 0px 40px;
}

.stagess-container .header {
    margin-bottom: 10px;
}

.stagess-container .header-h1 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.3;
}

.stagess-container .service-intro {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #333;
}
.pack-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
}

.pack-container .text-section {
    width: 60%;
    padding: 0px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pack-container .image-section {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
}

.pack-container .image-overlay {
    width:70%;
}

.pack-container .header-h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
}

.pack-container .description {
    font-size: 1.2rem;
    line-height: 1.7;
    margin-bottom: 10px;
    color: #333;
}

.pack-container .team-highlight {
    background-color: #f8f8f8;
    padding: 25px;
    border-radius: 8px;
    border-left: 4px solid #ff6600;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #333;
}

/* 响应式设计 */
@media (max-width: 992px) {
    .pack-container {
        flex-direction: column;
    }

    .pack-container .text-section {
        padding: 40px 30px;
    }

    .pack-container .image-section {
        min-height: 400px;
        padding: 30px;
    }

}

@media (max-width: 768px) {
    .pack-container .header-h1 {
        font-size: 2rem;
    }

    .pack-container .description {
        font-size: 1.1rem;
    }

}

@media (max-width: 576px) {

    .pack-container .text-section {
        padding: 30px 20px;
    }

    .pack-container .image-section {
        padding: 20px;
        min-height: 350px;
    }

    .pack-container .header-h1 {
        font-size: 1.8rem;
    }

    .pack-container .description {
        font-size: 1rem;
    }

    .pack-container .team-highlight {
        padding: 20px;
        font-size: 1rem;
    }

}


/* 表单样式 */
.form-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form-container .form-title {
    width: 50%;
    font-size: 3.5rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
    padding: 20px;
}

.form-container .form-content {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.form-container .form-group {
    width: 100%;
    max-width: 500px;
    margin-bottom: 10px;
}

.form-container .form-group label {
    display: block;
    font-size: 1.1rem;
    margin-bottom: 8px;
    color: #333;
}

.form-container .form-group input,
.form-container .form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #333;
    border-radius: 4px;
    font-size: 1rem;
    transition: border-color 0.3s;
}

.form-container .form-group:nth-child(2) input,
.form-container .form-group:nth-child(4) textarea {
    border-color: #333;
}

.form-container .form-group input:focus,
.form-container .form-group textarea:focus {
    outline: none;
    border-color: #ff6b00;
}

.form-container .form-group textarea {
    height: 120px;
    resize: vertical;
}

.form-container .submit-btn {
    background-color: #ff6b00;
    color: white;
    border: none;
    padding: 14px 30px;
    font-size: 1.1rem;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
    text-transform: uppercase;
    margin-top: 10px;
    width: 100%;
    max-width: 500px;
}

.form-container .submit-btn:hover {
    background-color: #e55a00;
}

@media (max-width: 992px) {
    .form-container .form-title {
        font-size: 3rem;
        width: 35%;
    }

    .form-container .form-content {
        width: 65%;
    }
}

@media (max-width: 768px) {
    .form-container .form-container {
        flex-direction: column;
    }

    .form-container .form-title {
        width: 100%;
        text-align: center;
        font-size: 2.5rem;
        margin-bottom: 30px;
        padding-right: 0;
    }

    .form-container .form-content {
        width: 100%;
        align-items: center;
    }

    .form-container .form-group {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .form-container .form-title {
        font-size: 2rem;
    }

    .form-container .form-group input,
    .form-container .form-group textarea {
        padding: 10px 12px;
    }

    .form-container .submit-btn {
        padding: 12px 20px;
        font-size: 1rem;
    }
}

/* 联系方式样式 */
.contact-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

.contact-container .contact-info {
    width: 50%;
    padding: 60px 40px;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-container .contact-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

.contact-container .contact-subtitle {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 40px;
}

.contact-container .contact-details {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.contact-container .contact-item {
    display: flex;
    align-items: flex-start;
}

.contact-container .contact-icon {
    width: 24px;
    height: 24px;
    margin-right: 15px;
    margin-top: 2px;
    color: #ff6b00;
}

.contact-container .contact-text {
    flex: 1;
}

.contact-container .contact-label {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 1.1rem;
}

.contact-container .contact-value {
    color: #555;
    font-size: 1.1rem;
}

.contact-container .contact-image-div {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
}
.contact-container .contact-image-div  .contact-image {
    width: 100%;
}
.contact-container .truck-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media (max-width: 992px) {
    .contact-container .contact-image {
        width: 100%;
    }

    .contact-container .contact-info {
        padding: 40px 30px;
    }

    .contact-container .contact-image {
        min-height: 300px;
        order: -1;
    }
}

@media (max-width: 576px) {
    .contact-container .contact-image {
        width: 100%;
    }
    .contact-container .contact-info {
        padding: 30px 20px;
    }

    .contact-container .contact-title {
        font-size: 2rem;
    }

    .contact-container .contact-subtitle {
        font-size: 1.1rem;
    }

    .contact-container .contact-label, .contact-value {
        font-size: 1rem;
    }

    .contact-container .image-placeholder {
        font-size: 1rem;
    }

    .contact-container .image-placeholder i {
        font-size: 3rem;
    }
}

/* 页脚样式 */
.footer {
    background-color: #2c3e50;
    color: white;
    padding: 60px 0 30px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.footer-column h3 {
    margin-bottom: 20px;
    font-size: 18px;
    color: #ecf0f1;
}

.footer-column ul li {
    margin-bottom: 10px;
}

.footer-column ul li a {
    color: #bdc3c7;
}

.footer-column ul li a:hover {
    color: #e74c3c;
}

.contact-info {
    margin-bottom: 20px;
    color: #bdc3c7;
    line-height: 1.6;
}

.contact-info p {
    margin-bottom: 8px;
}

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgba(255,255,255,0.1);
    border-radius: 50%;
    transition: background-color 0.3s;
}

.social-links a:hover {
    background-color: #e74c3c;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 5px;
    text-align: center;
    font-size: 14px;
    color: #bdc3c7;
}

.footer-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 15px 0;
}

.footer-links a {
    margin: 0 10px;
    color: #bdc3c7;
}

.footer-links a:hover {
    color: #e74c3c;
}

/* 响应式设计 */
@media (max-width: 992px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .advantages-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-content {
        grid-template-columns: repeat(2, 1fr);
    }

    .process-steps {
        flex-direction: column;
        gap: 30px;
    }

    .process-steps::before {
        display: none;
    }

    .hero h1 {
        font-size: 36px;
    }

    .hero p {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .navbar-content {
        flex-direction: column;
        min-height: 50px;
    }

    .nav-links {
        margin-top: 15px;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .nav-links li {
        margin: 5px 10px;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    .advantages-grid {
        grid-template-columns: 1fr;
    }

    .footer-content {
        grid-template-columns: 1fr;
    }

    .pricing-comparison {
        flex-direction: column;
        align-items: center;
    }

    .top-bar-content {
        flex-direction: column;
        gap: 10px;
    }

    .top-bar-links {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .top-bar-links a {
        margin: 0 10px 5px 0;
    }

    .section-title {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .hero {
        padding: 80px 0;
    }

    .hero h1 {
        font-size: 28px;
    }

    .hero p {
        font-size: 16px;
    }

    .features, .process, .pricing, .advantages, .testimonials, .contact-form-section {
        padding: 60px 0;
    }
}