.advantage{
    width: 70%;
    height: 350px;
    margin: 0px auto;
    margin-top:20px;
    box-sizing: border-box;

}

.advantage .title{
    width: 300px;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
.advantage .mb{
    background: url(../image/矩形@1x.png) no-repeat;
    margin-top:60px;
    width: 100%;
    height: 85%;
    box-sizing: border-box;

}

.advantage .mb .pic{
    display: flex;
    justify-content : space-around;
}

.advantage .mb .pic p{
    height: 30px;
    line-height: 30px;
    color: #101010;

}

.advantage_1{
    width: 70%;
    height: 700px;
    margin: 0px auto;
    margin-top:50px;
    box-sizing: border-box;

}

.advantage_1 .title{
    width: 400px;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
.advantage_1 .mb{
    width: 90%;
    height: 100%;
    box-sizing: border-box;
    margin:40px auto;
}

.advantage_1 .mb .pic{
    display: flex;
    justify-content : space-around;
}

.advantage_1 .mb .pic li{
    height: 485px;
}

.advantage_1 .mb .pic .service_1{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.advantage_1 .mb .pic li.service_2{
    height: 600px;
}


.advantage_1 .mb .pic .service_3{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.advantage_1 .mb .pic .service_2_top img{
    margin-left: 300px;
    margin-top: -40px
}

.advantage_1 .mb .pic .service_2_bottom{
    width: 559px;
    height: 80px;
    margin: 0 auto;
    background: url(../image/群组@1x.png) no-repeat;
    margin-right: 20px;
}
.advantage_1 .mb .pic .service_2_bottom p{
    height: 100%;
    line-height: 80px;
    text-align: center;
    font-size: 16px;
    color: #0D0D0D;
    font-weight: bold;
}


.team{
    width: 80%;
    margin: 0px auto;
    margin-top:20px;
    box-sizing: border-box;

}

.team .title{
    width: 300px;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
.team .mb{
    margin-top:60px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;

}

.team .mb .pic{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
}
.team .mb .pic li{
    width: 18%;
    margin: 0px 10px;
}
.team .mb .pic p{
    text-align: center;
    padding-bottom: 10px;
}

.team .mb .pic .name{
    font-weight: bold;
    font-size: 15px;
    padding: 10px 0px;
}

.team .mb .pic .introduce{
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
    height: 80px;
    line-height: 2em;
}
.service_1 img{
    width: 100%;
}
.shengtai_sys{
    width: 70%;
    height: 450px;
    margin: 0px auto;
    margin-top:20px;
    box-sizing: border-box;

}

.shengtai_sys .title{
    width: 300px;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}
.shengtai_sys .mb{
    width: 90%;
    height: 80%;
    margin: 0 auto 0 250px;
}

/*.shengtai_sys .mb>div{
     width: 100%!important;
     margin: 0 auto!important;
 }

.shengtai_sys .mb>div>canvas{
    left: 160px!important;
    top: 30px!important;
}*/


.dingzhi_dev{
    width: 70%;
    height: 870px;
    margin: 0px auto;
    margin-top:50px;
    box-sizing: border-box;
}
.dingzhi_dev .mb img{
    width: 100%;
}
.dingzhi_dev .title{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
.dingzhi_dev .mb{
    margin-top:40px;
    width: 100%;
/*    height: 70%;*/
    box-sizing: border-box;


}

.dingzhi_dev .mb .pic{
    display: flex;
    justify-content : space-around;
    width: 100%;
    margin: 0 auto;
    /*position: relative;*/
}

.dingzhi_dev .mb .pic li{
    height: 485px;
}

.dingzhi_dev .mb .pic .service_1{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.dingzhi_dev .mb .pic .service_1 .service_1_top,.dingzhi_dev .mb .pic .service_1 .service_1_middle,.dingzhi_dev .mb .pic .service_1 .service_1_bottom,.dingzhi_dev .mb .pic .service_3 .service_3_top,.dingzhi_dev .mb .pic .service_3 .service_3_bottom{
   position: relative;
}

.dingzhi_dev .mb .pic .service_1 .service_1_top p,.dingzhi_dev .mb .pic .service_1 .service_1_middle p,.dingzhi_dev .mb .pic .service_1 .service_1_bottom p,.dingzhi_dev .mb .pic .service_3_top p,.dingzhi_dev .mb .pic .service_3_bottom p{
    position: absolute;
    top:100px;
    left:100px;
    font-weight: bold;
    font-size: 16px;
}



.dingzhi_dev .mb .pic li.service_2{
    margin-top: 70px;
    height: 600px;
}


.dingzhi_dev .mb .pic .service_3{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.dingzhi_dev .mb .pic .service_2_top img{
    margin-left: 300px;
    margin-top: -40px
}

.dingzhi_dev .mb .pic .service_2_bottom{
    width: 559px;
    height: 80px;
    margin: 0 auto;
    background: url(../image/群组@1x.png) no-repeat;
    margin-right: 20px;
}
.dingzhi_dev .mb .pic .service_2_bottom p{
    height: 100%;
    line-height: 80px;
    text-align: center;
    font-size: 16px;
    color: #0D0D0D;
    font-weight: bold;
}

.dingzhi_dev .desc p{
    text-indent: 2em;
    white-space: pre-wrap;
    line-height: 1.5em;
}

