.solutionBanner{
    background: url("../images/website/solutionBg.jpg") center no-repeat;
    width: 100%;
    min-width: 1230px;
    height: 659px;
}
.soTitle{
    margin: 50px 0 30px;
}
.soTitle h3{
    font-size: 40px;
    color: #0c056f;
    text-align: center;
}
.soTitle p{
    text-align: center;
    font-size: 20px;
    color: #353535;
    margin-top: 10px;
    position: relative;
}
.soTitle p::before{
    content: '';
    width: 200px;
    border-top: 1px solid #858687;
    position: absolute;
    top: 13px;
    left: 314px;
}
.soTitle p::after{
    content: '';
    width: 200px;
    border-top: 1px solid #858687;
    position: absolute;
    top: 13px;
    right: 314px;
}
.problemMain{
    background: url("../images/website/solutionImg01.jpg") no-repeat;
    width: 100%;
    height: 564px;
    position: relative;
}
.problemUl{
    position: absolute;
    top: 65px;
    left: 770px;
}
.problemUl li{
    border-left: 5px solid #4f91f8;
    font-size: 14px;
    color: #9ba7eb;
    padding-left: 20px;
    margin-bottom: 58px;
}
.problemUl li span{
    font-size: 16px;
    color: #FFF;
    font-weight: bold;
}
.solveMain{
    background: url("../images/website/solutionImg02.jpg") no-repeat;
    width: 100%;
    height: 780px;
    position: relative;
    margin-bottom: 65px;
}
.solveList{
    background: #FFF;
    width: 400px;
    height: 100px;
    padding: 10px 0;
    display: flex;
    position: absolute;
    left: 93px;
}
.solveList .solveImg{
    margin: 20px 20px 0 20px;
}
.solveList .solveTxt{
    font-size: 14px;
    color: #a3a3a3;
    width: 267px;
    border-left: 1px solid #ebecf1;
    padding-left: 20px;
}
.solveList .solveTxt .so_t{
    font-size: 16px;
    color: #313131;
    margin-bottom: 5px;
    font-weight: bold;
    margin-top: 8px;
}
.pd1{
    top: 53px;
}
.pd2{
    top: 192px;
}
.pd3{
    top: 332px;
}
.pd4{
    top: 472px;
}
.pd5{
    top: 611px;
}
.pd2 .solveTxt,
.pd3 .solveTxt,
.pd4 .solveTxt
{
    padding-top: 10px;
}
.solvePlan{
    background: url("../images/website/solutionImg03.jpg") center no-repeat;
    height: 684px;
    padding-top: 47px;
}
.planMain{
    width: 1230px;
    height: 653px;
    background: rgba(255, 255, 255, .78);
    margin: 0 auto;
}
.planUl{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 30px;
}
.planUl li{
    width: 376px;
    height: 86px;
    border-radius: 5px;
    border: 1px solid #bcbcbc;
    text-align: center;
    line-height: 86px;
    font-size: 24px;
    color: #676767;
    margin-top: 40px;
    cursor: pointer;
}
.planUl li.on{
    background: #1d2179;
    color: #FFF;
    border: 1px solid #1d2179;
}
.planCon{
    position: relative;
    display: none;
}
.zq_step{
    position: absolute;
    top: 97px;
}
.line1{
    position: absolute;
    top: 105px;
}
.zq1{
    left: 30px;
}
.zq2{
    left: 230px;
}
.zq3{
    left: 352px;
}
.zq4{
    left: 552px;
}
.zq5{
    left: 675px;
}
.zq6{
    left: 875px;
}
.zq7{
    right: 32px;
}
.dk_step{
    position: absolute;
}
.dk1{
    top: 132px;
    left: 30px;
}
.dk2{
    top: 54px;
    left: 383px;
}
.dk3{
    top: 218px;
    left: 383px;
}
.dk4{
    top: 135px;
    left: 708px;
}
.dk5{
    top: 135px;
    right: 33px;
}
.zq_step p.title,
.dk_step p.title{
    width: 200px;
    height: 50px;
    background: #1d2179;
    color: #FFF;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.zq_step p,
.dk_step p{
    font-size: 14px;
    color: #4c4c4c;
    line-height: 22px;
}
.dk_step p.mt10{
    margin-bottom: 10px;
}
.line1{
    background: url("../images/website/p_line1.png") no-repeat;
    width: 123px;
    height: 32px;
}
.line2{
    background: url("../images/website/p_line2.png") no-repeat;
    width: 153px;
    height: 204px;
    position: absolute;
    top: 63px;
    left: 230px;
}
.line3{
    background: url("../images/website/p_line3.png") no-repeat;
    width: 125px;
    height: 112px;
    position: absolute;
    top: 71px;
    left: 583px;
}
.line4{
    background: url("../images/website/p_line4.png") no-repeat;
    width: 89px;
    height: 42px;
    position: absolute;
    top: 140px;
    right: 233px;
}
.yx_step p.title{
    width: 320px;
    height: 50px;
    background: #1d2179;
    color: #FFF;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.yx_step p{
    font-size: 14px;
    color: #4c4c4c;
    line-height: 22px;
    margin-bottom: 5px;
}
.yx1{
    position: absolute;
    top: 120px;
    left: 128px;
}
.line5{
    background: url("../images/website/p_line5.png") no-repeat;
    width: 205px;
    height: 202px;
    position: absolute;
    top: 51px;
    left: 448px;
}
.yx2{
    position: absolute;
    top: 38px;
    left: 653px;
}
.yx3{
    position: absolute;
    top: 205px;
    left: 653px;
}
.qc_step p.title{
    width: 200px;
    height: 50px;
    background: #1d2179;
    color: #FFF;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.qc_step p{
    font-size: 14px;
    color: #4c4c4c;
    line-height: 22px;
    margin-bottom: 5px;
}
.qc1{
    position: absolute;
    top: 130px;
    left: 79px;
}
.line6{
    background: url("../images/website/p_line2.png") no-repeat;
    width: 153px;
    height: 204px;
    position: absolute;
    top: 66px;
    left: 279px;
}
.qc2{
    position: absolute;
    top: 55px;
    left: 432px;
}
.qc2 p.title,
.qc3 p.title{
    width: 280px;
}
.qc3{
    position: absolute;
    top: 220px;
    left: 432px;
}
.line7{
    background: url("../images/website/p_line6.png") no-repeat;
    width: 232px;
    height: 118px;
    position: absolute;
    top: 66px;
    left: 712px;
}
.qc4{
    position: absolute;
    top: 134px;
    right: 90px;
}