﻿@charset "utf-8";
#header::after {
    height: 158px;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
#header{
    position: fixed;
    z-index: 3;
}
#header #logo img,
#header #logo,
#header .topLinks{
    -webkit-transition:all 0.6s;
    -moz-transition:all 0.6s;
    -ms-transition:all  0.6s;
    -o-transition:all 0.6s;
    transition:all 0.6s;
}
#header.headerFixed{
    background-color: rgba(173,24,31,1);
}
#header.headerFixed::after{
    display: none;
}
#header.headerFixed .topLinks{
    display: none;
}
#header.headerFixed #logo{
    margin-top: 8px;
    height: 70px;
}
#header.headerFixed #logo img{
    height: 100%;
    width: 100%;
}
#header.headerFixed .header-nav-links{
    flex-direction: row;
    align-items: stretch;
    justify-content: end;
}
#content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 100vh;
}
#content::before{
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 100vh - 176px);
    background-color: #fff;
}


/* 轮播大图 */
/* 放大和缩小的动画 */
@keyframes zoomInOut {
    0% {
        transform: scale(1); /* 初始大小 */
    }
    50% {
        transform: scale(1.15); /* 放大到 1.5 倍 */
    }
    100% {
        transform: scale(1); /* 缩小回原始大小 */
    }
}
.banner {
    position: fixed;
    z-index: 2;
    clear: both;
    height: 100vh;
    z-index: 0;
    width: 100%;
    overflow: hidden;
}
.banner .swiper-wrapper li {
    height: 100vh;
    width: 100%;
}
.banner .swiper-slide img {
    height: 100vh;
    width: 100%;
    transition: transform 0.5s ease-in-out;
    transform: scale(1); /* 初始大小 */
}
.banner .zooming img{
   animation: zoomInOut 12s ease-in-out forwards;
}
.banner .swiper-wrapper .con {
    display: none;
}
.banner .swiper-pagination {
    height: 28px;
    overflow: hidden;
    position: absolute;
    z-index: 3;
    left: 0;
    width: 100%;
    bottom: 50px;
    display: none;
}
.banner .swiper-pagination .swiper-pagination-bullet {
    cursor: pointer;
    margin: 9px 5px;
    width: 14px;
    height: 14px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    opacity: 1;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
    background-color:#AD181F;
}
/* .banner .banner-button{
    position: absolute;
    z-index: 1;
    width: 88px;
    height: 88px;
    line-height: 88px;
    float: left;
    overflow: hidden;
    top: 50%;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(149, 185, 208, 0.4);
    cursor: pointer;
    border: 1px solid white;
}
.banner .banner-button:hover{
    background-color: rgba(149, 185, 208, 0.7);
}
.banner .banner-button::before{
    font-family: "fontpower";
    content: "\e20c";
    font-size: 46px;
    color: #fff;
} */
 .banner .banner-button{
    position: absolute;
    z-index: 1;
    width: 60px;
    height: 60px;
    line-height: 60px;
    float: left;
    overflow: hidden;
    top: 50%;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(149, 185, 208, 0.3);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.5);
}
.banner .banner-button:hover{
    background-color: rgba(149, 185, 208, 0.5);
}
.banner .banner-button{
    background-image: url(../../base/img/ind-foucs-prev.png);
}
.banner .banner-button-prev{
    left: 120px;
}
.banner .banner-button-next{
    right: 120px;
}
/* .banner .banner-button-next::before{
    content:"\e20d";
} */
.banner .banner-button-next{
    background-image: url(../../base/img/ind-foucs-next.png);
}



@keyframes slideBanner {
    0% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

/* 图标 */
.swiper-circle{
	position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: end;
    width: 500px;
    height: 462px;
    margin: 0 auto -210px;
    text-align: center;
    color: #B51500;
    font-size: 20px;
    background:  url(../../base/img/ind-banner-btn-bg.png) center top no-repeat;
    overflow: hidden;
    cursor: pointer;
}
/* 上下浮动动画 */
@keyframes bounce-up-down {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-12px);
    }
}
.swiper-circle span{
    display: inline-block;
    margin-bottom: 46px;
    width: 40px;
    height: 40px;
    overflow: hidden;
    background:  url(../../base/img/ind-shubiao.png) center top no-repeat;
    pointer-events: auto;
    animation: bounce-up-down 1.5s ease-in-out infinite;
}
.swiper-circle:hover{
    text-decoration: none;
    color: #801204;
}
.swiper-circle:hover span {
    animation-play-state: paused;
}

/* 通用框 */
.boxDefault .mhd{
    display: flex;
    align-items: end;
    justify-content: space-between;
    padding: 20px 0;
}
.boxDefault .mhd h3{
    color: #AD181F;
}
.boxDefault .mhd h3 strong{
    position: relative;
    z-index: 1;
    padding-top: 30px;
    display: block;
    font-size: 60px;
    line-height: 1.2;
    font-weight: bold;
}
.boxDefault .mhd h3 strong::before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:  url(../../base/img/ind-icon-1.png) center top no-repeat;
}
.boxDefault .mhd h3 strong.icon-2::before{
    background:  url(../../base/img/ind-icon-2.png) center top no-repeat;
}
.boxDefault .mhd h3 strong.icon-3::before{
    background:  url(../../base/img/ind-icon-3.png) center top no-repeat;
}
.boxDefault .mhd h3 strong.icon-4::before{
    background:  url(../../base/img/ind-icon-4.png) center top no-repeat;
    top: -55px;
    opacity: 0.9;
}
.boxDefault .mhd h3 strong.icon-5::before{
    top: -30px;
    background:  url(../../base/img/ind-icon-5.png) center top no-repeat;
    opacity: 0.5;
}
.boxDefault .mhd h3 strong a{
    color: #AD181F;
}
.boxDefault .mhd .eng{
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    font-size: 13px;
    text-transform: uppercase;
}
.boxDefault .mhd .eng::before{
    content:"";
    width: 36px;
    height: 2px;
    margin-right: 10px;
    overflow: hidden;
    background-color: #AD181F;
}
.boxDefault .mhd .more{
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    display:flex;
    align-items:center;
    padding:0 4px; 
    height: 58px;
    line-height: 58px;
    border-top: 1px solid #AD181F;
    border-bottom: 1px solid #AD181F;
    color: #000;
}
.boxDefault .mhd .more::after{
    content: "";
    margin-left:10px;
    width: 30px;
    height: 30px;
    background: url(../../base/img/ind-more-icon-2.png) center center no-repeat;
}
.boxDefault .mhd .more:hover{
    text-decoration: none;
    color: #AD181F;
    background-color: rgba(255,255,255,0.4);
}
/* .boxDefault .mhd .more:hover::after{
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    -o-transform:rotate(360deg);
    transform:rotate(360deg);
} */
.boxDefault .mhd.center{
    justify-content: center;
}

.boxDefault .mhd.center h3{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


/* 快速链接 */
/* .boxService{
    padding:520px 0 160px;
    background:  url(../../base/img/ind-links-bg-2.png) center 85px no-repeat;
} */
.boxService{
    padding:80px 0 450px;
    background:  url(../../base/img/ind-bg-5.jpg) center bottom no-repeat;
}
.serviceList{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items:stretch;
}
.serviceList li{
    list-style: none;
    margin: 10px;
}
.serviceList li .pic{
    display: flex;
    justify-content: center;
    display: none;
    align-items: center;
    padding-top: 10px;
    height: 68px;
    overflow: hidden;
}
.serviceList li .pic img{
    width: auto;
    max-width: 52px;
    max-height: 52px;
    -webkit-transition:all 1s;
    -moz-transition:all 1s;
    -ms-transition:all  1s;
    -o-transition:all 1s;
    transition:all 1s;
}
.serviceList li .tit{
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    font-size: 18px;
    height: 60px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    color: #AD181F;
}
.serviceList li .tit::before{
    content:"";
    width:60px;
    height:60px;
    margin-right:12px;
    background:  url(../../base/img/ind-kslj-icon.png) center top no-repeat;
    -webkit-transition:all 1s;
    -moz-transition:all 1s;
    -ms-transition:all  1s;
    -o-transition:all 1s;
    transition:all 1s;
}
.serviceList li:nth-child(2) .tit::before{
    background-position: center -100px;
}
.serviceList li:nth-child(3) .tit::before{
    background-position: center -200px;
}
.serviceList li:nth-child(4) .tit::before{
    background-position: center -300px;
}
.serviceList li:nth-child(5) .tit::before{
    background-position: center -400px;
}
.serviceList li:nth-child(6) .tit::before{
    background-position: center -500px;
}
.serviceList li:nth-child(7) .tit::before{
    background-position: center -600px;
}
.serviceList li:nth-child(8) .tit::before{
    background-position: center -700px;
}
.serviceList li:hover .tit::before{
    -webkit-transform:rotateY(360deg);
    -moz-transform:rotateY(360deg);
    -ms-transform:rotateY(360deg);
    -o-transform:rotateY(360deg);
    transform:rotateY(360deg);
}
.serviceList li a:hover{
    text-decoration: none;
}
.serviceList li:hover .pic img{
    -webkit-transform:rotateY(360deg);
    -moz-transform:rotateY(360deg);
    -ms-transform:rotateY(360deg);
    -o-transform:rotateY(360deg);
    transform:rotateY(360deg);
}
.serviceList li:hover a{
    color: #971118;
}


/* ==========================================================================
   民生新闻
========================================================================== */
/* 民大新闻 */
.boxNews{
    position: relative;
    z-index: 1;
    padding: 30px 0 58px;
    min-height: 600px;
    background:  url(../../base/img/ind-box-bg-1.png) center top no-repeat;
    background-size: cover;
}
.boxNews::before{
    content:"";
    position: absolute;
    z-index: 0;
    top: 60px;
    left: 128px;
    width: calc(100% - 128px);
    height: calc(100% - 60px);
    background: linear-gradient(90deg,rgba(255,188,136,0), rgba(181,99,28,0.15));
}
.boxNews .mhd .more:hover{
    background-color: rgba(255,255,255,0.4);
}
/* 轮播图 */
.newsSwiper{
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.newsSwiper .swiper{
    width: calc(100% / 170 * 116);
}
.newsSwiper .swiper-slide{
    position: relative;
    z-index: 1;
    height: 730px;
}
.newsSwiper .swiper-slide .pic{
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #666;
}
.newsSwiper .swiper-slide .pic img{
    display: block;
    width: 100%;
    height: 100%;
}
.newsSwiper .swiper-slide .con{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    box-sizing: border-box;
    padding:50px 40px 15px 20px;
    background-color: rgba(255, 255, 255, 0.6);
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8));
}
.newsSwiper .swiper-slide .con .title{
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 22px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 40px;
    color: white;
    border-bottom:1px solid rgba(255,255,255,0.4);
}
.newsSwiper .swiper-slide .con .title a{
    color: white;
}
.newsSwiper .swiper-slide .con .intro{
    font-size: 14px;
    line-height: 24px;
    color: white;
}

.newsSwiper .swiper-pagination-bullet{
    width: calc(100% / 170 * 54);
    opacity: 1;
    display: flex;
    flex-direction: column;
}
.newsSwiper .swiper-pagination-bullet li{
    position: relative;
    z-index: 1;
    opacity: 1;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.newsSwiper .swiper-pagination-bullet li .con{
    position: relative;
    z-index: 1;
    order: 1;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    padding:30px 29px;
}
.newsSwiper .swiper-pagination-bullet li .con .others{
    order: 1;
    font-size: 18px;
    line-height: 20px;
    color: #AD181F;
    font-family: Georgia;
}
.newsSwiper .swiper-pagination-bullet li .con .title{
    order: 2;
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
}
.newsSwiper .swiper-pagination-bullet li .pic{
    order: 2;
    width: 230px;
    height: 146px;
}
.newsSwiper .swiper-pagination-bullet li .pic a{
    display: block;
    position: relative;
    z-index: 1;
}
.newsSwiper .swiper-pagination-bullet li .pic a::after{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.15);
    z-index: 1;
}
.newsSwiper .swiper-pagination-bullet li .pic img{
    display: block;
    width: 100%;
    height: 100%;
}
.newsSwiper .swiper-pagination-bullet li a:hover{
    text-decoration: none;
}
.newsSwiper .swiper-pagination-bullet li .con::before{
    content:"";
    position: absolute;
    top: 0;
    left:0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border-bottom:1px solid #eaeaea;
    z-index: -2;
    -webkit-transition:all 0.6s;
    -moz-transition:all 0.6s;
    -ms-transition:all  0.6s;
    -o-transition:all 0.6s;
    transition:all 0.6s;
}
.newsSwiper .swiper-pagination-bullet li.active .con::before{
    left: -40px;
    background-color: #ad181f;
    border-bottom-color:#ad181f;
}
.newsSwiper .swiper-pagination-bullet li .con::after{
    content: "";
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    width: 155px;
    height: 117px;
    background:  url(../../base/img/ind-mtgm-icon-1.png) center top no-repeat;
    background-size: cover;
}
.newsSwiper .swiper-pagination-bullet li.active .con .others,
.newsSwiper .swiper-pagination-bullet li.active .con .title a{
    color: #fff;
}
.newsSwiper .swiper-pagination-bullet li.active .pic a::after{
    background: none;
}

/* ==========================================================================
   学术科研
========================================================================== */
.boxResearch{
    position: relative;
    z-index: 1;
    padding: 40px 0 80px;
    min-height: 600px;
    background: #fff url(../../base/img/ind-box-bg-2.png) center bottom no-repeat;
    background-size: cover;
}
.boxResearch .mhd{
    position: relative;
    z-index: 1;
}
.boxResearch .mhd .more{
    position: absolute;
    left: 330px;
    top: 100px;
}
.boxResearch .mbd{
    position: relative;
    z-index: 1;
    padding-bottom: 100px;
    padding-right:calc(100% - 480px);
}
.boxResearch .mbd::before{
    content:"";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    bottom: 0;
    width: 480px;
    background: linear-gradient(180deg,rgba(255,255,255,0), rgba(255,255,255,1));
}
.boxResearch .mbd .nodeIntro{
    margin:20px 20px 30px 10px;
    padding: 20px;
    font-size: 16px;
    background-color: #efefef;
    text-indent: 2em;
    border-radius: 40px 5px 60px 10px;
}
.infoTab{
    padding-top: 15px;
}
.infoTab li{
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    padding: 10px 56px 10px 22px;
    font-size: 18px;
    line-height: 30px;
    min-height: 52px;
    border-bottom:1px solid #eaeaea;
}
.infoTab li a{
    display: block;
    overflow: hidden;
    max-height: 60px;
}
.infoTab li:hover::after,
.infoTab li:hover::before{
    content:"";
    position: absolute;
}
.infoTab li a:hover{
    text-decoration: none;
}
.infoTab li::before{
    content:"";
    position: absolute;
    z-index: -2;
    width: 552px;
    height: 102px;
    left: -15px;
    top: -11px;
    background:  url(../../base/img/ind-tab-nav-bg.png) right top no-repeat;
    opacity: 0;
    transition: opacity 0.6s;
}
.infoTab li.on{
    border-bottom-color:transparent;
}
.infoTab li.on::before{
    opacity: 0.8;
}
.infoTab li.on::after{
    content:"";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 10px;
    height: 52px;
    width: 3px;
    background-color: #AD181F;
}
.infoTab li.on a{
    color: #AD181F;
}

.boxResearch .siteWidth{
    position: relative;
    z-index: 2;
}

.boxResearch .infoCon{
    position: absolute;
    z-index: 1;
    left: 50%;
    right: 0;
    top: 22px;
    bottom: 120px;
    padding-top: 112px;
    margin-left:-320px;
}
.boxResearch .infoCon::before{
    content:"";
    position: absolute;
    left: 100px;
    top: 0;
    right: 0;
    height: 112px;
    background-color: #ad181f;
    background: #ad181f url(../../base/img/ind-xskx-bg-1.png) center -6px no-repeat;
}
.boxResearch .infoCon::after{
    content:"";
    position: absolute;
    left: 60px;
    top: 42px;
    width: 40px;
    height: 76px;
    background-color: #ad181f;
    opacity: 0.2;
}
.boxResearch .infoCon li{
	position: relative;
    z-index: 2;
    height: 100%;
}
.boxResearch .infoCon a{
    display: block;
    width: 100%;
    height: 100%;
    background: center no-repeat;
    background-size: cover;
}
.boxResearch .infoCon a>span{
    display: none;
}

/* ==========================================================================
   专题聚焦
========================================================================== */
.boxSpecial{
    padding:30px 0 20px;
    background: url(../../base/img/ind-ztzl-bg.png) center 60px no-repeat;
}
.boxSpecial .mbd{
    position: relative;
    z-index: 1;
    padding:40px 0;
}
.boxSpecial .button-prev,
.boxSpecial .button-next{
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    cursor: pointer;
}
.boxSpecial .button-next{
    right: -23px;
}
.boxSpecial .button-prev{
    left: -23px;
}
.boxSpecial .button-prev::before,
.boxSpecial .button-next::before{
    font-family: "fontpower";
    font-size: 20px;
    color: #5F144E;
}
.boxSpecial .button-prev::before{
    content: "\e1d0";
}
.boxSpecial .button-next::before{
    content: "\e1d1";
}
.boxSpecial .button-prev:hover,
.boxSpecial .button-next:hover{
    background-color: #AD181F;
}
.boxSpecial .button-prev:hover::before,
.boxSpecial .button-next:hover::before{
    color: #fff;
}

/* 专题图片列表 */
.specialList{
    overflow: hidden;
}
.specialList li{
    width: calc(100% / 4 - 16px);
    margin-right: 20px;
}
.specialList li .tit{
    display: none;
}
.specialList li .pic img{
    display: block;
    width: 100% !important;
    height: auto !important;
}

/* ==========================================================================
   媒体贵民
========================================================================== */
.boxMedia{
    padding-top: 20px;
    min-height: 700px;
    background:  url(../../base/img/ind-mtgm-bg-2.jpg) center top no-repeat;
}
.boxMedia .mbd{
    padding:20px 0 70px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 5px;
}
.boxMedia .flex-column{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.boxMedia .flex-row{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 5px;
}
.boxMedia .medialLeft{
    width: 620px;
}
.boxMedia .medialRight{
    flex: 1;
}

.mediaPic li{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.mediaPic li .item-icon{
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}
.mediaPic li .item-icon img{
    width: auto;
    height: auto;
    max-width: 180px;
    max-height: 60px;
    padding: 3px;
    background-color: #fff;
    border-radius: 0 0 5px 0;
}
.mediaPic li .pic,
.mediaPic li .pic a{
    display: block;
    height: 100%;
}
.mediaPic li .pic img{
    display: block;
    width: 100% !important;
    height: 100% !important;
}
.mediaPic li .con{
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: -100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    padding: 30px 14px 14px;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.5) 100% );
    transition: bottom 0.6s;
}
.mediaPic li .con .title{
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}
.mediaPic li .con .title a{
    color: #fff;
}
.mediaPic li .con .title a:hover{
    text-decoration: none;
}
.mediaPic li .con .others{
    color: rgba(255, 255, 255, 0.8);
}
.mediaPic li:hover .con{
    bottom: 0;
}

/* 文字模式 */
.mediaTxt li{
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    box-sizing: border-box;
    padding: 32px 65px 40px 35px;
    background-color: #ad181f;
}
.mediaTxt li .item-icon{
    margin:-32px 10px 0 -35px;
}
.mediaTxt li .item-icon img{
	width: auto;
    height: auto;
    max-width: 180px;
    max-height: 60px;
    padding: 3px;
    background-color: #fff;
    border-radius: 0 0 5px 0;
}
.mediaTxt li .con{
    
    -webkit-transition:all 0.6s;
    -moz-transition:all 0.6s;
    -ms-transition:all  0.6s;
    -o-transition:all 0.6s;
    transition:all 0.6s;
}
.mediaTxt li .title{
    margin-bottom: 22px;
    font-size: 18px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}
.mediaTxt li .title a{
    color: #fff;
}
.mediaTxt li a:hover{
    text-decoration: none;
}
.mediaTxt li .others{
    display: flex;
    flex-direction: column;
    color: rgba(255, 255, 255, 0.8);
}
.mediaTxt li .others .more{
    margin-top: 10px;
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 10px;
    color: rgba(255, 255, 255, 0.8);
}
.mediaTxt li .others .more::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 113px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.4);
}
.mediaTxt li:hover{
    background-color: #960b12;
}
.mediaTxt li:hover .con{
    padding-left: 10px;
}
.mediaTxt li:hover .others,
.mediaTxt li:hover .others .more{
    color: white;
}

.mediaTxtGray li{
    padding:42px 30px 22px 40px;
    background-color: rgba(237, 237, 237, 0.7);
}
.mediaTxtGray li .item-icon{
    margin:-42px 10px 0 -40px;
}
.mediaTxtGray li .title{
    margin-bottom: 15px;
}
.mediaTxtGray li .title a{
    color:#333;
}
.mediaTxtGray li .others .date{
    color:#ad181f;
}
.mediaTxtGray li .others .more{
    color:#666;
}
.mediaTxtGray li .others .more::after{
    background-color: rgba(0,0,0,0.12);
}
.mediaTxtGray li:hover{
    background-color: #e0e0e0;
}
.mediaTxtGray li:hover .others,
.mediaTxtGray li:hover .others .more{
    color: #333;
}

/* 图标 */
.mediaTxt.icon-1 li::after{
    content: "";
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    width: 194px;
    height: 147px;
    background:  url(../../base/img/ind-mtgm-icon-1.png) center top no-repeat;
}
.mediaTxt.icon-2 li::after{
    content: "";
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    width: 238px;
    height: 124px;
    background:  url(../../base/img/ind-mtgm-icon-2.png) center top no-repeat;
}

.mediaPicBg{
	flex:1;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.mediaPicBg li{
    flex: 1;
}

.maxHeight{
    width: 260px;
}
.maxHeight + *{
    flex:1;
}
.maxHeight li{
    height: 100%;
}
.maxHeight li .pic img{
    height: 100% !important;
}

.type-bottom{
    height: 188px;
}

.mediaTxt.type-txt-2{
    flex:1;
}
.mediaPic.type-pic-3{
    width: 328px;
}

.mediaTxt.type-txt-3 li{
    
}

/* 灰色2 */
.mediaTxt.type-txt-4{
    width: 35%;
}
.mediaTxt.type-txt-4 li{
	height: 100%;
    display: flex;
    flex-direction: column;
    padding:10px 15px;
}
.mediaTxt.type-txt-4 li .item-icon{
    margin:-10px 10px 10px -15px;
}
.mediaTxt.type-txt-4 li .title{
    height:30px;
    margin-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* ==========================================================================
   文润民大
========================================================================== */
.boxWenrun{
    padding-bottom: 20px;
}
.boxWenrun .nodeName{
    position: relative;
    z-index: 1;
    height: 350px;
    background: #ad181f;
    border-radius: 175px 0 0 175px;
}
.boxWenrun .nodeName::before{
    content:"";
    position: absolute;
    z-index: -1;
    right: 30px;
    bottom: 0;
    width: 774px;
    height: 283px;
    background:  url(../../base/img/ind-wrgm-bg.png) center center no-repeat;
}
.boxWenrun .nodeName strong{
    position: absolute;
    z-index: 1;
    width: 300px;
    height: 300px;
    line-height: 300px;
    margin:25px 0 0 20px;
    text-align: center;
    font-size: 33px;
    font-weight: bold;
    color:#ad181f;
    background:  url(../../base/img/ind-wrgm-icon-4.png) center center no-repeat;
}
.boxWenrun .nodeName strong::before{
    content:"";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 300px;
    height: 300px;
    background:  url(../../base/img/ind-wrgm-icon-1.png) center center no-repeat;
    background-size: cover;
}

/* 添加旋转动画 */
.boxWenrun .nodeName strong::before {
  animation: spin 9s linear infinite;
  transform-origin: center center; /* 确保绕中心旋转，默认已是中心，可省略 */
}

/* 鼠标移动到 strong 上时暂停旋转 */
.boxWenrun .nodeName strong:hover::before {
  animation-play-state: paused;
}

/* 定义旋转关键帧 */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.boxWenrun .boxInfo{
    display: flex;
    align-items:stretch;
    justify-content: space-between;
}
.boxWenrun .boxMore{
    flex: 1;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.boxWenrun .boxMore .more{
    display: inline-block;
    width: 22px;
    margin-top: 60px;
    padding: 230px 0 0;
    font-size: 14px;
    line-height: 18px;
    color:#ad181f;
    background:  url(../../base/img/ind-wrgm-icon-2.png) center top no-repeat;
}
.boxWenrun .boxMore::after{
    content:"";
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 158px;
    height: 165px;
    background:  url(../../base/img/ind-wrgm-icon-3.png) left top no-repeat;
}
.boxWenrun .nodeInfo{
    width: 1250px;
    padding-top: 10px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    margin-top:-167px;
    gap: 10px;
}

.picInfoList li{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.picInfoList li .pic{
    display: block;
}
.picInfoList li .pic img{
    display: block;
    width: 100% !important;
    height: auto !important;
}
.picInfoList li .con{
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding: 30px 14px 14px;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.5) 100% );
}
.picInfoList li .con .others{
    order: 1;
    margin-right: 10px;
    width: 48px;
    text-align: center;
    padding-top: 30px;
    height: 32px;
    line-height: 32px;
    color: white;
    font-size: 14px;
    background: #17AE10 url(../../base/img/icon-wx.png) center 12px no-repeat;
}
.picInfoList li .con .title{
    flex: 1;
    order: 2;
    display: flex;
    line-height: 26px;
    padding: 5px 0;
    align-items: center;
}
.picInfoList li .con .title a{
    color: rgba(255, 255, 255, 0.9);
}
.picInfoList li .con .title a:hover{
    text-decoration: none;
    color: white;
}

.listWx{
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}
.listWx::before{
    content:"";
    position: absolute;
    z-index: -1;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    background-color: #fff;
}
.listDy li .con .others{
    background: #009DDE url(../../base/img/icon-dy.png) center 10px no-repeat;
}
.listSp li .con .others{
    background: #C29E21 url(../../base/img/icon-sph.png) center 10px no-repeat;
}
.listWb li .con .others{
    background: #B51500 url(../../base/img/icon-wb.png) center 10px no-repeat;
}

/* ==========================================================================
   招生就业
========================================================================== */
.boxAdmissions{
    position: relative;
    z-index: 1;
    padding-top: 180px;
}
/* 滚动关键帧 */
@keyframes bgScroll {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -4000px 0;
    }
}
.boxAdmissions .bgTxt {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    background-image: url(../../base/img/ind-txt-3.png);
    background-repeat: repeat-x;
    background-size: 4000px 250px;
    animation: bgScroll 60s linear infinite;
}

/* 鼠标悬停时，暂停动画 */
.boxAdmissions .bgTxt:hover {
    animation-play-state: paused;
}
.boxAdmissions::after{
    content:"";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    height: 563px;
    width: 100%;
    background:  url(../../base/img/ind-zsjy-bg.png) center bottom no-repeat;
}
.boxAdmissions .mbd{
    display: flex;
    justify-content: space-between;
}
.boxAdmissions .boxVideo{
    margin-top: 80px;
}
.boxAdmissions .nodeList{
    flex: 1;
    position: relative;
    z-index: 1;
    padding:160px 30px 0 60px;
    overflow: hidden;
    background:  url(../../base/img/ind-zsjy-left.png) left top no-repeat;
    background-size: cover;
}
.boxAdmissions .nodeList::after{
    content:"";
    position: absolute;
    left: 0;
    top: 0;
}
.boxAdmissions .nodeList li{
    overflow: hidden;
    -webkit-transition:all 0.6s;
    -moz-transition:all 0.6s;
    -ms-transition:all  0.6s;
    -o-transition:all 0.6s;
    transition:all 0.6s;
}
.boxAdmissions .nodeList li:hover{
    transform: translateX(10px);
}
.boxAdmissions .nodeList li a{
    position: relative;
    z-index: 1;
    display: block;
    height: 52px;
    line-height: 52px;
    padding-top: 28px;
    font-size: 20px;
    text-align: left;
    border-bottom:1px solid #D8D8D8;
}
.boxAdmissions .nodeList li a::before{
    font-family: "fontpower";
    content:"\e1a4";
    position: absolute;
    right: 0;
    top: 30px;
    transform: rotate(-90deg);
}
.boxAdmissions .nodeList li a:hover{
    text-decoration: none;
}
/* ==========================================================================
   云游贵民
========================================================================== */
.boxWandering{
    position: relative;
    z-index: 1;
    padding-top: 246px;
}
@keyframes bgScrollRight {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 4000px 0;
    }
}
.boxWandering .bgTxt{
    position: absolute;
    z-index: -1;
    left: 0;
    top: 80px;
    width: 100%;
    height: 250px;
    float: left;
    overflow: hidden;
    background-image: url(../../base/img/ind-txt-3.png);
    background-repeat: repeat-x;
    background-size: 4000px 250px;
    animation: bgScrollRight 60s linear infinite;
}
/* 鼠标悬停时，暂停动画 */
.boxWandering .bgTxt:hover {
    animation-play-state: paused;
}
.boxWandering .mbd{
    display: flex;
    justify-content: space-between;
}
.boxWandering .boxVideo{
    margin-top: -130px;
}
.boxWandering .boxVideo a{
    display: block;
    position: relative;
    z-index: 1;
}
/* .boxWandering .boxVideo a::before{
    content:"";
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 178px;
    height: 178px;
    overflow: hidden;
    float: left;
} */
.boxWandering .icon-box {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.boxWandering .ico {
    position: relative;
    z-index: 1;
    width: 132px;
    height: 132px;
    background: rgba(255,255,255,0.4) url(../../base/img/ind-icon-7.png) center center no-repeat;
    border-radius: 50%;
}
.boxWandering .bg-circle {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.boxWandering .bg-circle__elem {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    border: 1px solid rgba(255,255,255, .5);
    border-radius: 50%;
}
@keyframes circle {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(3.5);
        opacity: 0;
    }
}
.boxWandering .bg-circle__elem {
    animation: circle 3s infinite ease-in-out;
}
.boxWandering .bg-circle__elem.mod--second {
    animation-delay: 500ms;
}
.boxWandering .bg-circle__elem.mod--third {
    animation-delay: 1s;
}
.boxWandering .mbd {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:20px;
}
.boxWandering .nodeList{
    width:500px;
    padding: 100px 0;
    overflow: hidden;
    display：flex;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin-right: 20px;
    background: url(../../base/img/ind-zjgm-bg.png) center center no-repeat;
    background-size: cover;
}
.boxWandering .nodeList li{
    width: calc(50% - 20px);
    height: 40px;
    line-height: 40px;
    margin: 48px 0;
}
.boxWandering .nodeList li a{
    position: relative;
    z-index: 1;
    display: block;
    line-height: 40px;
    padding-left: 60px;
    font-size: 30px;
    font-weight: 500;
    color: #AD181F;
}
.boxWandering .nodeList li a::before{
    content:"";
    position: absolute;
    z-index: 1;
    width: 40px;
    height: 40px;
    float: left;
    overflow: hidden;
    left: 0;
    top: 0;
    background:  url(../../base/img/ind-zjgm-icon.png) center top no-repeat;
    -webkit-transition:all 1s;
    -moz-transition:all 1s;
    -ms-transition:all  1s;
    -o-transition:all 1s;
    transition:all 1s;
}
.boxWandering .nodeList li.li2 a::before{
    background-position: center -70px;
}
.boxWandering .nodeList li.li3 a::before{
    background-position: center -140px;
}
.boxWandering .nodeList li.li4 a::before{
    background-position: center -210px;
}
.boxWandering .nodeList li a:hover{
    text-decoration: none;
    color:#313131;
}
.boxWandering .nodeList li:hover a::before{
    -webkit-transform:rotateY(360deg);
    -moz-transform:rotateY(360deg);
    -ms-transform:rotateY(360deg);
    -o-transform:rotateY(360deg);
    transform:rotateY(360deg);
}




/*这里适应1620px以下的屏幕，主体内容最大宽度1400px*/
@media screen and (max-width: 1620px) {
    #header.headerFixed #logo img{width: auto; height: 100%;}

    .banner .banner-button { width: 52px; height: 52px; line-height: 52px; }
    .banner .banner-button-prev { left: 105px; }
    .banner .banner-button-next { right: 105px; }

    /* .swiper-circle { width: 356px; height: 154px; font-size: 18px; }
    .swiper-circle span { margin-top: 49px; font-size: 23px; padding: 18px 18px 9px; } */
	
    .boxDefault .mhd h3 strong {font-size: 56px; }
    /* .boxDefault .mhd { padding: 18px 0; }
    .boxDefault .mhd h3 strong { padding-top: 26px; font-size: 53px; }
    .boxDefault .mhd h3 strong.icon-4::before { top: -48px; }
    .boxDefault .mhd h3 strong.icon-5::before { top: -26px; } */

    .boxService {padding-top:30px;}
    .serviceList li{width:calc(20% - 20px)}

    .boxNews { padding: 26px 0 51px; min-height: 525px; }
    .boxNews::before { top: 53px; left: 112px; width: calc(100% - 112px); height: calc(100% - 53px); }
    .newsSwiper .swiper-slide { height: 639px; }
    .newsSwiper .swiper-slide .con { padding: 44px 35px 13px 18px; }
    .newsSwiper .swiper-slide .con .title { margin-bottom: 9px; padding-bottom: 9px; font-size: 19px; height: 35px; line-height: 35px; }
    .newsSwiper .swiper-slide .con .intro { font-size: 12px; line-height: 21px; }
    .newsSwiper .swiper-pagination-bullet li .con { padding: 26px 25px; }
    .newsSwiper .swiper-pagination-bullet li .con .others { font-size: 14px; }
    .newsSwiper .swiper-pagination-bullet li .con .title { margin-top: 9px; font-size: 16px; line-height: 21px; max-height: 42px; }
    .newsSwiper .swiper-pagination-bullet li .pic { width: 201px; height: 128px; }
    .newsSwiper .swiper-pagination-bullet li.active .con::before { left: -35px; }

    .boxResearch { padding: 35px 0 70px; min-height: 525px; }
    .boxResearch .mhd .more { left: 289px; top: 88px; }
    .boxResearch .mbd { padding-bottom: 88px; padding-right: calc(100% - 420px); }
    .boxResearch .mbd::before { width: 420px; }
    .boxResearch .infoCon { top: 19px; bottom: 105px; padding-top: 98px; margin-left: -280px; }
    .boxResearch .infoCon::before { left: 88px; height: 98px; }
    .boxResearch .infoCon::after { left: 53px; top: 37px; width: 35px; height: 67px; }
    .infoTab { padding-top: 13px; }
    .infoTab li { margin-bottom: 9px; padding: 9px 49px 9px 19px; font-size: 16px; line-height: 26px; min-height: 52px; }
    .infoTab li a{max-height: 52px;}
    .infoTab li::before { width: 483px; height: 89px; left: -13px; top: -10px; }
    .infoTab li.on::after { top: 9px; height: 46px; }

    .boxMedia { padding-top: 18px; min-height: 613px; }
    .boxMedia .mbd { padding: 18px 0 61px; }
    .boxMedia .medialLeft { width: 543px; }
    .maxHeight { width: 228px; }
    .type-bottom { height: 165px; }
    .mediaPic.type-pic-3 { width: 287px; }
    .mediaTxt li { padding: 28px 57px 35px 31px; }
    .mediaTxt li .item-icon{
        margin:-28px 10px 0 -31px;
    }
    .mediaTxt li .title { margin-bottom: 19px; font-size: 16px; line-height: 26px; height: 52px;}
    .mediaTxt li .others .more { margin-top: 9px; font-size: 14px; padding-bottom: 9px; }
    .mediaTxt li .others .more::after { width: 99px; }
    .mediaTxtGray li { padding: 30px 26px 19px 30px; }
    .mediaTxtGray li .item-icon{
        margin:-30px 10px 0 -30px;
    }
    .mediaTxtGray li .title { margin-bottom: 13px; }
    .mediaTxt.icon-1 li::after { width: 170px; height: 129px; background-size: contain; }
    .mediaTxt.icon-2 li::after { width: 208px; height: 109px; background-size: contain; }
    .mediaTxt.type-txt-4 li .title{margin-bottom: 0;}
    .mediaTxt.type-txt-4 li .others .more{margin-top: 0;}
    .mediaPic li .con { padding: 26px 12px 12px; }
    .mediaPic li .con .title { font-size: 16px; line-height: 26px; }

    .boxSpecial { padding: 26px 0 18px; background-position: center 53px; }
    .boxSpecial .mbd { padding: 35px 0; }
    .boxSpecial .button-prev,
    .boxSpecial .button-next { width: 40px; height: 40px; line-height: 40px; }
    .boxSpecial .button-next { right: -20px; }
    .boxSpecial .button-prev { left: -20px; }
    .specialList li { width: calc(100% / 4 - 14px); margin-right: 18px; }

    .boxWenrun { padding-bottom: 18px; }
    .boxWenrun .nodeName { height: 306px; border-radius: 153px 0 0 153px; }
    .boxWenrun .nodeName::before { right: 26px; width: 677px; height: 248px; background-size: contain; }
    .boxWenrun .nodeName strong { width: 263px; height: 263px; line-height: 263px; margin: 22px 0 0 18px; font-size: 29px; background-size: 200px auto;}
    .boxWenrun .nodeName strong::before { width: 263px; height: 263px; }
    .boxWenrun .boxMore .more { margin-top: 25px; }
    .boxWenrun .boxMore::after { width: 138px; height: 144px; background-size: contain; }
    .boxWenrun .nodeInfo { width: 1094px; margin-top: -146px; gap: 9px; padding-top: 9px; }
    .picInfoList li .con { padding: 26px 12px 12px; }
    .picInfoList li .con .others { margin-right: 9px; width: 42px; padding-top: 26px; height: 28px; line-height: 28px; font-size: 12px; background-position: center 10px; }
    .picInfoList li .con .title { line-height: 23px; }
    .picInfoList li .con .title a{display: block; height: 46px; overflow: hidden;}
	
    .boxAdmissions { padding-top: 158px; }
    .boxAdmissions::after { height: 493px; background-size: contain; }
    .boxAdmissions .boxVideo { margin-top: 70px; }
    .boxAdmissions .boxVideo img{width: 100%; height: auto;}
    .boxAdmissions .nodeList { padding: 140px 26px 0 53px; min-width: 200px; }
    .boxAdmissions .nodeList li a { height: 46px; line-height: 46px; padding-top: 25px; font-size: 18px; }
    .boxAdmissions .nodeList li a::before { top: 26px; }

    .boxWandering { padding-top: 215px; }
    .boxWandering .boxVideo { margin-top: -114px; }
    .boxWandering .boxVideo img{width: 100%; height: auto;}
    .boxWandering .boxVideo .ico { width: 116px; height: 116px; background-size: 58px; }
    .boxWandering .nodeList { padding-top: 155px; min-width: 500px; }
    .boxWandering .nodeList li { margin-bottom: 42px; }
    .boxWandering .nodeList li a {  font-size: 26px; }
}

/*这里适应1480px以下的屏幕，主体内容最大宽度1200px*/
@media screen and (max-width: 1480px) {
    #header.headerFixed #logo { height: 53px; }

    .banner .banner-button { width: 45px; height: 45px; line-height: 45px; background-size: 22px; }
    .banner .banner-button-prev { left: 90px; }
    .banner .banner-button-next { right: 90px; }

    /* .swiper-circle { width: 305px; height: 132px; font-size: 15px; }
    .swiper-circle span { margin-top: 42px; font-size: 20px; padding: 15px 15px 8px; } */

    /* .boxDefault .mhd { padding: 15px 0; }
    .boxDefault .mhd h3 strong { padding-top: 23px; font-size: 45px; }
    .boxDefault .mhd h3 strong.icon-4::before { top: -41px; }
    .boxDefault .mhd h3 strong.icon-5::before { top: -23px; } */
    .boxDefault .mhd .eng { font-size: 11px; }

    .boxNews { padding: 23px 0 44px; min-height: 450px; }
    .boxNews::before { top: 45px; left: 96px; width: calc(100% - 96px); height: calc(100% - 45px); }
    .newsSwiper .swiper-slide { height: 548px; }
    .newsSwiper .swiper-slide .con { padding: 38px 30px 11px 15px; }
    .newsSwiper .swiper-slide .con .title {margin-bottom: 8px;padding-bottom: 8px;font-size: 18px;height: 30px;line-height: 30px;}
    .newsSwiper .swiper-slide .con .intro {font-size: 13px;line-height: 20px;}
    .newsSwiper .swiper-pagination-bullet li .con {padding: 19px 22px;}
    .newsSwiper .swiper-pagination-bullet li .con .others {font-size: 14px;}
    .newsSwiper .swiper-pagination-bullet li .con .title {margin-top: 6px;font-size: 16px;line-height: 20px;max-height: 40px;}
    .newsSwiper .swiper-pagination-bullet li .pic { width: 173px; height: 110px; }
    .newsSwiper .swiper-pagination-bullet li.active .con::before { left: -30px; }

    .boxResearch { padding: 30px 0 60px; min-height: 450px; }
    .boxResearch .mhd .more { left: 248px; top: 75px; }
    .boxResearch .mbd { padding-bottom: 75px; padding-right: calc(100% - 360px); }
    .boxResearch .mbd::before { width: 360px; }
    .boxResearch .infoCon { top: 17px; bottom: 90px; padding-top: 84px; margin-left: -240px; }
    .boxResearch .infoCon::before { left: 75px; height: 84px; }
    .boxResearch .infoCon::after { left: 45px; top: 32px; width: 30px; height: 57px; }
    .infoTab { padding-top: 11px; }
    .infoTab li {margin-bottom: 8px;padding: 8px 42px 8px 17px;font-size: 16px;}
    .infoTab li a{}
    .infoTab li::before { width: 414px; height: 77px; left: -11px; top: -8px; }
    .infoTab li.on::after {top: 14px;height: 39px;}

    .boxMedia { padding-top: 15px; min-height: 525px; }
    .boxMedia .mbd { padding: 15px 0 53px; gap: 4px; }
    .boxMedia .medialLeft { width: 465px; }
    .boxMedia .flex-column { gap: 4px; }
    .boxMedia .flex-row { gap: 4px; }
    .maxHeight { width: 195px; }
    .type-bottom { height: 141px; }
    .mediaPic.type-pic-3 { width: 246px; }
    .mediaTxt li { padding: 24px 49px 30px 26px; }
    .mediaTxt li .item-icon{
        margin:-24px 10px 5px -26px;
    }
    .mediaPic li .item-icon img,
    .mediaTxt li .item-icon img{
        max-width: 100px;
        max-height: 50px;
    }
    .mediaTxt li .title { margin-bottom: 17px; font-size: 14px; line-height: 23px; height: 46px;}
    .mediaTxt li .others .more { margin-top: 8px; font-size: 12px; padding-bottom: 8px; }
    .mediaTxt li .others .more::after { width: 85px; }
    .mediaTxtGray li { padding: 20px 23px 12px 30px; }
    .mediaTxtGray li .item-icon{
        margin:-20px 10px 0 -30px;
    }
    .mediaTxtGray li .title { margin-bottom: 11px; }
    .mediaTxt.type-txt-4 li .item-icon{margin-bottom: 0;}
    .mediaTxt.icon-1 li::after { width: 146px; height: 110px; }
    .mediaTxt.icon-2 li::after { width: 179px; height: 93px; }
    .mediaPic li .con { padding: 23px 11px 11px; }
    .mediaPic li .con .title { font-size: 14px; line-height: 23px; margin-bottom: 4px; }

    .boxSpecial { padding: 23px 0 15px; background-position: center 45px; }
    .boxSpecial .mbd { padding: 30px 0; }
    .boxSpecial .button-prev,
    .boxSpecial .button-next { width: 35px; height: 35px; line-height: 35px; }
    .boxSpecial .button-prev::before,
    .boxSpecial .button-next::before { font-size: 18px; }
    .boxSpecial .button-next { right: -17px; }
    .boxSpecial .button-prev { left: -17px; }
    .specialList li { width: calc(100% / 4 - 12px); margin-right: 15px; }

    .boxWenrun { padding-bottom: 15px; }
    .boxWenrun .nodeName { height: 263px; border-radius: 132px 0 0 132px; }
    .boxWenrun .nodeName::before { right: 23px; width: 581px; height: 212px; }
    .boxWenrun .nodeName strong { width: 225px; height: 225px; line-height: 225px; margin: 19px 0 0 15px; font-size: 25px; }
    .boxWenrun .nodeName strong::before { width: 225px; height: 225px; }
    .boxWenrun .boxMore .more { margin-top: 15px; }
    .boxWenrun .boxMore::after { width: 119px; height: 124px; }
    .boxWenrun .nodeInfo { width: 938px; margin-top: -125px; gap: 8px; padding-top: 8px; }
    .picInfoList li .con { padding: 23px 11px 11px; }
    .picInfoList li .con .others { margin-right: 8px; width: 36px; padding-top: 23px; height: 24px; line-height: 24px; font-size: 11px; background-position: center 9px; }
    .picInfoList li .con .title { line-height: 20px; padding: 4px 0; }
    .picInfoList li .con .title a{display: block; height: 40px;}
    .listDy li .con .others{
        background-position: center 4px;
    }
    .listSp li .con .others{
       background-position: center 3px;
    }
    .listWb li .con .others{
        background-position: center 3px;
    }


    .boxAdmissions { padding-top: 135px; }
    .boxAdmissions::after { height: 422px; }
    .boxAdmissions .boxVideo { margin-top: 60px; }
    .boxAdmissions .boxVideo img{width: 100%; height: auto;}
    .boxAdmissions .nodeList { padding: 120px 23px 0 45px; }
    .boxAdmissions .nodeList li a { height: 39px; line-height: 39px; padding-top: 21px; font-size: 18px; }
    .boxAdmissions .nodeList li a::before { top: 23px; font-size: 14px; }

    .boxWandering { padding-top: 185px; }
    .boxWandering .boxVideo { margin-top: -98px; }
    .boxWandering .boxVideo img{width: 100%; height: auto;}
    .boxWandering .boxVideo .ico { width: 99px; height: 99px; background-size: 50px; }
    .boxWandering .nodeList { padding-top: 80px; }
    .boxWandering .nodeList li {  margin-bottom: 36px; }
    .boxWandering .nodeList li a { font-size: 22px; }
}

:root {
    --card-radius: 28px;
    --card-width: 600px;
    --card-height: 420px;
    --stage-width: 1080px;
    --nav-size: 58px;
    --stage-side-padding: 148px;
    --coverflow-depth: 320;
    --coverflow-scale: 0.72;
    --coverflow-space: -120;
}

@media (max-width: 1599px) and (min-width: 1440px) {
    :root {
        --stage-width: 880px;
        --card-width: 500px;
        --card-height: 355px;
        --stage-side-padding: 82px;
        --nav-size: 52px;
        --coverflow-depth: 250;
        --coverflow-scale: 0.74;
        --coverflow-space: -98;
    }
}

@media (max-width: 1439px) {
    :root {
        --stage-width: 680px;
        --card-width: 400px;
        --card-height: 274px;
        --stage-side-padding: 44px;
        --nav-size: 46px;
        --coverflow-depth: 190;
        --coverflow-scale: 0.78;
        --coverflow-space: -72;
    }
}
.swiper-3d-stage {
    position: relative;
    width: var(--stage-width);
    min-height: calc(var(--card-height) + 90px);
    flex: 0 0 var(--stage-width);
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    overflow: hidden;
    transition: width 0.35s ease, min-height 0.35s ease;
}
.swiper-3d-stage * {
    box-sizing: border-box;
}
    
.boxWandering .swiper-slide .icon-box{
    display: none;
    -webkit-transition:all 1s;
    -moz-transition:all 1s;
    -ms-transition:all  1s;
    -o-transition:all 1s;
    transition:all 1s;
}

.boxWandering .swiper-slide-active .icon-box{
    display: flex;
}
.swiper-3d-stage .swiper {
    width: 100%;
    overflow: visible;
    padding: 0 var(--stage-side-padding);
    transition: padding 0.35s ease;
}

.swiper-3d-stage .swiper-wrapper {
    align-items: center;
}

.swiper-3d-stage .swiper-slide {
    width: var(--card-width);
    height: var(--card-height);
    border-radius: var(--card-radius);
    overflow: hidden;
    position: relative;
    transform-origin: center center;
    transition: transform 0.75s ease, opacity 0.75s ease, filter 0.75s ease, width 0.35s ease, height 0.35s ease;
    background: #13233c;
    opacity: 0.48;
    filter: saturate(0.82) brightness(0.72);
    z-index: 1;
}

.swiper-3d-stage .swiper-slide-prev,
.swiper-3d-stage .swiper-slide-next {
    opacity: 0.76;
    filter: saturate(0.9) brightness(0.82);
    z-index: 2;
}

.swiper-3d-stage .swiper-slide-duplicate-prev,
.swiper-3d-stage .swiper-slide-duplicate-next,
.swiper-3d-stage .swiper-slide-duplicate:not(.swiper-slide-prev):not(.swiper-slide-next):not(.swiper-slide-active) {
    opacity: 0;
    pointer-events: none;
}

.swiper-3d-stage .swiper-slide-prev.swiper-slide-duplicate-prev,
.swiper-3d-stage .swiper-slide-next.swiper-slide-duplicate-next {
    opacity: 0.76;
    filter: saturate(0.9) brightness(0.82);
    z-index: 2;
    pointer-events: auto;
}

.swiper-3d-stage .slide-media {
    position: absolute;
    inset: 0;
}

.swiper-3d-stage .slide-link {
    display: block;
    width: 100%;
    height: 100%;
}

.swiper-3d-stage .slide-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.02);
    transition: transform 1.2s ease;
}

.swiper-3d-stage .swiper-slide-active {
    opacity: 1;
    filter: none;
    z-index: 5;
}

.swiper-3d-stage .swiper-slide-active .slide-media img {
    transform: scale(1.06);
}

.swiper-3d-stage .swiper-button-prev,
.swiper-3d-stage .swiper-button-next {
    width: var(--nav-size);
    height: var(--nav-size);
    border-radius: 50%;
    color: #eaf3ff;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(14px);
    box-shadow: 0 14px 30px rgba(3, 12, 25, 0.22);
    transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
    top: 50%;
    z-index: 8;
}

.swiper-3d-stage .swiper-button-prev:hover,
.swiper-3d-stage .swiper-button-next:hover {
    transform: scale(1.06);
    background: rgba(255, 255, 255, 0.24);
    border-color: rgba(255, 255, 255, 0.3);
}

.swiper-3d-stage .swiper-button-prev::after,
.swiper-3d-stage .swiper-button-next::after {
    font-size: 18px;
    font-weight: 700;
}

.swiper-3d-stage .swiper-button-prev {
    left: 80px;
}

.swiper-3d-stage .swiper-button-next {
    right: 80px;
}