
.title h4{
    position: relative;
}

.title h4::before{
    content: url(../images/tit_lef.png);
    position: absolute;
    top: -6px;
    left: -30px;
}

.title h4::after{
    content: url(../images/tit_rig.png);
    position: absolute;
    top: 18px;
    right: -30px;
}

.include-con{
    width: 100%;
    height: 100px;
    position: relative;
}

.include-list{
    position: absolute;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px 0px rgba(142, 142, 142, 0.1);
    border-radius: 4px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
    padding: 30px 40px 30px;
    top: -57px;
}

.include-list img{
    width: 56px;
    height: 56px;
    margin-right: 27px;
}

.logo_ico{
    width: 38px;
    height: 38px;
}

.include-items{
    flex-wrap: wrap;
}

.in-item{
    flex: 1;
    display: flex;
    align-items: center;
    height: 55px;
    padding: 0 0 0 34px;
    position: relative;
}

.in-item:not(:last-child)::after{
    content: '';
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    right: 22px;
    border-left: 1px solid #EBEEF2;
}

.in-item img{
    width: 54px;
    height: 54px;
    margin-right: 20px;
}

.part1-con{
    justify-content: space-between;
    padding: 0 0 50px 0;
}

.part1-con p{
    margin-bottom: 0;
}

.part1-con img{
    width: 484px;
}

.sec-card{
    width: 100%;
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
}

.sec-card:not(:first-child){
    margin-top: 80px;
}

.sec-card:last-child{
    margin-bottom: 30px;
}

.sec-card img{
    width: 710px;
}

/* .sec-card:nth-child(odd) img{
    box-shadow: 30px 30px 0 0 #BADDFF;
}

.sec-card:nth-child(even) img{
    box-shadow: -30px 30px 0 0 #BADDFF;
} */

.s-c-con{
    flex: 0.9;
    padding-left: 90px;
}

.s-c-tit{
    position: relative;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    padding-bottom: 8px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.s-c-tit>span{
    position: relative;
    z-index: 3;
}

.s-c-tit:before{
    position: absolute;
    left: -26px;
    top: -22px;
}

.a-c-t-1:before{
    content: url(../images/01.png);
}

.a-c-t-2:before{
    content: url(../images/02.png);
}

.a-c-t-3:before{
    content: url(../images/03.png);
}

.s-c-tit:after{
    content: url(../images/break_line.png);
    position: absolute;
    left: 0;
    bottom: -6px;
}   

.s-c-con>p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
}

.second-content{
    flex-wrap: wrap;
}

.img-list{
    padding-top: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.img-item{
    width:580px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}

.img-item img{
    width: 100%;
}

.img-item-tit{
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    line-height: 60px;
    position: relative;
}

.img-item-tit::after{
    position: absolute;
    content: url(../images/break_line.png);
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
}


.center-con{
    position: relative;
    height: 450px;
    background: url(../images/part4_0.png) no-repeat;
    background-position: top center;
    margin-top: 78px;
}

.cen-tit{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
}

.cen-tit+p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}

.center-list>li p{
    text-align: justify;
}

.center-list>li{
    position: absolute;
    width: 403px;
}

.center-list>li:nth-child(1){
    top: -26px;
    left: 0px;
}

.center-list>li:nth-child(2){
    top: 200px;
    left: 0px;

}

.center-list>li:nth-child(3){
    top: -8px;
    right: 0px;
}

.center-list>li:nth-child(4){
    top: 250px;
    right: 0px;
}

.win-con{
    min-height: 600px!important;
}

.win-item{
    position: relative;
    background: #FFFFFF;
    padding: 0 66px 0 88px;
    border-top: 3px solid #fff;
    height: 84px;
    overflow: hidden;
    transition: all .3s;
}

.win-item:not(:first-child){
    margin-top: 10px;
}

.win-tit{
    position: relative;
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #333333;
    line-height: 84px;
}

.win-tit+p{
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
}

.win-tit::before{
    position: absolute;
    top: 16px;
    left: -66px;
}

.win_0::before{
    content: url(../images/part5_0.png);
}

.win_1::before{
    content: url(../images/part5_1.png);
}

.win_2::before{
    content: url(../images/part5_2.png);
}

.win_3::before{
    content: url(../images/part5_3.png);
}

.win_4::before{
    content: url(../images/part5_4.png);
}

.active{
    border-top: 3px solid #588AFD;
}

.active{
    height: 200px;
}

.active p::before{
    position: absolute;
    right: 0;
    bottom: -30px;
}

.active .win_0+p::before{
    content: url(../images/part5_0_bg.png);
}

.active .win_1+p::before{
    content: url(../images/part5_1_bg.png);
}

.active .win_2+p::before{
    content: url(../images/part5_2_bg.png);
}

.active .win_3+p::before{
    content: url(../images/part5_3_bg.png);
}

.active .win_4+p::before{
    content: url(../images/part5_4_bg.png);
}