.header {
    position: absolute !important;
}

.content1 {
    padding: 0 8.3%;
    background: #f6f6f6;
    padding-bottom: 60px;
}

.column {
    text-align: center;
    box-sizing: border-box;
    padding: 50px 0 50px 0;
}

.column a {
    font-size: 40px;
    font-weight: bold;
    color: #202020;
}

.qyhzSlide {
    display: flex;
    justify-content: space-between;
}

.qyhzSlide .item {
    width: calc((100% - 30px) / 2);
    background-color: #fff;
    padding-bottom: 60px;
    /* margin-left: 30px; */
    border-radius: 10px;
}

.qyhzSlide .item:hover {
    box-shadow: 4px 18px 64px 0 rgba(0, 0, 0, 0.16);
}

.qyhzSlide .name {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    text-align: justify;
    color: #004680;
}

.qyhzSlide .name img {
    float: left;
    position: relative;
    top: -3px;
}

.qyhzSlide .desc {
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    color: #9E9E9E;
    margin-top: 20px;
}

.qyhzSlide .img img {
    width: 100%;
    border-radius: 10px;
}

.qyhzSlide .text {
    width: 100%;
    box-sizing: border-box;
    padding: 45px;
}

.qyhzSlide .category {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 45px;
}


.category .tab {
    width: calc((100% - 48px) / 4);
    height: 75px;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #EAEAEA;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category .tab:hover {
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.category .tab .img {
    height: 100%;
    display: flex;
    align-items: center;
}

.category .tab img {
    width: 100%;
    max-height: 100%;
}

.qyhzSlide .img2 {
    box-sizing: border-box;
    padding: 0 118px;
    text-align: center;
}

.qyhzSlide .img2 img {
    width: auto;
    max-width: 100%;
    max-height: 300px;
    margin: 0 auto;
}

.content2 {
    background: #fff;
    box-sizing: border-box;
    padding: 0 8.3%;
    padding-bottom: 60px;
}

.content2-text {
    padding-top: 10px;
}

.number {
    width: 100%;
    height: 300px;
    background: url(/images/numberBg.jpg) center no-repeat;
    background-size: cover;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 195px;
    color: #fff;
}

.number .item {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.number .xian {
    width: 1px;
    height: 150px;
    background: rgba(255, 255, 255, .2);
    display: inline-block;
}

.number .item .desc {
    font-size: 20px;
    text-align: center;
    opacity: .5;
}

.number .item .num {
    font-size: 30px;
    color: #00eefd;
    margin: 10px 0 5px 0;
}

.number .item .num span {
    font-size: 45px;
    font-weight: bold;
}

.number .item .num span p {
    float: left;
}

.newlist {
    /* display: flex;
    justify-content: space-between; */
}

.newlist .box {
    width: calc((100% - 40px) / 3);
    box-sizing: border-box;
    border: 1px solid #D8D8D8;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}

.newlist .box .img {
    overflow: hidden;
    border-radius: 15px;
}

.newlist .box .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.newlist .box:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.newlist .box .text {
    box-sizing: border-box;
    padding: 35px 35px 20px 35px;
}

.newlist .box .text .title {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: #004680;
}

.newlist .box .text .title img {
    margin-right: 10px;
    float: left;
}

.newlist .box .text .desc {
    font-size: 16px;
    line-height: 32px;
    height: 100px;
    text-align: justify;
    color: #9E9E9E;
    margin: 30px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.content3 {
    box-sizing: border-box;
    padding: 0 8.3%;
}

.jymxlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.jymxlist .box {
    width: calc((100% - 330px) / 5);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 70px;
    margin-right: 82px;
}

.jymxlist .box5,
.jymxlist .box10 {
    margin-right: 0;
}

.jymxlist .box .img {
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1/1;
    position: relative;
    border-radius: 50%;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.jymxlist .box .img img {
    width: 100%;
    aspect-ratio: 1/1;
}

.jymxlist .box .img .dd {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 70, 128, .5);
    top: 0;
    left: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 10%;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    transition: all 0.5s ease-in-out;
}

.jymxlist .box:hover .img .dd {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.jymxlist .box .name {
    font-size: 20px;
    color: #202020;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin: 15px 0 10px 0;
}

.jymxlist .box .subname {
    color: #9E9E9E;
    font-size: 15px;
    margin-left: 10px;
}

.jymxlist .box .desc {
    color: #9E9E9E;
    font-size: 16px;
    width: 100%;
    text-align: center;
}

.jymxlist .box6,
.jymxlist .box7,
.jymxlist .box8,
.jymxlist .box9,
.jymxlist .box10 {
    margin-bottom: 0;
}

/* ---------------------------- */

.content4 {
    box-sizing: border-box;
    padding: 0 8.3%;
    margin-bottom: 100px;
}

.sxslist {
    display: flex;
    justify-content: space-between;
}

.sxslist .aleft,
.sxslist .aright {
    width: calc((100% - 30px) / 2);
}

.sxslist .aleft .box .img img {
    width: 100%;
}

.sxslist .aright {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sxslist .aright .box {
    width: calc((100% - 30px) / 2);
}

.sxslist .aright .box img {
    width: 100%;
}

.sxslist .box .img {
    overflow: hidden;
    border-radius: 10px;
}

.sxslist .box .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.sxslist .box {
    margin-bottom: 30px;
}

.content4 .more {
    width: 100%;
    margin: 60px auto;
    text-align: center;
}

.content4 .more a {
    display: inline-block;
}

.sxslist .box:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}


@media all and (min-width: 1080px) and (max-width: 1430px) {
    .header .nav li {
        margin-right: 0.07rem;
        font-size: .16rem;
    }

    .qyhzSlide .img2 {
        padding: 25px;
    }

    .content2-text {
        padding-top: 50px;
    }

    .qyhzSlide .text,
    .newlist .box .text {
        padding: 25px;
    }

    .qyhzSlide .name,
    .newlist .box .text .title {
        font-size: 18px;
    }

    .qyhzSlide .desc,
    .newlist .box .text .desc {
        font-size: 14px;
        line-height: 25px;
    }

    .column {
        padding: 50px 0 25px 0;
    }

    .column a {
        font-size: 22px;
    }

    .contact .codes .item p {
        font-size: 14px;
    }

    .jymxlist .box .name {
        font-size: 15px;
        flex-direction: column;
        align-items: flex-start;
    }

    .jymxlist .box .subname {
        font-size: 12px;
        margin: 5px 0 0 0;
    }

    .jymxlist .box .desc {
        font-size: 12px;
        text-align: left;
    }

    .jymxlist .box {
        margin-bottom: 30px;
    }

    .number {
        width: 100%;
        height: auto;
        padding: 5%;
    }

    .number .item .num {
        font-size: 20px;
    }

    .number .item .num span {
        font-size: 40px;
    }

    .jymxlist .box .name {
        align-items: center;
    }

    .jymxlist .box .desc {
        text-align: center;
    }
}

@media all and (max-width: 1180px) and (min-width: 768px) {

    .header .nav li {
        font-size: .14rem;
    }

    /* ----------- */

    .content1,
    .content2,
    .content3 {
        padding: 0 5%;
    }

    .column {
        padding: 45px 0 25px 0;
    }

    .column a {
        font-size: 22px;
    }

    .qyhzSlide .text,
    .newlist .box .text {
        padding: 15px;
        height: auto;
    }

    .qyhzSlide .name,
    .newlist .box .text .title {
        font-size: 18px;
    }

    .qyhzSlide .name img,
    .newlist .box .text .title img {
        max-width: 20px;
        margin-right: 10px;
    }

    .qyhzSlide .desc,
    .newlist .box .text .desc {
        font-size: 14px;
        line-height: 25px;
        margin-top: 10px;
    }

    .qyhzSlide .img2 {
        padding: 25px;
    }

    .content2-text {
        padding-top: 30px;
    }

    .content3 {
        margin-bottom: 25px;
    }
}

.aright .clearfix:hover {
    background: none !important;
}

.banlist {
    width: 100%;
    position: relative;
}

.banlist .swiper-pagination {
    width: 100%;
    position: absolute;
    bottom: 50px;
    text-align: center;
    z-index: 99;
}

.banlist .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: .5;
    margin: 0 5px;
    border-radius: 50%;
    background: #004680;
}

.banlist .swiper-pagination-bullet-active {
    opacity: 1;
}

/* ----- 3-13 ------ */

.content_jysp {
    box-sizing: border-box;
    padding: 0 8.3% 90px 8.3%;
    width: 100%;
    background: url(/img/content4Bg.jpg) center no-repeat;
    background-size: cover;
    margin-top: 50px;
}

.content_jysp .column a {
    color: #fff;
}

.jcsp_box {
    position: relative;
}

.scspSlide {
    width: 100%;
    box-sizing: border-box;
    padding: 0 12%;
    position: relative;
}

.jcsp_box .swiper-next,
.jcsp_box .swiper-prev {
    width: 57px;
    height: 57px;
    position: absolute;
    bottom: 10%;
    left: -5%;
    z-index: 99;
    cursor: pointer;
}

.jcsp_box .swiper-next {
    background: url(/img/sp-next.png) no-repeat;
    left: auto;
    right: -5%;
    background-size: cover;
}

.jcsp_box .swiper-prev {
    background: url(/img/sp-prev.png) no-repeat;
    background-size: cover;
}


.gallery-top {
    width: 100%;
    position: relative;
}

.gallery-top .swiper-slide .media-wrap {
    width: 100%;
    position: relative;
}

.gallery-top .swiper-slide .media-wrap .playback {
    width: 69px;
    height: 69px;
    background: url(/img/videoBtn.png) center no-repeat;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: calc((100% - 69px) / 2);
    top: calc((100% - 69px) / 2);
    z-index: 9;
    display: none;
}

.gallery-top .swiper-slide video {
    width: 100%;
}



.gallery-thumbs {
    margin-top: 35px;
}

.gallery-thumbs .swiper-slide {
    cursor: pointer;
    width: calc((100% - 60px) / 4);
    opacity: .5;
    box-sizing: border-box;
    padding: 6px;
    background: url(/img/sp-ico1.png) center top no-repeat;
    background-size: 100% 100%;
}

.gallery-thumbs .swiper-slide-thumb-active {

    opacity: 1;
}

.gallery-thumbs .swiper-slide .img {
    overflow: hidden;
}

.gallery-thumbs .swiper-slide .img img {
    width: 100%;
}

.gallery-thumbs .swiper-slide .title {
    width: calc(100% - 12px);
    position: absolute;
    bottom: 6px;
    left: 6px;
    background: rgba(0, 0, 0, 0.5);
    line-height: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    padding: 0 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

/* 就业新闻 */

.content_jyxw {
    box-sizing: border-box;
    padding: 0 8.3% 30px 8.3%;
    width: 100%;
    margin-top: 50px;
}

.mtbdlist {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.mtbdlist .box {
    width: calc((100% - 40px) / 2);
    margin-bottom: 40px;
    background: #EDF5FF;
}

.mtbdlist .box a {
    display: flex;
    flex-wrap: wrap;
}

.mtbdlist .box .img {
    aspect-ratio: 16/9;
    overflow: hidden;
}

.mtbdlist .box .img img {
    width: 100%;
    height: 190px;
    aspect-ratio: 16/9;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.mtbdlist .box .tt {
    flex: 1;
    box-sizing: border-box;
    padding: 30px 25px;
}

.mtbdlist .box .title {
    font-size: 18px;
    color: #000;
}

.mtbdlist .box .desc {
    line-height: 25px;
    height: 50px;
    color: #000000;
    opacity: .3;
    margin: 15px 0;
}

.mtbdlist .box .deter {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mtbdlist .box .dete {
    font-size: 13.5px;
    display: flex;
    align-items: center;
}

.mtbdlist .box .dete img {
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.mtbdlist .box .col {
    width: auto;
    height: 26px;
    line-height: 26px;
    background: #fff;
    text-align: center;
    padding: 0 15px;
    color: #063190;
}

.mtbdlist .box:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.mtbdlist .box:hover .title {
    font-weight: bold;
    color: #063190;
}

.mtbdlist .box:hover .col {
    background: #063190;
    color: #fff;
}

/* 实训相册 */

.sxslist {
    display: none;
}

.sxslist_new .info {
    display: flex;
    flex-wrap: wrap;
}

.sxslist_new .box {
    width: calc((100% - 100px) / 5);
    margin-right: 25px;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.sxslist_new .box:last-of-type {
    margin-right: 0;
}

.sxslist_new .box .img {
    overflow: hidden;
}

.sxslist_new .box .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.sxslist_new .box .tt {
    box-sizing: border-box;
    padding: 20px;
}

.sxslist_new .box .name {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.sxslist_new .box .more2 {
    margin: 25px 0 0 0;
}

.sxslist_new .box:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.sxslist_new .box:hover .name {
    color: #063190;
    font-weight: bold;
}

/* 校政企合作 */

.newSLide_new {
    position: relative;
}

.newSLide_new .swiper-slide .box {
    width: 100%;
}

.newSLide_new .swiper-next,
.newSLide_new .swiper-prev {
    width: 57px;
    height: 57px;
    position: absolute;
    top: 45%;
    left: -5%;
    z-index: 99;
    cursor: pointer;
}

.newSLide_new .swiper-next {
    background: url(/img/sp-next.png) no-repeat;
    left: auto;
    right: -5%;
    background-size: cover;
}

.newSLide_new .swiper-prev {
    background: url(/img/sp-prev.png) no-repeat;
    background-size: cover;
}

.newSLide_new .swiper-next:hover {
    background: url(/img/sp-next-on.png) no-repeat;
    background-size: cover;
}

.newSLide_new .swiper-prev:hover {
    background: url(/img/sp-prev-on.png) no-repeat;
    background-size: cover;
}

.jymxlist .swiper-next,
.jymxlist .swiper-prev {
    width: 57px;
    height: 57px;
    position: absolute;
    top: 45%;
    left: -5%;
    z-index: 99;
    cursor: pointer;
}

.jymxlist .swiper-next {
    background: url(/img/sp-next.png) no-repeat;
    left: auto;
    right: -5%;
    background-size: cover;
}

.jymxlist .swiper-prev {
    background: url(/img/sp-prev.png) no-repeat;
    background-size: cover;
}

.jymxlist .swiper-next:hover {
    background: url(/img/sp-next-on.png) no-repeat;
    background-size: cover;
}

.jymxlist .swiper-prev:hover {
    background: url(/img/sp-prev-on.png) no-repeat;
    background-size: cover;
}

#scrolltop {
    width: 64px;
    height: 64px;
    /* padding-top: 16px; */
    box-sizing: border-box;
    text-align: center;
    position: fixed;
    right: 25px;
    bottom: 20px;
    z-index: 100;
    cursor: pointer;
    background: #063190;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#scrolltop .iconfont {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url("/img/toTop.png") center no-repeat;
}

.rightFix {
    position: fixed;
    right: 0;
    top: 50%;
    background: #063190;
    display: flex;
    flex-direction: column;
    z-index: 999;
    width: 60px;
    border-radius: 10px 0 0 10px;
}

.rightFix a {
    width: 100%;
    font-size: 15px;
    color: #fff;
    text-align: center;
    display: block;
    line-height: 40px;
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
    border-radius: 10px;
}

.rightFix a.on {
    color: #bd9f68;
    font-weight: bold;
}

.rightFix a:hover {
    left: -15px;
    color: #bd9f68;
    font-weight: bold;
    background: #063190;
    transition: all 0.5s ease-in-out;
}

.jymxlist .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.jymxlist .swiper-slide {
    height: calc((100% - 30px) / 2) !important;
    margin-top: 0 !important;
}

.categorySlide {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 0 87px;
}

.categorySlide .swiper-slide {
    width: 100%;
    height: 75px;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #EAEAEA;
    display: flex;
    align-items: center;
    justify-content: center;
}

.categorySlide .swiper-slide img {
    width: 100%;
}

.categorySlide .swiper-next,
.categorySlide .swiper-prev {
    width: 22px;
    height: 53px;
    z-index: 13;
    cursor: pointer;
    position: absolute;
    left: 43px;
    bottom: calc((100% - 53px) / 2);
}

.categorySlide .swiper-next {
    background: url(/img/hzkh-next.png) no-repeat;
    left: auto;
    right: 43px;
    background-size: cover;
}

.categorySlide .swiper-prev {
    background: url(/img/hzkh-prev.png) no-repeat;
    background-size: cover;
}