.banner-center>img{
    position: absolute;
    right: -80px;
}


/*------------------------------产品特性------------------------------*/
.characteristic{padding: 60px 0 0}


/*----------产品特性列表----------*/
.characteristic-list{
    display: flex;
    width: 1200px;
    margin: 32px auto 0;
    flex-wrap: wrap;
    flex-flow: row wrap;
}

/*产品特性列表的儿子*/
.characteristic-list-child{
    display: flex;
    width: 33.3333333333%;
    padding: 0 16px;
    margin-bottom: 32px;
}
.characteristic-list-child>img{
    width: 48px;
    height: 48px;
    margin-right: 20px;
}
.characteristic-list-child>div{flex: 1}
.characteristic-list-child>div h3{
    margin-bottom: 8px;
    line-height: 28px;
    font-size: 18px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.characteristic-list-child>div p{
    line-height: 22px;
    font-size: 14px;
    color: #495770;
}



/*------------------------------服务与优势------------------------------*/
.servicesadvantages{
    height: 660px;
    background: url("https://cdn.huamux.com/pcimgs/banner/banner-bgimg-web.png") center;
    background-size: cover;
    overflow: hidden;
}


/*----------服务与优势的标题----------*/
.servicesadvantages-title{margin-top: 5rem;}


/*----------服务与优势的内容区域----------*/
.servicesadvantages-content{
    position: relative;
    width: 1200px;
    padding-bottom: 7rem;
    margin: 9.5rem auto 0;
}

/*服务与优势的列表*/
.servicesadvantages-list{
    display: flex;
    flex-wrap: wrap;
    max-width: 42rem;
}
.servicesadvantages-list li{
    display: flex;
    width: 50%;
    margin-bottom: 2.5rem;
    line-height: 1.75rem;
    font-size: 1.125rem;
    align-items: center;
}
.servicesadvantages-list li:before{
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 1rem;
    background: url("https://cdn.huamux.com/pcimgs/icon/icon-ok.png") center;
    background-size: cover;
}

/*服务与优势的图片*/
.servicesadvantages-img{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 633px;
    height: 388px;
    background: url("https://cdn.huamux.com/pcimgs/banner/banner-bjimg-web2.png") center;
    background-size: cover;
}





/******************************以下是移动端样式*******************************/
/******************************以下是移动端样式*******************************/
/******************************以下是移动端样式*******************************/
body[data-mobile] .characteristic{padding: 0.4rem 0 0}
body[data-mobile] .characteristic-list{
    width: auto;
    padding: 0 0.06rem;
    margin-top: 0.25rem;
}
body[data-mobile] .characteristic-list-child{
    width: 50%;
    padding: 0 0.06rem;
    margin-bottom: 0.12rem;
}
body[data-mobile] .characteristic-list-child>img{
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.08rem;
}
body[data-mobile] .characteristic-list-child>div h3{
    margin-bottom: 0.05rem;
    line-height: 0.3rem;
    font-size: 0.18rem;
}
body[data-mobile] .characteristic-list-child>div p{
    line-height: 0.22rem;
    font-size: 0.14rem;
}
body[data-mobile] .servicesadvantages{
    height: auto;
}
body[data-mobile] .servicesadvantages-title{margin-top: 0.4rem}
body[data-mobile] .servicesadvantages-title>p{color: rgba(3, 28, 73,1);}
body[data-mobile] .servicesadvantages-content{
    width: auto;
    padding-bottom: 0.4rem;
    margin: 0.4rem auto 0;
}
body[data-mobile] .servicesadvantages-list{
    position: relative;
    z-index: 1;
    max-width: 100%;
    padding: 0 0.06rem;
}
body[data-mobile] .servicesadvantages-list li{
    padding: 0 0.06rem;
    margin-bottom: 0.12rem;
    line-height: 0.2rem;
    font-size: 0.16rem;
}
body[data-mobile] .servicesadvantages-list li:before{
    width: 0.34rem;
    height: 0.34rem;
    margin-right: 0.08rem;
    flex-shrink: 0;
}
body[data-mobile] .servicesadvantages-img{
    width: 100%;
    height: auto;
    opacity: .25;
}
