/* 就业数据 */
.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;
}
.swiper-banner .kefubox{
    height: 540px;
}
.flex-box {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}


/* 主标题 */
.title-box-wrapper {
    text-align: center;
    min-width: 1200px;
    overflow: hidden;
}

.title-box {
    display: inline-block;
    text-align: left;
}

.title-box .big-title {
    font-size: 34px;
    line-height: 55px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}


.title-box .mark {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    text-align: center;
    padding: 0 15px;
    background: #f9214a;
    color: #fff;
    font-size: 24px;
    letter-spacing: 1px;
    border-radius: 17px 17px 0 17px;
    margin-right: 10px;
}

.title-box .small-title {
    font-size: 18px;
    color: #686868;
    text-align: center;
}

/* 主标题 end */


/* banner */
.swiper-banner .banner_img_wrap{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding-left: 360px;
    padding-top: 30px;
}

/* 板块导航 */

.sec1 {
    position: relative;
}

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

/* mode1 */
/* 专业介绍 */
.mode1-1 {
    position: relative;
    overflow: hidden;
}

.mode1-1 .img-wrap{
    width: 256px;
    height: 100px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mode1-1 .img-wrap img{
    width: 100%;
}
.mode1-1-c {
    display: flex;
    height: 355px;
    box-shadow: 0 0 65px rgba(31, 50, 100, 0.5);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.mode1-1-c .left {
    width: 49%;
    box-sizing: border-box;
    padding: 30px;
    text-align: justify;
}

.mode1-1-c .left .p1 {
    font-size: 24px;
    color: #45aff6;
    font-weight: bold;
    margin-bottom: 10px;
}

.mode1-1-c .left .p2 {
    margin-top: 30px;
    font-size: 16px;
    line-height: 26px;
    color: #5e5e5e;
}

.mode1-1-c .right {
    flex: 1;
    display: flex;
    box-sizing: border-box;
    padding-top: 85px;
    justify-content: space-around;
    text-align: center;
    font-size: 20px;
    color: #585858;
}

.mode1-1-c .right p {
    margin-top: 15px;
}

.mode1-1-c2 {
    width: 1040px;
    height: 190px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 10px 50px -10px rgba(31, 50, 100, 0.5);
    margin: 0 auto;
    display: flex;
    position: relative;
    box-sizing: border-box;
    padding: 30px 175px 0;
    justify-content: space-between;
    overflow: hidden;
}

.mode1-1-c2 .bg1,
.mode1-1-c2 .bg2 {
    width: 316px;
    height: 316px;
    border-radius: 50%;
    position: absolute;
}

.mode1-1-c2 .bg1 {
    background: linear-gradient(132deg, #45aff6, #fff);
    opacity: 0.2;
    left: -210px;
    top: 0;
}

.mode1-1-c2 .bg2 {
    background: linear-gradient(132deg, #45aff6, #f4fafe, #fff);
    right: -175px;
    top: -175px;
    opacity: 0.3;

}
.mode1-1-c2 .kefubox,
.mode1-1-c2 a {
    color: #272727;
    font-size: 18px;
    text-align: center;
}

@keyframes animate_r1 {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.mode1-1-c2 .kefubox:hover,
.mode1-1-c2 a:hover {
    color: #3fa4f5;
}
.mode1-1-c2 .kefubox:hover img,
.mode1-1-c2 a:hover img {
    animation: animate_r1 2s all linear infinite normal;
    -webkit-animation: animate_r1 2s linear infinite normal;
}

.mode1-1-c2 .mode1-1-icon {
    width: 93px;
    height: 93px;
    border-radius: 50%;
    overflow: hidden;
    background-image: url(/assets/course/accp/images/mode1-1-icon.webp);
    background-repeat: no-repeat;

}

.mode1-1-c2 .kefubox .icon1 {
    background-position: 0 0;
}

.mode1-1-c2 .kefubox .icon2{
    background-position: -93px 0px;
}
.mode1-1-c2 .kefubox .icon3 {
    background-position: -188px 0px;
}
.mode1-1-c2 .kefubox.icon4{
    background-position: right 0px;
}
.mode1-1-c2 .kefubox:hover .mode1-1-icon,
.mode1-1-c2 a:hover .mode1-1-icon {
    animation: animate_r1 2s all linear infinite normal;
    -webkit-animation: animate_r1 2s linear infinite normal;
}
.mode1-1-c2 .kefubox p 
.mode1-1-c2 a p {
    margin-top: 10px;
    text-align: center;
}

.mode1-2-wrapper {
    position: relative;
}

.mode1-2-wrapper .bg-box1 {
    width: 100%;
    height: 837px;
    background: #ddf0ff;
    position: absolute;
    top: 0;
    z-index: 0;
}


.mode1-2-wrapper .bg-box2 {
    width: 100%;
    height: 1709px;
    background: #7ecef4;
    position: absolute;
    top: 837px;
    z-index: 3;
}

.mode1-2-wrapper .bg-box2 .bg5 {
    width: 279px;
    height: 585px;
    background: url("../images/mode1-2-bg5.webp");
    position: absolute;
    bottom: -85px;
    left: 0;
}

.mode1-2-wrapper .bg-box2 .bg6 {
    width: 195px;
    height: 585px;
    background: url("../images/mode1-2-bg6.webp");
    position: absolute;
    top: 295px;
    right: 0;
}

.mode1-2 .mode-title {
    padding-top: 10px;
    text-align: center;
}

.mode1-2 .mode-title .t1 {
    font-size: 36px;
    font-weight: bold;
    color: #bcdaf2;
    position: relative;
    top: 25px;
}

.mode1-2 .mode-title .t2 {
    font-size: 28px;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}

.mode1-2 .mode-title .t2::after,
.mode1-2 .mode-title .t2::before {
    content: '';
    display: inline-block;
    width: 97px;
    height: 7px;
    vertical-align: middle;
}

.mode1-2-c {
    position: relative;
    z-index: 4;
    padding-bottom: 50px;
}

.mode1-2-1 {
    position: relative;
}

.mode1-2-1>.mask {
    width: 251px;
    height: 291px;
    position: absolute;
    z-index: 2;
}


.mode1-2-1-c {
    width: 700px;
}

.mode1-2-1-l {
    width: 183px;
    height: 356px;
    flex-direction: column;
    box-sizing: border-box;
    padding: 40px 10px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 65px rgba(31, 50, 100, 0.5);
    align-items: center;
}

.mode1-2-1-l .p1 {
    width: 100%;
    height: 38px;
    border-radius: 10px;
    border: 1px dashed #4382ac;
    font-size: 16px;
    text-align: center;
    line-height: 38px;
    box-sizing: border-box;
}

.mode1-2-1-l .line {
    height: 20px;
    width: 1px;
    box-sizing: border-box;
    border-right: 1px dashed #4382ac;
}

.mode1-2-1-l .p2 {
    width: 100%;
    box-sizing: border-box;
    height: 98px;
    border-radius: 10px;
    background: #4382ac;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.mode1-2-1-r {
    width: 505px;
    height: 356px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 65px rgba(31, 50, 100, 0.5);
    text-align: center;
    overflow: hidden;
}


.mode1-2-2-w {
    height: 589px;
    box-shadow: 0 65px 65px -65px rgba(31, 50, 100, 0.5);
    box-sizing: border-box;
    padding: 0px 45px 10px;
    border-radius: 10px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.mode1-2-2-t {
    height: 390px;
    border-bottom: 1px dashed #4382ac;
    box-sizing: border-box;
}

.mode1-2-2-t .left {
    width: 470px;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 20px 0 10px;
}

.mode1-2-2-t .left .item {
    width: 50%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: space-around;
    font-size: 16px;
    color: #000;
}

.mode1-2-2-t .left .item .iconfont {
    width: 118px;
    height: 118px;
    box-sizing: border-box;
    border: 1px dashed #4382ac;
    border-radius: 50%;
    padding: 4px;
    background-color: #4382ac;
    background-clip: content-box;
    text-align: center;
    line-height: 110px;
    font-size: 54px;
    color: #fff;    
    z-index: 1;
}

.mode1-2-2-t .right {
    flex: 1;
    position: relative;
}

.mode1-2-2-t .right .circle-w {
    width: 158px;
    height: 158px;
    border-radius: 50%;
    border: 1px dashed rgba(67, 130, 172, 0.2);
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 85px;
    z-index: 2;
}

.mode1-2-2-t .right .circle-w p {
    width: 137px;
    height: 137px;
    border-radius: 50%;
    border: 1px dashed rgba(67, 130, 172, 0.5);
    font-size: 22px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mode1-2-2-t .right .p1 {
    line-height: 33px;
    padding: 0 15px;
    border-radius: 5px;
    border: 1px dashed rgba(67, 130, 172, 1);
    ;
    position: absolute;
    font-size: 16px;
    color: #000;
}
.mode1-2-2-t .right .icon-dunpai{
    width: 158px;
    height: 158px;
    text-align: center;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 85px;
    font-size: 100px;
    color: #4382ac;
    z-index: 1;
    line-height: 158px;
}

.mode1-2-2-t .right .p1:nth-of-type(1) {
    top: 80px;
    left: 90px;
}

.mode1-2-2-t .right .p1:nth-of-type(2) {
    top: 150px;
    left: 0px;
}

.mode1-2-2-t .right .p1:nth-of-type(3) {
    top: 220px;
    left: 8px;
}

.mode1-2-2-t .right .p1:nth-of-type(4) {
    top: 80px;
    right: 105px;
}

.mode1-2-2-t .right .p1:nth-of-type(5) {
    top: 150px;
    right: 0px;
}

.mode1-2-2-t .right .p1:nth-of-type(6) {
    top: 220px;
    right: 80px;
}

.mode1-2-2-t .right .p1:nth-of-type(7) {
    top: 295px;
    left: 180px;
}

.mode1-2-2-b {
    margin-top: 30px;
}

.mode1-2-2-w .mask {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #7ecdf3;
    position: absolute;
    top: 370px;
}

.mode1-2-2-w .mask1 {
    left: -17px;
}

.mode1-2-2-w .mask2 {
    right: -17px;
}

.mode1-2-4 .mode-title .t1,
.mode1-2-3 .mode-title .t1 {
    color: #66b9e0;
}

.mode1-2-4 .mode-title .t2,
.mode1-2-3 .mode-title .t2 {
    color: #18526d;
}

.mode-title .icon {
    vertical-align: middle;
}

.mode1-2-3-c {
    height: 392px;
    position: relative;
    justify-content: space-between;
}

.mode1-2-3-c .left,
.mode1-2-3-c .right {
    width: 586px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 20px 65px -20px rgba(31, 50, 100, 0.5);
    position: relative;

}

.mode1-2-3-c .left {
    padding: 23px 47px 30px 20px;
}

.mode1-2-3-c .left .step {
    width: 229px;
    flex-direction: column;
    justify-content: space-between;
}

.mode1-2-3-c .left .step .flex-box {
    border-radius: 10px;
    width: 100%;
    height: 107px;
    overflow: hidden;
    color: #fff;
    position: relative;
}

.mode1-2-3-c .left .step .flex-box:nth-of-type(1) {
    background: #79c5f9;
}

.mode1-2-3-c .left .step .flex-box:nth-of-type(2) {
    background: #52ace9;
}

.mode1-2-3-c .left .step .flex-box:nth-of-type(3) {
    background: #3687bd;
}

.mode1-2-3-c .left .step .flex-box .p1 {
    font-size: 22px;
    margin: 20px 0 0 15px;
}

.mode1-2-3-c .left .step .flex-box .p2 {
    font-size: 132px;
    position: absolute;
    top: -35px;
    right: 5px;
    font-style: italic;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff, 1.5px -1px 0 #fff, -1px -0.5px 0 #fff, -1.5px 1.5px 0 #fff, 0 -1.5px 0 #fff;
    color: #52ace9;
}

.mode1-2-3-c .left .step .flex-box:nth-of-type(1) .p2 {
    color: #79c5f9;
}

.mode1-2-3-c .left .step .flex-box:nth-of-type(2) .p2 {
    color: #52ace9;
}

.mode1-2-3-c .left .step .flex-box:nth-of-type(3) .p2 {
    color: #3687bd;
}

.mode1-2-3-c .left .desc {
    width: 280px;
    font-size: 20px;
    color: #264a64;
    line-height: 36px;
    box-sizing: border-box;
    padding: 20px 30px 20px 10px;
    border-radius: 10px;
    background: #bde4ff;
}

.mode1-2-3-c .right {
    overflow: hidden;
}

.mode1-2-3-c .lianjie{
    width: 90px;
    height: 25px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
}
.mode1-2-3-c .lianjie .lianjie_c{
    width: 24px;
    height: 24px;
    background-color: #5097c8;
    border-radius: 50%;    
}
.mode1-2-3-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;
}
.mode1-2-3-c .lianjie1{
    top: 100px;
}
.mode1-2-3-c .lianjie2{
    top: 260px;
}
.mode1-2-4-c {
    height: 589px;
    padding: 55px 20px;
    background: #ffffff;
    border-radius: 10px;
}

.mode1-2-4-c .left {
    width: 600px;
    justify-content: space-between;
    flex-direction: column;
    padding-left: 21px;
}

.mode1-2-4-c .left p {
    width: 579px;
    height: 140px;
    border: 2px dashed #79c5f9;
    border-radius: 10px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 22px;
    font-size: 24px;
    color: #3a86ba;
}

.mode1-2-4-c .left p:nth-of-type(1) {
    background: url("../images/mode1-2-4-icon1.webp") right center no-repeat;
}

.mode1-2-4-c .left p:nth-of-type(2) {
    background: url("../images/mode1-2-4-icon2.webp") right center no-repeat;
}

.mode1-2-4-c .left p:nth-of-type(3) {
    background: #e4f3fe;
    font-size: 18px;
    color: #18496a;
}

.mode1-2-4-c .right {
    width: 525px;
    flex-direction: column;
    justify-content: space-between;
}

.mode1-2-4-c .right p {
    width: 260px;
}

.mode1-2-4-c .right img {
    width: 100%;
}

.mode1-3-c>div {
    width: 282px;
    height: 373px;
    border-radius: 10px;
    border: 1px solid #79c5f9;
    text-align: center;
    position: relative;
    transition: all 0.3s linear;
}

.mode1-3-c>div:hover {
    box-shadow: 0px 4px 13px 0px rgba(70, 27, 111, 0.4);
    transform: translateY(-10px);
}

.mode1-3-c>div .p1 {
    font-size: 22px;
    color: #232323;
    margin-top: 45px;
    font-weight: bold;
}

.mode1-3-c>div .p2 {
    font-size: 16px;
    color: #656565;
    margin-top: 5px;
}

.mode1-3-c>div .img-box{
    width: 271px;
    height: 210px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    background-image: url(/assets/course/accp/images/mode1-3.webp);
    background-repeat: no-repeat;
}
.mode1-3-c>div .img-box.img2{
    background-position: -271px 0;
}
.mode1-3-c>div .img-box.img3{
    background-position: -542px 0;
}
.mode1-3-c>div .img-box.img4{
    background-position: -813px 0;
}
/* mode2 */
.mode2 {
    overflow: hidden;
}

.mode2-1-c {
    background: #ddf0ff;
    padding: 40px 0;
    text-align: center;
}

.mode2-2 {
    padding-top: 50px;
    padding-bottom: 100px;
    overflow: hidden;
}

.mode2-2 .desc {
    width: 234px;
    height: 545px;
    position: relative;

}

.mode2-2 .desc .wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 37px 17px;
    transition: all 0.3s linear;
}

.mode2-2 .desc .wrapper:hover {
    border-bottom: 5px solid #00abd7;
    transform: translateY(-10px);
    box-shadow: 0px 4px 13px 0px rgba(70, 27, 111, 0.4);
}

.mode2-2 .desc:nth-of-type(even) .wrapper {
    background: #7ecef4;
    margin-top: 85px;
}

.mode2-2 .desc:nth-of-type(odd) .wrapper {
    background: #ebf6ff;
}

.mode2-2 .desc .iconfont {
    width: 77px;
    height: 77px;
    text-align: center;
    line-height: 77px;
    font-size: 40px;    
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: -39px;
    border-radius: 50%;
}


.mode2-2 .desc:nth-of-type(odd) .p1 {
    color: #333;
}
.mode2-2 .desc:nth-of-type(odd) .iconfont{
    background-color: #b9e0ff;
    color: #488fc7;
}

.mode2-2 .desc:nth-of-type(even) .iconfont{
    background-color: #4398c1;
    color: #fff;
}

.mode2-2 .desc .p1 {
    font-size: 24px;
    text-align: center;
    line-height: 70px;
    width: 188px;
    margin: 0 auto;
}

.mode2-2 .desc .p2 {
    font-size: 18px;
    line-height: 36px;
    margin-top: 20px;
}

.mode2-3 {
    padding-bottom: 20px;
}
.mode2-3 .kefubox,
.mode2-3 a {
    width: 293px;
    height: 200px;
    border: 1px solid #79c5f9;
    border-radius: 50px 10px 50px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../images/mode2-3-icon.png") center no-repeat;
    color: #33729e;
    font-size: 24px;
    position: relative;
    text-align: center;
    transition: all 0.3s linear;
}
.mode2-3 .kefubox:hover,
.mode2-3 a:hover {
    transform: translateY(-10px);
    box-shadow: 0px 4px 13px 0px rgba(70, 27, 111, 0.4);
}
.mode2-3 .kefubox::after,
.mode2-3 a::after {
    content: '立即咨询 >';
    display: block;
    position: absolute;
    width: 186px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -20px;
    background: #7ecef4;
    border-radius: 20px;
    color: #fff;
    font-size: 18px;
}
.mode2-3 .kefubox:hover::after,
.mode2-3 a:hover::after {
    background: #00abd7;
}

/* mode3 */
.mode3 {
    overflow: hidden;
}

.mode3 .mask-title {
    font-size: 93px;
    text-align: center;
    height: 48px;
    overflow: hidden;
    line-height: 85px;
    font-weight: bold;
    color: #dedede;
}

.mode3 .other-btn-box {
    text-align: center;
}
.mode3 .other-btn-box .kefubox,
.mode3 .other-btn-box a {
    display: inline-block;
    width: 422px;
    height: 79px;
    border-radius: 40px;
    background: #7ecef4;
    color: #ffffff;
    line-height: 79px;
    font-size: 30px;
}
.mode3 .other-btn-box .kefubox:hover,
.mode3 .other-btn-box a:hover {
    background: #2d73ba;
}

.mode3-2 {
    position: relative;
}

.mode-3-2-c .item {
    height: 165px;
    border-radius: 5px;
    border: 1px dashed #00abd7;
    align-items: center;
    padding-left: 25px;
    justify-content: flex-start;
    margin-bottom: 22px;
    overflow: hidden;
}

.mode-3-2-c .item .img-box {
    margin-right: 15px;
    width: 288px;
    height: 112px;
    background-image: url(/assets/course/accp/images/mode3-2.webp);
    background-repeat: no-repeat;
}
.mode-3-2-c .item .img-box.img2{
    background-position: 0 -112px;
}
.mode-3-2-c .item .img-box.img3{
    background-position: 0 -224px;
}

.mode-3-2-c .item .p1 {
    font-size: 24px;
    color: #000000;
}

.mode-3-2-c .item .p2 {
    font-size: 18px;
    color: #8e8e8e;
    margin-top: 15px;
}

.mode3-3 {
    background: #ddf0ff;
    padding-top: 50px;
}

.mode3-3 .mask-title {
    color: #66b9e0;
}

.mode3-4 .mask-title {
    color: #66b9e0;
}

.mode3-3-c {
    height: 690px;
    background: url("../images/mode3-3-bg.webp") no-repeat;
    position: relative;
}

.mode3-3-c .time-box {
    position: absolute;
    top: 60px;
    left: 0;
    width: 227px;
    height: 77px;
    border-radius: 39px;
    border: 1px dashed #00abd7;
    box-sizing: border-box;
    padding-left: 95px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url("../images/mode3-3-icon1.webp") 30px center no-repeat;
}

.mode3-3-c .time-box .p1 {
    font-size: 24px;
    color: #828282;
}

.mode3-3-c .time-box .p2 {
    font-size: 26px;
    color: #00abd7;
}

.mode3-3-c .title {
    font-size: 30px;
    color: #00abd7;
    font-weight: bold;
    position: absolute;
}

.mode3-3-c .t1 {
    left: 50px;
    top: 405px;
}

.mode3-3-c .t2 {
    left: 305px;
    top: 245px;
}

.mode3-3-c .t3 {
    left: 645px;
    top: 60px;
}

.mode3-3-c .desc {
    position: absolute;
}

.mode3-3-c .desc .p1 {
    color: #0a4561;
    font-size: 24px;
}

.mode3-3-c .desc .p2 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
    width: 233px;
    color: #828282;
}

.mode3-3-c .desc1 {
    bottom: 0;
    left: 85px;
}

.mode3-3-c .desc2 {
    top: 435px;
    left: 355px;
}

.mode3-3-c .desc3 {
    top: 325px;
    left: 647px;
}

.mode3-3-c .desc4 {
    top: 160px;
    left: 903px;
}

.mode3-3-c2 .item {
    width: 375px;
    height: 218px;
    border-radius: 10px;
    box-shadow: 0 12px 32px rgba(7, 155, 188, 0.35);
    overflow: hidden;
}

.mode3-3-c2 .item .p1 {
    font-size: 24px;
    font-weight: bold;
    background: linear-gradient(to right, #47cff2, #05abd5);
    line-height: 95px;
    text-align: center;
    color: #fff;
}

.mode3-3-c2 .item .p2 {
    height: 124px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    text-align: center;
}

.mode3-4 {
    padding-top: 40px;
    background: #80cff5;
    position: relative;
}

.mode3-5 .mask-title,
.mode3-6 .mask-title {
    color: #66b9e0;
}

.mode3-4-c {
    box-sizing: border-box;
    padding: 0 75px;
    position: relative;
}

.mode3-4-c .swiper-wrapper .swiper-slide {
    padding: 0 10px;
    overflow: hidden;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
}

.mode3-4-c .swiper-wrapper .swiper-slide .p1 {
    font-size: 24px;
    margin-top: 25px;
}

.mode3-4-c .swiper-wrapper .swiper-slide .p2 {
    font-size: 18px;
}

.mode3-4-c .swiper-button-prev,
.mode3-4-c .swiper-button-next {
    width: 51px;
    height: 51px;
    position: absolute;
    top: 200px;
    background-color: #377b9b;
    border-radius: 50%;
    box-sizing: border-box;
    background-image: none;
    text-align: center;
    line-height: 51px;
    color: #7dcdf4;
    font-size: 26px;
}

.mode3-5-c {
    text-align: center;
}

/* mode4 */

.mode4 {
    overflow: hidden;
}

.mode4-1 {
    position: relative;
}

.mode4-2 {
    background: #ddf0ff;
}