.r-banner {
    margin-top: 64px;
    width: calc(100vw - 10px);
    height: 400px;
    background: url("../static/img/receptionBanner.svg");
    background-size: cover;
}

.r-banner .banner-en {
    color: #666;
}

.r-banner .banner-title {
    color: #0042E8;
}

.serviceFramework {
    background: #F7FAFF;
}

.serviceFramework .container {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px
}

.serviceFramework .table {
    border-radius: 8px;
    /* height: 827px; */
    margin-top: 45px;
    color: #333;
    justify-content: space-evenly;
}

.bg-color-blue {
    background: rgba(18, 85, 188, 0.1);
}

.model {
    padding: 24px;
    background: white;
    border-radius: 4px;
}

.model-title {
    font-weight: bold;
    font-size: 22px;
    line-height: 56px;
    border-bottom: 1px solid #EBEBEB;
}

.model-content .list {
    padding: 16px;
    text-align: center;
}

.item-title {
    font-size: 18px;
    margin-bottom: 10px;
}

.item-content {
    font-size: 16px;
    line-height: 32px;
}

.huiQian {
    background: linear-gradient(180deg, rgba(207, 240, 247, 1) 0%, rgba(255, 255, 255, 1) 31.95%, rgba(255, 255, 255, 1) 100%);
}

.huiQian .model-title {
    color: #0F71A6;
    border-color: #0F71A6;
}

.huiQian .item-title {
    color: #0F71A6;
}

.huiZhong {
    background: linear-gradient(180deg, rgba(211, 226, 255, 1) 0%, rgba(255, 255, 255, 1) 31.95%, rgba(255, 255, 255, 1) 100%);
}

.huiZhong .model-title {
    color: #1A57BA;
    border-color: #1A57BA;
}

.huiZhong .item-title {
    color: #1A57BA;
}

.huiHou {
    background: linear-gradient(180deg, rgba(230, 227, 248, 1) 0%, rgba(255, 255, 255, 1) 31.95%, rgba(255, 255, 255, 1) 100%);
}

.huiHou .model-title {
    color: #6149A6;
    border-color: #6149A6;
}

.huiHou .item-title {
    color: #6149A6;
}

.serviceFramework .table .title {
    font-size: 24px;
    width: 220px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.client {
    padding: 120px 0;
}

.client .client-title img {
    width: 64px;
    height: 64px;
}

.client .client-title .title-zh {
    font-size: 32px;
    font-weight: bold;
    color: #333;
}

.client .client-title .title-en {
    font-size: 18px;
    color: #666;
}

.client .introduce {
    font-size: 18px;
    color: #666;
    margin-top: 35px;
    width: 460px;
    text-align: justify;
    line-height: 36px;
}

.client .introduce h3 {
    font-size: 22px;
    font-weight: bold;
}

.client .swiper {
    width: 100%;
    margin-bottom: 40px;
}

.client .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 330px;
    height: 692px;
}

.client .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-wrapper {
    height: auto !important;
    margin-bottom: 20px;
}

.noticeSwiper1 {
    display: none;
}

.noticeSwiper {
    display: block;
}

.noticeImg {
    height: 450px;
}

@media screen and (max-width: 1150px) {

    .r-banner {
        width: 100vw;
        height: 15rem;
        margin-top: 0;
        display: flex;
        background-size: cover;
        background-position: center;
    }

    .serviceFramework .container {
        width: 100%;
        padding-top: 3.75rem;
        padding-bottom: 2.5rem
    }

    .serviceFramework .table {
        padding: 1rem;
    }

    .serviceFramework .table .title {
        width: 3.2rem !important;
        height: auto !important;
        padding: 1rem;
        font-size: 1.125rem !important;
        line-height: normal;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .top-box {
        flex-direction: column;
    }

    .bottom-box {
        flex-direction: column;
    }

    .bottom-box .model {
        width: 100% !important;
    }

    .bottom-box .model .list {
        width: 100%;
        text-align: justify;
    }

    .model {
        margin-bottom: 1.25rem;
    }

    .model-content {
        flex-wrap: wrap;
    }

    .model-content .list {
        width: 50%;
    }

    .noticeSwiper {
        display: none;
    }

    .noticeSwiper1 {
        display: block;
    }

    .client .client-title .title-zh {
        font-size: 1.25rem;
    }

    .client .client-title .title-en {
        font-size: 0.875rem;
    }

    .client .client-title img {
        width: 3rem;
        height: 3rem;
    }

    .client {
        padding: 0;
    }

    .leftManage img:last-child {
        width: 100% !important;
        /* margin-bottom: 3rem; */
    }

    .leftManage:last-child img:last-child {
        margin-bottom: 0;
    }

    .leftManage {
        flex-direction: column;
    }

    .rightManage>img:first-child {
        width: 100% !important;
        /* margin-bottom: 3rem; */
    }

    .rightManage>div {
        order: 0;
    }

    .rightManage>img {
        order: 1;
    }

    .rightManage {
        flex-direction: column;
    }

    .client .introduce h3 {
        font-size: 1.125rem;
    }

    .client .introduce {
        width: 100% !important;
        font-size: 0.875rem !important;
        line-height: 1.75rem !important;
        margin: 0.625rem 0 1.6rem !important;
    }

    .client .introduce p {
        width: 100%;
    }

    .signIn>img {
        height: 233px !important;
    }

    .notice .noticeImg {
        height: 233px !important;
    }

    .client .swiper-slide {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .client .swiper-slide img {
        width: 15rem !important;
        height: 31.875rem !important;
        display: block;
        margin: 0 auto;
    }

    .client .swiper-wrapper {
        width: 15rem !important;
        height: 31.875rem !important;
    }
}