/*------------------------------banner区域------------------------------*/
.banner{
    position: relative;
    height: 450px;
    background: url("https://cdn.huamux.com/pcimgs/banner/banner-bgimg-comm.png") center;
    background-size: cover;
}
.banner-center{
    display: flex;
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
}
.banner-center h1{
    margin-bottom: 0.75rem;
    line-height: 1.58;
    font-size: 2.125rem;
    font-weight: 600;
}
.banner-center p{
    max-width: 700px;
    margin-bottom: 2.5rem;
    line-height: 1.5;
}
.banner-center button{
    display: block;
    width: 144px;
    height: 44px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-image: linear-gradient(-30deg,#003ce4,#0069ff);
    transition-duration: .15s;
}
.banner-center button:hover{box-shadow: 8px 8px 20px 0 rgba(55,99,170,.3)}
.banner-center>img{
    position: absolute;
    right: -100px;
    bottom: 0;
    height: calc(100% - 60px);
}



/*------------------------------方案架构------------------------------*/
.framework{
    padding: 5rem 0;
    background: url("https://cdn.huamux.com/pcimgs/mid/framework-bgimg.png") center;
    background-size: cover;
}
.framework>img{
    width: 1200px;
    margin: 2.5rem auto 0;
}



/*------------------------------方案价值------------------------------*/
.worth{
    padding: 5rem 0 0;
    background: url("https://cdn.huamux.com/pcimgs/mid/worth-bgimg.png") center;
    background-size: cover;
}
.worth>.center{
    position: relative;
    width: 1200px;
    margin: 3rem auto 0;
}
.worth-list{
    display: flex;
    width: 50%;
    padding: 5rem 0 3.5rem;
    flex-wrap: wrap;
    justify-content: space-between;
}
.worth-list li{width: 262px}
.worth-list li:nth-child(2)~li{margin-top: 3rem}
.worth-list li h3{
    display: flex;
    line-height: 1.75rem;
    font-size: 1.25rem;
    font-weight: 700;
}
.worth-list li h3:before{
    content: '';
    width: 2.75rem;
    height: 2.75rem;
    margin-right: 1rem;
    font-weight: 700;
    background-position: center;
    background-size: cover;
}
.worth-list li:nth-child(1) h3:before{background-image: url("https://cdn.huamux.com/pcimgs/mid/worth-list-icon1.png")}
.worth-list li:nth-child(2) h3:before{background-image: url("https://cdn.huamux.com/pcimgs/mid/worth-list-icon2.png")}
.worth-list li:nth-child(3) h3:before{background-image: url("https://cdn.huamux.com/pcimgs/mid/worth-list-icon3.png")}
.worth-list li:nth-child(4) h3:before{background-image: url("https://cdn.huamux.com/pcimgs/mid/worth-list-icon4.png")}
.worth-list li p{
    margin: -0.5rem 0 0 3.75rem;
    line-height: 2;
    font-size: .875rem;
    opacity: .6;
}
.worth>.center>img{
    position: absolute;
    right: 0;
    bottom: 0;
    height: 368px;
}



/*------------------------------方案特色------------------------------*/
.feature{padding: 5rem 0 0}


/*----------方案特色的列表----------*/
.feature-list{
    display: flex;
    width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
    gap: 1.25rem;
}
.feature-list li{
    flex: 1;
    padding: 3rem 60px 2.5rem;
    background-color: rgb(246,246,249);
    transition-duration: .3s;
}
.feature-list li:hover{
    background-color: #fff;
    box-shadow: 0px 4px 20px 0px rgba(0,0,0,.08);
}
.feature-list li img{
    width: 4rem;
    height: 4rem;
    margin: 0 auto;
}
.feature-list li h3{
    margin: 2rem 0 0.75rem;
    text-align: center;
    line-height: 1.75rem;
    font-size: 1.25rem;
}
.feature-list li p{
    line-height: 2;
    font-size: .875rem;
    opacity: .6;
}



/*------------------------------技术底座能力------------------------------*/
.ability{padding: 5rem 0}
.ability>h2{
    margin-bottom: 2.5rem;
    text-align: center;
    line-height: 1;
    font-size: 1.75rem;
}


/*----------按钮列表----------*/
.ability-btnlist{
    display: flex;
    width: 1200px;
    border: 1px solid rgb(238,238,243);
    margin: 0 auto;
}
.ability-btnlist button{
    flex: 1;
    padding: 1rem 0;
    background-color: #fff;
}
.ability-btnlist button:first-child~button{border-left: 1px solid rgb(238,238,243)}
.ability-btnlist button:hover{background-color: #f8f8f8}
.ability-btnlist button.active{
    color: #fff;
    background-color: rgb(0,74,237);
}


/*----------技术底座能力的主体部分开始----------*/
.ability-main{
    width: 1200px;
    min-height: 530px;
    border: 1px solid rgb(238,238,243);
    border-top: none;
    padding: 3rem 60px;
    margin: 0 auto;
    background-color: rgba(250,251,255);
}

/*技术底座能力的儿子*/
.ability-child{display: none}
.ability-child-content{/*技术底座能力的儿子的内容部分*/
    flex: 1;
    margin-right: 3rem;
}
.ability-child-content>h3{
    margin-bottom: 1rem;
    line-height: 1.75rem;
    font-size: 1.25rem;
    font-weight: 700;
}
.ability-child-content>ul{padding-left: 1rem}
.ability-child-content>ul li{
    position: relative;
    line-height: 2;
    font-size: .875rem;
    color: rgba(3,28,73,.6);
    align-items: center;
}
.ability-child-content>ul li:first-child~li{margin-top: 0.75rem}
.ability-child-content>ul li:before{
    content: '';
    position: absolute;
    top: 11px;
    left: -16px;
    width: 6px;
    height: 6px;
    background-color: #0056b3;
    border-radius: 6px;
}
.ability-child-content>p{
    line-height: 2;
    font-size: .875rem;
    opacity: .6;
}
.ability-child-content>h4{
    margin: 2rem 0 .75rem;
    font-size: 1rem;
    font-weight: 700;
}
.ability-child-content>h4:last-child{margin-bottom: 0}
.ability-child>img{
    max-width: 65%;
    min-height: 433px;
    height: fit-content;
}





/******************************以下是移动端样式*******************************/
/******************************以下是移动端样式*******************************/
/******************************以下是移动端样式*******************************/
body[data-mobile] .framework{padding: 0.4rem 0.12rem}
body[data-mobile] .framework>img{
    width: 100%;
    margin: 0;
}
body[data-mobile] .worth{padding: 0.4rem 0 0.12rem;}
body[data-mobile] .worth>.center{
    width: auto;
    margin: 0;
}
body[data-mobile] .worth-list{
    display: flex;
    width: auto;
    padding: 0 0.12rem;
    flex-wrap: wrap;
    justify-content: space-between;
}
body[data-mobile] .worth-list li{
    width: calc(50% - 0.06rem);
    padding: 0.12rem;
    background-color: rgb(255,255,255);
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0.04rem 0.08rem rgba(22,23,26,.025), 0rem 0.04rem 0.08rem rgba(22,23,26,.025);
}
body[data-mobile] .worth-list li h3{
    height: auto;
    line-height: 0.24rem;
    font-size: 0.18rem;
    font-weight: bold;
}
body[data-mobile] .worth-list li h3:before{
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.1rem;
}
body[data-mobile] .worth-list li p{
    margin: 0.16rem 0 0.1rem;
    line-height: 1.5;
    font-size: 0.14rem;
}
body[data-mobile] .worth-list li:first-child~li{margin-top: 0}
body[data-mobile] .worth-list li:nth-child(2n)~li{margin-top: 0.12rem}
body[data-mobile] .worth>.center>img{display: none}
body[data-mobile] .feature{padding-top: 0.4rem}
body[data-mobile] .feature-list{
    width: auto;
    gap: 0.12rem;
    padding: 0 0.12rem;
}
body[data-mobile] .feature-list li{
    flex-shrink: 0;
    padding: 0.12rem;
    transition-duration: 0s
}
body[data-mobile] .feature-list li img{
    width: 0.4rem;
    height: 0.4rem;
}
body[data-mobile] .feature-list li h3{
    margin: 0.12rem 0 0.1rem;
    line-height: 1;
    font-size: 0.18rem;
    font-weight: bold;
}
body[data-mobile] .feature-list li p{
    line-height: 1.5;
    font-size: 0.14rem;
}
body[data-mobile] .feature{
    padding: 0.4rem 0;
}
body[data-mobile] .feature-btnlist{
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    border: none;
}
body[data-mobile] .feature-btnlist button{
    position: relative;
    padding: 0.16rem 0.2rem 0.16rem;
    font-size: 0.16rem;
    white-space: nowrap;
}
body[data-mobile] .feature-btnlist button.active{
    color: #0056b3;
    background-color: transparent
}
body[data-mobile] .feature-btnlist button:first-child~button{border-left: 0}
body[data-mobile] .feature-btnlist button.active:after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    border-bottom: 0.03rem solid #0056b3;
}
body[data-mobile] .feature-main{
    width: auto;
    border: none;
    min-height: auto;
    padding: 0.12rem;
    box-shadow: inset 0.08rem 0.08rem 0.2rem 0 rgba(55,99,170,.11), inset -0.08rem -0.08rem 0.2rem 0 #fff;
}
body[data-mobile] .feature-child-content{margin: 0 0 0.12rem}
body[data-mobile] body[data-mobile] .feature-child-content>h3 {
    margin-bottom: 0.08rem;
    line-height: 0.26rem;
    font-size: 0.18rem;
}
body[data-mobile] .feature-child-content>h4{
    margin: 0.12rem 0 0.04rem;
    line-height: 0.24rem;
    font-size: 0.16rem;
}
body[data-mobile] .feature-child-content>ul{padding-left: 0.14rem}
body[data-mobile] .feature-child-content>ul li,
body[data-mobile] .feature-child-content>p{
    line-height: 0.22rem;
    font-size: .14rem;
}
body[data-mobile] .feature-child-content>ul li:before{
    flex-shrink: 0;
    top: 0.09rem;
    left: -0.14rem;
    width: 0.06rem;
    height: 0.06rem;
}
body[data-mobile] .feature-child-content>ul li:first-child~li{margin-top: 0.1rem}
body[data-mobile] .feature-child>img{
    width: 100%;
    max-width: none;
    min-height: auto;
    height: auto;
}














