/*服务路程*/
.service {
    background: url("../images/bg3.jpg");
    padding: 60px 0px;
    background-size: cover;
}

.service .title {
    height: 80px;
    text-align: center;
}

.service .title img {
    height: 100%;
    width: auto;
}

.service .service_content {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 40px;
}

.service .service_team {
    width: 200px;
    height: 225px;
    background: #FDF7F1;
    margin-left: 100px;
    margin-bottom: 40px;
    border-radius: 5px;
    position: relative;
    padding: 30px;
    box-sizing: border-box;
    text-align: center;
}

.service .service_team:nth-child(4n+1) {
    margin-left: 0px;
}


.service .service_team .m1 {
    position: absolute;
    top: -15px;
}

.service .service_team p {
    line-height: 2;
    margin-top: 10px;
    font-weight: bold;
}

.dotted1 {
    border-top: 1px dashed black;
    position: absolute;
    top: 50%;
    right: -130px;
    width: 130px;
    display: flex;
    justify-content: center;
}

.dotted1 .circle {
    width: 10px;
    height: 10px;
    border: 1px solid #663319;
    border-radius: 50%;
    position: relative;
    top: -5px;
    background: white;
}

.dotted2 {
    border-top: 1px dashed black;
    position: absolute;
    top: 50%;
    right: -250px;
    width: 250px;
    display: flex;
    justify-content: center;
}

.dotted2 .circle {
    width: 10px;
    height: 10px;
    border: 1px solid #663319;
    border-radius: 50%;
    position: relative;
    top: -5px;
    background: white;
}

.dotted3 {
    border-top: 1px dashed black;
    position: absolute;
    top: 50%;
    right: -45px;
    width: 45px;
}

.dotted4 {
    border-left: 1px dashed black;
    position: absolute;
    bottom: -155px;
    right: 0px;
    height: 155px;
    display: flex;
    align-items: flex-end;
    z-index: 100;
}

.dotted4 .circle {
    width: 10px;
    height: 10px;
    border: 1px solid #663319;
    border-radius: 50%;
    position: relative;
    top: 5px;
    left: -5px;
    background: white;
}
