@charset "utf-8";
.contain .products{width: 100%;}
.contain .products .pro-contain{padding-top: 82px;}
.contain .products .pro-contain .pro-tit,.pro-des{text-align:center;line-height: 1;}
.contain .products .pro-contain .pro-tit{font-size: 30px;color: #333333;font-weight: 400;}
.contain .products .pro-contain .pro-des{padding: 60px 0 18px;font-size: 20px;color: #666666;}
.contain .products .pro-contain .pro-mode{font-size: 16px;color: #3a9bff;text-align: center;line-height: 1.5;}
.contain .products .pro-contain .pro-detail{margin-top: 54px;}
.contain .products .pro-contain .pro-detail .detail-ul{width: 632px;margin: 0 auto;}
.contain .products .pro-contain .pro-detail .detail-ul .detail-li{float: left;width: 210px;border-right: 1px solid #dbe7ef;}
.contain .products .pro-contain .pro-detail .detail-ul .detail-li:last-child{border: none;}
.contain .products .pro-contain .pro-detail .detail-tit{font-size: 14px;color: #667082;line-height: 1;text-align: center;}
.contain .products .pro-contain .pro-detail .detail-des{padding-top: 17px;text-align: center;font-size: 34px;color: #3a9bff;line-height: 1.2;}
.contain .products .pro-contain .pro-detail .detail-des .unit{font-size: 14px;}

/* 公司业务样式 */
.business-section {
    background: linear-gradient(135deg, #f5f7fa 0%, #e4e8ec 100%);
    padding: 40px;
    margin: 20px auto;
    border-radius: 12px;
    max-width: 1300px;
}

.business-section .pro-tit {
    font-size: 24px !important;
    color: #1a365d !important;
    margin-bottom: 30px !important;
    position: relative;
    padding-bottom: 15px;
}

.business-section .pro-tit::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #3a9bff, #1a365d);
    border-radius: 2px;
}

.business-content {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.business-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    text-align: justify;
}

.business-features {
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
    flex-wrap: wrap;
    gap: 20px;
}

.business-feature {
    text-align: center;
    padding: 25px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    color: #fff;
    flex: 1;
    min-width: 200px;
    max-width: 300px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.business-feature:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

.business-feature h4 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}

.business-feature p {
    font-size: 14px;
    opacity: 0.9;
    line-height: 1.6;
}

/* 公司产品样式 */
.product-section {
    padding: 40px 0;
}

.product-section .pro-tit {
    font-size: 24px !important;
    color: #1a365d !important;
    margin-bottom: 30px !important;
    position: relative;
    padding-bottom: 15px;
}

.product-section .pro-tit::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #3a9bff, #1a365d);
    border-radius: 2px;
}

.product-intro {
    background: linear-gradient(135deg, #f5f7fa 0%, #e4e8ec 100%);
    padding: 25px;
    margin: 0 auto 40px;
    border-radius: 10px;
    max-width: 1300px;
}

.product-intro p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    text-align: justify;
}

.product-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.product-list li {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    width: 400px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #eee;
}

.product-list li:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(58, 155, 255, 0.2);
    border-color: #3a9bff;
}

.product-list li img {
    width: 180px !important;
    height: 120px;
    object-fit: contain;
    margin-bottom: 20px;
    border-radius: 8px;
    background: #f8f9fa;
    padding: 15px;
}

.product-list li .product-name {
    font-size: 22px;
    font-weight: 600;
    color: #1a365d;
    margin-bottom: 15px;
    text-align: center;
}

.product-list li .product-desc {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    text-align: justify;
}

.product-list li .product-tag {
    margin-top: 15px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.product-list li .product-tag span {
    padding: 5px 12px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    border-radius: 20px;
    font-size: 12px;
}

/* 合作伙伴样式 */
.partner {
    background: linear-gradient(135deg, #1a365d 0%, #2d4a7c 100%);
    padding: 60px 0;
    margin-top: 40px;
}

.partner .partner-contain {
    max-width: 1300px;
    margin: 0 auto;
}

.partner .partner-tit {
    font-size: 24px !important;
    color: #fff !important;
    text-align: center;
    margin-bottom: 40px !important;
    position: relative;
    padding-bottom: 15px;
}

.partner .partner-tit::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #fff;
    border-radius: 2px;
}

.partner-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.partner-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    width: 100%;
}

.partner-list li {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    width: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.partner-list li:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.partner-list li img {
    width: 160px !important;
    height: 80px;
    object-fit: contain;
    margin-bottom: 15px;
    border-radius: 6px;
    background: #f8f9fa;
    padding: 10px;
    transition: all 0.3s ease;
}

.partner-list li:hover img {
    transform: scale(1.1);
}

.partner-list li p {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0;
    text-align: center;
}

/* 响应式样式 */
@media (max-width: 768px) {
    .business-features {
        flex-direction: column;
        align-items: center;
    }

    .business-feature {
        max-width: 100%;
    }

    .product-list li {
        width: 100%;
        max-width: 340px;
    }

    .partner-list li {
        width: 180px;
        padding: 20px;
    }

    .partner-list li img {
        width: 120px !important;
        height: 60px;
    }
}