.service-background{
    width: 100%;
    height: 553px;
    background-image: url('../static/ksxd.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.service-step{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding:0 0 30px 0;
}
.step-up{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
}
.step-totie{
    font-size: 30px;
    color: #FFF;
    margin-bottom: 50px;
    letter-spacing: 3px;
    font-weight: bold;
    position: relative;
    width: fit-content;
}
.step-totie::after{
    position: absolute;
    top: 145%;
    left: 50%;
    transform: translate(-50%,-50%);
    content: "";
    width: 50px;
    height: 1px;
    background: #FFF;
}
.step-english{
    font-size: 18px;
    color: rgba(251,251,251,0.2);
    letter-spacing: 2px;
}
.step-botem{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 50%;
}
.step-item{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.step-item::after{
    position: absolute;
    content: "";
    top: 35px;
    right: -185px;
    width: 180px;
    height: 1px;
    background: #FFF;
}
.step-item:nth-child(4)::after{
    width: 0px;
}
.step-icon{
    width: 70px;
    height: 70px;
}
.step-details{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
}
.step-number{
    font-size: 18px;
    color: #FFF;
    margin-bottom: 10px;
}

.step-name{
    font-size: 20px;
    color: #FFF;
    font-weight: bold;
}
.step-translation{
    font-size: 13px;
    color: rgba(251,251,251,0.8);
    font-weight:300;
    text-align: center;
}
.service-option{
    background: #FFF;
}
.service-option-container{
    padding-bottom: 60px;
}
.service-option-li{
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.service-left{
    width: 65%;
    background: #f9f9f9;
    padding: 40px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.service-info{
    display: flex;
}
.service-number{
    font-size: 18px;
    color: #000;
    font-weight: bold;
    position: relative;
    top: 7px;
}
.service-text{
margin-left: 8px;
}
.service-name{
    font-size: 25px;
    font-weight: bold;
    color: #000;
}
.service-english{
    font-size: 13px;
    color: #999;
    display: flex;
    align-items: center;
    margin-top: 3px;
}
.enter-icon,.enters-icon{
    width: 15px;
    height: 15px;
    margin-left: 6px;
    position: relative;
    top: 5px;
}
.enters-icon{
    display: none;
}
.service-enter{
    font-size: 15px;
    color: #383838;
    width: fit-content;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.service-enter::after{
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 58px;
    height: 1px;
    background: #383838;
    content: "";
}
.service-right{
    flex: 1;
    overflow: hidden;
}
.service-img{
    width: 100%;
    height: 200px;
    border-radius: 5px;
    transition: all .3s;
}
.service-img:hover{
    transform: scale(1.2);
}
.service-option-li:hover .service-left{
    background: #0d4da1;
}
.service-option-li:hover .service-left .service-enter{
    background: #f10022;
    color: #FFF;
    border-radius: 3px;
    padding:10px 20px 18px 20px;
}
.service-option-li:hover .service-left .service-enter::after{
    left: 20px;
    bottom:12px;
    background: #FFF;
}
.service-option-li:hover .service-left .service-enter .enter-icon{
    display: none;
}
.service-option-li:hover .service-left .service-enter .enters-icon{
    display: block;
}
.service-option-li:hover .service-left .service-info .service-number{
    color: #FFF;
}
.service-option-li:hover .service-left .service-info .service-text .service-name{
    color: #FFF;
}