/* 就业数据 */
.v-job-data {
    display: flex;
    justify-content: space-between;
}

.v-job-data>div {
    width: 290px;
    height: 188px;
    border-radius: 10px;
    background: linear-gradient(to bottom, #f3f6fa, #fcfdfe);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0 30px;
    text-align: center;
}

.v-job-data>div .p1 {
    font-weight: '黑体';
    font-size: 24px;
    line-height: 90px;
    border-bottom: 1px dashed #b1b1b1;
}

.v-job-data>div .p1 span {
    font-size: 50px;
    font-family: '黑体';
}

.v-job-data>div .p2 {
    font-size: 24px;
    line-height: 30px;
    color: #2f2f2f;
    margin-top: 20px;
}

.v-job-data>div:nth-of-type(1) {
    background: #f2f9ff;
}

.v-job-data>div:nth-of-type(2) {
    background: #f7f2ff;
}

.v-job-data>div:nth-of-type(3) {
    background: #fff8f2;
}

.v-job-data>div:nth-of-type(4) {
    background: #f2fffb;
}

.v-job-data>div:nth-of-type(1) .p1 {
    color: #db5176;
}

.v-job-data>div:nth-of-type(2) .p1 {
    color: #7c3edf;
}

.v-job-data>div:nth-of-type(3) .p1 {
    color: #eb7510;
}

.v-job-data>div:nth-of-type(4) .p1 {
    color: #0f9d71;
}


.v-major .cover_img {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
}

.v-major .cover_img img {
    width: 100%;
}
.v-major {
    width: 482px;
    height: 420px;
    box-shadow: 0 0 35px rgba(31, 50, 100, 0.2);
    padding: 0 80px;
    position: relative;
    box-sizing: border-box;
    z-index: 0;
}

.v-major .zixun-wrap { 
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 10px;
    display: flex;
    justify-content: space-between;
    padding: 0 20px 5px;
    box-sizing: border-box;
}

.v-major .mask-box {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 2;
    top: 0;
    left: 0;
    z-index: 0;
}

.v-major .kefubox{
    font-size: 18px;
    color: #272727;
    position: relative;
    width: 88px;
    height: 88px;
    background-image: url(/assets/course/xmt/images/mode1-1-icon.webp);
    background-size: 352px 88px;
    background-repeat: no-repeat;
    text-align: center;
}
.v-major .kefubox.img1{
    background-position: 0 0;
} 
.v-major .kefubox.img2{ 
    background-position: -88px 0;
} 
.v-major .kefubox.img3{ 
    background-position: -176px 0;
} 
.v-major .kefubox.img4{ 
    background-position: -264px 0;
}

.v-major .kefubox:hover,
.v-major a:hover{
    color: #44acf3;
}

.v-major .kefubox p{
    position: absolute;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
}


/* 就业信息 */
.table_wraper {
    border-radius: 10px;
    font-size: 24px;
    overflow: hidden;
    box-shadow: rgba(4, 0, 0, 0.08) 0px 19px 40px;
}

.table_wraper .tableHead {
    width: 100%;
    height: 69px;
    line-height: 69px;
    font-size: 24px;
    padding-left: 30px;
}

.table_wraper ul {
    padding: 0 30px;
}

.table_wraper .bd {
    color: #333;
    background: #fefeff;
    font-size: 20px;
}

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

}

.table_wraper .bd li {
    border-bottom: 1px solid #f1f1f5;
}

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

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

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

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

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

.table_wraper li:nth-of-type(5) {
    flex: 1;
    padding: 0 20px 0 20px;
    box-sizing: border-box;
    position: relative;
    color: #fff
}

.table_wraper .bd .flex_box li:nth-of-type(5) .mask {
    display: inline-block;
    width: 20px;
    height: 6px;
    background: #1f7fef;
    position: absolute;
    bottom: -3px;
    right: 0;
}

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


/* 标题组件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;
}


body{
    padding-bottom: 80px;
}
.swiper-banner .cover_img{
    width: 1200px;
    height: 540px;
    margin: 0 auto;
    box-sizing: border-box;
}

.swiper-banner .cover_img img{
    display: block;
}
.swiper-banner .cover1{
    padding-top: 50px;
    padding-left: 370px;
}
.swiper-banner .cover2{
    padding-top: 65px;
    padding-left: 350px;
}
.flex-box {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

.sec1{
    position: relative;
    height: 540px;
    position: relative;
}
.mode-wrapper .mode:nth-child(n+2){
    display: none;
}
/* mode1 */
.mode1-1-c{
    display: flex;
    align-items: flex-end;
}
.cover_img_wrap{
    padding: 0 !important;
    overflow: hidden;
}
.cover_img_wrap .cover_img img{
    width: 100%;
    display: block;
    border-radius: 0 10px 0 0;
}
.cover_img_wrap .zixun-btn{
    width: 100%;
    height: 120px;
    margin-top: -10px;
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
}
.cover_img_wrap .zixun-btn .kefubox{
    width: 24%;
    margin: 0 !important;
    background-size: 100%;
}
.cover_img_wrap .zixun-btn .kefubox p{
    bottom: 20px;
}
.mode1-1-c .left{
    flex: 1;
    box-sizing: border-box;
    padding: 25px 25px 0;
    box-shadow: 0px 0px 65px #ccc;
    background: #fff;
    position: relative;
    z-index: 3;
    border-radius: 5px;
    overflow: hidden;
}
.mode1-1-c .left .p1{
    color: #686868;
    font-size: 18px;
    line-height: 30px;
}

.v-title3 p{
    display: inline-block;
}
.v-title3 .p1{
    font-size: 24px;
    color: #000;
    position: relative;
    padding-left: 7px;
}
.v-title3 .pos{
    display: inline-block;
    z-index: 3;
    height: 31px;
    position: relative;
}
.v-title3 .pos::after{
    content: '';
    display: inline-block;
    width: 100%;
    height: 11px;
    background: #efe6f7;
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 1;
}
.v-title3 .pos p{
    position: relative;
    z-index: 3;
}
.v-title3 p span{
    color: #8413ee;
    font-weight: bold;
}
.v-title3 .p2{
    color: #686868;
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
}
.mode1-2,
.mode1-3,
.mode1-4{
    background: #f9f3fe;
}

.mode1-4-c{
    box-shadow: 0px 4px 13px 0px rgba(70, 27, 111, 0.4);
    border-radius: 10px;
    box-sizing: border-box;
    padding: 30px 38px;
    background: #fff;
}
.mode1-4-c .item{
    width: 268px;
    height: 284px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
}
.mode1-4-c .item:hover{
    border-bottom: 4px solid #8413ee;
}
.mode1-4-c .item:nth-of-type(odd){
    background: #fff3e6;
} 
.mode1-4-c .item:nth-of-type(even){
    background: #f1ebff;
} 
.mode1-4-c .item .img-wrapper{
    margin-top: 28px;
    width: 100px;
    height: 100px;
    background-image: url(/assets/course/xmt/images/mode1-4-icon.webp);
    background-repeat: no-repeat;
}
.mode1-4-c .item .img-wrapper.img2{
    background-position: -100px 0;
}
.mode1-4-c .item .img-wrapper.img3{
    background-position: -200px 0;
}
.mode1-4-c .item .img-wrapper.img4{
    background-position: -300px 0;
}
.mode1-4-c .item .p1{
    color: #27242a;
    font-size: 22px;
    margin-top: 15px;
}
.mode1-4-c .item .p2{
    color: #584964;
    font-size: 16px;
    line-height: 24px;
    margin-top: 18px;
}

.mode1-5{
    background: #5f0388;
    color: #fff;
}
.mode1_5_nav{
    height: 61px;
    align-items: flex-end;
}
.mode1_5_nav li{
    width:229px;
    height: 44px;
    border-radius: 10px 10px 0 0;
    background: #8413ee;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
}
.mode1_5_nav li.active{
    height: 61px;
    background: linear-gradient(135deg,#fcad53 30%,#d06ca9 60%,#a52dff);
}
.mode1-5-swiper{
    border: 1px solid #b851f9;
    background: #8413ee;
    border-radius:0 0 10px 10px;
    box-sizing: border-box;
    padding: 35px 45px;
}
.mode1-5-swiper .t1{
    position: relative;
    display: inline-block;
    padding: 0 7px;
}
.mode1-5-swiper .t1 p{
    position: relative;
    z-index: 2;
    font-size: 20px;
    font-weight: bold;
}
.mode1-5-swiper .t1:after{
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: #ffb14d;
}
.mode1-5-swiper .p1{
    height: 170px;
    font-size: 16px;
    line-height: 30px;
    margin-top: 15px;
    letter-spacing: 1px;
    text-align: justify;
}
.mode1-5-swiper .left{
    width: 738px;
    height: 240px;
}
.mode1-5-swiper .right{
    flex: 1;
    box-sizing: border-box;
    padding-left: 25px;
}
.mode1-5-swiper .left ul{
    display: flex;
    flex-wrap: wrap;
}
.mode1-5-swiper .left ul li{
    width: 138px;
    height: 72;
    border-radius: 5px;
    background: #730fd1;
    font-size: 16px;
    text-align: center;
    margin-right: 9px;
    margin-top: 13px;
    padding: 15px 0;
}
.mode1-5-swiper .left .charge::before{
    content: '';
    display: inline-block;
    width: 26px;
    height: 17px;
    background: url("../images/mode1-5-icon.png") center no-repeat;
}
.mode1-6-c li{
    width: 282px;
    height: 373px;
    border: 1px solid #913ae2;
    border-radius: 10px;
    text-align: center;
}
.mode1-6-c li .p1{
    color: #232323;
    font-size: 22px;
    margin-top: 25px;
}
.mode1-6-c li .p2{
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
    color: #656565;
}
.mode1-6-c li .img-wrapper{
    width: 271px;
    height: 235px;
    margin: 10px auto;
    background-image: url(/assets/course/xmt/images/mode1-6.webp);
    background-repeat: no-repeat;
}
.mode1-6-c li .img-wrapper.img2{
    background-position: -271px 0;
}
.mode1-6-c li .img-wrapper.img3{
    background-position: -542px 0;
}
.mode1-6-c li .img-wrapper.img4{
    background-position: -813px 0;
}
/* mode2 */
.mode2-c .t1{
    font-size: 30px;
    font-weight: bold;
    color: #252525;
}
.mode2-c .desc{
    padding: 0 15px 15px;
    background: #fbfbfb;
    font-size: 20px;
    line-height: 30px;
    color: #616161;
    margin-top: 20px;
    border: 1px solid transparent;
}
.mode2-c .desc .t2,
.mode2-c .desc .t3{
    width: 115px;
    height: 30px;
    box-sizing: border-box;
    padding-left: 10px;
    border-radius: 0 15px 15px 0;
    color: #fff;
    margin-top: 25px;
}
.mode2-c .desc .t2{
    background: #ff6600;
}
.mode2-c .desc .t3{
    background: #3428a5;
}
.mode2-c .desc .p1,
.mode2-c .desc .p2{
    margin-top: 5px;
}

/* mode3 */
.mode3-1-c{
    height: 300px;
    box-sizing: border-box;
    padding-left: 50px;
    padding-right: 10px;
    border-radius: 10px;
    box-shadow: 0px 4px 13px 0px rgba(70, 27, 111, 0.3);
    overflow: hidden;
    position: relative;
}
.mode3-1-c .flex-box{
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.mode3-1-c .left{
    width: 430px;
    font-size: 18px;
    line-height: 36px;
    color: #656565;
    text-align: justify;
}
.mode3-1-c .mask{
    position: absolute;
    z-index: 0;
    width: 328px;
    height: 328px;
    border-radius: 50%;
    bottom: -210px;
    left: -150px;
    background: linear-gradient(190deg,#faf4fe,#fdfcff,#ffffff,#ffffff);
}
.mode3-2{
    background: #f9f3fe;
}
.mode3-2-c1{
    height: 165px;
    position: relative;
    display: flex;
    box-sizing: border-box;
    padding: 70px 375px 0;
    justify-content: space-between;
    align-items: center;
}
.mode3-2-c1 .arrow-wrapper{
    width: 51px;
    height: 22px;
}
.mode3-2-c1 .p1{
    width: 170px;
    height: 66px;
    border-radius: 5px;
    background: #d9e8ff;
    box-sizing: border-box;
    padding-left: 45px;
    color: #000;
    font-size: 18px;
    display: flex;
    align-items: center;
    position: relative;
}
.mode3-2-c1 .p1 i{
    display: inline-block;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat
}
.mode3-2-c1 .p1_1 i{
    width: 86px;
    height: 86px;
    left: -40px;
    top: -14px;
    background-image: url("../images/mode3-2-icon1.png");
}
.mode3-2-c1 .p1_2 i{
    width: 52px;
    height: 67px;
    left: -10px;
    background-image: url("../images/mode3-2-icon2.png");
}

.mode3-2-c1 .p2{
    position: absolute;
    width: 357px;
    height: 86px;
    background: url("../images/mode-3-2-border.png") no-repeat;
    box-sizing: border-box;
    padding: 10px 15px 0;
    font-size: 14px;
    color: #858585;
    right: 57px;
    top: 16px;
    text-align: justify;
}
.mode3-2-c2{
    position: relative;
}
.mode3-2-c2 .line-box{
    width: 929px;
    height: 121px;
    border-top: 1px solid #b9b0c0;
    margin: auto;
    left: 0;
    right: 0;
    position: absolute;
    margin-top: 13px;
    display: flex;
    justify-content: space-between;
    z-index: 0;
}
.mode3-2-c2 .line-box::after{
    width: 1px;
    height: 28px;
    background: #b9b0c0;
    content: '';
    display: inline-block;
    position: absolute;
    top: -28px;
    left: 328px;
}
.mode3-2-c2 .line-box i{
    width: 1px;
    height: 121px;
    background: #b9b0c0;
}
.mode3-2-c2 .flex-box{
    position: relative;
    padding: 55px 40px 0;
}
.mode3-2-c2 .flex-box li{
    width: 192px;
    display: flex;
    flex-direction: column;
    align-items:center ;
}
.mode3-2-c2 .flex-box li .title{
    width: 138px;
    height: 34px;
    border-radius: 5px;
    text-align: center;
    line-height: 34px;
    font-size: 18px;
    color: #fff;
}
.mode3-2-c2 .flex-box li .img-wrapper{
    width: 74px;
    height: 74px;
    border-radius: 50%;
    margin-top: 30px;
    background-image: url(/assets/course/xmt/images/mode3-2-icon3.webp);
    background-repeat: no-repeat;
}
.mode3-2-c2 .flex-box li .img-wrapper.img2{
    background-position: -74px 0;
}
.mode3-2-c2 .flex-box li .img-wrapper.img3{
    background-position: -148px 0;
}
.mode3-2-c2 .flex-box li .img-wrapper.img4{
    background-position: -222px 0;
}
.mode3-2-c2 .flex-box li .img-wrapper.img5{
    background-position: -296px 0;
}
.mode3-2-c2 .flex-box li:nth-of-type(1) .img-wrapper,
.mode3-2-c2 .flex-box li:nth-of-type(1) .title{
    background-color: #620bb4;
}
.mode3-2-c2 .flex-box li:nth-of-type(1) .img-wrapper,
.mode3-2-c2 .flex-box li:nth-of-type(2) .title{
    background-color: #f09a12;
}
.mode3-2-c2 .flex-box li:nth-of-type(1) .img-wrapper,
.mode3-2-c2 .flex-box li:nth-of-type(3) .title{
    background-color: #128af0;
}
.mode3-2-c2 .flex-box li:nth-of-type(1) .img-wrapper,
.mode3-2-c2 .flex-box li:nth-of-type(4) .title{
    background-color: #6cd197;
}
.mode3-2-c2 .flex-box li:nth-of-type(1) .img-wrapper,
.mode3-2-c2 .flex-box li:nth-of-type(5) .title{
    background-color: #ff8671;
}
.mode3-2-c2 .flex-box li .p1{
    font-size: 16px;
    color: #2b2b2b;
    margin-top: 10px;
}
.mode3-2-c2 .flex-box li .p2{
    font-size: 14px;
    line-height: 22px;
    color: #6b6b6b;
    margin-top: 20px;
    text-align: justify;
}
.mod3-3{
    position: relative;
}
.mod3-3 .bg-box{
    position: absolute;
    width: 100%;
    height: 600px;
    background: #f9f3fe;
    z-index: 0;
}
.mode3-3-w{
    position: relative;
    z-index: 1;
   border-radius: 10px;
   box-shadow: 0 4px 13px rgba(70,27,111,0.3);
   background: #fff;
}
.mode3-3-c{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 37px;
}
.mode3-3-c li{
    width: 351px;
    height: 450px;
    margin-top: 50px;
    border-radius: 5px;
    overflow: hidden;
    transition: all .3s linear;
    background-image: url(/assets/course/xmt/images/mode3-3.webp);
    background-repeat: no-repeat;
}
.mode3-3-c li.img2{
    background-position: -351px 0;
}
.mode3-3-c li.img3{
    background-position: -702px 0;
}
.mode3-3-c li.img4{
    background-position: -0 -450;
}
.mode3-3-c li.img5{
    background-position: -351px -450;
}
.mode3-3-c li.img6{
    background-position: -702px -450;
}

.mode3-3-c li .title{
    line-height: 59px;
    width: 100%;
    background: #620bb4;
    color: #fff;
    font-size: 24px;
    text-align: center;
}
.mode3-3-c li:hover{
    box-shadow: 0 4px 13px rgba(70,27,111,0.3);
    transform: translateY(-5px);
}

.mode3-3-tixi .left{
    width: 346px;
    box-sizing: border-box;
    padding: 10px;
    box-shadow: 0 4px 13px rgba(70,27,111,0.3);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.mode3-3-tixi .left li{
    width: 100%;
    line-height: 59px;
    color: #363636;
    font-size: 18px;
    border-radius: 5px;
    background: #f2eef6;
    text-align: center;
    cursor: pointer;
}
.mode3-3-tixi .left li.active{
    background: #620bb4;
    color: #fff;
}
.mode3-3-tixi .right{
    width: 842px;
    height: 216px;
    box-shadow: 0 4px 13px rgba(70,27,111,0.3);
    border-radius: 5px;
}
.mode3-3-tixi .right .mode3_3_tixi{
    height: 216px;
    overflow: hidden;
    
}
.mode3-3-tixi .right .swiper-slide{
    height: 216px;
    box-sizing: border-box;
    padding: 20px 40px;
}
.mode3-3-tixi .right p{
    font-size: 18px;
    color: #656565;
}

.mode3-3-tixi .right .img-list{
    margin-top: 10px;
}