
/* 产品卡片区域-1列 */
.product-section{
    display: block;
    width:100%;
}
.index-product-card{
    width: 1200px;
    margin: 0 auto;
}
.index-product-card .product-img{
    width: 500px;
    height: 500px;
}
.product-text{
    width: 700px;
    padding-right: 80px;
}
.product-button {
    width: 700px;
}

.product-text h1{
    font-size: 48px;
    margin-top:100px;
    font-weight: 300;
}
.product-text h4{
    margin-top: 20px;
    font-weight: 400;
}
.product-text p{
    margin-top: 20px;
    font-weight: 400;
}
.product-text a{
    margin-top: 5px;
}


/* 响应式设计 */
@media (max-width: 992px) {
     /*产品卡片区域-1列*/
    .product-section {
        height: auto;
    }
    .index-product-card {
        width: 100%;
        flex-direction: column;
    }
    .index-product-card .product-img {
        width: 300px;
        height: auto;
        margin: 0 auto;
        order: 4;
    }
    .product-text {
        width: 100%;
        padding-right: 0;
        text-align: center;
        order: 1;
    }
    .product-text h1 {
        font-size: 30px;
        margin-top:20px;
        margin-bottom: 15px;
    }
    .product-text h4 {
        font-size: 16px;
        margin-bottom: 25px;
        text-align: center;
    }
    .product-button {
        width: 100%;
        text-align: center;
    }
    .product-text p {
        display: none;
    }
    .text-align-right {
        text-align: center !important;
    }
}

/* 服务优势模块 */
.service-advantage-section {

}

.service-advantage-section .section-title {
    margin-bottom: 50px;
}

.advantage-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.advantage-item {
    background-color: #ffffff;
    padding: 30px 20px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    border: 1px solid #f5f5f7;
}

.advantage-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
    border-color: #e0e0e0;
}

.advantage-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f7fa;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.advantage-item:hover .advantage-icon {
    background-color: #e8f0fe;
    transform: scale(1.1);
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: inherit;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.advantage-icon-text {
    font-size: 40px;
    color: #0071e3;
    transition: all 0.3s ease;
}

.advantage-item:hover .advantage-icon-text {
    color: #0056b3;
    transform: scale(1.1);
}

.advantage-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.advantage-item h3 {
    font-size: 18px;
    font-weight: 600;
    color: #323233;
    margin-bottom: 12px;
}

.advantage-item p {
    font-size: 14px;
    color: #646566;
    line-height: 1.6;
    margin: 0;
}

/* 联系咨询模块 */
.contact-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.contact-section .section-title {
    margin-bottom: 40px;
}

.contact-container {
    display: flex;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.contact-info {
    flex: 1;
    background-color: #fafafa;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 30px;
}

.contact-item:last-child {
    margin-bottom: 0;
}
.profile-text h3 {
  font-size: 32px;
  font-weight: 500;
  color: #333;
  margin-bottom: 20px;
  letter-spacing: -0.3px;
}

.profile-text p {
  font-size: 18px;
  color: #777;
  line-height: 1.8;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .profile-text h3 {
    font-size: 24px;
    text-align: center;
  }
  .profile-text p {
    font-size: 16px;
  }
}
.in-process li {
  float: left;
  width: 16.666666%;
  display: block;
  text-align: center;
}
.in-process li h4 {
  margin-top: 10px;
  font-size: 18px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.in-process li p {
  margin-top: 10px;
  font-size: 12px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #888;
}
.process-icon {
    font-size: 55px;
    color: #0071e3;
}

@media (max-width: 767px) {
  .in-process li {
    padding: 0 10px;
    width: 16.666666%;
  }
  .in-process li h4 {
    margin-top: 6px;
    font-size: 14px;
  }
  .in-process li p {
    display:none;
  }
  .process-icon {
    font-size: 45px;
    color: #0071e3;
  }
}
.contact-item .contact-icon {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    display: flex;
    font-size: 40px;
    color: #0071e3;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.contact-item .contact-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.contact-item .contact-text h3 {
    font-size: 16px;
    font-weight: 600;
    color: #323233;
    margin-bottom: 8px;
}

.contact-item .contact-text p {
    font-size: 14px;
    color: #646566;
    line-height: 1.6;
    margin: 0;
}

.contact-form {
    flex: 1;
    background-color: #fafafa;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.form-group {
    margin-bottom: 20px;
}

.form-group input,
.form-group textarea,
.form-group-checkcode input {
    width: 100%;
    padding: 12px 16px;
    font-size: 14px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background-color: #ffffff;
    transition: all 0.3s ease;
}
.form-group-checkcode {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.form-group-checkcode input {
    width: 60%;
}
.form-group-checkcode img {
    width: auto;
    height: 44px;
    vertical-align: middle;
    border-radius: 8px;
    cursor: pointer;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group-checkcode input:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.1);
    transform: translateY(-1px);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.submit-btn {
    display: inline-block;
    width: 100%;
    padding: 14px;
    font-size: 16px;
    font-weight: 600;
    color: var(--white);
    background-color: var(--primary-color);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    background-color: var(--primary-hover);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 102, 204, 0.2);
}

/* 服务优势模块响应式设计 */
@media (max-width: 1200px) {
    .advantage-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .advantage-list {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .advantage-item {
        padding: 24px 16px;
    }
    
    .advantage-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 16px;
    }
    
    .advantage-icon img {
        width: 30px;
        height: 30px;
    }
    
    .advantage-item h3 {
        font-size: 16px;
    }
    
    .advantage-item p {
        font-size: 13px;
    }
    
    /* 联系咨询模块响应式设计 */
    .contact-container {
        flex-direction: column;
        gap: 20px;
    }
    
    .contact-info,
    .contact-form {
        padding: 24px 16px;
    }
    
    .contact-item {
        margin-bottom: 24px;
    }
    
    .contact-item .contact-icon {
        width: 40px;
        height: 40px;
    }
    
    .contact-item .contact-icon img {
        width: 20px;
        height: 20px;
    }
    
    .contact-item .contact-text h3 {
        font-size: 14px;
    }
    
    .contact-item .contact-text p {
        font-size: 13px;
    }
    
    .form-group input,
    .form-group textarea {
        padding: 10px 14px;
        font-size: 13px;
    }
    
    .submit-btn {
        padding: 12px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .service-advantage-section,
    .contact-section {
        padding: 40px 0;
    }
    
    .advantage-item {
        padding: 20px 12px;
    }
    
    .contact-info,
    .contact-form {
        padding: 20px 12px;
    }
}

