/*------------------------------banner区域------------------------------*/
.banner{
    position: relative;
    height: 450px;
    background: url("https://cdn.huamux.com/pcimgs/banner/banner-bgimg-ai.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>img{
    position: absolute;
    right: -100px;
    bottom: 0;
    height: calc(100% - 60px);
}



/*------------------------------服务内容------------------------------*/
.servicecontent{
    padding-top: 60px;
    overflow: hidden;
}


/*----------优势列表----------*/
.servicecontent-list{
    display: flex;
    width: 1200px;
    margin: 32px auto 0;
}
.servicecontent-list li{
    flex: 1;
    padding: 0 20px;
    margin-bottom: 40px;
}
.servicecontent-list li img{
    width: 64px;
    height: 64px;
    margin: 0 auto;
}
.servicecontent-list li h3{
    margin-top: 20px;
    line-height: 28px;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.servicecontent-list li p{
    margin-top: 12px;
    line-height: 22px;
    font-size: 14px;
    color: #3d485d;
}



/*------------------------------服务优势------------------------------*/
.advantage{
    position: relative;
    height: 750px;
    padding: 5rem 0 0;
    background: url('https://cdn.huamux.com/pcimgs/banner/banner-bgimg-web.png') center;
    background-size: cover;
    overflow: hidden;
}
.advantage>.center{
    position: relative;
    width: 1200px;
    margin: 0 auto
}
.advantage-img{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 992px;
    height: 580px;
}


/*----------测试服务的标题----------*/
.advantage-title{
    width: 1200px;
    margin: 0 auto 1rem;
    text-align: center
}
.advantage-title>h2{
    margin-bottom: 0.75rem;
    text-align: center;
    line-height: 1.75rem;
    font-size: 1.75rem;
}
.advantage-title>p{
    line-height: 2;
    opacity: .6;
}


/*----------服务优势的主体部分----------*/
.advantage-main{
    position: relative;
    z-index: 1;
    max-width: 36rem;
    padding-top: 3rem;
}
.advantage-main>p{margin-bottom: 2.5rem;}

/*服务优势列表*/
.advantage-list{overflow: hidden;}
.advantage-list li{position: relative;}
.advantage-list li:first-child~li{margin-top: 1.25rem}
.advantage-list li h3{
    display: flex;
    height: 40px;
    font-size: 1.25rem;
    align-items: center;
}
.advantage-list li h3:before{
    content: '';
    width: 40px;
    height: 40px;
    margin-right: 1rem;
    background-position: center;
    background-size: cover;
    flex-shrink: 0;
}
.advantage-list li:first-child h3:before{background-image: url("https://cdn.huamux.com/pcimgs/ai/advantage-list-icon1.png")}
.advantage-list li:nth-child(2) h3:before{background-image: url("https://cdn.huamux.com/pcimgs/ai/advantage-list-icon2.png")}
.advantage-list li:nth-child(3) h3:before{background-image: url("https://cdn.huamux.com/pcimgs/ai/advantage-list-icon3.png")}
.advantage-list li:nth-child(4) h3:before{background-image: url("https://cdn.huamux.com/pcimgs/ai/advantage-list-icon4.png")}
.advantage-list li p{
    margin: 1rem 0 0 3.5rem;
    line-height: 1.5;
    opacity: .8;
}


/*----------服务优势的说明----------*/
.advantage-illustrate{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 1200px;
    padding: 2.5rem;
    margin: 0 auto;
    background-color: rgba(255,255,255,.5);
    backdrop-filter: blur(6px)
}
.advantage-illustrate p{
    line-height: 1.75rem;
    font-size: .875rem;
    color: rgba(3,28,73,.6);
}
.advantage-illustrate p:first-child~p{margin-top: 1rem}





/******************************以下是移动端样式*******************************/
/******************************以下是移动端样式*******************************/
/******************************以下是移动端样式*******************************/
body[data-mobile] .servicecontent{padding: 0.4rem 0}
body[data-mobile] .servicecontent-list{
    width: auto;
    margin-top: 0;
    padding: 0 0.06rem;
    flex-wrap: wrap;
}
body[data-mobile] .servicecontent-list li{
    flex: none;
    padding: 0 0.06rem;
    margin-bottom: 0.15rem;
    width: 50%;
}
body[data-mobile] .servicecontent-list li img{
    width: 0.55rem;
    height: 0.55rem;
}
body[data-mobile] .servicecontent-list li h3{
    margin-top: 0.1rem;
    line-height: 1;
    font-size: 0.18rem;
}
body[data-mobile] .servicecontent-list li p{
    margin-top: 0.1rem;
    line-height: 0.2rem;
    font-size: 0.14rem;
}
body[data-mobile] .advantage{
    height: auto;
    padding: 0 0 0.12rem;
}
body[data-mobile] .advantage>.center{width: auto}
body[data-mobile] .advantage-main{
    max-width: initial;
    padding: 0 0.12rem;
}
body[data-mobile] .advantage-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
body[data-mobile] .advantage-list li{
    width: calc(50% - 0.06rem);
    padding: 0.12rem;
    background-color: rgb(255,255,255);
}
body[data-mobile] .advantage-list li h3{
    height: auto;
    line-height: 0.24rem;
    font-size: 0.18rem;
    font-weight: bold;
}
body[data-mobile] .advantage-list li h3:before{
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.1rem;
}
body[data-mobile] .advantage-list li p{
    margin: 0.16rem 0 0.1rem;
    line-height: 1.5;
    font-size: 0.14rem;
}
body[data-mobile] .advantage-list li:first-child~li{margin-top: 0}
body[data-mobile] .advantage-list li:nth-child(2n)~li{margin-top: 0.12rem}
body[data-mobile] .advantage-img{
    display: none;
    bottom: -1rem;
    width: 100%;
    height: auto;
    opacity: .25;
}
