.company-intro {
    padding-top: 59px;
    padding-bottom: 27px;
    color: #33459f;
    background-color: #e5ecfb;
}

.company-intro h2 {
    max-width: 1100px;
    margin: 0 auto;
    font-size: 32px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #33459f;

}

.company-intro h5 {
    max-width: 1100px;
    margin: 25px auto 12px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    opacity: 0.8;
    color: #33459f;

}

.company-intro .text {
    max-width: 1100px;
    width: 1100px;
    height: 72px;
    margin: 0 auto;
    padding-right: 40px;
    text-align: left;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #33459f;
    line-height: 24px;
    opacity: 0.7;
    overflow: hidden;
}
.company-intro p.hide-text {
    height: auto;
    overflow: auto;
}
.company-intro #show{
    max-width: 1100px;
    margin: 0 auto;
    padding-right: 40px;
    text-align: left;
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #33459f;
    line-height: 24px;
    opacity: 0.7;
    cursor: pointer;
}
.position {
    background-color: #F8FAFD;
}

.position ul {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 16px;
    padding-bottom: 86px;
}

.position ul li {
    width: 885px;
    padding: 36px 30px 39px;
    background-color: #fff;
    margin-bottom: 21px;
}

.position ul li h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #0817B7;
}

.position ul li h5 {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #888888;
}

.position ul li h5 .num {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FC541B;
}

.position ul li p {
    margin-bottom: 0;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #888888;
    line-height: 30px;
}

.school-form {
    padding-top: 48px;
    padding-bottom: 47px;
    background-color: #fff;
}

.school-form .title {
    position: relative;
    font-size: 72px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #F3F9FF;
    text-align: center;
}

.school-form .title p {
    width: 256px;
    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;
}

.school-form .school-content {
    padding-top: 68px;
    padding-bottom: 57px;
    display: flex;
    flex-direction: row;
}

.school-form .school-content .left,
.school-form .school-content .right {
    width: 42%;
    text-align: right;
}

.school-form .school-content .left textarea {
    height: 88px;
}

.school-form .school-content .right textarea {
    height: 115px;
}

.school-form .school-content label {
    margin-bottom: 13px;
}

.school-form .school-content .text-line {
    display: flex;
    justify-content: flex-end;
}

.school-form .school-content .suggest p {
    margin-right: 10px;
}

.school-form .school-content select,
.school-form .school-content input,
.school-form .school-content textarea {
    background-color: #fff;
    width: 322px;
    padding-left: 8px;
    border: 1px solid #0917B7;
    border-radius: 3px;
}

.school-form .form-content {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.school-form .form-content .button-group {
    text-align: center;
}

.school-form .form-content .button-group button,
.school-form .form-content .button-group a {
    width: 160px;
    height: 46px;
    line-height: 46px;
    display: inline-block;
    background: #0917B7;
    border: 1px solid #0917B7;
    opacity: 0.92;
    border-radius: 3px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
}

.school-form .form-content .button-group button {
    margin-right: 26px;
}

.school-form .form-content .button-group a {
    margin-left: 26px;
}

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

    .company-intro h2,
    .company-intro h5,
    .company-intro p {
        padding-left: 4vw;
        padding-right: 4vw;
    }

    .position ul {
        width: 100%;
        padding-left: 4vw;
        padding-right: 4vw;
    }

    .position ul li {
        width: 100%;
    }

    .position ul li h5 {
        display: flex;
        flex-direction: column;
    }

    .position ul li h5 .num {
        margin-bottom: 10px;
    }

    .position ul li h5 span:nth-child(2) {
        display: none;
    }

    .school-form .title {
        font-size: 40px;
    }

    .school-form .title p {
        font-size: 20px;
    }

    .school-form .form-content {
        width: 100%;
    }

    .school-form .school-content {
        flex-direction: column;
    }

    .school-form .form-content .left,
    .school-form .form-content .right {
        width: 92vw;
    }

    .school-form .school-content select,
    .school-form .school-content input,
    .school-form .school-content textarea {
        width: 56vw;
    }

    .school-form .form-content .button-group {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .school-form .form-content .button-group button {
        margin-right: 0;
        margin-bottom: 40px;
    }

    .school-form .form-content .button-group a {
        margin-left: 0;
    }
}