.header {
    width: 100%;
    height: 373px;
    background-image: url(https://cdn.zhoupu123.com/website/cloudsNew/cloudsNew_banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.header .header_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 1200px;
    height: 373px;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
}

.header .header_container img {
    width: 372px;
}

.header .header_container h1 {
    font-size: 46px;
    font-family: AlibabaPuHuiTi_2_95_ExtraBold;
    color: #FFFFFF;
    line-height: 65px;
}

.header .header_container p {
    font-size: 36px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 43px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.header .header_container span {
    font-size: 22px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 43px;
}

.title_coopreate {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 49px;
}

.title_line {
    display: flex;
    align-items: center;
    height: 42px;
    padding-left: 10px;
    border-left: 12px solid #1876FF;
}

.title_line h1 {
    font-size: 40px;
    font-family: AlibabaPuHuiTi_2_85_Bold;
    color: #333333;
    line-height: 42px;
}

.describe {
    width: 100%;
    height: 443px;
    background: #F5F9FF;
}

.describe .describe_container {
    display: flex;
    position: absolute;
    width: 1200px;
    left: 50%;
    transform: translateX(-50%);
    gap: 92px;
    justify-content: space-between;
    margin-top: 48px;
}

.describe .describe_container .left_text {
    padding-top: 101px;
}

.describe .describe_container .left_text h1 {
    font-size: 28px;
    font-family: AlibabaPuHuiTi_2_95_ExtraBold;
    color: #333333;
    line-height: 42px;
}

.describe .describe_container .left_text p {
    width: 562px;
    font-size: 18px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    margin-top: 24px;
    margin-bottom: 35px;
}

.describe .describe_container .right_img {
    width: 532px;
    height: 355px;
}

.describe .describe_container .right_img img {
    width: 100%;
}

.scence {
    width: 100%;
    height: 810px;
    background: #FFFFFF;
}

.scence .scence_container {
    position: absolute;
    width: 1200px;
    left: 50%;
    transform: translateX(-50%);
}

.scence .scence_container .scence_body {
    margin-top: 62px;
    text-align: center;
}

.scence .scence_container .scence_body img {
    margin-top: 17px;
    margin-bottom: 33px;
    width: 1100px;
    height: 510px;
}

.full_process {
    width: 100%;
    height: 576px;
    background: url(https://cdn.zhoupu123.com/website/cloudsNew/cloudsNew_img4.png) no-repeat 100%;
}

.full_process .process_container {
    position: absolute;
    width: 1200px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.full_process .process_container p {
    font-size: 26px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #FFFFFF;
    line-height: 37px;
    margin-top: 56px;
    margin-bottom: 48px;
}

.full_process .process_container .process_body {
    display: flex;
    align-items: center;
    gap: 77px;
}

.full_process .process_container .process_body img {
    width: 1200px;
}

.full_process .process_container .process_body .process_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 136px;
    height: 136px;
    background: #1A243D;
    border-radius: 4px;
    gap: 17px;
}

.full_process .process_container .process_body .process_item img {
    width: 40px;
    height: 40px;
}

.full_process .process_container .process_body .process_item h1 {
    font-size: 24px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #FFFFFF;
    line-height: 33px;
}

.key_activities {
    width: 100%;
    height: 740px;
}

.key_activities .activities_container {
    position: absolute;
    width: 1200px;
    left: 50%;
    transform: translateX(-50%);
}

.key_activities .activities_container .activities_body {
    margin-top: 75px;
    display: grid;
    grid-template-columns: repeat(3, 369px);
    gap: 30px 38px;
}

.key_activities .activities_container .activities_body .activities_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 227px;
    box-shadow: 0px 0px 26px 0px rgba(24, 118, 255, 0.2);
    text-align: center;
}

.key_activities .activities_container .activities_body .activities_card img {
    width: 37px;
    height: 37px;
    margin-top: 30px;
}

.key_activities .activities_container .activities_body .activities_card h1 {
    font-size: 20px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 28px;
    margin-top: 13px;
    margin-bottom: 26px;
}

.lighting {
    width: 100%;
    height: 715px;
    background: #F5F9FF;
}

.lighting .lighting_container {
    position: absolute;
    width: 1200px;
    left: 50%;
    transform: translateX(-50%);
}

.lighting .lighting_container .lighting_body {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 61px;
    margin-bottom: 76px;
}

.lighting .lighting_container .lighting_body .lighting_header {
    display: flex;
    gap: 60px
}

.lighting .lighting_container .lighting_body .lighting_header .lighting_item {
    width: 207px;
    height: 53px;
    background: #DBF0FF;
    border-radius: 27px;
    font-size: 20px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #1876FF;
    line-height: 53px;
    text-align: center;
}

.lighting .lighting_container .lighting_body .lighting_header .active {
    color: #FFFFFF;
    background: #1876FF;
}

.lighting .lighting_container .lighting_body .lighting_show {
    display: none;
}

.lighting .lighting_container .lighting_body .active {
    display: block;
}

.lighting .lighting_container .lighting_body .lighting_show .lighting_content {
    display: flex;
    gap: 30px;
    margin-top: 67px;
}

.lighting .lighting_container .lighting_body .lighting_show .lighting_content .left_img {
    width: 721px;
    height: 370px;
}

.lighting .lighting_container .lighting_body .lighting_show .lighting_content .left_img img {
    width: 100%;
}

.lighting .lighting_container .lighting_body .lighting_show .lighting_content .right_text {
    width: 448px;
    height: 370px;
    background: #FFFFFF;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    padding-left: 30px;
}

.lighting .lighting_container .lighting_body .lighting_show .lighting_content .right_text h1 {
    font-size: 28px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 40px;
}

.lighting .lighting_container .lighting_body .lighting_show .lighting_content .right_text p {
    width: 393px;
    font-size: 18px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #666666;
}

.key_activities .activities_container .activities_body .activities_card p {
    text-align: left;
    width: 320px;
    font-size: 14px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}

.achieve {
    width: 100%;
    height: 530px;
    background-image: url(https://cdn.zhoupu123.com/website/efficientBusinessSolutions/efficientBusinessSolutions_img2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.achieve .achieve_container {
    position: relative;
    width: 1200px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.achieve .achieve_container .achieve_body {
    margin-top: 62px;
    display: flex;
    gap: 18px;
}

.achieve .achieve_container .achieve_body .achieve_card {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 21px;
    width: 226px;
    height: 276px;
    background: #FFFFFF;
    border-radius: 8px;
    padding-top: 40px;
}

.achieve .achieve_container .achieve_body .achieve_card h1 {
    font-size: 18px;
    font-family: AlibabaPuHuiTi_2_65_Medium;
    color: #333333;
    line-height: 25px;
}

.achieve .achieve_container .achieve_body .achieve_card p {
    width: 208px;
    font-size: 14px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #75798E;
    line-height: 20px;
}

.achieve .achieve_container .achieve_body .achieve_card .achieve_number {
    font-size: 50px;
    font-family: DINAlternate, DINAlternate;
    font-weight: bold;
    color: #1876FF;
    line-height: 58px;
}

.advantage {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 664px;
    background: #F5F9FF;
}

.advantage .advantage_container {
    position: relative;
    width: 1200px;
}

.advantage .advantage_container .advantage_body {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    gap: 110px;
}

.advantage .advantage_container .advantage_body .left_img {
    width: 574px;
    height: 483px;
}

.advantage .advantage_container .advantage_body .left_img img {
    width: 100%;
}

.advantage .advantage_container .advantage_body .right_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.advantage .advantage_container .advantage_body .right_text h1 {
    font-weight: bold;
    font-size: 26px;
    font-family: AlibabaPuHuiTi_2_65_bold;
    color: #333333;
    line-height: 42px;
    margin-bottom: 34px;
}

.advantage .advantage_container .advantage_body .right_text p {
    width: 565px;
    font-size: 16px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #75798E;
    line-height: 38px;
}

.advantage .advantage_container .advantage_body .right_text .advantage_footer {
    display: flex;
    text-align: center;
    margin-top: 34px;
}

.advantage .advantage_container .advantage_body .right_text .advantage_footer .footer_item {
    width: 170px;
    height: 50px;
    background: #E7F0FE;
    border-radius: 4px;
    font-size: 16px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #5D8BD4;
    line-height: 50px;
    margin-right: 15px;
}

.three_advantage {
    width: 100%;
    height: 686px;
    background: #fff;
}

.three_advantage .advantage_container {
    position: absolute;
    width: 1200px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.three_advantage .advantage_container p {
    font-size: 26px;
    font-family: AlibabaPuHuiTi_2_85_Bold;
    color: #333333;
    line-height: 37px;
    margin-top: 42px;
    margin-bottom: 52px;
}

.three_advantage .advantage_container .advantage_body {
    margin-top: 62px;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.three_advantage .advantage_container .advantage_body .advantage_card {
    box-sizing: border-box;
    width: 341px;
    height: 361px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: left;
}

.three_advantage .advantage_container .advantage_body .advantage_card .mask_less {
    position: absolute;
    width: 341px;
    height: 361px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    transition: 400ms ease 100ms;
}

.three_advantage .advantage_container .advantage_body .advantage_card .mask_all {
    display: none;
    position: absolute;
    width: 341px;
    height: 361px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.81) 0%, #000000 100%);
}

.three_advantage .advantage_container .advantage_body .advantage_card .mask_less h1 {
    font-size: 28px;
    font-family: AlibabaPuHuiTi_2_85_Bold;
    color: #FFFFFF;
    line-height: 36px;
    margin-left: 20px;
    margin-top: 226px;
}

.three_advantage .advantage_container .advantage_body .advantage_card .mask_less h5 {
    width: 260px;
    font-size: 15px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #FFFFFF;
    line-height: 18px;
    margin-top: 20px;
    margin-left: 20px;
}

.three_advantage .advantage_container .advantage_body .advantage_card .mask_all h1 {
    font-size: 28px;
    font-family: AlibabaPuHuiTi_2_85_Bold;
    color: #FFFFFF;
    line-height: 36px;
    margin-left: 20px;
    margin-top: 22px;
}

.three_advantage .advantage_container .advantage_body .advantage_card .mask_all h5 {
    width: 305px;
    font-size: 15px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #FFFFFF;
    line-height: 18px;
    margin-top: 20px;
    margin-left: 20px;
}

.three_advantage .advantage_container .advantage_body .advantage_card .mask_all p {
    width: 305px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 27px;
    text-align: justify;
    font-style: normal;
    margin-left: 20px;
    margin-top: 20px;
}

.service_coopreate {
    width: 100%;
    height: 655px;
    background-color: #F5F9FF;
}

.service_coopreate .service_container {
    position: relative;
    width: 1200px;
    left: 50%;
    transform: translateX(-50%);
}

.service_coopreate .service_container .service_body {
    margin-top: 47px;
    overflow: hidden;
}

.service_coopreate .service_container .service_body .service_card {
    display: flex;
    width: 1181px;
    height: 358px;
    background: #FFFFFF;
    /* box-shadow: 0px 0px 26px 0px rgba(24, 118, 255, 0.2); */
    border-radius: 5px 4px 4px 5px;
}

.service_coopreate .service_container .service_body .service_card .right_service {
    width: 796px;
    padding: 37px 40px;
}

.service_coopreate .service_container .service_body .service_card .header_service {
    display: flex;
    justify-content: space-between;
}

.service_coopreate .service_container .service_body .service_card .header_service .header_left h1 {
    font-size: 26px;
    font-family: AlibabaPuHuiTi_2_85_Bold;
    color: #333333;
    line-height: 37px;
}

.service_coopreate .service_container .service_body .service_card .header_service .header_left p {
    font-size: 16px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #333333;
    line-height: 22px;
}

.service_coopreate .service_container .service_body .service_card .header_service .header_right {
    width: 134px;
    height: 90px;
}

.service_coopreate .service_container .service_body .service_card .header_service .header_right img {
    width: 100%;
    height: 100%;
}

.service_coopreate .service_container .service_body .service_card .bottom_service {
    display: flex;
    margin-top: 20px;
}

.service_coopreate .service_container .service_body .service_card .bottom_service .left_bottom {
    width: 327px;
    margin-right: 50px;
}

.service_coopreate .service_container .service_body .service_card .bottom_service .left_bottom button {
    height: 25px;
    font-size: 14px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #FFFFFF;
    line-height: 20px;
    background: #FF5C24;
    border-radius: 4px;
    border: none !important;
    margin-bottom: 18px;
    padding-left: 5px;
    padding-right: 5px;
}

.service_coopreate .service_container .service_body .service_card .bottom_service .right_bottom {
    width: 327px;
}

.service_coopreate .service_container .service_body .service_card .bottom_service .right_bottom button {
    height: 25px;
    font-size: 14px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #FFFFFF;
    line-height: 20px;
    background: #1876FF;
    border-radius: 4px;
    border: none !important;
    margin-bottom: 18px;
    padding-left: 5px;
    padding-right: 5px;
}

.service_coopreate .service_container .service_body .service_card .bottom_service p {
    font-size: 14px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #75798E;
    line-height: 20px;
    margin-bottom: 10px;
}

.service_coopreate .service_container .service_body .service_card .left_service {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 385px;
    height: 358px;
    border-radius: 6px;
}

.service_coopreate .service_container .service_body .service_card .left_service h1 {
    position: absolute;
    font-size: 25px;
    font-family: AlibabaPuHuiTi_2_75_SemiBold;
    color: #FFFFFF;
    line-height: 28px;
    top: 25px;
    right: 223px;
}

.service_coopreate .service_container .service_body .service_card .left_service .customer_info {
    position: absolute;
    display: flex;
    top: 66px;
    right: 17px;
}

.service_coopreate .service_container .service_body .service_card .left_service .customer_info .customer_key {
    width: 112px;
}

.service_coopreate .service_container .service_body .service_card .left_service .customer_info .customer_key li {
    font-size: 14px;
    font-family: AlibabaPuHuiTi_2_65_Medium;
    color: #FFFFFF;
    line-height: 26px;
}

.service_coopreate .service_container .service_body .service_card .left_service .customer_info .customer_value {
    width: 240px;
}

.service_coopreate .service_container .service_body .service_card .left_service .customer_info .customer_value li {
    font-size: 14px;
    font-family: AlibabaPuHuiTi_2_65_Medium;
    color: #FFFFFF;
    line-height: 26px;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    width: 45px;
    height: 45px;
    background: white;
    left: 45%;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    width: 45px;
    height: 45px;
    background: white;
    right: 45%;
}

.swiper-button-next,
.swiper-button-prev {
    top: 116%;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next,
.swiper-button-prev {
    top: 116%;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.franchise {
    width: 100%;
    background-color: #fff;
}

.franchise .franchise_container {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.franchise .franchise_container .franchise_body {
    display: flex;
    justify-content: center;
    margin-top: 78px;
    margin-bottom: 85px;
    overflow-x: hidden;
    padding-bottom: 30px;
}

.franchise .franchise_container .left_mask {
    position: absolute;
    margin-top: 78px;
    left: 0;
    width: 166px;
    height: 230px;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 9;
}

.franchise .franchise_container .right_mask {
    position: absolute;
    margin-top: 78px;
    right: 0;
    width: 166px;
    height: 230px;
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 9;
}

.franchise .franchise_container .franchise_body .franchise_show {
    display: grid;
    grid-template-rows: repeat(3, 55px);
    grid-template-columns: repeat(6, 188px);
    grid-gap: 27px 30px;
    grid-auto-flow: column;
    animation: scroll 20s linear infinite;
}

@keyframes scroll {
    0% {
        transform: translateX(25%);
    }

    100% {
        transform: translateX(-25%);
    }
}

.franchise .franchise_container .franchise_body .franchise_card {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 188px;
    height: 55px;
    background-image: url(https://cdn.zhoupu123.com/website/bluespaceNew/bluespaceNew_franchise_img1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 16px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #555866;
    line-height: 22px;
}

.contract {
    width: 100%;
    height: 150px;
    background: url(https://cdn.zhoupu123.com/website/casecenter/contract_background.png) 100% no-repeat;
    background-size: 100% 100%;
}

.contract .contract_text {
    color: rgba(255, 255, 255, 1);
    font-size: 27px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 38px;
    padding-top: 26px;
}

.button_group {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    gap: 33px;
}

.button_group .button {
    width: 136px;
    height: 40px;
    font-size: 15px;
    background: transparent;
    color: rgba(255, 255, 255, 1);
    border-radius: 21px;
    border: 1px solid rgba(255, 255, 255, 1);
}