.service-title {
    color: black;
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 5.76px;
    word-wrap: break-word
}
.color {
    width: 24px;
    height: 5px;
    /*transform: rotate(-90deg);*/
    transform-origin: 0 0;
    background: #0F954B;
    margin-top : 10px;
}
.title{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    width: 60%;
}
.service-descprition{
    color: #0F954B;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 700;
    line-height: 19.20px;
    letter-spacing: 1.20px;
    word-wrap: break-word
}
.service-list{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    width: 100%;
    margin-top: 50px;
}
.service-item {
    width: 30%;
    height: 33%;
}
.service-item:nth-child(1){
    padding-top: 300px;
}
.service-item:nth-child(2){
    padding-top: 200px;
}
.service-item .img{
    width: 100%;
    text-align: center;
}
.service-item .img1 img{
    width: 100%;
}
.service-item .item-title {
    color: #333333;
    font-size: 22.35px;
    font-family: Helvetica Neue;
    font-weight: 400;
    line-height: 33.52px;
    word-wrap: break-word;
    text-align: center;
    padding: 10px 0;
}
.service-item .item-descprition{
    color: #333333;
    font-size: 11.17px;
    font-family: Helvetica Neue;
    font-weight: 400;
    line-height: 16.76px;
    word-wrap: break-word;
    text-align: center;
    padding: 0 25%;
}
@media screen and (max-width: 767px) {
    .service-item {
        width: 100%;
        padding-bottom: 50px;
        padding-top: 0;
    }
    .service-item:nth-child(1){
        padding-top: 0;
    }
    .service-item:nth-child(2){
        padding-top: 0;
    }
}