.top_peizhen {
    background: url('/static/images/peizhen-banner.png') center center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: left;

    .container-title {
        text-align: center;

        p.title {
            font-weight: 400;
            font-size: 44px;
            color: #4778F9;
        }

        span {
            font-weight: 400;
            font-size: 18px;
            color: #0B0B0C;
            margin-bottom: 30px;
            display: block;
            line-height: 40px;
        }

    }
}

.p-title {
    font-weight: 500;
    font-size: 41px;
    color: #2A2A2A;
    text-align: center;
}

.p-title-line {
    background: #2C60EB;
    margin: 11px auto;
    width: 308px;
    height: 13px;
    border-radius: 7px;
}

.p-title p {
    font-weight: 500;
    font-size: 24px;
    color: #676767;
}

.part1 {
    width: 100%;
    padding-top: 67px;
    padding-bottom: 71px;

    .p-title {
        font-weight: 500;
        font-size: 41px;
        color: #2A2A2A;
        text-align: center;

        .p-title-line {
            background: #2C60EB;
            margin: 11px auto;
            width: 308px;
            height: 13px;
            border-radius: 7px;
        }
    }

    .do-list {
        width: 100%;
        display: flex;
        margin-top: 24px;
        text-align: center;
        justify-content: center;

        .bg-blue {
            background: url('/static/images/bg-blue.png') center center no-repeat;
            background-size: cover;
        }

        .bg-gray {
            background: url('/static/images/bg-gray.png') center center no-repeat;
            background-size: cover;
        }

        .do {
            width: 337px;
            height: 414px;
            border-radius: 3px;
            margin-right: 18px;

            img {
                margin: 71px auto 0;
            }
        }

        div:first-child {
            margin-left: 0px;
        }

        div:last-child {
            margin-right: 0px;
        }

        .title {
            font-weight: 500;
            font-size: 33px;
            color: #FFFFFF;
            margin-top: 42px;
        }

        .desc {
            font-weight: 500;
            font-size: 24px;
            color: #FFFFFF;
            margin: 0 !important;
        }

        img.service {
            margin: 0;
        }

        .line {
            width: 128px;
            height: 11px;
            background: #FFFFFF;
            border-radius: 6px;
            opacity: 0.3;
            margin: 12px auto 17px;
        }

        .line-blue {
            background: #2C60EB;
        }

        div.service {
            width: 122px;
            font-weight: 500;
            font-size: 24px;
            color: #414141;
            margin-right: 38px;
        }

        div.service:first-child {
            margin-left: 0px;
        }

        div.service:last-child {
            margin-right: 0px;
        }

        div.service img {
            margin-bottom: 23px;
        }
    }

}

.part2 {
    width: 100%;
    background: #F4F9FF url('/static/images/peizhens.png') center right no-repeat;


    .container-body {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 750px;


        .box {
            display: flex;

            .content {
                width: 930px;

                h3 {
                    font-weight: 400;
                    font-size: 36px;
                    color: #444444;
                    line-height: 46px;
                    margin-bottom: 26px !important;
                    width: 821px;
                }

                span {
                    font-weight: 400;
                    font-size: 27px;
                    color: #525252;
                    line-height: 36px;
                    display: block;
                    width: 821px;
                }

                .list {
                    font-weight: 400;
                    font-size: 27px;
                    color: #2C60EB;
                    line-height: 36px;
                    margin-bottom: 40px;

                    img {
                        margin-right: 14px;
                    }
                }
            }

        }
    }
}



.part3 {
    background: #ffffff;
    width: 100%;


    .container-body {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 750px;

        .box {
            display: flex;

            img {
                margin-right: 47px;
            }

            .content {
                width: 813px;

                h3 {
                    font-weight: 400;
                    font-size: 36px;
                    color: #444444;
                    line-height: 46px;
                    margin-bottom: 26px !important;
                }

                span {
                    font-weight: 400;
                    font-size: 27px;
                    color: #525252;
                    line-height: 36px;
                    display: block;
                }

                .list {
                    font-weight: 400;
                    font-size: 27px;
                    color: #2C60EB;
                    line-height: 36px;
                    margin-bottom: 40px;

                    img {
                        margin-right: 14px;
                    }
                }
            }

        }
    }
}

.part4 {
    width: 100%;
    background: #F4F9FF url('/static/images/peixunbg.png') center right no-repeat;

    .container-body {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 750px;

        .box {
            display: flex;

            .content {
                width: 930px;

                h3 {
                    font-weight: 400;
                    font-size: 36px;
                    color: #444444;
                    line-height: 46px;
                    margin-bottom: 26px !important;
                    width: 821px;
                }

                span {
                    font-weight: 400;
                    font-size: 27px;
                    color: #525252;
                    line-height: 36px;
                    display: block;
                    width: 821px;
                }

                .list {
                    font-weight: 400;
                    font-size: 27px;
                    color: #2C60EB;
                    line-height: 36px;
                    margin-bottom: 40px;

                    img {
                        margin-right: 14px;
                    }
                }
            }

        }
    }
}


.part5 {
    background: #ffffff;
    padding-bottom: 74px;
    padding-top: 56px;
    width: 100%;

    .title-desc {
        font-weight: 500;
        font-size: 25px;
        color: #676767;
        line-height: 33px;
        padding: 6px 0px 0;
        width: 100%;
        margin: 0 auto;
    }

    .advantage-list {
        width: 100%;
        display: flex;
        margin: 53px auto 0;
        text-align: center;
        justify-content: space-between;

        .advantage p {
            font-weight: 500;
            font-size: 25px;
            color: #3F3F3F;
            line-height: 33px;
            margin-top: 11px;
            margin-bottom: 15px;
        }

        .advantage span {
            font-weight: 400;
            font-size: 18px;
            color: #676767;
            line-height: 28px;
            display: block;
            text-align: left;
        }
    }

    div.advantage:first-child {
        margin-left: 0px;
    }

    div.advantage:last-child {
        margin-right: 0px;
    }

    div.advantage {
        width: 150px;
    }
}

.part6 {
    width: 100%;
    background: linear-gradient(-10deg, #1677FF, #6590FF);

    .container-body {

        .box {
            display: flex;
            justify-content: space-between;
            align-items: baseline;
            margin-top: 68px;
            color: #FFFFFF;
            padding-bottom: 55px;

            .content {
                display: flex;

                .ctbox {
                    img {
                        display: block;
                        margin: 0 auto;
                    }

                    p {
                        font-weight: 400;
                        font-size: 25px;
                        margin-top: 19px !important;
                        margin-bottom: 13px !important;
                    }

                    span {
                        font-weight: 400;
                        font-size: 16px;
                        color: #E4EBFA;
                        width: 130px;
                        display: block;
                    }
                }
            }
        }
    }
}

.part7 {
    width: 100%;
    background: #F4F9FF;

    .container-body {

        .p-title {
            font-weight: 500;
            font-size: 46px;
            color: #2A2A2A;
            padding-top: 40px;
        }

        .box {
            display: flex;
            justify-content: space-between;
            align-items: baseline;
            margin-top: 68px;
            color: #FFFFFF;
            padding-bottom: 55px;

            .content {
                display: flex;

                .ctbox {
                    display: flex;
                    align-items: normal;
                    justify-content: center;

                    .desc-box {
                        display: flex;

                        img {
                            display: block;
                            margin: 0 auto;
                        }

                        .ss {
                            padding-left: 16px;

                            .type {
                                background: #2C60EB;
                                border-radius: 20px;
                                font-weight: 500;
                                font-size: 18px;
                                color: #FFFFFF;
                                display: block;
                                width: fit-content;
                                padding: 5px 25px;
                                margin-bottom: 22px;
                            }

                            .desc {
                                font-weight: 500;
                                font-size: 14px;
                                color: #575757;
                                display: block;
                                width: 161px;
                            }
                        }
                    }
                }
            }
        }
    }
}

.part8 {
    background: url('/static/images/pzbbg.png') center center no-repeat;
    background-size: cover;
    height: 265px;

    h3 {
        font-weight: 400;
        font-size: 35px;
        color: #FFFFFF;
        line-height: 58px;
        text-align: center;
        padding-top: 51px !important;
    }

    span {
        display: block;
        background: #2C60EB;
        border-radius: 18px;
        font-weight: 400;
        font-size: 30px;
        color: #FFFFFF;
        line-height: 58px;
        text-align: center;
        width: 555px;
        margin: 31px auto;
    }

}