@charset "utf-8";
/* CSS Document public*/
*{font-family:"Microsoft Yahei",Arial, Helvetica, sans-serif; padding: 0; margin:0; box-sizing:border-box; overflow-scrolling:touch; -webkit-overflow-scrolling:touch;}
body{padding:0;margin:0;font-family:"Microsoft Yahei",Arial,Helvetica, sans-serif;-webkit-font-smoothing:antialiased;font-smoothing:antialiased; line-height: 1; font-size:14px;overflow-x: hidden;}
html,body{ min-height:100%;} html{ overflow:-moz-scrollbars-vertical;overflow-x: hidden;} 
::-webkit-scrollbar {width:4px;height: 8px;background-color: #F5F5F5;}
::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
::-webkit-scrollbar-thumb {border-radius: 10px; background-color: #333;}

.clearfix:after{content: ""; display: block; height: 0; clear:both; visibility: hidden;}
.clear:after{content: ""; display: block; height: 0; clear:both; visibility: hidden;}
.flex{display: flex;justify-content: space-between;flex-wrap: wrap;}
.flex-center{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.flex-start{display: flex;justify-content: flex-start;flex-wrap: wrap;}
.flex-end{display: flex;justify-content: flex-end;flex-wrap: wrap;}
input,button,textarea {background: none; outline: none;border: none;-webkit-appearance:none; border-radius:0}
input:focus {border: none;}

.img_zd{ position:relative; width:100%}
.img_zd .img_hezi{padding-bottom: 67.80% !important;}
.img_zd>img{position:absolute;top:0;right:0;bottom:0;left:0;object-fit:cover;height: 100%;width: 100%;}

a{text-decoration:none;bblr:expression(this.onFocus=this.blur());/*IE使用*/outline-style:none;/*FF使用*/; outline:none;}
a,input,img,:focus{ mayfish:expression(this.onfocus=this.blur); cursor:handbblr:expression(this.onFocus=this.blur());/*IE使用*/ outline-style:none;/*FF使用*/ } /*去除a标签带来的虚框*/
ul{list-style:none;}
img{border:0px}
ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,p{padding:0;margin:0; font-weight:normal;}
ul li{ list-style:none;}
h3,h4,h5{ font-weight:normal;}
h4 a:hover,h5 a:hover{ -moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
hr{display:block;height:1px;border:0;background:#d8d8d8;padding:0;margin-bottom: 3.25rem;margin-top: 2.5rem;}
abbr,article,aside,audio,canvas,datalist,details,dialog,eventsource,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,time,video{display:block}
video{ object-fit:cover;width: 100%;height: auto;}




input::-webkit-input-placeholder{ color:#999;}
input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999; }
input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */ color:#999;}
input:-ms-input-placeholder{ /* Internet Explorer 10-11 */ color:#999;}

textarea::-webkit-input-placeholder{ color:#999;}
textarea::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999;}
textarea:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */ color:#999;}
textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ color:#999;}
 @font-face{font-family: 'BEBAS';}


h5 a{ display:inline-block; width:100%; overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
ul li:hover h5 a{ color:#095199}
img{ vertical-align:middle}

#gotop{width: 0.5rem;height: 0.5rem;overflow: hidden;position: fixed;right: 0.1rem;bottom: 0.2rem;z-index: 99999;}
#gotop2{width: 0.5rem;height: 0.5rem;overflow: hidden;position: fixed;right: 0.4rem;bottom: 1.4rem;z-index: 99999;}
#gotop2 img{display: block;width: 100%;transition: 0.4s all;cursor: pointer;}
#gotop2 img:hover{border-radius: 50%;transition: 0.4s all;}
#gotop2 p{position: absolute;bottom: -5rem;transition: 0.5s;display: block;}
#gotop2.on p{bottom: 0;}
@media screen and (max-width: 768px){
	#gotop2{right: 0.1rem;bottom: 0.2rem;}
}
@font-face {font-family: "sourcebold";src: url("../fonts/SourceHanSerifCN-Bold.ttf") format("truetype");}
@media (max-width:1920px){html{font-size:16px;}}
@media (min-width:1400px) and (max-width:1600px){html{font-size:16px;}}
@media (min-width:640px) and (max-width:1399px){html{font-size:15px;}}
@media (min-width:471px) and (max-width:639px){html{font-size:14px;}}
@media (min-width:329px) and (max-width:470px){html{font-size:14px;}}
@media (max-width:328px){html{font-size:14px;}}

/*==========================================公共 开始=============================================*/
.firstScreen{height: 100vh;overflow: hidden;position: relative;}
.body_main{position: absolute;left: 0%;top: 100%;bottom: 0;right: 0;background: #fff;overflow-x: hidden;transition: top 0.7s cubic-bezier(0.5,0,0.2,1) 0s;z-index: 999;/* overflow: auto; */outline: none;}
.body_main.on{top: 0;}
 @media(max-width: 1366px){
 	.body_main{position: relative;}
	.firstScreen{height: auto;}
} 


.toubu_div{position: relative;z-index: 99999;}
.header_box{z-index:999999;left: 0;right: 0;top: 0;}
#header{z-index:999;width:100%;transition: 0.6s;position: fixed;top: 0;left: 0;padding: 0;height: 1rem;}
#header::after{content: "";width: 100%;height: 200%;left: 0;top: 0;background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);position: absolute;z-index: 1;background-size: contain;transition: 0.4s all;pointer-events: none;}
#header .top{background: #095199;position: relative;z-index: 9999;}
#header .wp{display: flex;align-items: center;position: relative;z-index: 6;height: 100%;}
.header_top{height: 30px;line-height: 30px;background: #095199;overflow: hidden;text-align: right;z-index: 10;position: relative;}
.header_top ul{ display:inline-block; vertical-align:top}
.header_top ul li{font-size: 0.16rem;color:#fff;}
#header #logo{width: 28%;}
#header #logo img{width:4.28rem;display: block;}
#header .rightBox{width: 60%;}
#header .topLink a{font-size: 0.16rem;color: white;line-height: 0.4rem;font-weight: 600;}
#header .topLink a:hover{color: #ffe6ba;text-decoration: underline;}
#header .topLink a+a{margin-left: 0.2rem;}

@media(max-width: 1200px){
	#header #logo .logoimg img{width: 100%;display: block;}
}

.logo2 {}
.logo2 a{display: table;vertical-align: middle;}
.logo2 img{display: block;width: auto;vertical-align: middle;width: 100%;}
.linkNav{width: calc(100% - 80px);flex-direction: column;display: flex;align-items: flex-end;}

.header_box .search{width:2.8rem;height: 40px;border-radius: 20px;margin-left: 0.16rem;position: relative;background:white;}
.header_box .search input[type="text"]{background: none;outline: none;border: none;padding: 0 0 0 10px;color: #323232;line-height: 40px;height: 40px;width: 100%;}
.header_box .search input[type="image"]{position: absolute;right:10px;top: 8px;width: 22px;}
.header_box .search .input1{float: left;width: calc(100% - 45px);}
.header_box .search .input2{float: right;color: #323232;width: 40px;height: 40px;border-radius: 50%;}
.header_box .search .input2 input[type="image"]{margin-left: 10px;}
.text::-webkit-input-placeholder {
  color: #323232;
}
.text:-moz-placeholder {
  color: #323232;
}
.text:-ms-input-placeholder {
  color: #323232;
}

#nav{z-index: 99;position: relative;width: 100%;margin-top: 0;align-items: center;}
/* #nav::before{content: "";position: absolute;right: -10vw;width: 120vw;height: 1px;background: rgba(255,255,255,0.3);bottom: -0.2rem;} */
#nav .navBox{width:100%;}
#nav ul{width:100%;padding: 0;}
#nav ul li{position:relative;z-index:0;height: 0.5rem;}
#nav ul li:last-child::after{position:absolute;content: "";}
#nav ul li a{display:block;text-align: center;}
#nav ul li h3{font-size: 0.18rem;color: #FFFFFF;position:relative;transition:.6s;text-align: center;line-height: 0.5rem;font-weight: 600;}
#nav ul li:hover a h3{font-weight: 600;color:#FFFFFF;}
#nav ul li:hover a{}
#nav ul li.on h3{ font-weight:600;position: relative;color:#FFFFFF;}

#nav ul li>a i{display:inline-block;width:0; height:0; background-size:contain; vertical-align:middle;}
#nav ul li>a i::before{content: "";position: absolute;width: 0;height: 2px;background: #83DCFF;bottom: 0.1rem;left: 50%;transform: translateX(-50%);transition: 0.4s all;}
#nav ul li>a i::after{content: "";position: absolute;background: #83DCFF;width: 2px;height: 0;top: calc(100% - 0.1rem);left: 50%;transform: translateX(-50%);transition: 0.4s all;}

#nav ul li:hover>a i::before{width: 0.6rem;transition: 0.4s all;}

#nav ul li:hover>a i::after{height: 0.3rem;transition: 0.4s all;}


#nav ul li .sub{position: absolute;top: calc(100% + 0.2rem);min-width: 2rem;left: 50%;z-index: 10000;transform: translateX(-50%) scaleY(0);visibility: hidden;filter: alpha(opacity=0);-moz-opacity: 0;-khtml-opacity: 0;opacity: 0;transition: .5s;transform-origin: top;background:rgba(255,255,255,1);border-top: 2px solid #83DCFF;padding:0 0.1rem;}
#nav ul li .sub p{display: block;width: 100%;}
#nav ul li .sub p a{font-size: 0.16rem;color:#323232;line-height: 0.26rem;margin: 0.1rem 0;display: block;position: relative;text-align: left;text-align: center;}


#nav ul li .sub a:hover{color: #095199;}

#nav ul li:hover .sub{ filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1; visibility:visible; transform: translateX(-50%) scaleY(1);}



.search_btn{height: 0.24rem;line-height: 0.24rem;cursor:pointer;text-align: center;transition:.6s;width: 0.24rem;right: 0;top: 50%;margin-left: 0.2rem;}
.search_btn img{display: block;width: 0.24rem;}
#nav ul li .sub p a:nth-child(1){margin-top: 0;}
#nav ul li .sub i{display:inline-block;width:0; height:0; background-size:contain; vertical-align:middle;}
#nav ul li .sub i::before{content: "";position: absolute;width: 0;height: 2px;background: #83DCFF;top: -0.3rem;left: 50%;transform: translateX(-50%);transition: 0.4s all;}
#nav ul li .sub i::after{content: "";position: absolute;background: #83DCFF;width: 2px;height: 0;top: -0.3rem;left: 50%;transform: translateX(-50%);transition: 0.4s all;}
#nav ul li:hover .sub i::before{width: 0.6rem;transition: 0.4s all;}
#nav ul li:hover .sub i::after{height: 0.3rem;transition: 0.4s all;}
/**/
#logo .logo_black{ display:none;}
.top_search_black{ display:none;}

/*手机头部开始*/
/*搜索*/
.tc_search{margin: 0 0.25rem;width: calc(100% - 0.5rem);margin-top: 0.2rem;bottom: 0.24rem;}
.tc_search .header-search{height:40px;border-radius:20px;border:1px solid #e5e5e5;position:relative;width:100%;margin-bottom: 0.6rem;}
.tc_search input[type="text"]{font-size:0.14rem;color:#fff;height:38px;line-height:38px;padding:0 0.15rem;box-shadow:none;-webkit-appearance: none;border-right: 0;background:none;width:calc(100% - 0.4rem);}
.tc_search input[type="image"]{ position:absolute; top:6px;width: 26px;line-height:38px; border:0;right: 10px;}
.tc_search input::-webkit-input-placeholder{ color:#fff; color: rgba(255,255,255,.7); }
.tc_search input::-moz-placeholder{   /* Mozilla Firefox 19+ */ color:#fff; color: rgba(255,255,255,.7); }

.tc_search input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */c color:#fff; color: rgba(255,255,255,.7); }
.tc_search input:-ms-input-placeholder{  /* Internet Explorer 10-11 */  color:#fff; color: rgba(255,255,255,.7); }/* WebKit browsers */
.tc_search input:focus::-webkit-input-placeholder {color: transparent;/* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */}/* Mozilla Firefox 4 to 18 */
.tc_search input:focus:-moz-placeholder {color: transparent;}/* Mozilla Firefox 19+ */
.tc_search input:focus::-moz-placeholder {color: transparent;}/* Internet Explorer 10+ */
.tc_search input:focus:-ms-input-placeholder {color: transparent;}/* 点击搜索框获取焦点 placeholder消失-结束 */

#m_header{z-index: 99;}
#m_header #logo img{max-height:60%;max-height: 28px;}

#m_nav .mzsdm {width: 100%;position: relative;left: 0.3rem;margin-top: 0.1rem;background:#0b49bc;width: calc(100% - 0.6rem);display: flex;justify-content: space-around;padding: 0 0.1rem;border-radius: 0.08rem;}
#m_nav .mzsdm a{font-size: 0.14rem;color: #FFFFFF;line-height: 0.4rem;}
#m_nav .mzsdm a+a{margin-left: 0.1rem;}



/*导航按钮开始*/
#nav_btn_box{ height:100%; z-index:999999999;}
#nav_btn_box.on{ background:none;  }
#nav_btn{display: none;}
#nav_btn .point.on .navbtn::after, #nav_btn .point.on .navbtn::before{ background:#fff;}

#nav_btn{cursor: pointer;text-align: center;z-index:99999;-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s;outline:none;box-shadow:none;}
#nav_btn .point{display: inline-block;width: 0.3rem;height: 22px; position: relative; outline:none;}
#nav_btn .point:hover .navbtn,
#nav_btn .point:hover .navbtn::after,
#nav_btn .point:hover .navbtn::before{width: 24px;}
#nav_btn .navbtn{position: absolute;top: 12px;left: 0;display: inline-block;width: 20px;height: 1px;-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #FFFFFF;}
#nav_btn .navbtn::after,
#nav_btn .navbtn::before{position: absolute; left: 0;display: inline-block;width: 24px;height: 1px;content: '';-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #FFFFFF;}
#nav_btn .navbtn::after{top: -8px;}
#nav_btn .navbtn::before{top: 8px;}
#nav_btn .point.on .navbtn{background: transparent;}
#nav_btn .point.on .navbtn::after{-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);top: 0px;}
#nav_btn .point.on .navbtn::before{-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);top: 0px;}
/*导航按钮结束*/


.m_nav_list{flex-direction:column; justify-content: flex-start; width:100%; }
.m_nav_list::-webkit-scrollbar {display:none}
.m_nav_list .sjnav{margin-left: 0.2rem;}

#m_nav {z-index: 99999;position: fixed;background: #084bca;width:100%;height:100vh;right: -100vw;top: 0;display:none;overflow:hidden;pointer-events: none;transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;}
#m_nav.act{ pointer-events: auto; right:0;overflow: auto;}

#m_nav>ul>li{ width:100%; overflow:hidden; padding:0 0.3rem; }
#m_nav>ul>li+li{ border-top:1px solid rgba(255, 255, 255, 0.1);}
#m_nav li .a{ display:inline-block; width:calc(100% - 30px)}
#m_nav li .a h3{line-height: 0.64rem;height: 0.64rem;color:#fff;padding:0;font-size:0.18rem;float:left;}
#m_nav li .a span{ display:block; position:absolute; top:0; right:10px; width: 20px; height: 50px; text-align:center;}
#m_nav li .a span i{ font-size:0;}
#m_nav li i{opacity:1;filter:alpha(opacity=100);display:inline-block;width:10px;height: 0.64rem;float:right;display:inline-block;background: url(../images26/jia.png) center no-repeat;background-size:contain;}
#m_nav li.on i{ background: url(../images26/jian.png) center no-repeat;background-size: contain;}
#m_nav li{display:block;width:100%;}
.slide_nav{ position: absolute; left:0; height: 70px; z-index: 998; padding:15px; top:0; width: 100%; }
#m_nav .title .list{display:none;position:relative;width:100%;z-index:9;left:0;margin-left:0;background:none;border:0;clear: both;padding-bottom:10px;padding-left: 0.2rem;}
#m_nav .title .list span{ background:none; }
#m_nav .title .list span a:hover{ color: #ffb400;}
#m_nav .title .list a{display:block;font-size:0.16rem;color: #fff;text-align:left;line-height:40px;height: 40px;border:0;font-weight:300;}
/*三级导航 开始*/
#m_nav .title .list span{ position:relative; display:block;}
#m_nav .title .list span .sub{ position: static; width:100%;display: block !important; overflow:hidden;}
#m_nav .title .sub a{ background:none; font-size:0.16rem; opacity:.8; min-width:50%; float:left; display:inline-block; color:#999;}

.nav_mask { position: fixed; top: 0; left: 0;width: 100%;height: 100%;z-index: 888;background-color: rgba(0,0,0,0.4);display: none;}
.m_header_box{display:none;background:#0b49bc;background-size: auto;position:fixed;z-index: 999999;width: 100%;box-shadow: 0 0 12px 0 rgba(0,0,0,0.2);top: 0;}


@media(max-width: 1100px){
	#nav ul{display: none;}
	.m_header_box{height:auto;display:block}
	#m_header{height: 10vw;}
	#m_nav{padding-top: 11vw;}
	#m_header .rightBox{width: 30%;margin-right: 25px;}
	#m_header .rightBox img{width: 100%;margin: 0 auto;display: block;}
	.navBox {display: none;}
	#nav_btn_box{margin-right: 15px;display: flex;justify-content: center;align-items: center;}
	.navBox .search{float: left;} 
	#nav_btn{display: block;}
	.header_box{ display:none}
	.logo2{margin-left: 15px;max-width: 70vw;}
}

@media(max-width: 850px){
	#m_header {height: 80px;}
	#m_nav{padding-top: 15vw;}
	#nav{position: relative;}
}
@media(max-width: 500px){
.sametitle{    justify-content: flex-start !important;}
}
@media(max-width: 430px){
	.logo2{max-width: 70vw;}
	#m_header {height: 16vw;}
	#m_nav{padding-top: 19vw;}
}



/* 弹出搜索 开始 */
.search-dialog-box{position: fixed;left: 0;top: 0;width: 100%;height: 100%;z-index: 1000000;opacity: 0;visibility: hidden;transition: .6s;/* overflow: hidden; */}
.search-dialog-box:before{content:"";position:absolute;top:0;height:0;background: none;transition: .6s;left: 0;right: 0;z-index: 1;}
.search-dialog-box.on:before{ height:100%}

.search-dialog{position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 100%;z-index: 2;}
.search-dialog .search-tit{font-size: 2.75rem;line-height: 3.5rem;color: #fff;text-align: center;overflow: hidden;display: none;}
.search-dialog .search-inner{overflow: hidden;margin-top: 0;}
.search-dialog .search-input{
	width: 50%;margin: 0 auto;padding: 0 0rem 0 1.5rem;box-sizing: border-box;transition: all .3s;max-width: 94%;}
.search-dialog .search-input input[type=text]{float: left;height: 1rem;width: calc(100% - 1rem);background-color: transparent;font-size: 0.18rem;line-height: 1rem;color: #FFFFFF;transition: all .3s;outline: none;border: 0;border-bottom: 1px solid rgba(255,255,255,0.6);}
.search-dialog .search-input input[type=text]::-webkit-input-placeholder{
	color: #919191;
}  
.search-dialog .search-input input[type=text]:-moz-placeholder{
	color: #919191;
}  
.search-dialog .search-input input[type=text]::-moz-placeholder{
	color: #919191;
}  
.search-dialog .search-input input[type=text]:-ms-input-placeholder {
	color: #919191;
} 
.search-dialog .search-input input[type=image],
.search-dialog .search-input .clear-btn{float: right;height: 0.8rem;width: 0.8rem;}
.search-dialog .search-input input[type=image]{background-color: transparent;background-repeat: no-repeat;background-position: center;background-size: 1.5rem;background-image: url('../images26/search.png');background: #095199 url('../images26/search.png') no-repeat center center;height: 0.8rem;width: 0.8rem;border-radius: 100px;background-size: 0.28rem;}
.search-dialog .search-input .clear-btn{background-color: rgba(0,0,0,.2);background-repeat: no-repeat;background-position: center;background-size: 3.5rem;border-radius: 100%;margin-right: 1rem;display: none;}
.search-dialog .search-input.on{background-color: #fff;}
.search-dialog .search-input.on input[type=image]{
	
}

.search-dialog-box.on{opacity: 1;visibility: visible;}
.search-dialog-box.on .search-bg{height: 100vh;background: rgba(0, 0, 0, 0.7);}

.search-dialog-box.on .bubbles-bg{opacity: 1;visibility: visible;}
.search-dialog-box.on .wrap-inner{ transform:translateY(0)}

.pub-close {
    position: absolute;
    width: 51px;
    height: 52px;
    z-index: 10;
	right: 0.8rem;
    top: 0.8rem;
    border-radius: 100%;
}
.pub-close .bg {position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: #005BAC;transform: scale(0);border-radius: 100%;transition: transform .3s;}
.pub-close i {position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-position: center;background-repeat: no-repeat;background-image: url(../images26/search_close.png);transition:.6s}
.pub-close i:hover{ transform:rotate(180deg)}

@keyframes spin{
    to{transform: rotate(1turn);}
}
@keyframes spin2{
    to{transform: rotate(-1turn);}
}
@keyframes spin-reverse{
    from{
        transform:rotate(1turn);
    }
}
@keyframes spin-reverse2{
    from{
        transform:rotate(-1turn);
    }
}
/* 弹出搜索 结束 */


/* banner开始 */
.bannerBox{height:100vh;position:relative;}
.bannerBox .slider .slick-active{position: relative;z-index: 999;}
.bannerBox .slider .slick-slide img{display: block;width: 100%;position: relative;height: 100vh;}
.bannerBox .slider .slick-slide video{height: 100vh;}
.bannerBox .slider .slick-active img{animation:myscal 5s forwards;-webkit-animation:myscal 5s forwards;}
@keyframes myscal{0%   {transform: scale(1.07);}100%   {transform: scale(1);}}
@-webkit-keyframes mymove{0%   {-webkit-transform: scale(1.07);}100%   {-webkit-transform: scale(1);}}
.bannerBox .slider a{display: block;position: relative;}
.bannerBox .slider a p{position: absolute;bottom: 0.2rem;left: 0;z-index: 4;font-size: 0.24rem;color: white;font-weight: bold;width: 7rem;left: 0.4rem;line-height: 0.34rem;height: 0.34rem;}
.bannerBox .slider video{display: block;width: 100%;position: relative;height: 5.5rem;}

.bannerBox .slick-dots{position: absolute;display: flex;justify-content: center;flex-direction: row;width: 100%;right: auto;top: auto;bottom: 0.2rem;cursor: pointer;}
.bannerBox .slick-dots li button{width: 0.13rem;height: 0.13rem; opacity: 1;background: none;border-radius: 50%;border: 1px solid #FFFFFF;margin: 0 0.06rem;}
.bannerBox .slick-dots li.slick-active button{background:url(../images26/dianOn.png) no-repeat center;border: none;background-size: 0.26rem;width: 0.26rem;height: 0.26rem;}
.bannerBox .slick-dots li button{font-size: 0;}
.bannerBox .slick-prev,
.bannerBox .slick-next{background: url(../images26/LL.png) no-repeat center;background-size: 0.5rem;position: absolute;left: 8%;top: 50%;margin: 0;margin-top: -0.25rem;width: 0.5rem;height: 0.5rem;font-size: 0;z-index: 3;display: none !important;}
.bannerBox .slick-next{left: auto;right: 8%;transform: rotateY(-180deg);display: none !important;}


@media (max-width:1366px) {
	.bannerBox{width: 100%;padding: 0;height: 50vw;}
	.bannerBox .slider .slick-slide img{height: 50vw;}
	.bannerBox .slider .slick-slide video{height: 50vw;}
}
@media (max-width:1200px) {
	.bannerBox{height: 45vw;}
	.bannerBox .slider .slick-slide img{height:45vw;}
	.bannerBox .slider .slick-slide video{height:45vw;}
}
@media (max-width:1100px) {
	.bannerBox{margin-top: 10vw;}
	
}
@media (max-width:850px) {
	.bannerBox .slider a p{width: calc(100% - 1.5rem);left: 2.5%;font-size: 0.18rem;line-height: 0.24rem;bottom: 0.1rem;height: 0.24rem;margin-left: 0;}
	.bannerBox{margin-top: 80px;}
	
}
@media (max-width:430px) {
	.bannerBox{margin-top: 16vw;}
	.bannerBox .slick-prev,
	.bannerBox .slick-next{width: 0.4rem;height: 0.4rem;background-size: 0.4rem;}
}
/* banner结束 */

@media (max-width:850px) {
}
@media (max-width:580px) {
}
.sametitle{    z-index: 999;margin-bottom: 0.3rem;width: 100%;position: relative;overflow: hidden;padding-bottom: 0.3rem;display: flex;justify-content: center;}
.sametitle h5{display: inline-block;}
.sametitle h5 span{font-size: 0.36rem;font-weight: 600;color: #333333;position: relative;}
.part1 .sametitle span::before{content: "";position: absolute;left: 0;top: 0.06rem;background: url(../images26/titbg1.png) no-repeat left bottom;width: 3.34rem;height: 0.47rem;background-size: auto 0.47rem;}
.part2 .sametitle span::before{content: "";position: absolute;left: 0;top: 0.06rem;background: url(../images26/titbg2.png) no-repeat left bottom;width: 3.34rem;height: 0.47rem;background-size: auto 0.47rem;}
.part3 .sametitle span::before{content: "";position: absolute;left: 0;top: 0.06rem;background: url(../images26/titbg3.png) no-repeat left bottom;width: 3.34rem;height: 0.47rem;background-size: auto 0.47rem;}
.part4 .sametitle span::before{content: "";position: absolute;left: 0;top: 0.06rem;background: url(../images26/titbg4.png) no-repeat left bottom;width: 3.34rem;height: 0.47rem;background-size: auto 0.47rem;}
.part5 .sametitle span::before{content: "";position: absolute;left: 0;top: 0.06rem;background: url(../images26/titbg5.png) no-repeat left bottom;width: 3.34rem;height: 0.47rem;background-size: auto 0.47rem;}
.part6 .sametitle span::before{content: "";position: absolute;left: 0;top: 0.06rem;background: url(../images26/titbg6.png) no-repeat left bottom;width: 3.54rem;height: 0.47rem;background-size: auto 0.47rem;}






.part4 .sametitle h5 span{color: white;}
.part4 .sametitle span::before{background: url(../images26/titbg4.png) no-repeat left bottom;width: 3.34rem;height: 0.47rem;background-size: auto 0.47rem;}
.part4 .sametitle{justify-content: flex-start;}

.sametitle .samemore {position: absolute;right: 0;top: 0.1rem;padding-right: 0.3rem;background: url(../images26/morebg.png) no-repeat right bottom;background-size: 0.92rem;display: block;line-height: 0.3rem;padding-left: 0.1rem;font-size: 0.18rem;color: #323232;}
.sametitle .samemore:hover{color: #095199;font-weight: 600;}
.part4 .samemore {position: relative;right: 0;top: 0;padding-right: 0.3rem;background: url(../images26/morebg2.png) no-repeat right bottom;background-size: 0.92rem;display: block;line-height: 0.3rem;padding-left: 0.1rem;font-size: 0.18rem;color: #FFFFFF;display: inline-block;}
.part4 .samemore:hover{color: #32D9CC;}


.samedate{display: flex;justify-content: flex-start;align-items: flex-end;}
.samedate i{font-size: 0.26rem;color:#095199;font-weight: bold;font-family: arial;display: block;}
.samedate b{font-size: 0.14rem;font-style: italic;font-weight: normal;color:#9E9E9E;font-family: arial;display: block;position: relative;margin-left: 0.06rem;padding-left: 0.06rem;line-height: 0.18rem;}
.samedate b::before{content: "";position: absolute;left: 0;bottom: 0.03rem;width: 1px;height: 0.14rem;background: #095199;transform: rotate(30deg);}

@media (max-width:850px) {

}

.sametime{font-size: 0.14rem;color: #095199;line-height: 0.2rem;}

.p1p2bg{background: url(../images26/p1bg1.png) no-repeat left 90% #F6FAFF;background-size: 100% auto;}
/* 新闻 开始 */
.part1{padding: 0.8rem 0 1.1rem;position: relative;}
.part1 .p1-L{width: 50%;}
.part1 .p1-L .swiper{position: relative;}
.part1 .p1-L .swiper-slide{}
.part1 .p1-L .swiper-slide a{}
.part1 .p1-L .swiper-slide a .pic{border-radius: 0.2rem;}
.part1 .p1-L .swiper-slide a .pic img{height: 4.7rem;}
.part1 .p1-L .swiper-slide a .text{width: calc(100% - 1.9rem);left: 0.2rem;position: relative;top: -0.4rem;background:url(../images26/p1textbg1.png) no-repeat left center;height: 1.32rem;padding: 0.2rem;display: flex;justify-content: center;align-items: flex-start;flex-direction: column;background-size: cover;border-radius: 0.2rem;}
.part1 .p1-L .swiper-slide a .text h5{font-size: 0.18rem;font-weight: bold;line-height: 0.28rem;text-align: justify; /* 浏览器可能不支持 */text-transform: capitalize;letter-spacing: normal;color: #FFFFFF;max-height: 0.56rem;}
.part1 .p1-L .swiper-slide a .text time{font-size: 0.14rem;color: #FFFFFF;left: 0.2rem;margin-bottom: 0.1rem;}
.part1 .p1-L .swiper-slide a:hover .text h5{color: #CBF0FF;}
.part1 .p1-L .swiper-slide a .text p{font-size: 0.14rem;font-weight: normal;line-height: 0.24rem;height: 0.48rem;text-align: justify; /* 浏览器可能不支持 */text-transform: capitalize;letter-spacing: normal;color: #999999;}
.part1 .p1-L .swiper-button-prev::after{display: none;}
.part1 .p1-L .swiper-button-next::after{display: none;}
.part1 .p1-L .swiper-button-prev,
.part1 .p1-L .swiper-button-next{position: absolute;background: url(../images26/LL.png) no-repeat center;background-size: 0.4rem;width: 0.4rem;height: 0.4rem;margin-top: 0;right: 0.8rem;bottom: 0.6rem;left: auto;top: auto}
.part1 .p1-L .swiper-button-next{transform: rotateY(-180deg);right: 0.1rem;;}

.part1 .p1-R{width: calc(50% - 0.6rem);}
.part1 .p1-R ul{}
.part1 .p1-R ul li{position: relative;}
.part1 .p1-R ul li::after{content: "";position: absolute;left: -0.3rem;top: 0;width: calc(100% + 2.3rem);height: 100%;background:url(../images26/p1textbg2.png);transform: scale(1,0);transition: .4s all;}
.part1 .p1-R ul li:hover{transition: 0.4s all;}
.part1 .p1-R ul li:hover::after{transform: scale(1,1);transition: 0.4s all;}
.part1 .p1-R ul li a{display: flex;justify-content: space-between;align-items: center;padding: 0.18rem 0;border-bottom: 0.01rem solid #D0D0D0;position: relative;z-index: 6;}
.part1 .p1-R ul li:hover a{border-bottom: 0;}
.part1 .p1-R ul li a .text{width: calc(100% - 2.6rem);}
.part1 .p1-R ul li a .text h5{font-size: 0.18rem;font-weight: 600;line-height: 0.28rem;text-align: justify; /* 浏览器可能不支持 */text-transform: capitalize;letter-spacing: normal;color: #0A103E;height: 0.56rem;margin: 0.2rem 0 0.08rem 0;}
.part1 .p1-R ul li a:hover .text h5{color: #095199;}
.part1 .p1-R ul li a:hover .text h5{color: white;}
.part1 .p1-R ul li a:hover .text p{color: white;}
.part1 .p1-R ul li a:hover .text i{color: white;}
.part1 .p1-R ul li a:hover .text b{color: white;}

.part1 .p1-R ul li a .pic{width: 2.4rem;border-radius: 0.1rem;}
.part1 .p1-R ul li a .pic img{height: 1.5rem;}


@media (max-width:1024px) {
	.part1{padding: 0.4rem 0;}
	
}
@media (max-width:850px) {
	.part1 .p1-L{width: 100%;}
	.part1 .p1-L .swiper-slide a .pic img{height: 52vw;}
	.part1 .p1-L .swiper-pagination{top: 52vw;}
	.part1 .p1-L .swiper-slide a .text{width: calc(100% - 0.4rem);}
	.part1 .p1-L .swiper-button-prev{left: 0.1rem;bottom: auto;top: 25vw;width: 0.32rem;height: 0.32rem;}
	.part1 .p1-L .swiper-button-next{transform: rotateY(-180deg);right: 0.1rem;left: auto;top: 25vw;width: 0.32rem;height: 0.32rem;}
	
	
	
	.part1 .p1-R{width: 100%;}
	.part1 .p1-R ul li a .text{width: calc(100% - 2rem);}
	.part1 .p1-R ul li a .pic{width: 1.8rem;}
	.part1 .p1-R ul li a .pic img{height: 1.2rem;}

}
@media (max-width:430px) {
	.part1 .p1-R ul li a .text{width: calc(100% - 1.7rem);}
	.part1 .p1-R ul li a .pic{width: 1.5rem;}
	.part1 .p1-R ul li a .pic img{height: 1rem;}
}
/* 新闻 结束 */

/* 通知 开始 */
.part2{position: relative;background-size: cover;}
.part2::after{content: "";position: absolute;left: 0;background: url(../images26/p1bg3.png) no-repeat bottom center;width: 100%;height: 1.83rem;background-size: 100%;bottom: -1.5rem;}
.part2 ul{width: 60%;margin-top: 0.5rem;position: relative;padding-bottom: 0.45rem;}
.part2 ul::after{content: "";position: absolute;right: -7rem;background: url(../images26/p1bg2.png) no-repeat bottom center;width: 7.75rem;height: 6.14rem;background-size: 7.75rem;bottom: 0;}
.part2 ul li{width: 47%;margin-bottom: 0.7rem;position: relative;}
.part2 ul li::after{content: "";position: absolute;left: -0.2rem;top: -0.2rem;border-radius: 0.2rem;background: #F6FAFF;box-sizing: border-box;border: 0.01rem solid #FFFFFF;box-shadow: inset 0rem 0rem 0.2rem 0rem #C0D1FF;width: calc(100% + 0.4rem);height: calc(100% + 0.4rem);transform: scale(1,0);transition: 0.4s all;}
.part2 ul li:hover::after{transform: scale(1,1);transition: 0.4s all;}
.part2 ul li a{display: flex;justify-content: space-between;position: relative;z-index: 3;}
.part2 ul li a .date{display: flex;flex-direction: column;align-items: flex-end;}
.part2 ul li a .date i{font-size: 0.26rem;color: #144CA7;font-style: normal;font-weight: bold;font-family: arial;line-height: 0.32rem;}
.part2 ul li a .date b{font-weight: normal;font-style: normal;font-size: 0.14rem;color: #9E9E9E;}
.part2 ul li a p{font-size: 0.18rem;color: #0A103E;height: 0.56rem;width: calc(100% - 0.8rem);line-height: 0.28rem;color: #0A103E;font-weight: 600;}
.part2 ul li:hover a p{color: #144CA7;}




@media(max-width: 1024px){
	
}
@media(max-width: 850px){
	.part2{padding: 0.5rem 0;}
	.part2 ul{width: 100%;}
	.part2 ul li{width: 100%;margin-bottom: 0;}
	.part2 ul li+li{margin-top: 0.4rem;}
	.part2 ul li a p{height: auto;display: block;}
	.part2 ul::after{content: "";position: absolute;right: 0;background: url(../images26/p1bg2.png) no-repeat bottom center;width: 100%;height: 100%;background-size: 60%;bottom: 0;opacity: 0.4;}
}
/* 通知 结束 */

/* 党建动态 开始 */
.part3{padding: 0.65rem 0;position: relative;}
.part3::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: calc(100% + 1.2rem);background: url(../images26/p3bg.png) no-repeat bottom center;background-size: cover;}
.part3 .wp{position: relative;z-index: 3;}
.part3 ul{}
.part3 ul li{width: 30%;}
.part3 ul li a{border-radius: 0.2rem;background: white;display: block;padding-bottom: 0.6rem;position: relative;}
.part3 ul li a:hover{background: url(../images26/p2textbg.png) no-repeat bottom center;background-size: cover;transition: 0.4s all;}
.part3 ul li a .pic{border-radius: 0.2rem;}
.part3 ul li a .pic img{height: 3rem;}
.part3 ul li a .text{padding: 0.3rem 0.3rem 0 0.3rem;}
.part3 ul li a .text time{font-family: Microsoft YaHei;font-size: 0.16rem;font-weight: 600;line-height: 0.24rem;text-align: justify; /* 浏览器可能不支持 */letter-spacing: normal;/* 主色 */color: #095199;}
.part3 ul li a .text h5{font-size: 0.18rem;font-weight: 600;margin: 0.16rem 0 0.28rem 0;line-height: 0.26rem;text-align: justify; /* 浏览器可能不支持 */letter-spacing: normal;/* 标题色 */
color: #0A103E;height: 0.52rem;}
.part3 ul li a .text p{font-family: Microsoft YaHei;font-size: 0.14rem;font-weight: normal;line-height: 0.22rem;text-align: justify; /* 浏览器可能不支持 */letter-spacing: normal;height: 0.44rem;/* 摘要色 */color: #7D819F;}
.part3 ul li a:hover .text time,
.part3 ul li a:hover .text h5,
.part3 ul li a:hover .text p{color: white;}

.part3 ul li a .text span{position: absolute;right: 0;bottom: 0;font-size: 0.16rem;font-family: arial;border-radius: 0.1rem 0rem 0.2rem 0.1rem;
background: #2FB9E7;color: white;line-height: 0.4rem;padding: 0 0.2rem;font-weight: bold;display: flex;align-items: center;justify-content: center;}
.part3 ul li a .text span img{display: block;width: 0.2rem;margin-left: 0.08rem;}
@media(max-width: 1024px){
}
@media(max-width: 850px){
	.part3{padding: 0.5rem 0}
	.part3 ul li a .text h5{display: block;height: auto;}
	.part3 ul li{width: 100%;}
	.part3 ul li+li{margin-top: 0.3rem;}
	.part3 ul li a .pic img{height: 53vw;}
	.part3::after{height: 100%;background: url(../images26/p3bg.png) no-repeat bottom center #eff4fa;background-size: cover;}
	
}

/* 党建动态 结束 */

/* 学术活动 开始 */
.part4{padding-top: 1rem;position: relative;margin-top: 0.6rem;padding-bottom: 1.3rem;}
.part4::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: url(../images26/p4bg.png) no-repeat bottom center;background-size: cover;z-index: -1;}
.part4 .p4Con{align-items: flex-start;position: relative;padding-top: 0.3rem;}
.part4 .ul1{width: 62%;}
.part4 .ul1 li{width: 47%;margin-bottom: 0.6rem;}
.part4 .ul1 li a{display: block;}
.part4 .ul1 li a h5{font-size: 0.18rem;color: white;font-weight: 600;line-height: 0.28rem;height: 0.56rem;}
.part4 .ul1 li a p{margin: 0.1rem 0;}
.part4 .ul1 li a p span{font-size: 0.14rem;display: block;color: rgba(255,255,255,0.7);padding-left: 0.2rem;margin-top: 0.08rem;line-height: 0.24rem;}
.part4 .ul1 li a p span:nth-child(1){background: url(../images26/xsIc01.png) no-repeat left 0.04rem;background-size: 0.16rem;}
.part4 .ul1 li a p span:nth-child(2){background: url(../images26/xsIc02.png) no-repeat left 0.04rem;background-size: 0.16rem;}
.part4 .ul1 li a p span:nth-child(3){background: url(../images26/xsIc03.png) no-repeat left 0.03rem;background-size: 0.16rem;}
.part4 .ul1 li a:hover h5{color:#32D9CC;}

.part4 .ul2{width: 33%;position: absolute;top: -2.4rem;right: 0;}
.part4 .ul2 li{}
.part4 .ul2 li+li{margin-top: 0.4rem;}
.part4 .ul2 li a{display: block;position: relative;}
.part4 .ul2 li a .pic{border-radius: 0.2rem;}
.part4 .ul2 li a .pic img{height: 3.2rem;}
.part4 .ul2 li a .text{position: absolute;border-radius: 0.2rem;
background: rgba(47, 185, 231, 0.9);
backdrop-filter: blur(0.1rem) saturate(100%);position: absolute;left: -0.2rem;bottom: 0.2rem;padding: 0.2rem;width: 100%;}
.part4 .ul2 li a .text time{font-size: 0.16rem;font-family: arial;color: white;}
.part4 .ul2 li a .text h5{font-size:0.18rem;color: white;font-weight: 600;line-height: 0.28rem;height: 0.56rem;margin-top: 0.08rem;}


@media (max-width:850px) {
	.part4::after{background: url(../images26/p5bg-m.png) no-repeat bottom center;background-size: cover;}
	.part4 .ul1 {width: 100%;}
	.part4 .p4Con{padding-top: 0.1rem;}
	.part4 .ul1 li{width: 100%;margin-bottom: 0.4rem;}
	.part4 .ul1 li a h5{display: block;height: auto;}
	.part4 .ul2 {width: 100%;position: relative;top: 0;}
	.part4 .ul2 li a .text{bottom: auto;top: -8vw;position: relative;}
	.part4 .ul2 li a .pic img{height: 52vw;}
	.part4 .ul2 li+li{margin-top: 0.1rem;}
	.part4{padding-top: 0.8rem;padding-bottom: 0.9rem;}
}


@media(max-width: 1024px){
	
}



/* 学术活动 结束 */

/* 科研进展 开始 */
.part5{padding: 0.65rem 0;position: relative;padding-bottom: 1.2rem;}
.part5::after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: calc(100% + 0.4rem);background: url(../images26/p5bg.png) no-repeat bottom center;background-size: cover;z-index: -4;}
.part5 .part5Con{}
.part5 .part5Con .p5-L{width: calc(42% - 0.3rem);}
.part5 .part5Con .p5-L a {border-radius: 0.2rem;display: block;overflow: hidden;position: relative;}
.part5 .part5Con .p5-L a .pic{}
.part5 .part5Con .p5-L a .pic img{height: 3.4rem;}
.part5 .part5Con .p5-L a .text{padding: 0.3rem;background: url(../images26/p5textbg.png) no-repeat center;background-size: cover;padding-bottom: 0.7rem;}
.part5 .part5Con .p5-L a .text time{font-family: Microsoft YaHei;font-size: 0.16rem;font-weight: 600;line-height: 0.24rem;text-align: justify; /* 浏览器可能不支持 */letter-spacing: normal;/* 主色 */color: #FFFFFF;}
.part5 .part5Con .p5-L a .text h5{font-size: 0.18rem;font-weight: 600;margin: 0.16rem 0 0.28rem 0;line-height: 0.26rem;text-align: justify; /* 浏览器可能不支持 */letter-spacing: normal;/* 标题色 */color: #FFFFFF;height: 0.52rem;}
.part5 .part5Con .p5-L a .text p{font-family: Microsoft YaHei;font-size: 0.14rem;font-weight: normal;line-height: 0.22rem;text-align: justify; /* 浏览器可能不支持 */letter-spacing: normal;height: 0.44rem;/* 摘要色 */color: #FFFFFF;}


.part5 .part5Con .p5-L a .text span{position: absolute;right: 0;bottom: 0;font-size: 0.16rem;font-family: arial;border-radius: 0.1rem 0rem 0rem 0.1rem;
background: #2FB9E7;color: white;line-height: 0.4rem;padding: 0 0.2rem;font-weight: bold;display: flex;align-items: center;justify-content: center;}
.part5 .part5Con .p5-L a .text span img{display: block;width: 0.2rem;margin-left: 0.08rem;}

.part5 .part5Con .p5-R{width: calc(58% - 0.3rem);height: 6.04rem;}
.part5 .part5Con .p5-R ul{}
.part5 .part5Con .p5-R ul li{transition: 0.4s all;}
.part5 .part5Con .p5-R ul li a{display: flex;justify-content: space-between;align-items: center;padding: 0.28rem 0.4rem;border-bottom: 1px solid #C0DBF1;transition: 0.4s all;}
.part5 .part5Con .p5-R ul li:nth-child(1) a{border-top: 1px solid #C0DBF1;}
.part5 .part5Con .p5-R ul li a .px{width: 0.4rem;height: 0.4rem;border-radius: 50%;border: 1px solid #7D819F;}
.part5 .part5Con .p5-R ul li a .px span{font-size: 0.14rem;display: block;line-height: 0.4rem;text-align: center;color: #7D819F;font-weight: lighter;}
.part5 .part5Con .p5-R ul li a .pic{width: 0;transition: 0.4s all;}
.part5 .part5Con .p5-R ul li a .pic img{height: 0;transition: 0.4s all;}
.part5 .part5Con .p5-R ul li a .text{width: calc(100% - 0.6rem);transition: 0.4s all;}
.part5 .part5Con .p5-R ul li a .text time{font-size: 0.12rem;color: #7D819F;line-height: 0.2rem;display: none;transition: 0.4s all;}
.part5 .part5Con .p5-R ul li a .text h5{font-size: 0.18rem;font-weight: 600;line-height: 0.26rem;height: 0.226rem;color: #0A103E;-webkit-line-clamp: 1;transition: 0.4s all;margin: 0.08rem 0 0.12rem 0;}
.part5 .part5Con .p5-R ul li a .text p{font-size: 0.12rem;color: #7D819F;line-height: 0.22rem;height: 0.66rem;display: none;transition: 0.4s all;}
.part5 .part5Con .p5-R ul li.on {padding: 0.28rem 0;border-bottom: 1px solid #C0DBF1;transition: 0.4s all;}
.part5 .part5Con .p5-R ul li:nth-child(1).on{padding-top: 0;}
.part5 .part5Con .p5-R ul li.on a{border-radius: 0.2rem;background: #F0F6FF;box-shadow: 0rem 0.04rem 0.1rem 0rem #B9DAFF,inset 0rem 0rem 0.9rem 0rem #FFFFFF;}
.part5 .part5Con .p5-R ul li.on a .text{width: calc(65% - 0.8rem);transition: 0.4s all;}
.part5 .part5Con .p5-R ul li.on a .text time{display: block;transition: 0.4s all;}
.part5 .part5Con .p5-R ul li.on a .text h5{-webkit-line-clamp: 2;height: 0.52rem;transition: 0.4s all;}
.part5 .part5Con .p5-R ul li.on a .text p{display: -webkit-box;transition: 0.4s all;}
.part5 .part5Con .p5-R ul li.on a .pic{width: 35%;border-radius: 0.1rem;transition: 0.4s all;}
.part5 .part5Con .p5-R ul li.on a .pic img{height: 1.8rem;transition: 0.4s all;}


@media(max-width: 850px){
	.part5 .part5Con .p5-L{width: 100%;}
	.part5 .part5Con .p5-L a .pic img{height: 53vw;}
	.part5 .part5Con .p5-L a .text h5{display: block;height: auto;}
	.part5 .part5Con .p5-R{width: 100%;}
}
/* 科研进展 结束 */

/* 交叉研究院 开始 */
.part6{background: url(../images26/p6bg.png) no-repeat center;background-size: cover;padding: 0.65rem 0 0.7rem;}
.p6-lb{position: relative;padding-bottom: 0.5rem;}
.p6-lb ul{}
.p6-lb ul li{width: 4.8rem;position: relative;}
.p6-lb ul li::after{content: "";position: absolute;right: -2.3rem;top: 0.5rem;background: url(../images26/ljx01.png) no-repeat right top;width: 2.73rem;height: 0.6rem;background-size: 2.73rem;}
.p6-lb ul li:nth-child(2)::after{left: -2.3rem;right: auto;top: 0.5rem;transform: rotateY(-180deg);}
.p6-lb ul li:nth-child(4)::after{left: -2.3rem;right: auto;top: 1rem;transform: rotate(-180deg);}
.p6-lb ul li:nth-child(3)::after{right: -2.3rem;top: 1rem;transform: rotateX(-180deg);}


.p6-lb ul li+li+li{margin-top: 1rem;}
.p6-lb ul li a{display: flex;justify-content: space-between;flex-wrap: wrap;align-items: center;flex-wrap: wrap;position: relative;z-index: 6;}
.p6-lb ul li:nth-child(odd){margin-right: 1rem;}
.p6-lb ul li:nth-child(even){margin-left: 1rem;}
.p6-lb ul li:nth-child(odd) a{flex-direction: row-reverse;}
.p6-lb ul li a .pic{width: 2.2rem;height: 2.2rem;position: relative;}
.p6-lb ul li a .pic img{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);height: 100%;}
.p6-lb ul li a .text{width: calc(100% - 2.4rem);position: absolute;left: 0;transition: 0.4s all;}
.p6-lb ul li:nth-child(even) a .text{left: auto;right: 0;}
.p6-lb ul li a .text h5{font-size: 0.2rem;font-weight: bold;color: #323232;line-height: 0.3rem;}
.p6-lb ul li a .text p{font-size: 0.14rem;color: #555;line-height: 0.22rem;height: 0.66rem;margin-top: 0.24rem;}
.p6-lb ul li a:hover .pic{width: 100%;position: relative;}
.p6-lb ul li a:hover .pic img{width: 100%;}
.p6-lb ul li a:hover .text{left: 0;width: 80%;background: url(../images26/p6textbg.png) no-repeat top right;background-size: cover;padding: 0.2rem 0.3rem;transition: 0.4s all;top: 1.6rem;}
.p6-lb ul li a:hover .text h5{color: white;}
.p6-lb ul li a:hover .text p{-webkit-line-clamp: 2;height: 0.44rem;color: white;}
.p6-lb ul li:nth-child(3) a:hover .text,
.p6-lb ul li:nth-child(4) a:hover .text{bottom: 0;top: auto;}
.p6-lb ul li:nth-child(3) a:hover .pic,
.p6-lb ul li:nth-child(4) a:hover .pic{top: -0.5rem;}

.p6-lb .swiper-pagination{align-items: center;display: flex;justify-content: center;bottom: 0;}
.p6-lb .swiper-pagination .swiper-pagination-bullet{width: 0.13rem;height: 0.13rem; opacity: 1;background: none;border-radius: 50%;border: 1px solid #095199;margin: 0 0.06rem;}
.p6-lb .swiper-pagination .swiper-pagination-bullet-active{background:url(../images26/dianonB.png) no-repeat center;border: none;background-size: 0.26rem;width: 0.26rem;height: 0.26rem;}

.part6 .centerPic{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.part6 .centerPic .img1{position: relative;}
.part6 .centerPic .img1::before{position: absolute;top: 50%;left: 50%;content: "";transform: translate(-50%,-50%);background: url(../images26/yjyzxpic.png) no-repeat center;background-size: 3.04rem;width: 100%;height: 100%;z-index: 2;}
.part6 .centerPic .img1 img{animation: play 20s linear infinite;display: block;width: 3.52rem;}


@media(max-width: 1024px){
	.part6{padding: 0.5rem 0;margin-top: 0.5rem;}
	.part6 .centerPic{display: none;}
	.p6-lb ul li{width: 48%;}
	.p6-lb ul li+li+li{margin-top: 0rem;}
	.p6-lb ul li a .pic{width: 100%;position: relative;height: 26vw;}
	.p6-lb ul li a .pic img{height: 26vw;width: 100%;}
	.p6-lb ul li a .text{left: 0;width: 90%;background: url(../images26/p6textbg.png) no-repeat top right;background-size: cover;padding: 0.2rem 0.3rem;transition: 0.4s all;top: -0.4rem;position: relative;}
	.p6-lb ul li a .text h5{color: white;}
	.p6-lb ul li a .text p{-webkit-line-clamp: 2;height: 0.44rem;color: white;}
	
	.p6-lb ul li a:hover .text{top: -0.4rem;left: 0;width: 90%;}
	.p6-lb ul li a:hover .text h5{color: white;}
	.p6-lb ul li a:hover .text p{-webkit-line-clamp: 2;height: 0.44rem;color: white;}
	.p6-lb ul li:nth-child(1) a,
	.p6-lb ul li:nth-child(3) a{justify-content: flex-end;}
	
	.p6-lb ul li:nth-child(3) a .text,
	.p6-lb ul li:nth-child(4) a .text{top: -0.4rem;bottom: auto;}
	.p6-lb ul li:hover:nth-child(3) a .text,
	.p6-lb ul li:hover:nth-child(4) a .text{top: -0.4rem;bottom: auto;}
	.p6-lb ul li:nth-child(3) a .pic,
	.p6-lb ul li:nth-child(4) a .pic{top: 0;}
	.p6-lb ul li:hover:nth-child(3) a .pic,
	.p6-lb ul li:hover:nth-child(4) a .pic{top: 0;}
	.p6-lb ul li:nth-child(odd){margin-right: 0;}
	.p6-lb ul li:nth-child(even){margin-left: 0;}
}
@media(max-width: 768px){
	.p6-lb ul li{width: 100%;}
	.p6-lb ul li a .pic{height: 50vw;}
	.p6-lb ul li a .pic img{height: 50vw;}
}
/* 交叉研究院 结束 */

/* footer 开始 */
.footerBox{background:url(../images26/footerbg.png) no-repeat center;background-size: cover;padding: 0.7rem 0;position: relative;}
.footerBox .f01{width: 3.4rem;box-sizing: border-box;border: 0.01rem solid rgba(255, 255, 255, 0.17);box-shadow: inset 0rem 0rem 0.1rem 0rem rgba(144, 172, 255, 0.9);}
.footerBox>.flex{align-items: center;}
.footerBox .f01 h5,
.footerBox .f02 h5{font-size: 0.2rem;color: white;font-weight: bold;width: 100%;background: url(../images26/ljbg.png) no-repeat center;background-size: 100% 100%;line-height: 0.5rem;padding-bottom: 0.07rem;padding-left: 0.3rem;}
.footerBox .f01 ul {display: flex;justify-content: space-between;flex-wrap: wrap;background: rgba(39, 68, 162, 0.15);
padding: 0.2rem 0.3rem 0.3rem 0.3rem;}
.footerBox .f01 ul li{width: 48%;}
.footerBox .f01 ul li{}
.footerBox .f02{width: 3.4rem;box-sizing: border-box;border: 0.01rem solid rgba(255, 255, 255, 0.17);box-shadow: inset 0rem 0rem 0.1rem 0rem rgba(144, 172, 255, 0.9);padding-bottom: 0.2rem;}
.footerBox .f02 ul{padding: 0.2rem 0.3rem 0rem 0.3rem;height: 1.34rem;overflow-y: auto;}
.footerBox .f02 ul::-webkit-scrollbar {width: 0.05rem;background-color: rgba(255,255,255,0.1);}
.footerBox .f02 ul::-webkit-scrollbar-track {background: rgba(255,255,255,0.04);border-radius: 0;width: 1px;}
.footerBox .f02 ul::-webkit-scrollbar-thumb {background: rgba(255,255,255,0.9);border-radius: 0;}
.footerBox .f03{width: 5.4rem;}
.footerBox .f03 ul{}
.footerBox .f03 ul li{box-sizing: border-box;border: 0.01rem solid rgba(255, 255, 255, 0.17);box-shadow: inset 0rem 0rem 0.1rem 0rem rgba(144, 172, 255, 0.9);padding: 0.16rem 0.18rem;}
.footerBox .f03 ul li+li{margin-top: 0.1rem;}
.footerBox .f03 ul li p{}
.footerBox .f03 ul li p+p{margin-top: 0.06rem;}
.footerBox .f03 ul li p span{display: inline-block;}
.footerBox .f03 ul li:nth-child(1) p span{}
.footerBox .f03 ul li:nth-child(1) p span:nth-child(1){width: 3.8rem;}


.footerBox .f04{width: 1.12rem;}
.footerBox .f04 img{width: 1.12rem;display: block;margin: 0 auto;}
.footerBox .f04 p{margin-top: 0.1rem;text-align: center;}
.footerBox  p{font-size: 0.16rem;color: white;line-height: 0.24rem;}
.footerBox  ul li a{font-size: 0.16rem;color: white;line-height: 0.24rem;margin-top: 0.1rem;display: block;}
.footerBox  ul li a:hover{color: #32D9CC;}
@media(max-width: 1024px){
	.footerBox .f01 {width: 48%;}
	.footerBox .f02 {width: 48%;}
	.footerBox .f03 {width: 48%;margin-top: 0.3rem;}
	.footerBox .f04 {width: 48%;margin-top: 0.3rem;}
}
@media(max-width: 850px){
	.footerBox .f01 {width: 100%;}
	.footerBox .f02 {width: 100%;margin-top: 0.3rem;}
	.footerBox .f03 {width: 100%;margin-top: 0.3rem;}
	.footerBox .f04 {width: 100%;margin-top: 0.3rem;}
}
/* footer 结束 */




#gotop{width: 0.69rem;height: 0.69rem;overflow: hidden;position: absolute;right: 20%;top: -0.34rem;z-index: 99999;transform: scale(1,1);transition: 0.3s all;}
#gotop.hide{transform: scale(1,0);transition: 0.3s all;}
#gotop img{display: block;width: 100%;}
@media screen and (max-width: 768px){
	#gotop{right: 0.1rem;bottom: 0.2rem;}
}
/*==========================================内页 开始=============================================*/

.Nybanner{width: 100%;margin: 0 auto;z-index: 4;position: relative;}
.Nybanner::before{position: absolute;content: "";width: 100%;height: 40%;background: linear-gradient(to top,rgba(0,0,0,0.8),rgba(0,0,0,0));bottom: 0;left: 0;z-index: 6;}
.Nybanner img{display: block;width: 100%;position: relative;height: 100%;object-fit: cover;height: 4.5rem;}
.Nybanner>p{display: flex;justify-content: center;max-width: 100%;overflow: hidden;}
@media (max-width:1024px) {
	.Nybanner{margin-top: 10vw;}
	.Nybanner::before{display: none !important;}
}
@media (max-width:850px) {
	.Nybanner{height: 30vw;}
	.Nybanner img{height: 30vw;}
	.Nybanner{margin-top: 80px;}
}
@media (max-width:430px) {
	.Nybanner{margin-top: 60px;}
}




#nav_slide{background: #e1e1e1;line-height: 50px;position: relative;z-index: 2;}
#nav_slide #bnt_back{ position:absolute; left: 0.16rem; top:-2px;  }
#nav_slide #bnt_back img{height: 20px;vertical-align: middle;}

#nav_slide .n_title{ height: 50px; }
#nav_slide h1{font-size: 16px;color: #323232;text-align: center;}
#bnt_sub_nav{position: absolute;right: 0.16rem;top: 14.5px;cursor: pointer;}
#bnt_sub_nav img{display: block;height: 20px;}
#bnt_sub_nav.on img{-webkit-transform:rotate(-180deg);transform:rotate(-180deg);}
#sub_nav_content{background: #f2f2f2; display: none; z-index: 9;width: 100%;box-shadow: 0 2px 8px 0 rgba(0,0,0,0.2);}
#sub_nav_content ul{background: #FFFFFF;}
#sub_nav_content ul li {background: none;box-shadow:none;border-bottom:1px solid #dedede;padding: 0 15px;}
#sub_nav_content ul li a{display: inline-block;font-size: 14px;padding: 0;color: #333;width: 88%;}
#sub_nav_content ul li i{float:right;font-family: simsun;font-style: normal;font-weight: bold;}
#sub_nav_content ul li ul li{border:0;line-height:40px;padding-left: 10px;}
#sub_nav_content ul li ul li a{font-size: 13px; color: #666;}
#sub_nav_content ul li.on>a{color: #004181;}
#sub_nav_content ul li i {
    transition: transform 0.3s ease; /* 平滑过渡效果 */
    display: inline-block; /* 确保transform能正常工作 */
  }
  
  #sub_nav_content ul li i.rotated {
    transform: rotate(90deg); /* 旋转90度 */
  }
  
  /* 默认状态下有子菜单的i标签显示 */
  #sub_nav_content ul li.am-panel > i {
    display: inline-block;
  }
  
  /* 没有子菜单的li项不显示i标签 */
  #sub_nav_content ul li.am-panel:not(:has(ul)) > i {
    display: none;
  }


#sub_nav_content ul li ul{ display:none}
#nav_slide{ display:none}
.n_container{position: relative;z-index: 6; padding:0 0 1rem 0;background-size: auto;background: #F6FAFF;min-height: 6.5rem;background-size: 100%;}
.n_container section{    width: 100%;}

.n_container .n_left{width: 3rem;position: relative;z-index: 88;}
.n_container .n_left h1{height:1rem;line-height:1rem;background: linear-gradient(110deg, #183497 -6%, #0393DF 105%);font-size:0.28rem;color:#fff;padding: 0 0.3rem 0 0.4rem;display:flex;align-items: center;background-size: auto;font-weight: bold;justify-content: center;}
.n_container .n_left h1 span{display: block;}
.n_container .n_left .con .ulCon{background:#095199;padding-bottom: 0;}
.n_container .n_left .con .ulCon ul{background:#FFFFFF;}

.n_container .n_left .con ul li{color: #333333;position:relative;}
.n_container .n_left .con ul li.on dl{display:block !important;}

.n_container .n_left .con ul li>a img{margin: -3px 20px 0 0;}
.n_container .n_left .con ul li.on:after, .n_container .n_left .con ul li:hover:after{display: block;}
.n_container .n_left .con ul li.on i{background:url(../images26/jton.png) center no-repeat;background-size: 7px;transform: rotate(90deg);transition: 0.4s all;}
.n_container .n_left .con ul li i.up{transform: rotate(90deg);}
.n_container .n_left .con ul li>a{color: #333333;display: block;padding: 0.18rem 0.2rem 0.18rem 0.3rem;transition: 0.36s;position: relative;font-size: 0.18rem;line-height: 26px;}
/* .n_container .n_left .con ul li:hover i{background:url(../images26/jton.png) center no-repeat;background-size: 7px;} */
.n_container .n_left .con ul li:hover>a,
.n_container .n_left .con ul li.selected>a{color: #095199;font-weight: 600;background: #efefef;}

.n_container .n_left .con ul li dl{display:none;padding: 5px 0;position:relative;}
.n_container .n_left .con ul li dl:before{content:"";position:absolute;right:0;left:20px;top:0;height:1px;}
.n_container .n_left .con ul li dl dd{height: auto;line-height: 0.34rem;padding: 0 15px;}
.n_container .n_left .con ul li dl dd a{position: relative;width: calc(100% - 20px); display: block; font-size: 0.16rem;line-height: 0.2rem; color: #323232 !important;padding: 0.1rem 0 0.1rem 0.4rem;}
.n_container .n_left .con ul li dl dd a::after{content: "";width: 0.04rem;height: 0.04rem;position: absolute;left: 0.2rem;top: 0.18rem; position:absolute;background: #095199;}
.n_container .n_left .con ul li i{width: 0.2rem;height: 0.6rem;background: url(../images26/jt.png) center no-repeat;background-size: 0.07rem;position:absolute;right: 0.3rem;top: 0;transition:0.36s;cursor: pointer;}
.n_container .n_left .con ul li dl dd a:hover, .n_container .n_left .con ul li dl dd.on a{color: #095199!important;font-weight: bold;}
.n_container .n_left .con ul li dl dd:hover a:before,.n_container .n_left .con ul li dl dd.on a:before{ background:#095199;}

.mianbao-M{display: none;margin-top: 0.2rem;}
.mianbao-M .con{background: url(../images26/now2.png) left 0.04rem no-repeat;background-size: 0.16rem;padding-left: 0.22rem;}
.mianbao-M .con i,
.mianbao-M .con a{font-size: 0.12rem;color: #666;font-style:normal;transition: 0.6s all;line-height: 0.2rem;}
.mianbao-M i{display: inherit; margin:0 0.1rem;width: 0.05rem;height: 1px;background: #323232;position: relative;top: 0;}

.mianbao-Pc{position: absolute;bottom: 0.65rem;left: var(--width);z-index: 6;}
.mianbao-Pc h2{font-size: 0.4rem;color: white;line-height: 0.4rem;font-weight: normal;margin-bottom: 0.2rem;}
.mianbao-Pc .con{background: url(../images26/now.png) left 0.03rem no-repeat;background-size: 0.16rem;padding-left: 0.22rem;}
.mianbao-Pc .con i,
.mianbao-Pc .con span,
.mianbao-Pc .con a{font-size: 0.14rem;color: #FFFFFF;font-style:normal;transition: 0.6s all;line-height: 0.24rem;}
.mianbao-Pc i{display: inherit; margin:0 0.1rem;width: 0.05rem;height: 1px;background: #323232;position: relative;top: 0;}
.mianbao-Pc a.on{color: #FFFFFF;font-weight: bold;}  
.mianbao-Pc a:hover{color: #FFFFFF;transition: 0.6s all;font-weight: bold;}

@media (max-width:1024px) {
	.mianbao-Pc{display: none;}
	.mianbao-M{display: block;}
}

.n_container .n_right{ width:100%; position: relative; z-index: 2;}
.n_container .n_right2{width: 100%;}
.n_container .n_right::after{content: "";width: 1;}

@media(max-width: 1024px){
	.n_container .n_right{margin-top: 0.2rem;}
}
@media(max-width: 850px){
}
.Pc-SubNav{width: 100%;position: relative;display: block;top: -0.35rem;z-index: 99;}
.Pc-SubNav .con{position: relative;z-index: 5;display: inline-block;padding-right: 0.4rem;}
.Pc-SubNav .con::after{content: "";position: absolute;bottom: 0;width: 100vw;height: 100%;left:auto;background: #095199;right: 0;border-radius: 0 1000px 1000px 0;}
.Pc-SubNav .con ul{justify-content: flex-start;position: relative;z-index: 5;}
.Pc-SubNav .con ul li{position: relative;}
.Pc-SubNav .con ul li a{font-size: 0.2rem;color: #FFFFFF;line-height: 0.3rem;display: block;position: relative;text-align: center;padding: 0.2rem 0.2rem;}


.Pc-SubNav .con ul li.on{background: #2FB9E7;}
.Pc-SubNav .con ul li:hover{background: #2FB9E7;}
.Pc-SubNav .con ul li:hover a{color: #FFFFFF;} 
@media(max-width: 1024px){
	.Pc-SubNav{display: none;}
}
.n_titu{margin-top: 0.25rem;width: 100%;}
.n_titu ul{justify-content: flex-start;margin-left: -0.6rem;margin-top: -0.6rem;}
.n_titu ul li{width: calc(50% - 0.6rem);margin-left: 0.6rem;margin-top: 0.6rem;border-bottom: 1px solid #C0DBF1;transition: 0.4s all;}
.n_titu ul li a{display: flex;position: relative;position: relative;justify-content: space-between;transition: 0.4s all;align-items: flex-start;align-items: center;}
.n_titu ul li a{}
.n_titu ul li a .pic{width:3.1rem;border-radius: 0.2rem;}
.n_titu ul li a .pic img{height: 2rem;}
.n_titu ul li a .text{width: calc(100% - 3.34rem);position: relative;}
.n_titu ul li a h5{font-size: 0.18rem;color: #0A103E;line-height: 0.26rem;height: 0.52rem;font-weight: 600;}
.n_titu ul li a p{font-size: 0.14rem;line-height: 0.22rem;height: 0.44rem;color: #7D819F;margin-top: 0.1rem;}
.n_titu ul li a:hover .myjt{padding-left: 0.4rem;transition: 0.4s all;}
.n_titu ul li a:hover .myjt::after{width: 0.3rem;transition: 0.4s all;}
.n_titu ul li a .date{display: flex;justify-content: center;align-items: center;flex-direction: column;position: relative;background: #095199;width: 0.6rem;height: 0.5rem;border-radius: 0.04rem;position: absolute;left: 2.5rem;top: 0rem;z-index: 5;}
.n_titu ul li a .date .timeny1{font-size: 0.2rem;color: #fff;line-height: 0.2rem;font-weight: bold;font-family: arial;}
.n_titu ul li a .date .timeny2{font-size: 0.12rem;color: #FFFFFF;line-height: 0.12rem;margin-top: 0.02rem;font-family: arial;}
.n_titu ul li a:hover h5{color: #095199;}
.n_titu ul li:hover{transform: translateY(-0.08rem);transition: 0.4s all;border-bottom: 1px solid #095199;}
.n_titu ul .nopic a{align-items: flex-start;}
.n_titu ul .nopic a .pic{display: none;}
.n_titu ul .nopic a .text{width: calc(100% - 0.8rem);}
.n_titu ul .nopic a .date{position: relative;left: 0;top: 0;}

.fanye{margin-top: 0.5rem;display: flex;justify-content: center;align-items: center;}
.fanye img{ max-width:100%}
@media(max-width: 1024px){
	.n_titu ul li{width: calc(100% - 0.6rem)}
	.n_titu ul li a .text{padding-bottom: 0.2rem;}
	.n_titu ul .nopic a .text{top: 0;}
	.n_titu ul {margin-top: -0.3rem;}
	.n_titu ul li{margin-top: 0.3rem;}
}

@media(max-width: 580px){
	.n_titu ul li a {flex-wrap: wrap;padding-bottom: 0.2rem;}
    .n_titu ul li a .pic{width: 100%;}
    .n_titu ul li a .text{width: 100%;margin-top: 0.16rem;}
	.n_titu ul li.nopic a .text{margin-top: 0;}
	.n_titu ul li a h5{display: block;height: auto;}
	.n_titu ul li a .pic img{height: 52vw;}
	.n_titu ul li a .date{left: 0rem;top: calc(52vw - 0.4rem);}
}

.ThreeNav{display: flex;justify-content: flex-start;margin-left: -0.1rem;margin-bottom: 0.3rem;}
.ThreeNav li{margin-left: 0.1rem;list-style: none;}
.ThreeNav li a{font-size: 0.18rem;color: #666666;padding: 0 0.24rem;line-height: 0.4rem;border-radius: 1000px;border: 1px solid #095199;display: block;}
.ThreeNav li:hover a,
.ThreeNav li.on a{color: white;background:#095199;}

@media(max-width: 1024px){
	 .TextList{margin-top: 0.4rem;}
}
@media(max-width: 850px){
  .TextList ul li{width: 100%;}
  .TextList ul li a .con{width: calc(100% - 0.7rem);}
  .TextList ul li a .date .timeny1{font-size: 0.2rem;}
  .TextList ul li a .con h5 span{display: block;height: auto;}
}

.TextList2 {margin-top: 0.25rem;width:100%}
.TextList2 ul{justify-content: flex-start;margin-left: -0.6rem;margin-top: -0.3rem;}
.TextList2 ul li{width: calc(50% - 0.6rem);margin-left: 0.6rem;margin-top: 0.3rem;border-radius: 0.2rem;border-radius: 0.2rem;
background: linear-gradient(180deg, #e3ebff 0%, #f6faff00 100%);transition: 0.4s all;}
.TextList2 ul li:hover{background: #F6FAFF;box-sizing: border-box;border: 0.01rem solid #FFFFFF;box-shadow: inset 0rem 0rem 0.2rem 0rem #C0D1FF;transition: 0.4s all;}
.TextList2 ul li a {padding: 0.2rem;display: block;}
.TextList2 ul li a .date{display: flex;justify-content: flex-start;margin-bottom: 0.08rem;}
.TextList2 ul li a .date .timeny1{font-size: 0.2rem;color: #fff;line-height: 0.2rem;font-weight: bold;font-family: arial;color: #095199;}
.TextList2 ul li a .date .timeny2{font-size: 0.12rem;color: #095199;line-height: 0.2rem;margin-top: 0.02rem;font-family: arial;margin-left: 0.06rem;}
.TextList2 ul li a:hover .con h5 span{color: #095199;}
.TextList2 ul li a h5 span{font-size: 0.18rem;color: #0A103E;line-height: 0.26rem;height: 0.26rem;}
.TextList2 ul li a:hover h5 span{color: #095199;}
.TextList2 ul li:hover{transform: translateY(-0.08rem);transition: 0.4s all;border-bottom: 1px solid #095199;}
@media(max-width: 580px){
  .TextList2 ul li{width: 100%;}
}

.TextList3{margin-top: 0.25rem;width: 100%;}
.TextList3 ul{width: 100%;}
.TextList3 ul li{}
.TextList3 ul li a{border-bottom: 1px dashed #CECECE;display: flex;justify-content: space-between;}
.TextList3 ul li a p{width: calc(100% - 1.1rem);font-size: 0.20rem;color:#323232;line-height: 0.82rem;padding-left: 0.12rem;position: relative;position: relative;transition: 0.4s all;}
.TextList3 ul li a:hover p{color: #095199;padding-left: 0.18rem;transition: 0.4s all;}
.TextList3 ul li a p::before{content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 0.04rem;height: 0.04rem;border: 0.02rem solid #095199;border-radius: 50%;}
.TextList3 ul li a .date{font-size: 0.16rem;color: #666;line-height: 0.82rem;}
.TextList3 ul li a:hover .date{color: #095199;}
@media(max-width: 1024px){
	.TextList3{margin-top: 0.4rem;}
}
@media(max-width: 580px){
	.TextList3 ul li a{flex-wrap: wrap;padding: 0.18rem 0;}
		.TextList3 ul li:nth-child(1) a{padding-top: 0;}
	.TextList3 ul li a p{width: 100%;}
	.TextList3 ul li a p{line-height: 0.28rem;display: block;height: auto;}
	.TextList3 ul li a .date{line-height: 0.28rem;width: 100%;padding-left: 0.12rem;}
}
.nryBox{margin-top: 0.25rem;padding: 0.5rem 0.6rem 0.8rem 0.6rem;position: relative;border-radius: 0.2rem;background: linear-gradient(180deg, #e8efff 0%, #f6faff00 100%);box-sizing: border-box;border-top: 0.04rem solid #095199;}
.Nrshow01{margin-bottom: 0.2rem;}
.Nrshow01 h5{font-size: 0.26rem;line-height: 0.32rem;text-align: center;margin-bottom: 0.2rem;font-weight: bold;color: #0A103E;}
.Nrshow01 p{padding-bottom: 0.2rem;text-align: center;font-size: 0.14rem;color: #7D819F;border-bottom: 1px solid #dcdcdc;}
.Nrshow01 i{font-style: normal;margin: 0 8px;padding-left: 0.24rem;font-size: 0.14rem;color: #7D819F;display: inline-block;line-height: 0.24rem;}
.NrNrshow02{}
.Nrshow02 p,.Nrshow02 span{font-size: 0.18rem!important;color: #0A103E;line-height: 0.36rem!important;margin-bottom: 0.16rem;text-indent: 2em;}

.Nrshow02 p iframe{margin-left:-2em !important;}
.Nrshow02 table{margin:0 auto !important;overflow-x: scroll;}
#vsb_content_2 TABLE TD{text-indent:0 !important;}
.Nrshow02 table p{text-indent: 0em;word-break: break-all;}

.Nrshow02 ol{padding-left: 1em;}

.Nrshow02 li p{text-indent: 0em;}
.Nrshow02 #vsb_content_2 li p{text-indent: 0em;}




.table_out{max-width: 100%;overflow: auto;}

.Nrshow02 img{display: block;margin: 0 auto;max-width: 100%;height: auto!important;border:none !important;margin-bottom: 0.16rem;}
.Nrshow03{margin-top: 0.4rem;padding-top: 0.24rem;border-top: 1px solid #D8D8D8;}
.Nrshow03 p{font-size: 0.18rem;color: #323232;margin-bottom: 0.16rem;line-height:0.28rem;}
.Nrshow03 p+p{margin-bottom: 0;}
.Nrshow03 p a{font-weight: normal; color: #0A103E;transition: 0.6s all;}
.Nrshow03 p a:hover{color: #095199;transition: 0.6s all;}
.wp_artfuns .wp_art_adjoin {display:flex;line-height:.48rem;font-size: 0.18rem;flex-wrap:wrap;}
span.next-title,span.prev-title {width:calc(100% - .8rem);}
.wp_artfuns .wp_art_adjoin .next {padding:0;}
.wp_artfuns .wp_art_adjoin .next,.wp_artfuns .wp_art_adjoin .prev {pointer-events:none;width:auto;}
span.next-title a, span.prev-title a{color:#333}
@media(max-width: 1024px) {
   .nryBox{margin-top: 0.3rem;}
}

@media(max-width: 640px) {
   .NrNrshow02 table{display: flex !important;overflow-x: auto;width: 100% !important;margin: 0 auto !important;white-space: nowrap;}
   .Nrshow01 h5{font-size: 0.22rem;}
   .nryBox{padding: 0.3rem;}
}


/* 师资列表1 */


@media(max-width: 768px){
	.szlbWz ul li{width: 25%;}
}
/* 师资列表 */
.n_szlby{}
.n_szlby ul{margin-top: -0.6rem;}
.n_szlby ul li{border-radius: 0.2rem;background: linear-gradient(180deg, #e3ebff 0%, #f6faff00 100%);width: calc(50% - 0.3rem);margin-top: 0.6rem;}
.n_szlby ul li:hover{border-radius: 0.2rem;background: #F0F6FF;box-shadow: 0rem 0.04rem 0.1rem 0rem #B9DAFF,inset 0rem 0rem 0.9rem 0rem #FFFFFF;}
.n_szlby ul li a{padding: 0.3rem;align-items: flex-start;}
.n_szlby ul li a .pic{width: 1.9rem;border-radius: 0.2rem;}
.n_szlby ul li a .pic img{height: 2.6rem;}
.n_szlby ul li a .text{width: calc(100% - 2.2rem);}
.n_szlby ul li a .text .t1{}
.n_szlby ul li a .text .t1 h5{font-size: 0.24rem;color: #0A103E;line-height: 0.26rem;font-weight: 600;margin-bottom: 0.18rem;}
.n_szlby ul li a .text .t1 h5:hover{color: #095199;}
.n_szlby ul li a .text .t1 p{font-size: 0.15rem;font-weight: normal;line-height: 0.24rem;text-align: justify; /* 浏览器可能不支持 */letter-spacing: normal;color: #7D819F;}
.n_szlby ul li a .text .t2{border-top: 1px solid #C0DBF1;padding-top: 0.2rem;margin-top: 0.2rem;}
.n_szlby ul li a .text .t2 p{font-size: 0.15rem;font-weight: normal;line-height: 0.24rem;text-align: justify; /* 浏览器可能不支持 */letter-spacing: normal;color: #7D819F;margin-bottom: 5px;}
.n_szlby ul li a .text .t2 p span{font-weight: bold;}

@media(max-width: 1024px){
	.n_szlby{margin-top: 0.5rem;}
	.n_szlby ul {margin-top: -0.3rem;}
	.n_szlby ul li{width: 100%;margin-top: 0.3rem;}
}

@media(max-width: 430px){
	.n_szlby ul li a .pic{width: 1.4rem;border-radius: 0.2rem;}
	.n_szlby ul li a .pic img{height: 1.9rem;}
	.n_szlby ul li a .text{width: calc(100% - 1.6rem);}
}
/* 师资内容 */
.szNry{}
.szNry .sznrBox1{}
.szNry .sznrBox1 .fSz{background: url(../images26/bg02.png) no-repeat center;background-size: cover #fff;align-items: flex-start;background: linear-gradient(180deg, #f0f4ff 0%, #d3dcf700 100%);}
.szNry .sznrBox1 .fSz .picBox{width: 3rem;position: relative;padding-left: 0.6rem;padding-top: 0.2rem;}
.szNry .sznrBox1 .fSz .picBox::after{content: "";position: absolute;left: 0;top: 0;width: 1.4rem;height: calc(100% + 0.2rem);background: #095199;}
.szNry .sznrBox1 .fSz .pic{width: 100%;z-index: 6;}
.szNry .sznrBox1 .fSz .text{width: calc(100% - 3.4rem);padding-top: 0.3rem;}
.szNry .sznrBox1 .fSz .text h5{border-bottom: 1px solid #DBDBDB;}
.szNry .sznrBox1 .fSz .text h5 span{color: #095199;font-size: 0.34rem;font-weight: bold;padding-bottom: 0.16rem;display: inline-block;position: relative;}
.szNry .sznrBox1 .fSz .text h5 span::after{content: "";position: absolute;left: 0;bottom: -0.01rem;width: 100%;height: 0.03rem;background: #095199;}
.szNry .sznrBox1 .fSz .text .szjs{margin-top: 0.3rem;}
.szNry .sznrBox1 .fSz .text .szjs p{font-size: 0.18rem;line-height: 0.36rem;color: #333333;text-indent: 2em;}

.szNry .sznrBox2{margin-top: 0.4rem;}
.szNry .sznrBox2 .con{margin-top: 0.4rem;}
.szNry .sznrBox2 h5{margin-bottom: 0.2rem;background: linear-gradient(270deg, #f0f3fe00 0%, #f0f3fe 100%);line-height: 0.6rem;padding-left: 0.2rem;}
.szNry .sznrBox2 h5 span{font-size: 0.24rem;color: #333333;font-weight: 600;display: inline-block;position: relative;}
.szNry .sznrBox2 h5 span::after{content: "";position: absolute;left: 0;bottom: -0.14rem;width: 100%;height: 0.11rem;background: url(../images26/szflbg.png) no-repeat bottom center;background-size: auto 0.11rem;}
.szNry .sznrBox2 p{font-size: 0.18rem;line-height: 0.36rem;color: #333333;margin-top: 0.1rem;text-indent: 2em;}

@media(max-width: 850px){
	.szNry .sznrBox1 .fSz .picBox{width: 3rem;position: relative;padding-left: 0.6rem;padding-top: 0.2rem;margin: 0 auto;}
	.szNry .sznrBox1 .fSz .text{width: 100%;}
}



/* 正文页 */
.zhengwy{}
.zhengwy h6{font-size: 0.26rem;line-height: 0.34rem;text-align: center;margin-bottom: 0.22rem;font-weight: bold;color:  #333333;}
.zhengwy p{font-size: 0.18rem!important;color: #323232;line-height: 0.36rem!important;margin-bottom: 0.16rem;text-indent: 2em; background: none !important;}
.zhengwy img{display: block;margin: 0 auto 0.16rem auto !important;max-width: 100%;height: auto!important;border:none !important;}
/* 领导页 */
.leaderList{width: 100%;}
.leaderList h6{font-size: 0.36rem;color: #0A103E;line-height: 0.4rem;text-align: center;font-weight: bold;margin-bottom: 0.3rem;}
.leaderList table{width: 100%;}
.leaderList table tr:nth-child(odd){background: #E8EFFF;}
.leaderList table tr th{text-align: left;font-size: 0.18rem;color: white;line-height: 0.28rem;height:0.7rem;background: #095199;border: 0;}
.leaderList table tr td:nth-child(1) {
    padding-left: 0.4rem !important;
    padding-right: 0.1rem !important;
}
.leaderList table tr th:nth-child(1){width: 15%;padding-left: 0.4rem;}
.leaderList table tr th:nth-child(2){width: 15%;}
.leaderList table tr th:nth-child(3){width: 70%;padding-right: 0.4rem;}
.leaderList table tr td:nth-child(3){padding-right: 0.4rem;padding-left: 0.1rem;}
.leaderList table tr td{border: 0;font-size: 0.18rem;color: #0A103E;line-height: 0.28rem;padding: 0.22rem 0 !important;}
@media(max-width: 560px) {
	.leaderList table tr td:nth-child(1){padding-left: 0.2rem;padding-right: 0.1rem;}
	.leaderList table tr th:nth-child(1){width: 22%;padding-left: 0.2rem;}
	.leaderList table tr th:nth-child(2){width: 18%;}
	.leaderList table tr th:nth-child(3){width: 60%;padding-right: 0.2rem;}
	.leaderList table tr td:nth-child(3){padding-right: 0.2rem;padding-left: 0.1rem;}
}

/* 图片列表页 */

@media(max-width: 850px){
	.listPic ul li{width: 100%;}
	.listPic ul li a .pic img{height: 52vw;}
	.listPic ul li a .text{top: -0.2rem;}
}



.pb_sys_style1 .p_no_d {
    border: 1px solid #095199 !important;
    background-color: #095199 !important;
}

.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o, .pb_sys_common .p_fun a, .pb_sys_common .p_no a {
    padding: 0px 12px !important;
    height: 35px !important;
    line-height: 33px !important;
    border-radius: 30px !important;
}
.pb_sys_common {
    font-size: 14px !important;
    line-height: 0.5rem !important;
}
/*==========================================内页 结束=============================================*/

/*=========================================新样式============================================*/

#vsb_content_2 TABLE TD {
    text-indent: 0 !important;
    border: 0px solid #000 !important;
    padding: 0 0.1rem 0 0.4rem;
}
#vsb_content_2 TABLE {
    border: 0px solid #000 !important;
}
.pb_sys_full {
    margin-top: 30px !important;
}