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


body {
    padding-bottom: 80px;
}
/* 标题组件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;
}

/* 专业介绍右侧按钮 */
.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-btn {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;

}

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

.v-major .mask-box .mask {
    width: 316px;
    height: 316px;
    border-radius: 50%;
    position: absolute;
}

.v-major .mask-box .mask1 {
    top: -150px;
    left: -220px;
}

.v-major .mask-box .mask2 {
    bottom: -165px;
    right: -185px;
}
.v-major .kefubox,
.v-major a {
    font-size: 18px;
    color: #272727;
    position: relative;
    width: 146px;
    height: 146px;
    background-position: center;
    background-repeat: no-repeat;
}

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

.v-major .kefubox:nth-of-type(odd),
.v-major a:nth-of-type(odd) {
    margin-right: 30px;
}
.v-major .kefubox p{
    position: absolute;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
}

.swiper-banner .main_img {
    width: 1200px;
    height: 540px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    position: relative;
}
.swiper-banner .main_img img{
    position: absolute;
    top: 28px;
    right: 0;
    display: block;
    z-index: 1;
}
.swiper-banner .main_img .now_year{
    position: absolute;
    display: block;
    right: 464px;
    top: 109px;
    font-size: 28px;
    color: #1266e4;
    z-index: 2;
}

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

.mode-wrapper .mode:nth-child(n+2) {
    display: none;
}

/* sec1 banner */
.sec1 {
    position: relative;
    height: 540px;
    position: relative;
}

/* sec1 banner end*/

/* mode1 */
.mode1-1-c {
    align-items: center !important;
}

.mode1-1 .img-cover-wrap {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
}

.mode1-1 .img-cover-wrap img {
    width: 100%;
}

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

.mode1-1 .zixun-wrap .kefubox{
    margin: 0;
    width: 95px;
    height: 95px;
    background-image: url(/assets/course/benet/images/icon-marjor.webp);
    background-size: 380px 95px;    
}
.mode1-1 .zixun-wrap .kefubox:nth-of-type(1){
    background-position: 0 0;
}
.mode1-1 .zixun-wrap .kefubox:nth-of-type(2){
    background-position: -95px 0;
}
.mode1-1 .zixun-wrap .kefubox:nth-of-type(3){
    background-position: -190px 0;
}
.mode1-1 .zixun-wrap .kefubox:nth-of-type(4){
    background-position: -285px 0;
}
.mode1-1-c .left {
    flex: 1;
    height: 479px;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 0 10px 65px -30px rgba(31, 50, 100, 0.5);
    padding: 20px 24px;
    color: #868686;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    position: relative;
    z-index: 4;
    background: #fff;
    overflow: hidden;
}


.mode1-2-c {
    display: flex;
    box-sizing: border-box;
    padding: 0 105px;
    height: 350px;
}

.mode1-2-c .mode1_2_item {
    width: 250px;
    height: 314px;
    background-image: url(/assets/course/benet/images/mode1-2.webp);
    background-repeat: no-repeat;
    transition: all 0.3s linear;
}
.mode1-2-c .mode1_2_item:nth-of-type(2){
    background-position: -250px 0;
}
.mode1-2-c .mode1_2_item:nth-of-type(3){
    background-position: -500px 0;
}

.mode1-2-c .mode1_2_item:nth-of-type(4){
    background-position: -750px 0;
}


.mode1-2-c .mode1_2_item:nth-of-type(even) {
    margin-top: 45px;
}
.mode1-2-c .mode1_2_item:hover{
    transform: translateY(-10px);
}

.mode1-3-w {
    height: 610px;
    background: #e6f9ff url("../images/mode1-3-bg1.webp") center no-repeat;
}

.mode1-3-c {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.mode1-3-c .t1,
.mode1-3-c .t2 {
    position: absolute;
}

.mode1-3-c .t1 {
    width: 151px;
    height: 32px;
    line-height: 32px;
    box-sizing: border-box;
    text-align: right;
    padding-right: 20px;
    border-radius: 16px;
    font-size: 18px;
    color: #fff;
    background: linear-gradient(to left, rgba(79, 254, 203, 1), rgba(79, 254, 203, 0.8), rgba(79, 254, 203, 0.6), rgba(79, 254, 203, 0));
}

.mode1-3-c .t2 {
    width: 170px;
    height: 32px;
    line-height: 32px;
    box-sizing: border-box;
    text-align: left;
    padding-left: 20px;
    border-radius: 16px;
    font-size: 18px;
    color: #fff;
    background: linear-gradient(to right, rgba(46, 140, 170, 1), rgba(46, 140, 170, 0.8), rgba(46, 140, 170, 0.6), rgba(46, 140, 170, 0));
}

.mode1-3-c img {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 117px;
    z-index: 1;
}

.mode1-3-c .p1 {
    top: 72px;
    left: 205px;
}

.mode1-3-c .p2 {
    top: 128px;
    left: 135px;
}

.mode1-3-c .p3 {
    top: 186px;
    left: 67px;
}

.mode1-3-c .p4 {
    top: 243px;
    left: 30px;
}

.mode1-3-c .p5 {
    top: 300px;
    left: 40px;
}

.mode1-3-c .p6 {
    top: 357px;
    left: 120px;
}

.mode1-3-c .p7 {
    left: 155px;
    top: 416px;
}

.mode1-3-c .p8 {
    left: 215px;
    top: 472px;
}

.mode1-3-c .p9 {
    right: 133px;
    top: 72px;
}

.mode1-3-c .p10 {
    right: 75px;
    top: 128px;
}

.mode1-3-c .p11 {
    right: 53px;
    top: 186px;
}

.mode1-3-c .p12 {
    width: 198px;
    right: 30px;
    top: 243px;
}

.mode1-3-c .p13 {
    right: 70px;
    top: 300px;
}

.mode1-3-c .p14 {
    right: 75px;
    top: 357px;
}

.mode1-3-c .p15 {
    right: 105px;
    top: 416px;
}

.mode1-3-c .p16 {
    right: 152px;
    top: 472px;
}

.mode1-3-c .circle {
    width: 347px;
    height: 347px;
    line-height: 347px;
    color: #fff;
    font-size: 28px;
    border-radius: 50%;
    border: 1px dashed #4ffecb;
    position: absolute;
    top: 95px;
    z-index: 0;
    box-sizing: border-box;
}

.mode1-3-c .circle1 {
    left: 254px;
    padding-left: 40px;
}

.mode1-3-c .circle2 {
    right: 254px;
    padding-left: 168px;
}

.mode1-3-c .v-btn1 {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 40px;
}

.mode1-4 {
    background: #e6f9ff;
}

.mode1-4-c .item {
    width: 586px;
    height: 360px;
    box-shadow: 0 13px 13px rgba(132, 172, 185, 0.41);
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
}
.mode1-4-c .iconfont{
    position: absolute;
    font-size: 200px;
    color: #ecf6fa;
    right: -10px;
    bottom: -10px;
    
}

.mode1-4-c .p1 {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: bold;
    line-height: 80px;
    background: linear-gradient(to right, #4fb0d1, #1bd9d2);
}

.mode1-4-c .p2 {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    color: #686868;
    margin-top: 20px;
}

.mode1-5 {
    position: relative;
}

.mode1-5 .bg-box {
    width: 100%;
    height: 236px;
    background: #e6f9ff;
    position: absolute;
    top: 0;
    z-index: 0;

}

.mode1-5-w {
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 13px 13px rgba(132, 172, 185, 0.41);
    height: 472px;
    box-sizing: border-box;
    padding: 50px 35px 0;
    overflow: hidden;
}

.mode1-5-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mode1-5-c .item {
    width: 363px;
    height: 136px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ccfaf9;
    margin-bottom: 20px;
    box-sizing: border-box
}

.mode1-5-c .item .iconfont {
    width: 109px;
    color: #fff;
    text-align: center;
    line-height: 134px;
    font-size: 65px;    
}

.mode1-5-c .item .desc {
    flex: 1;
    box-sizing: border-box;
    padding: 0 20px 0 15px;
    text-align: justify;
}

.mode1-5-c .item .desc .p1 {
    font-size: 22px;
    margin-top: 10px;
}

.mode1-5-c .item .desc .p2 {
    font-size: 16px;
    margin-top: 5px;
    color: #616161;
}

.mode1-5-c .item:nth-of-type(odd) .p1 {
    color: #41aacd;
}

.mode1-5-c .item:nth-of-type(even) .p1 {
    color: #1bd9d3;
}
.mode1-5-c .item:nth-of-type(odd) .iconfont {
    background: #41aacd;
}
.mode1-5-c .item:nth-of-type(even) .iconfont {
    background: #1bd9d3;
}


.mode1-5-c .item:hover {
    border: 1px solid #41aacd;
}

.mode1-6-c .item {
    width: 279px;
    height: 272px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}

.mode1-6-c .item .icon-box {
    width: 108px;
    height: 108px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    background-image: url(/assets/course/benet/images/mode1-6.webp);
    background-repeat: no-repeat;
}
.mode1-6-c .item .icon-box.icon2{
    background-position: -108px 0;
}
.mode1-6-c .item .icon-box.icon3{
    background-position: -216px 0;
}
.mode1-6-c .item .icon-box.icon4{
    background-position: -324px 0;
}

.mode1-6-c .item .desc {
    position: absolute;
    width: 100%;
    left: 0;
    top: 55px;
    height: 196px;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 55px 14px 0;
}

.mode1-6-c .item .desc .p1 {
    font-size: 18px;
    line-height: 50px;
    border-bottom: 1px solid #d3d3d3;
    color: #2b2b2b;
}

.mode1-6-c .item .desc .line {
    width: 134px;
    height: 5px;
    border-radius: 5px;
    background: #1bd9d3;
    position: relative;
    margin: auto;
    top: -3px;
    left: 0;
    right: 0;
}

.mode1-6-c .item .desc .p2 {
    font-size: 20px;
    margin-top: 15px;
    color: #787878;
}

.mode1-6-c .item .desc a {
    display: inline-block;
    width: 127px;
    height: 38px;
    color: #fff;
    font-size: 18px;
    line-height: 38px;
    border-radius: 19px;
    background: #1bd9d3;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -19px;
}

.mode1-6-c .item:hover .desc {
    box-shadow: 1px 5px 38px rgba(65, 170, 205, 0.41);
}

.mode1-6-c .item:hover .line {
    background: #41aacd;
}

.mode1-6-c .item:hover .p1 {
    color: #41aacd;
}

.mode1-6-c .item a:hover {
    background: #41aacd;
}

/* mode2 */
.mode2-c {
    box-sizing: border-box;
    position: relative;
    border: 16px solid #4baed0;
    border-radius: 10px;
    background: #4baed0;
}

.mode2-c .course {

    background: #fff;
    border-radius: 10px;
    padding-top: 37px;
    padding-bottom: 27px;
}

.mode2-c .step {
    width: 274px;
    height: 48px;
    color: #fff;
    background: #3494b5;
    line-height: 48px;
    text-align: center;
    font-size: 24px;
    border-radius: 24px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: -32px;
}

.mode2-c .thead {
    width: 1041px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background: #4baed0;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
}

.mode2-c .thead span:nth-of-type(1) {
    margin-left: 15px;
}

.mode2-c .thead span:nth-of-type(2) {
    margin-left: 215px;
}

.mode2-c .thead span:nth-of-type(3) {
    margin-left: 405px;
}

.mode2-c .tbody {
    width: 1041px;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
}

.mode2-c .tbody table {
    width: 495px;
    table-layout: fixed;
    box-sizing: border-box;
}

.mode2-c .tbody table td:nth-of-type(1) {
    width: 69px;
}

.mode2-c .tbody table td:nth-of-type(3) {
    width: 242px;
}

.mode2-c .tbody table td {
    background: #dbeff6;
    color: #174f62;
    font-size: 16px;
    line-height: 30px;
    border: 2px solid #fff;
    padding-left: 12px;
    box-sizing: border-box;
}

.mode2-c .tbody .img-wrapper {
    flex: 1;
    margin-left: 2px;
    border: 6px solid #dbeff6;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mode2-c .gain {
    display: flex;
    /* align-items: flex-start; */
    align-items: stretch;
    box-sizing: border-box;
    padding: 20px 64px;
    margin-top: 10px;
    border-radius: 10px;
    background: #fff;
}

.mode2-c .gain .s1 {
    font-size: 20px;
    font-weight: bold;
    color: #3494b5;
}

.mode2-c .gain .s2 {
    font-size: 16px;
}

.mode2-c .gain .left {
    width: 266px;
    height: 165px;
    border-right: 1px dashed #4baed0;
}

.mode2-c .gain .left img {
    margin-top: 10px;
}

.mode2-c .gain .center {
    width: 470px;
    height: 165px;
    border-right: 1px dashed #4baed0;
    box-sizing: border-box;
    padding: 0 60px;
}

.mode2-c .gain .center .desc {
    display: flex;
    line-height: 25px;
    margin-top: 5px;
}

.mode2-c .gain .right {
    flex: 1;
    height: 165px;
    box-sizing: border-box;
    padding-left: 60px;
}

.mode2-c .gain .right .s2 {
    line-height: 30px;
    margin-top: 5px;
}

/* mode3 */
.mode3-1-c{
    text-align: center;
}

.mode3-2 {
    position: relative;
}

.mode3-2 .bg-box {
    width: 100%;
    position: absolute;
    z-index: 0;
    height: 537px;
    background: #e6f9ff;

}

.mode3-2 .mode3-2-w {
    position: relative;
    z-index: 1;
    padding-top: 50px;
    overflow: hidden;
}

.mode3-2 .mode3-2-c {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 1268px;
    height: 656px;
    background: url("../images/mode3-2-bg.webp") center no-repeat;
    box-sizing: border-box;
    padding-top: 25px;
    position: relative;
}

.mode3-2 .mode3-2-c .swiper_bcnt2 {
    height: 586px;
    box-sizing: border-box;
    position: absolute;
    top: 24px;
    left: 32px;
}

.mode3-2 .swiper_bcnt2 .swiper-slide {
    box-sizing: border-box;
}

.mode3-2 .swiper_bcnt2 .p1 {
    width: 218px;
    height: 56px;
    background: #4baed0;
    text-align: center;
    line-height: 56px;
    font-size: 28px;
    color: #fff;
    border-radius: 10px 0 10px 0;
}

.mode3-2 .swiper_bcnt2 .desc {
    margin-top: 34px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 90px;
    display: flex;
}

.mode3-2 .swiper_bcnt2 .desc .p2 {
    font-size: 22px;
    color: #4baed0;
    font-weight: bold;
}

.mode3-2 .swiper_bcnt2 .desc .p3 {
    display: flex;
    font-size: 16px;
    line-height: 22px;
    margin-top: 18px;
}

.mode3-2 .swiper_bcnt2 .desc .p4 {
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
}

.mode3-2 .swiper_bcnt2 .desc .item {
    height: 194px;
    box-sizing: border-box;
}

.mode3-2 .swiper_bcnt2 .img-wrapper {
    margin-top: 70px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 90px;
}

.mode3-2 .swiper_bcnt2 .desc .item:nth-of-type(1) {
    width: 350px;
    border-right: 1px dashed #55e2fb;
}

.mode3-2 .swiper_bcnt2 .desc .item:nth-of-type(2) {
    width: 288px;
    border-right: 1px dashed #55e2fb;
    padding-left: 70px;
}

.mode3-2 .swiper_bcnt2 .desc .item:nth-of-type(3) {
    flex: 1;
    padding-left: 60px;
}

.mode3-2 .swiper-button-prev {
    left: 65px;
}

.mode3-2 .swiper-button-next {
    right: 65px;
}

.mode3-5 {
    background: linear-gradient(to right, #3fadce, #1dd7d2);
}
.mode3-5-c{
    position: relative;
}
.mode3-5-c .p1 {
    line-height: 40px;
    color: #fff;
    background: #1cd7d2;
    border-radius: 10px 0px 10px 0;
    padding: 0 20px;
    font-size: 24px;
    display: inline-block;
    
}

.mode3-5-c .left {
    width: 422px;
    height: 433px;
    border-radius: 10px;
    background: #fff;
    position: relative;
    background: #ffffff url("../images/mode3-5-1.webp") center 80% no-repeat;
    margin-right: 18px;
}

.mode3-5-c .left ul {
    width: 100px;
    position: absolute;
    top: 65px;
    right: 45px;
}

.mode3-5-c .left ul li {
    font-size: 20px;
    line-height: 48px;
    color: #66696a;
    vertical-align: middle;
}

.mode3-5-c .left ul li::before {
    vertical-align: middle;
    width: 6px;
    height: 6px;
    background: #4baed0;
    border-radius: 50%;
    content: '';
    display: inline-block;
    margin-right: 8px;
}

.mode3-5-c .right {
    width: 760px;
    background: #ffffff;
    border-radius: 10px;
    box-sizing: border-box;   

}

.mode3-5-c .right .img-wrapper {
    margin-top: 28px;
    text-align: center;
    padding-left: 30px;
    padding-right: 10px;
    box-sizing: border-box;
}
.mode3-5-c .right .img-wrapper img{
    width: 100%;
}
.mode3-5-c  .lianjie{
    width: 90px;
    height: 25px;
    position: absolute;
    margin: auto;
    left: 385px;    
    display: flex;
    justify-content: space-between;
}
.mode3-5-c  .lianjie .lianjie_c{
    width: 24px;
    height: 24px;
    background-color: #5097c8;
    border-radius: 50%;    
}
.mode3-5-c  .lianjie .lianjie_l{
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 72px;
    height: 8px;
    border-radius: 4px;
    background-color: #2c658c;
}
.mode3-5-c  .lianjie1{
    top: 100px;
}
.mode3-5-c  .lianjie2{
    top: 260px;
}
