@charset "utf-8";/* CSS Reset*/
html {font-family:"Microsoft YaHei","SimSun",sans-serif;-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-size: 100px;}
body {font-family:"Microsoft YaHei","SimSun",sans-serif; margin: 0; color: #000;background: #fff; height: 100%;overflow-x: hidden; -webkit-overflow-scrolling: touch; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
a { background: transparent; text-decoration: none; color: #000;transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-webkit-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;}
a:active { outline: 0; }
a {-webkit-tap-highlight-color:rgba(0,0,0,0);}
b, strong { font-weight: bold; }
dfn { font-style:normal;}
img { border: 0; vertical-align: middle; }
* {  font-size: initial;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        -webkit-tap-highlight-color: transparent; /* For some Androids */
        outline: none;
}
 /* 通用动画类 */
 .animate{opacity:0;transition-duration:0.8s;transition-timing-function:cubic-bezier(0.25,0.1,0.25,1);}
/* 滑入上 */
 .fade-up{transform:translateY(50px);}
/* 滑入左 */
 .fade-left{transform:translateX(-50px);}
/* 滑入右 */
 .fade-right{transform:translateX(50px);}
/* 放大淡入 */
 .zoom-in{transform:scale(0.9);}
/* 触发动画 */
 .animate.active{opacity:1;transform:translate(0,0) 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}

input,textarea,button { border: 0; margin: 0; padding: 0;}
textarea { resize: none;}
table { border-collapse: collapse; border-spacing: 0; }
td, th { padding: 0; }
h1, h2, h3, h4, h5, h6, p, figure, form, blockquote { margin: 0; }
ul, ol, li, dl, dd { margin: 0; padding: 0; }
ul, ol { list-style: none; }
input::-moz-placeholder, textarea::-moz-placeholder { color: #fff; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #fff; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #fff; }
.center {text-align: center;}
.txt_bold {font-weight: bold;}
a:focus, a:hover { text-decoration:none; outline: none;}
input { outline:none; }
input::-moz-placeholder,textarea::-moz-placeholder{color:#d6f0ff;}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#d6f0ff;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#d6f0ff;}
.box-content{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;}
.fr{float:right;}
.fl{float:left;}
.t-l{text-align:left;}
.t-c{text-align:center;}
.t-r{text-align:right;}
.an{transition:all 0.3s ease-out 0s;-moz-transition:all 0.3s ease-out 0s;-webkit-transition:all 0.3s ease-out 0s;-o-transition:all 0.3s ease-out 0s;}
.img-width{max-width:100%;height:auto!important;}
.clearfix:before,.clearfix:after{content:"";display:table;}
.clearfix:after{clear:both;}
.clearfix{*zoom:1;}
.radius{border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;}
.over-txt{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.txt-a-A{text-transform:capitalize;text-transform:uppercase;text-transform:lowercase;}
.po-re{position:relative;}
.p30{padding-left:10px;padding-right:10px;}
.bg{background-color:rgba(0,0,0,0.5);background-repeat:no-repeat;background-position:center;background-size:cover;}
.borderStyle{border-bottom:1px dashed #707070;border-top:1px dotted #707070;}
.box-shadow{-webkit-box-shadow:0 0 10px #ccc;-moz-box-shadow:0 0 10px #ccc;box-shadow:0 0 10px #ccc;}
/*public*/
 .container-pd{padding-left:12px;padding-right:12px;}
.section{overflow:visible !important;}
.section2 .fp-overflow,.section3 .fp-overflow,.section4 .fp-overflow,.section5 .fp-overflow{padding:20px 0 40px 0;}
.listbg{background:#f5f5f5;}
/* ==================== 第1屏：幻灯片 + 顶部导航 ==================== */
.section.section1{width:100%;height:100vh;position:relative;overflow:hidden;}
/* 幻灯片容器 */
.slide-container{width:100%;height:100vh;position:relative;}
.slide{width:100%;height:100%;background-size:cover;background-position:center center;background-repeat:no-repeat;position:absolute;top:0;left:0;opacity:0;transition:opacity 0.8s ease-in-out;display:block;}
.slide.active{opacity:1 !important;z-index:1;}
.slide.animate.fade-up.delay-1{opacity:0;}
.slide.animate.fade-up.delay-1.active{opacity:1;}

/* 顶部渐变黑条 */
.header{position:absolute;top:0;left:0;width:100%;z-index:999;background:linear-gradient(to bottom,rgba(0,0,0,0.8),rgba(0,0,0,0.3));padding:.2rem 0;}
/* 顶部布局：logo + 右侧功能区 */
.header-inner{display:flex;justify-content:space-between;align-items:center;}
.logo img{display: block;  height:.5rem;}
/* 右侧上栏：学校首页 + 搜索 */
.top-toolbar{display:flex;align-items:center;gap:.2rem;color:#fff;margin-bottom:5px;justify-content:flex-end;padding-top: .24rem;}
.top-toolbar img{height:.22rem;}
.top-toolbar span{padding:0 .15rem 0 0;border-right:1px #999999 solid;}
.top-toolbar #home{}
.top-toolbar #en{}
.top-toolbar a{color:#fff;font-size:.18rem;transition:color 0.3s;font-weight: 400;}
.top-toolbar a:hover{color:#feffa7;}
/* 搜索框 */
.search-wrapper{position:relative;}
.search-icon{font-size:.18rem;cursor:pointer;color:#fff;}
.search{position:relative;display:inline-block;}
/* 搜索框样式修复：无冲突的显示/隐藏控制 */
.search-box{position:absolute;right:0;top:50px;width:240px;background:#fff;border:1px solid #ddd;border-radius:4px;padding:8px;box-shadow:0 2px 8px rgba(0,0,0,0.1);z-index:100;visibility:hidden;opacity:0;transform:translateY(-10px);transition:visibility 0.3s,opacity 0.3s,transform 0.3s;}
.search-box.active{visibility:visible;opacity:1;transform:translateY(0);}
.search-input{width:70%;padding:6px 10px;border:1px solid #ccc;border-radius:2px;}
.search-button{padding:6px 12px;background:#325da6;color:#fff;border:none;border-radius:2px;cursor:pointer;}
/* 主导航 */
.main-nav ul{display:flex;gap:30px;}
.main-nav a{color:#fff;font-size:16px;font-weight:500;transition:color 0.3s;}
.main-nav a:hover{color:#e60012;}
.fp-controlArrow.fp-prev{left:65px;width:0;border-width:38.5px 34px 38.5px 0;border-color:transparent #333 transparent transparent;}
.fp-controlArrow.fp-next{right:65px;border-width:38.5px 0 38.5px 34px;border-color:transparent transparent transparent #333;}
.top-con{width:100%;height:100%;position:relative;}
.in-top-nav{position:absolute;left:0;top:0;width:100%;z-index:999;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
.in-top-nav2{width:100%;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0);box-shadow:0 .04rem .04rem 0 rgba(0,0,0,.05);position:fixed;top:0;left:0;z-index:9999;height:auto;min-height:80px;padding:0px 0 20px 0;background:#fff;}
.top-nav{}
.top-nav-t{background:#1585dc;height:30px;}
.top-nav-t-l{width:100px;height:30px;line-height:30px;text-align:center;}
.top-nav-t-l a{display:block;background:#0065b3;color:#fff;font-size:12px;}
.top-nav-t-r{}
.top-nav-t-r .a1{display:block;width:72px;height:30px;line-height:30px;text-align:center;background:#db9b00;color:#fff;font-size:12px;margin-right:3px;}
.top-nav-t-r .a2{width:0;position:relative;overflow:hidden;}
.top-nav-t-r .a2 .se_txt{width:100%;border:none;margin:0;padding:0 5px;background:#fff;height:30px;line-height:30px;font-size:12px;color:#333;font-family:"SimSun";}
.top-nav-t-r .a2 .se_sub{position:absolute;right:0;top:0;width:30px;height:30px;background:#0065b3 url(../images/se.png) no-repeat center;border:none;margin:0;padding:0;cursor:pointer;}
.top-nav-t-r .a3{display:block;width:30px;height:30px;background:#0065b3 url(../images/se.png) no-repeat center;cursor:pointer;}
.top-nav-t-r .a2.a2-width{width:115px;padding-right:30px;}
.top-nav-t-r .a3.se-colse{background:#666 url(../images/close.png) no-repeat center;}
.logo{text-align:center;padding-top: 0.28rem;}
.logo_table{display:table;width:100%;height:83px;}
.logo_cell{display:table-cell;vertical-align:middle;}
.logo_cell img{max-width:519px;width:100%;height:auto;}
.top-menu{background:url("../images/top-bg.png") repeat-x;height:145px;}
.top-menu2{background:url("../images/top-bg.jpg");height:80px;}
.top-menu3{}

.pc_menuCon{display:flex;align-items:center;justify-content:flex-end;margin:0;padding:0;list-style:none;}
.pc_menuCon li{float:left;position:relative;font-weight:bolder;margin-right:.1rem;
 padding-bottom:12px;}
.pc_menuCon li a{display:block;color:#fff;font-size:0.22rem;text-align:center;padding:0.06rem 0.06rem 0 0;}
.pc_menuCon > li i{display:inline-block;width:15px;height:8px;margin-left:5px;background:url('../images/down.png') no-repeat right center;vertical-align:middle;transition:transform 0.3s ease;}
.in-top-nav2 .pc_menuCon > li i{display:inline-block;width:15px;height:8px;margin-left:5px;background:url('../images/down2.png') no-repeat right center;vertical-align:middle;transition:transform 0.3s ease;}
.pc_menuCon > li:hover i{transform:rotate(180deg);}
.pc_menuCon li.anvh i{background:url("../images/down.png") 0 -9px no-repeat;}
.pc_menuCon > li:hover > a{color:#42f2ff;}
.pc_menuCon > li.active > a{color:#42f2ff;}

.pc_menuCon li ul{pointer-events:none;}
.pc_menuCon li:hover ul{pointer-events:auto;}

.in-top-nav2 .top-toolbar a{color:#666;transition:all 0.3s ease;}
.in-top-nav2 .pc_menuCon li a{display:block;color:#666;font-size:0.22rem;text-align:center;}
.in-top-nav2 .pc_menuCon > li:hover > a{color:#001f83;}
.in-top-nav2 .pc_menuCon > li.active > a{color:#001f83;}
.in-top-nav2 .pc_menuCon li ul li{width:100%;padding-bottom: 0;}
.in-top-nav2 .pc_menuCon li ul li a{font-size:14px;color: #fff;}
.in-top-nav2 .top-toolbar a:hover{color:#332ab8;}

/* 下拉菜单：上移一点，消除缝隙 + 动画柔和 */
.pc_menuCon ul{position:absolute;/* 关键：往上挪2px，不留缝隙 */
 top:calc(100% - 2px);left:50%;transform:translateX(-50%) translateY(-15px) scale(0.95);opacity:0;visibility:hidden;width:200px;margin:0;padding:0;background:rgba(6,32,53,0.7);list-style:none;z-index:999;transition:all 0.3s cubic-bezier(0.25,0.8,0.25,1);transform-origin:top center;}
.pc_menuCon ul li{width:100%;float:left;background:transparent;border-top:1px solid rgba(255,255,255,0.1);transition:all 0.3s;padding: 0.06rem;}
.pc_menuCon ul li a{display:block;color:#fff;line-height:0.32rem;font-size:0.16rem;padding:0;text-align:center;border:none;font-weight:normal;}
.pc_menuCon ul li:hover{background:#017cc0;}
.pc_menuCon ul li:hover a{color:#fff;}
.pc_menuCon li:hover ul{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0) scale(1);}


.in-news-listB{padding:20px 0}
.news-listB-item{position:relative;padding:11px 85px 11px 85px;height:97px;width:100%;float:left;}
.news-listB-item .date{position:absolute;left:0;top:11px;width:70px;height:70px;text-align:center;background:#7cb8ff;color:#fff;font-family:"Arial";}
.news-listB-item .date h3{line-height:42px;font-size:48px;margin-top:8px;}
.news-listB-item .date p{font-weight:normal;line-height:14px;font-size:12px;font-weight:bold;}
.news-listB-item .info{}
.news-listB-item .info h3{font-size:16px;color:#fff;font-weight:bold;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:24px;line-height:24px;}
.news-listB-item .info div{font-size:14px;color:#c5deed;line-height:22px;height:44px;overflow:hidden;margin-top:3px;}
.news-listB-item:hover .info h3{color:#ffbe75;}
.news-listB-item:hover .info div{color:#fff;}
.news-listB-item:hover .date{background:#ffbe75;}
.in-news-listC{padding:20px 0}
.news-listC-item{position:relative;padding:11px 85px 11px 85px;height:97px;width:100%;float:left;border-bottom:1px solid #eb8919}
.news-listC-item .date{position:absolute;left:0;top:11px;width:70px;height:70px;text-align:center;background:#61c3ff;color:#fff;font-family:"Arial";border:1px solid #61c3ff}
.news-listC-item .date h3{line-height:42px;font-size:38px;margin-top:8px;}
.news-listC-item .date p{font-weight:normal;line-height:14px;font-size:12px;font-weight:bold;height:18px;line-height:18px;background:#0382dc}
.news-listC-item .info{}
.news-listC-item .info h3{font-size:16px;color:#d7effe;font-weight:bold;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:24px;line-height:24px;}
.news-listC-item .info .date2{font-size:14px;color:#d7effe;line-height:20px;height:20px;overflow:hidden;margin-top:5px;background:url("../images/date2.png") no-repeat;padding-left:30px;}
.news-listC-item .info .address{font-size:14px;color:#d7effe;line-height:20px;height:20px;overflow:hidden;margin-top:6px;background:url("../images/date3.png") no-repeat;padding-left:30px}
.news-listC-item:hover .info h3{color:#ffbe75;}
.news-listC-item:hover .info div{color:#fff;}
.news-listC-item:hover .date{background:#ffbe75;}
.news-listC-item:hover .date p{background:#e89232;}
.news-top{padding:.4rem 0 .2rem 1.18rem;position:relative;z-index:10;}
.in-top-nav2 .pc_menuCon li a.selected{color:#233596;}
.in-top-nav2 .pc_menuCon li a.parent{color:#233596;}
.in-top-nav2 .pc_menuCon li ul li a.selected{color:#feffc4;}

.title-box{position: relative;z-index: 2;}
/* ==================== 通用模块标题样式 ==================== */
.section-title{color:#333;font-size:0.4rem;font-weight:bold;line-height: .56rem;}
.section-title i{color:#666;font-size:0.4rem;font-weight:bold;line-height: .56rem;font-style: normal; }
.more-link{color:#e13500;text-decoration:none;font-weight:bold;font-size:0.18rem;    line-height: .27rem;display: block;margin-top: .15rem;}
/* ==================== 第2屏：新闻动态 ==================== */
#section2{padding:60px 0;}
.news-container{display:flex;gap:0.15rem;width:16.8rem;height:5rem;margin:0 auto;position:relative;z-index:1;overflow:hidden;}
.news-container2{width:100%;margin:0 auto;position:relative;z-index:1;}
.fp-slidesNav ul li a span{display:none !important;}
.fp-slidesNav.bottom{position:absolute !important;bottom:30px !important;right:50px !important;left:auto !important;margin:0 !important;transform:none !important;z-index:999 !important;width:auto !important;}
.fp-slidesNav ul{display:flex !important;align-items:center !important;gap:8px !important;
 padding:0 !important;margin:0 !important;}
.fp-slidesNav ul li{width:auto !important;height:14px !important;position:relative !important;margin:0 !important;padding:0 !important;}
.fp-slidesNav ul li a::after{content:"";display:block;width:14px;height:14px;border-radius:50%;background:rgba(255,255,255,0.8);transition:all 1.3s ease;}
.fp-slidesNav ul li a.active::after{width:70px !important;height:14px !important;border-radius:7px;background:#42f2ff !important;}
/* 幻灯片切换动画：平滑过渡 */
.slide{transition:all 0.8s ease !important;opacity:0;transform:scale(1.1);}
.slide.active{opacity:1 !important;transform:scale(1);}
.big-news{width:3.8rem;height:100%;margin:0;position:relative;}
.big-news .img{width:100%;overflow: hidden;}
.big-news .img{position:relative;overflow:hidden;}
.small-news .img{position:relative;overflow:hidden;    height: 100%;}
.big-news .img span{position:absolute;bottom:0;left:0;z-index:10;
background:linear-gradient(135deg,#1593c8,#2921b6);padding:6px 18px;display:flex;flex-direction:column;align-items:center;gap:4px;transition:all 0.3s ease;backdrop-filter:blur(2px);box-shadow:0 4px 8px rgba(0,0,0,0.2);}
.small-news .img span{position:absolute;top:0;left:0;z-index:10;
background:linear-gradient(135deg,#1593c8,#2921b6);padding:6px 12px;display:flex;flex-direction:column;align-items:center;gap:4px;transition:all 0.3s ease;backdrop-filter:blur(2px);box-shadow:0 4px 8px rgba(0,0,0,0.2);}
.big-news .img,.small-news .img{width:100%;height:100%;position:relative;overflow:hidden;}
.big-news img,.small-news img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease;}
.big-news .img span,
.small-news .img span{position:absolute;top:0 !important;left:0 !important;z-index:999 !important;background:linear-gradient(135deg,#1593c8,#2921b6);padding:0.05rem 0.1rem;display:flex;flex-direction:column;align-items:center;gap:0.03rem;transition:all 0.3s ease;}

.big-news .img span { bottom: auto !important; left: 0 !important; }
.small-news .img span { top: 0 !important; left: 0 !important; }
.big-news .img span i { font-size: 0.3rem; color: #fff; line-height: 1; font-style: normal; }
.small-news .img span i { font-size: 0.22rem; color: #fff; line-height: 1; font-style: normal; }
.big-news .img span b, .small-news .img span b { font-size: 0.1rem; color: #fff; line-height: 1.2; font-style: normal; }
.big-news:hover .img span,.small-news:hover .img span{background:#ffa047;cursor:pointer;}
.big-news:hover img,.small-news:hover img{transform:scale(1.05);}
.big-news img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease;}
.big-news .news-text{position:absolute;bottom:0;left:0;width:100%;background:#fff;color:#333;padding:0.12rem;transition:all 0.4s;}
.big-news:hover img{transform:scale(1.05);}
.news-text h3{font-size:0.16rem;margin-bottom:0.05rem;line-height:1.3;/* 🔥 单行超出省略 */
 white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.news-text p{font-size:0.13rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.big-news:hover .news-text{background: #004480;color: #fff;}
.small-news .small-news-title{position:absolute;bottom:0;left:0;width:100%;padding:0.35rem 0.15rem 0.15rem;background:linear-gradient(to top,rgba(0,0,0,1),rgba(0,0,0,0));color:#fff;font-size:0.14rem;text-align:center;transition:all 0.5s;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3;}
.news_img_ul {flex:1;display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.small-news-grid{flex:1;height:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:0.15rem;}
.small-news-grid .small-news:nth-child(1){display:none !important;}
.small-news{position:relative;overflow:hidden;height:100%;}
.small-news img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s;display: block;}
.small-news:hover img{transform:scale(1.08);}
.small-news:hover .small-news-title{background: linear-gradient(to top, rgb(12, 18, 114), rgba(0,0,0,0));color: #fff;}
.small-news2{position:relative;overflow:hidden;border-radius:0px;display:flex;flex-direction:column;}
.small-news2 .img{position:relative;width:100%;height:2.6rem;overflow:hidden;}
.small-news2 img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease;display:block;}
.small-news2:hover img{transform:scale(1.08);}
.small-news2 .img span{position:absolute;top:0;left:0;z-index:10;
background:linear-gradient(135deg,#1593c8,#2921b6);padding:6px 12px;display:flex;flex-direction:column;align-items:center;gap:4px;transition:all 0.3s ease;backdrop-filter:blur(2px);box-shadow:0 4px 8px rgba(0,0,0,0.2);}
.small-news2 .img span i{font-size:0.28rem;font-weight:bold;color:#fff;line-height:1;font-style:normal;display:block;}
.small-news2 .img span b{font-size:0.12rem;font-weight:normal;color:#fff;line-height:1.2;font-style:normal;display:block;}
.small-news2 .news-title{padding:12px 5px;color:#333;transition:all 0.3s ease;}
.small-news2 .news-title .title{font-size:16px;font-weight:bold;line-height:1.4;margin-bottom:6px;color:#222;transition:all 0.3s ease;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.small-news2 .news-title .info{font-size:14px;line-height:1.5;color:#666;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}
.small-news2:hover .title{color:#0050e6;}
.small-news2:hover .info{color:#5b77c4;}
.small-news2:hover .img span{background:#ffa047;cursor:pointer;}

.news_img_teach{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:24px;box-sizing:border-box;}
/* 卡片主体 */
.teach-item{background:#ffffff;border-radius:12px;overflow:hidden;transition:all 0.3s ease;box-shadow:0 2px 8px rgba(0,0,0,0.06);}
/* 卡片悬停效果：阴影 + 背景色变化 */
.teach-item:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,0.12);background-color:#fafbfc;}
/* 图片容器：固定比例 180*240 = 3:4 */
.teach-img{position:relative;width:180px;height:240px;float:left;margin-right:18px;overflow:hidden;}
/* 图片样式 */
.teach-img img{width:100%;height:100%;object-fit:cover;object-position:top;transition:transform 0.4s ease;}
/* 鼠标悬停：图片放大 */
.teach-item:hover .teach-img img{transform:scale(1.08);}
/* 右侧文字区域 */
.teach-text{padding:16px 14px 16px 0;display:table-cell;vertical-align:top;}
/* 姓名 */
.teach-text h3{font-size:17px;font-weight:700;color:#222;margin:0 0 8px;transition:color 0.3s ease;}
/* 悬停文字变色 */
.teach-item:hover .teach-text h3{color:#165DFF;}
/* 职称 */
.teach-text p.enName{font-size:14px;font-weight:600;color:#444;margin:0 0 10px;transition:color 0.3s ease;}
/* 研究方向 */
.teach-text p.field{font-size:13px;color:#666;line-height:1.6;margin:0;transition:color 0.3s ease;}
/* 悬停描述文字变色 */
.teach-item:hover .enName,.teach-item:hover .field{color:#333;}
/* 移动端自适应：手机上自动变成 1 列 */
@media (max-width: 768px) {
.news_img_teach{grid-template-columns:1fr;gap:18px;}
.teach-img{width:140px;height:186px;margin-right:14px;}
.teach-text{padding:12px 10px 12px 0;}
.teach-text h3{font-size:16px;}
}
.teach-item a::after{content:"";display:block;clear:both;}
.teach-item a{text-decoration:none;display:block;padding:12px;}

/* ==================== 响应式适配（桌面/平板/手机） ==================== */
/* 平板竖屏（768px~991px）*/
@media screen and (min-width: 768px) and (max-width: 991px) {
 .news-container{width:95%;height:4.5rem;}
 .big-news{width:3.2rem;}
 .small-news .small-news-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
}

/* 第3屏 - 通知公告 */
 #section3{display:flex;flex-direction:column;}
.notice-top{height:30%;background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('../images/tzbg.jpg') no-repeat center center;background-size:cover;display:flex;align-items:center;justify-content:flex-start;padding-left:100px;position:relative;}
.notice-top-content{position:relative;z-index:2;}
.notice-title{color:white;font-size:0.4rem;font-weight:bold;margin-bottom:0.1rem;text-shadow:0 2px 10px rgba(0,0,0,0.5);}
.view-more{color:#dc3545;text-decoration:none;font-weight:bold;font-size:0.16rem;}
.notice-bottom{height:70%;display:grid;grid-template-columns:repeat(1,1fr);gap:1px;background-color:#f3f3f3;}
.notice-item{background:none;padding:0.4rem 0.4rem 50px;display:flex;flex-direction:column;justify-content:flex-start;transition:all 0.3s ease;cursor:pointer;box-shadow: -11px -11px 20px rgba(0, 0, 0, 0.1)}
.notice-item:hover{background:#201f97 ;color:white;}
.notice-item:hover h3,.notice-item:hover p,.notice-item:hover .date{color:white;}
.notice-item h3{color:#333;margin-bottom:10px;font-size:16px;transition:color 0.3s ease;font-weight: bolder;}
.notice-item p{color:#666;margin-bottom:0.1rem;font-size:14px;line-height:25px;transition:color 0.3s ease;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;}
.notice-item .date{color:#999;font-size:14px;transition:color 0.3s ease;}
/* ==================== 第4屏：师资队伍 ==================== */
#section4{padding:60px 0;}
.teachers-wrap{display:flex;align-items:center;width:100%;max-width:100%;overflow:hidden;box-sizing:border-box;}
.master-teacher{flex-shrink:0;/* 关键：不让院士卡片被压缩 */
 width:2.36rem;}
.master-teacher .img{position: relative;overflow: hidden;transition:all 0.4s;}
.master-teacher .info{background: #847edf;text-align: center;padding: 6px 0;color: #fff;transition:all 0.4s;}
.master-img{width:100%;height:2.8rem;object-fit:cover;transition:all 0.4s;}
.master-teacher:hover .img img{transform:scale(1.04);}
.master-info{width:100%;background:#fff;padding:0.2rem;color:#333;line-height:0.28rem;transition:all 0.4s;}
.master-info .title{font-size: 0.24rem;font-weight: bolder;padding-bottom: 5px;}
.master-info p{font-size: 0.16rem;line-height: 0.28rem;}
.master-teacher:hover .info{background: #0c2183;}
.master-teacher:hover .master-info{background: #2243d3;color: #fff;}
/* 教师轮播 */
.teacher-slider{flex:1;min-width:0;position:relative;padding:0 0.1rem;width:100% !important;max-width:100% !important;overflow:hidden !important;padding-left:0.4rem;box-sizing:border-box !important;}
.teacher-slider,.owl-carousel,.owl-stage-outer{touch-action:pan-y pinch-zoom;}
#owl01{width:100% !important;max-width:100% !important;overflow:visible !important;position:relative;padding-top:0.4rem;box-sizing:border-box !important;}
.teacher-card{width:100% !important;text-align:center;padding:0 !important;box-sizing:border-box !important;}
.teacher-avatar{width:2rem;height:2rem;object-fit:cover;
 display:block;border-radius:inherit;}
.teacher-card .teacher-name{font-size:0.22rem;color:#333;font-weight:bolder;padding-top:0.1rem;}
.teacher-card .info{font-size:0.18rem;color:#333;padding-top:0.1rem;}
.teacher-card .img{position:relative;overflow:hidden;width:2rem;height:2rem;border-radius:50% !important;margin:0 auto;}
.teacher-card .img img.teacher-avatar{width:100%;height:100%;display:block;border-radius:50%;object-fit:cover;object-position:top center;}
.teacher-card .img img{width:100%;height:auto;border-radius:50%;}
.master-teacher .img img{max-width:100%;}
.teacher-card img{transition:all 0.4s;opacity:1;}
.teacher-card:hover img{transform:scale(1.06);}
.teacher-card:hover .teacher-name,.teacher-card:hover .info{color:#0f2aa1;}
/* ===================== 强制显示 owl-dots + owl-nav ===================== */
.owl-carousel .owl-dots{display:flex !important;justify-content:center !important;margin-top:0.5rem !important;opacity:1 !important;visibility:visible !important;position:relative !important;z-index:99 !important;}
.owl-dot span{width:14px !important;height:14px !important;background:#ccc !important;margin:0 5px !important;border-radius:50% !important;}
.owl-dot.active span{background:#847edf !important;}
.owl-nav{position:absolute !important;top:30% !important;width:100% !important;z-index:9 !important;}
.owl-prev{position:absolute;left:0px;background:#847edf !important;color:#fff !important;width:30px;height:30px;border-radius:50%;}
.owl-next{position:absolute;right:0px;background:#847edf !important;color:#fff !important;width:30px;height:30px;border-radius:50%;}
.owl-carousel .owl-item{padding: 0 0.1rem;}

/* ==================== 第5屏：活动信息 ==================== */
#section5{padding:60px 0;}
.activity-list {width: 100%;background: #fff;margin-bottom: 0.2rem;transition:all 0.3s ease;border-radius:0.1rem;height:auto;}
.activity-item{display:block;align-items:center;margin-bottom:0px;border:0px solid #eee;}
.activity-date{width:100%;height:1.1rem;background:#696788;color:#fff;text-align:center;padding:0.18rem 0;border-radius:0.1rem 0 0 0.1rem;transition:all 0.3s ease;}
.day{font-size:0.44rem;font-weight:bold;line-height:1;}
.year-month{font-size:0.16rem;margin-top:0.05rem;}
.activity-title{flex:2;padding:0.2rem;font-size:0.3rem;color:#333;transition:all 0.3s ease;font-weight: bolder;}
.activity-info{flex:1;padding:0.1rem;border-left:0px solid #b9b9b9;color:#666;line-height:0.32rem;}
.activity-info span{font-size:0.26rem;width: 100%;display:block;transition:all 0.3s ease;}
.activity-info i{color:transparent;margin-right:8px;width:16px;height:16px;display:inline-block;text-align:center;background-size:contain;background-repeat:no-repeat;background-position:center;transition:all 0.3s ease;filter:none;}
.activity-info .fa-user{background-image:url(../images/a1.png);}
.activity-info .fa-clock{background-image:url(../images/a2.png);}
.activity-info .fa-map-marker-alt{background-image:url(../images/a3.png);}
.activity-list:hover .activity-info i{filter:brightness(0) invert(1);}
.activity-list:hover{background: #696788;}
.activity-list:hover .activity-date{background: #494668;}
.activity-list:hover .activity-title{color: #fff;}
.activity-list:hover .activity-info span{color: #fff;}
 @media (max-width:768px){
.activity-info span{font-size:12px;display:inline-block;margin-right:10px;}
.activity-title{font-size:14px;}
.activity-item{padding:12px;}
.notice-item h3{font-size:16px;}
.notice-item p{font-size:13px;}
}
/*-----pc nav-----*/
.phone-h{height:50px;}
.phone_menu_t{position:absolute;top:0;left:0;z-index:999;width:100%;position: fixed;}
.phone-logo{position:absolute;left:0;top:0;height:50px;}
.phone-logo img{height:48px;padding:12px 0 0 10px}
.mean-container .mean-bar{float:left;width:100%;position:relative;min-height:60px;z-index:99999;font-size:14px;box-sizing:content-box;}
.mean-container{background: #2920b7;}
.mean-container a.meanmenu-reveal{color:#fff;    padding: 15px 13px 17px;}
.mean-container a.meanmenu-reveal span{background:#fff;}
.mean-container .meanmenu-title{color:#0065b3;}
.mean-container .mean-nav{background:rgb(32 31 152 / 90%);}
.mean-container .mean-nav > ul{height:calc(100vh - 60px);overflow-y:auto;}
.mean-container .mean-nav ul li a{line-height:40px;padding:7px 5%;font-size:16px;}
.mean-container .mean-nav{margin-top:60px;}
.mean-container .mean-nav ul li a.mean-expand{width:30px;height:30px;line-height:30px;}
.mean-container .mean-nav ul li a.mean-expand{margin-top:0px;width:30px;height:30px;line-height:26px;padding:12px !important;text-align:center;position:absolute;right:0;top:0;z-index:2;font-weight:700;background:none;border:0 !important;border-left:none;border-bottom:none;font-size: 30px !important;}

.lighted-fixed{position:fixed;left:0;width:100%;top:0;}
.lighted-fixed .mean-nav > ul{height:calc(100vh - 50px);overflow-y:auto;}
.pc-se{position:absolute;right:0;top:21px;width:30px;height:42px;}
.pc-se-a{display:block;width:30px;height:42px;background:url(../images/se.png) no-repeat center;cursor: pointer}
.in-top-nav2 .pc-se-a{display:block;width:30px;height:42px;background:url(../images/se2.png) no-repeat center;cursor: pointer}
.pc-top-se{position:absolute;top:42px;right:0;width:180px;background:url(../images/se-t.png) no-repeat 160px top;padding-top:6px;display:none;}
.t_se{max-width:120px;width:100%;position:relative;padding-right:30px;}
.se_txt{width:100%;border:none;background:#fff;height:30px;line-height:30px;text-indent:10px;color:#5f8ff7;font-size:12px;}
.se_sub{position:absolute;right:0;top:6px;width:30px;height:30px;background:#1585dc url("../images/se.png") no-repeat 6px;color:#fff;}
.pc-top-se2{width:90%;background:url(../images/se-t.png) no-repeat 160px top;padding-top:6px;margin:0 auto}
.se_txt2{width:80%;border:none;background:#fff;height:40px;line-height:40px;text-indent:10px;color:#5f8ff7;font-size:12px;float:left;}
.se_sub2{width:50px;height:40px;background:#ff950d url(../images/se.png) no-repeat 12px;color:#fff;float:left;cursor: pointer;}
/*-----phone nav-----*/
.banner{width:100%;height:100%;position:absolute;left:0;top:0;z-index:10;}
.section1 .owl-nav .owl-prev{font-size:150px;left:50px;position:absolute;float:left;font-family:Baskerville,"Palatino Linotype",Palatino,"Century Schoolbook L","Times New Roman","serif";opacity:0.5;}
.section1 .owl-nav .owl-next{font-size:150px;right:50px;position:relative;float:right;font-family:Baskerville,"Palatino Linotype",Palatino,"Century Schoolbook L","Times New Roman","serif";opacity:0.5;}
.section1 .owl-prev:hover{opacity:1;}
.section1 .owl-next:hover{opacity:1;}
.owl-carousel-a{width:100%;height:100%;}
.owl-carousel-a .owl-stage-outer{width:100%;height:100%;}
.owl-carousel-a .owl-stage-outer .owl-stage{width:100%;height:100%;}
.owl-carousel-a .owl-item{width:100%;height:100%;}
.owl-carousel-a .owl-item .banner-item{width:100%;height:100%;background-repeat:no-repeat;background-position:center;background-size:cover;}
.owl-carousel-a .owl-controls{position:absolute;left:0;bottom:60%;width:100%;height:8px;z-index:25;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
.owl-carousel-a .owl-dots{width:100%;height:8px;position:relative;z-index:33;margin-top:0;}
.owl-carousel-a .owl-dots .owl-dot{vertical-align:top;}
.owl-carousel-a .owl-dots .owl-dot span{width:65px;height:8px;background:#fff;}
.owl-carousel-a .owl-dots .owl-dot.active span{background:#ffc12d;}
.fixednav{position:fixed;top:0px;left:0px;width:100%;z-index:999;}
.stitle{text-align:center;}
.stitle h3{font-size:40px;color:#116fa8;line-height:32px;font-family:Impact;letter-spacing:4px;}
.stitle h3 b{color:#ea8514;}
.stitle p{font-size:22px;color:#535353;text-transform:uppercase;}
.stitle span{display:block;width:158px;height:10px;margin:10px auto 0px auto;font-size:18px;color:#535353;text-transform:uppercase;padding-top:10px}
.stitle2{text-align:center;padding-bottom:0px;background:url("../images/title-x.png") center 40px no-repeat;}
.stitle2 h3{font-size:40px;color:#fff;line-height:32px;font-family:Impact;letter-spacing:4px;}
.stitle2 h3 b{color:#ea8514;}
.stitle2 p{font-size:22px;color:#ffbe75;text-transform:uppercase;}
.stitle2 span{}
.in-news-list{margin-top:30px;padding:0 60px;}
.in-news-item .img{width:100%;overflow:hidden;position:relative;}
.in-news-item .txt{width:100%;padding:10px;border:0px solid #7a94a5;line-height:25px;overflow:hidden;color:#fff;background:#116fa8;height:90px}
.in-news-item .txt span{display:block;height:30px;text-align:right;width:100px;float:right;}
.in-news-item .txt span.date{background:url("../images/date.png") no-repeat 15px 6px;color:#ff916b;font-family:Baskerville,"Palatino Linotype",Palatino,"Century Schoolbook L","Times New Roman","serif"}
.news-more{position:absolute;left:50%;top:50%;opacity:0.8;filter:alpha(opacity=80);width:0;height:0;background:#1585dc;overflow:hidden;}
.news-more span{display:block;position:absolute;width:120px;height:36px;font-size:14px;color:#fff;left:50%;margin-left:-60px;top:50%;margin-top:-18px;border:1px solid #fff;text-align:center;line-height:36px;}
.in-news-item:hover .news-more{width:100%;height:100%;left:0;top:0;}
.in-news-item:hover .txt{color:#fff;background:#d4760d}
.in-news-item:hover .txt span{color:#fff;}
.sec-more{position:absolute;right:0;top:-30px;right:60px;}
.sec-more a{display:block;font-size:44px;color:#7a94a5;line-height:36px;text-align:center;margin:50px auto 0;font-family:Baskerville,"Palatino Linotype",Palatino,"Century Schoolbook L","Times New Roman","serif";}
.sec-more a:hover{color:#d8801e;}
.section2{background:url(../images/bg01.jpg) no-repeat center;background-size:cover;overflow:hidden}
.section3{overflow:hidden}
.owl-carousel-study .owl-nav{position:absolute;top:50%;width:100%;height:36px;}
.owl-carousel-study .owl-nav .owl-prev{position:absolute;width:36px;height:36px;background:#999;color:#fff;font-size:28px!important;font-family:"SimSun";line-height:35px;text-align:center;left:-60px;top:0px;border-radius:5px;}
.owl-carousel-study .owl-nav .owl-next{position:absolute;width:36px;height:36px;background:#999;color:#fff;font-size:28px!important;font-family:"SimSun";line-height:35px;text-align:center;right:-60px;top:0px;border-radius:5px;}
.owl-carousel-study .owl-nav .owl-prev:hover,.owl-carousel-study .owl-nav .owl-next:hover{background:#1585dc;}
.section4{background:url(../images/bg03.jpg) no-repeat center;background-size:cover;}

.sec-title-white h3{color:#fff;}
.section6{background:url(../images/bg05.jpg) no-repeat center;background-size:cover;height: 270px !important;}
.section6 .fp-overflow{padding:30px 0;}

.section7{background:url(../images/bg05.jpg) no-repeat center;background-size:cover;padding: 20px 0;}
.section7 .fp-overflow{padding:30px 0;}

.section5{background:url(../images/bg04.jpg) no-repeat center;background-size:cover;}
.fo-title{font-size:24px;color:#c7e1ff;margin-bottom:20px;}
.xggl{width:100%;float:left;padding-bottom:80px;color:#c7e1ff;}
.xggl ul li{width:30%;font-size:12px;font-family:"宋体";float:left;line-height:25px;height:160px;}
.xggl ul li b{color:#fff;font-weight:bolder}
.xggl .xx{border-right:1px solid #233953;width:3px;float:left;margin:0 2%}
.logo2{padding-top:60px}
.logo2 img{width:100%;max-width:519px;opacity:0.3}

.ewm{float:right;width:100%;text-align:center;}
.ewm img{width:100%;max-width: 177px;}
.fo-map img{width:100%;height:auto;}
.add-info{font-size:14px;color:#fefefe;line-height:24px;}
.add-p{position:relative;margin-bottom:15px;}
.add-p a{display:inline-block;*display:inline;padding-left:30px;margin-right:10px;color:#fefeff;font-size:14px;}
.add-p a.b1{background:url(../images/a1.png) no-repeat left center;}
.add-p a.b2{background:url(../images/a2.png) no-repeat left center;}
.add-p a.b3{background:url(../images/a3.png) no-repeat left center;}
.add-p a:hover{color:#ff0000;}
.add-p span{display:none;width:120px;height:120px;position:absolute;bottom:30px;left:170px;}
.fo-r-lnk{margin-left:-8px;margin-right:-8px;}
.f-logo{width: 100%;float: left;padding: 0.3rem 0;text-align: center;}
.f-logo img{width: 80%;opacity: 0.7;max-width: 471px;}
.links{width:100%;float:left;margin-top:30px;position:relative;}
.select{position:relative;display:inline-block;width:46%;margin:0 2%;float:right;z-index:10;}
.select.open{z-index:10;}
.select p{position:relative;padding-left:15px;line-height:50px;font-size:18px;color:#8b8b8b;background:#fff;border-radius:10px;cursor:pointer;text-align:left;/* 标题栏置顶，压住下拉 */
 position:relative;z-index:11;}
.select p i.arrow{display:block;position:absolute;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #b3b3b3;right:10px;top:50%;transform:translateY(-50%);transition:transform 0.3s ease;}
.select.open p i.arrow{transform:translateY(-50%) rotate(180deg);}
.select ul{position:absolute;bottom:100%;left:0;width:100%;background:rgba(3,105,213,0.7);border-radius:10px 10px 0 0;overflow:hidden;display:block !important;/* 关键：菜单层级永远在按钮下面 */
 z-index:1;max-height:0;opacity:0;/* 从下层往上位移浮现 */
 transform:translateY(20px);transition:all 0.4s ease;}
.select.open ul{max-height:500px;opacity:1;transform:translateY(0);}
.select ul li{padding:8px 15px;border-bottom:1px dashed #64d2f3;}
.select ul li a{display:block;font-size:12px;color:#ffffff;line-height:24px;}
.select ul li:hover{background:#2243d8;}

/* fullPage 右侧导航 回到顶部按钮样式 */
#fp-nav ul li.fp-back-top{opacity:0;visibility:hidden;transition:all 0.4s ease;}
#fp-nav ul li.fp-back-top a .fp-to-top-icon{display:block !important;width:100% !important;text-align:center !important;font-size:12px !important;color:#ff8d00 !important;opacity:1 !important;transition:all 0.3s ease !important;}
#fp-nav ul li.fp-back-top:hover a .fp-to-top-icon{color:#b43300 !important;
 opacity:1 !important;margin: 0;width: auto;height:auto;;}
#fp-nav ul li.fp-back-top a .fp-to-top-icon{background:none;left: -1px;top: 0;}
/* 显示状态 */
#fp-nav ul li.fp-back-top.show{opacity:1;visibility:visible;}
#fp-nav ul li a span,.fp-slidesNav ul li a span{background:#ffa95f;}
#fp-nav ul li a.active span,#fp-slidesNav ul li a.active span{background:#ff8d00;}

.c_bottom{border-top:0px solid #7d7a95;}
.c_bottom2{border-top:0px solid #7d7a95;}
.copyright{width:100%;color: #aaa8bd;text-align: left;line-height: 24px;font-size: 14px;float: left;padding: 20px 10px;}
.copyright a{color: #aaa8bd;font-size: 14px;}
.back-top{display:none;width:52px;height:52px;position:absolute;right:20px;bottom:220px;background:#5d54f9;border-radius:100px;text-align: center;padding-top: 8px;}
.back-top:hover{background:#352eb9;opacity: 1;}
.in-bottom{position:absolute;left:0;bottom:5px;width:100%;}
.bottom .p1{font-size:16px;color:#fff;text-align:center;line-height:30px;}
.bottom .p1 a{font-size:16px;color:#fff;margin:0 25px;}
.bottom .p1 a:hover{color:#6dc4fb;}
.bottom .p2{font-size:12px;color:#c5e9ff;font-family:"SimSun";text-align:center;line-height:24px;}
.bottom .p2 a{font-size:12px;color:#c5e9ff;}
.bottom .p2 a:hover{text-decoration:underline;color:#333;}
/*----index----*/
.foot{position:relative;background:url(../images/bg05.jpg) no-repeat center;background-size:cover;padding:100px 0 0;}
.page-bottom{margin-top:30px;}
.p-banner {width: 100%;max-height: 200px;overflow: hidden; background-repeat:no-repeat;background-position:center;background-size: cover;padding-top: 60px;}
.p-banner img{width: 100%}
.p-banner-pc-a{background-image:url(../images/p_banner02.jpg);}
.p-banner-pc-b{background-image:url(../images/p_banner01.jpg);}


.page-main {margin-top: 60px;}
.in-main-con {padding-bottom:30px;}
.pageCon > div{padding-left: 0;padding-right: 0;}
.pageCon {position: relative;}
.pageCon-left { position: absolute;left: 0;top: 0;height: 100%;background: #f7f7f7;}
.pageNav{width: 20%;float: left;position: relative;top:0px;box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);border-radius: 10px;}
.pageNav h3 {width: 100%;height: 1rem;line-height: 1rem;color: #fff;font-size: 0.18rem;font-weight: normal; text-align: center;}
.pageNav h3 a {display: block;background: #233596 url(../images/menu2.png) calc(100% - 8px) center no-repeat;color: #fff;font-size: 0.3rem;border-top-left-radius:10px;border-top-right-radius:10px;font-weight: bolder;}

.vertical-wrap-nav{width: 190px;float: left; position:relative;z-index: 800}
.vertical-wrap-nav.fixTop{position: fixed;top: 0;left:50%;margin-left:-630px;}
.vertical-wrap-nav.fixBottom{position: absolute;left: 0;bottom: 10px;}

.pageNav-h {width: 100%;height: 60px;line-height: 60px;color: #fff;font-size: 0.18rem;font-weight: normal;}
.pageNav-h a {display: block;background: #017cc0;color: #fff;font-size: 0.18rem;padding:0 10px;}
.pageNav-ul{display: none;padding:0 1px 10px 1px;background:#fff;border-radius: 0 0 10px 10px;}
.pageNav-ul.show {display: block;animation: slideDown 0.3s ease-out;}
.pageNav ul li {float: left;width: 100%;text-align: center;}
.nav-one { display: block;position: relative;transition: all 0.4s;border-bottom: 1px dashed #fff;border-top: 1px dashed #cfcfcf;}
.nav-one a {display: block;position: relative;font-size: 0.2rem;color: #333;float: left;line-height: 0.6rem;width: 100%;text-align: center}
li.nav-one.selected a{background: #6a81ff;color: #fff;}
li.nav-one.selected a:hover{background: #465dda;color: #fff;}
.nav-one:hover {color: #fff;}
.nav-one:hover a{background: #6a81ff;color: #fff;padding-left: 5px;}
.nav-two {display: block;border:none;border-bottom: 1px dashed #fff;border-top: 1px dashed #b3b3b3;line-height: 40px;}
.nav-two a{display:block;position:relative;line-height:16px;font-size:0.2rem;color:#4d4d4d !important;padding:12px 0px 12px 0px;border:none;background:#dee3ff !important;}

.nav-two:hover a{background: #596dd8 !important;color: #fff !important;}
.nav-one.on .nav-two a {color:#666;}
.nav-one.on .nav-two a:hover {background: #cce4ff;color: #223f75;}
.nav-one.on .nav-two.on a {background: #cce4ff;color: #223f75;}
li.nav-one.on {border: none;}
li.nav-one.on a{color: #155bff;background:#ebf2ff;}
li.nav-one.on a.on1{background: #6a81ff;color: #fff;width: 100%;}
li.nav-one.on a:hover{background: #4057d4;color: #fff;padding-left: 10px;}
li.nav-one.on a:hover i{color: #fff;}
.nav-one.on:hover {padding-left: 0;}
.nav-one.on:hover i{color: #333;}
.nav-one.on:hover a{color: #333;}

.pageR_img_list .row {margin-left: -5px;margin-right: -5px;}
.pageR_img_list .row .col {padding-left: 5px;padding-right: 5px;}
.pageR_img_item {margin-top: 10px;}
.pageR_img_item .img {width: 100%;overflow: hidden;}
.pageR_img_item .txt {height: 30px;line-height: 30px;padding:0 10px;border:1px solid #ccc;font-size: 14px;color: #343b69;text-align: center;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.pageR_img_item:hover {box-shadow:0 0 10px 3px #ccc;-webkit-box-shadow:0 0 10px 3px #ccc;-moz-box-shadow:0 0 10px 3px #ccc;}

.pageR_article {padding:0px 0px;margin-top: 25px;}
.pageR_article .title {font-size: 0.28rem;font-weight: bolder; color: #000;text-align: center;line-height: 0.45rem;padding:0.25rem 0;}
.pageR_article .infoA {color: #777777;line-height: 0.34rem;text-align: center;border-top: 1px solid #dadada;border-bottom: 1px solid #dadada}
.pageR_article .infoA span {display: inline-block;padding:5px 6px;font-size: 0.16rem!important;}
.pageR_article .con {color: #333;font-size: 0.18rem;line-height:0.3rem;padding-bottom: 0.15rem;margin-top: 0.25rem;}
.pageR_article .con img {width: 90%!important;max-width: 930px; height: auto!important;}
.pageR_article .con p{text-indent:2em;line-height:2em;margin-bottom:0.2rem;text-align:justify;font-size: 0.18rem;}

.pageR_img_list .row {margin-left: -5px;margin-right: -5px;}
.pageR_img_list .row .col {padding-left: 5px;padding-right: 5px;}
.pageR_img_item {margin-top: 10px;}
.pageR_img_item .img {width: 100%;overflow: hidden;}
.pageR_img_item .txt {height: 30px;line-height: 30px;padding:0 10px;border:1px solid #ccc;font-size: 14px;color: #343b69;text-align: center;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.pageR_img_item:hover {box-shadow:0 0 10px 3px #ccc;-webkit-box-shadow:0 0 10px 3px #ccc;-moz-box-shadow:0 0 10px 3px #ccc;}
.pageR {padding:5px 10px 30px;width: 77%;float: right;}
.pageR_t {width: 100%;height: 50px;overflow: hidden;position: relative;z-index: 9;}
.pageR_t p {display: block;float: left;font-size:24px; color: #333;height: 40px;line-height: 40px;position: relative;padding:0 10px;z-index: 999;font-weight: bolder}
.pageR_t_a {float: left;height: 40px;line-height: 40px;color: #999;font-size: 12px;padding:0 5px;}
.pageR_t_a a {color: #999;font-size: 12px;}
.pageR_t_a a:hover {color: #0a2b54;}
.pageR .line {width: 100%;height: 2px;background: #064078;}


#news_list{margin:10px 0 40px 0;}
#news_list ul.news_ul li{padding:10px 90px 10px 24px;line-height:30px;height:50px;position:relative;border-bottom:1px solid #dedede;background:url(../images/li_i.png) 10px center no-repeat;}
#news_list ul.news_ul li a{display:block;width:100%;height:30px;line-height:30px;font-size:14px;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
#news_list ul.news_ul li span{width:80px;position:absolute;display:block;right:0;top:10px;height:30px;line-height:30px;font-size:12px;color:#919191;text-align:center;}
#news_list ul.news_ul li:hover a{color:#017cc0;}


/* 把 flex 写在 a 标签上，而不是 p-list-item！ */
.p-list-item{position:relative;padding:40px 20px 30px 20px;border-bottom:1px dashed #c0c0c0;}
.p-list-item > a{display:flex;flex-direction:row;align-items:flex-start;gap:0.2rem;flex-wrap:nowrap;text-decoration:none;}

.p-list-item .date{width:0.8rem;height:0.8rem;line-height:0.32rem;font-family:"Arial";color:#fff;text-align:center;background:#8a93c3;transition:all 0.4s;border-radius:4px;flex-shrink:0;}
.p-list-item .date span {font-style: normal;display: block;width: 100%;border: none;height: 0.48rem;line-height: 0.48rem;font-size: 0.42rem;color: #ffffff;font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";transition: all 0.4s;}
.p-list-item .date em {display: block;width: 100%;height: 0.28rem;line-height: 0.28rem;font-size: 0.14rem;font-style: normal;border-radius:0 0 10px 10px;}
.p-list-item .text{flex:1;min-width:0;padding-right:0.2rem;}
.p-list-item .text .title {display:block;color: #222;font-size: 0.22rem;line-height: 0.3rem;white-space: normal; overflow:hidden; text-overflow:ellipsis;font-weight: bolder;transition: all 0.4s;} 
.p-list-item .text .info {color: #969696;font-size: 0.16rem;margin-top: 5px;line-height: 24px;}
.p-list-item .text .des {font-size: 0.16rem;color: #434343;line-height: 0.3rem;overflow: hidden;margin-top: 0.05rem;transition: all 0.4s;}
.p-list-item .image{width:2.2rem;height:1.1rem;overflow:hidden;border-radius:0.06rem;flex-shrink:0;}
.p-list-item .image img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease,opacity 0.3s ease;opacity:0.8;filter:brightness(0.8);}
.p-list-item:hover .image img{opacity:1;filter:brightness(1);transform:scale(1.08);}
/* hover 效果 */
.p-list-item:hover .text .info{color: #be0f34}
.p-list-item:hover .text .des{color: #666;padding-left: 10px;}
.p-list-item:hover{background:#fff;border-bottom:1px dashed #fff;box-shadow:0 0 24px 5px rgba(0,0,0,0.1);}
.p-list-item:hover .text .title {color: #233596;padding-left: 10px;}      
.p-list-item:hover .date {background: #233596;}
.p-list-item:hover .date span{height: 0.47rem;line-height: 0.47rem;}

.p-list-item2 {position: relative;padding: 40px 0px 30px 0px;border-bottom: 1px dashed #c0c0c0;width: 100%;float: left;}
.p-list-item2 .image{width: 30%;float: left;overflow: hidden;border-radius: 10px;}
.p-list-item2 .image img{width: 100%;  -webkit-transition: all 0.8s;-o-transition: all 0.8s;transition: all 0.8s;}
.p-list-item2 .text{width: 68%;float: left;padding-left: 2%;}
.p-list-item2 .text .title {display:block;color: #222;font-size: 0.18rem;line-height: 0.26rem;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;font-weight: bolder;transition: all 0.4s;height: 40px;line-height: 40px;} 
.p-list-item2 .text .info {color: #969696;font-size: 0.12rem;font-family:"SimSun";margin-top: 5px;line-height: 0.26rem;transition: all 0.4s;}
.p-list-item2 .text .info span {margin-right: 10px;}
.p-list-item2 .text .des {font-size: 0.15rem;color: #434343;line-height: 0.26rem;overflow: hidden;margin-top: 5px;transition: all 0.4s;}
.p-list-item2 .xian{height: 2px;width: 0%;border-bottom: 1px #ffffff solid;}
.p-list-item2:hover .xian{height: 2px;width: 30%;border-bottom: 1px #1347d4 solid;-webkit-transition: all 0.8s;-o-transition: all 0.8s;transition: all 0.8s;}
.p-list-item2:hover .text .title {color: #1347d4;padding-left: 20px;background: url(../images/more.png) left center no-repeat;}  
.p-list-item2:hover .text .des {padding-left: 0px;}
.p-list-item2:hover .text .info{padding-left: 0px;}
.p-list-item2:hover img{transition: all 0.4s;transform: scale(1.1);opacity: 1; -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */filter: grayscale(0%);opacity: 1;}

.pageR_img_list .row {margin-left: -5px;margin-right: -5px;}
.pageR_img_list .row .col {padding-left: 5px;padding-right: 5px;}
.pageR_img_item {margin-top: 10px;}
.pageR_img_item .img {width: 100%;overflow: hidden;}
.pageR_img_item .txt {height: 30px;line-height: 30px;padding:0 10px;border:1px solid #ccc;font-size: 14px;color: #343b69;text-align: center;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.pageR_img_item:hover {box-shadow:0 0 10px 3px #ccc;-webkit-box-shadow:0 0 10px 3px #ccc;-moz-box-shadow:0 0 10px 3px #ccc;}
.pageR_img_list .row {margin-left: -5px;margin-right: -5px;}
.pageR_img_list .row .col {padding-left: 5px;padding-right: 5px;}
.pageR_img_item {margin-top: 10px;}
.pageR_img_item .img {width: 100%;overflow: hidden;}
.pageR_img_item .txt {height: 30px;line-height: 30px;padding:0 10px;border:1px solid #ccc;font-size: 14px;color: #343b69;text-align: center;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.pageR_img_item:hover {box-shadow:0 0 10px 3px #ccc;-webkit-box-shadow:0 0 10px 3px #ccc;-moz-box-shadow:0 0 10px 3px #ccc;}
.fp-tableCell{display:table-cell;vertical-align:middle;width:100%;height:100% !important;}
.wp_paging{padding:20px 0;}

#img_list{margin:10px 0;overflow:hidden;max-width:1400px;margin-left:auto;margin-right:auto;}
.img-item{padding:25px;border-bottom:2px solid #e5e5e5;border-radius:8px;transition:all 0.35s ease;box-sizing:border-box;width:100%;}
.img-item:hover{background-color:#fafafa;box-shadow:0 8px 24px rgba(0,0,0,0.1);transform:translateY(-4px);}
.img-item a{display:flex;width:100%;text-decoration:none;gap:25px;align-items:flex-start;box-sizing:border-box;flex-wrap:wrap;}
.img-item .img{width:380px;height:260px;overflow:hidden;border-radius:6px;flex-shrink:0;}
.img-item .img img{width:100%;height:100%;object-fit:cover;transition:transform 0.45s ease;}
.img-item:hover .img img{transform:scale(1.09);}
.img-con{flex:1;min-width:300px;display:flex;gap:20px;font-family:"times new roman";align-items:flex-start;box-sizing:border-box;transition:transform 0.3s ease;}
.img-con .date{width:80px;flex-shrink:0;text-align:center;padding:2px 2px;background:#233596;border-radius:8px;transition:all 0.3s ease;}
.img-con:hover .date{background:#1e6adb;}
.img-con .date p{font-weight:bold;margin:0;}
.img-con .date p.mm{font-size:14px;color:#fff;font-weight:200;line-height:30px;}
.img-con .date p.dd{font-size:40px;color:#fff;height:40px;line-height:50px;}
.img-con .txt{flex:1;min-width:0;width:100%;box-sizing:border-box;}
.img-con .txt h2{margin:0 0 12px 0;font-size:24px;color:#000;font-weight:bold;transition:color 0.3s ease;line-height:1.4;word-break:break-word;white-space:normal;}
.img-con .txt p{font-size:18px;color:#333;line-height:1.6;margin:0 0 10px 0;word-break:break-word;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;}
.img-con .txt span{display:inline-block;font-size:16px;color:#1e6adb;font-weight:bold;transition:all 0.3s ease;}
.img-item:hover .txt h2{color:#1e6adb;}
.img-item:hover .txt span{text-decoration:underline;padding-left:5px;}


/* 中型屏幕（≤1100px） */
@media screen and (max-width: 1100px) {
 .img-item .img{width:320px;height:220px;}
}

/* 平板/小电脑（≤900px） */
@media screen and (max-width: 900px) {
 .img-item a{flex-direction:column;align-items:center;}
.img-item .img{width:100%;}
.img-con{width:100%;}
}

/* 手机端（≤768px） */
@media screen and (max-width: 768px) {
 .img-item{padding:15px;}
.img-con{flex-direction:column;gap:12px;}
.img-con .txt h2{font-size:20px;}
.img-con .txt p{font-size:16px;}

}






/* 滑动指示器样式 */
.scroll-indicator{width:auto;height:auto;position:fixed;left:50%;bottom:30px;transform:translateX(-50%);z-index:9999;text-align:center;cursor:pointer;transition:opacity 0.6s cubic-bezier(0.25,0.1,0.25,1), visibility 0.6s cubic-bezier(0.25,0.1,0.25,1);animation: slideUp 2s ease-out forwards;will-change:opacity,visibility;}
.scroll-indicator.hide{opacity:0;visibility:hidden;pointer-events:none;}
.scroll-indicator-type-3 .scroll-indicator-btn{width:22px;height:42px;margin:0 auto 12px auto;border-radius:15px;border:2px solid #fff;}
.scroll-indicator-type-3 .scroll-indicator-btn-c1{width:4px;height:8px;margin:6px auto;border-radius:4px;background:#cf7c00;animation:fingerScroll 4.2s infinite;}
.scroll-indicator-text{font-size:12px;color:#fff;margin:0;}
@keyframes fingerScroll{/* 起始：上方位置 */
 0%{margin-top:6px;opacity:1;}
/* 中间：滑到最下方 */
 50%{margin-top:32px;opacity:0;}
/* 结束：回到最上方，完成循环 */
 100%{margin-top:6px;opacity:1;}
}
@media (max-width:768px){.scroll-indicator{bottom:20px;}
}
.section2 .fp-overflow{overflow:hidden !important;}
.fp-overflow{overflow-y:auto !important;-webkit-overflow-scrolling:touch;}

/* ==================== 手机端（≤767px）适配 ==================== */
@media screen and (max-width: 767px) {
 .news-container{width:95% !important;height:auto !important;flex-direction:column;align-items:flex-start !important;gap:0.2rem !important;margin:0 auto !important;}
.big-news{width:95% !important;height:2.4rem !important;margin:0 !important;}
.small-news-grid{width:95% !important;height:auto !important;gap:0.15rem !important;}
.small-news{height:2.2rem !important;}
.news-text h3{font-size:0.14rem;}
.news-text p{font-size:0.12rem;}
.small-news .small-news-title{font-size:0.12rem;padding:0.25rem 0.1rem 0.1rem;}
}

/* 超小屏幕（手机，小于 768px） */
/* 小屏幕（平板，大于等于 768px） */
@media screen and (min-width:768px){
.container{padding-left:0;padding-right:0;position:relative;}
.top-nav-t-r .a2.a2-width{width:240px;}
.logo{text-align:left;}
.pc-menu{float:right;}
.xggl ul li{width:15%;font-size:12px;font-family:"宋体";float:left;line-height:25px;height:140px;}
.xggl ul li b{color:#fff;font-weight:bolder}
.xggl .xx{border-right:1px solid #233953;width:3px;float:left;margin:0 2%}
.notice-item:hover{background:#201f97 url(../images/tz2.png)no-repeat center bottom 20px;color:white;}
.copyright{width:80%;color: #aaa8bd;text-align: left;line-height: 24px;font-size: 14px;float: left;padding: 20px 10px;}
.ewm{float:right;width:13%;text-align:right}
.back-top{display:block;width:52px;height:52px;position:absolute;right:20px;bottom:220px;background:#5d54f9;border-radius:100px;text-align:center;padding-top:8px;opacity:0.7;transition:opacity 0.3s;}
.page-main{margin-top: 155px;}
.add-info{font-size:16px;line-height:30px;}
.add-p a{margin-right:15px;font-size:16px;}
.add-p span{display:block;bottom:5px;left:305px;}
.fo-r-lnk{margin-left:0;margin-right:0;}
.in-bottom{bottom:20px;}
.bottom .p2{font-size:14px;line-height:30px;}
.bottom .p2 a{font-size:14px;}
.p-banner {background-position: center;padding-top: 145px;}
.pageNav-h{text-align:center;}
.pageCon-left{border-left:12px solid #017cc0;}
.f-logo{width: 100%;float: left;padding: 0.3rem 0;text-align: left;}
.f-logo img{width: 100%;opacity: 0.7;max-width: 471px;}
/* page bg color */
.pageR_t_a{float:right;}
.listR_tL{width:auto;}
.listR_tR{float:right;width:auto;}
.pageNav ul li{float:left;width:100%;}
.pageR{padding:0px 0 0 30px;}
.pageR-con{padding:10px 15px 40px;}
.pageR_news_list{margin:10px 0 40px;}
.pageR_img_list .row{margin-left:-10px;margin-right:-10px;}
.pageR_img_list .row .col{padding-left:10px;padding-right:10px;}
.pageR_img_item{margin-top:20px;}
.top-toolbar{padding-top:20px;}
.big-news{width:5.8rem;margin-bottom: 0px;}

.p-right-article .title{font-size:30px;}
.p-right-article .con{color:#000;font-size:16px;}
.p-right-article .other{font-size:16px;}
.news-container{display:flex;gap:20px;width:12.8rem;margin:0 auto;position:relative;z-index:1;}
.news-container2{width:12.8rem;margin:0 auto;position:relative;z-index:1;}
.activity-list {width: 100%;background: #fff;margin-bottom: 0.2rem;transition:all 0.3s ease;border-radius:0.1rem;height: 1.1rem;}
.activity-item{display:flex;align-items:center;margin-bottom:0px;border:0px solid #eee;}
.activity-date{width:1.1rem;height:1.1rem;background:#696788;color:#fff;text-align:center;padding:0.18rem 0;border-radius:0.1rem 0 0 0.1rem;transition:all 0.3s ease;}
.day{font-size:0.44rem;font-weight:bold;line-height:1;}
.year-month{font-size:0.16rem;margin-top:0.05rem;}
.activity-title{flex:2;padding:0 0.2rem;font-size:0.2rem;color:#333;transition:all 0.3s ease;font-weight: bolder;}
.activity-info{flex:1;padding:0 0.2rem;border-left:1px solid #b9b9b9;color:#666;line-height:0.25rem;}
.activity-info span{font-size:0.16rem;width:3.5rem;display:block;transition:all 0.3s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.activity-info i{color:transparent;margin-right:8px;width:16px;height:16px;display:inline-block;text-align:center;background-size:contain;background-repeat:no-repeat;background-position:center;transition:all 0.3s ease;filter:none;}
.activity-info .fa-user{background-image:url(../images/a1.png);}
.activity-info .fa-clock{background-image:url(../images/a2.png);}
.activity-info .fa-map-marker-alt{background-image:url(../images/a3.png);}
.activity-list:hover .activity-info i{filter:brightness(0) invert(1);}

.notice-bottom{height:50%;display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background-color:#f3f3f3;}
.notice-item{background:#f3f3f3 url(../images/tz.png) no-repeat center bottom 20px;padding:0.4rem 0.4rem 50px;display:flex;flex-direction:column;justify-content:flex-start;transition:all 0.3s ease;cursor:pointer;}
.notice-item h3{color:#333;margin-bottom:0.1rem;font-size:20px;transition:color 0.3s ease;font-weight: bolder;}
.notice-item p{color:#666;margin-bottom:0.1rem;font-size:16px;line-height:25px;transition:color 0.3s ease;}
.notice-item .date{color:#999;font-size:14px;transition:color 0.3s ease;}

#fp-nav{display:block !important;}
.notice-top{height:50%;background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('../images/tzbg.jpg') no-repeat center center;background-size:cover;display:flex;align-items:center;justify-content:flex-start;padding-left:100px;position:relative;}
.teachers-wrap{display:flex;}
.master-teacher{width:2.36rem;position: relative;margin: 0;}
.teacher-card{width:2rem !important;}
.teacher-card .img{margin: 0;}
.c_bottom{border-top:1px solid #7d7a95;}
}
/* 中等屏幕（桌面显示器，大于等于 992px） */
@media screen and (min-width:992px){
.map{padding:0 40px;}
.fo-r{width:180px;float:right;}
.news-listB-item{position:relative;padding:11px 85px 11px 85px;height:97px;width:50%;float:left;}
.news-listC-item{position:relative;padding:11px 85px 11px 85px;height:97px;width:43%;float:left;margin:0 30px}
.container-pd{padding-left:22px;padding-right:22px;}
}
/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media screen and (min-width:1200px){
.container-pd{padding-left:72px;padding-right:72px;}
}
/* 大屏幕（大桌面显示器，大于等于 1400px） */
@media screen and (min-width:1400px){
    .container {width: 1400px;}

}
/* 大屏幕（大桌面显示器，大于等于 1600px） */
@media screen and (min-width:1600px){
    .container {width: 1600px;}

}
