/*------------------------------banner区域------------------------------*/
.banner{
    position: relative;
    height: 450px;
    background: url("https://cdn.huamux.com/pcimgs/banner/banner-bgimg-office.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);
}



/*------------------------------我们优势------------------------------*/
.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/retail/retail-1.png")}
.servicecontent-list-child:nth-child(2){background-image: url("https://cdn.huamux.com/pcimgs/retail/retail-2.png")}
.servicecontent-list-child:nth-child(3){background-image: url("https://cdn.huamux.com/pcimgs/retail/retail-3.png")}
.servicecontent-list-child:nth-child(4){background-image: url("https://cdn.huamux.com/pcimgs/retail/retail-4.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/retail/retail-1-hover.png")}
.servicecontent-list-child:nth-child(2):after{background-image: url("https://cdn.huamux.com/pcimgs/retail/retail-2-hover.png")}
.servicecontent-list-child:nth-child(3):after{background-image: url("https://cdn.huamux.com/pcimgs/retail/retail-3-hover.png")}
.servicecontent-list-child:nth-child(4):after{background-image: url("https://cdn.huamux.com/pcimgs/retail/retail-4-hover.png")}
.servicecontent-list-child:nth-child(2n){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;
}


/*------------------------------方案价值------------------------------*/
.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;
}





/******************************以下是移动端样式*******************************/
/******************************以下是移动端样式*******************************/
/******************************以下是移动端样式*******************************/
body[data-mobile] .servicecontent{padding: 0.4rem 0 0.12rem}
body[data-mobile] .servicecontent-list{
    width: auto;
    padding: 0 0.12rem;
    margin: 0;
}
body[data-mobile] .servicecontent-list-child{
    min-height: auto;
    padding: 0.12rem;
}
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{
    height: 1.32rem;
    line-height: 0.22rem;
    font-size: .14rem;
}
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] .khal{padding: 0.4rem 0}
body[data-mobile] .khal>.center{width: auto}
body[data-mobile] .khal-list{
    display: block;
    width: auto;
    padding: 0 0.12rem;
    margin: 0.2rem auto 0;
}
body[data-mobile] .khallist-child{
    padding: 0 0.1rem;
    margin-bottom: 0.2rem;
}
body[data-mobile] .khallist-child .imgdiv{
    height: 2rem;
    border-radius: 0.04rem;
}
body[data-mobile] .khallist-child .khallist-child-content{
    width: auto;
    height: auto;
    position: relative;
    margin: -0.6rem 0.12rem 0;
    padding: 0.2rem 0.2rem 0.16rem;
    box-shadow: 0.08rem 0.08rem 0.2rem 0 rgba(55,99,170,.1);
    border-radius: 0.04rem;
}
body[data-mobile] .khallist-child .khallist-child-content>p{
    height: 1.1rem;
    line-height: 0.22rem;
    font-size: 0.16rem;
}
body[data-mobile] .khallist-child .khallist-child-content>div{margin-top: 0.12rem;}
body[data-mobile] .khallist-child .khallist-child-content>div i{
    width: 0.9rem;
    height: 0.4rem;
}
body[data-mobile] .khallist-child .khallist-child-content>div p{
    line-height: 1;
    font-size: 0.18rem;
}
