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

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

.z-banner .swiper-slide .kefubox .cover_img {
    width: 1200px;
    height: 540px;
    margin: 0 auto;
    position: relative;
}

.z-banner .swiper-slide .kefubox .cover_img img {
    position: absolute;
    left: 0;
    top: 0;
}

.v-title3 {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/tbg.webp");
    background-size: contain;
    text-align: center;
    height: 151px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #313131;
}

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

.v-title3 .small-title {
    font-size: 18px;
    margin-top: 10px;
}

/* 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 .img-box {
    width: 378px;
    height: 201px;
    background-image: url(/assets/ztlist/nansxsm/images/situation.webp);
}

.situation-c li p {
    font-size: 18px;
    color: #222;
    margin-top: 30px;
}

.situation .desc {
    position: relative;
    height: 199px;
    border-radius: 10px;
    background: #f1f3ff;
    box-sizing: border-box;
    padding-right: 50px;
    background-clip: content-box;
    margin-top: 80px;
}

.situation .desc .p1 {
    font-size: 20px;
    line-height: 36px;
    color: #313131;
    width: 695px;
    border-bottom: 1px solid #646567;
    padding-bottom: 10px;
    margin-left: 50px;
    padding-top: 25px;
}

.situation .desc .p2 {
    margin-left: 50px;
    font-size: 30px;
    color: #f56e00;
    font-weight: bold;
    margin-top: 25px;
}

.situation .desc img {
    border-radius: 50%;
    position: absolute;
    margin: auto;
    right: 0;
    top: 0;
    bottom: 0;
    border: 15px solid #ebf3ff;
}

.xinzi {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    background: #2161c5;
    margin-top: 120px;
    padding-bottom: 175px;
}

.xinzi .p1 {
    font-size: 18px;
    color: #fff;
}

.wending {
    position: relative;
}

.wending .bg-box {
    position: absolute;
    width: 100%;
    height: auto;
    height: 781px;
    background: url("../images/bg1.webp") center no-repeat;
    top: -116px;
}

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

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

.z-course-c li {
    width: 282px;
    height: 316px;
    margin-top: 50px;
    box-sizing: border-box;
    padding: 0 18px;
    position: relative;
    transition: all 0.3s linear;
}

.z-course-c li .desc {
    position: relative;
    z-index: 1;
}

.z-course-c li:nth-of-type(odd) {
    background: url("../images/course_bg1.webp") center no-repeat;
}

.z-course-c li:nth-of-type(even) {
    background: url("../images/course_bg2.webp") center no-repeat;
}

.z-course-c li .p1 {
    margin-top: 75px;
    font-size: 22px;
    font-weight: bold;
    color: #313131;
    position: relative;
}

.z-course-c li .p1 .icon {
    display: inline-block;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    margin-right: 17px;
}

.z-course-c li:nth-of-type(odd) .p1 .icon {
    background: #f18240;
}

.z-course-c li:nth-of-type(even) .p1 .icon {
    background: #4bd4c0;
}

.z-course-c li .p2,
.z-course-c li .p3 {
    font-size: 18px;
    color: #313131;
}

.z-course-c li .p2 {
    margin-top: 30px;
}

.z-course-c li .p3 {

    margin-top: 10px;
}

.z-course-c li .p4 {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding-right: 10px;
}

.z-course-c li .p4 .kefubox{
    width: 114px;
    height: 40px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 18px;
}

.z-course-c li .p4 .kefubox:first-child {
    background: #2c72e1;
}

.z-course-c li .p4 .kefubox:last-child {
    background: #00e486;
}

.z-course-c li .p4 .kefubox:hover {
    background-color: #ff4200;
}

.z-course-c li::before {
    position: absolute;
    content: '';
    display: none;
    width: 304px;
    height: 341px;
    background: url("../images/course_bg_active.webp") center no-repeat;
    bottom: -31px;
    left: -13px;    
}

.z-course-c li:hover::before {
    display: block;
}
.z-course-c li:hover{
    transform: translateY(-10px);
}

.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 {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    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 .kefubox,
.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 .kefubox:hover,
.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 .kefubox,
.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 .kefubox,
.kunhuo-c a {
    width: 274px;
    height: 107px;
    margin-top: 15px;
    align-items: center;
    transition: all 0.2s linear;
    background-image: url("../images/kunhuo_bg.webp");
}

.kunhuo-c .kefubox .icon,
.kunhuo-c a .icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px dashed #264cdb;
    box-sizing: border-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;
    transition: all 0.2s linear;
}

.kunhuo-c .kefubox .p2,
.kunhuo-c a .p2 {
    flex: 1;
    transition: all 0.2s linear;
}

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

.kunhuo-c .kefubox .p2 span:nth-of-type(2),
.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 .kefubox:hover,
.kunhuo-c a:hover {
    background-image: url("../images/kunhuo_bg_active.webp");
}

.kunhuo-c .kefubox:hover .icon,
.kunhuo-c a:hover .icon {
    border: 1px dashed #ff4200;
    background-color: #ff4200;
}

.kunhuo-c .kefubox:hover .p2 span:nth-of-type(2),
.kunhuo-c a:hover .p2 span:nth-of-type(2) {
    background: #ff8459;
}

.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: #00e486;
    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: #3073de;
    font-weight: bold;
}

.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: #313fc5;
    background: #fffcde;
    margin: 16px 0 8px;
}

.jiuye-c .swiper_jiuye {
    flex: 1;
    height: 323px;
    border-radius: 10px;
    box-sizing: content-box;
    border: 2px solid #2c72e1;
}

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

.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 {
    max-width: 1920px;
    height: 860px;
    background: url("../images/huanjing_bg.webp") center no-repeat;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding-top: 50px;
}

.huanjing-c {
    height: 555px;
    box-shadow: -5px 2px 16px 0px rgba(4, 0, 0, 0.08);
    box-sizing: border-box;
    padding: 50px;
}

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

.platform-wrapper {
    padding: 50px 30px;
    box-sizing: border-box;
    background: url("../images/platform_bg.webp") center no-repeat;
    background-size: 100% 100%;
}

.platform-wrapper .desc2 p {
    width: 1100px !important;
}

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

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