/* Banner 样式 */
.sol-banner {
    height: 350px;
    background: center center #222733;
    overflow: hidden;
    background-size: cover;
    padding: 0 20px;
    transition: height .4s;
    position: relative;
}

.solution-banner-inner {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    padding-top: 70px;
}

.solution-banner-ct {
}

.solution-banner-tit {
    font-size: 36px;
    color: #fff;
    font-weight: 400;
    line-height: 1.4;
}

.solution-banner-des p{
    font-size: 24px;
    color: #fff;
    margin: 50px 0 30px;
    width: 700px;
}


.c-hero-icon-mod img {
    display: block;
    width: 100%;
    height: auto;
}

/* 公用类 */
.content {
    width: 1200px;
    margin: 0 auto;
}

.setMeal h2 {
    color: #092045;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    margin: 80px 0 0 0;
}

/* 全新云套餐 */
#content_newCloudService {
    height: 740px;
    background-color: #ffffff;
}

#content_newCloudService .newCloudService_title {
    display: flow-root;
    height: 176px;
    background-image: url("/static/upload/images/20260403/newCloudService_titleImg.png");
    background-repeat: no-repeat;
    background-position: center;
}

#content_newCloudService .newCloudService_content {
    display: flex;
    height: 485px;
    justify-content: center;
}

#content_newCloudService .newCloudService_content>div {
    width: 400px;
    background: #FFFFFF;
    box-shadow: 4px 4px 30px 0px #3A6FD41E;
    height: 100%;
    margin: 0 10px;
}

#content_newCloudService .newCloudService_content>div .title {
    color: #092045;
    font-size: 24px;
    text-align: center;
    height: 145px;
    line-height: 160px;
    font-weight: 600;
    position: relative;
    background-color: transparent;
}

#content_newCloudService .newCloudService_content>div .list p {
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 30px;
    color: #092045;
    font-size: 24px;
    position: relative;
    line-height: 48px;
}

#content_newCloudService .newCloudService_content>div:nth-child(3n-2) p {
    width: 200px;
    margin: 0 auto;
}

#content_newCloudService .newCloudService_content>div:nth-child(3n-1) p {
    width: 200px;
    margin: 0 auto;
}

#content_newCloudService .newCloudService_content>div:nth-child(3n) p {
    width: 300px;
    margin: 0 auto;
}

#content_newCloudService .newCloudService_content>div .list p::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: -8px;
    top: 13px;
}

#content_newCloudService .newCloudService_content>div:nth-child(3n-2) .list p::before {
    background-image: url("/static/upload/images/20260403/cloudServiceImg_one.png");
}

#content_newCloudService .newCloudService_content>div:nth-child(3n-1) .list p::before {
    background-image: url("/static/upload/images/20260403/cloudServiceImg_two.png");
}

#content_newCloudService .newCloudService_content>div:nth-child(3n) .list p::before {
    background-image: url("/static/upload/images/20260403/cloudServiceImg_three.png");
}

/* 业务应用 */
#BusinessApp {
    height: 833px;
    background: #F1F3FA;
}

#BusinessApp .BusinessApp_title {
    height: 250px;
    display: flow-root;
}

#BusinessApp .BusinessAppContent {
    display: flex;
    justify-content: center;
}

#BusinessApp .BusinessAppContent>div {
    width: 226px;
    height: 430px;
    box-shadow: 4px 4px 30px 0px #3A6FD41E;
    margin: 0 6px;
    position: relative;
}

#BusinessApp .BusinessAppContent>div>div {
    border-radius: 8px;
    width: 226px;
    height: 430px;
    box-shadow: 4px 4px 30px 0px #3A6FD41E;
    margin: 0 6px;
    position: relative;
    top: 0;
    left: 0;
    transition: width 0.2s, height .2s, left .2s, top .2s;
}

#BusinessApp .BusinessAppContent>div .app_header {
    height: 113px;
    display: flow-root;
}

#BusinessApp .BusinessAppContent>div .app_header h3 {
    color: #FFFFFF;
    font-weight: semibold;
    font-size: 18px;
    text-align: center;
    margin: 30px 0 0 0;
}

#BusinessApp .BusinessAppContent>div .app_header p {
    opacity: 0.5;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    margin-top: 14px;
    white-space: nowrap;
}

#BusinessApp .BusinessAppContent>div .app_body {
    height: 317px;
    background: #fff;
    display: flow-root;
    transition: background .0001s;
}

#BusinessApp .BusinessAppContent>div .app_body .title {
    margin: 35px 0 21px 0;
    color: #092045;
    font-size: 22px;
    transform: scale(0.5);
    text-align: center;
    position: relative;
    background-color: transparent;
}

#BusinessApp .BusinessAppContent>div .app_body div {
    height: 150px;
    margin-top: 60px;
}

#BusinessApp .BusinessAppContent>div .app_body .list {
    color: #092045;
    font-size: 16px;
    text-align: center;
    margin: 10px auto;
}

#BusinessApp .BusinessAppContent>div .app_body .button_detail {
    margin: 46px auto 0;
    width: 120px;
    border: 0.63px solid #194CE5;
    cursor: pointer;
    display: block;
}

#BusinessApp .BusinessAppContent>div .app_body .button_detail p {
    text-align: center;
    color: #194CE5;
    font-size: 16px;
    margin: 0;
    white-space: nowrap;
    padding: 5px 20px;
}

#BusinessApp .BusinessAppContent>div:nth-child(5n-4) .BusinessAppContentList{
    background-image: url("/static/upload/images/20260403/BusinessApp_1.png");
}

#BusinessApp .BusinessAppContent>div:nth-child(5n-3) .BusinessAppContentList{
    background-image: url("/static/upload/images/20260403/BusinessApp_2.png");
}

#BusinessApp .BusinessAppContent>div:nth-child(5n-2) .BusinessAppContentList{
    background-image: url("/static/upload/images/20260403/BusinessApp_3.png");
}

#BusinessApp .BusinessAppContent>div:nth-child(5n-1) .BusinessAppContentList{
    background-image: url("/static/upload/images/20260403/BusinessApp_4.png");
}

#BusinessApp .BusinessAppContent>div:nth-child(5n) .BusinessAppContentList{
    background-image: url("/static/upload/images/20260403/BusinessApp_5.png");
}

.BusinessAppContentList {
    position: relative;
    width: 226px;
    height: 430px;
    top: 0;
    left: 0;
    z-index: 10;
}

@keyframes a1 {
    0% {
        width: 226px;
        height: 430px;
        top: 0;
        left: 0;
        position: absolute;
        z-index: 999;
    }

    100% {
        width: 390px;
        height: 577px;
        position: absolute;
        z-index: 999;
        left: -90px;
        top: -75px;
    }
}

#BusinessApp .BusinessAppContent>div>div:hover {
    width: 320px;
    height: 500px;
    position: absolute;
    z-index: 999;
    left: -70px;
    top: -40px;
}

#BusinessApp .BusinessAppContent>div>div:hover .app_body {
    background: none;
    height: 345px;
}

#BusinessApp .BusinessAppContent>div>div:hover .app_header {
    height: 155px;
}

#BusinessApp .BusinessAppContent>div>div:hover .app_header h3 {
    color: #FFFFFF;
    font-size: 24px;
    margin-bottom: 14px;
    margin-top: 60px;
}

#BusinessApp .BusinessAppContent>div>div:hover .app_header p {
    opacity: 0.5;
    color: #FFFFFF;
    font-size: 16px;
    top: -2px;
}

#BusinessApp .BusinessAppContent>div>div:hover .app_body .title {
    color: #FFFFFF;
    font-size: 16px;
    transform: scale(1);
}

#BusinessApp .BusinessAppContent>div>div:hover .app_body .list {
    color: #FFFFFF;
    font-size: 18px;
}

#BusinessApp .BusinessAppContent>div>div:hover .app_body>div {
    height: 160px;
    margin-top: 20px;
}

#BusinessApp .BusinessAppContent>div>div:hover .app_body .button_detail {
    background: #FFFFFF;
    width: 130px;
    margin-top: 70px;
    border: 0;
}

#BusinessApp .BusinessAppContent>div>div:hover .app_body .button_detail p {
    color: #194CE5;
    font-size: 16px;
}

/* 基础技术类 */
#technical {
    height: 507px;
    background: #FFFFFF;
}

#technical .title {
    height: 176px;
    overflow: hidden;
    position: relative;
    background-color: transparent;
}

#technical .title h2 {
    margin-top: 80px;
}

#technical .technical_content {
    display: flex;
    justify-content: center;
}

#technical .technical_content>div {
    margin: 0 16px;
    width: 576px;
    height: 251px;
    background-color: #384F9F;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 6px;
    overflow: hidden;
}

#technical .technical_content>div>div {
    width: 200%;
    height: 100%;
}

#technical .technical_content>div>div>div {
    width: 568px;
    float: left;
    height: 100%;
    transition: width .2s;
    padding-top: 60px;
}

#technical .technical_content>div h3 {
    color: #FFFFFF;
    font-size: 32px;
    text-align: center;
    margin: 27px 0 16px;
}

#technical .technical_content>div .technical_left p {
    opacity: 0.5;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
}

#technical .technical_content>div .technical_right p {
    color: #FFFFFF;
    opacity: 0.9;
    text-align: left;
    font-size: 16px;
    margin: 60px 0 11px;
}

#technical .technical_content>div .technical_right div {
    margin-bottom: 8px;
}

#technical .technical_content>div .technical_right div span {
    color: #FFFFFF;
    font-size: 16px;
    text-align: left;
    display: inline-block;
    opacity: 0.9;
    margin-right: 32px;
}

#technical .technical_content>div>div .technical_right .technical_detail {
    background: #FFFFFF;
    font-size: 16px;
    text-align: center;
    width: 130px;
    height: 30px;
    line-height: 30px;
    color: #194CE5;
    margin-top: 25px;
    cursor: pointer;
    display: block;
}

@keyframes a2 {
    0% {
        width: 568px;
        margin-right: 1000px;
    }

    100% {
        width: 298px;
        margin-right: 0;
    }
}

#technical .technical_content>div>div:hover .technical_left h3 {
    color: #FFFFFF;
    font-size: 24px;
    transition: font-size .2s;
}

#technical .technical_content>div>div:hover .technical_left p {
    opacity: 0.5;
    color: #FFFFFF;
    font-size: 14px;
}

#technical .technical_content>div:hover .technical_left {
    width: 280px;
    margin-right: 0;
}

#technical .technical_content>div.technical_1 {
    background-image: url("/static/upload/images/20260403/technical_1.png");
}

#technical .technical_content>div.technical_2 {
    background-image: url("/static/upload/images/20260403/technical_2.png");
}

/* 基础云服务类 */
#basicServices {
    height: 719px;
    background: #F1F3FA;
}

#basicServices .title {
    height: 176px;
    display: flow-root;
    position: relative;
    background-color: transparent;
}

#basicServices .title h2 {
    margin-top: 80px;
}

#basicServices>.basicServices_content {
    display: flex;
    justify-content: center;
}

#basicServices>.basicServices_content>div {
    width: 384px;
    height: 460px;
    margin: 0 8px;
    border-radius: 8px;
    overflow: hidden;
}

#basicServices .basicServices_header {
    height: 288px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    display: flow-root;
    overflow: hidden;
}

#basicServices .basicServices_header.basicServices_Img1 {
    background-image: url("/static/upload/images/20260403/basicServices_Img1.png");
}

#basicServices .basicServices_header.basicServices_Img2 {
    background-image: url("/static/upload/images/20260403/basicServices_Img2.png");
}

#basicServices .basicServices_header.basicServices_Img3 {
    background-image: url("/static/upload/images/20260403/basicServices_Img3.png");
}

#basicServices .basicServices_body {
    height: 172px;
    background: #FFFFFF;
    box-shadow: 4px 4px 30px 0px #3A6FD41E;
    display: flow-root;
}

#basicServices .basicServices_body .basicServices_title {
    color: #092045;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    margin: 28px 0 12px;
}

#basicServices .basicServices_body .basicServices_inner {
    opacity: 0.5;
    color: #092045;
    font-size: 15px;
    text-align: center;
    margin: 0 0 12px;
}

#basicServices .basicServices_body .basicServices_button {
    margin: 0 auto;
    width: 130px;
    height: 32px;
    border: 1px solid #194CE5;
    line-height: 32px;
    color: #194CE5;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    display: block;
}

#basicServices .basicServices_header_body {
    padding-top: 40px;
}

#basicServices .basicServices_header_body p {
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 36px;
}

#basicServices .basicServices_header_body>div {
    width: 235px;
    margin: 0 auto 14px;
    display: flex;
    justify-content: space-between;
}

#basicServices .basicServices_header_body span {
    color: #FFFFFF;
    font-size: 16px;
    width: 117px;
}

@keyframes a3 {
    0% {
        margin-top: 234px;
    }

    100% {
        margin-top: 153px;
    }
}

/* 去除链接下划线 */
.button_detail,
.technical_detail,
.basicServices_button {
    text-decoration: none;
}
