@media screen and (max-width:1800px) {
    .part04::after {
        left: -3%;
    }
}

@media screen and (max-width:1704px) {
    header {
        padding: 0 40px;
    }
    .logo {
        width: 28%;
    }
    .navBox ul li>a {
        padding: 0 0;
    }
    .logo {
        margin-right: 40px;
    }
}

@media screen and (max-width:1600px) {
    .part04::after {
        left: -8%;
    }
    .scrollTop {
        width: 60px;
        height: 60px;
        right: 0px;
    }
    .scrollTop h6 {
        display: none;
    }
    .scrollTop img {
        width: 40%;
    }
}

@media screen and (max-width:1500px) {
    .navBox ul li>a.active::after {
        height: 4px;
        max-width: 60px;
    }
    .navBox ul li>a {
        font-size: 20px;
    }
    .seaBtn {
        margin-right: 20px;
    }
    .center {
        width: 1350px;
    }
     :root {
        --side-width: calc((100% - 1350px) / 2);
    }
    .newsTit h1 b {
        font-size: 30px;
    }
    .newsTit h1 span {
        font-size: 24px;
    }
    .newsTxt p {
        -webkit-line-clamp: 3;
        margin: 10px 0;
    }
    .jyxmBox i {
        width: calc(50% - 40px);
        margin-left: 40px;
    }
    .noticeCon a h6,
    .newsTxt a.h1,
    .academicCon a .academTxt h6,
    .stuMinCon h6,
    .link dl dd a,
    .contactCon p,
    .fastIcon p,
    .report a .reportShadow p,
    .rightMin a,
    .jyxm03Con>a h5 {
        font-size: 17px;
    }
    .jyxm03Con>a span {
        font-size: 15px;
    }
    .brandBanner .swiper-slide p {
        font-size: 18px;
    }
    .fastIcon {
        width: 74px;
    }
    .part04::after {
        top: 10%;
    }
    .contentLeftTit {
        font-size: 24px;
    }
}

@media screen and (max-width:1440px) {
    .center {
        width: 1300px;
    }
     :root {
        --side-width: calc((100% - 1300px) / 2);
    }
    .jyxmCon a {
        margin-top: 10px;
    }
    .part04::after {
        content: none;
    }
    .scrollTop {
        width: 50px;
        height: 50px;
        right: 0px;
    }
    .teacherList {
        grid-gap: 0 18px
    }
    .reaL-item .rea-item-txt h6 {
        font-size: 14px;
    }
    .reaL-item .rea-item-txt span {
        font-size: 12px;
    }
}

@media screen and (max-width:1380px) {
    .center {
        width: 1200px;
    }
    .zsCon:after {
        display: none;
    }
    .zsContent {
        padding: 30px;
    }
    .navBox ul li>a {
        font-size: 18px;
    }
    .seaBtn {
        margin-right: 10px;
    }
    .contentLeft {
        padding-right: 40px;
    }
    .reaLCon {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width:1280px) {
    .center {
        width: 1100px;
    }
    .teacherList {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (max-width:1200px) {
    .center {
        width: 100%;
        padding: 0 40px;
    }
    .banner .swiper-slide,
    .banner .paginationCenter {
        width: 100%;
    }
    .rightMin a {
        height: 130px;
    }
}

@media screen and (max-width:1100px) {
    .contentLeftCon ul li dd>a.active {
        background-position: left center;
    }
    .contentLeft {
        padding-right: 20px;
    }
    .contentRight {
        padding-left: 30px;
        padding-right: 30px;
    }
    .contentLeftTit::before {
        content: none;
    }
    .contentLeftTit {
        padding-left: 0;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25)
    }
    .relativeR {
        width: 240px;
    }
}

@media screen and (max-width: 992px) {
    .center {
        padding: 0 20px;
    }
    header {
        display: none;
    }
    .moblieTop {
        display: flex;
        align-items: center;
    }
    .part01con01 {
        flex-direction: column;
    }
    .news,
    .notice {
        width: 100%;
    }
    .notice {
        margin-top: 30px;
    }
    .academicCon a i {
        width: 180px;
        height: 132px;
        transform: none;
    }
    .academicCon a {
        padding-left: 0;
    }
    .academicCon a .academTxt {
        padding-left: 15px;
    }
    .jyxmBox {
        flex-direction: column;
    }
    .jyxmCon {
        width: 100%;
    }
    .jyxmBox i {
        display: none;
        width: 60%;
        margin: 0 auto;
        margin-top: 30px;
    }
    .brandNav .swiper-button-prev,
    .brandNav .swiper-button-next {
        width: 50px;
        height: 50px;
    }
    .video {
        flex-direction: column;
    }
    .leftVid,
    .rightMin {
        width: 100%;
    }
    .rightMin {
        padding-left: 0;
        margin-top: 30px;
    }
    .rightMin a {
        background: #AE0C2A;
        height: auto;
    }
    .rightMin a h6 {
        color: #fff;
    }
    .rightMin a:hover {
        background: #AE0C2A;
    }
    .stuCon {
        grid-template-columns: repeat(1, 1fr);
    }
    .stuBig {
        height: 320px;
    }
    /* 二级页面 */
    .contentLeft {
        display: none;
    }
    .contentRight {
        padding-left: 20px;
        padding-right: 20px;
    }
    .contactMess {
        padding-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .foot-fast {
        display: none;
    }
    .foot-mess .center {
        flex-direction: column;
    }
    .link,
    .contact {
        width: 100%;
    }
    .fotTit {
        background: none;
        padding: 0;
    }
    .link {
        margin-bottom: 20px;
    }
    .link dl,
    .contactCon {
        padding-top: 20px;
    }
    .contactCon,
    .link dl {
        gap: 10px;
    }
    .part01,
    .part02,
    .part03,
    .part04,
    .part05,
    .part06 {
        padding: 30px 0;
    }
    .part06 {
        padding-bottom: 60px;
    }
    .foot-mess {
        padding: 30px 0;
    }
    .footer {
        margin-top: -40px;
        padding-top: 40px;
    }
    .newsTit h1 b {
        font-size: 24px;
    }
    .newsBanner .swiper-slide {
        flex-direction: column;
        height: auto;
    }
    .newsBanner {
        height: auto;
    }
    .newsBanner .swiper-slide>a {
        width: 100%;
        height: 200px;
    }
    .newsTxt,
    .newsConList {
        padding: 10px;
    }
    .part01con02 {
        padding-top: 0;
    }
    .academicCon {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    .academicCon a i {
        height: 140px;
        height: 100px;
    }
    .academicCon a {
        flex-direction: column;
        gap: 15px;
        padding: 10px;
    }
    .academicCon a .academTxt {
        padding: 0;
    }
    .academicMore {
        margin: 20px auto 0 auto;
    }
    .zsTit {
        margin: 20px 0;
    }
    .zsTit ul li {
        height: 50px;
    }
    .zsTit ul li+li {
        margin-left: 10px;
    }
    .zsTit ul li h6 {
        padding: 0;
    }
    .zsTit ul li:hover h6,
    .zsTit ul li.active h6 {
        background: none;
    }
    .zsContent {
        padding: 15px;
    }
    .brandBanner {
        margin-top: 20px;
    }
    .leftVid {
        padding: 10px;
    }
    .vidCover {
        width: calc(100% - 20px);
        height: calc(100% - 20px);
        position: absolute;
        top: 10px;
        left: 10px;
    }
    .rightMin {
        margin-top: 10px;
    }
    .vidTit ul li {
        width: 50%;
        padding: 10px 0;
    }
    .report {
        grid-template-columns: repeat(2, 1fr);
    }
    .report a:nth-child(2n) {
        transform: none;
    }
    .reaCon {
        padding: 30px 0;
    }
    .brandBanner .swiper-slide,
    .brandNav {
        width: 88%;
    }
    .brandNav .swiper-button-prev,
    .brandNav .swiper-button-next {
        width: 40px;
        height: 40px;
    }
    .brandNav .swiper-button-prev {
        left: 0;
    }
    .brandNav .swiper-button-next {
        right: 0;
    }
    /* 二级页面 */
    .videoListCon a .videoTxt {
        padding: 10px;
        height: auto;
    }
    .videoListCon a:hover .videoTxt {
        height: auto;
    }
    .teacherList {
        grid-template-columns: repeat(3, 1fr);
    }
    .reaLCon {
        grid-template-columns: repeat(1, 1fr);
    }
    .relativeR {
        width: 44%;
    }
    .tea-basecon h1 {
        font-size: 24px;
    }
    .tea-basecon {
        padding: 40px 20px;
    }
    .adv {
        padding-bottom: 28%;
    }
    .leader-name {
        flex-direction: column;
        gap: 10px;
    }
}

@media screen and (max-width: 554px) {
    .banner {
        padding-bottom: 44%;
    }
    .banner .paginationCenter .swiper-pagination {
        justify-content: center;
        bottom: 10px;
    }
    .banner .swiper-button-next,
    .banner .swiper-button-prev {
        display: none;
    }
    .banner .bannerTxt {
        display: none;
    }
    .report {
        grid-gap: 10px;
    }
    .report a .reportShadow {
        height: 160px;
    }
    .reaTit ul {
        justify-content: flex-start;
    }
    .reaTit ul li {
        width: 20%;
        margin-right: 10px;
        padding: 10px 0;
    }
    .stuMin a {
        flex-direction: column;
    }
    .stuMin a+a {
        border-top: 1px solid #e8e8e8
    }
    .stuMinCon {
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
    }
    /* 二级页面 */
    .videoListCon {
        grid-template-columns: repeat(1, 1fr);
    }
    .contentRightTit {
        flex-direction: column;
    }
    .contentRightTit h1 {
        margin-bottom: 10px;
    }
    .teacherList {
        grid-template-columns: repeat(1, 1fr);
    }
    .teacherList a {
        width: 76%;
        margin: 0 auto;
    }
    .listImgCon>a {
        flex-direction: column;
        padding: 0;
        margin-bottom: 20px;
    }
    .listImgCon>a>i {
        margin: 0 auto;
    }
    .listImgCon>a .listImgTxt {
        width: 100%;
        padding-left: 0;
        padding: 15px 0;
    }
    .listImgCon>a .listImgTxt p {
        height: auto;
        transition: 0s;
    }
    .listImgCon>a:hover {
        background: #AE0C2A;
        padding: 10px;
        transition: 0s;
    }
    .listCon a h6 {
        padding: 10px;
        width: 100%;
        margin-left: 0;
    }
    .listCon a span {
        position: static;
        transform: none;
    }
    .listCon a {
        flex-direction: column;
    }
    .leaderItem {
        flex-direction: column;
    }
    .leader-img {
        margin-bottom: 20px;
    }
    .contactMess {
        flex-direction: column;
    }
    .contactMessL,
    .contactMessR {
        width: 100%;
    }
    .contactMessR {
        padding-left: 0;
    }
    .contactMessL {
        top: 0;
    }
    .contactMessL {
        padding: 30px 40px
    }
    .articleTit .author {
        flex-direction: column;
        align-items: center;
    }
    .articleTit .author span {
        padding: 2px 0;
    }
    .teacher-base {
        flex-direction: column;
    }
    .tea-basecon {
        padding: 20px;
    }
    .tea-pic {
        margin: 0 auto;
    }
    .reaTit {
        margin-top: 20px;
    }
    .tea-relative {
        flex-direction: column;
    }
    .relativeR {
        width: 100%;
    }
    .relativeL {
        padding-right: 0;
    }
}