/* 鍗囧浜偣涓撻? */
.header {
    position: absolute !important;
}

.content1 {
    width: 100%;
    box-sizing: border-box;
    padding: 0 8%;
    background: #f6f6f6;
}

.sxszSlide {
    display: flex;
    justify-content: space-between;
    background: #fff;
}

.sxszSlide .item {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.sxszSlide .ttext {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 45px;
    padding-bottom: 25px;
}

.sxszSlide .ttext .name {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    text-align: justify;
    color: #004680;
}

.sxszSlide .ttext .name img {
    position: relative;
    top: -3px;
    float: left;
    margin-right: 5px;
}

.sxszSlide .ttext .desc {
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    color: #9E9E9E;
    margin-top: 20px;
}

.sxszSlide .item1 .zztxImg {
    display: block;
}

.sxszSlide .zztxImg {
    text-align: center;
    box-sizing: border-box;
    padding: 45px;
    padding-top: 0;
    /* flex: 1; */
    display: flex;
    align-items: center;
    /* display: none; */
}

.sxszSlide .zztxImg img {
    width: 100%;
}

.sxszSlide .item2 .zztxImg {
    margin-top: 17%;
}

.column2 {
    width: 100%;
}

.sxszSlide .item:hover {
    box-shadow: 4px 18px 64px 0 rgba(0, 0, 0, 0.16);
}








.column {
    width: 100%;
    padding: 65px 0 45px 0;
}

.column .en {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #202020;
    opacity: .5;
}

.column .name {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #202020;
}



.column1 {
    width: 100%;
    padding: 65px 0 45px 0;
}

.column1 .en {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    opacity: .5;
}

.column1 .name {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
}




.sxszSlide .timg {
    width: 100%;
}

.sxszSlide .timg img {
    width: 100%;
    height: auto;
    max-height: 600px;
}

.content2 {
    width: 100%;
    box-sizing: border-box;
    padding: 0 8%;
}

.number {
    width: 100%;
    height: 300px;
    background: url(/images/numberBg.jpg) center no-repeat;
    background-size: cover;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    /* padding: 0 120px; */
    color: #fff;
}

.number .item {
    flex: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.number .item::before {
    content: '';
    width: 1px;
    height: 150px;
    background: rgba(255, 255, 255, .2);
    display: inline-block;
    position: absolute;
    right: 0;
    top: 15px;
}

.number .item:last-child::before {
    display: none;
}

.number .xian {
    width: 1px;
    height: 150px;
    background: rgba(255, 255, 255, .2);
    display: inline-block;
    display: none;
}

.number .item .ico img {
    max-height: 65px;
}

.number .item .desc {
    font-size: 20px;
    text-align: center;
    opacity: .5;
}

.number .item .num {
    font-size: 18px;
    color: #00eefd;
    margin: 10px 0 5px 0;
}

.number .item .num span {
    font-size: 30px;
    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;
    text-align: justify;
    color: #9E9E9E;
    margin: 30px 0;
}

.content3 {
    width: 100%;
    box-sizing: border-box;
    padding: 0 8%;
}

.sxbylist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.sxbylist .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.sxbylist .swiper-slide {
    height: calc((100% - 30px) / 2) !important;
    margin-top: 0 !important;
}

.sxbylist .box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 70px;
    margin-right: 82px;
}

.sxbylist .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);
}

.sxbylist .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;
}

.sxbylist .box:hover .img .dd {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.sxbylist .box .img img {
    width: 100%;
    aspect-ratio: 1/1;
    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;
}

.sxbylist .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);
}

.sxbylist .box .name {
    font-size: 24px;
    color: #202020;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin: 15px 0 10px 0;
}

.sxbylist .box .sub {
    color: #9E9E9E;
    font-size: 16px;
    margin-left: 10px;
}

.sxbylist .box .desc {
    color: #9E9E9E;
    font-size: 16px;
    width: 100%;
    text-align: center;
}

.sxbylist .box5,
.sxbylist .box10 {
    margin-right: 0;
}

.content4 .img img {
    width: 100%;
}

.content4 .more {
    text-align: center;
    margin: 55px 0 80px 0;
}

.content4 .more a {
    display: inline-block;
}

@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;
    }

    .sxszSlide .ttext {
        padding: 25px;
    }

    .sxszSlide .ttext .name,
    .newlist .box .text .title {
        font-size: 18px;
    }

    .sxszSlide .ttext .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;
    }

    .sxbylist .box .name {
        font-size: 16px;
        align-items: flex-start;
    }

    .sxbylist .box .sub {
        font-size: 13px;
        margin: 5px 0 0 5px;
    }

    .sxbylist .box .desc {
        font-size: 12px;
        text-align: left;
    }

    .sxbylist .box {
        margin-bottom: 30px;
    }

    .number {
        width: 100%;
        height: auto;
        padding: 5%;
    }

    .number .item .num {
        font-size: 20px;
    }

    .number .item .num span {
        font-size: 26px;
    }

    .sxbylist .box .name {
        align-items: center;
    }

    .sxbylist .box .desc {
        text-align: center;
    }

    .sxszSlide .ttext .name img,
    .newlist .box .text .title img {
        position: relative;
        width: 26px;
        top: 3px;
    }
}

@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;
    }

    .sxszSlide .name,
    .newlist .box .text .title {
        font-size: 18px;
    }

    .sxszSlide .ttext .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;
    }
}

.banlist {
    width: 100%;
    position: relative;
}

.banlist .swiper-slide a {
    display: inline-block;
    width: 100%;
}

.banlist .swiper-pagination {
    bottom: 20px;
    width: 100%;
    text-align: center;
}

.banlist .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    margin: 0 5px;
    opacity: .6;
}



/* ----- 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;
}

.scspSlide {
    width: 100%;
    box-sizing: border-box;
    padding: 0 12%;
    position: relative;
}

.jcsp_box {
    width: 100%;
    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;
}

.jcsp_box .swiper-next:hover {
    background: url(/img/sp-next-on.png) no-repeat;
    background-size: cover;
}

.jcsp_box .swiper-prev:hover {
    background: url(/img/sp-prev-on.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;
}

.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: 18px;
    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;
}

/* ---------------------- */

.content4 {
    width: 100%;
    box-sizing: border-box;
    padding: 0 8%;
    margin-bottom: 80px;
}

.sxhjBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sxhjBox .left,
.sxhjBox .right {
    width: calc((100% - 20px) / 2);
}

.sxhjBox .left .box {
    width: 100%;
}

.sxhjBox .box .img {
    overflow: hidden;
}

.sxhjBox .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;
}

.sxhjBox .right {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
}

.sxhjBox .right .box {
    width: calc((100% - 20px) / 2);
}

.sxhjBox .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);
}

.yxklist {
    width: 100%;
    position: relative;
}

.yxklist .info {
    display: flex;
    flex-wrap: wrap;
}

.yxklist .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.yxklist .swiper-slide {
    height: calc((100% - 30px) / 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.yxklist .box {
    width: 100%;
    margin-right: 20px;
    margin-bottom: 20px;
}

.yxklist .box7,
.yxklist .box14 {
    margin-right: 0;
}

.yxklist .box .img {
    overflow: hidden;
}

.yxklist .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;
}

.yxklist .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);
}

.yxklist .swiper-next,
.yxklist .swiper-prev {
    width: 57px;
    height: 57px;
    position: absolute;
    top: 45%;
    left: -5%;
    z-index: 99;
    cursor: pointer;
}

.yxklist .swiper-next {
    background: url(/img/sp-next.png) no-repeat;
    left: auto;
    right: -5%;
    background-size: cover;
}

.yxklist .swiper-prev {
    background: url(/img/sp-prev.png) no-repeat;
    background-size: cover;
}

.yxklist .swiper-next:hover {
    background: url(/img/sp-next-on.png) no-repeat;
    background-size: cover;
}

.yxklist .swiper-prev:hover {
    background: url(/img/sp-prev-on.png) no-repeat;
    background-size: cover;
}


.sxbylist .swiper-next,
.sxbylist .swiper-prev {
    width: 57px;
    height: 57px;
    position: absolute;
    top: 45%;
    left: -5%;
    z-index: 99;
    cursor: pointer;
}

.sxbylist .swiper-next {
    background: url(/img/sp-next.png) no-repeat;
    left: auto;
    right: -5%;
    background-size: cover;
}

.sxbylist .swiper-prev {
    background: url(/img/sp-prev.png) no-repeat;
    background-size: cover;
}

.sxbylist .swiper-next:hover {
    background: url(/img/sp-next-on.png) no-repeat;
    background-size: cover;
}

.sxbylist .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;
}

.col-more {
    width: 182px;
    height: 55px;
    text-align: center;
    border-radius: 10000px;
    background: #063190;
    margin: 0 auto;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.col-more a {
    font-size: 18px;
    color: #202020;
}

/* ---- 4-28 ------ */

.yxk_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: #EDF5FF;
    margin-bottom: 40px;
}

.yxk_box .yxk_text {
    width: 50%;
    width: 50%;
    box-sizing: border-box;
    padding: 45px;
    border-right: 1px solid rgba(216, 216, 216, .5);
}

.yxk_box .yxk_text .desc {
    font-size: 18px;
    line-height: 40px;
    color: #333;
    text-align: justify;
}

.yxk_box .yxk_btn {
    width: 50%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.yxk_box .yxk_btn img {
    height: 85px;
}

.yxk_box .yxk_btn p {
    text-align: center;
    font-size: 18px;
    color: #063190;
    font-weight: bold;
    margin-top: 10px;
}

.yxk_box .yxk_btn p br {
    display: none;
}

.yxk_box .yxk_btn a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.topLink {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: 7px;
    color: #fff;
    z-index: 99;
    box-sizing: border-box;
    padding-right: 30px;
}

.topLink a {
    color: #fff;
}

.topLink span {
    margin: 0 5px;
}

.topLink .search {
    margin-left: 20px;
}



















