.ksttlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ksttlist .box {
    width: calc((100% - 80px) / 5);
    height: 150px;
    background: #f9f9f9;
    margin-bottom: 20px;
    position: relative;
}

.ksttlist .box::before {
    content: '';
    background: url(../img/kjtdBg.jpg) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.ksttlist .box:hover::before {
    width: 100%;
}

.ksttlist .box a {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 9;
}

.ksttlist .box .title {
    font-size: 20px;
    color: #151515;
    margin-top: 10px;
    transition: all 0.5s ease-in-out;
}

.ksttlist .box .font_family {
    font-size: 36px;
    background: linear-gradient(to right, #29bed1, #2c7fcc);
    -webkit-background-clip: text;
    color: transparent;
    transition: all 0.5s ease-in-out;
}


.ksttlist .box:hover .title {
    color: #fff;
    transition: all 0.5s ease-in-out;
}

.ksttlist .box:hover .font_family {
    transition: all 0.8s ease-in-out;
    color: #fff;
    transform: rotateZ(20deg);
}


.countSlide .swiper-slide::after {
    content: '';
    background: url(../img/shjjBg.jpg) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.countSlide .swiper-slide a {
    position: relative;
    z-index: 9;
}

.countSlide .swiper-slide:hover::after {
    width: 100%;
}

.content5 {
    margin: 0;
}

.ztzllist .box.box3,
.ztzllist .box.box4 {
    margin-bottom: 0;
}

.content1x {
    background: #f6f8fa;
}

.news {
    background: #fff;
    /* height: 610px; */
    z-index: 99;
    box-shadow: 0px 0px 3px 3px rgb(0 0 0 / 1%);
    box-sizing: border-box;
    padding: 40px;
    margin-top: -50px;
    position: relative;
}

.newscot {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newscot .item {
    width: calc((100% - 90px) / 4);
    height: 195px;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 3%);
    box-sizing: border-box;
    padding: 25px 20px;
    background: url(../img/newli-ico.png) left top no-repeat;
    position: relative;
}

.newscot .item1,
.newscot .item2 {
    display: none
}


.newscot .item::after {
    content: '';
    background: url(../img/newli-bg.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.newscot .item a {
    height: 100%;
    position: relative;
    z-index: 9;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.newscot .item:hover::after {
    width: 100%;
}


.newscot .item .title {
    font-size: 16px;
    line-height: 25px;
    height: 25px;
    color: #151515;
    transition: all 0.3s ease-in-out;
}

.newscot .item:hover .title {
    font-weight: bold;
}

.newscot .item .desc {
    color: #333334;
    opacity: .5;
    line-height: 20px;
    height: 40px;
    margin: 15px 0 20px 0;
    transition: all 0.3s ease-in-out;
}

.newscot .item .dete {
    color: #151515;
    opacity: .5;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.newscot .item .dete .ico {
    width: 17px;
    height: 17px;
    display: inline-block;
    background: url(../img/dete-ico.png) no-repeat;
    margin-right: 5px;
    transition: all 0.3s ease-in-out;
}

.newscot .item:hover .title,
.newscot .item:hover .desc,
.newscot .item:hover .dete {
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.newscot .item:hover .dete .ico {
    background: url(../img/dete-ico-on.png) no-repeat;
    transition: all 0.3s ease-in-out;
}

.newsltop {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newsltop .item {
    width: calc((100% - 30px) / 2);
    position: relative;
}

.new-slide .swiper-slide a {
    width: 100%;
}

.new-slide .swiper-slide .img {
    overflow: hidden;
}

.new-slide .swiper-slide .img img {
    width: 100%;
    height: 370px;
    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;
}

.new-slide .swiper-slide .title {
    position: absolute;
    bottom: 0;
    height: 50px;
    line-height: 50px;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    padding: 0 20px;
}

.new-slide .swiper-pagination {
    position: absolute;
    width: auto;
    right: 20px;
    left: auto;
    bottom: 14px;
}

.new-slide .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
}

.new-slide .swiper-pagination-bullet-active {
    opacity: 1;
}

.new-slide .swiper-slide: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);
}











.new-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.new-item .item {
    width: calc((100% - 30px) / 2);
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 3%);
}

.new-item .item .img {
    overflow: hidden;
}

.new-item .item .img img {
    width: 100%;
    height: 170px;
    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;
}

.new-item .item .text {
    background: #fff;
    box-sizing: border-box;
    padding: 30px 20px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.new-item .item .title {
    font-size: 16px;
    line-height: 25px;
    height: 25px;
    color: #151515;
    transition: all 0.3s ease-in-out;
}


.new-item .item .desc {
    color: #151515;
    opacity: .5;
    line-height: 20px;
    height: 40px;
    margin: 15px 0;
    transition: all 0.3s ease-in-out;
}

.new-item .item .dete {
    display: flex;
    align-items: center;
}

.new-item .item .dete span {
    color: #151515;
    opacity: .5;
}

.new-item .item .dete .ico {
    width: 17px;
    height: 17px;
    display: inline-block;
    background: url(../img/dete-ico.png) no-repeat;
    margin-right: 5px;
    transition: all 0.3s ease-in-out;
}

.new-item .item2 a {
    display: flex;
    flex-direction: column-reverse;
}

.new-item .item: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);
}

.new-item .item:hover .title {
    color: #0062b2;
    transition: all 0.3s ease-in-out;
}

.new-item .item:hover .desc,
.new-item .item:hover .dete span {
    opacity: .7;
}

/* --- */

.navigation {
    background: #fff;
}

.subText {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 222px;
    background: url(../img/subTextBg.png) center no-repeat;
    background-size: 100% 100%;
    z-index: 99;
    display: flex;
    box-sizing: border-box;
    padding: 30px;
    transition: all 0.5s ease-in-out;
    /* display: none; */
    opacity: 0;
    visibility: hidden;
}

.subText.active {
    transition: all 0.5s ease-in-out;
    opacity: 1;
    visibility: unset;
}


.subText .suba {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 33.5%;
}

.subText .suba .li {
    margin-right: 45px;
    margin-bottom: 35px;
    line-height: normal;
}

.subText .suba a {
    color: #4f4f4f;
}

.subText .suba .li:hover a {
    color: #2c7fcc;
}

.subText .text {
    width: 44%;
    box-sizing: border-box;
    padding: 0 30px;
    border-left: 1px solid #cfdbe8;
}

.subText .text .desc {
    line-height: 25px;
    height: 150px;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.subText .img {
    width: 22.5%;
}

.subText .img img {
    width: 100%;
    height: 162px;
}

/* --- */

.headerfix {
    width: 100%;
    height: 120px;
    position: fixed;
    top: -120px;
    /* opacity: 0; */
    left: 0;
    background: rgba(0, 98, 178, .8);
    background: url(../img/heafixBg.png) center no-repeat;
    background-size: cover;
    transition: all 0.5s ease-in-out;
    display: none;
    z-index: 1000;
}

.headerfix .search {
    top: 20px;
}

.headerfix .search-in {
    width: 210px;
    height: 35px;
    border-radius: 20px;
}

.headerfix .container {
    position: relative;
}

.headerfix .fix {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headerfix .fix .logo {
    width: 20%;
}

.headerfix .fix .logo img {
    height: 62px;
}

.headerfix .fix-nav {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.fixnav {
    display: flex;
    margin-top: 20px;
}

.fixnav .nli {
    margin-left: 35px;
    line-height: 56px;
}

.fixnav .subText {
    top: 99%;
}

.fixnav h3 {
    font-weight: normal;
}

.fixnav h3 a {
    color: #fff;
    font-size: 16px;
}

.fixnav .nli.on h3 a {
    font-weight: bold;
}

#scrolltop {
    position: fixed;
    right: 25px;
    bottom: 20px;
    z-index: 100;
    text-align: center;
}



#scrolltop .icon {
    cursor: pointer;
    background: #0062b2;
    padding: 15px 10px;
    border-radius: 10px;
    border: 1px solid #fff;
}

#scrolltop .icon img {
    width: 32px;
}


.searchRes {
    margin-top: 70px;
}

/* --- */

.picTab {
    display: flex;
    justify-content: space-between;
}

.picTab .imgs {
    width: 66%;
}

.picTab .imgs .img {
    display: none;
    overflow: hidden;
}

.picTab .imgs .img.on {
    display: block;
}

.picTab .imgs .img img {
    width: 100%;
    height: 490px;
}


.picTab .list {
    width: 34%;
    box-sizing: border-box;
    padding-left: 30px;
}

.picTab .list li {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
    padding: 17px 0;
    transition: all 0.5s ease-in-out;
    position: relative;
    left: 0;
}

.picTab .list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.picTab .list li .title {
    font-size: 16px;
    color: #333;
    line-height: 25px;
    height: 50px;
}

.picTab .list li .desc {
    display: none;
    color: #333;
    opacity: .5;
    line-height: 25px;
    height: 25px;
}

.picTab .list li .dete {
    width: 94px;
    height: 60px;
    background: url(../img/deteBg.png) left no-repeat;
}

.picTab .list li .text {
    flex: 1;
    box-sizing: border-box;
    padding-left: 15px;
}

.picTab .list li.last {
    border: none;
}

.picTab .list li .d {
    color: #fff;
    font-size: 24px;
    /* font-weight: bold; */
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.picTab .list li .d span {
    width: 15px;
    display: inline-block;
    height: 1px;
    background: #fff;
    opacity: .5;
    margin-right: 12px;
}

.picTab .list li .y {
    color: #fff;
    padding-left: 10px;
    opacity: .5;
}

.picTab .list li.on {
    background: #fff;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
    position: relative;
    left: -50px;
    width: calc(100% + 50px);
    transition: all 0.5s ease-in-out;
}

.picTab .list li.on .title {
    height: 25px;
    -webkit-line-clamp: 1;
}

.picTab .list li.on .desc {
    display: -webkit-box;
}


/* -- */
.picslide2 {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    margin-bottom: 60px;
    max-width: 1400px;
    margin: 0 auto;
}

.picslide2 .swiper-wrapper {
    position: relative;
    left: 18%;
}

.picslide2 .swiper-slide {
    width: 845px;
}

.picslide2 .swiper-slide .img {
    overflow: hidden;
}

.picslide2 .swiper-slide .img img {
    width: 100%;
    height: 470px;
    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;
}

.picslide2 .swiper-slide .title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    box-sizing: border-box;
    padding: 0 20px;
    position: absolute;
    bottom: 0;
    z-index: 99;
    opacity: 0;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    transition: all 0.5s ease-in-out;
}


.picslide2 .swiper-slide-active .title {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.picslide2 .swiper-slide-active: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);
}

.picslide2 .swiper-pagination {
    text-align: right;
    box-sizing: border-box;
    padding-right: 14%;
}

.picslide2 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
}

.picslide2 .swiper-pagination-bullet-active {
    background: #fff;
}

.picslide2 .swiper-next,
.picslide2 .swiper-prev {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #0062b2;
    position: absolute;
    top: calc((100% - 60px) / 2);
    z-index: 99;
    border-radius: 50%;
    cursor: pointer;
}

.picslide2 .swiper-next {
    right: 16%;
}

.picslide2 .swiper-prev {
    left: 16%;
}

/* 学院简介 */

.con-xxjj .item1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.con-xxjj .item1 .left {
    width: 52.3%;
}

.con-xxjj .item1 .right {
    width: 44%;
}

.con-xxjj .item .desc {
    font-size: 20px;
    color: #2e2e2e;
    line-height: 40px;
    text-align: justify;
}

.con-xxjj .item .img img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.ztzllist .swiper-pagination {
    text-align: center;
    position: unset;
}

.ztzllist .swiper-pagination-bullet {
    width: 26px;
    height: 8px;
    opacity: 1;
    margin: 0 3px;
    background: #d0d0d0;
    border-radius: 5px;
}

.ztzllist .swiper-pagination-bullet-active {
    background: #0062b2;
}


/* - 手机 快速通道- */

.mbksttlist {
    display: none;
}

.mbksttlist .swiper-slide {
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #f9f9f9;
    position: relative;
}

.mbksttlist .box .font_family {
    font-size: 22px;
    background: linear-gradient(to right, #29bed1, #2c7fcc);
    -webkit-background-clip: text;
    color: transparent;
    transition: all 0.5s ease-in-out;
}

.mbksttlist .box .title {
    font-size: 16px;
    color: #151515;
    margin-top: 10px;
    transition: all 0.5s ease-in-out;
}

.mbksttlist .box a {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 9;
}

.mbksttlist .swiper-pagination {
    text-align: center;
    margin-top: 20px;
    position: unset;
    width: 100%;
}

.mbksttlist .swiper-pagination-bullet {
    width: 12px;
    height: 4px;
    opacity: 1;
    background: #d0d0d0;
    border-radius: 5px;
}

.mbksttlist .swiper-pagination-bullet-active {
    background: #0062b2;
}

.ztzllist {
    position: relative;
}

.ztzllist .swiper-next-zt,
.ztzllist .swiper-prev-zt {
    display: none;
    position: absolute;
    top: calc((100% - 40px) / 2);
    z-index: 99;
    background: #fff;
    width: 20px;
    height: 40px;
    line-height: 40px;
    background: #0062b2;
    text-align: center;
}

.ztzllist .swiper-next-zt {
    right: 0;
}

.ztzllist .swiper-prev-zt {
    left: 0;
}

.ztzluplist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ztzluplist .box {
    width: calc((100% - 15px) / 2);
    margin-bottom: 15px;
}

.ztzluplist .box .img {
    overflow: hidden;
}

.ztzluplist .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;
}

.ztzluplist .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);
}


/* -- */

.con-ztlist {
    border: none;
}

.textlist .ztlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.textlist .ztlist li {
    width: calc((100% - 40px) / 2);
    box-sizing: border-box;
    padding: 15px 0;
    border-bottom: 1px solid #f2f2f2;
}

.textlist .ztlist li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.textlist .ztlist li .title {
    color: #414141;
    line-height: 30px;
    height: 30px;
    transition: all 0.3s ease-in-out;
    width: calc(100% - 90px);
}

.textlist .ztlist li .dete {
    width: 90px;
    text-align: right;
    color: #333334;
    line-height: 25px;
    opacity: .5;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}

.textlist .ztlist li:hover {
    border-bottom: 1px solid #0062b2;
}

.textlist .ztlist li:hover a {
    left: 5px;
    transition: all 0.5s ease-in-out;
}

.textlist .ztlist li:hover .title {
    color: #0062b2;
}

.textlist .ztlist li:hover .dete {
    opacity: .7;
}