/* 标题组件2 */
.v-title2 {
    text-align: center;
    min-width: 1200px;
    overflow: hidden;
}

.v-title2 .step-title {
    height: 40px;
    font-size: 93px;
    font-weight: bold;
    line-height: 73px;
    overflow: hidden;
}

.v-title2 .main-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 34px;
    color: #000;
}

.v-title2 .icon {
    font-size: 12px;
}

.v-title2 .small-title {
    font-size: 18px;
    color: #686868;
    margin-top: 5px;
}

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

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

/* sec1 banner end*/

/* 现状 */
.situation-c li {
    width: 392px;
    height: 300px;
    box-sizing: border-box;
    padding: 8px;
    border-radius: 10px;
    box-shadow: -3px 1px 27px 0px rgba(168, 168, 168, 0.35);
}

.situation-c li p {
    font-size: 18px;
    color: #222;
    margin-top: 30px;
}
.situation-c .img-box{
    width: 378px;
    height: 201px;
    background-image: url(/assets/ztlist/xsm/images/situation.webp);
}
.situation-c .img-box.img2{
    background-position: -378px 0;
}
.situation-c .img-box.img3{
    background-position: -756px 0;
}
.lead-c li {
    width: 284px;
    height: 330px;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 8px 0;
    border: 1px solid #cecece;
}


.lead-c li .p1 {
    width: 177px;
    line-height: 60px;
    margin: 0 auto;
    font-size: 24px;
    border-bottom: 1px solid #4b4b4b;
    color: #353535;
}

.lead-c li .p2 {
    font-size: 18px;
    color: #222;
    margin-top: 15px;
}

.lead-c li:nth-of-type(even) {
    margin-top: 45px;
}

.lead-c li:hover {
    border: 1px solid #4c7ffe;
}

.lead-c li:hover .p1 {
    color: #4c7ffe;
    border-bottom: 1px solid #4c7ffe;
}
.lead-c .img-box{
    width: 270px;
    height: 201px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(/assets/ztlist/xsm/images/lead.webp);
    background-repeat: no-repeat;
}
.lead-c .img-box.img2{
    background-position: -270px 0;
}
.lead-c .img-box.img3{
    background-position: -540px 0;
}
.lead-c .img-box.img4{
    background-position: -810px 0;
}

.trade {
    position: relative;
    background: #f6f6f6;

}

.trade .bg-box {
    position: absolute;
    width: 100%;
    height: 658px;
    top: 0;
    background: #0048ff;
}

.trade-c {
    position: relative;
    z-index: 1;
}

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

/* .z-course-c li:nth-of-type(11) a{
    background: linear-gradient(90deg,#f96a9c,#ff97b4);
} */

.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.png") 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.png") 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: #fff1de;
    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 #264cdb;
    box-sizing: content-box;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #264cdb;
    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 #264cdb;
    bottom: -1px;
    right: -1px;
    opacity: 0;
    transition: all 0.2s linear;
}

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

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

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

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

.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: #ff391b;
    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: #264cdb;
    font-weight: bold;
}

.jiuye-c .jiuye-nav li.active span {
    color: #264cdb;
}

.jiuye-c .jiuye-nav li.active::before,
.jiuye-c .jiuye-nav li.active::after {
    display: inline-block;
    content: "";
    width: 8px;
    height: 6px;
    background: #264cdb;
    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: #ff391b;
    background: #fffcde;
    margin: 16px 0 8px;
}

.jiuye-c .swiper_jiuye {
    flex: 1;
    height: 323px;
    border-radius: 10px;
    box-sizing: content-box;
    border: 1px solid #264cdb;
    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: #1b2480;
}

.jiuye-c .img-box {
    width: 1004px;
    height: 227px;
    background-image: url(/assets/ztlist/xsm/images/jiuye.webp);
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
}

.jiuye-c .img-box.img2 {
    background-position: 0 -227px;
}

.jiuye-c .img-box.img3 {
    background-position: 0 -454px;
}

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

.huanjing {
    position: relative;
}

.huanjing .bg-box {
    width: 100%;
    height: 452px;
    background: #264cdb;
    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);
    box-sizing: border-box;
    padding: 50px;
}


/* 就业学员 */
.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: #264cdb;
    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: #ebe1d5;
}

.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: #fc7c3f;
    font-weight: bold;
}

/* 就业学员 end*/

.mode_6_3 {
    background: #1f7fef;
    height: 637px;
}

.mode_6_3_c {
    height: 100%;
    position: relative;
}

.mode_6_3_c img {
    position: absolute;
    left: -40px;
    top: 25px;
}

.form-wrapper {
    width: 775px;
    box-sizing: border-box;
    height: 100%;
    float: right;
}

.form-wrapper .p1 {
    font-size: 30px;
    color: #f1f2f6;
    margin-top: 45px;
}

.form-wrapper .p2 {
    font-size: 30px;
    color: #f1f2f6;
    font-weight: bold;
}

.form-wrapper form {
    margin-top: 20px;
    width: 100%;
    height: 363px;
    border-radius: 5px;
    border: 1px dashed #1e7eee;
    background: #ffffff;
    background-clip: border-box;
    box-sizing: border-box;
    padding: 15px 30px 20px;
    font-size: 18px;
    position: relative;
    /* overflow: hidden; */
}

.form-wrapper form .label {
    margin-top: 20px;
    color: #979797;
}

.form-wrapper form input {
    font-size: 18px;
}

.form-wrapper form .input-group {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px dashed #8d8d8d;
    box-sizing: border-box;
    padding-bottom: 33px;
}

.form-wrapper form .input-group p {
    width: 175px;
    margin-top: 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    line-height: 30px;
}

.form-wrapper form .input-group input {
    margin-right: 8px;
    width: 18px;
    height: 18px;
    border: 1px solid #727272;
    border-radius: 0px;
}

.form-wrapper form .input-group.lianxi {
    border: none;
}

.form-wrapper form .input-group.lianxi p {
    width: 235px;
}

.form-wrapper form .input-group.lianxi input {
    width: 125px;
    margin-left: 10px;
    border: none;
    border-bottom: 1px solid #b2b2b2;
}

.form-wrapper form .input-group.lianxi p .icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #727272;
    margin-right: 10px;
    border-radius: 2px;
}

.form-wrapper form .name {
    display: flex;
    align-items: center;
}

.form-wrapper form .name input {
    width: 577px;
    height: 18px;
    border-bottom: 1px solid #8b8b8b;
    margin-top: 20px;
}

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

.form-wrapper form button:hover {
    background: #0abb45;
}

.form-wrapper .mask {
    position: absolute;
    width: 32px;
    height: 32px;
    border: 1px dashed #fff;
    background: #1e7eee;
    background-clip: border-box;
    border-radius: 50%;
    top: 156px;
    z-index: 13;
}

.form-wrapper .mask-l {
    left: -16px;
}

.form-wrapper .mask-r {
    right: -16px;
}

.form-wrapper .mask i {
    display: block;
    width: 34px;
    height: 34px;
    position: absolute;
    background: #1f7fef;
    top: -1px;
}

.form-wrapper .mask-l i {
    left: -18px;
}

.form-wrapper .mask-r i {
    right: -18px;
}

.form-wrapper .p3 {
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-top: 60px;
}