.job-ensure{
    position: relative;
}
.job-ensure .job-ensure-item{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 2;
    background-color: rgba(0,0,0,.45);
    padding-top: 4rem;
    padding: 4.5rem .5rem 0;
}
.job-ensure .job-ensure-item .title{
    height: 5rem;
}
.job-ensure .job-ensure-item h4{
    color: #fff;
    font-size: 1.35rem;
    line-height: 2rem;
    font-weight: 700;
}
.job-ensure .job-ensure-item p{
    color: #fff;
    line-height: 1.5;
    font-size: 1.05rem;
    margin-bottom: 1.5rem;
}
.ensure-box{
    padding-top: .5rem;
    padding-bottom: 1.5rem;
    background: #201F24;
}
.ensure-box .col-1{
    padding-left: 2rem;
    padding-right: 2rem;
}
.ensure-item{
    display: flex;
    align-items: center;
    padding: .8rem 1rem;
    margin-bottom: .8rem;
    border-radius: .25rem;
    background-color: #fff;
    box-shadow: 0 0 1rem rgba(255,255,255,.45);
}
.ensure-item .ensure-icon{
		display: flex;
		justify-content: center;
		width: 20%;
    color: #1F9EFE;
}
.ensure-item .ensure-content{
    padding-left: .8rem;
		width: 80%;
}
.ensure-item h4{
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2.8rem;
    color: #383838;
}
.ensure-item p{
    font-size: 1.15rem;
    line-height: 1.6rem;
    color: #585858;
}
.ensure-map{
    margin: 1rem 2rem;
    padding: 1rem;
    border-radius: .25rem;
    background: #fff;
}
.ensure-map h3{
    font-size: 1.6rem;
    color: #383838;
    line-height: 2.5rem;
    text-align: center;
    margin-bottom: .8rem;
    font-weight: 600;
}
.ensure-map img{
    width: 100%;
}





.mesh-line{
    display: flex;
    width: 50%;
    height: 3rem;
    margin-top: 2rem;
    margin-left: 25%;
    margin-bottom: .5rem;
    border-top: 1px solid #444444;
    border-left: 1px solid #444444;
    border-right: 1px solid #444444;
}
.mesh-line>.line {
    height: 4.5rem;
    margin-left: 50%;
    margin-top: -1.5rem;
    border-left: 1px solid #444444;
}
.service-tab{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
.service-tab li{
    text-align: center;
    width: 25%;
    font-size: 1rem;
    line-height: 1.4rem;
    padding: .8rem 0;
    color: #fff;
    border-radius: .25rem;
    margin-right: .5rem;
    cursor: pointer;
    background-color: #1F9FFF;
}
.service-tab .active{
    background: #FF5823;
}
.service-tab li:last-child{
    margin-right: 0;
}
.service-content{
    padding: 1.5rem 1rem;
    background-color: #e5e5e5;
}
.service-content li:last-child .service-item{
    margin-bottom: 0;
}
.service-item{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 1.5rem 1rem;
    margin-bottom: .8rem;
    border-radius: .25rem;
    background: #fff;
    position: relative;
}
.service-item .order{
    position: absolute;
    top: 1.5rem;
    left: 1rem;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.5rem;
    text-align: center;
    color: #fff;
    border-radius: .2rem;
    background: #1F9FFF;
}
.service-item .info{
    width: 85%;
    margin-left: 15%;
}
.service-item .info h4{
    font-size: 1.35rem;
    height: 2rem;
    line-height: 2rem;
    font-weight: bold;
    color: #383838;
    margin-bottom: .5rem;
}
.service-item .info p{
    font-size: 1.05rem;
    line-height: 1.6rem;
    color: #585858;
}












































































