.section-title {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}

.section-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1a5fb4;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #3498db, #2980b9);
    border-radius: 2px;
}

.productLifecycle-section {
    width: 100%;
}

.productLifecycle-intro {
    width: 100%;
    height: 55vh;
    background: url("/dist/img/services/productLifecycle.png") no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
}

.productLifecycle-intro-subtitle{
    color: #1a5fb4;
    font-size: 18px;
    font-weight: bold;
}

.productLifecycle-intro-title{
    font-size: 48px;
    color: #fff;
}

.productLifecycle-intro-description{
    line-height: 1.5;
    font-size: 18px;
    color: #fff;
    margin-top: 25px;

    padding: 10px;
    border-radius: 10px;
}

.productLifecycle-intro-content {
    width: 1400px;
    margin: 0 auto;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 50px;
}

.productLifecycle-help {
    width: 100%;
    background: #f7f7f7;
    padding: 30px 0;
}


.productLifecycle-help-conainer {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    padding: 30px 20px;
    max-width: 1400px;
    margin: 0 auto;
}

.help-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.help-image:hover {
    transform: scale(1.02);
}



.help-right-container {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 25px;
}

.help-right-item {
    display: flex;
    align-items: start;
    gap: 10px;
}

.item-checkmark {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-checkmark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-top: 10px;
}

.item-text {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    border-bottom: 2px solid #1a5fb4;
    padding-bottom: 10px;
    width: 100%;
}


.what-we-do {
    width: 100%;
    background: #fff;
    padding: 40px 0;
}

.what-we-do-container {
    width: 1400px;
    margin: 45px auto 0;
    padding: 0 20px;
}

.faq-item {
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    /* background: #fff; */
}

.faq-question {
    width: 100%;
    padding: 22px 30px;
    background: rgba(255, 255, 255, 0);
    border: none;
    outline: none;
    font-size: 24px;
    font-weight: 600;
    color: #1a5fb4;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question-content {
    display: flex;
    align-items: center;
}

.faq-img {
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

.faq-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.faq-question:hover {
    background: rgba(255, 255, 255, 0.3);
}

.faq-question.active {
    background: rgba(255, 255, 255, 0.3);
}

.faq-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #3498db;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.faq-question.active .faq-icon {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding 0.5s ease;
}

.faq-answer p {
    padding: 0 30px;
    font-size: 18px;
    color: #000;
    line-height: 1.8;
    opacity: 0.9;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 20px 30px 30px;
}





.client-success-cta {
    width: 100%;
    padding: 100px 0;
    background: #fdfefc url(/dist/img/background/bg_24.png) no-repeat center ;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.cta-container {
    width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    max-width: 900px;
    text-align: left;
}

.cta-container h2 {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
    line-height: 1.4;
    letter-spacing: -0.3px;
}

.cta-container p {
    font-size: 16px;
    color: #fff;
    line-height: 1.8;
    margin-bottom: 35px;
    opacity: 0.95;
}

.cta-more {
    display: inline-block;
    background: #fff;
    color: #1a5fb4;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cta-more:hover {
    background: #f8f9fa;
    color: #1a5fb4;
    border-bottom: 1px solid #1a5fb4;
}



/* 认证与合作section样式 */
.certifications-section {
    width: 100%;
    background: #f7f7f7;
    padding: 40px 0;
}

.certifications-container {
    width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.cert-swiper {
    margin-top: 60px;
    position: relative;
}

.cert-swiper .swiper-wrapper {
    align-items: stretch;
}

.cert-swiper .swiper-slide {
    height: auto !important;
}

.cert-card {
    background: #fff;
    border-radius: 12px;
    padding: 40px 30px;
    margin: 0 15px;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.cert-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.cert-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: #1a5fb4;
    margin-bottom: 18px;
    line-height: 1.3;
}

.cert-card p {
    font-size: 15px;
    color: #333;
    line-height: 1.7;
    margin-bottom: 30px;
    opacity: 0.9;
    flex-grow: 1;
}

.cert-download-group {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-self: flex-start;
}

.cert-download {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 0;
    background: transparent;
    color: #1a5fb4;
    border: none;
    border-bottom: 2px solid #3498db;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.cert-download i {
    font-size: 16px;
}

.cert-download:hover {
    background: transparent;
    color: #2980b9;
    border-bottom-color: #2980b9;
    box-shadow: none;
}

.cert-swiper .swiper-button-prev,
.cert-swiper .swiper-button-next {
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    color: #1a5fb4;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

.cert-swiper .swiper-button-prev::after,
.cert-swiper .swiper-button-next::after {
    font-size: 20px;
    font-weight: bold;
}

.cert-swiper .swiper-button-prev:hover,
.cert-swiper .swiper-button-next:hover {
    background: #1a5fb4;
    color: #fff;
    box-shadow: 0 6px 16px rgba(52, 152, 219, 0.3);
}

.cert-swiper .swiper-pagination {
    bottom: -40px !important;
}

.cert-swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #ddd;
    opacity: 1;
    margin: 0 8px !important;
}

.cert-swiper .swiper-pagination-bullet-active {
    background: #3498db;
    width: 36px;
    border-radius: 6px;
}





.related-services {
    width: 100%;
    padding: 40px 0;
    background: #f7f7f7;
}

.related-services .related-services-container {
    width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 0 20px;
}

.related-services .related-service-card {
    text-decoration: none;
    color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: unset;
}

.related-services .related-service-card .related-card-inner {
    padding: 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #1a5fb4;
}

.related-services .related-service-card h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: -0.3px;
}

.related-services .related-service-card p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
    opacity: 0.9;
    flex-grow: 1;
}

.productLifecycle {
    width: 100%;
    padding: 40px 0;
    background: #fff;
}

.productLifecycle .insights-container {
    width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
    padding: 0 20px;
}

.productLifecycle .insight-card {
    text-decoration: none;
    color: #333;
    background: #ffffff;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    padding: 20px;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    cursor: unset;
}

.productLifecycle .insight-card .insight-card-inner {
    padding: 35px 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.productLifecycle .insight-card .insight-date {
    font-size: 13px;
    color: #1a5fb4;
    font-weight: 500;
    margin-bottom: 12px;
    display: inline-block;
}

.productLifecycle .insight-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1a5fb4;
    margin-bottom: 18px;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.productLifecycle .insight-card:hover h3 {
    color: #2980b9;
}

.productLifecycle .insight-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-grow: 1;
}