.banner-center>img{
    right: -138px;
}

/*------------------------------服务理念------------------------------*/
.idea{padding-top: 5rem}


/*----------服务理念的列表----------*/
.idea-list{
    display: flex;
    width: 1200px;
    margin: 2.5rem auto 0;
    justify-content: space-between;
}
.idealist-child{
    flex: 1;
    padding: 2.5rem;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: .5s ease-in-out;
    box-shadow: 0 0 #0000,0 0 #0000,0px 4px 20px 0px rgba(0,0,0,.08)
}
.idealist-child:first-child~li{margin-left: 1.25rem}
.idealist-child:hover{background-image: url("https://cdn.huamux.com/pcimgs/service/devops-bgimg.png")}
.idealist-child h3{
    display: flex;
    height: 2.25rem;
    font-size: 1.25rem;
    font-weight: 500;
    align-items: center;
}
.idealist-child h3:before{
    content: '';
    width: 2.25rem;
    height: 2.25rem;
    margin-right: 0.75rem;
    background-position: center;
    background-size: cover;
}
.idealist-child:first-child h3:before{background-image: url("https://cdn.huamux.com/pcimgs/icon/idea-list-icon1.png")}
.idealist-child:nth-child(2) h3:before{background-image: url("https://cdn.huamux.com/pcimgs/icon/idea-list-icon2.png")}
.idealist-child p{
    margin-top: 0.75rem;
    line-height: 2;
    font-size: .875rem;
    opacity: .6;
}



/*------------------------------服务内容------------------------------*/
.servicecontent{padding: 5rem 0 0}


/*----------服务内容的列表----------*/
.servicecontent-list{
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    margin: 2.5rem auto 0;
}

/*服务内容列表的儿子*/
.servicecontent-list-child{
    position: relative;
    width: 50%;
    min-height: 220px;
    border: 1px solid #f7f8fa;
    padding: 2.5rem;
    margin-top: -1px;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.servicecontent-list-child:first-child{background-image: url("https://cdn.huamux.com/pcimgs/service/devops-list-child-bgimg1.png")}
.servicecontent-list-child:nth-child(2){background-image: url("https://cdn.huamux.com/pcimgs/service/devops-list-child-bgimg2.png")}
.servicecontent-list-child:nth-child(3){background-image: url("https://cdn.huamux.com/pcimgs/service/devops-list-child-bgimg3.png")}
.servicecontent-list-child:nth-child(4){background-image: url("https://cdn.huamux.com/pcimgs/service/devops-list-child-bgimg4.png")}
.servicecontent-list-child:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    transform: scale(1.06);
    transform-origin: 50% 50%;
    transition: transform .5s,opacity .5s;
}
.servicecontent-list-child:hover:after{
    opacity: 1;
    transform: scale(1);
}
.servicecontent-list-child:first-child:after{background-image: url("https://cdn.huamux.com/pcimgs/service/devops-list-child-hover-bgimg1.png")}
.servicecontent-list-child:nth-child(2):after{background-image: url("https://cdn.huamux.com/pcimgs/service/devops-list-child-hover-bgimg2.png")}
.servicecontent-list-child:nth-child(3):after{background-image: url("https://cdn.huamux.com/pcimgs/service/devops-list-child-hover-bgimg3.png")}
.servicecontent-list-child:nth-child(4):after{background-image: url("https://cdn.huamux.com/pcimgs/service/devops-list-child-hover-bgimg4.png")}
.servicecontent-list-child:nth-child(2b){margin-left: -1px}
.servicecontent-list-child h3{
    position: relative;
    z-index: 1;
    margin-bottom: 0.75rem;
    line-height: 1.75rem;
    font-size: 1.25rem;
    font-weight: 500;
}
.servicecontent-list-child p{
    position: relative;
    z-index: 1;
    line-height: 2;
    font-size: .875rem;
    opacity: .6;
}
.servicecontent-list-child ul{
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.5rem;
}
.servicecontent-list-child ul li{
    display: flex;
    width: 50%;
    line-height: 1.25rem;
    font-size: .875rem;
    align-items: center;
}
.servicecontent-list-child ul li:nth-child(2)~li{margin-top: 0.75rem;}
.servicecontent-list-child ul li:before{
    content: '';
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem;
    background: url("https://cdn.huamux.com/pcimgs/icon/icon-ok.png") center;
    background-size: cover;
}



/*------------------------------服务流程------------------------------*/
.serviceprocess{padding: 5rem 0}
.serviceprocess>h2{
    margin-bottom: 2.5rem;
    text-align: center;
    line-height: 1.75rem;
    font-size: 1.75rem;
}


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





/******************************以下是移动端样式*******************************/
/******************************以下是移动端样式*******************************/
/******************************以下是移动端样式*******************************/
body[data-mobile] .idea{padding-top: 0.4rem}
body[data-mobile] .idea-list{
    width: auto;
    padding: 0 0.12rem;
    margin: 0 auto 0;
}
body[data-mobile] .idealist-child{
    padding: 0.12rem;
    background-image: url(https://cdn.huamux.com/pcimgs/service/devops-bgimg.png);
    transition: 0s;
}
body[data-mobile] .idealist-child:first-child~li{margin-left: 0.12rem}
body[data-mobile] .idealist-child h3{
    height: 0.4rem;
    font-size: 0.18rem;
}
body[data-mobile] .idealist-child h3:before{
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.1rem;
}
body[data-mobile] .idealist-child p{
    margin-top: 0.1rem;
    line-height: 1.5;
    font-size: .14rem;
}
body[data-mobile] .servicecontent{padding: 0.4rem 0 0}
body[data-mobile] .servicecontent-list{
    display: block;
    width: auto;
    padding: 0 0.12rem;
    margin-top: 0;
}
body[data-mobile] .servicecontent-list-child{
    width: auto;
    min-height: auto;
    padding: 0.2rem 0.12rem;
}
body[data-mobile] .servicecontent-list-child:nth-child(2n){margin-left: 0}
body[data-mobile] .servicecontent-list-child:after{display: none}
body[data-mobile] .servicecontent-list-child h3{
    margin-bottom: 0.1rem;
    line-height: 1;
    font-size: 0.18rem;
}
body[data-mobile] .servicecontent-list-child p{
    line-height: 1.5;
    font-size: .14rem;
}
body[data-mobile] .servicecontent-list-child ul{
    margin-top: 0.12rem;
    justify-content: space-between;
}
body[data-mobile] .servicecontent-list-child ul li{
    width: calc(50% - 0.06rem);
    line-height: 1.5;
    font-size: .14rem;
}
body[data-mobile] .servicecontent-list-child ul li:before{
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.08rem;
    flex-shrink: 0;
}
body[data-mobile] .servicecontent-list-child ul li:nth-child(2)~li{margin-top: 0.16rem}
body[data-mobile] .serviceprocess{padding: 0.4rem 0 0.12rem}
body[data-mobile] .serviceprocess-list{
    width: auto;
    padding: 0 0.12rem;
    gap: 0.12rem;
    flex-wrap: wrap;
}
body[data-mobile] .serviceprocess-list li{
    flex: none;
    width: calc(50% - 0.06rem);
    padding: 0.12rem;
    transition: 0s;
}
body[data-mobile] .serviceprocess-list li:hover{
    background-color: rgb(246,246,249);
    box-shadow: none
}
body[data-mobile] .serviceprocess-list li img{
    width: .6rem;
    height: .6rem;
}
body[data-mobile] .serviceprocess-list li h3{
    margin: 0.16rem 0 0.16rem;
    text-align: center;
    line-height: 1;
    font-size: 0.18rem;
    font-weight: bold;
}
body[data-mobile] .serviceprocess-list li p{
    line-height: 1.75;
    font-size: 0.14rem;
}
body[data-mobile] .serviceprocess-list li ul li{
    line-height: 1.75;
    font-size: 0.14rem;
}













