@charset "utf-8";

/* CSS Document */

/* 全局字体设置 */
html,
body {
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
}

.Banner {
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.Banner .Banner-dots {
    position: absolute;
    right: 3.125em;
    bottom: 2.25em;
    overflow: hidden;
    width: auto;
    left: auto;
}

.Banner .swiper-slide-active .slick-img {
    transition: transform 6000ms linear 0s;
    /*-moz-transform: scale(1.1);-webkit-transform: scale(1.1);-o-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);*/
    height: 100vh;
}

.Banner .swiper-button-prev,
.Banner .swiper-button-next {
    width: 3.125em;
    height: 3.125em;
    text-align: center;
    line-height: 3.125em;
    display: block;
    background-color: rgba(0, 62, 120, 0.55);
    font-size: 1.875rem;
    border-radius: 50%;
    opacity: 0.1;
    transition: opacity .35s ease-out;
}

.Banner:hover .swiper-button-prev,
.Banner:hover .swiper-button-next {
    opacity: 1;
}

/*.Banner a::after{content: '';position: absolute;width: 100%;bottom: 0em;height: 13.75em;z-index: 9;background: url(../images/bg1.png) repeat-x;}*/

.Banner a {
    display: block;
    position: relative;
}

.Banner a .title {
    width: 60%;
    color: #fff;
    position: absolute;
    left: calc(50% - 43.75em);
    bottom: 2.5em;
    font-weight: bold;
    z-index: 10;
    font-weight: normal;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    background: url(../images/dot.png) no-repeat;
    width: 1.875em;
    height: 1em;
    border-radius: 0;
    box-shadow: none;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-position: 0 -1em;
}

.slick-img {
    height: calc(57.5em);
    display: block;
    background-size: cover;
    background-position: center;
    /* background-attachment: fixed; */
}

.slick-img video {
    width: 100%;
}

.slick-txt {
    position: absolute;
    left: 0;
    bottom: 10%;
    width: 100%;
}

.slick-txt p {
    color: #fff;
    position: relative;
    padding-top: 1.875em;
}

.slick-txt p::before {
    content: '';
    width: 8.75em;
    height: 0.062em;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
}

@-webkit-keyframes scaleBig {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

@keyframes scaleBig {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: translate(0, -0.312em);
        transform: translate(0, -0.312em);
    }

    50% {
        -webkit-transform: translate(0, 0.312em);
        transform: translate(0, 0.312em);
    }

    100% {
        -webkit-transform: translate(0, -0.312em);
        transform: translate(0, -0.312em);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: translate(0, -0.312em);
        transform: translate(0, -0.312em);
    }

    50% {
        -webkit-transform: translate(0, 0.312em);
        transform: translate(0, 0.312em);
    }

    100% {
        -webkit-transform: translate(0, -0.312em);
        transform: translate(0, -0.312em);
    }
}




.content {
    z-index: 2;
    width: 100%;
    top: 100%;
    transition: top .7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
}

.content.auto {
    overflow-y: auto;
    z-index: 100;
}

/*广商新闻*/
.wrap_mode1 {
    margin: 3.75em 0;
    background: url(../images/modebg1.png) no-repeat right bottom;
    overflow: hidden;
}

.mode1 {}

.mode1>.gp-fl {
    width: 69.3%;
    overflow: hidden;
}

.mode1>.gp-fr {
    width: 27.2%;
    margin-right: 1.25em;
    position: relative;
}

.mode1>.gp-fr:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    position: absolute;
    right: -1.25em;
    top: 1.25em;
}

.articleTitle1 {
    margin-bottom: 1.875em;
    overflow: hidden;
}

.articleTitle1 .title {
    display: inline-block;
    overflow: hidden;
}

.articleTitle1 .title_en {
    display: block;
    color: #c3c7d9;
}

.articleTitle1 .title_cn {
    display: block;
    color: #1e3282;
    background: url(../images/titlebg.png) no-repeat right center;
    padding-right: 6.25em;
}

.articleTitle1 .title_cn i {
    color: #e6000f;
    font-style: normal;
}

.articleTitle1 .more {
    display: block;
    background: url(../images/morebg.png) no-repeat;
    width: 4em;
    height: 2.188em;
    color: #fff;
    text-align: center;
    line-height: 2.188em;
    transition: all 0.2s ease;
    margin-top: 0.938em;
}

.articleTitle1 .more:hover {
    background-position: 0 -2.125em;
}

.articleTitle11 .more {
    display: block;
    background: #e6000f;
    width: auto;
    padding: 0 0.312em;
    height: 2.188em;
    color: #fff;
    text-align: center;
    line-height: 2.188em;
    transition: all 0.2s ease;
    margin-top: 0.938em;
}

.articleTitle11 .more:hover {
    background: #1e3282;
}



.list1 {
    width: 66%;
    overflow: hidden;
}

.list1 a {
    display: block;
    overflow: hidden;
}

.list1 .listText {
    width: 78%;
    font-size: 1.4rem;
    background: #fff;
    padding: 2.188em 0 0;
    transition: all 0.2s ease;
    position: relative;
    top: -3.125em;
    overflow: visible;
}

.list1 .listText:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 0.938em solid transparent;
    border-right: 0.938em solid transparent;
    border-bottom: 3.125em solid #fff;
    position: absolute;
    right: -0.938em;
    top: 0;
}

.list1 .gp-img-responsive {
    padding-bottom: 56.25%;
}

.list1 .listTitle {
    line-height: 2em;
    max-height: 6em;
    position: relative;
}

.list1 .listCon {
    font-size: 1.4rem;
    color: #808080;
    margin: 1.375em 0;
    line-height: 1.25em;
    max-height: 2.5em;
}

.list1 .listDate,
.list2 .listDate,
.list3 .listDate,
.list6 .listDate {
    display: inline-block;
    background: url(../images/datebg.png) no-repeat left center;
    padding-left: 1.375em;
    color: #808080;
}


.list2 {
    width: 31%;
    margin: -0.938em 0;
    overflow: hidden;
}

.list2 li {
    overflow: hidden;
}

.list2 li a {
    display: block;
    margin: 0.938em 0;
    overflow: hidden;
}

.list2 .listText {}

.list2 .listTitle {
    margin: 0.938em 0;
}

.list3 {
    background: #fff;
    border: #f2f2f2 0.062em solid;
    border-top: #e6000f 0.188em solid;
    padding: 0 1.75em;
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.list3 li a {
    display: block;
    padding: 1.1rem 0;
    border-bottom: #dbdbdb 0.062em solid;
    overflow: hidden;
    transition: all 0.2s ease;
}

.list3 li:last-child a {
    border: none;
}

.list3 li a:hover {
    padding-left: 0.625em;
}

.list3 .listTitle {
    margin-bottom: 0.75em;
}



/*通知公告*/
.wrap_mode2 {
    background: url(../images/modebg2.png) no-repeat top 8.75em center;
    padding-bottom: 11.562em;
    overflow: hidden;
}


.list4 {
    margin: -1.1rem;
    overflow: hidden;
}

.list4 li a {
    display: block;
    margin: 1.1rem;
    padding: 2.812em 1.75em 5.625em 1.75em;
    background: #fff;
    box-shadow: 0em 0.625em 1.125em 0.125em rgba(0, 0, 0, 0.06);
    position: relative;
}

.list4 li a:before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    background: url(../images/lihover.png) no-repeat center top;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.4s ease;
}

.list4 .listTitle {
    position: relative;
    z-index: 9;
}

.list4 .listDate {
    display: block;
    color: #808080;
    margin-bottom: 0.938em;
    position: relative;
}

.list4 .listDate:before {
    content: "";
    display: block;
    width: 100%;
    height: 0.062em;
    background: #f2f2f2;
    position: absolute;
    right: 0;
    top: 0.625em;
}

.list4 .listDate span {
    display: inline-block;
    background: #fff;
    padding-right: 0.625em;
    position: relative;
    z-index: 1;
}

.list4 li a:hover * {
    color: #fff;
}

.list4 li a:hover .listDate span {
    background: #1e3282;
}

.list4 li a:hover .listDate {
    color: #fff;
    opacity: 0.6;
}

.list4 li a:hover .listDate:before {
    background: #fff;
    opacity: 0.3;
}

.list4 li a:hover {
    background: none;
    box-shadow: none;
}

.list4 li a:hover:before {
    height: 16.188em;
}



/*特色优势*/
.wrap_mode3 {
    background: url(../images/modebg3.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 7.312em;
    overflow: hidden;
}

.articleTitle2 {
    position: relative;
    overflow: visible;
    margin-bottom: 0;
}

.articleTitle2:before {
    content: "";
    display: block;
    width: 100%;
    height: 9.375em;
    background: #e6000f;
    position: absolute;
    left: -100%;
    top: 0;
}

.articleTitle2 .title {
    background: #e6000f;
    padding: 2.312em 2.312em 2.312em 0;
}

.articleTitle2 .title_en {
    color: #fff;
    opacity: 0.4;
}

.articleTitle2 .title_cn {
    color: #fff;
    background: url(../images/titlebg2.png) no-repeat right center;
}

.mode3 .tabArticleList {
    position: relative;
}

.mode3 .tabListTitle {
    width: 45.8%;
    overflow: hidden;
    position: absolute;
    top: 0;
}

.mode3 .tabListTitle .tab_menu {
    float: right;
    margin-right: 0.312em;
}

.mode3 .tab_menu h3 {
    display: inline-block;
    float: left;
    margin: 0 0.125em;
}

.mode3 .tab_menu h3 a {
    display: inline-block;
    background: #fff;
    padding: 1.125em 2em;
    font-weight: normal;
}

.mode3 .tab_menu h3:hover a,
.tabArticleList .tab_menu h3.on a {
    color: #fff;
    background: #1e3282;
}

.mode3 .tabList {
    position: relative;
}

.tabList .gp-fl {
    width: 45.8%;
    overflow: hidden;
    margin-top: 8.125em;
}

.tabList .gp-fr {
    width: 54.2%;
    background: #fff;
    position: relative;
}

.tabList .gp-fr:before {
    content: "";
    display: block;
    width: 100%;
    height: 5.312em;
    background: url(../images/bo.png) no-repeat top center;
    position: absolute;
    bottom: -5.312em;
}

.mode3 .tabListBox {
    display: none;
}

.mode3 .tabListBox.on {
    display: block;
}

.wraplist5 .gp-img-responsive {
    padding-bottom: 66.2%;
}

.list5 {
    margin: 2.5em 3.125em 0 3.125em;
    overflow: hidden;
}

.list5 .title {
    position: relative;
    overflow: hidden;
}

.list5 .title:before {
    content: "";
    display: block;
    width: 100%;
    height: 0.062em;
    background: #e5e5e5;
    position: absolute;
    top: 2.5em;
    right: 0;
}

.list5 .title_cn {
    float: left;
    color: #1e3282;
    padding: 1.25em 0.625em 1.25em 0;
    background: #fff;
    position: relative;
    z-index: 1;
}

.list5 .listDate {
    width: 5em;
    height: 5em;
    background: #e8eaf2;
    text-align: center;
    float: right;
    position: relative;
    z-index: 1;
}

.list5 .listDate * {
    color: #003d94;
}

.list5 .listDate .day {
    height: 2.812em;
    margin-top: 0.562em;
}

.list5 .listTitle {
    line-height: 2em;
    max-height: 4em;
    margin: 1.875em 0 1.875em;
}

.list5 .listCon {
    line-height: 1.875em;
    height: 13.125em;
    color: #999;
}

.list5 .more {
    display: block;
    background: url(../images/morebg2.png) no-repeat;
    width: 4em;
    height: 2.188em;
    color: #1e3282;
    text-align: center;
    line-height: 2.188em;
    transition: all 0.2s ease;
    margin-top: 5.625em;
    float: right;
}

.list5 a:hover .more {
    background-position: 0 -2.125em;
    color: #fff;
}



/*教学科研*/
.wrap_mode4 {
    background: url(../images/modebg4.jpg) no-repeat center bottom;
    background-size: cover;
    padding: 5.312em 0 6.25em;
    overflow: hidden;
}

.mode4 {}

.list6 {
    margin: -1.25em;
    overflow: hidden;
}

.list6 li a {
    display: block;
    background: #fff;
    margin: 1.25em;
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.2s ease-out;
}

.list6 .gp-img-responsive {
    /*padding-bottom: 62%;*/
}

.list6 .listText {
    padding: 1.75em 1.75em 2.812em 1.75em;
    background: url(../images/bo2.png) no-repeat bottom center;
}

.list6 .listTitle {
    line-height: 1.75em;
    height: 5.25em;
    margin-bottom: 3.125em;
}

.list6 li a:hover {
    box-shadow: 0em 0.625em 1.125em 0.125em rgba(0, 0, 0, 0.06);
    transform: translateY(-0.625em);
}



/*招生信息*/
.wrap_mode5 {
    margin: 5em 0 5.625em;
    overflow: hidden;
    position: relative;
}

.wrap_mode5 .gp-container {
    /* width: 72.9vw;*/
    position: relative;
}

.mode5 {
    position: relative;
    padding-bottom: 9.375em;
    z-index: 9;
}

.mode5:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/modebg5.jpg) no-repeat left center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.mode5:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/modebg5.jpg) no-repeat right center;
    background-size: cover;
    position: absolute;
    right: -13vw;
    top: 0;
}

.modebg5 {
    width: 64%;
    position: absolute;
    right: -13vw;
    top: 0;
    z-index: 9;
}

.modebg5 img {
    width: 100%;
}

.articleTitle3 {
    margin-top: 5.625em;
}

.articleTitle3 .title_en {
    color: #fff;
    opacity: 0.4;
}

.articleTitle3 .title_cn {
    display: inline-block;
    color: #fff;
    background: url(../images/titlebg2.png) no-repeat right center;
}

.articleTitle3 .title {
    height: auto;
}

.list7 {
    margin: 0 16.25em 0 5.625em;
    position: relative;
    z-index: 9;
}

.list7 li {
    width: 33.3%;
}

.list7 li a {
    display: table;
    width: 100%;
    height: 21.875em;
    overflow: hidden;
}

.list7 li:nth-child(2) {
    background: #64aafa;
}

.list7 li:nth-child(4) {
    background: rgba(170, 175, 185, 0.8);
}

.list7 li:nth-child(6) {
    background: rgba(230, 0, 15, 0.85);
}

.list7 li:nth-child(5) a {
    display: block;
}

.list7 .listText {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.list7 .listImg {
    display: block;
    max-width: 5em;
    margin: 0 auto;
}

.list7 li a:hover .listImg {
    -webkit-animation: icon-bounce 0.5s alternate;
    -moz-animation: icon-bounce 0.5s alternate;
    -ms-animation: icon-bounce 0.5s alternate;
    -o-animation: icon-bounce 0.5s alternate;
    animation: icon-bounce 0.5s alternate
}

@keyframes icon-bounce {

    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
}

@-webkit-keyframes icon-bounce {

    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
}

@-moz-keyframes icon-bounce {

    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
}

@-o-keyframes icon-bounce {

    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
}


.list7 .listTitle {
    display: block;
    color: #fff;
    margin-top: 1.25em;
}

.wrap_mode5 .bo1 {
    width: calc(100% + 13vw);
    height: 4.375em;
    background: url(../images/bo3.png) repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    animation: footerbg1 6s linear infinite;
}

@keyframes footerbg1 {
    from {
        background-position-x: 0;
    }

    to {
        background-position-x: -27.812em;
    }
}


/*社交媒体*/
.wrap_mode6 {
    background: url(../images/modebg6.png) no-repeat bottom center;
    overflow: hidden;
}

.list8 {
    overflow: hidden;
}

.list8 li {
    overflow: hidden;
}

.list8 li a {
    display: block;
    overflow: hidden;
    position: relative;
}

.list8 li a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.2s ease;
    background-color: rgba(0, 0, 0, 0.7);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    /* 标准的语法 */
}

.list8 .listText {
    width: 88%;
    position: absolute;
    left: 0;
    bottom: 1.875em;
    z-index: 9;
}

.list8 .gp-img-responsive {
    padding-bottom: 66.2%;
}

.list8 .listTitle {
    color: #fff;
    margin-left: 4.688em;
}

.list8 .icon {
    width: 3.75em;
    height: 3.75em;
    float: left;
}

.list8 li a:hover:before {
    opacity: 0;
}

.list8 li a:hover .gp-img-responsive img {
    transform: scale(1.1);
}


/*广商映像*/
.mode7 {
    margin-top: 12.812em;
    position: relative;
    overflow: hidden;
}

.mode7 .articleTitle3 {
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.list9 {
    margin-top: 10.938em;
}

.list9,
.list10 {
    width: 50%;
    overflow: hidden;
}

.list9 li,
.list10 li {
    width: 50%;
    overflow: hidden;
}

.list9 li:last-child,
.list10 li:first-child {
    width: 100%;
}

.list10 li:last-child {
    margin-top: 10.938em;
}

/* .list10 li:last-child a{ display: block; } */
.list9 li:last-child a,
.list10 li:first-child a {
    height: 32.75em;
}

.list9 li a,
.list10 li a {
    display: table;
    width: 100%;
    height: 21.875em;
    overflow: hidden;
    position: relative;
    background-size: cover !important;
    transition: all 0.2s ease;
}

.list9 li a:hover,
.list10 li a:hover {
    transform: scale(1.1);
}

.list9 .gp-img-responsive,
.list10 .gp-img-responsive {
    padding-bottom: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.list9 .listText,
.list10 .listText {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
    z-index: 9;
}

.list9 .listImg,
.list10 .listImg {
    max-width: 7.5em;
    margin: 0 auto;
}

.list9 .listTitle,
.list10 .listTitle {
    color: #fff;
    margin-top: 1.5em;
}


.mode7 .listImg {
    overflow: visible;
}



.mode7 .listImg:after {
    display: block;
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 0.125em rgba(255, 255, 255, .1);
    opacity: 0;
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
}

.mode7 li a:hover .listImg {
    background: rgba(255, 255, 255, .05);
    -webkit-transform: scale(.93);
    -moz-transform: scale(.93);
    -ms-transform: scale(.93);
    transform: scale(.93);
}

.mode7 li a:hover .listImg:after {
    content: '';
    display: block;
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms
}

@-webkit-keyframes sonarEffect {
    0% {
        opacity: .3
    }

    40% {
        opacity: .5;
        box-shadow: 0 0 0 0.125em rgba(255, 255, 255, .1), 0 0 0.312em 0.312em #fff, 0 0 0 0.625em rgba(255, 255, 255, .5)
    }

    100% {
        box-shadow: 0 0 0 0.125em rgba(255, 255, 255, .1), 0 0 0.312em 0.312em #fff, 0 0 0 0.312em rgba(255, 255, 255, .5);
        -webkit-transform: scale(1.25);
        opacity: 0
    }
}

@-moz-keyframes sonarEffect {
    0% {
        opacity: .3
    }

    40% {
        opacity: .5;
        box-shadow: 0 0 0 0.125em rgba(255, 255, 255, .1), 0 0 0.312em 0.312em #fff, 0 0 0 0.625em rgba(255, 255, 255, .5)
    }

    100% {
        box-shadow: 0 0 0 0.125em rgba(255, 255, 255, .1), 0 0 0.312em 0.312em #fff, 0 0 0 0.312em rgba(255, 255, 255, .5);
        -moz-transform: scale(1.25);
        opacity: 0
    }
}

@keyframes sonarEffect {
    0% {
        opacity: .3
    }

    40% {
        opacity: .5;
        box-shadow: 0 0 0 0.125em rgba(255, 255, 255, .1), 0 0 0.312em 0.312em #fff, 0 0 0 0.625em rgba(255, 255, 255, .5)
    }

    100% {
        box-shadow: 0 0 0 0.125em rgba(255, 255, 255, .1), 0 0 0.312em 0.312em #fff, 0 0 0 0.312em rgba(255, 255, 255, .5);
        transform: scale(1.25);
        opacity: 0
    }

}



/*数学广商*/
.wrap_mode8 {
    background: url(../images/modebg8.jpg) no-repeat center bottom;
    padding: 8.125em 0 10.625em;
    overflow: hidden;
}

.articleTitle4 {
    text-align: center;
}

.articleTitle4 .title_cn {
    padding-left: 6.25em;
    position: relative;
}

.articleTitle4 .title_cn:before {
    content: "";
    display: block;
    width: 5.562em;
    height: 0.938em;
    background: url(../images/titlebg.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 1.25em;
    transform: rotateY(180deg);
}

.list11 {
    margin: 0 -3.125em;
}

.list11 .slick-list {
    padding-top: 0.625em;
    overflow: hidden;
}

.list11 .slick-arrow {
    display: none !important;
}

.list11 .slick-dots {
    text-align: center;
    margin: 1.25em 0 0;
}

.list11 .slick-dots li {
    display: inline-block;
    margin: 0 0.312em;
    overflow: hidden;
}

.list11 .slick-dots button {
    border: none;
    outline: none;
    width: 1.875em;
    height: 1em;
    text-indent: 99em;
    background: url(../images/dot2.png) no-repeat;
    background-position: 0 -1em;
    cursor: pointer;
}

.list11 .slick-dots li.slick-active button {
    background-position: 0 0;
}

.list11 .slick-slider>a {
    display: block;
    margin: 0 3.125em;
    overflow: hidden;
    position: relative;
    transition: transform 0.2s ease-out;
}

.list11 .slick-slider>a:hover {
    transform: translateY(-0.562em);
}

.list11 .icon {
    display: block;
    max-width: 5.625em;
    max-height: 5.625em;
    margin: 0 auto;
}

.list11 .icon img {
    width: auto;
    height: auto;
    margin: 0 auto;
}

.list11 .listText {
    text-align: center;
}

.list11 .listTitle {
    font-family: '方正正中黑简体';
    margin: 1.25em 0 0.625em;
}

.list11 .listCon {
    line-height: 1.625em;
    color: #666666;
}





@media screen and (max-width:100em) {
    .Banner a .title {
        left: calc(50% - 37.5em);
    }

    .list7 {
        margin: 0 1.875em;
    }

    .tabList .gp-fr:before {
        background-size: contain;
    }

    .list5 .more {
        margin-top: 2.062em;
    }
}


@media screen and (max-width:81.25em) {
    .Banner a .title {
        left: 0.625em;
    }

    .Banner .Banner-dots {
        right: 0;
    }
}

@media screen and (max-width: 75em) {

    .Banner,
    .swiper-wrapper {
        height: 100vh;
    }

    .Banner .slick-img,
    .Banner .swiper-slide-active .slick-img {
        width: 100%;
        height: 100vh;
        object-fit: cover;
        object-position: center;
        padding-bottom: 0;
    }

    .Banner a::before {
        display: none;
    }

    .content {
        position: static;
    }

    .wrap_mode1 {
        margin: 2.5em 0;
    }

    .articleTitle1 {
        margin-bottom: 1.25em;
    }

    .mode1>.gp-fl {
        width: 100%;
        float: none;
    }

    .mode1>.gp-fr {
        width: 100%;
        float: none;
        margin-top: 1.25em;
    }

    .list3 {
        padding: 0 0.625em;
    }

    .list3 li {
        width: 50%;
        float: left;
    }

    .list3 li a {
        margin: 0 0.625em;
    }

    .list4 {
        margin: -0.5em;
    }

    .list4 li a {
        margin: 0.5em;
        padding: 1.562em 0.938em;
    }

    .wrap_mode2 {
        padding-bottom: 3.125em;
    }

    .articleTitle2 .title {
        padding: 0.938em;
    }

    .articleTitle2:before {
        display: none;
    }

    .mode3 .tabListTitle .tab_menu {
        float: left;
    }

    .mode3 .tab_menu h3 a {
        padding: 0.625em;
    }

    .tabList .gp-fl {
        margin-top: 4.688em;
    }

    .wrap_mode5 .bo1 {
        background-size: auto 50%;
        bottom: -2.25em;
    }

    .list5 {
        margin: 1.562em 1.562em 0 1.562em;
    }

    .list5 .listTitle {
        margin: 0.625em 0;
    }

    .list5 .more {
        margin-top: 0.938em;
    }

    .wrap_mode4 {
        padding: 3.125em 0;
    }

    .list6 {
        margin: -0.5em;
    }

    .list6 li a {
        margin: 0.5em;
    }

    .list6 .listText {
        padding: 1.125em;
    }

    .list6 .listTitle {
        margin-bottom: 0.625em;
    }

    .wrap_mode5 {
        margin: 3.125em 0;
    }

    .mode5,
    .wrap_mode5 .gp-container {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .mode5 {
        padding-bottom: 6.875em;
    }

    .list8 .listText {
        width: auto;
        bottom: 0.812em;
    }

    .list8 .icon {
        width: 2.188em;
        height: 2.188em;
    }

    .list8 .listTitle {
        margin: 0 0.625em 0 3.125em;
    }

    .mode7 {
        margin-top: 5em;
    }

    .list9 {
        margin-top: 6.25em;
    }

    .list9 li a,
    .list10 li a {
        height: 15.625em;
    }

    .list9 .listImg,
    .list10 .listImg {
        max-width: 5.5em;
    }

    .list9 li:last-child a,
    .list10 li:first-child a {
        height: 21.875em;
    }

    .list10 li:last-child {
        margin-top: 0;
    }

    .wrap_mode8 {
        padding: 3.75em 0 5.625em;
    }

    .list11 {
        margin: 0 -1.25em;
    }

    .list11 .slick-slider>a {
        margin: 0 1.25em;
    }


}

@media screen and (max-width:64em) {
    .list7 {
        margin: 0 0.938em;
    }

}

@media screen and (max-width:62em) {
    .Banner a::after {
        height: 8.125em;
        background-size: cover;
    }

    .Banner a .title {
        bottom: 1em;
    }

    .Banner .Banner-dots {
        bottom: 0.625em;
    }
}

@media screen and (max-width:47.875em) {
    .Banner {
        height: 100vh;
    }

    .Banner a::after {
        height: 5.625em;
    }

    .Banner .Banner-dots {
        display: none;
    }

    .Banner a .title {
        width: auto;
        right: 0.625em;
    }

    .Banner .slick-img,
    .Banner .swiper-slide-active .slick-img {
        width: 100%;
        height: 100vh;
        object-fit: cover;
        object-position: center;
        padding-bottom: 0;
    }

    .list1 {
        float: none;
        width: 100%;
    }

    .list2 {
        float: none;
        width: 100%;
    }

    .list1 .listText {
        width: 100%;
        padding: 1.25em 0;
        top: 0;
    }

    .list1 .listCon {
        margin: 0.75em 0;
    }

    .list3 li {
        width: 100%;
        float: none;
    }

    .list4 li a {
        padding: 0.938em;
    }

    .list4 .listDate {
        margin-bottom: 0.5em;
    }

    .mode3 .tabListTitle {
        position: static;
        width: auto;
    }

    .tabList .gp-fl {
        width: 100%;
        float: none;
        margin-top: 0;
    }

    .tabList .gp-fr {
        width: 100%;
        float: none;
    }

    .wrap_mode5 .bo1 {
        background-size: auto 30%;
        bottom: -3.125em;
    }

    .list5 .listTitle,
    .list5 .listCon,
    .list6 .listTitle {
        height: auto;
    }

    .list5 .more {
        margin-top: 0.938em;
    }

    .articleTitle3 {
        margin-top: 2.5em;
    }

    .modebg5 {
        display: none;
    }

    .mode5 {
        padding-bottom: 4.375em;
    }

    .articleTitle3 .title {
        width: auto;
        float: left;
    }

    .articleTitle3 .more {
        float: right;
    }

    .list7 li:first-child {
        width: 100%;
        float: none;
    }

    .list7 li:nth-child(3) {
        display: none;
    }

    .list7 li {
        width: 50%;
    }

    .list7 li a {
        height: 14.062em;
    }

    .list8 .listTitle {
        font-size: 1.6rem;
    }

    .list9 li,
    .list10 li {
        width: 100%;
    }

    .list9 .listTitle,
    .list10 .listTitle {
        margin-top: 0.75em;
    }

    .wrap_mode2 {
        background-size: cover;
    }
}

@media screen and (max-width:40em) {
    .list7 li a {
        height: 12.5em;
    }

    .list7 .listImg {
        width: 3.438em;
    }

    .mode7 {
        margin-top: 3.125em;
    }

    .mode7 .articleTitle3 {
        position: static;
    }

    .list9 {
        margin-top: 0;
    }

    .list9 .listImg,
    .list10 .listImg {
        max-width: 4.375em;
    }

    .list9 li a,
    .list10 li a,
    .list9 li:last-child a,
    .list10 li:first-child a {
        height: 13.75em;
    }
}



/* 从index.htm合并的样式 */
.side-nav {
    position: fixed;
    left: 0.625em;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    padding: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    background-color: rgba(255, 255, 255, .75);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.side-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.side-nav li {
    margin-bottom: 0;
    position: relative;
}

.side-nav a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #999;
    text-decoration: none;
    padding: 1.2em 0.5em;
    font-size: 1.4rem;
    white-space: nowrap;
    font-weight: 550;
    border: none;
    transition: all 0.3s ease;
}

/* 图标样式 */
.side-nav-icon {
    width: 2em;
    height: 2em;
    margin-bottom: 0.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.side-nav-icon svg {
    width: 100%;
    height: 100%;
    stroke: #999;
    transition: all 0.3s ease;
    display: block;
    fill: none;
}

/* 文字样式 */
.side-nav-text {
    transition: all 0.3s ease;
}

/* 分隔线 */
.side-nav li::after {
    content: '';
    display: block;
    width: 1.5em;
    height: 0.125em;
    background: #003d94;
    margin: 0.5em auto;
}

.side-nav li:last-child::after {
    display: none;
}

/* 鼠标经过效果 */
.side-nav a:hover,
.side-nav a.active {
    background: transparent;
    color: #003d94;
}

.side-nav a:hover .side-nav-icon svg,
.side-nav a.active .side-nav-icon svg {
    stroke: #003d94;
}

.side-nav a:hover .side-nav-text,
.side-nav a.active .side-nav-text {
    color: #003d94;
}

@media (max-width: 48em) {
    .side-nav {
        display: none;
    }
}

.banner-section {
    position: relative;
    height: 80vh;
}

.banner-slider {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(100%);
    transition: transform 0.8s ease-in-out;
    z-index: 1;
}

.banner-slide.active {
    transform: translateX(0);
    z-index: 2;
}

.banner-slide.prev {
    transform: translateX(-100%);
    z-index: 1;
}

.banner-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 61, 148, 0) 0%, rgba(0, 61, 148, 0) 60%, rgba(0, 61, 148, 1) 120%);
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 10;
}

.banner-content h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 0.625em;
    text-shadow: 0.125em 0.125em 0.5em rgba(0, 0, 0, 0.3);
}

.banner-content p {
    font-size: 2rem;
    font-weight: 300;
    text-shadow: 0.062em 0.062em 0.25em rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 48em) {
    .banner-section {
        height: 50vh;
    }

    .banner-slider {
        height: 100%;
        overflow: hidden;
    }

    .banner-slide {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform: translateX(100%);
        transition: transform 0.8s ease-in-out;
        z-index: 1;
    }

    .banner-slide.active {
        transform: translateX(0);
        z-index: 2;
    }

    .banner-slide.prev {
        transform: translateX(-100%);
        z-index: 1;
    }

    .banner-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .banner-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 1.25em 0.938em;
        background: linear-gradient(135deg, rgba(0, 86, 179, 0.85) 0%, rgba(0, 136, 255, 0.7) 100%);
        border-radius: 0;
        max-width: 90%;
        text-align: center;
    }

    .banner-content h1 {
        font-size: 1.75rem;
        margin-bottom: 0.375em;
    }

    .banner-content p {
        font-size: 1.1rem;
    }
}

@media screen and (max-width: 30em) {
    .banner-section {
        height: 50vh;
    }

    .banner-content {
        padding: 0.938em 0.75em;
        max-width: 95%;
    }

    .banner-content h1 {
        font-size: 2rem;
        margin-bottom: 0.312em;
    }

    .banner-content p {
        font-size: 0.75rem;
    }
}

/* 广商新闻 - 轮播样式 */
.news-section {
    background: linear-gradient(180deg, #fff 0, #eff5ff 100%);
    padding: 6.25em 0;
    /* background-image: url('../images/library.png'), linear-gradient(180deg, #ffffff 0, #eff5ff 100%); */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
}

.news-header-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 1.5em;
    position: relative;
}


/* Tab 切换按钮 - 紧随标题靠左排列 */
.news-tabs {
    display: flex;
    gap: 0.5em;
    position: relative;
    left: auto;
    transform: none;
    height: 3em;
    border-bottom: 0.125em solid #ccc;
    transition: all 0.3s ease;
}

.news-tab {
    padding: 0.75em 1.5em;
    font-size: 1.6rem;
    font-weight: 500;
    color: #666;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.news-tab::after {
    content: '';
    position: absolute;
    bottom: -0.062em;
    left: 50%;
    width: 0;
    height: 0.125em;
    background: #003d94;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.news-tab:hover {
    color: #333;
}

.news-tab.active {
    color: #003d94;
    font-weight: 600;
}

.news-tab.active::after {
    width: 100%;
}

/* Tab 内容区域 */
.news-tab-content {
    display: none;
    position: relative;
    overflow: hidden;
}

.news-tab-content.active {
    display: block;
}

/* 光束扫过效果 */
.news-tab-content.active::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg,
            transparent 0%,
            rgba(255, 255, 255, 0.3) 50%,
            transparent 100%);
    transform: skewX(-25deg);
    pointer-events: none;
    z-index: 10;
}

.news-tab-content.active:hover::before {
    animation: lightSweep 0.8s ease-in-out;
}

@keyframes lightSweep {
    0% {
        left: -100%;
    }

    100% {
        left: 150%;
    }
}

/* 新闻网格布局 */
.news-grid-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 1.5em;
}

/* 左侧大卡片 - 减少高度 */
.news-card-large {
    position: relative;
    display: block;
    text-decoration: none;
    border-radius: 0;
    overflow: hidden;
    aspect-ratio: 16/9;
    box-shadow: 0 0.5em 1.5em rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-card-large:hover {
    transform: translateY(-0.5em);
    box-shadow: 0 1em 2.5em rgba(0, 0, 0, 0.15);
}

.news-image-large {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.news-image-large img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s ease;
}

.news-card-large:hover .news-image-large img {
    transform: scale(1.2);
}

/* 图片显示动画 */
@keyframes fadeInScale {
    0% {
        opacity: 0;
        transform: scale(1.2);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.news-overlay {
    position: absolute;
    bottom: 0%;
    left: 0em;
    right: 0em;
    padding: 2em;
    color: #222222;
    background-color: #ffffff;
}

.news-card-large:hover .news-overlay {
    color: #ffffff;
    background: #003d94;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.news-title-large {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0 0 0.5em 0;
    line-height: 1.4;
}

.news-desc {
    font-size: 1.1rem;
    opacity: 0.9;
    margin: 0 0 1em 0;
}

.news-date-large {
    font-size: 1.4rem;
    margin-bottom: 0.25em;
}

@keyframes slideInDate {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 右侧列 - 与左侧等高 */
.news-right-column {
    display: flex;
    flex-direction: column;
    gap: 1em;
    height: 100%;
}

/* 右侧卡片 - 固定高度布局 */
.news-card-right {
    position: relative;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    border-radius: 0;
    overflow: hidden;
    flex: 1;
    min-height: 0;
    background: #fff;
    box-shadow: 0 0.5em 1.5em rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-card-right:hover {
    transform: translateY(-0.5em);
    box-shadow: 0 1em 2.5em rgba(0, 0, 0, 0.15);
}

.news-image-right {
    position: relative;
    flex: 1;
    min-height: 0;
    overflow: hidden;
}

.news-image-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s ease;
}

.news-card-right:hover .news-image-right img {
    transform: scale(1.2);
}

/* 右侧文字区 - 固定两行高度 */
.news-content-right {
    position: relative;
    padding: 1em 1.25em;
    background: #ffffff;
    color: #222222;
    height: 4em;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.news-card-right:hover .news-content-right,
.news-content-bottom:hover {
    /* background: linear-gradient(to top, rgba(0,61,148,0.95) 0%, rgba(0,61,148,1) 100%); */
    background: #003d94;
    color: #fff !important;
}

.news-date-right {
    font-size: 0.75rem;
    display: block;
    margin-bottom: 0.25em;
}

.news-title-right {
    font-size: 1.6rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-content-bottom {
    color: #222222;
    padding: 1.25em;
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
}

.news-date-bottom {
    font-size: 0.75rem;
    display: block;
    margin-bottom: 0.5em;
}

.news-title-bottom {
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 1.2em;
    max-width: 100%;
    display: block;
}

/* 右侧小卡片（旧样式兼容） */
.news-card-small {
    position: relative;
    display: block;
    text-decoration: none;
    border-radius: 0;
    overflow: hidden;
    aspect-ratio: 16/10;
}

.news-image-small {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.news-image-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.news-card-small:hover .news-image-small img {
    transform: scale(1.2);
}

.news-content-small {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.25em;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    color: #fff;
}

.news-date-small {
    font-size: 0.75rem;
    color: #003d94;
    display: block;
    margin-bottom: 0.5em;
}

.news-title-small {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
}

/* 纯文字卡片 */
.news-card-text {
    display: block;
    padding: 1.5em;
    background: #fff;
    border-radius: 0;
    text-decoration: none;
    border: 0.062em solid #e0e0e0;
    transition: all 0.3s ease;
}

.news-card-text:hover {
    border-color: #003d94;
    box-shadow: 0 0.25em 1em rgba(0, 0, 0, 0.08);
}

.news-date-text {
    font-size: 1.1rem;
    color: #003d94;
    display: block;
    margin-bottom: 0.5em;
}

.news-title-text {
    font-size: 1.4rem;
    font-weight: 600;
    color: #333;
    margin: 0;
    line-height: 1.5;
}

/* 响应式 */
@media (max-width: 62em) {
    .news-grid-layout {
        grid-template-columns: 1fr;
    }

    .news-card-large {
        aspect-ratio: 16/9;
    }
}

@media (max-width: 48em) {
    .news-tabs {
        flex-wrap: wrap;
        justify-content: center;
    }

    .news-tab {
        padding: 0.5em 1em;
        font-size: 1.1rem;
    }

    .news-title-large {
        font-size: 1.125rem;
    }

    .news-overlay {
        padding: 1.25em;
    }
}

.news-controls {
    display: flex;
    align-items: center;
    gap: 0.75em;
}

.news-prev,
.news-next {
    width: 2.5em;
    height: 2.5em;
    border: 0.062em solid #ddd;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.news-prev:hover,
.news-next:hover {
    background: #003d94;
    border-color: #003d94;
    color: #fff;
}

.news-prev svg,
.news-next svg {
    width: 1.25em;
    height: 1.25em;
}

.news-more-link {
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.2rem;
    display: block;
    width: 64px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    margin-top: 15px;
    background: url("../images/morebg.png") no-repeat;
    background-position: 1px -34px;
    background-repeat: no-repeat;
    transition: 0.2s;
    position: absolute;
    right: 0;
    top: 1em;
}

.news-more-link:hover {
    background-position: 1px 0;
    color: #ffffff;
}

.news-slider-wrapper {
    overflow: hidden;
    position: relative;
}

.news-slider {
    display: flex;
    gap: 1.5em;
    transition: transform 0.5s ease;
}

.news-card {
    flex: 0 0 calc(25% - 1.125em);
    display: block;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 0.125em 0.75em rgba(0, 0, 0, 0.08);
}

.news-card:hover {
    transform: translateY(-0.312em);
    box-shadow: 0 0.5em 1.5em rgba(0, 0, 0, 0.12);
}

.news-image {
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
    position: relative;
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-card:hover .news-image img {
    transform: scale(1.2);
}

.news-content {
    padding: 1.875em;
    background: #f1f1f1;
    transition: background 0.3s ease;
    position: relative;
}

.news-container {
    max-width: 112.5em;
    margin: 0 auto;
    padding: 0 0.625em;
}

.news-card:hover .news-content {
    background: #fff;
}

.event-calendar {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(17.5em, 1fr));
    gap: 1.25em;
    margin-top: 1.875em;
}

.event-card {
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 0.125em 0.75em rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
}

.event-card:hover {
    transform: translateY(-0.312em);
    box-shadow: 0 0.5em 1.5em rgba(0, 0, 0, 0.12);
}

.event-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    padding: 0.938em 1.25em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.event-type {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.031em;
    opacity: 0.9;
}

.event-date {
    font-size: 1.1rem;
    font-weight: 600;
}

.event-body {
    padding: 1.25em;
}

.event-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #333;
    margin: 0 0 0.625em 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.event-info {
    display: flex;
    align-items: center;
    gap: 1.25em;
    font-size: 0.812rem;
    color: #666;
}

.event-info-item {
    display: flex;
    align-items: center;
    gap: 0.375em;
}

.event-info-item i {
    color: #667eea;
}

@media (max-width: 48em) {
    .news-grid {
        grid-template-columns: 1fr;
    }

    .event-calendar {
        grid-template-columns: 1fr;
    }
}

.features-section {
    /* padding: 6.25em 0; */
    min-height: auto;
}

.features-container {
    width: 100%;
    /* max-width: 112.5em; */
    margin: 0 auto;
    /* padding: 0 1.25em; */
}

/* 特色优势 - 四列卡片布局 */
.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    height: calc(100vh - 8em);
    min-height: 600px;
}

.feature-card {
    position: relative;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    overflow: hidden;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    height: 100%;
}

.feature-card:last-child {
    border-right: none;
}

.feature-card-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.feature-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.feature-card:hover .feature-card-image img {
    transform: scale(1.2);
}

/* 图片遮罩 */
.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 61, 148, 0.7) 0%, rgba(255, 255, 255, 0) 10%);
    z-index: 2;
    transition: background 0.4s ease;
}

.feature-card:hover::before {
    background: none;
}

/* 卡片内容区 */
.feature-card-content {
    position: relative;
    z-index: 3;
    padding: 2em;
    margin-top: auto;
    color: #fff;
    transform: translateY(0);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    background-color: rgba(255, 255, 255, 0.9);
    color: #000;
}

.feature-card:hover .feature-card-content {
    background-color: rgba(255, 255, 255, 0.95);
}

.feature-card-title {
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 0.25em;
}

.feature-card-subtitle {
    font-size: 1.4rem;
    margin: 0 0 1.5em;
    text-transform: capitalize;
    letter-spacing: 0.02rem;
}

/* 详情内容 - 默认隐藏，hover 时往下展开 */
.feature-card-detail {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-10px);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.feature-card:hover .feature-card-detail {
    max-height: 200px;
    opacity: 1;
    transform: translateY(0);
    margin-top: 1em;
}

.feature-card-detail p {
    font-size: 1.6rem;
    line-height: 1.7;
    margin: 0;
}

/* 响应式 */
@media (max-width: 62em) {
    .feature-card-title {
        font-size: 1.6rem;
    }

    .feature-card-subtitle {
        font-size: 1.2rem;
    }

    .feature-card-detail p {
        font-size: 1rem;
    }

    .features-section {
        height: auto !important;
        min-height: auto;
        /* padding: 4em 0; */
    }

    .features-grid {
        grid-template-columns: repeat(2, 1fr);
        min-height: auto;
    }

    .feature-card {
        min-height: 40vh;
        border-right: 1px solid rgba(255, 255, 255, 0.1);
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .feature-card:nth-child(2n) {
        border-right: none;
    }

    .feature-card:nth-child(3),
    .feature-card:nth-child(4) {
        border-bottom: none;
    }
}

@media (max-width: 48em) {
    .features-grid {        
        grid-template-columns: repeat(2, 1fr);
    }

    .feature-card {
        min-height: 35vh;
        border-right: none;
    }

    .feature-card:nth-child(3) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
}

/* 特色优势 - 简洁卡片布局 */
.advantages-section {
    padding: 6.25em 0;
    min-height: auto;
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
}

.advantages-container {
    width: 100%;
    max-width: 112.5em;
    margin: 0 auto;
}

.advantages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin: 0 3rem;
}

.advantage-card {
    position: relative;
    background: #ffffff;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 0.25em 1.5em rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    cursor: pointer;
}

.advantage-card:hover {
    transform: translateY(-0.5em);
    box-shadow: 0 0.75em 2.5em rgba(0, 61, 148, 0.15);
}

.advantage-card-image {
    position: relative;
    width: 100%;
    height: 18em;
    overflow: hidden;
}

.advantage-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.advantage-card:hover .advantage-card-image img {
    transform: scale(1.1);
}

.advantage-card-overlay {
    display: none;
}

.advantage-card-content {
    padding: 2em 1.5em;
    text-align: center;
}

.advantage-card-num {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #003d94;
    background: rgba(0, 61, 148, 0.08);
    padding: 0.375em 1em;
    margin-bottom: 1em;
    border-radius: 2em;
}

.advantage-card:hover .advantage-card-num {
    background: #003d94;
    color: #ffffff;
}

.advantage-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 0.5em;
    color: #222222;
    line-height: 1.3;
}

.advantage-card-title span {
    font-size: 0.75rem;
    font-weight: 400;
    color: #999;
    display: block;
    margin-top: 0.5em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}


/* 响应式 */
@media (max-width: 62em) {
    .advantages-grid {
        grid-template-columns: 1fr;
        gap: 2em;
    }

    .advantage-card-title {
        font-size: 1.3rem;
    }

    .advantage-card-title span {
        font-size: 0.7rem;
    }

    .advantage-card-image {
        height: 16em;
    }
}

@media (max-width: 48em) {
    .advantages-section {
        padding: 3em 0;
    }


    .advantages-grid {
        grid-template-columns: 1fr;
        gap: 1.5em;
    }

    .advantage-card {
        max-width: 100%;
    }

    .advantage-card-image {
        height: 14em;
    }

    .advantage-card-content {
        padding: 1.5em 1em;
    }

    .advantage-card-title {
        font-size: 1.2rem;
    }

    .advantage-card-num {
        font-size: 0.8rem;
        padding: 0.3em 0.8em;
    }
}

/* 招生资讯 - 新版排版 */
.research-section {
    padding: 6.25em 0;
    background-image: url('../images/white_whole_school.png'), linear-gradient(180deg, #fff 0, #c5c6c9 100%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    position: relative;
}

.research-container {
    max-width: 112.5em;
    margin: 0 auto;
    padding: 0 1.25em;
}

/* 左侧大图推荐 */
.research-featured {
    flex: 2;
}

.featured-image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    box-shadow: 0 0.625em 1.875em rgba(0, 0, 0, 0.1);
}

.featured-date-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: #003d94;
    /* 橙色 */
    color: #fff;
    padding: 0.8em 1.5em;
    text-align: center;
    z-index: 10;
}

.featured-date-overlay .day {
    display: block;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
}

.featured-date-overlay .year-month {
    display: block;
    font-size: 1.4rem;
    margin-top: 0.2em;
}

.featured-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.featured-image-wrapper:hover img {
    transform: scale(1.2);
}

.featured-title-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 4em 1.5em 1.5em;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}

.featured-title-overlay h3 {
    color: #fff;
    font-size: 2rem;
    margin: 0;
    font-weight: 600;
}

/* 右侧列表 */
.research-list {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.research-item a {
    display: flex;
    align-items: stretch;
    background: #f5f5f5;
    text-decoration: none;
    transition: all 0.3s ease;
    height: 100%;
}

.research-item a:hover {
    background: #fff;
    box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.1);
    transform: translateX(0.5em);
}

.item-date {
    padding: 1em;
    background: #f0f0f0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 6em;
}

.research-item a:hover .item-date {
    background: #eee;
}

.item-date .day {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
    line-height: 1;
}

.item-date .year-month {
    font-size: 1.6rem;
    color: #666;
}

.item-title {
    padding: 1em;
    color: #333;
    font-size: 1.4rem;
    line-height: 1.5;
    flex: 1;
    /* 多行文本省略 */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* text-overflow: ellipsis; */
}

.research-content-grid {
    display: flex;
    gap: 2.5em;
}

/* 响应式 */
@media (max-width: 62em) {
    .research-content-grid {
        flex-direction: column;
    }

    .featured-image-wrapper {
        aspect-ratio: 16/9;
    }

    .featured-title-overlay {
        padding: 1.5em 1em 1em;
    }

    .featured-title-overlay h3 {
        font-size: 1.6rem;
    }
}

.news-secondary {
    display: flex;
    flex-direction: column;
    gap: 1.25em;
}

.news-list {
    display: flex;
    flex-direction: column;
    gap: 0.938em;
}


@media (max-width: 75em) {
    .news-grid {
        grid-template-columns: 1fr 1fr;
        gap: 1.25em;
    }

    .news-list {
        grid-column: 1 / -1;
    }
}

@media (max-width: 48em) {
    .news-grid {
        grid-template-columns: 1fr;
        gap: 1.25em;
    }

    .news-secondary {
        grid-column: 1 / -1;
    }

    .news-list {
        grid-column: 1 / -1;
    }

    .news-card-large .news-image {
        aspect-ratio: 1/1;
    }
}


.news-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.5em;
    margin-top: 3.75em;
}

/* 新闻轮播响应式 */
@media (max-width: 75em) {
    .news-card {
        flex: 0 0 calc(33.333% - 1em);
    }
}

@media (max-width: 62em) {
    .news-card {
        flex: 0 0 calc(50% - 0.75em);
    }

    .news-header-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 1em;
    }
}

@media (max-width: 48em) {
    .news-card {
        flex: 0 0 calc(100% - 0em);
    }

    .news-controls {
        width: 100%;
        justify-content: space-between;
    }

    .news-more-link {
        margin-left: auto;
    }


    .news-content {
        padding: 1.25em;
    }

    .news-item {
        flex-direction: column;
        align-items: flex-start;
        padding: 1.25em 0;
        gap: 0.625em;
    }

    .news-item h4 {
        margin: 0;
    }

    .news-item::after {
        display: none;
    }
}

.selectTdClass {
    background-color: #edf5fa !important
}

.gpTable {
    border-collapse: collapse;
    border: 0.062em solid #000
}

.gpTable td,
.gpTable th {
    border: 0.062em solid #000;
    padding: 0.125em 0.188em;
}

.gpTable caption {
    border: 0.062em dashed #DDD;
    border-bottom: 0;
    padding: 0.188em;
    text-align: center;
}

.gpTable th {
    border-top: 0.062em solid #BBB;
    background-color: #F7F7F7;
}

.gpTable tr.firstRow th {
    border-top-width: 0.125em;
}

.ue-table-interlace-color-single {
    background-color: #fcfcfc;
}

.ue-table-interlace-color-double {
    background-color: #f7faff;
}

td p {
    margin: 0;
    padding: 0;
}

th p {
    margin: 0;
    padding: 0;
}

blockquote {
    padding: 0 0 0 0.938em;
    margin: 0 0 1.125em;
    border-left: 0.312em solid #EEE;
}

/* Section背景色 - 深浅相间 */
/* 通用section样式 */
.section-padding {
    padding: 2rem 0;
    overflow-y: auto;
}

.section-light {
    background-color: #f8f9fa;
}


/* 通知公告section样式 */

.notice-section {
    background-image: url('../images/white_whole_school.png'), linear-gradient(180deg, #fff 0, #c5c6c9 100%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
    padding: 6.25em 0;
}


.notice-container {
    max-width: 112.5em;
    margin: 0 auto;
    padding: 0 1.25em;
}

.notice-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    border-top: 0.062em solid #e0e0e0;
}

.notice-item {
    display: flex;
    align-items: center;
    padding: 1.5em 0;
    border-bottom: 0.062em solid #e0e0e0;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
    background: transparent;
}

.notice-item:hover {
    background: rgba(255, 255, 255, 0.7);
    padding-left: 1em;
    padding-right: 1em;
    margin: 0 -1em;
    background-color: rgba(255, 255, 255, .75);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.notice-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 5em;
    padding-right: 1.5em;
}

.notice-day {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    line-height: 1;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

.notice-month {
    font-size: 1.1rem;
    color: #999;
    margin-top: 0.25em;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

.notice-divider {
    width: 0.25em;
    height: 3em;
    background: linear-gradient(180deg, #003d94, #b8000c);
    margin-right: 1.5em;
    flex-shrink: 0;
}

.notice-content {
    flex: 1;
    padding-right: 1.5em;
}

.notice-title {
    font-size: 1.125rem;
    font-weight: 500;
    color: #333;
    line-height: 1.5;
    margin: 0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    transition: color 0.3s ease;
}

.notice-meta {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.notice-tag {
    font-size: 0.8rem;
    font-weight: 500;
    background: rgba(151, 151, 151, 0.1);
    padding: 0.375em 0.75em;
}

.notice-more {
    text-align: right;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.notice-more a {
    display: inline-flex;
    align-items: center;
    gap: 0.5em;
    font-size: 1.4rem;
    font-weight: 500;
    color: #003d94;
    text-decoration: none;
    transition: all 0.3s ease;
}

.notice-more a:hover {
    color: #b8000c;
    transform: translateX(0.25em);
}

.notice-more a::after {
    content: '→';
    font-size: 1.4rem;
    transition: transform 0.3s ease;
}

.notice-more a:hover::after {
    transform: translateX(0.25em);
}

/* 响应式设计 */
@media (max-width: 75em) {
    .notice-item {
        padding: 1.25em 0;
    }

    .notice-day {
        font-size: 2rem;
    }

    .notice-title {
        font-size: 1.4rem;
    }
}

@media (max-width: 48em) {
    .notice-section {
        padding: 3.75em 0;
    }
    .notice-item {
        padding: 1em 0;
    }

    .notice-item:hover {
        padding-left: 0.5em;
        padding-right: 0.5em;
        margin: 0 -0.5em;
    }

    .notice-date {
        min-width: 4em;
        padding-right: 1em;
    }

    .notice-day {
        font-size: 1.75rem;
    }

    .notice-divider {
        height: 2.5em;
        margin-right: 1em;
    }

    .notice-title {
        font-size: 0.9375rem;
    }

    .notice-tag {
        font-size: 0.6875rem;
        padding: 0.25em 0.5em;
    }
}

@media (max-width: 30em) {
    .notice-item {
        flex-wrap: wrap;
    }

    .notice-meta {
        width: 100%;
        margin-top: 0.75em;
        padding-left: 5.25em;
        display: none;
    }
}

/* 招生信息样式 - 参考西湖大学 */
.innovation-section {
    background: linear-gradient(180deg, #fefefe 0, #f1f1f1 100%);
    padding: 6.25em 0;
}

.admission-container {
    /* max-width:  112.5em; */
    margin: 0 auto;
    padding: 0 1.25em;
}

.admission-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.125em;
    margin-top: 3.125em;
}

.admission-card {
    position: relative;
    aspect-ratio: 3/4;
    background-size: cover;
    background-position: center;
    text-decoration: none;
    display: block;
    overflow: hidden;
}

.admission-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
    transition: all 0.4s ease;
}

.admission-card:hover .admission-card-overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.admission-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2em;
    color: #fff;
    z-index: 2;
}

.admission-card-title {
    font-size: 1.75rem;
    font-weight: 600;
    margin: 0 0 0.25em 0;
    line-height: 1.3;
}

.admission-card-subtitle {
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0 0 1em 0;
    opacity: 0.9;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

.admission-card-detail {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.admission-card:hover .admission-card-detail {
    max-height: 10em;
    opacity: 1;
    margin-top: 1em;
}

.admission-card-detail p {
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 0;
    opacity: 0.9;
}

.admission-card-arrow {
    width: 2.5em;
    height: 2.5em;
    background: #003d94;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(1em);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 1em;
}

.admission-card:hover .admission-card-arrow {
    opacity: 1;
    transform: translateY(0);
}

.admission-card-arrow svg {
    width: 1.25em;
    height: 1.25em;
    color: #fff;
}

/* 响应式设计 */
@media (max-width: 75em) {
    .admission-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .admission-card {
        aspect-ratio: 4/3;
    }
}

@media (max-width: 48em) {
    .admission-container {
        padding: 0 1.25em;
    }

    .admission-card-title {
        font-size: 2rem;
    }

    .admission-card-subtitle {
        font-size: 1.1rem;
    }

    .admission-card-detail {
        max-height: none;
        opacity: 1;
        margin-top: 0.75em;
    }

    .admission-card-detail p {
        font-size: 1.4rem;
    }

    .admission-card-arrow {
        opacity: 1;
        transform: translateY(0);
        width: 2em;
        height: 2em;
    }
}

@media (max-width: 30em) {
    .admission-grid {
        overflow: hidden;
        grid-template-columns: 1fr;
    }

    .admission-card {
        aspect-ratio: 16/9;
    }
}


.social-section {
    background: linear-gradient(180deg, #fff 0, #c5c6c9 100%);
    ;
    padding: 6.25em 0;
}

.social-container {
    max-width: 112.5em;
    margin: 0 auto;
    padding: 0 1.25em;
}

.social-header {
    text-align: left;
    margin-bottom: 2.5em;
}

.social-header h2 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #333;
    margin: 0;
}

.social-header h2 span {
    font-weight: 400;
    color: #666;
}

.social-header p {
    font-size: 1.4rem;
    color: #666;
    margin-top: 0.5em;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

.social-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.1em;
}

.social-card {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    text-decoration: none;
    display: block;
    background-size: cover;
    background-position: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.social-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.85) 100%);
    transition: all 0.4s ease;
}

.social-card:hover::before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}

.social-overlay {
    display: none;
}

.social-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5em;
    color: #fff;
    z-index: 2;
}

.social-title-cn {
    font-size: 2rem;
    font-weight: 600;
    margin: 0 0 0.25em 0;
    line-height: 1.3;
}

.social-title-en {
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0;
    opacity: 0.9;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

.social-detail {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.social-card:hover .social-detail {
    max-height: 10em;
    opacity: 1;
    margin-top: 1em;
}

.social-detail p {
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 0;
    opacity: 0.9;
}

.social-arrow {
    width: 2.5em;
    height: 2.5em;
    background: #003d94;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(1em);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 1em;
}

.social-card:hover .social-arrow {
    opacity: 1;
    transform: translateY(0);
}

.social-arrow svg {
    width: 1.25em;
    height: 1.25em;
    color: #fff;
}

@media (max-width: 62em) {
    .social-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .social-title-cn {
        font-size: 1.4rem;
    }
}

@media (max-width: 48em) {
    .social-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .social-content {
        padding: 1em;
    }

    .social-title-cn {
        font-size: 1.125rem;
    }

    .social-title-en {
        font-size: 1.1rem;
    }

    .social-detail {
        max-height: none;
        opacity: 1;
        margin-top: 0.75em;
    }

    .social-detail p {
        font-size: 0.812rem;
    }

    .social-arrow {
        opacity: 1;
        transform: translateY(0);
        width: 2em;
        height: 2em;
    }
}

@media (max-width: 30em) {
    .social-card {
        position: relative;
        border-radius: 0;
        overflow: hidden;
        text-decoration: none;
        display: block;
        background-size: cover;
        background-position: center;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .social-grid {
        grid-template-columns: 1fr 1fr;
    }
}


/* 广商映像 - 国际范重排 */
.life-header-title {
    max-width: 112.5em;
}

.life-section {
    position: relative;
    padding: 6.25em 0;
    overflow: hidden;
    min-height: auto;
    display: block;
    background-image: url('../images/gccbuilding.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.life-container {
    max-width: 112.5em;
    margin: 0 auto;
    /* padding: 0 0.625em; */
    width: 100%;
}

.life-header-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 2em 0 1em;
}

.life-hero {
    position: relative;
    height: 65vh;
    width: 100%;
    background-image: url('../images/modebg5.jpg');
    /* 使用主图作为背景 */
    background-size: cover;
    background-position: center bottom;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 10%;
}

.life-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.life-hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
}

.life-featured-box {
    background-color: rgba(255, 255, 255, .65);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 2.5em;
    width: 25em;
    color: #333;
    box-shadow: 0 1em 4em rgba(0, 0, 0, 0.3);
}

.featured-box-tag {
    color: #003d94;
    font-weight: 700;
    font-size: 1.6rem;
    text-transform: uppercase;
    margin-bottom: 0.5em;
}

.life-featured-box h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 0 1.2em 0;
}

.featured-search-mimic {
    background: #f5f5f5;
    padding: 1em 1.5em;
    display: flex;
    align-items: center;
    color: #999;
    font-size: 1.6rem;
}

.featured-search-mimic i {
    margin-right: 0.8em;
}

.life-title-group h2 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1.2;
}

.life-title-group h2 span {
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    margin-left: 0.5em;
}

.life-more-link {
    display: inline-flex;
    align-items: center;
    color: #003d94;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.life-more-link i {
    margin-left: 0.5em;
    transition: transform 0.3s ease;
}

.life-more-link:hover {
    color: #fff;
}

.life-more-link:hover i {
    transform: translateX(0.5em);
}

.life-grid-container {
    flex: 1;
    position: relative;
    z-index: 3;
}

.life-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    height: 100%;
    gap: 0;
}

.life-card {
    position: relative;
    text-decoration: none;
    color: #333;
    background: #f8f9fa;
    border-right: 1px solid #eee;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.0em;
    height: auto !important;
    /* 覆盖 style.css 中的固定高度 */
    box-shadow: none !important;
    /* 覆盖 style.css 中的阴影 */
}

.life-card:last-child {
    border-right: none;
}

.life-card-inner {
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.life-card-icon {
    margin-bottom: 2em;
}

.life-card-icon img {
    width: 3.5em;
    height: 3.5em;
    object-fit: contain;
    filter: brightness(0.2);
    /* 默认深色图标 */
    transition: all 0.4s ease;
}

.life-card-title {
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
    color: #333;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
}

.life-card-title span {
    font-size: 1.6rem;
    font-weight: 400;
    color: #999;
    margin-top: 0.3em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: all 0.4s ease;
}

.life-card:hover .life-card-title span {
    color: rgba(255, 255, 255, 0.8);
}

.life-card-arrow {
    margin-top: 2em;
    width: 2.5em;
    height: 2.5em;
    background: #e0e0e0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.life-card-arrow span {
    font-size: 1.6rem;
    color: #666;
    line-height: 1;
    transition: all 0.4s ease;
}

/* 悬停效果 */
.life-card:hover {
    background: #003d94;
    /* 品牌蓝色 */
    transform: translateY(-1em);
    box-shadow: 0 1em 3em rgba(0, 61, 148, 0.3);
    z-index: 5;
}

.life-card:hover .life-card-title {
    color: #fff;
}

.life-card:hover .life-card-arrow {
    background: #003d94;
    /* 品牌橙色 */
    transform: translateX(0.5em);
}

.life-card:hover .life-card-arrow span {
    color: #fff;
}

.life-card:hover .life-card-icon img {
    filter: brightness(0) invert(1);
    /* 变为白色图标 */
    transform: scale(1.2);
}

.life-card:hover .life-card-arrow {
    transform: translateX(0.5em);
}

/* 印象广商 - 3D轮播卡片 */
.life-carousel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
    height: 35rem;
    perspective: 1200px;
}

.life-carousel-card {
    position: relative;
    width: 22%;
    height: 100%;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transform-style: preserve-3d;
    box-shadow: 0 0.5em 2em rgba(0, 0, 0, 0.15);
    /* 默认侧放立体效果 */
    transform: perspective(1000px) rotateY(25deg) scale(0.9);
    opacity: 1;
    filter: brightness(0.7);
}

/* 左侧卡片向左倾斜 */
.life-carousel-card:nth-child(1) {
    transform: perspective(1000px) rotateY(35deg) scale(0.85) translateX(20%);
}

/* 右侧卡片向右倾斜 */
.life-carousel-card:nth-child(4) {
    transform: perspective(1000px) rotateY(-35deg) scale(0.85) translateX(-20%);
}

/* 中间偏左 */
.life-carousel-card:nth-child(2) {
    transform: perspective(1000px) rotateY(15deg) scale(0.9);
}

/* 中间偏右 */
.life-carousel-card:nth-child(3) {
    transform: perspective(1000px) rotateY(-15deg) scale(0.9);
}

.life-carousel-card:hover {
    width: 40%;
    height: 85%;
    z-index: 10;
    box-shadow: 0 1.5em 5em rgba(0, 0, 0, 0.3);
    /* 悬停时恢复正常 */
    transform: perspective(1000px) rotateY(0deg) scale(1) translateX(0);
    opacity: 1;
    filter: brightness(1);
}

/* 其他卡片在悬停时保持侧放 */
.life-carousel:has(.life-carousel-card:nth-child(1):hover) .life-carousel-card:nth-child(2) {
    transform: perspective(1000px) rotateY(25deg) scale(0.8);
    opacity: 0.5;
    filter: brightness(0.6);
}

.life-carousel:has(.life-carousel-card:nth-child(1):hover) .life-carousel-card:nth-child(3),
.life-carousel:has(.life-carousel-card:nth-child(1):hover) .life-carousel-card:nth-child(4) {
    transform: perspective(1000px) rotateY(-35deg) scale(0.8) translateX(-20%);
    opacity: 0.5;
    filter: brightness(0.6);
}

.life-carousel:has(.life-carousel-card:nth-child(2):hover) .life-carousel-card:nth-child(1) {
    transform: perspective(1000px) rotateY(45deg) scale(0.8) translateX(30%);
    opacity: 0.5;
    filter: brightness(0.6);
}

.life-carousel:has(.life-carousel-card:nth-child(2):hover) .life-carousel-card:nth-child(3),
.life-carousel:has(.life-carousel-card:nth-child(2):hover) .life-carousel-card:nth-child(4) {
    transform: perspective(1000px) rotateY(-35deg) scale(0.8) translateX(-20%);
    opacity: 0.5;
    filter: brightness(0.6);
}

.life-carousel:has(.life-carousel-card:nth-child(3):hover) .life-carousel-card:nth-child(1),
.life-carousel:has(.life-carousel-card:nth-child(3):hover) .life-carousel-card:nth-child(2) {
    transform: perspective(1000px) rotateY(35deg) scale(0.8) translateX(20%);
    opacity: 0.5;
    filter: brightness(0.6);
}

.life-carousel:has(.life-carousel-card:nth-child(3):hover) .life-carousel-card:nth-child(4) {
    transform: perspective(1000px) rotateY(-45deg) scale(0.8) translateX(-30%);
    opacity: 0.5;
    filter: brightness(0.6);
}

.life-carousel:has(.life-carousel-card:nth-child(4):hover) .life-carousel-card:nth-child(1),
.life-carousel:has(.life-carousel-card:nth-child(4):hover) .life-carousel-card:nth-child(2),
.life-carousel:has(.life-carousel-card:nth-child(4):hover) .life-carousel-card:nth-child(3) {
    transform: perspective(1000px) rotateY(35deg) scale(0.8) translateX(20%);
    opacity: 0.5;
    filter: brightness(0.6);
}

.life-carousel-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    position: relative;
}

.life-carousel-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.life-carousel-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.life-carousel-card:hover .life-carousel-image img {
    transform: scale(1.2);
}

.life-carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 50%, transparent 100%);
    z-index: 2;
    transition: opacity 0.4s ease;
}

.life-carousel-card:hover .life-carousel-overlay {
    background: linear-gradient(to top, rgba(0, 61, 148, 0.5) 0%, rgba(0, 0, 0, 0.1) 50%, transparent 100%);
}

.life-carousel-content {
    position: absolute;
    bottom: 2em;
    left: 1.5em;
    right: 1.5em;
    z-index: 3;
    color: #fff;
    transition: all 0.5s ease;
}

.life-carousel-card:hover .life-carousel-content {
    bottom: 3em;
}

.life-carousel-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 0 0.3em;
    color: #fff;
    transition: font-size 0.4s ease;
}

.life-carousel-card:hover .life-carousel-title {
    font-size: 2.2rem;
}

.life-carousel-subtitle {
    font-size: 1.6rem;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* 响应式适配 */
@media (max-width: 75em) {
    .life-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .life-card {
        border-bottom: 1px solid #eee;
    }

    .life-carousel-card {
        width: 25%;
        height: 60%;
    }

    .life-carousel-card:hover {
        width: 40%;
        height: 75%;
    }
}

@media (max-width: 48em) {
    .life-hero {
        height: 40vh;
        padding-left: 5%;
    }

    .life-title-group h2 {
        font-size: 1.4rem;
    }

    .life-grid-container {
        margin-top: 0;
    }

    .life-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .life-card {
        padding: 1.5em;
    }

    .life-card-title {
        font-size: 1.6rem;
    }

    .life-carousel {
        flex-wrap: wrap;
        gap: 0.8em;
        padding: 1em;
        height: auto;
        min-height: 400px;
    }

    .life-carousel-card {
        width: 46%;
        height: 180px;
        transform: none !important;
        opacity: 1 !important;
        filter: none !important;
    }

    .life-carousel-card:hover {
        width: 46%;
        height: 180px;
        transform: none !important;
        box-shadow: 0 0.5em 1.5em rgba(0, 0, 0, 0.2);
    }

    .life-carousel-card:nth-child(1),
    .life-carousel-card:nth-child(2),
    .life-carousel-card:nth-child(3),
    .life-carousel-card:nth-child(4) {
        transform: none !important;
    }

    .life-carousel:has(.life-carousel-card:nth-child(1):hover) .life-carousel-card:nth-child(2),
    .life-carousel:has(.life-carousel-card:nth-child(1):hover) .life-carousel-card:nth-child(3),
    .life-carousel:has(.life-carousel-card:nth-child(1):hover) .life-carousel-card:nth-child(4),
    .life-carousel:has(.life-carousel-card:nth-child(2):hover) .life-carousel-card:nth-child(1),
    .life-carousel:has(.life-carousel-card:nth-child(2):hover) .life-carousel-card:nth-child(3),
    .life-carousel:has(.life-carousel-card:nth-child(2):hover) .life-carousel-card:nth-child(4),
    .life-carousel:has(.life-carousel-card:nth-child(3):hover) .life-carousel-card:nth-child(1),
    .life-carousel:has(.life-carousel-card:nth-child(3):hover) .life-carousel-card:nth-child(2),
    .life-carousel:has(.life-carousel-card:nth-child(3):hover) .life-carousel-card:nth-child(4),
    .life-carousel:has(.life-carousel-card:nth-child(4):hover) .life-carousel-card:nth-child(1),
    .life-carousel:has(.life-carousel-card:nth-child(4):hover) .life-carousel-card:nth-child(2),
    .life-carousel:has(.life-carousel-card:nth-child(4):hover) .life-carousel-card:nth-child(3) {
        transform: none !important;
        opacity: 1 !important;
        filter: none !important;
    }

    .life-carousel-content {
        bottom: 1em;
        left: 1em;
        right: 1em;
    }

    .life-carousel-title {
        font-size: 1.6rem;
    }

    .life-carousel-card:hover .life-carousel-title {
        font-size: 1.3rem;
    }

    .life-carousel-subtitle {
        font-size: 0.75rem;
    }
}

.data-section {
    background: url('../images/phy_room.png'), linear-gradient(180deg, #fff 0, #c5c6c9 100%);
    background-repeat: repeat-x;
    background-position: right bottom;
    background-size: contain;
    padding: 6.25em 0;
}

/* 板块进入动画样式 */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(1.875em);
    transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.animate-on-scroll.animated {
    opacity: 1;
    transform: translateY(0);
}

/* 从左侧进入 */
.animate-from-left {
    opacity: 0;
    transform: translateX(-3.125em);
    transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.animate-from-left.animated {
    opacity: 1;
    transform: translateX(0);
}

/* 从右侧进入 */
.animate-from-right {
    opacity: 0;
    transform: translateX(3.125em);
    transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.animate-from-right.animated {
    opacity: 1;
    transform: translateX(0);
}

/* 缩放进入 */
.animate-scale {
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.animate-scale.animated {
    opacity: 1;
    transform: scale(1);
}

/* 延迟动画 */
.delay-1 {
    transition-delay: 0.1s;
}

.delay-2 {
    transition-delay: 0.2s;
}

.delay-3 {
    transition-delay: 0.3s;
}

.delay-4 {
    transition-delay: 0.4s;
}

.delay-5 {
    transition-delay: 0.5s;
}

/* 微信公众号二维码悬停显示样式 */
.wechat-container {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #333;
    transition: color 0.3s ease;
}

.wechat-container svg {
    width: 1.5em;
    height: 1.5em;
}

.wechat-qrcode {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: auto;
    margin-bottom: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    z-index: 1000;
    background: white;
    padding: 10px;
}

.wechat-container:hover .wechat-qrcode {
    display: block;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}