/* 就业数据 */
.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;
}


/* 就业信息 */
.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;
}

/* 专业介绍右侧按钮 */
.v-major {
    flex: 1;    
    height: 420px;
    box-shadow: 0 0 35px rgba(31, 50, 100, 0.2);    
    position: relative;
    box-sizing: border-box;
    z-index: 0;
}

.v-major .zixun-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    margin-top: 10px;
}

.v-major .kefubox{
    font-size: 18px;
    color: #272727;
    position: relative;   
    background-position: center;
    background-repeat: no-repeat;
}

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

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

.v-major .zixun-wrap .kefubox{
    margin: 0;
    width: 95px;
    height: 95px;
    background-image: url(/assets/course/benet/images/icon-marjor.webp);
    background-size: 380px 95px;    
}
.v-major .zixun-wrap .kefubox:nth-of-type(1){
    background-position: 0 0;
}
.v-major .zixun-wrap .kefubox:nth-of-type(2){
    background-position: -95px 0;
}
.v-major .zixun-wrap .kefubox:nth-of-type(3){
    background-position: -190px 0;
}
.v-major .zixun-wrap .kefubox:nth-of-type(4){
    background-position: -285px 0;
}

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: 52px;
    padding-left: 350px;
}
.swiper-banner .cover2{
    padding-top: 68px;
    padding-left: 350px;
}
.mode{
    overflow: hidden;
}
.flex-box {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}
.v-title1 .strong-title{
    display: inline-block;
    line-height: 42px;
    background: #ff470f;
    color: #fff;
    border-radius: 42px;
    font-size: 30px;
    padding: 0 30px;
}
.mode-wrapper .mode:nth-child(n+2){
    display: none;
}
/* sec1 banner */
.sec1{
    position: relative;
    height: 540px;
    position: relative;
}

.mode1-1-c{
    display: flex;
    align-items: center;
}
.mode1-1-c .left{
    width: 717px;
    height: 480px;
    box-sizing: border-box;
    padding: 25px 25px 50px;
    border-radius: 5px;
    box-shadow: 0 0 35px rgba(31,50,100,0.3);
    font-family: '黑体';
    font-size: 16px;
    line-height: 30px;
    color: #686868;
}
.mode1-1-c .left .img-wrapper{
    width: 100%;
    padding: 0 95px;   
   
}
.mode1-1-c .left .img-wrapper>div{
    width: 140px;
    height: 199px;
    background-image: url(/assets/course/hlwyx/images/mode1-1.webp);
    background-repeat: no-repeat;
}
.mode1-1-c .left .img-wrapper .img2{
    background-position: -140px 0;
}
.mode1-1-c .left .img-wrapper .img3{
    background-position: -280px 0;
}
.mode1-2-c {
    box-shadow: 0 0 35px rgba(31,50,100,0.3);
    box-sizing: border-box;
    padding: 40px 25px;
}

.mode1-3-c{
    flex-wrap: wrap;
}
.mode1-3-c li .img-box{
    width: 356px;
    height: 160px;
    background-image: url(/assets/course/hlwyx/images/mode1-3.webp);
    background-repeat: no-repeat;
}
.mode1-3-c li .img-box.img2{
    background-position: -356px 0;
}
.mode1-3-c li .img-box.img3{
    background-position: -712px 0;
}
.mode1-3-c li .img-box.img4{
    background-position: -0 -160px;
}
.mode1-3-c li .img-box.img5{
    background-position: -356px -160px;
}
.mode1-3-c li .img-box.img6{
    background-position: -712px -160px;
}
.mode1-3-c li{
    width:384px;
    height: 350px;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 13px;
    box-shadow: 1px 1px 27px -5px rgba(0, 0, 0, 0.35);
    text-align: center;
    margin-top: 17px;
    border: 2px solid transparent;
}

.mode1-3-c li:hover{
    border: 2px solid #ff470f;
}
.mode1-3-c li .p1{
    font-size: 24px;
    font-weight: bold;
    color: #000;
    line-height: 80px;
}
.mode1-3-c li .p2{
    font-size: 18px;
    color: #6e6e6e;
    padding: 0 20px;
}
.mode1-3-c li .p3{
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-top: 8px;
}
.mode1-4-c li{
    width: 384px;
    height: 541;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 30px;
    color: #fff;
}
.mode1-4-c li .icon-box{
    margin: 0 auto;
    width: 117px;
    height: 135px;
    background-image: url(/assets/course/hlwyx/images/mode1-4.webp);
    background-repeat: no-repeat;
}
.mode1-4-c li .icon-box.icon2{
    background-position: -117px 0;
}
.mode1-4-c li .icon-box.icon3{
    background-position: -234px 0;
}
.mode1-4-c li:nth-of-type(1){
    background: #ffad0f;
}
.mode1-4-c li:nth-of-type(2){
    background: #ff470f;
}
.mode1-4-c li:nth-of-type(3){
    background: #ae6cff;
}
.mode1-4-c li .p1{
    font-size: 24px;
    font-weight: bold;
    line-height: 60px;
    border-bottom: 1px solid #ffffff;
}
.mode1-4-c li .p2{
    font-size: 20px;
    line-height: 36px;
}
.mode1-5{
    background: #ffeee0;
}
.mode1-5-c{
    align-items: stretch;
}
.mode1-5-c .side{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 130px;
    text-align: right;
    font-size: 16px;
    color: #2f2f2f;
    box-sizing: border-box;
    padding: 45px 0 18px;
    margin-right: 10px;
}
.mode1-5-c .data-bar-wrapper{
    flex: 1;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    justify-content: space-between;
    padding: 43px 0 67px 0;
    margin-left: 10px;
    overflow: hidden;
}
.mode1-5-c .data-bar-wrapper li{
    display: flex;
    font-size: 18px;
    color: #393939;
    align-items: center;
}
.mode1-5-c .data-bar-wrapper li .bar{
    line-height: 55px;
    color: #fff;
    background: linear-gradient(to right,#ff5b0f,#ff8e44);
    border-radius: 0 55px 55px 0;
    padding: 0 20px;
    box-sizing: border-box;
    margin-right: 25px;
}
.mode1-5-c .data-bar-wrapper li .bar1{
    width: 816px;
}
.mode1-5-c .data-bar-wrapper li .bar2{
    width: 744px;
}
.mode1-5-c .data-bar-wrapper li .bar3{
    width: 647px;
}
.mode1-5-c .data-bar-wrapper li .bar4{
    width: 545px;
}
.mode1-5-c .data-bar-wrapper li .bar5{
    width: 443px;
}
.mode1-5-c .data-bar-wrapper li .bar6{
    width: 355px;
}
.mode1-6-c .kefubox,
.mode1-6-c a{
    width: 232px;
    height: 329px;
    border-radius: 5px;
    border: 1px solid #a6a6a6;

}
.mode1-6-c .kefubox .p1,
.mode1-6-c a .p1{
    width: 119px;
    height: 67px;
    border-left: 1px dashed #ff470f;
    border-right: 1px dashed #ff470f;
    margin: 70px auto 0;
    position: relative;
    padding: 3.5px 5px 3.5px 5px;
    box-sizing: border-box;
    background: #ff470f;
    background-clip: content-box;
}
.mode1-6-c .kefubox .p1::after,
.mode1-6-c a .p1::after{
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-left: 1px dashed #ff470f;
    border-right: 1px dashed #ff470f;
    padding: 3px 5px 2.5px;
    box-sizing: border-box;
    background: #ff470f;
    background-clip: content-box;

    transform: rotate(60deg);
}
.mode1-6-c .kefubox .p1::before,
.mode1-6-c a .p1::before{
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-left: 1px dashed #ff470f;
    border-right: 1px dashed #ff470f;
    padding: 3px 5px 3px;
    box-sizing: border-box;
    background: #ff470f;
    background-clip: content-box;

    transform: rotate(-60deg);
}
.mode1-6-c .kefubox .p1 .icon,
.mode1-6-c a .p1 .icon{
    position: absolute;
    margin: auto;
    left: 0;
    right:0;
    z-index: 1;
    font-size: 60px;
    color: #fff;
}
.mode1-6-c .kefubox:nth-of-type(1) .p1 .icon,
.mode1-6-c a:nth-of-type(1) .p1 .icon{
    font-size: 50px;
    top: 10px;
}
.mode1-6-c .kefubox:nth-of-type(2) .p1 .icon,
.mode1-6-c a:nth-of-type(2) .p1 .icon{
    top: -2px;
}
.mode1-6-c .kefubox .p2,
.mode1-6-c a .p2{
    font-size: 22px;
    font-weight: bold;
    color: #2a2a2a;
    margin-top: 60px;
}
.mode1-6-c .kefubox .p3,
.mode1-6-c a .p3{
    font-size: 18px;
    color: #2a2a2a;
    margin-top: 15px;
}
.mode1-6-c .kefubox:hover,
.mode1-6-c a:hover{
    background: #ff470f;
    border: 1px solid transparent;
}
.mode1-6-c .kefubox:hover .p1,
.mode1-6-c .kefubox:hover .p1::after,
.mode1-6-c .kefubox:hover .p1::before,
.mode1-6-c a:hover .p1,
.mode1-6-c a:hover .p1::after,
.mode1-6-c a:hover .p1::before{
    background: #fff;
    background-clip: content-box;
    border-left: 1px dashed #fff;
    border-right: 1px dashed #fff;
} 
.mode1-6-c .kefubox:hover .p2,
.mode1-6-c .kefubox:hover .p3,
.mode1-6-c a:hover .p2,
.mode1-6-c a:hover .p3{
    color: #fff;
}
.mode1-6-c .kefubox:hover .p1 .icon,
.mode1-6-c a:hover .p1 .icon{
    color: #ff8f41;
}

/* mode2 */
.mode2 .course-wrapper .p1{
    font-size: 30px;
    color: #252525;
    font-weight: bold;
}
.mode2 .course-wrapper .item{
    display: flex;
}
.mode2 .course-wrapper .item .case-t1,
.mode2 .course-wrapper .item .case-t2{
    width: 108px;
    height: 30px;
    border-radius: 0 15px 15px 0;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    color: #fff;
    margin-right: 13px;
}
.mode2 .course-wrapper .item .case-t1{
    background: #ff470f;
}
.mode2 .course-wrapper .item .case-t2{
    background: #8b63ff;
}
.mode2 .course-wrapper .item .case-desc{
    font-size: 20px;
    line-height: 30px;
    color:#362723;
}
.mode2 .course-content{
    width: 100%;
}
.mode2 .course-content thead td{
    background: #ff470f;
    color: #fff;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
}
.mode2 .course-content thead td:last-child{
    width: 290px;
}
.mode2 .course-content tbody td:first-child{
    width: 200px;
}
.mode2 .course-content tbody td{
    font-size: 18px;
    color: #703305;
    padding:10px 10px 10px 20px;
    background: #fff5ee;
}

/* mode3 */
.mode3-1-c{
    flex-wrap: wrap;    
}
.mode3-1-c li{
    width: 384px;
    margin-top: 40px;
}
.mode3-1-c li p{
    font-size: 20px;
    color: #686868;
    margin-top:20px;
}

.mode3-2-c{
    align-items: center;
}
.mode3-2-c img{
    flex: 1;
    padding: 30px 40px;
    box-sizing: border-box;
    box-shadow: 1px 1px 27px -5px rgba(0, 0, 0, 0.35);
  }
.mode3-2-c .desc{
    width: 344px;
    height: 349px;
    box-sizing: border-box;
    padding: 30px;
    background: #ff5b0f;
    font-size: 18px;
    line-height: 36px;
    color: #fff;
    border-radius: 0 10px 10px 0;
    border: 1px solid red;
}


.mode3-3-c .p1{
    font-size: 22px;
    color: #686868;
}
.mode3-3-c .p1 span{
    text-align: center;
    width: 50%;
}
.mode3-4{
    position: relative;
}
.mode3-4 .bg-box{
    width: 100%;
    height: 1047px;
    position: absolute;
    background: url("../images/mode3-4-bg.jpg") center no-repeat;
}
.mode3-4-w{
    position: relative;
    z-index: 1;
}

.mode3-4-c .p1{
    color: #fff;
    font-size: 18px;
    position: absolute;
    margin: auto;
    top: 675px;
    left: 0;
    right: 0;
    padding-left: 333px;
    letter-spacing: 1px;
}
.mode3-4-c .p1 span:nth-of-type(1){
    margin-right: 188px;
}
.mode3-4-c .v-btn1{
    position: absolute;
    margin: auto;
    top: 755px;
    left: 0;
    right: 0;
}
.mode3-3-tixi{
    margin-top: 130px;
    background: #fff;
    border-radius: 5px;
    padding-bottom: 30px;
}
.mode3-3-tixi .left{
    width: 423px;
    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: 359px;
    line-height: 54px;
    color: #404040;
    font-size: 22px;
    border-radius: 10px;
    background: #fff;
    text-align: left;
    cursor: pointer;
    box-sizing: border-box;
    padding-left: 8px;

}
.mode3-3-tixi .left li.active{
    background: #fe7624;
    color: #fff;
}
.mode3-3-tixi .right{
    flex: 1;
    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;
    width: 697px;
    height: 122px;
    background-image: url(/assets/course/hlwyx/images/mode3-5.webp);    
}
.mode3-3-tixi .right .img-list.img2{
    background-position: 0 -122px;
}
.mode3-3-tixi .right .img-list.img3{
    background-position: 0 -244px;
}
.mode5 .mode5_1 .table_wraper .bd .flex_box li:nth-of-type(1){
    width: 260px;
}
.mode5 .mode5_1 .table_wraper .bd .flex_box li:nth-of-type(2){
    width: 450px;
}
.mode5 .mode5_1 .table_wraper .bd .flex_box li:nth-of-type(3){
    width: 295px;
}
.mode5 .mode5_1 .table_wraper .bd .flex_box li:nth-of-type(4){
    width: 182px;
    padding-left: 30px;
    color: #fff;
    position: relative;
}
.mode5 .mode5_1 .table_wraper .bd .flex_box li:nth-of-type(4) .mask{
    width:30px;
    height: 100%;
    position: absolute;
    right: 0;
    top: -10px;
    z-index: 5;
}
.mode5 .bz-txtMarquee-top .mask{
    width: 20px !important;
}


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