.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;
    padding: 60px 90px;
    color: #333;
    background: linear-gradient(180deg, rgba(211, 226, 255, 1) 0%, rgba(255, 255, 255, 1) 31.95%, rgba(255, 255, 255, 1) 100%);
}

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

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

.serviceFramework .table .yongHuContent {
    width: 1027px;
    height: 50px;
    display: flex;
    margin-left: 12px;
    font-size: 18px;
    justify-content: space-evenly;
    align-items: center;
}

.serviceFramework .table .guanLiContent {
    width: 1027px;
    height: 50px;
    display: flex;
    margin-left: 12px;
    font-size: 18px;
    justify-content: space-evenly;
    align-items: center;
}

.serviceFramework .table .guanLiContent div {
    width: 50%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.serviceFramework .table .guanLiContent div:last-child {
    margin-left: 12px;
}

.serviceFramework .table .yingYongTitle {
    height: 428px;
    line-height: 428px;
}

.serviceFramework .table .yingYongContent {
    width: 1027px;
    margin-left: 12px;
}

.serviceFramework .table .yingYongContent p {
    line-height: 32px;
    font-size: 16px;
}

.serviceFramework .table .title-sm {
    font-size: 18px;
    width: 242px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.miniApp {
    padding: 120px 0;
}

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

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

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

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

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

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

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

.guestSwiper {
    display: block;
}

.guestSwiper1 {
    display: none;
}

.recepSwiper {
    display: block;
}

.recepSwiper1 {
    display: none;
}

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

.noticeSwiper1 {
    display: none;
}

.noticeSwiper {
    display: block;
}

@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;
    }

    .serviceFramework .table .yongHuContent {
        display: flex;
        flex-wrap: wrap;
        height: 100%;
        padding: 1rem;
        justify-content: flex-start;
        font-size: 0.875rem;
        line-height: 2rem;
    }

    .serviceFramework .table .yongHuContent span {
        width: 48% !important;
    }

    .serviceFramework .table .guanLi {
        display: flex;
    }

    .serviceFramework .table .guanLiContent {
        width: 100%;
        display: flex;
        flex-direction: column;
        height: 100% !important;
    }

    .serviceFramework .table .guanLiContent div {
        width: 100%;
        line-height: 28px;
        font-size: 0.875rem;
    }

    .serviceFramework .table .guanLiContent div:last-child {
        margin-top: 0.75rem;
        margin-left: 0;
    }

    .serviceFramework .table .yingYongContent {
        flex-direction: column;
    }

    .serviceFramework .table .yingYongContent>div {
        margin-bottom: 1rem;
    }

    .serviceFramework .table .yingYongContent>div div {
        width: 100%;
        font-size: 0.875rem;
    }

    .serviceFramework .table .yingYongContent>div p {
        font-size: 0.875rem;
    }

    .serviceFramework .table .diCengContent {
        display: flex;
        flex-wrap: wrap;
        height: 100%;
        padding: 2.4rem 1rem;
        justify-content: flex-start;
        font-size: 0.875rem;
        line-height: 2rem;
        margin-left: 0.75rem;
    }

    .serviceFramework .table .diCengContent span {
        width: 48% !important;
    }

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

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

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

    .guestSwiper {
        display: none;
    }

    .guestSwiper1 {
        display: block;

    }

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

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

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

    .recepSwiper1 {
        display: block;
    }

    .recepSwiper {
        display: none;
    }

    .noticeSwiper {
        display: none;
    }

    .noticeSwiper1 {
        display: block;
    }

    .swiper {
        margin-top: 1rem;
    }

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

    .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;
    }
}