.school-collect {
    padding-top: 18px
}

.banner-wrapper {
    position: relative;
}

.banner-wrapper img {
    width: 100%;
}

.banner-wrapper p {
    margin-bottom: 0;
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.5vw;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}

.process {
    padding-top: 60px;
    padding-bottom: 90px;
}

.process .title {
    margin-bottom: 76px;
    position: relative;
    font-size: 72px;
    font-family: Source Han Sans CN,
        Source Han Sans CN-Bold;
    font-weight: 700;
    text-align: center;
    color: #f3f9ff;
    letter-spacing: -4px;
}

.process .title h4 {
    margin: 0;
    width: 225px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
    font-family: Source Han Sans CN,
        Source Han Sans CN-Bold;
    font-weight: bold;
    text-align: center;
    color: #0917b7;
    letter-spacing: 0;
}

.process img {
    max-width: 100%;
}

.list {
    background-color: #FFFFFF;
    padding-top: 62px;
    padding-bottom: 56px;
}

.list .title {
    margin-bottom: 40px;
    position: relative;
    font-size: 72px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    text-align: center;
    color: #f3f9ff;
}

.list .title h4 {
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #0917B7;
}

.list ul {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.list li {
    width: 290px;
    padding-top: 18px;
    padding-bottom: 20px;
    background: #FFFFFF;
    text-align: center;
    margin-right: 40px;
    margin-bottom: 40px;
    box-shadow: 0px 7px 15px 7px rgb(9 23 183 / 5%);
}

.list li .text h4 {
    margin-top: 16px;
    margin-bottom: 12px;
    font-size: 21px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
}

.list li .text p {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    width: 230px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 21px;
}

.list li:nth-child(3n) {
    margin-right: 0;
}

.list li .img-wrapper {
    position: relative;
    display: inline-block;
    width: 128px;
    height: 128px;
}

.list li .img-wrapper .bg {
    width: 100%;
}

.list li .img-wrapper .icon {
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.list li .img-wrapper .icon.narrow {
    width: 46%;
}

.background {
    position: relative;
}

.background img {
    width: 100%;
}

.background .content {
    position: absolute;
    top: 20%;
    left: 10%;
}

.background .content h4 {
    font-size: 2vw;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}

.background .content p {
    margin-top: 2vw;
    width: 68%;
    font-size: 1vw;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.6vw;
}

.training-type {
    background-color: #F5FAFF;
    padding-top: 62px;
    padding-bottom: 90px;
}

.training-type .title {
    margin-bottom: 61px;
    position: relative;
    font-size: 72px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    background: #F5FAFF;

}

.training-type .title h4 {
    margin-top: 0;
    margin-bottom: 0;
    width: 225px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #0917B7;
}

.training-type .type-content ul {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
}

.training-type .type-content ul li {
    text-align: center;
    position: relative;
}

.training-type .type-content ul li h5 {
    margin-top: 21px;
    margin-bottom: 7px;
    font-size: 17px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
}

.training-type .type-content ul li p {
    margin-bottom: 0;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
}

.training-type .type-content ul li p:last-child {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
    height: 60px;
}

.training-type .type-content ul li::after {
    position: absolute;
    bottom: 0;
    content: '';
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #002092;
}

.search {
    text-align: center;
    background-color: #f8fafd;
    padding-top: 87px;
    padding-bottom: 53px;
}

.search .search-header {
    display: flex;
    justify-content: center;
}

.search .search-header input {
    border: none;
    width: 600px;
    height: 52px;
    padding-left: 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 7px 0px rgba(0, 18, 129, 0.09);
}

.search .search-header .btn-search {
    border: none;
    width: 140px;
    height: 52px;
    background: #0917B7;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}

.search .company-list {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 67px;
    padding-bottom: 52px;
    display: flex;
    flex-wrap: wrap;
}

.search .company-list a {
    width: 283px;
    padding-top: 47px;
    padding-bottom: 48px;
    margin-bottom: 23px;
    margin-right: 22px;
    background: #FFFFFF;
    cursor: pointer;
}

.search .company-list a:nth-child(4n) {
    margin-right: 0;
}

.search .company-list a h5 {
    width: 80%;
    height: 48px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 23px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
}

.search .company-list a p {
    margin-bottom: 0;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #777777;
}

.search .load-more {
    width: 160px;
    height: 46px;
    background: #0917B7;
    border: 1px solid #0917B7;
    opacity: 0.92;
    border-radius: 3px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
    display: none;
}

.search .load-more.active {
    display: inline-block;
}

@media (min-width:1700px) and (max-width:2000px) {
    .background .content {
        left: 18%;
    }

    .background .content p {
        width: 64%;
        font-size: .9vw;
    }
}
@media (min-width:2001px)  {
    .background .content {
        left: 24%;
    }

    .background .content p {
        width: 64%;
        font-size: .9vw;
    }
}

/* 移动端 */
@media (max-width:769px) {
    .school-collect {
        padding-top: 76px;
    }

    .banner-wrapper p {
        bottom: 12%;
        font-size: 10px;
    }

    .training-type .title,
    .process .title {
        font-size: 40px;
    }

    .training-type .title h4,
    .process .title h4 {
        font-size: 20px;
    }

    .list {
        width: 100vw;
        margin-left: auto;
        margin-right: auto;
        padding-top: 15px;
        padding-bottom: 12px;
    }

    .list .title {
        font-size: 40px;
    }

    .list .title h4 {
        font-size: 20px;
    }

    .list ul {
        width: 80vw;
    }

    .list li {
        width: 100%;
        margin-right: 0;
    }

    .background img {
        height: 300px;
    }

    .background .content {
        left: 7%;
        right: 7%;
    }

    .background .content h4 {
        font-size: 16px;
    }

    .background .content p {
        font-size: 12px;
        width: 100%;
        line-height: normal;
    }

    .training-type {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .training-type .type-content {
        width: 100%;
    }

    .training-type .type-content ul {
        flex-wrap: wrap;
    }

    .training-type .type-content ul li {
        width: 50%;
        margin-bottom: 30px;
    }

    .process {
        padding-top: 60px;
        padding-bottom: 80px;
    }

    .search .search-header {
        width: 80vw;
        margin-left: auto;
        margin-right: auto;
    }

    .search .search-header input {
        width: 70%;
    }

    .search .search-header .btn-search {
        width: 30%;
    }

    .search .company-list {
        justify-content: center;
    }

    .search .company-list a {
        width: 80vw;
        margin-right: 0;
    }
}