.servicebox{
    width: 100%;
    min-width: 1200px;
}
.subpage{
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
}
.subpage dl dt  img{
    width: 8.46rem;
    display: block;
    margin-bottom: 0.36rem;
}
.subpage dl dd{
    display: flex;
    flex-direction: column;
}
.subpage dl dd .name{
    font-size: 0.32rem;
}
.subpage dl dd .text{
    font-size: 0.24rem;
    color: #707070;
    padding: 0.24rem 0;
}
.subpage dl dd i{
    color: #000;
    font-size: 0.58rem;
}
.subpage-wide,.subpage-wide2{
    width: 100%;
    margin-top: 0.4rem;
    position: relative;
}
.subpagelist a{
    margin: 0.1rem 2% !important;
}
.subpage-wide .bg ,.subpage-wide2 .bg{
    display: block;
    width: 100%;
}
.subpage-wide .wide-text,.subpage-wide2 .wide-text{
    position: absolute;
    top: 1.2rem;
    right: 10%;
    text-align: right;
    color: #fff;
}
.subpage-wide .wide-text p:first-child,.subpage-wide2 .wide-text p:first-child{
    font-size: 0.26rem;
    margin-top: 0.1rem;
}
.subpage-wide .wide-text p:nth-child(2),.subpage-wide2 .wide-text p:nth-child(2){
    font-size: 0.2rem;
    margin-top: 0.05rem;
    line-height: 0.5rem;
    font-weight: 300;
}
.subpage-wide .wide-text a{
    color: #fff;
}
.subpage-wide .wide-text a i , .subpage-wide2 .wide-text a i{
    font-size: 0.58rem;
    font-weight: 300;
}
.subpage-wide2 .wide-text a{
    color: #000;
}
.subpage-wide2 .wide-text{
    text-align: left;
    left: 10%;
    color: #000;
}