.flex_box,
.flex-box {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

.v-title3 {
    text-align: center;
}

.v-title3 .big-title {
    font-size: 34px;
    display: inline-block;
}

.v-title3 .big-title::before,
.v-title3 .big-title::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
}

.v-title3 .big-title::before {
    width: 67px;
    height: 40px;
    background: url("../images/title-before.webp") center no-repeat;
    margin-right: 18px;
}

.v-title3 .big-title::after {
    width: 67px;
    height: 40px;
    background: url("../images/title-after.webp") center no-repeat;
    margin-left: 18px;
}

.v-title3 .small-title {
    font-size: 18px;
    color: #313131;
}

/* sec1 banner */
.z-banner .swiper-slide a {
    display: inline-block;
    width: 100%;
    height: 540px;
}

/* sec1 banner end*/

/* 想要的工作 */
.want-job-c li {
    width: 392px;
    border-radius: 10px;
    box-shadow: 0px 9px 27px 0px rgba(168, 168, 168, 0.35);
    overflow: hidden;
}

.want-job-c li .img-wrapper {
    position: relative;
}

.want-job-c li .img-wrapper .img-box {
    position: relative;
    z-index: 0;
    width: 392px;
    height: 244px;
    background-image: url(/assets/ztlist/nvsxsm/images/want-job.webp);
}
.want-job-c li .img-wrapper .img2{
    background-position: -392px 0;
}
.want-job-c li .img-wrapper .img3{
    background-position: -784px 0;
}
.want-job-c li .img-wrapper .p1 {
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 24px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    background: #7d5fe0;
}

.want-job-c li .p2 {
    font-size: 18px;
    line-height: 30px;
    color: #222;
    padding: 10px 8px 30px;
}

/* 想要的工作 end*/

/* 行业 */
.hangye-c .p1 {
    font-size: 28px;
    font-weight: bold;
    color: #7d5fe0;
}

.hangye-c .p1 span {
    color: #fff;
    display: inline-block;
    width: 73px;
    height: 82px;
    line-height: 82px;
    text-align: center;
    background: #7d5fe0;
    border-radius: 0 0 20px 20px;
    margin-right: 15px;
}

.hangye-c .p2 {
    font-size: 18px;
    line-height: 36px;
    color: #313131;
    margin-top: 15px;
}

.hangye-c .item1 {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    background: #eee9ff;
}

.hangye-c .item1-c {
    position: relative;
    background: #fff;
    border-radius: 10px 10px 0 0;
    height: 319px;
    box-sizing: border-box;
    padding: 0 50px;
}

.hangye-c .item1-c img {
    position: absolute;
    top: -50px;
    right: 100px;
}

.hangye-c .item2 {
    height: 907px;
    background: url("../images/hangye-bg2.webp") center no-repeat;
}

.hangye-c .item3 {
    position: relative;
}

.hangye-c .item3 .bg-box {
    max-width: 1920px;
    height: 1430px;
    background: #eee9ff;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
}

.hangye-c .item3-w {
    position: relative;
    z-index: 1;
}

.hangye-c .item3-c {
    background: #fff;
    border-radius: 0 0 10px 10px;
    box-sizing: border-box;
    padding: 0 50px 30px;
}

.hangye-c .item3-c .swiper_hangye3_nav {
    box-sizing: border-box;
    padding: 0 225px;
}

.hangye-c .item3-c .swiper_hangye3_nav li {
    width: 310px;
    height: 52px;
    line-height: 52px;
    border-radius: 26px;
    background: #f0ecff;
    color: #393939;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    margin: 30px 0;
}

.hangye-c .item3-c .swiper_hangye3_nav li.active {
    color: #fff;
    background: #8063e1;
}

/* 行业 end */

/* 课程专业 */
.z-course {
    background: #f6f6f6;
}

.z-course-c {
    flex-wrap: wrap;
}

.z-course-c li {
    width: 226px;
    height: 297px;
    border-radius: 10px;
    background: #fff;
    margin-top: 100px;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    padding: 0 20px;
    border: 1px solid transparent;
}

.z-course-c li .pi {
    width: 96px;
    height: 96px;
    box-sizing: border-box;
    border-radius: 50%;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: -48px;
    padding: 6px;
    color: #fff;
    background-clip: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 45px;
}

.z-course-c li .p1 {
    margin-top: 60px;
    font-size: 22px;
    color: #000;
}

.z-course-c li .p2 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 15px;
}

.z-course-c li .p2 span {
    font-weight: 400;
    font-size: 14px;
    margin-top: 20px;
}

.z-course-c li .p3 {
    margin-top: 10px;
    border-radius: 5px;
    line-height: 27px;
    background: #f4f4f4;
    font-size: 18px;
    color: #adadad;
}

.z-course-c li .p4 {
    margin-top: 20px;
    font-size: 18px;
}

.z-course-c li a {
    display: inline-block;
    width: 165px;
    height: 35px;
    border-radius: 35px;
    text-align: center;
    color: #fff;
    line-height: 35px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -18px;
    background: blue;
}

.z-course-c li a:hover {
    background: red !important;
}

.z-course-c li:nth-of-type(1):hover {
    border: 1px solid #437dd2;
}

.z-course-c li:nth-of-type(1) .pi {
    border: 1px solid #437dd2;
    background-color: #437dd2;
}

.z-course-c li:nth-of-type(1) .p2,
.z-course-c li:nth-of-type(1) .p4 {
    color: #437dd2;
}

.z-course-c li:nth-of-type(1) a {
    background: linear-gradient(90deg, #437dd2, #5ba9d3);
}

.z-course-c li:nth-of-type(2):hover {
    border: 1px solid #59a8b0;
}

.z-course-c li:nth-of-type(2) .pi {
    border: 1px solid #59a8b0;
    background-color: #59a8b0;
}

.z-course-c li:nth-of-type(2) .p2,
.z-course-c li:nth-of-type(2) .p4 {
    color: #59a8b0;
}

.z-course-c li:nth-of-type(2) a {
    background: linear-gradient(90deg, #59a8b0, #68d1a6);
}

.z-course-c li:nth-of-type(3):hover {
    border: 1px solid #e84d61;
}

.z-course-c li:nth-of-type(3) .pi {
    border: 1px solid #e84d61;
    background-color: #e84d61;
}

.z-course-c li:nth-of-type(3) .p2,
.z-course-c li:nth-of-type(3) .p4 {
    color: #e84d61;
}

.z-course-c li:nth-of-type(3) a {
    background: linear-gradient(90deg, #e84d61, #f95556);
}

.z-course-c li:nth-of-type(4) .pi {
    border: 1px solid #5ea0db;
    background-color: #5ea0db;
}

.z-course-c li:nth-of-type(4):hover {
    border: 1px solid #5ea0db;
}

.z-course-c li:nth-of-type(4) .p2,
.z-course-c li:nth-of-type(4) .p4 {
    color: #5ea0db;
}

.z-course-c li:nth-of-type(4) a {
    background: linear-gradient(90deg, #5ea0db, #81cec7);
}

.z-course-c li:nth-of-type(5) .pi {
    border: 1px solid #4d68d5;
    background-color: #4d68d5;
}

.z-course-c li:nth-of-type(5):hover {
    border: 1px solid #4d68d5;
}

.z-course-c li:nth-of-type(5) .p2,
.z-course-c li:nth-of-type(5) .p4 {
    color: #4d68d5;
}

.z-course-c li:nth-of-type(5) a {
    background: linear-gradient(90deg, #4d68d5, #6888ce);
}

.z-course-c li:nth-of-type(6) .pi {
    border: 1px solid #4eae5f;
    background-color: #4eae5f;
}

.z-course-c li:nth-of-type(6):hover {
    border: 1px solid #4eae5f;
}

.z-course-c li:nth-of-type(6) .p2,
.z-course-c li:nth-of-type(6) .p4 {
    color: #4eae5f;
}

.z-course-c li:nth-of-type(6) a {
    background: linear-gradient(90deg, #4eae5f, #71b440);
}

.z-course-c li:nth-of-type(7) .pi {
    border: 1px solid #7b589b;
    background-color: #7b589b;
}

.z-course-c li:nth-of-type(7):hover {
    border: 1px solid #7b589b;
}

.z-course-c li:nth-of-type(7) .p2,
.z-course-c li:nth-of-type(7) .p4 {
    color: #7b589b;
}

.z-course-c li:nth-of-type(7) a {
    background: linear-gradient(90deg, #7b589b, #7275b2);
}

.z-course-c li:nth-of-type(8) .pi {
    border: 1px solid #e84d61;
    background-color: #e84d61;
}

.z-course-c li:nth-of-type(8):hover {
    border: 1px solid #e84d61;
}

.z-course-c li:nth-of-type(8) .p2,
.z-course-c li:nth-of-type(8) .p4 {
    color: #e84d61;
}

.z-course-c li:nth-of-type(8) a {
    background: linear-gradient(90deg, #e84d61, #f95556);
}

.z-course-c li:nth-of-type(9) .pi {
    border: 1px solid #fc7d3f;
    background-color: #fc7d3f;
}

.z-course-c li:nth-of-type(9):hover {
    border: 1px solid #fc7d3f;
}

.z-course-c li:nth-of-type(9) .p2,
.z-course-c li:nth-of-type(9) .p4 {
    color: #fc7d3f;
}

.z-course-c li:nth-of-type(9) a {
    background: linear-gradient(90deg, #fc7d3f, #ffa84f);
}

.z-course-c li:nth-of-type(10) .pi {
    border: 1px solid #f96a9c;
    background-color: #f96a9c;
}

.z-course-c li:nth-of-type(10):hover {
    border: 1px solid #f96a9c;
}

.z-course-c li:nth-of-type(10) .p2,
.z-course-c li:nth-of-type(10) .p4 {
    color: #f96a9c;
}

/* 课程专业 */

/* 学校 */
.jhschool-nav {
    box-sizing: border-box;
    padding: 0 95px;
    align-items: flex-end;
}

.jhschool-nav li {
    width: 177px;
    height: 35px;
    border-radius: 26px 26px 0 0;
    color: #fff;
    background: #8ba0dc;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.jhschool-nav li.active {
    height: 52px;
    background: #264cdb;
    font-weight: bold;
    font-size: 22px;
}

.jhschool-w {
    height: 600px;
    background: #264cdb url("../images/jhschool-bg.webp") center no-repeat;
    box-sizing: border-box;
}

.jhschool-w .swiper-w {
    height: 100%;
    padding: 90px 130px;
    box-sizing: border-box;
}

.swiper_jhschool {
    height: 100%;

}

.jhschool-w .swiper-w .swiper-slide {
    align-items: center;
}

.jhschool-w .swiper-w .left {
    width: 560px;
    flex-wrap: wrap;
}

.jhschool-w .swiper-w .right {
    width: 305px;
}

.jhschool-w .swiper-w .left li {
    margin-bottom: 20px;
}

.jhschool-w .swiper-w .left li p {
    font-size: 14px;
    color: #7d7d7d;
    line-height: 30px;
}

.jhschool-w .swiper-w .right .r-p1 {
    font-size: 18px;
    line-height: 30px;
    color: #313131;
    text-indent: 30px;
    text-align: justify;
}

.jhschool-w .swiper-w a {
    display: inline-block;
    width: 135px;
    height: 47px;
    text-align: center;
    line-height: 47px;
    background: url("../images/c4-btn-bg.webp") center no-repeat;
    font-size: 18px;
    color: #fff;
    transition: all 0.2s linear;
}

.jhschool-w .swiper-w a:hover {
    transform: scale(1.05);
}

.jhschool-w .swiper-w .slide2 {
    position: relative;
    height: 100%;
}

.jhschool-w .swiper-w .slide2 .desc {
    width: 270px;
}

.jhschool-w .swiper-w .slide2 .desc .desc-t {
    font-size: 18px;
    font-weight: bold;
}

.jhschool-w .swiper-w .slide2 .desc .t1 {
    color: #ffb400;
}

.jhschool-w .swiper-w .slide2 .desc .t2 {
    color: #ff4800;
}

.jhschool-w .swiper-w .slide2 .desc .t3 {
    color: #ff9354;
}

.jhschool-w .swiper-w .slide2 .desc .desc-c {
    font-size: 14px;
    color: #313131;
    margin-top: 20px;
    text-align: justify;
}

.jhschool-w .swiper-w .slide2 img {
    position: absolute;
}

.jhschool-w .swiper-w .slide2 .s2-1 {
    top: 0;
    left: 20px;
}

.jhschool-w .swiper-w .slide2 .s2-2 {
    margin: auto;
    bottom: 20px;
    left: 0;
    right: 0;
}

.jhschool-w .swiper-w .slide2 .s2-3 {
    top: 0;
    right: 20px;
}

.jhschool-w .swiper-w .slide2 .s2-4 {
    margin: auto;
    top: 0;
    bottom: 0;
    left: 240px;
}

.jhschool-w .swiper-w .slide2 .s2-5 {
    margin: auto;
    top: 0;
    bottom: 0;
    right: 230px;
}

.jhschool-w .swiper-w .slide2 .desc {
    position: absolute;
}

.jhschool-w .swiper-w .slide2 .desc1 {
    bottom: 70px;
    left: 0;
}

.jhschool-w .swiper-w .slide2 .desc2 {
    margin: auto;
    top: 40px;
    left: 0;
    right: 0;
}

.jhschool-w .swiper-w .slide2 .desc3 {
    bottom: 70px;
    right: 0;
}

.jhschool-w .swiper-w .slide2 a {
    position: absolute;
    right: 80px;
    bottom: 0;
}
.jhschool-w .left .img-box {
    width: 252px;
    height: 167px;
    background-image: url(/assets/ztlist/xsm/images/c4_1.webp);
    background-repeat: no-repeat;
}
/* 困惑 */
.kunhuo-c {
    flex-wrap: wrap;
}

.kunhuo-c a {
    width: 273px;
    height: 110px;
    margin-top: 15px;
    position: relative;
}

.kunhuo-c a .desc {
    width: 273px;
    height: 110px;
    background-color: #f7efff;
    border-radius: 10px;
    align-items: center;
    z-index: 1;
    position: relative;
    transition: all 0.2s linear;
}

.kunhuo-c a .icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px dashed #7d5fe0;
    box-sizing: content-box;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #7d5fe0;
    background-clip: content-box;
    color: #fff;
    font-size: 40px;
    margin: 0 17px;
}

.kunhuo-c a .p2 {
    flex: 1;
}

.kunhuo-c a .p2 span:nth-of-type(1) {
    font-size: 18px;
    color: #343434;
}

.kunhuo-c a .p2 span:nth-of-type(2) {
    display: block;
    width: 74px;
    height: 23px;
    line-height: 23px;
    border-radius: 5px;
    color: #fff;
    background: #ff391b;
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
}

.kunhuo-c a .mask {
    width: 273px;
    height: 110px;
    box-sizing: content-box;
    position: absolute;
    border-radius: 10px;
    border: 1px solid #7d5fe0;
    bottom: -1px;
    right: -1px;
    opacity: 0;
    transition: all 0.2s linear;
}

.kunhuo-c a:hover .desc {
    background-color: #7d5fe0;
    transform: translate(-5px, -5px);
}

.kunhuo-c a:hover .mask {
    opacity: 1;
}

.kunhuo-c a:hover .icon {
    color: #7d5fe0;
    background-color: #fff;
    border: 1px dashed #fff;
}

.kunhuo-c a:hover .p2 span:nth-of-type(1) {
    color: #fff;
}

/* 困惑 end */

/* 就业服务 */
.jiuye-c {
    display: flex;
}

.jiuye-c .jiuye-nav {
    width: 127px;
    height: 323px;
    margin-right: 7px;
}

.jiuye-c .jiuye-nav li {
    width: 100%;
    height: 100px;
    border-radius: 5px;
    background-color: #d3c8f7;
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
    cursor: pointer;
    position: relative;
    box-shadow: 0px 7px 9px 0px rgba(180, 180, 180, 0.8);
}

.jiuye-c .jiuye-nav li.active {
    background: #7d5fe0;
    font-weight: bold;
}

.jiuye-c .jiuye-nav li.active span {
    color: #7d5fe0;
}

.jiuye-c .jiuye-nav li.active::before,
.jiuye-c .jiuye-nav li.active::after {
    display: inline-block;
    content: "";
    width: 8px;
    height: 6px;
    background: #7d5fe0;
    position: absolute;
    right: -7px;
}

.jiuye-c .jiuye-nav li.active::before {
    top: 16px;
}

.jiuye-c .jiuye-nav li.active::after {
    bottom: 16px;
}

.jiuye-c .jiuye-nav li span {
    display: inline-block;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    line-height: 29px;
    text-align: center;
    font-size: 14px;
    color: #7d5fe0;
    background: #fffcde;
    margin: 16px 0 8px;
}

.jiuye-c .swiper_jiuye {
    flex: 1;
    height: 323px;
    border-radius: 10px;
    box-sizing: content-box;
    border: 1px solid #7d5fe0;
    box-shadow: 0px 7px 9px 0px rgba(180, 180, 180, 0.8);
}

.jiuye-c .swiper_jiuye .p1 {
    margin: 30px 0 0 25px;
    font-size: 22px;
    color: #7d5fe0;
}

/* 就业服务 end */

/* 技能认证 */
.renzheng-w {
    color: #2b2b2b;
    box-sizing: border-box;
    padding: 0 173px;
    position: relative;
}

.renzheng-w .p1 {
    text-align: center;
    font-size: 34px;
}

.renzheng-w .p2 {
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
}

.renzheng-w .icon {
    width: 55px;
    height: 55px;
    background: #8da1dc;
    color: #fff;
    text-align: center;
    line-height: 55px;
    font-size: 35px;
    border-radius: 50%;
    position: absolute;
    top: 195px;
}

.renzheng-w .icon-pre {
    left: 50px;
}

.renzheng-w .icon-next {
    right: 50px;
}

/* 技能认证 end*/

.huanjing {
    position: relative;
}

.huanjing .bg-box {
    width: 100%;
    height: 452px;
    background: #d3c8f7;
    position: absolute;
    z-index: 0;
}

.huanjing-w {
    position: relative;
    z-index: 1;
}

.huanjing-c {
    height: 555px;
    border-radius: 20px;
    background: #fff;
    box-shadow: -5px 2px 16px 0px rgba(4, 0, 0, 0.08);
}

.huanjing-c {
    box-sizing: border-box;
    padding: 50px;
}

.huanjing-c .img-box1 {
    width: 173px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* 就业学员 */
.sec6 .table_wraper {
    font-size: 24px;
    overflow: hidden;
    box-shadow: 0 0 15px #f2f2f2;
    border-radius: 0;
}

.sec6 .table_wraper .tableHead {
    width: 100%;
    height: 58px;
    line-height: 58px;
    font-size: 24px;
    color: #fff;
    background: #7d5fe0;
    padding-left: 30px;
}

.sec6 .table_wraper ul {
    padding: 0 30px;
}

.sec6 .table_wraper .bd {
    color: #313131;
    font-size: 18px;
}

.sec6 .table_wraper .bd .flex_box:nth-of-type(even) {
    background: #eff4ff;
}

.sec6 .table_wraper .flex_box li {
    box-sizing: border-box;
}


.sec6 .table_wraper .flex_box li:nth-of-type(1) {
    width: 185px;
}

.sec6 .table_wraper .flex_box li:nth-of-type(2) {
    width: 185px;
}

.sec6 .table_wraper .flex_box li:nth-of-type(3) {
    width: 320px;
}

.sec6 .table_wraper .flex_box li:nth-of-type(4) {
    width: 300px;
}

.sec6 .table_wraper .flex_box li:nth-of-type(5) {
    flex: 1;
}

.sec6 .table_wraper .bd .flex_box li {
    line-height: 58px;
}

.sec6 .table_wraper .bd li:nth-of-type(5) {
    color: #7d5fe0;
    font-weight: bold;
}

/* 就业学员 end*/


/* 提交表单 */
.z-form {
    width: 100%;
    height: 356px;
    background: url("../images/form_bg.webp") center no-repeat;
}

.z-form_c {
    height: 100%;
    position: relative;
}

.z-form_c img {
    position: absolute;
    bottom: 0;
}

.z-form_c .form-wrapper {
    height: 100%;
    width: 780px;
    position: absolute;
    right: 0;
    top: 0;
}

.z-form_c .form-wrapper .p1 {
    margin-top: 60px;
    color: #fff;
    font-size: 36px;
    color: #7720ec;
    font-weight: bold;
}

.z-form_c .form-wrapper form {
    width: 772px;
    height: 128px;
    border-radius: 5px;
    border: 1px dashed #fff;
    background-color: #ffffff;
    background-clip: padding-box;
    margin-top: 20px;
    position: relative;
    box-sizing: border-box;
    padding: 30px 20px;
    box-shadow: -8px 21px 43px 0px rgba(36, 73, 166, 0.5);
}

.z-form_c .form-wrapper .input-group {
    width: 350px;
    height: 41px;
    border: 1px solid #c0c0c0;
    line-height: 40px;
    color: #979797;
    font-size: 18px;
    box-sizing: border-box;
    padding-left: 12px;
}

.z-form_c .form-wrapper button {
    width: 342px;
    height: 62px;
    border-radius: 31px;
    background: #45d8ac;
    color: #fff;
    font-size: 22px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -31px;
    cursor: pointer;
}

.z-form_c .form-wrapper button:hover {
    background: #f40045;
}

.z-form_c .form-wrapper .input-group input {
    font-size: 18px;
    flex: 1;
}

.z-form_c .p2 {
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-top: 60px;
}

/* 提交表单 end*/