/* 服务与专业赋能 */
@import "./index/service.css";
/* 数据统计 */
@import "./index/info.css";
/* 合作伙伴 */
@import "./index/partner.css";

/* 主横幅 */

.bg-banner {
    background-image: url('../images/index/banner-1.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 46vw;
    margin-top: 5.63rem;
    display: flex;
    align-items: center;
    padding: 0 12.5vw;
}

/* 字太大了 用clamp */
.banner-container-title {
    width: 100%;
    font-weight: 400;
    font-size: 4.69vw;
    line-height: 6.56vw;
    margin-bottom: 1.56vw;
    padding: 0;
}

.banner-container-text {
    height: 1.82vw;
    margin-bottom: 2.08vw;
}

/* 荣誉证书 */

.bg-banner2 {
    width: 100vw;
    /* height: 36vw; */
    background-color: #FFF3E1 !important;
}

.certificate-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6.25rem;
}

.certificate-title {
    font-weight: 600;
    font-size: 3.13rem;
    margin-bottom: 3.13rem;
}

.certificate-logo {
    width: 15.5rem;
    margin-bottom: 1.88rem;
    padding-top: 1rem;
}

.certificate-text {
    color: #8E5922;
    font-weight: 400;
    font-size: 1.88rem;
}

.certificate-text p {
    line-height: 3.13rem;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.certificate-img {
    width: clamp(10rem, 36vw, 43.75rem);
}

.service-gutter {
    --bs-gutter-x: 1.25rem !important;
    --bs-gutter-y: 0 !important;
}

.bg-banner3 {
    background-image: url("../images/index/banner-3.webp");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100vw;
    height: 55vw;
    padding: 5vw 0 5vw 0;
}

.plan-title {
    font-weight: 600;
    font-size: 3.13rem;
    margin-bottom: 4vw;
    color: #FFFFFF;
    letter-spacing: 3px;
}

.plan-container {
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /* min-height: 40rem; */
    margin-top: 2rem;
}

.plan-left-items,
.plan-right-items {
    display: flex;
    flex-direction: column;
    gap: 3vw;
}

.plan-left-items {
    margin-right: 12.5vw;
    align-items: flex-end;
}

.plan-right-items {
    margin-left: 12.5vw;
}

.plan-item-left {
    background-image: url("../images/index/text-bg-left.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: end;
    width: 27rem;
    height: 7.69rem;
    font-weight: 400;
    font-size: 1.25rem;
    letter-spacing: 1px;
    color: #FFFFFF;
    padding: 1.56rem 3.13rem 1.56rem 0;
}

.plan-item-right {
    background-image: url("../images/index/text-bg-right.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 27rem;
    height: 7.69rem;
    font-weight: 400;
    font-size: 1.25rem;
    letter-spacing: 1px;
    color: #FFFFFF;
    padding: 1.56rem 0 1.56rem 3.13rem;
}

.plan-item-title {
    font-weight: 600;
    font-size: 1.88rem;
    color: #FFFFFF;
    letter-spacing: 1px;
}

.plan-item-bg {
    position: relative;
    color: #1BFF9D;
    display: inline-block;
    font-weight: 600;
    /* transform: skew(-15deg); */
    /* background: linear-gradient(180deg, rgba(0, 124, 64, 0) 0%, #0EE17A 100%); */
}

.plan-item-bg img {
    position: absolute;
    width: 115%;
    transform: translateX(-5%);
    max-width: none;
    height: auto;
    bottom: 0;
    left: 0;
}

.mr-638 {
    margin-right: 6.38rem;
}

.ml-638 {
    margin-left: 6.38rem;
}

.mr-825 {
    margin-right: 8.25rem;
}

.ml-825 {
    margin-left: 8.25rem;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-75 {
    margin-top: 0.75rem;
}

/* 新闻资讯 */

.check-more {
    cursor: pointer;
    text-decoration: none;
}

.news-section {
    padding: 5vw 0;
    background-color: #fff;
}

.news-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.88rem;
}

.news-item {
    width: 23%;
    font-weight: 600;
    font-size: 1.13rem;
    color: #333333;
}

.news-item-text {
    margin-top: 1.88rem;
}


@media (max-width: 767px) {
    .bg-banner {
        margin-top: 50px;
        padding: 15px;
    }

    .banner-container-title {
        font-size: 5.6vw;
        margin-bottom: 2.2vw;
    }

    .banner-container-text {
        height: 2.3vw;
        width: auto;
        margin-bottom: 1.6vw;
    }

    /* 手机的适配样式 */
    .certificate-container {
        display: block;
    }

    .certificate-text {
        font-size: 12px;
        padding: 30px 15px 0 15px;
    }

    .certificate-text p {
        line-height: 18px !important;

    }

    .certificate-title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .certificate-logo {
        width: 99px;
        margin-bottom: 15px;
        padding: 0 !important;
    }

    .certificate-img {
        width: 100%;
        margin-top: 10px;
        margin-bottom: -2px;
    }

    .news-item {
        width: 100%;
    }

    .bg-banner3 {
        background-image: url(../images/index/banner-3.webp);
        background-size: auto 100%;
        background-position: center top;
        background-repeat: no-repeat;
        width: 100vw;
        height: 427px;
        padding: 30px 0 30px 0;
    }

    .plan-title {
        font-size: 18px;
        line-height: 20px;
    }

    .bg-banner3-1 {
        background: #0D6D34;
    }

    .plan-container-mobile {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 15px;
    }

    .plan-item-mobile {
        background-image: url(../images/index/mobile/item-bg.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        width: 44vw;
        padding: 10px 15px 15px 15px;
        margin-bottom: 15px;
        text-align: center;
    }

    .plan-item-title {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }

    .plan-item-mobile p {
        font-size: 12px;
        color: #FFFFFF;
        line-height: 18px;
        letter-spacing: 1px;
    }

    .mobile-item-icon {
        width: 65px;
        height: 65px;
        margin-bottom: 10px;
    }

    .plan-item-bg img {
        height: 12px;
    }

    .news-section {
        padding: 30px 0 10px 0;
    }

    .news-wrap {
        padding: 0 15px;
        gap: 0;
    }

    .news-item-text {
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
}