.part1 {
    padding-bottom: 60px;
}

.p38 {
    padding-top: 38px;
}

.p79 {
    padding-top: 79px;
}


.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;
}

.product-list {
    width: 100%;
    display: flex;
    margin-top: 31px;
    justify-content: space-between;
}

.product-list .bg {
    background: #E9F3FF;
}

.product-list .product {
    width: 283px;
    height: 339px;
    border-radius: 20px;
}

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

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

.product p {
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    margin: 32px auto !important;
    text-align: center;
}

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

.product span {
    font-weight: 500;
    font-size: 20px;
    color: #505050;
    line-height: 28px;
    text-align: left;
    padding: 0 25px;
    display: block;
    margin-top: 37px;
}

.part2 {
    display: flex;
    width: 100%;
    height: 625px;
    background: url('/static/images/p2.png') center center no-repeat;
    background-size: cover;
}

.part2 .container-body .box {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.part2 .box .desc {
    width: 606px;
}

.part2 .desc p {
    align-items: center;
    width: 100%;
    font-weight: 500;
    color: #FFFFFF;
    text-shadow: 2px 2px 7px rgba(6, 57, 141, 0.25);
    margin-bottom: 59px;
    font-size: 34px;
}

.part2 .desc span {
    display: block;
    font-weight: 500;
    color: #FFFFFF;
    text-shadow: 2px 2px 7px rgba(6, 57, 141, 0.25);
    font-size: 25px;
    color: #FFFFFF;
    line-height: 46px;
}

.part3 {
    padding-bottom: 71px;
}

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

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

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

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

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

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

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

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

.do img {
    margin: 71px auto 0;
}

.do-list img.service {
    margin: 0;
}

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

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

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

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

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

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

.part4 {
    background: #F4F9FF;
    padding-bottom: 74px;
}

.part4 .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-list div.advantage:first-child {
    margin-left: 0px;
}

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

.advantage-list div.advantage {
    width: 150px;
}

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

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

.part5 {
    background: url('/static/images/hezuo.png') center center no-repeat;
    background-size: cover;

    .partner-list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 1385px;
        margin: 50px auto 0;
        padding-bottom: 81px;

        div {
            position: relative;
            display: flex;
            margin: 0 0 43px 0;
            align-items: center;
            animation-name: fadeInUp;
            animation-delay: 0.1s;
            width: 245px;
        }

        img {
            width: 245px;
            height: 114px;
        }
    }
}

.part6 {
    background: #F4F9FF;
    padding-bottom: 55px;

    .news-list {
        display: flex;
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 55px auto 0;


        .box {
            background: #FFFFFF;
            width: 695px;
            height: 190px;
            display: flex;
            margin-bottom: 20px;
            text-decoration: none;
            border-radius: 3px;
            border: 1px solid #ffffff;

            .news {
                width: 68%;
                padding-top: 11px;
                padding-left: 32px;
                padding-right: 20px;

                p.subject {
                    font-size: 22px;
                    color: #060606;
                }

                p.time {
                    color: #999;
                    font-size: 15px;
                    line-height: 16px;
                    margin-top: 8px;
                    margin-bottom: 0px;
                }

                span {
                    font-weight: 400;
                    font-size: 16px;
                    color: #505050;
                    line-height: 29px;
                    margin-top: 10px;
                    display: block;
                }

            }

            .picture {
                width: 32%;
                display: flex;


                div {
                    display: flex;
                    justify-content: center;
                    align-items: center;

                    div {
                        width: 203px;
                        height: 150px;
                        overflow: hidden;
                        border-radius: 2px;

                        div {


                            img {
                                width: 203px;
                                height: 182px;
                                border-radius: 2px;
                            }
                        }
                    }
                }
            }
        }

        .box:hover {
            border: 1px solid #2C60EB;

            .news p.subject {
                color: #2C60EB;
            }

            .picture .sizeCover {
                transform: scale(1.1, 1.1);
                -moz-transform: scale(1.1, 1.1);
                -ms-transform: scale(1.1, 1.1);
                -o-transform: scale(1.1, 1.1);
                -webkit-transform: scale(1.1, 1.1);
                cursor: pointer;
            }
        }
    }

    .more-link {
        display: block;
        width: 200px;
        height: 56px;
        line-height: 56px;
        background: #F4F9FF;
        border-radius: 21px;
        border: 1px solid #2C60EB;
        text-align: center;
        margin: 33px auto 0;
        font-weight: 400;
        font-size: 24px;
        text-decoration: none;
    }
}

.part7 {
    background: url('/static/images/pzbbg.png') center center no-repeat;
    background-size: cover;
    padding: 38px;

    p {
        font-weight: 400;
        font-size: 40px;
        line-height: 29px;
        text-align: center;
        width: 100%;
    }

    span {
        font-weight: 400;
        font-size: 24px;
        color: #FFFFFF;
        line-height: 29px;
        text-align: center;
        width: 100%;
        display: block;
        margin-top: 29px;
    }

    a {
        display: block;
        width: 161px;
        height: 56px;
        background: #F4F9FF;
        border-radius: 21px;
        border: 1px solid #2C60EB;
        font-weight: 400;
        font-size: 24px;
        color: #2C60EB;
        line-height: 56px;
        text-align: center;
        margin: 34px auto 0;
    }
}

.swiper-container {
    .swiper-pagination-custom {
        display: inline-block;
        width: 36px;
        height: 3px;
        opacity: 0.34;
        background: #FFFFFF;
        margin: 0 4px;
        cursor: pointer;
    }

    .swiper-active-switch {
        opacity: 1;
        background: #1CA5C2;
    }
}

.banner {
    height: 100%;
}

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

.banner-box {
    text-align: center;

    h2 {
        font-weight: normal;
        font-size: 132px;
        color: #FFFFFF;
    }

    p {
        width: 406px;
        font-weight: normal;
        font-size: 50px;
        color: #FFFFFF;
        margin: 0 auto !important;
    }

    span {
        font-weight: normal;
        font-size: 41px;
        color: #2C60EB;
        display: block;
        width: 333px;
        height: 100px;
        line-height: 100px;
        background: #FFFFFF;
        border-radius: 32px;
        margin: 117px auto 0 !important;
    }
}

.banner1 {
    background: url('/static/images/zhaopin-banner-index.png') center center no-repeat;
    background-size: cover;
}

.banner2 {
    background: url('/static/images/wenjuan-banner-index.png') center center no-repeat;
    background-size: cover;
}

.banner3 {
    background: url('/static/images/peizhen-banner-index.png') center center no-repeat;
    background-size: cover;
}