.banner {
    position: relative;
    min-width: 1200px;
}

.section-header {
    text-align: center;
    margin-bottom: 40px;
    min-width: 1200px;
    margin-top: 97px;
}
.section-header2 {
    text-align: center;
    margin-bottom: 40px;
    min-width: 1200px;
}
.section-title {
    /* font-size: 32px;
    color: #1a1a1a;
    margin-bottom: 10px; */
    font-weight: bold;
    font-size: 38px;
    color: #000000;
    line-height: 38px;
}

.section-desc {
    /* font-size: 18px;
    color: #0461F3;
    font-weight: bold; */
    opacity: 0.6;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: bold;
    font-size: 32px;
    color: #0461F3;
    line-height: 38px;
}
.section-desc-2{
    font-weight: 400;
    font-size: 18px;
    color: #7A7A7A;
    line-height: 38px;
}
/* 八大核心能力 */
.core-ability{
    height: 888px;
    box-sizing: border-box;
    min-width: 1200px;
}
.core-ability-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* max-width: 1300px; */
    max-width: 1550px;
    min-width: 1200px;
    margin: 70px auto 0;
    gap: 25px;
}
.core-ability-item {
    /* width: 200px; */
    height: 260px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #EAF0FF;
    background: url(../../images/core-ability-item-bg.png) no-repeat center;
    flex: 0 0 calc(25% - 25px); /* 每行4个，减去gap */
    box-sizing: border-box;
    padding: 23px 38px 53px 38px;
}

/* 前沿技术架构 */
.front-tech{
    height: 688px;
    box-sizing: border-box;
    min-width: 1200px;
}
.front-tech-grid{
    display: flex;
    align-items: center;
    max-width: 1300px;
    min-width: 1200px;
    margin: 0 auto;
    gap: 22px;
}
.front-tech-grid span{
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 21px;
    display: inline-block;
}
.front-tech-grid p{
    font-weight: 400;
    font-size: 16px;
    color: #49576F;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.front-tech-left {
    width: 222px;
    height: 357px;
    box-shadow: 0px 0px 4px 0px #eaf0ff;
    /* border: 1px solid #EAF0FF; */
    border-radius: 10px;
    padding: 100px 61px 0px 30px;
    background: url(../../images/front-tech-left-grey.png) no-repeat center;
}
.front-tech-left:hover{
    background: url(../../images/front-tech-left-blue.png) no-repeat center;
}
.front-tech-left:hover span,
.front-tech-left:hover p {
    color: #fff !important;
}
.front-tech-right{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 17px 22px;
    /* justify-content: space-between; */
}
.front-tech-right-item{
    flex: 0 0 calc(50% - 22px); /* 每行4个，减去gap */
    box-shadow: 0px 0px 4px 0px #EAF0FF;
    box-sizing: border-box;
    padding: 41px 59px 0px 41px;
    height: 220px;
    border-radius: 10px;
    /* width: 315px;
    height: 457px;
    background: #F9FBFD;
    box-shadow: 0px 0px 4px 0px #1365EB;
    border-radius: 10px 10px 10px 10px; */
}

.front-tech-right-item:nth-child(1){
    background: url(../../images/front-tech-right-item1-grey.png) no-repeat center;
}
.front-tech-right-item:nth-child(1):hover{
    background: url(../../images/front-tech-right-item1-blue.png) no-repeat center;
}
.front-tech-right-item:nth-child(1):hover span,
.front-tech-right-item:nth-child(1):hover p {
    color: #fff !important;
}

.front-tech-right-item:nth-child(2){
    background: url(../../images/front-tech-right-item2-grey.png) no-repeat center;
}
.front-tech-right-item:nth-child(2):hover{
    background: url(../../images/front-tech-right-item2-blue.png) no-repeat center;
}
.front-tech-right-item:nth-child(2):hover span,
.front-tech-right-item:nth-child(2):hover p {
    color: #fff !important;
}
    
.front-tech-right-item:nth-child(3){
    background: url(../../images/front-tech-right-item3-grey.png) no-repeat center;
}
.front-tech-right-item:nth-child(3):hover{
    background: url(../../images/front-tech-right-item3-blue.png) no-repeat center;
}
.front-tech-right-item:nth-child(3):hover span,
.front-tech-right-item:nth-child(3):hover p {
    color: #fff !important;
}
.front-tech-right-item:nth-child(4){
    background: url(../../images/front-tech-right-item4-grey.png) no-repeat center;
}
.front-tech-right-item:nth-child(4):hover{
    background: url(../../images/front-tech-right-item4-blue.png) no-repeat center;
}
.front-tech-right-item:nth-child(4):hover span,
.front-tech-right-item:nth-child(4):hover p {
    color: #fff !important;
}

/* 一体化协同架构 */
.integration{
    /* height: 888px; */
    box-sizing: border-box;
    min-width: 1200px;
}

.integration-grid{
   display: flex;
   justify-content: center;
}

/* BPM流程引擎 */
.bpm{
    height: 888px;
    box-sizing: border-box;
    min-width: 1200px;
}
.bpm-grid{
    display: flex;
    align-items: center;
    max-width: 1500px;
    min-width: 1440px;
    margin: 0 auto;
    gap: 20px;
}
.bpm-grid-left{
    width: 568px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.bpm-grid-left-item{
    width: 274px;
    height: 136px;
    background: #F5F7FD;
    border-radius: 8px 8px 8px 8px;
    /* background: linear-gradient(135deg, #1C68FF 0%, #59A5FF 100%); */

    font-weight: 400;
    font-size: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;

}
.bpm-grid-left-item:hover{
    background: linear-gradient(to bottom right, #1C68FF 0%, #59A5FF 100%);
}
.bpm-grid-left-item:hover .bpm-grid-left-item-title{
    background: none !important;
    -webkit-background-clip: initial !important;
    background-clip: initial !important;
    -webkit-text-fill-color: #fff !important;
    color: #fff !important;
}

.bpm-grid-left-item-title {
    background: linear-gradient(135deg, #1C68FF 0%, #59A5FF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.bpm-grid-right{
    flex: 1;
    width: 774px;
    height: 533px;
    background: #F5F7FD;
    border-radius: 14px 14px 14px 14px;
    padding: 46px 32px 25px 46px;
}
.bpm-grid-right-top-title{
    font-weight: bold;
    font-size: 24px;
    color: #110101;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 20px;
    display: inline-block;
}
.bpm-grid-right-top-desc{
    width: 301px;
    font-weight: 400;
    font-size: 16px;
    color: #49576F;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.bpm-grid-right-bottom{
    height: 429px;
    background: url(../../images/bpm-grid-right-1.png) no-repeat center;
}

/* 多维组织管理 */
.multi-org{
    /* height: 888px; */
    box-sizing: border-box;
    /* min-width: 1200px; */
    background-color: #E2EDFF;
    padding-top: 124px;
    padding-bottom: 105px;
}
.multi-org-grid{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 1318px;
    margin: 0 auto;
    border: 1px solid #fff;
    border-radius: 18px;
    overflow: hidden;
}
.multi-org-top,.multi-org-bottom{
    display: flex;
}
.multi-org-center{
    width: 1318px;
    height: 249px;
}
.multi-org-item{
    width: 330px;
    height: 232px;
    background-color: #fff;
    padding: 47px 84px 0px 38px;
    position: relative;

    
    /* background: linear-gradient(135deg, #1C68FF 0%, #59A5FF 100%); */
}
.multi-org-item:hover{
    background: linear-gradient(to bottom right, #1C68FF 0%, #59A5FF 100%);
}
.multi-org-item:hover .multi-org-item-title,
.multi-org-item:hover .multi-org-item-desc
{
    color: #fff !important;
}
.multi-org-item:hover .multi-org-item-num{
    opacity: 0.5;
    color: #fff !important;
}

.multi-org-item-title {
    font-weight: bold;
    font-size: 20px;
    color: #110101;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 22px;
    display: inline-block;
}

.multi-org-item-desc{
    font-weight: 400;
    font-size: 16px;
    color: #49576F;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.multi-org-item-num{
    font-weight: bold;
    font-size: 36px;
    color: #49576F;
    text-align: left;
    font-style: normal;
    text-transform: none;
    opacity: 0.2;
    position: absolute;
    right: 29px;
    bottom: 13px;
}

/* 低代码开发平台 */
.low-code{
    /* height: 888px; */
    box-sizing: border-box;
    min-width: 1300px;
}
.low-code-grid{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 1217px;
    margin: 0 auto;
    margin-bottom: 100px;
}
.low-code-item{
    width: 295px;
    height: 275px;
    border: 1px solid #EAF0FF;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
    flex: 0 0 calc(25% - 20px);
    text-align: center;
}
.low-code-item-desc{
    display: inline-block;
}

/* 私有化统一通讯平台 */
.sms-platform{
    /* height: 888px; */
    box-sizing: border-box;
    min-width: 1300px;
}
.sms-platform-grid{
    height: 624px;
    background: url(../../images/sms-platform-bg.png) no-repeat center;
}
.sms-platform-grid-main{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1314px;
    min-width: 1314px;
    margin: 0 auto;
    margin-bottom: 100px;
    gap: 30px;
    padding: 90px 0px;
}
.sms-platform-item{
    width: 418px;
    height: 207px;
    border: 1px solid #EAF0FF;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0px 0px 4px 0px #1365EB;
    background-color: rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 42px 36px 0px 36px;
}

.sms-platform-item-left{
    width: 45px;
    flex-shrink: 0;
}

.sms-platform-item-right{
    flex: 1;
    text-align: left;
}
.sms-platform-item:hover{
    background-color: #fff;
}
.sms-platform-item-title{
    font-weight: 600;
    font-size: 20px;
    color: #110101;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.sms-platform-item-desc{
    font-weight: 400;
    font-size: 16px;
    color: #49576F;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

/*信创赋能*/
.xinchuang {
    box-sizing: border-box;
    min-width: 1300px;
}
.xinchuang-grid{
    display: flex;
    justify-content: center;
    width: 1412px;
    height: 831px;
    margin: 58px auto;
    position: relative;
}
.xinchuang-grid img{
    width: 100%;
    height: 100%;
}
.xinchuang-title{
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 29px;
    gap: 19px;
}
.xinchuang-title span:first-child{
    font-weight: bold;
    font-size: 38px;
    color: #000000;
    line-height: 38px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.xinchuang-title span:last-child{
    font-weight: bold;
    font-size: 32px;
    color: #ED7F1B;
    line-height: 38px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    opacity: 0.5;
}

/* 多领域协同应用 */
.cooperate-app{
    box-sizing: border-box;
    width: 100%;
    height: 942px;
    min-width: 1300px;
    background: url(../../images/cooperate-app-bg.png) no-repeat center;
}
.cooperate-app-grid{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.cooperate-app-grid img{
    margin-top: 350px;
}
.cooperate-app-title{
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 205px;
    gap: 30px;

    font-weight: bold;
    font-size: 56px;
    color: #FFFFFF;
    line-height: 56px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    z-index: 2;
}
.cooperate-app-title span:last-child{
    font-weight: 400;
    font-size: 23px;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.cooperate-app-bg-text{
    position: absolute;
    top: 230px;
    left: 0;
    right: 0;

    font-weight: bold;
    font-size: 66px;
    color: #FFFFFF;
    line-height: 66px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    z-index: 1;
    opacity: 0.5;
}








/* 业务痛点区域 */
.features .section-desc{
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: bold;
    font-size: 32px;
    color: #0461F3;
    line-height: 38px;
}
.features {
    margin: 0 auto;
    padding: 1px 0;
    min-width: 1200px;
    background: url(../../images/features.png) no-repeat center;
    height: 888px;
    box-sizing: border-box;
}

.feature-main{
    display: flex;
    align-items: flex-start;
    max-width: 1500px;
    min-width: 1200px;
    margin: 0 auto;
    gap: 40px;
    margin-top: 110px;
}
.feature-mian-left{
    flex-shrink: 0;
    margin-top: 90px;
}
.feature-mian-left img{
    width: 291px;
    height: 283px;
}
    
.feature-mian-right{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 30px;
    align-items: flex-start;
}

.feature-grid-item img{
    float: left;
}
/* 功能网格布局 */
.feature-grid {
    flex: 0 0 calc(50% - 20px);
    margin-bottom: 0;
}

.feature-item {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 15px;
}

.feature-item img {
    width: 120px;
    height: 120px;
    flex-shrink: 0;
    float: none;
}

.feature-item-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-left: -40px;
}

.feature-item-title {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    line-height: 22px;
}

.feature-item-desc {
    font-size: 16px;
    color: #202020;
    line-height: 24px;
    flex: 1;
}





/* 添加响应式设计 */
@media (max-width: 768px) {
    .tech-map-container {
        height: auto;
        padding: 40px 0;
    }
    
    .tech-items {
        gap: 15px;
    }
    
    .tech-item {
        font-size: 12px;
        padding: 6px 16px;
    }
}

/* 底部区域 */
.footer {
/* background: #f5f7fa; */
padding: 60px 0;
}

.footer-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
text-align: center;
}


