#banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont{
    max-width: 800px;
}
#banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .title .title2{
    font-size: 24px;
}
#banner .swiper .swiper-wrapper .swiper-slide{
    max-height: 700px;
}
#banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .tips_des{
    line-height: 2;
}
.contact-page .init-2 .container .list_cont .list .title{margin-bottom: 0}
.page-container{
    font-family: 'Arial', sans-serif;
    background: #fafafa;
}
.page-container .container{
    display: flex;
    max-width: 1200px;
    margin: 30px auto;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    min-height: 700px;
}
.product-area {
    flex: 3;
    padding: 40px;
    background: #fff;
    display: flex;
    flex-direction: column;
}
.product-area h2 {
    color: #005bac;
    margin-bottom: 30px;
    font-size: 32px;
    border-bottom: 2px solid #eaeaea;
    padding-bottom: 15px;
    font-weight: bold;
}
.product-gallery {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.product-item {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #f0f0f0;
}
.product-image-container {
    position: relative;
    width: 250px;
    height: 180px;
    flex-shrink: 0;
    background: linear-gradient(135deg, #f5f7fa 0%, #e4e8ed 100%);
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-image-placeholder {
    text-align: center;
    color: #7d8b9a;
    padding: 20px;
}
.slider-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.product-info {
    flex: 1;
}
.product-title {
    color: #005bac;
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 600;
}
.product-features {
    list-style: none;
    margin-top: 15px;
}
.product-features li {
    padding: 5px 0;
    padding-left: 20px;
    position: relative;
    color: #666;
}
.product-features li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #005bac;
    font-weight: bold;
}
.product-item:last-child {
    border-bottom: none;
}
.form-area {
    
    flex: 1;
    min-width: 300px;
    padding: 30px;
    background: #f5f7fa;
    border-left: 1px solid #eaeaea;
}
.form-title {
    color: #005bac;
    font-size: 22px;
    margin-bottom: 25px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(0, 91, 172, 0.2);
}

.contact-form {
    width: 100%;
}
.form-group {
    margin-bottom: 20px;
}
.form-group label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    color: #333;
    font-size: 14px;
}
.form-group.required label::after {
    content: " *";
    color: #ff3b30;
}
.form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    transition: border 0.3s;
}
.form-group.required label::after {
    content: " *";
    color: #ff3b30;
}
.form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    transition: border 0.3s;
}
textarea.form-control {
    min-height: 120px;
    resize: vertical;
    font-family: inherit;
}
.submit-btn {
    width: 100%;
    background: #005bac;
    color: white;
    border: none;
    padding: 14px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
    margin-top: 10px;
}
.form-note {
    font-size: 14px;
    color: #777;
    text-align: center;
    margin-top: 20px;
    line-height: 1.5;
}

.contact-page .init-2 .container .list_cont .list .title{
    font-size: 20px;
}
.seoPublic>div{
    padding-top: 0;
    background: #fafafa;
}

.cta-strip {
    width: 100%;
    background: #005bac;
    padding: 80px 20px;
}
.cta-inner {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}
.cta-title {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
}
.cta-subtitle {
    font-size: 16px;
    margin-bottom: 40px;
    line-height: 1.6;
    opacity: 0.95;
}
.cta-form {
    max-width: 800px;
    margin: 0 auto;
    background: #ffffff;
    padding: 35px 30px;
    border-radius: 6px;
}
.form-row {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}
.cta-form input, .cta-form select, .cta-form textarea {
    width: 100%;
    flex: 1;
    padding: 12px 14px;
    font-size: 14px;
    color: black;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}
.cta-btn {
    margin-top: 20px;
    background: #005bac;
    color: #fff;
    border: none;
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
}
.cta-note {
    margin-top: 15px;
    font-size: 13px;
    color: #666;
    text-align: center;
}

@media (max-width: 1000px) {
    #banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .title{
        font-size: 28px;
        line-height: 1.4;
        text-shadow: 
            0 0 5px #fff, 
            0 0 10px #fff, 
            0 0 15px #fff;
    }
    #banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .title .title2{
        font-size: 20px;
        margin-top: 10px;
    }
    #banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .tips_des{
        text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
    }
    .page-container .container{
        display: block;
    }
    .form-area{
        width: 100%;
        display: block;
    }
    .product-item{
        display: block;
    }
    .product-area{
        width: 100%;
    }
    .product-image-container{
        width: 100%;
        height: auto;
    }
    .product-info{
        width: 100%;
        margin-top: 20px;
    }
    .product-item{
        flex-wrap: wrap;
    }
    .cta-form input, .cta-form select, .cta-form textarea{
        width: 100%;
        flex: none;
    }
}

@media (max-width: 500px) {
    #banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .title{
        font-size: 24px;
    }
    .product-area{
        padding: 20px 0;
    }
    .form-area{
        min-width: 100%;
        margin-bottom: 20px;
        padding: 30px 16px;
    }
    .product-area h2{
        font-size: 24px;
    }
    
    .page-container{
        padding-top: 20px;
    }
    .cta-strip{
        padding: 40px 10px;
    }
    .cta-form{
        padding: 30px 16px;
    }
    .cta-title{
        font-size: 24px;
    }
}