.banner {
    width: 100%;
    color: #fff;
    position: relative;
}

.banner_bg {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.banner .container {
    position: absolute;
    top: 4.25rem;
    left: 5.75rem;
    width: 45%;
    height: auto;
}

.banner h1 {
    font-size: 1.4rem;
    font-family: "MiSans Bold";
    margin-bottom: 0.875rem;
    font-weight: 700;
    text-shadow: 0 0.1rem 0.25rem #0c4397;
}

.banner p {
    font-size: 0.75rem;
    margin-bottom: 0.625rem;
    text-shadow: 0 0.05rem 0.15rem #083881;
    line-height: 2;
}

@media screen and (max-width: 1528px) {
    .banner .container {
        top: 3.5rem;
    }

    .banner p {
        font-size: 0.65rem;
        -webkit-line-clamp: 8;
    }
}

.cta-button {
    width: 5.5rem;
    height: 1.25rem;
    background-color: #00c853;
    color: #fff;
    border: none;
    border-radius: 0.25rem;
    cursor: pointer;
    font-size: 0.4rem;
    transition: background-color 0.2s, box-shadow 0.3s;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.cta-button:hover {
    background-color: rgb(91, 228, 148);
}

.cta-button:active {
    background-color: #00a545;
    box-shadow: 0 0 0.5rem rgba(47, 167, 97, 0.3);
}

.banner_icon {
    position: absolute;
    top: 3rem;
    width: 23%;
    left: 64%;
}

.contentBox {
    width: 100%;
    margin-bottom: 2.5rem;
}

.title {
    width: 17.5rem;
    margin: 0 auto;
}

.title_box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    padding: 0.625rem 0 0.5rem 0;
}

.title_box img {
    width: 1.825rem;
}

.title_box p {
    font-size: 0.925rem;
    font-weight: 600;
}

.title_box img:nth-child(3) {
    transform: rotateZ(180deg);
}

.title_btnimg {
    width: 3.05rem;
    margin-bottom: 0.35rem;
}

.service_content {
    font-size: 0.55rem;
    text-indent: 2em;
    line-height: 2;
    text-align: justify;
}

.service_image1 {
    width: 100%;
    margin-top: 0.4rem;
    text-align: center;
}

.service_image2 {
    width: 60%;
    margin-top: 0.4rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

/* 服务优势 */
.advantage {
    text-align: center;
    position: relative;
}

.advantage_bg {
    width: 35rem;
}

.adv_title {
    position: absolute;
    font-size: 0.525rem;
    font-weight: 600;
}

.adv_text {
    position: absolute;
    font-size: 0.375rem;
    width: 9.6rem;
    overflow: hidden;
    text-align: justify;
    line-height: 1.7;
    margin-top: 0.2rem;
}

.adv_title1 {
    top: 1.95rem;
    left: 1rem;
}

.adv_text1 {
    top: 3.25rem;
    left: 1rem;
}

.adv_title2 {
    top: 1.95rem;
    left: 12.7rem;
}

.adv_text2 {
    top: 3.25rem;
    left: 12.7rem;
}

.adv_title3 {
    top: 1.95rem;
    left: 24.375rem;
}

.adv_text3 {
    top: 3.25rem;
    left: 24.375rem;
}

/* 服务优势2 */
.advantage2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2.5rem;
}

.adv2_box {
    position: relative;
}

.adv2_box_bg {
    width: 8rem;
}

.adv2_box_text {
    position: absolute;
    width: 8rem;
    top: -0.625rem;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    font-size: 0.525rem;
    color: rgb(101, 150, 241);
    text-align: center;
    font-weight: 600;
}