ul{
    padding-left: 0;
    list-style: none;
}
.top-list{
    background: url('../images/service/top_bg.png') no-repeat;
    background-size: cover;
    height:434px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}
.top-list h1{
    margin: 10px 0 40px;
    font-size: 40px;
    color: white;
    line-height: 46px;
}
.top-list h2{
    margin: 0;
    font-size: 30px;
    color: white;
}
.top-list p{
    font-size: 17px;
    color:white;
    font-weight: bold;
}
.service-step-list{
    width: 1200px;
    margin: 0 auto;
}
.service-step-list ul{
    display: flex;
    width: 100%;
    flex-direction: row;
    margin: 39px 0 0;
}
.service-step-list ul li{
    text-align: center;
    width: 34%;
    line-height: 2.5;
}
.service-step-list ul li a{
    color:#222;
}
.service-step-list ul li b{
    width:49px;
    height:14px;
    background-size: contain;
    display: inline-block;
}
.service-step-list ul li b.num_1{
    background: url(../images/service/step_s1.png) no-repeat;
}
.service-step-list ul li b.num_2{
    background: url(../images/service/step_s2.png) no-repeat;
}
.service-step-list ul li b.num_3{
    background: url(../images/service/step_s3.png) no-repeat;
}
.service-step-list ul li p{
    line-height: 1.5;
    height: 50px;
    justify-content: center;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.service-step-list ul li span{
    width:11px;
    height:7px;
    background: url(../images/service/s_arrow.png) no-repeat;
    background-size: contain;
    display: inline-block;
}
.service-step-intro{
    background: url(../images/service/center_bg.jpg) repeat;
    position: relative;
    padding-bottom: 104px;
    display: flex;
    flex-direction: column;
}
.service-step-intro .service-caution{
    background: url(../images/service/center_bg_1.png) no-repeat;
    background-position: center;
    background-size: contain;
    height: 660px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 91px;
}
.service-step-intro .service-caution .service-caution-content{
    margin-bottom: 105px;
}
.service-step-intro .service-caution .caution-title{
    color: #d63e2a;
    font-size:28px;
    margin-top: 52px;
}
.service-step-intro .service-caution h3{
    color:#222;
    font-size: 22px;
    margin-top: 112px;
}
.service-step-intro .service-caution p{
    color:#222;
    font-size: 17px;
    margin-top:45px;
}
.service-step-intro .service-caution p:last-child{
    margin-top: 20px;
}
.service-hurdle{
    display: flex;
    flex-direction: row;
    width: 928px;
    margin: 0 auto;
    margin-top:81px;
}
.service-hurdle img{
    width:100%;
    border-radius: 10px;
}
.service-hurdle .service-hurdle-left,.service-hurdle .service-hurdle-right{
    width: 430px;
    position: relative;
}
.service-hurdle .service-hurdle-left{
    margin-right:68px;
}
.service-hurdle .tips{
    position: absolute;
    background-color: #343434;
    color: white;
    font-size: 14px;
    top: -10px;
    left: 10px;
}
.service-hurdle p{
    font-size: 16px;
    color:#222;
}
.service-attation{
    margin-top:106px;
}
.service-attation h4{
    font-size:20px;
    color:#222;
    margin-top: 52px;
}
.service-step-intro-bottom{
    background: url(../images/service/center_bg_arrow.png) no-repeat;
    background-position: center;
    width: 480px;
    height:91px;
    position: absolute;
    bottom: -49px;
    left: 50%;
    margin-left: -240px;
}
.service-step{
    margin-top: 140px;
}
.service-step .service-step-1{
    width:1200px;
    margin:0 auto;
}
.service-step h2{
    color:#222;
    font-size: 35px;
    margin-top: 24px;
    margin-bottom: 59px;
}
.service-step p{
    color: #393939;
}
.step1-content{
    margin-top: 89px;
    overflow: hidden;
}
.step1-content li{
    width:264px;
    float: left;
    margin-left: 41px;
}
.step1-content li:first-child{
    margin-left: 0;
}
.step1-content .content-title{
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.step1-content .content-title img,.step1-content .content-title h3{
    float: left;
}
.step1-content .content-title h3{
    color:#004097;
    font-size: 22px;
    margin: 0;
    margin-left: 6px;
}
.step1-content .content-title2 h3{
    color:#187fc3;
}
.step1-content .content-title3 h3{
    color:#5aa0d5;
}
.step1-content .content-title4 h3{
    color:#44a4ab;
}
.step1-content .content-pic{
    margin:55px 0;
}
.step1-content .content-text ul{
    list-style-image: url(../images/service/point1.png);
    line-height: 2;
    margin-left: 18px;
}
.step1-content .content-text li{
    width:100%;
    color:#222;
    font-weight: bold;
    font-size:16px;
    margin-left: 0;
}
.step1-content .content-text2 ul{
    list-style-image: url(../images/service/point2.png);
}
.step1-content .content-text3 ul{
    list-style-image: url(../images/service/point3.png);
}
.step1-content .content-text4 ul{
    list-style-image: url(../images/service/point4.png);
}
.step1-content .content-text4 .tips{
    display: inline-block;
    font-size: 14px;
    color: #393939;
    font-weight: normal;
}
.service-step-1 .step1-intro{
    color:#222;
    font-size:20px;
    margin-top:77px;
    margin-bottom: 106px;
}
.service-step-2{
    position: relative;
    background: url(../images/service/center_bg.jpg) repeat;
    padding: 148px 0 62px 0;
}
.service-step-2 .step2-pic{
    width:700px;
    margin:0 auto;
    margin-top:69px;
}
.service-step-2 .step2-pic img{
    width:100%;
    border-radius: 10px;
}
.service-step-3{
    margin-top:152px;
}
.service-step-3 .step3-content{
    width: 1200px;
    margin:0 auto;
    margin-top: 74px;
    margin-bottom: 108px;
    overflow: hidden;
}
.service-step-3 .step3-content li{
    float: left;
    width: 360px;
    margin-left: 60px;
}
.service-step-3 .step3-content li:first-child{
    margin-left: 0;
}
.service-step-3 .step3-content li img{
    width: 100%;
    border-radius: 10px;
}
.service-step-3 .step3-content li h4{
    margin-top: 33px;
    font-size: 22px;
    color:#393939;
}
.service-step-3 .step3-content li p{
    margin-top: 36px;
    color:#222;
    font-size: 16px;
}
.service-cta{
    padding:95px 0;
    background: url(../images/service/cta-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.service-cta p{
    font-size: 22px;
    color: #fff;
}
.service-cta .consult-btn{
    background: none;
    background-color: #d63e2a;
    position: relative;
    margin-top: 33px;
}
.service-cta .ImageText9{
    justify-content: center;
}
.service-cta .ImageText9 .fas{
    color:white;
    position: absolute;
    right: 40px;
    font-size: 20px;
}
.fred{
    color: #d63e2a;
}

@media screen and (max-width:820px) {
    .service-step-list{
        width:100%;
    }
    .service-step-intro .service-caution{
        background-size: 133% 69%;
    }
    .service-hurdle{
        width: 100%;
    }
    .service-step .service-step-1{
        width: 97%;
        padding: 0 2%;
    }
    .step1-content li{
        width:50%;
        margin-left: 0;
        height: 482px;
        margin-bottom: 30px;
    }
    .step1-content .content-text li{
        height: unset;
        margin-bottom: 0;
    }
    .service-step-3{
        padding: 0 2%;
    }
    .service-step-3 .step3-content{
        width:100%;
    }
    .service-step-3 .step3-content li{
        width: 28%;
        margin-left: 8%;
    }
    .service-cta .consult-btn{
        width:50%;
    }
}
@media screen and (max-width:768px) {

}
@media screen and (max-width:767px) {
    .top-list h2{
        font-size: 26px;
    }
    .top-list h1{
        font-size: 36px;
    }
    .top-list p{
        font-size: 14px;
    }
    .service-step-list ul{
        flex-direction: column;
        margin-bottom: 39px;
    }
    .service-step-list ul li{
        width: 100%;
    }
    .service-step-intro{
    }
    .service-step-intro .service-caution{
        background: url(../images/service/center_bg_1_s.png) no-repeat;
        background-position: center;
        background-size: contain;
        margin-top: 39px;
    }
    .service-step-intro .service-caution .caution-title{
        font-size: 26px;
    }
    .service-step-intro .service-caution h3{
        font-size: 16px;
        margin-top: 59px;
    }
    .service-step-intro .service-caution p{
        font-size: 12px;
    }
    .service-hurdle{
        flex-direction: column;
        margin-top: 0;
        padding: 0 2%;
        width: 95%;
    }
    .service-hurdle .service-hurdle-left, .service-hurdle .service-hurdle-right{
        width: 100%;
    }
    .service-hurdle .service-hurdle-left{
        margin-right: 0;
        margin-bottom: 68px;
    }
    .service-attation h4{
        font-size: 19px;
    }
    .service-step .service-step-1{
        width:97%;
    }
    .service-step h2{
        font-size: 27px;
    }
    .step1-content{
        padding: 0 10px;
    }
    .step1-content li{
        width:100%;
    }
    .step1-content .content-title{
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .step1-content .content-pic{
        text-align: center;
        margin: 20px 0;
    }
    .step1-content .content-pic img{
        width:100%;
    }
    .step1-content .content-text ul{
    }
    .step1-content li{
        margin-left: 0;
        margin-bottom: 66px;
    }
    .step1-content li:last-child{
        margin-bottom: 0;
    }
    .step1-content .content-text li{
        margin-bottom: 0;
    }
    .service-step-2 .step2-pic{
        width: 96%;
        margin-top: 69px;
        padding: 0 2%;
    }
    .service-step-3 .step3-content{
        width:100%;
        padding: 0 2%;
    }
    .service-step-3 .step3-content li{
        width: 100%;
        margin-left: 0;
        margin-bottom: 30px;
    }
    .service-step-3 .step3-content li h4{
        margin-top: 20px;
    }
    .service-step-3 .step3-content li p{
        width: 100%;
        margin-top: 15px;
    }
    .service-cta p{
        font-size: 21px;
    }
    .service-cta .consult-btn{
        width:100%;
    }
}