
.product-show.service {
    height: auto;
    padding: 0;
    padding-bottom: 50px;
}
a {
    color: inherit;
    text-decoration: none;
}
.product-show.service .box {
    background-color: #F8FBFF;
    text-align: center;
}
.l-r-cont {
    width: 1168px;
    margin: 0px auto;
}
.l-r-cont .item{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
.l-r-cont .item.one {
    /*justify-content: flex-start;*/
}

.l-r-cont .item .left {
    margin-right: 50px;
}
.l-r-cont .item .txt{
    width: 550px;
}
.l-r-cont .item .txt .title {
    font-size: 37px;
    color: #444444;
    line-height: 51px;
    margin-bottom: 20px;
}
.l-r-cont .item .txt .title .line {
    width: 37px;
    height: 4px;
    background-color: #195ED7;
    margin-top: 10px;
}


.l-r-cont .item .txt .p {
    font-size: 18px;
    color: #444444;
    line-height: 27px;
}
.l-r-cont .item .img{
    width: 404px;
    height: 332px;
    background: url("https://taozhi-static-1310526484.cos.ap-guangzhou.myqcloud.com/static%2Fimage%2Fservice1-1.png") no-repeat center;
    background-size: 100% 100%;
}
.l-r-cont .item .img2 {
    width: 412px;
    height: 340px;
    background: url("https://taozhi-static-1310526484.cos.ap-guangzhou.myqcloud.com/static%2Fimage%2Fservice1-2.png") no-repeat center;
}
.l-r-cont .item .img3 {
    width: 580px;
    height: 412px;
    background: url("https://taozhi-static-1310526484.cos.ap-guangzhou.myqcloud.com/static%2Fimage%2Fservice1-3.png") no-repeat center;
}
.l-r-cont .item .img4 {
    width: 510px;
    height: 365px;
    background: url("https://taozhi-static-1310526484.cos.ap-guangzhou.myqcloud.com/static%2Fimage%2Fservice1-4.png") no-repeat center;
}

