@font-face {
    font-family: "fz";
    src: url("../fonts/fz.eot");
    src: url("../fonts/fz.eot?#font-spider") format("embedded-opentype"), url("../fonts/fz.woff") format("woff"), url("../fonts/fz.ttf") format("truetype"), url("../fonts/fz.svg#fz") format("svg");
    font-weight: normal;
    font-style: normal;
}

#home {
    position: relative;
}

img {
    width: 100%;
    height: 100%;
}

@media screen and (max-width:1280px) {
    .home-main .home-main-1 {
        padding-left: 3%;
        padding-right: 3%;
    }

    .home-box .home-header .home-header-box {
        padding-left: 3%;
        padding-right: 3%;
    }

    .header-box-bottom>.header-tab>.tab-item {
        margin-left: 14px;
        font-size: 16px;
    }

    .home-main-evaluation {
        padding-left: 20px;
        padding-right: 20px;
    }

    .home-main-evaluation>.evaluation-container {
        padding: 28px 10px 0 10px;
    }

    .home-main-question {
        padding-left: 2%;
        padding-right: 2%;
    }
}

@media screen and (min-width:1281px) and (max-width:1366px) {
    .home-main .home-main-1 {
        padding-left: 6.4%;
        padding-right: 6.4%;

    }

    .home-box .home-header .home-header-box {
        padding-left: 5.4%;
        padding-right: 5.4%;

    }

    .header-box-bottom>.header-tab>.tab-item {
        margin-left: 18px;
        font-size: 18px;

    }

    .home-main-evaluation {
        padding-left: 40px;
        padding-right: 40px;
    }

    .home-main-evaluation>.evaluation-container {
        padding: 28px 30px 0 30px;
    }

    .home-main-question {
        padding-left: 3%;
        padding-right: 3%;
    }
}

@media screen and (min-width:1367px) and (max-width:1600px) {
    .home-main .home-main-1 {
        padding-left: 8.8%;
        padding-right: 8.8%;
    }

    .home-box .home-header .home-header-box {
        padding-left: 8.8%;
        padding-right: 8.8%;

    }

    .header-box-bottom>.header-tab>.tab-item {
        margin-left: 22px;
        font-size: 18px;
    }

    .home-main-evaluation {
        padding-left: 40px;
        padding-right: 40px;
    }

    .home-main-evaluation>.evaluation-container {
        padding: 28px 50px 0 50px;
    }

    .home-main-question {
        padding-left: 6%;
        padding-right: 6%;
    }
}

@media screen and (min-width:1601px) and (max-width:1920px) {
    .home-main .home-main-1 {
        padding-left: 12.5%;
        padding-right: 12.5%;
    }

    .home-box .home-header .home-header-box {
        padding-left: 12.5%;
        padding-right: 12.5%;
    }

    .header-box-bottom>.header-tab>.tab-item {
        margin-left: 45px;
        font-size: 20px;
    }

    .home-main-evaluation {
        padding-left: 80px;
        padding-right: 80px;
    }

    .home-main-evaluation>.evaluation-container {
        padding: 28px 100px 0 100px;
    }

    .home-main-question {
        padding-left: 9.6%;
        padding-right: 9.6%;
    }
}

/* banner区域 */

.home-header-banner {
    height: 380px;
}


/* 主内容区域 */

.home-main {
    width: 100%;
    background: #f9f9fc;
}

.home-main .home-main-1 {
    width: 100%;
    margin-top: 48px;
    /* padding: 0 240px; */
    box-sizing: border-box;
}


/* 成人学历报考测评系统 */

.home-main-evaluation {
    width: 100%;
    /* padding: 0 80px; */
    height: 485px;
    background: url("../images/home/bg-2.jpg") no-repeat;
    background-size: 100% 100%;
    padding-top: 25px;
    box-sizing: border-box;
}

.home-main-evaluation>.title:nth-child(1) {
    width: 100%;
    text-align: center;
    color: #000000;
    font-size: 33px;
    font-family: Source Han Sans SC;
    font-weight: bold;
}

.home-main-evaluation>.title:nth-child(2) {
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #c10008;
    /* margin-top: 12px; */
}

.home-main-evaluation>.evaluation-container {
    margin-top: 17px;
    /* width: 1278px; */
    width: 100%;
    height: 314px;
    background: #fff;
    border-radius: 5px;
    /* padding: 28px 100px 0 100px; */
    box-sizing: border-box;
}

.home-main-evaluation .el-form .el-form-item__label {
    font-size: 20px;
    color: #c10008;
    text-align: right;
}

.home-main-evaluation .el-form .el-input {
    width: 272px;
    height: 40px;
}

.home-main-evaluation .el-form .el-select {
    width: 272px;
    height: 40px;
}

.home-main-evaluation .el-form .el-radio .el-radio__input {
    transform: scale(1.5);
}

.home-main-evaluation .el-form .el-radio .el-radio__input.is-checked .el-radio__inner {
    background: #409eff;
}

.home-main-evaluation .el-form .el-radio .el-radio__label {
    font-size: 16px;
    color: #6d6d6d;
    line-height: 30px;
}

.home-main-evaluation .submit {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 3px;
}

.home-main-evaluation .submit>.submit-btn {
    width: 319px;
    height: 51px;
    background: #ff534f;
    border-radius: 2px;
    color: #fff;
    font-size: 18px;
    margin-left: 14px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}

.home-main-evaluation .submit>.tips {
    font-size: 14px;
    color: #6d6d6d;
}


/* 短时间毕业 学历提升途径解析 */

.home-main-approach {
    margin-top: 28px;
}

.home-main-approach>.title {
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #c10008;
}

.home-main-approach>.dash-pic {
    width: 100%;
    padding: 0 180px;
    box-sizing: border-box;
    height: 5px;
    /* margin-top: 26px; */
    margin-top: 16px;
}

.home-main-approach>.approach-container {
    margin-top: 28px;
    width: 100%;
    height: 448px;
    display: flex;
    justify-content: space-between;
}

.approach-container .approach-item {
    /* width: 327px; */
    width: 22.5%;
    height: auto;
    position: relative;
}

.approach-container .approach-item .btn-img {
    width: 199px;
    height: 44px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.approach-container .approach-item .text-container {
    margin-top: 135px;
    padding: 20px 50px;
    box-sizing: border-box;
}

.approach-container .approach-item .text-container li {
    width: 100%;
    color: #797979;
    font-size: 20px;
    line-height: 40px;
    list-style: disc;
    padding-bottom: 6px;
    box-sizing: border-box;
    border-bottom: 2px dashed #797979;
}

.approach-container .approach-item .text-container li:last-child {
    border-bottom: none;
}

.approach-container .approach-0 {
    background: url('../images/home/approach-1.png') no-repeat;
    background-size: 100% 100%;
}

.approach-container .approach-1 {
    background: url('../images/home/approach-2.png') no-repeat;
    background-size: 100% 100%;
}

.approach-container .approach-2 {
    background: url('../images/home/approach-3.png') no-repeat;
    background-size: 100% 100%;
}

.approach-container .approach-3 {
    background: url('../images/home/approach-4.png') no-repeat;
    background-size: 100% 100%;
}

.home-main-approach>.learn-btn {
    margin-top: 28px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.home-main-approach>.learn-btn>.btn {
    width: 48%;
    height: auto;
}

/* 不看基础，只论前程 */
.home-main-future {
    margin-top: 68px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.home-main-future>.title:nth-child(1) {
    font-size: 45px;
    font-weight: bold;
    color: #C10008;
}

.home-main-future>.title:nth-child(2) {
    font-size: 35px;
    font-weight: bold;
    color: #C10008;
}

.home-main-future>.future-container {
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin-top: 36px;
}

.home-main-future>.future-container>.future-item {
    width: 146px;
    height: 169px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    cursor: pointer;
}

.future-item-0 {
    background: url("../images/home/future-0.png") no-repeat;
    background-size: 100% 100%;
}

.future-item-1 {
    background: url("../images/home/future-1.png") no-repeat;
    background-size: 100% 100%;
}

.future-item-2 {
    background: url("../images/home/future-2.png") no-repeat;
    background-size: 100% 100%;
}

.future-item-3 {
    background: url("../images/home/future-3.png") no-repeat;
    background-size: 100% 100%;
}

.future-item-4 {
    background: url("../images/home/future-4.png") no-repeat;
    background-size: 100% 100%;
}

.future-item>.title {
    color: #707070;
    font-size: 30px;
}

.home-main-future>.future-container>.future-item>.future-btn {
    width: 103px;
    height: 42px;
    background: #C10008;
    color: #fff;
}

.home-main-future>.el-button {
    margin-top: 36px;
    width: 401px;
    height: 63px;
    color: #fff;
    background: #C10008;
    font-size: 20px;
}

.home-main-future>.submit-btn {
    width: 401px;
    height: 63px;
    margin-top: 28px;
}

/* 学习支持服务 在职考取学历 */

.home-main-flow {
    width: 100%;
    height: 497px;
    background: #fff;
    margin-top: 69px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.home-main-flow>.title:nth-child(1) {
    font-size: 61px;
    font-weight: bold;
    color: #000000;
}

.home-main-flow>.title:nth-child(2) {
    font-size: 40px;
    font-weight: 400;
    color: #505050;
}

.home-main-flow>.flow-container {
    margin-top: 46px;
    /* width: 1395px; */
    width: 100%;
    padding: 0 50px;
    height: 183px;
}

/* 学信网可查，学历提升 */
.home-main-audit {
    margin-top: 72px;
    width: 100%;
    /* padding: 0 8.5%; */
    padding: 0 5.5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.home-main-audit>.title:nth-child(1) {
    width: 900px;
    height: 77px;

}

.home-main-audit>.title:nth-child(2) {
    margin-top: -40px;
}

.home-main-audit>.title:nth-child(2)>span {
    font-size: 59px;
    font-weight: bold;
    display: inline-block;

}

.home-main-audit>.title:nth-child(2)>span:nth-child(1) {
    color: #F8453E;
}

.home-main-audit>.title:nth-child(2)>span:nth-child(2) {
    margin: 0 24px;
    width: 3px;
    height: 50px;
    background: #151313;
    content: "";
}

.home-main-audit>.title:nth-child(2)>span:nth-child(3) {
    color: #151313;
}

.home-main-audit>.title:nth-child(3) {
    font-size: 22px;
    font-weight: 500;
    color: #D0AD9B;
    /* margin-top:16px; */
}

.home-main-audit>.audit-container {
    display: flex;
    justify-content: space-between;
    margin-top: 49px;
}

.audit-container>.audit-pic {
    width: 406px;
    height: 351px;
}

.audit-container>.audit-content {
    padding: 50px 50px;
    box-sizing: border-box;
}

.audit-container>.audit-content>.top {
    font-size: 19px;
    color: #000000;
    line-height: 35px;
}

.audit-container>.audit-content>.audit-btn {
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin-top: 19px;
}

.audit-container>.audit-content>.audit-btn .el-button {
    width: 249px;
    height: 44px;
    color: #fff;
    background: #F8453E;
    border-radius: 50px;
}

/* 考取学历常见问题 */
.home-main-question {
    width: 100%;
    /* padding: 0 9.6%; */
    margin-top: 40px;
    background: #fff;
    padding-top: 46px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-main-question>.title:nth-child(1) {
    font-size: 37px;
    font-weight: 500;
    color: #3E3E3E;
}

.home-main-question>.title:nth-child(2) {
    margin-top: 48px;
    width: 938px;
}

.home-main-question>.question-container {
    margin-top: 34px;
    padding-bottom: 40px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

.question-container .question-item {
    width: 179px;
    height: 250px;

}

.question-container .question-item .el-button {
    width: 171px;
    height: 38px;
    color: #fff;
    background: #F8453E;
    border-radius: 10px;
}

.question-container .question-item>.pic-container {
    width: 179px;
    height: 105px;
}

.question-container .question-item>.title:nth-child(1) {
    font-size: 18px;
    font-weight: bold;
    color: #F34334;
}

.question-container .question-item>.title:nth-child(2) {
    font-size: 16px;
    color: #3E3E3E;
}