@charset "utf-8";


a{
	text-decoration: none !important;
}
.txt-elise{
	display: block;
	position: relative;
}
.txhd{
	padding: .8rem 0;
}
.tx-tit {
	text-align: center;
	position: relative;
	margin-bottom: .5rem;
}
.tx-tit h3{
	font-size: .36rem;
	color: #333333;
}
.tx-tit a{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	color: #666666;
}
.tx-lt .pic{
	position: relative;
	padding-top: 64%;
}
.tx-lt a{
	position: relative;
	margin: 0 .15rem;
	display: block;
}
.tx-lt .pic img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.tx-lt p{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: .6rem;
	padding: 0 .15rem;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #ffffff;
	background-color: rgba(0,0,0,.6);
	transition: all 0.5s;
}
.tx-lt a:hover p{
	background-color: #0044b5;
}

html{
	font-size: 5.20833vw !important;
}

@media screen and (max-width: 1200px){
	html{
		font-size: 85px !important;
	}

	.col-xs-6 {
		width: 100%;
	}
	.tx-tit{
		margin-bottom: .3rem;
	}
	.txhd{
		padding: .5rem 0;
	}
}



.more-a{ display: inline-block; background: #0044b5; margin-top: 30px; font-size: 16px; color: #fff; border-radius: 30px; line-height: 48px; width: 180px; }
.more-a:hover,.page-tow .more-a:hover,.back-four .more-a:hover{ box-shadow: 0 0 10px rgba(0,0,0,0.1); background: #2387f1!important;
                                                               color: #fff!important; }
.page-tow{ background: url(../images/back02.png) center no-repeat; background-size: cover; padding:100px 0; }
.news-top{ display: block; height: 180px; background: url(../images/back-top.png) right center no-repeat; background-size: cover; padding:35px;  }
.news-top:hover{ box-shadow: 0 0 20px rgba(0,0,0,0.5); }
.news-top-tt{ font-size: 18px; color: #fff; }
.news-top-p{ color: #fff; line-height: 25px; margin-top: 5px; opacity: 0.6;  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.news-top-date{ color: #fff; opacity: 0.6; margin-top: 15px; }
.news-bottom-ul li a{ overflow: hidden;text-overflow: ellipsis;white-space: nowrap; display: block; position: relative; background: #fff; line-height: 59px; padding:0 150px 0 40px; font-size: 16px; color: #232323; }
.news-bottom-ul li a span{ position: absolute; right: 0; top: 0; right: 40px; font-size: 14px; color: #666; }
.news-bottom-ul li a:after{ display: block; content: ""; position: absolute; left: 0; top: 0; height: 1px; background: #ddd; transition: 0.3s all; width: 100%; }
.news-bottom-ul li a:before{ display: block; content: ""; z-index: 10; position: absolute; left: 0; bottom: 0; height: 2px; background: #0044b5; transition: 0.3s all; width: 0px; }
.news-bottom-ul li:nth-of-type(1) a:hover:before{ width: 70%; }
.news-bottom-ul li:nth-of-type(2) a:hover:before{ width: 80%; }
.news-bottom-ul li:nth-of-type(3) a:hover:before{ width: 90%; }
.news-bottom-ul li:nth-of-type(4) a:hover:before{ width: 100%; }
.page-tow .more-a{ color: #0044b5; background: #fff; margin-top: 40px; }















/* CSS Document public*/
*{font-family: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:Arial,Helvetica, sans-serif;-webkit-font-smoothing:antialiased;font-smoothing:antialiased; line-height: 1; font-size:16px;overflow-x: hidden;transition: all 0.4s ease-in;}
html,body{ min-height:100%;overflow-x: hidden;} html{ overflow:-moz-scrollbars-vertical;} 
::-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;}
input,button,textarea {background: none; outline: none;border: none;-webkit-appearance:none; border-radius:0}
input:focus {border: none;}
a{text-decoration:none;/*IE使用*/outline-style:none;/*FF使用*/; outline:none;}
a,input,img,:focus{ /*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;}
.slow img:hover{ transform:scale(1.05);}/*图片放大*/
.slow img{-moz-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}/*缓慢效果*/
h5 a,.more a{-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;}/*缓慢效果*/
.slow01{-moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}/*缓慢效果*/
.slow02{-moz-transition:all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.shadow{ -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#999999')";  /* For IE 8 */ filter: 
progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#999999');  /* For IE 5.5 - 7 */-moz-box-shadow: 1px 1px 10px #999999;/* for firefox */ -webkit-box-shadow: 1px 1px 10px #999999;/* for safari or chrome */ box-shadow:1px 1px 10px #999999;/* for opera or ie9 */}

.gray { -webkit-filter:grayscale(100%); -moz-filter:grayscale(100%); -ms-filter:grayscale(100%); -o-filter:grayscale(100%); filter:grayscale(100%); filter:gray; filter:alpha(opacity=60); opacity:0.6;  -moz-opacity:0.6; -khtml-opacity:0.6;} 
::-webkit-scrollbar {width:5px;height:0; background:#f1f1f1}
::-webkit-scrollbar-track {border-radius:0; background:#f1f1f1}
::-webkit-scrollbar-thumb {border-radius:0; background:#333333}
.ie_bg{width:100%;height:100%;position:fixed;top:0;left:0;background-color:#000;opacity:0.9;filter:alpha(opacity=90);z-index:99998;}
.ie9tips{width:600px;height:300px;position:fixed;top:50%;left:50%;margin:-150px 0 0 -300px;line-height: 1.8;color:#fff;z-index:99999;text-align:center;}
.ie9tips a{color:red;}  
.ie9tips img{display:block;margin:0 auto;opactiy:0.9;filter:alpha(opacity=90);max-width: 100%;} 
.ie9tips p{padding-top:10px;color:#fff;width: 420px;margin:10px auto;line-height: 1.8;}
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: 'Source';src: url(../font/SourceHanSerifCN-Heavy.otf);}
@font-face{font-family: 'Source2';src: url(../font/SourceHanSerifSC-SemiBold.otf);}
.w100{width:100%;}
.w15{max-width:1500px;margin:0 auto;}
.w14{max-width:1400px;margin:0 auto;}
.w156{max-width:1560px;margin:0 auto;}
@media (max-width:1430px){
	.w14{width:calc(100% - 30px);margin: 0 15px;}
}
@media (max-width:1530px){
	.w15{width:calc(100% - 30px);margin: 0 15px;}
}
.fanhui{position:fixed;right:30px;bottom: 75px;width:48px;height:48px;border-radius:50%;}

h5 a{ display:inline-block; width:100%; overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
ul li:hover h5 a{ color:#005bac}
.more a{ -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; -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;}
img{ vertical-align:middle}
.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;}
.clear:after{content: ""; display: block; height: 0; clear:both; visibility: hidden;}

/* Slider */

#gotop{ position:fixed; z-index:90; bottom:80px; right:30px; box-sizing:border-box; text-align:center; cursor:pointer; -moz-transition:all .5s; -webkit-transition:all .5s; width:45px; height:45px;}
#gotop.hide{ height:0; opacity:0; visibility:hidden}
#gotop { cursor: pointer; }
#gotop svg{width:100%;height:100%;fill:#005bac;}
 
/*==========================================公共 开始=============================================*/
.header_box{z-index:100;height: 120px;left: 0;right: 0;top: 0;position: fixed;}
#header{z-index:888;width:100%;transition: 0.6s;position: relative;}
#header::after{content: "";position: absolute;left: 0;top: 0;width: 100%;background-image: linear-gradient(0deg, rgba(20,72,129,0), rgba(20,72,129,1) 80%);height: 3rem;}
#header .headerflex{display: flex;justify-content:flex-end;align-items: center;width: 60%;}
#header .headerflex .rightBox{width: 100%;}
#header .flex{align-items: center;}
.topLink{width: 100%;position: relative;z-index: 889;padding: 0.15rem 0;}
.topLink .tright p{padding-right:0.15rem;}
.topLink p a{font-size: 0.14rem;color: #FFFFFF;font-family:"microsoft yahei";display: inline-block;line-height: 0.4rem;position: relative;margin-left: 0.3rem;}
.topLink p a+a::after{content: "";position: absolute;top: 50%;margin-top: -4px;height: 8px;width: 1px;background: #FFFFFF;left:-0.16rem;}
.topLink p a:hover{color: #dab150;}
.topLink .search_btn{cursor:pointer;text-align: center;transition:.6s;margin-left: 0.2rem;}
#logo{width: 37%;}
#logo a{display: block;}
#logo a img{display: block;max-width: 100%;}

@media(max-width: 850px){
	.header_box{}
}
@media(max-width: 414px){
	.header_box{}
}
@media(max-width: 340px){
	.topLink p{margin-right: 0;}
	.topLink p a{padding: 0 0.5rem;}
}
@media(max-width: 1500px){
	#logo{width: 32%;}
	#logo img{width: 100%;}
}
#nav{width: 100%;position: relative;}
#nav {display: flex;justify-content: space-between;align-items: center;}
#nav .navBox{width: 100%;}
#nav ul{position:relative;}
#nav ul::after{content: "";width: 100vw;position: absolute;height: 1px;background: rgba(255,255,255,0.4);left: 50%;bottom: 0;margin-left: -50vw;}
#nav ul li{position:relative;z-index:9;}
#nav ul li a{display:block;padding: 0;}
#nav ul li h3{font-size: 0.2rem;color: #FFFEFE;line-height: 0.6rem;position:relative;transition:.6s;font-weight: bold;position: relative;}
#nav ul li.on h3{ font-weight:bold;}
#nav ul li.on h3 span{ background: url() no-repeat left center;} */
#nav ul li a i{ display:inline-block; background:url() center no-repeat; width:9px; height:6px; background-size:contain; vertical-align:middle; margin-left:8px;}
#nav ul li .sub{position:absolute;top:100%;background:#fff; background:rgba(255,255,255,.95); width: 210px;left:50%;margin-left: -105px;z-index: 999;/* transform:translateY(-20px); */visibility:hidden;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;transition:.5s;}
#nav ul li .sub .box{padding:10px 0px; text-align:center;}
#nav ul li .sub a{padding:0;line-height: 0.6rem;transition:.3s;font-size: 0.18rem;color: #666;}
#nav ul li .sub a:hover{color: #ffc848;background: #E5E5E5;}
#nav ul li:hover .sub{ filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1; visibility:visible; transform:translateY(0px);}
#nav ul>li.on h3,#nav ul li:hover h3, #header.xg #nav ul li.on a h3, #header.xg #nav ul li:hover a h3{color: #ffc848;}
#nav .navBox>ul>li h3:after{content:"";display:block;width: 100%;height: 1px;position:absolute;left: 0;margin-left: 0;background: #ffc848;bottom:0;transition:.3s;transform:scale(0);border-radius: 0;}
#nav .navBox>ul>li h3:before{content:"";display:block;position:absolute;left:50%;margin-left: -3px;border-left:transparent 5px solid;border-right:transparent 5px solid;border-bottom: #ffc848 6px solid;bottom:0;transition:.3s;opacity:0;visibility:hidden;}
#nav .navBox>ul>li:hover h3:after,#nav ul li.on h3:after{ transform:scale(1);}
#nav .navBox>ul>li:hover h3:before,#nav>ul>li.on .sub:before{ opacity:1; visibility:visible}

#header.xg{background:rgba(20,72,129, 0.85);height: auto;transition: 0.4s;box-shadow: 0 10px 10px rgb(0 0 0 / 20%);margin-top: 0;padding: 0.1rem 0;}

#header.xg::after{display: none;}
#header.xg .topLink{padding: 0;}
#header.xg .headerflex{margin-top: 0;}
#header.xg #logo{width: 25%;}
#header.xg #logo a img{width: 100%;}
#header.xg>.w16{margin-top: 0.05rem;}
#header.xg #nav ul::after{display: none;}
/**/
#logo .logo_black{ display:none;}
.top_search_black{ display:none;}
#header.xg{top:0;}

#header.xg #logo .logo_black,#header.xg .top_search_black{ display: inline-block;}
#header.xg .top_search_white{ display:none;}
#header.xg #nav ul li a h3{color: #FFFEFE;}
@media(max-width: 1200px){
.header_box{display: none;}	
}
@media(max-width: 850px){
	.topLink{display: none;}
	#header{display: none;}
}
.tc2 .tc-box form{border-radius: 4px;overflow: hidden;background: #fff;height: 60px;width:100%;}
.tc2 .tc-box input[type="text"]{border: none;width: 94%;display: block;height: 60px;text-align: left;color: #434343;font-size: 14px;background:none;line-height: 60px;padding:0 20px;}
.tc2 .tc-box input[type="text"]:focus{ text-align: left;}
.tc2 .tc-box input[type="submit"]{position:absolute;right:0;top: 50%;padding: 0;z-index:2;background:url(../images/icon_search.png) center no-repeat;height: 60px;width: 70px;cursor:pointer;border:none;background-size: 20px 20px;margin-top: -30px;}

.tc2 .tc{transition:all ease 300ms;position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 9999;}
.tc2 .tc{pointer-events: none;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;transform:scale(1.1);visibility: hidden;}
.tc2 .tc.act{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity: 1;opacity: 1;pointer-events: auto;transform:scale(1);visibility: visible;}
.tc2 .close:hover{ transform:rotate(180deg);}
.tc2 .close,.tc{ transition:all ease 400ms; -moz-transition:all ease 400ms; -ms-transition:all ease 400ms; -o-transition:all ease 400ms; -webkit-transition:all ease 400ms; } 
.tc2 .tc-box{position:absolute;border-radius: 4px;overflow: hidden;top:50%;z-index:9999;background: #fff;height: 60px;width: 50%;left:50%;margin-left: -25%;margin-top:-40px;}
.tc2 .tc.act{display: block; }
.tc2 .close{position: absolute; cursor:pointer;font-size: 20px;right: 30px;top: 30px; }

.tc2 .tc-bg {height: 100%;background:rgba(11,97,172,.8);position: absolute;top: 0;left: 0;width: 100%;z-index: 0;}
/***********************/

/*手机头部开始*/
.logo2 {width: 21vw;position: relative;float: left;}
.logo2 a{display: table;vertical-align: middle;}
.logo2 img{display: block;max-width: 100%;vertical-align: middle;}
.m_header_box{display:none;z-index:9999999999;height: 80px;left: 0;right: 0;top: 0;/* background-image:linear-gradient(to top,rgba(0,0,0,0),rgba(0,0,0,0.8)); */position: fixed;}
@media(max-width: 768px){
	.logo2 {width: 80vw;}
}
#m_header{z-index: 99;width:100%;height: auto;left:0;top:0;padding:0 15px;display:none;}
#m_header #logo{height: 60px;}
#m_header #logo img{max-height:60%;max-height: 28px;}
#m_header .yuyan{ height:4.5rem; float:right; margin-right:4rem;}
#m_header .yuyan span{ display:block; width:24px; height:24px; line-height:24px; color:#fff; font-size:.9rem; text-align:center; margin-left:17px; background:rgba(255,255,255,.3);}
.wap_search{ width:80%; margin:0 auto;}
.wap_search form{ position:relative;}
.wap_search #keyword{width: 80%;height:3.8rem; line-height:3.8rem; border:0;padding:0 1rem; font-size:1rem; color:#999;box-shadow:none;-webkit-appearance: none;float:  left;border-right: 0;}
.wap_search .btn_blue{width: 20%;height:3.8rem; background:#00a0e9 url() center no-repeat; background-size:20px; font-size:0;color:#fff;cursor:pointer;text-transform:uppercase;float:  left;}

/*顶部搜索*/
.tc_search{margin: 0 1.3rem;width: calc(100% - 2.6rem);}
.tc_search form{height:40px;border-radius:20px;border:1px solid #e5e5e5;position:relative;width:100%;margin-bottom: 1rem;}
.tc_search #keyword{font-size:.875rem;color:#fff;height:38px;line-height:38px;padding:0 1rem;box-shadow:none;-webkit-appearance: none;border-right: 0;background:none;width:  100%;}
.tc_search .btn_blue{ position:absolute; top:0; right:0; width: 40px;height:38px; line-height:38px; border:0; background:url(../images/search.png) center center no-repeat;background-size:1.2rem;  }
.tc_search .btn_blue.fr{ background:#e9edef; color:#4e4f53;}
.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 */ 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消失-结束 */


/*导航按钮开始*/
#nav_btn_box{ height:100%; z-index:999999999; float:right; margin-left:20px; }
#nav_btn_box.on{ background:none;  }
#nav_btn{}
#nav_btn .point.on .navbtn::after, #nav_btn .point.on .navbtn::before{ background:#FFFFFF;}

#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: 24px;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%; overflow: auto;}
.m_nav_list::-webkit-scrollbar {display:none}
#m_nav {z-index: 99999;position: fixed;background: rgba(2,23,45,.95);width:100vw;height:100vh;right: -100vw;top: 0;display:none;padding:1.1rem 0 0.15rem 0;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;}

#m_nav>ul{padding:0 0.4rem; }
#m_nav>ul>li{ width:100%; overflow:hidden;}
#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.5rem;height: 0.5rem;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:16px;height: 0.5rem;float:right;display:inline-block;background: url(../images/arrow_down.svg) center no-repeat;background-size:contain;}
#m_nav li.on.title .a i{ transform:rotate(-90deg);-webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg);}
#m_nav .on.title i{ transform:rotate(90deg);-webkit-transform:rotate(90deg); -moz-transform:rotate(90deg);}
#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: 2em;box-sizing: border-box;}
#m_nav .title .list span{ background:none; }
#m_nav .title .list span a:hover{ color: #f8a618;}
#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 .void>a{background-size:10px; position:relative;}
#m_nav .title .list .void>a:before{ content:"·"; position:absolute; left:-1em; font-size:12px; font-weight:bold;}
#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.14rem; opacity:.8; min-width:50%; float:left; display:inline-block; color:#999;}
#m_header .search_btn{display: none;}
.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;}
.topLink2{margin-top: 16px;padding-top: 16px;border-top: 1px solid rgba(255,255,255,0.6);width: 100%;padding-left: 0.4rem;padding-right: 0.4rem;}
.topLink2 p{display: flex;margin-bottom: 10px;}
.topLink2 p a{font-size: 14px;color: white;display: block;line-height: 32px;box-sizing: border-box;}
.topLink2 p a+a{margin-left: 0.2rem;}
.m_search{border: 1px solid #FFFFFF;width: 100%;height: 40px;display: flex;justify-content: space-between;align-items: center;padding-right: 0.08rem;}
.m_search .input1{line-height: 40px;width: calc(100% - 50px);padding-left: 10px;color: white;}
.m_search .input2{width: 26px;}
@media(max-width: 1200px){
	#m_header .search_btn{display: block;}
	#nav{ right:15px}
	.headerflex{height: 0;width: 0;opacity: 0;}
	#m_header{ display:block;;width: 100%;display: flex;align-items: center;justify-content: space-between;margin-top: 0;height: 0.9rem;background: #124881;}
	.m_header_box{ display:block}
	#m_nav{top: 0;}
	#nav_slide{ display:block}
	.tc2 .tc-box{width: 80%;margin-left: -40%;}
	.topLink .search_btn img{width: 80%;}
	.m_header_box{top: 0;background: #fafafa;height: auto;}
}

@media(max-width: 850px){
	#m_nav{padding: 0.9rem 0 0.15rem;}
	#m_header{height: 0.7rem;}
	.m_header_box .logo2{width: 2.6rem;}
	.m_header_box .logo2 img{width: 100%;}
}
@media(max-width: 650px){
}
@media(max-width: 414px){
	.m_header_box .logo2 img{width: 100%;}
}
.bg01{background: url() no-repeat top left;background-size: 100% auto;background-size: cover;}

/* banner开始*/
.bannerBox{position: relative;}
.bannerBox{width:100%;position: relative;z-index: 1;}
.bannerBox .slider img{display: block;width: 100%;position: relative;}
.bannerBox .slider a{display: block;position: relative;}
.bannerBox .slider a .text{position: absolute;bottom: 0.15rem;width:100vw;z-index: 8;}
.bannerBox .slider a .text p{color: white;font-size: 0.28rem;line-height: 0.5rem;height: 0.5rem;overflow: hidden;}
.bannerBox .slider a::after{width: 100%;position: absolute;content: "";bottom: 0;left: 0;height: 20%;background-image:linear-gradient(to top,rgba(0,0,0,0.8),rgba(0,0,0,0) 100%);z-index: 2;}
.bannerBox .slider video{display: block;width: 100%;position: relative;}
.bannerBox .slick-prev{position: absolute;top: 50%;left: 0.2rem;background: url(../images/banner_prev.png) no-repeat;width: 0.86rem;height: 0.6rem;background-size: 0.86rem;z-index: 99;font-size: 0;}
.bannerBox .slick-next{position: absolute;top: 50%;right: 0.2rem;background: url(../images/banner_next.png) no-repeat;width: 0.86rem;height: 0.6rem;background-size: 0.86rem;z-index: 99;font-size: 0;}
.bannerBox .bannerLink{position: absolute;width: 100%;bottom: 0;}
.bannerBox .bannerLink ul{}
.bannerBox .bannerLink ul li{background: url(../images/bannerLinkbg01.png) no-repeat center;background-size: 1.3rem;width: 1.3rem;border-top-left-radius: 0.1rem;border-top-right-radius: 0.1rem;background-size: cover;}
.bannerBox .bannerLink ul li+li{margin-left: 0.15rem;background: url(../images/bannerLinkbg02.png) no-repeat center;background-size: cover;}
.bannerBox .bannerLink ul li+li+li{background: url(../images/bannerLinkbg03.png) no-repeat center;background-size: cover;}
.bannerBox .bannerLink ul li+li+li+li{background: url(../images/bannerLinkbg04.png) no-repeat center;background-size: cover;}
.bannerBox .bannerLink ul li a{position: relative;display: block;}
.bannerBox .bannerLink ul li p{width: 100%;text-align: center;font-size: 0.2rem;color: white;font-weight: 600;text-shadow: 0px 5px 8px rgba(0, 0, 0, 0.6);transition: 0.4s all;line-height: 0.61rem;}
.bannerBox .bannerLink ul li a:hover p{font-weight: normal;bottom:0.15rem;transition: 0.4s all;}

@media(max-width: 1200px){
	.bannerBox{margin-top: 0.9rem;}
	.bannerBox .slider a::before{display: none;}
}
@media(max-width: 850px){
	.bannerBox .bannerLink ul{justify-content: center;margin-top: 0.3rem;}
	.bannerBox .bannerLink ul li{width: 20%;border-radius: 0.1rem;margin:0 4%;}
        .bannerBox .bannerLink ul li+li{margin-left:0;}
	.bannerBox .bannerLink ul li a{display: flex;justify-content: center;flex-wrap: nowrap;}
	.bannerBox .bannerLink{position: relative;margin-bottom: 0.3rem;}
	.bannerBox .slider a .text p{font-size: 0.2rem;line-height: 0.3rem;max-height: 0.6rem;height: auto;}
	.banner a{height: 100%;width: 100%;}
	.bannerBox{margin-top: 0.7rem;}
	.banner img{position: relative;top: 0; left: 0;transform: translate3d(0,0,0);width: 100%;}
}
@media(max-width: 580px){
        .bannerBox .bannerLink{margin-bottom: 0;}
	.bannerBox .bannerLink ul {justify-content: space-between;}
	.bannerBox .bannerLink ul li{width: calc(50% - 0.2rem);margin: 0 0.1rem  0.3rem !important;}
	.bannerBox .bannerLink ul li p{bottom: 0.15rem;}
	.bannerBox .bannerLink ul li a p{font-size: 0.18rem;}
}
@media(max-width: 414px){
	.bannerBox{margin-top: 0.5rem;}
}
/* banner结束 */

@media(max-width: 992px){
	#gotop{right:0;transform:scale(0.6);bottom: 0.6rem;}
}

.sametitle{position: relative;margin-bottom: 0.4rem;position: relative;}
.sametitle .flex{align-items: center;justify-content: space-between;width: 100%;position: relative;}
.sametitle h3{font-weight: bold;flex-direction: column;width: 100%;}
.sametitle h3 p{font-size:0.4rem;color: #323232;line-height: 0.4rem;background-size: auto;text-align: left;position: relative;text-spacing: 0.04rem;font-weight: 600;}
.sametitle h3 p::before{content: "";position:absolute;right: -0.15rem;top: 0.2rem;background-image: linear-gradient(45deg, rgba(191,219,255,1),rgba(63,128,212,1) );width: 0.18rem;height: 0.18rem;border-radius: 50%;}
.sametitle h3 p::after{content: "";position:absolute;left: -0.15rem;bottom: 0;background-image: linear-gradient(45deg, rgba(191,219,255,1),rgba(63,128,212,1) );width: 0.11rem;height: 0.11rem;border-radius: 50%;}
.sametitle h3 span{font-size: 0.20rem;font-family: "arial narrow";color: #d4d4d4;position: relative;display:block;font-weight: lighter;display: flex;justify-content: flex-start;align-items: center;}
.sametitle a{display: block;text-align: center;font-size: 0.14rem;color: #144881;position: absolute;right: 0;top: 0.2rem;position: absolute;right: 0;background: url(../images/morebg.png) no-repeat left center;width: 0.91rem;height: 0.62rem;text-align: right;line-height: 0.5rem;font-weight: bold;background-size: contain;}
.sametitle h3 span i{width:0.6rem;height: 1px;background-image: linear-gradient(to right,rgba(216,217,218,1),rgba(216,217,218,0));margin-top: -2px;display: block;margin-left: 0.05rem;}
.sametitle a:hover {color: #ccb06c;}
@media(max-width: 850px){
	.sametitle h3{width: auto;}
	.sametitle h3 p{font-size: 0.34rem;line-height: 0.34rem;}
}

/* 新闻动态 开始 */
.newsBox{background: url(../images/bg01.png) no-repeat top center;background-size: cover;padding: 0.9rem 0;position: relative;}
.newsBox .sametitle a{right: 0.3rem;}
@media(max-width: 850px){
	.sametitle h3{padding-left: 0.15rem;}
}
.newsPic{width: calc(55.33333% - 0.3rem);}
.scroll1{height: 6.4rem;padding-left: 0.3rem;}
.scroll1 .swiper-slide{}
.scroll1 .swiper-slide a{display: block;}
.scroll1 .swiper-slide a .pic{overflow: hidden;width: 100%;height: 4.9rem;border-top-right-radius: 0.8rem;}
.scroll1 .swiper-slide a .pic img{display: block;width: 100%;height: 100%;}
.scroll1 .swiper-slide a .text{width:7.4rem;position: relative;z-index: 5;padding: 0 0.8rem 0 0.3rem;}
.scroll1 .swiper-slide a .text::after{width: 100%;position: absolute;content: "";background: url(../images/picbg.png) no-repeat left top;background-size: 7.32rem 1.96rem;height: 1.96rem;top: -0.55rem;left: -0.3rem;z-index: 2;}
.scroll1 .swiper-slide a .text .dateBox{position: relative;z-index: 5;}
.scroll1 .swiper-slide a .text .dateBox .date{font-size: 0.28rem;font-family: "source";background: url(../images/datebg.png) no-repeat center;line-height: 0.63rem;width: 0.63rem;height: 0.63rem;background-size: 0.63rem;text-align: center;color: #3039a9;}
.scroll1 .swiper-slide a .text .dateBox h6{font-size: 0.2rem;line-height: 0.28rem;height: 0.56rem;overflow: hidden;color: #323232;font-weight: 600;width: calc(100% - 0.8rem);}
.scroll1 .swiper-slide a:hover .text .dateBox h6{color: #144881;}
.scroll1 .swiper-slide a .text p{font-size: 0.12rem;line-height: 0.24rem;color: #737373;height: 0.48rem;overflow: hidden;position: relative;z-index: 5;margin-top: 0.1rem;}
.scroll1 .swiper-button-prev{background: url(../images/jtpic.png) no-repeat center;width: 0.42rem;height: 0.42rem;background-size: 0.42rem;position:absolute;right: 0;bottom: 0.9rem;left: auto;top: auto;}
.scroll1 .swiper-button-prev:hover{background: url(../images/jtpicOn.png) no-repeat center;}
.scroll1 .swiper-button-next{background: url(../images/jtpic.png) no-repeat center;width: 0.42rem;height: 0.42rem;background-size: 0.42rem;transform: rotate(180deg);position:absolute;right: 0;bottom: 0.4rem;top: auto;}
.scroll1 .swiper-button-next:hover{background: url(../images/jtpicOn.png) no-repeat center;}
.scroll1 .swiper-pagination{display: none;}
.scroll1{--swiper-theme-color: #124881;}

.newsText{width: calc(44.77777% - 0.3rem);padding-right: 0.3rem;}
.newsText ul{}
.newsText ul li{position: relative;}
.newsText ul li a::after{content: "";position: absolute;width: calc(100% - 0.2rem);height: calc(100% - 0.2rem);left: 0;bottom:0.1rem;background: #e4f0ff;z-index: 3;border-radius: 0.1rem;transition: 0.6s all;}
.newsText ul li::before{content: "";position: absolute;width: calc(100% - 0.2rem);height: 100%;right: 0;top:0;border: 1px dashed #9cd1ff;z-index: 2;border-radius: 0.1rem;transition: 0.6s all;}
.newsText ul li+li{margin-top: 0.2rem;}
.newsText ul li a{align-items: center;position: relative;z-index: 7;padding: 0.35rem 0;padding-left: 0.2rem;}
.newsText ul li a .date{width: 0.7rem;height: 0.7rem;border-radius: 50%;background: #ccb06c;display: flex;justify-content: center;flex-direction: column;position: relative;z-index: 4;}
.newsText ul li a .date i{font-style: normal;font-weight: normal;font-size: 0.2rem;color: white;font-family: "source";display: block;margin-left: 0.08rem;}
.newsText ul li a .date b{font-style: normal;font-weight: normal;font-size: 0.2rem;color: white;font-family: "source";display: block;margin-left: 0.36rem;position: relative;}
.newsText ul li a .date b::before{content: "";position: absolute;left: 0rem;width: 1px;height: 0.4rem;transform: rotate(45deg);background: #FFFFFF;top: -0.2rem;}
.newsText ul li a .text{width: calc(100% - 0.9rem);position: relative;z-index: 4;padding-right: 0.2rem;}
.newsText ul li a .text h6{font-size: 0.2rem;line-height: 0.28rem;overflow: hidden;height: 0.28rem;color: #323232;font-weight: 600;}
.newsText ul li a .text p{font-size: 0.14rem;color: #999999;line-height: 0.24rem;overflow: hidden;height: 0.24rem;margin-top: 0.08rem;}
.newsText ul li:hover a .text h6{color: white;}
.newsText ul li:hover a .text p{color: white;}
.newsText ul li a::before{content: "";position: absolute;width: calc(100% - 0.2rem);height:0;left: 0;bottom:0.1rem;background: url(../images/textBg.png) no-repeat center;z-index: 3;border-radius: 0.1rem;background-size: cover;transition: 0.6s all;}
.newsText ul li a:hover::before{content: "";position: absolute;width: calc(100% - 0.2rem);height: calc(100% - 0.2rem);left: 0;bottom: auto;top:0.1rem;background: url(../images/textBg.png) no-repeat center;z-index: 3;border-radius: 0.1rem;background-size: cover;transition: 0.6s all;}
.newsText ul li a:hover::after{background: none;}

@media (max-width: 850px) {
	.newsBox{padding: 0.5rem 0;}
	.newsPic{width:100%;}
	.scroll1{padding-left: 0;width: calc(100% - 30px); margin: 0 auto;height: auto;padding-bottom: 0.4rem;}
	.scroll1 .swiper-button-prev{right: auto;left: 0.2rem;top: 20%;transform: rotate(270deg);display: none;}
	.scroll1 .swiper-button-next{right: auto;right: 0.2rem;top: 20%;transform: rotate(90deg);display: none;}
	.scroll1 .swiper-slide a .text{width: 100%;padding: 0 0.2rem 0 0.5rem;}
	.scroll1 .swiper-slide a .text::after{left: 0;background-size: 100%;}
	.scroll1 .swiper-slide a .pic{height: auto;}
	.scroll1 .swiper-pagination{display: block;}
	.newsText{width:100%;margin-top: 0.3rem;padding-right: 0;}
	.scroll1 .swiper-slide a .text .dateBox h6{font-size: 0.16rem;}
	.newsText ul li a .text h6{font-size: 0.16rem;}
}
@media (max-width: 580px) {
	.newsText ul li a .text h6{height: auto;}
	.newsText ul li a .text p{display: none;}
}
/* 新闻动态 结束 */

/* 信息通知 公示公告 开始 */
.xxtzgsggBox{background: url(../images/bg02.png) no-repeat top center;background-size: cover;padding: 0.75rem 0 0.85rem 0;position: relative;}
.NoticeBox{width: calc(50% - 0.3rem);}
.NoticeBox .sametitle h3{width: auto;}
.NoticeBox ul{}
.NoticeBox ul li{}
.NoticeBox ul li+li{margin-top: 0.18rem;}
.NoticeBox ul li{background: white;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);}
.NoticeBox ul li a{align-items: center;padding: 0.1rem;}
.NoticeBox ul li a .date{width: 1rem;background: url(../images/datemr.png) no-repeat right center;height: 0.7rem;display: flex;align-items: flex-end;justify-content: center;flex-direction: column;padding-right: 0.25rem;position: relative;z-index: 6;overflow: hidden;}
.NoticeBox ul li a .date::after{position: absolute;content: "";width: 100%;height: 0;background: url(../images/dateOn.png) no-repeat right center;left: 0;bottom: 0;transition: 0.6s all;}
.NoticeBox ul li a:hover .date{background: none;}
.NoticeBox ul li a .date i{font-size: 0.2rem;color: #124881;font-style: normal;font-weight: normal;line-height: 0.2rem;display: block;font-family: "source";position: relative;z-index: 6;}
.NoticeBox ul li a .date b{font-size: 0.12rem;color: #124881;font-weight: normal;line-height: 0.2rem;display: block;font-family: "source";position: relative;z-index: 6;}
.NoticeBox ul li a:hover .date i,
.NoticeBox ul li a:hover .date b{color: white;}
.NoticeBox ul li a:hover .date::after{height: 100%;transition: 0.6s all;bottom: auto;top: 0;}
.NoticeBox ul li a p{font-size: 0.18rem;line-height: 0.3rem;max-height: 0.6rem;overflow: hidden;width: calc(100% - 1.2rem);color: #323232;font-weight: 600;transition: 0.6s all;}
.NoticeBox ul li a:hover p{color: #124881;transition: 0.6s all;padding-left: 0.1rem;}

@media(max-width: 850px) {
	.NoticeBox{width:100%;}
	.xxtzgsggBox{padding: 0.3rem 0 0.5rem 0;}
	.NoticeBox ul li a p{font-size: 0.16rem;width: calc(100% - 1rem);}
}
.gsggBox{width: calc(50% - 0.3rem);}
.gsggBox .sametitle h3{width: auto;}
.gsggBox ul{}
.gsggBox ul li{}
.gsggBox ul li{border-bottom: 1px dashed #124881;}
.gsggBox ul li a{align-items: center;padding: 0.18rem 0;}
.gsggBox ul li:nth-child(1) a{padding-top:0;}
.gsggBox ul li a .date{width: 0.7rem;}
.gsggBox ul li a .date i{font-size: 0.2rem;color: white;font-style: normal;font-weight: normal;line-height: 0.35rem;display: block;text-align: center;background: #124881;font-family: "source";}
.gsggBox ul li a .date b{font-size: 0.12rem;color: #737373;font-weight: normal;line-height: 0.35rem;text-align: center;display: block;border: 1px solid #124881;font-family: "source";}
.gsggBox ul li a .text {width: calc(100% - 0.85rem);}
.gsggBox ul li a .text h6{font-size: 0.18rem;line-height: 0.26rem;max-height: 0.26rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color: #323232;font-weight: 600;transition: 0.6s all;}
.gsggBox ul li a .text p{font-size: 0.14rem;color: #999999;line-height: 0.24rem;overflow: hidden;height: 0.24rem;margin-top: 0.08rem;}
.gsggBox ul li a p{font-size: 0.17rem;line-height: 0.3rem;max-height: 0.6rem;overflow: hidden;width: calc(100% - 0.75rem);color: #323232;}
.gsggBox ul li a:hover h6{color: #124881;transition: 0.6s all;padding-left: 0.1rem;}
@media(max-width: 850px) {
	.gsggBox{width:100%;margin-top: 0.5rem;}
	.gsggBox ul li a .text h6{font-size: 0.16rem;}
}
/* 信息通知 公示公告 结束 */

/* 科研活动 开始 */
.kyhdBox{background: url(../images/bg03.png) no-repeat top center;background-size: cover;padding: 0.75rem 0 0 0;position: relative;}
.kyhdBox .sametitle {margin-bottom: 0.3rem;}
.kyhdBox .sametitle .flex{justify-content: flex-end;}
.kyhdBox .sametitle h3{width: auto;}
.kyhdBox{}
.kyyg{width: 35.33333%;position: relative;top: -1rem;}
.kyyg  h5{font-size: 0.4rem;color: white;background: url(../images/ygbg.png) no-repeat center;width: 1.56rem;height: 1.5rem;background-size: 100%;line-height: 1.5rem;text-align: center;font-weight: 600;position: absolute;top: 0;left: 0.2rem;}
.kyyg ul{background: white;padding: 1rem 0.5rem 0.5rem 0.5rem;margin-top: 0.9rem;}
.kyyg ul li{padding: 0.3rem 0;}
.kyyg ul li+li{border-top: 1px dashed #3039a9;}
.kyyg ul li a{display: block;}
.kyyg ul li a h6{font-size: 0.22rem;line-height: 0.26rem;height: 0.52rem;overflow: hidden;color: #323232;font-weight: 600;margin-bottom: 0.15rem;}
.kyyg ul li a:hover h6{color: #144881;}
.kyyg ul li a .detail{display: flex;justify-content: space-between;flex-wrap: wrap;}
.kyyg ul li a .detail p{font-size: 0.12rem;line-height: 0.24rem;margin-top: 0.06rem;width: 49%;padding-left: 0.3rem;color: #666666;}
.kyyg ul li a .detail p:nth-child(1){background: url(../images/jzIc01.png) no-repeat left center;background-size: 0.24rem;}
.kyyg ul li a .detail p:nth-child(2){background: url(../images/jzIc02.png) no-repeat left center;background-size: 0.24rem;}
.kyyg ul li a .detail p:nth-child(3){background: url(../images/jzIc03.png) no-repeat left center;background-size: 0.24rem;}


.scroll2{width: calc(64.77777% - 0.3rem);margin-right: 0;}
.scroll2{padding-top: 0.5rem;}
.scroll2 .swiper-button-prev{background: url(../images/LL1.png) no-repeat center;width: 0.4rem;height: 0.4rem;background-size: 0.4rem;position:absolute;right: 0.6rem;left: auto;top: 0;margin-top: 0;}
.scroll2 .swiper-button-next{background: url(../images/RR1.png) no-repeat center;width: 0.4rem;height: 0.4rem;background-size: 0.4rem;position:absolute;left: auto;top: 0;right: 0;margin-top: 0;}
.scroll2 .swiper-slide{}
.scroll2 .swiper-slide ul{display: flex;justify-content: space-between;}
.scroll2 .swiper-slide ul li{width: calc(50% - 0.15rem);}
.scroll2 .swiper-slide ul li a{display: block;}
.scroll2 .swiper-slide ul li a .pic{overflow: hidden;border-top-right-radius: 0.8rem;}
.scroll2 .swiper-slide ul li a .pic img{display: block;width: 100%;height: 3rem;}
.scroll2 .swiper-slide ul li:nth-child(1) a .text{background: url(../images/logobg01.png) no-repeat right center #124881;padding: 0.4rem 0.32rem;}
.scroll2 .swiper-slide ul li:nth-child(1) a .text h6{font-size: 0.18rem;color: white;font-weight: 600;line-height: 0.28rem;height: 0.56rem;overflow: hidden;}
.scroll2 .swiper-slide ul li:nth-child(1) a .text p{font-size: 0.12rem;line-height: 0.22rem;height: 0.66rem;overflow: hidden;color: white;opacity: 0.5;margin-top: 0.18rem;}
.scroll2 .swiper-slide ul li:nth-child(1) a .text i{font-size: 0.14rem;color: white;opacity: 0.5;background: url(../images/time1.png) no-repeat left center;background-size: 0.15rem;padding-left: 0.2rem;font-style: normal;font-weight: normal;line-height: 0.2rem;margin-top: 0.16rem;display: block;}
.scroll2 .swiper-slide ul li:nth-child(2){margin-top: 0.9rem;}
.scroll2 .swiper-slide ul li:nth-child(2) a .text{background: url(../images/logobg02.png) no-repeat right center #FFFFFF;padding: 0.4rem 0.32rem;}
.scroll2 .swiper-slide ul li:nth-child(2) a .text h6{font-size: 0.18rem;color: #323232;font-weight: 600;line-height: 0.28rem;height: 0.56rem;overflow: hidden;}
.scroll2 .swiper-slide ul li:nth-child(2) a:hover .text h6{color: #124881;}
.scroll2 .swiper-slide ul li:nth-child(2) a .text p{font-size: 0.12rem;line-height: 0.22rem;height: 0.66rem;overflow: hidden;color: #323232;opacity: 0.3;margin-top: 0.18rem;}
.scroll2 .swiper-slide ul li:nth-child(2) a .text i{font-size: 0.14rem;color: #666666;background: url(../images/time2.png) no-repeat left center;background-size: 0.15rem;padding-left: 0.2rem;font-style: normal;font-weight: normal;line-height: 0.2rem;margin-top: 0.16rem;display: block;}
@media (max-width:850px) {
	.kyhdBox{padding: 0.5rem 0 0.5rem 0;}
	.kyyg{width: 100%;top: -0.4rem;}
	.kyyg h5{width: 1.2rem;height: auto;left: 0;font-size: 0.3rem;}
	.kyyg ul{margin-top: 0.4rem;padding: 0.9rem 0.15rem 0.2rem 0.15rem;}
	.kyyg ul li a .detail p{width: 100%;}
	.kyyg ul li a h6{font-size: 0.18rem;}
	.scroll2{width: 100%;padding-bottom: 0.6rem;padding-top: 0;}
	.scroll2 .swiper-slide ul{flex-wrap: wrap;}
	.scroll2 .swiper-slide ul li{width: 100%;}
	.scroll2 .swiper-slide ul li:nth-child(2){margin-top: 0.4rem;}
	.scroll2 .swiper-slide ul li a .pic img{height: auto;}
	.scroll2 .swiper-button-prev{top: auto;bottom: 0;}
	.scroll2 .swiper-button-next{top: auto;bottom: 0;}
}

/* 科研活动 结束 */
/* 师生风采 开始 */
.ssfcBox{background: url(../images/bg04.jpg) no-repeat top center;background-size: cover;position: relative;background-attachment: fixed;}
.ssfcBox .sametitle{margin-bottom: 0;position: absolute;top: 0.6rem;}
.ssfcBox .sametitle h3{width: auto;margin-left: 2.2rem;}
.ssfcBox .sametitle p{color: #FFFFFF;}
.ssfcBox>.w15{position: relative;}
.ssfcBox .tabsBox{position: relative;}
.ssfcBox .tabsBox::after{content: "";position: absolute;right: 0.5rem;background: url(../images/yuanBg.png) no-repeat right center;width: 5.35rem;height: 100%;z-index: 1;}
#tabs-container1{width: calc(100% - 1.2rem);position: relative;padding: 1.5rem 0.5rem 1.5rem 0;z-index: 2;}
#tabs-container1::after{content: "";position: absolute;background: url(../images/textbg2.png) no-repeat left top;left: 0;top: 1.2rem;width: 100%;height: 100%;z-index: -1;}
#tabs-container1 .swiper-slide{}
#tabs-container1 .swiper-slide a{display: flex;justify-content: center;align-items: center;}
#tabs-container1 .swiper-slide a .text{position: relative;width: calc(100% - 6rem);padding-left: 0.7rem;padding-right: 0.7rem;top: -0.2rem;}
#tabs-container1 .swiper-slide a .text h6{font-size: 0.32rem;line-height: 0.44rem;height: 0.88rem;overflow: hidden;font-weight: bold;color: white;transition: 0.6s all;}
#tabs-container1 .swiper-slide a .text h6:hover{color:#dab150;transition: 0.6s all;}
#tabs-container1 .swiper-slide a .text span{display: block;width: 2.3rem;background-image:linear-gradient(to right,rgba(234,204,125, 1),rgba(234,204,125, 0));height: 1px;margin-bottom: 0.25rem;}
#tabs-container1 .swiper-slide a .text p{font-size: 0.14rem;line-height: 0.28rem;color: white;max-height: 1.4rem;overflow: hidden;margin: 0.4rem 0 0.3rem 0;}
#tabs-container1 .swiper-slide a .text i{font-size: 0.12rem;line-height: 0.28rem;width: 0.8rem;text-align: center;display: block;background: #dab150;color: white;border-radius: 0.14rem;position: relative;transition: 0.6s all;}
#tabs-container1 .swiper-slide a .text i::after{content:"";position: absolute; left: 2px;background: #967015;top: 2px;width: 100%;height: 100%;z-index: -1;border-radius: 0.14rem;transition: 0.6s all;}
#tabs-container1 .swiper-slide a .text i:hover{margin-left: 2px;margin-top: 2px;transition: 0.6s all;}
#tabs-container1 .swiper-slide a .text i:hover::after{left: 0;top: 0;transition: 0.6s all;}
#tabs-container1 .swiper-slide a .pic{position: relative;width: 6rem;border-radius: 50%;height: 6rem;}
#tabs-container1 .swiper-slide a .pic .slow{position: relative;width: 100%;height:100%;border-radius: 50%;overflow: hidden;z-index: 2;}
#tabs-container1 .swiper-slide a .pic img{display: block;width: 100%;height: 100%;}

#tabs-container1 .swiper-slide a .pic::before{content: "";position: absolute;border-radius: 50%;border: 1px  solid #FFFFFF;
	-webkit-animation-name:'ripple';
    -webkit-animation-duration: 2.5s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
	z-index: 1;
}
#tabs-container1 .swiper-slide a .pic::after{content: "";position: absolute;border-radius: 50%;border: 1px  solid #FFFFFF;
	-webkit-animation-name:'ripple2';
    -webkit-animation-duration: 2.5s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-delay: 0.5s;
    -webkit-animation-iteration-count: infinite;
	z-index: 1;
}

@keyframes ripple {
    0% {left:5%;top:5%;opcity:100;width:90%;height:90%;}
    100% {left:-10%;top:-10%;opacity: 0;width:120%;height:120%;}
}
@keyframes ripple2 {
    0% {left:5%;top:5%;opcity:100;width:90%;height:90%;}
    100% {left:-5%;top:-5%;opacity: 0;width:110%;height:110%;}
}
.tabs1{width: 1.2rem;display: flex;justify-content: center;align-items: center;flex-direction: column;position: relative;z-index: 3;}
.tabs1 .bt{position: relative;}
.tabs1 .bt .pic{overflow: hidden;width:0.9rem;height: 0.9rem;margin: 0.2rem 0;border-radius: 50%;}
.tabs1 .bt:nth-child(1),
.tabs1 .bt:nth-child(5) {left: -0.8rem;}
.tabs1 .bt:nth-child(2),
.tabs1 .bt:nth-child(4) {left: -0.2rem;}
.tabs1 .bt .pic img{border-radius: 50%;width: 100%;height: 100%;display: block;}
.tabs1 .bt.active .pic{width:1.1rem;height: 1.1rem;overflow: hidden;border-radius: 50%;}
.tabs1 .bt.active .pic img{width:100%;height: 100%;display: block;}
.tabs1 .bt.active .pic{box-shadow: 0 0 0.2rem 0 #111976;border-radius: 50%;}
.ssfcBox .more{display: block;text-align: center;font-size: 0.14rem;color: #FFFFFF;left: 2.2rem;bottom: 1.1rem;position: absolute;background: url(../images/morebg02.png) no-repeat left center;width: 0.91rem;height: 0.62rem;text-align: right;line-height: 0.5rem;font-weight: bold;z-index: 99999;}
.ssfcBox .more:hover {color: #ccb06c;}

@media(max-width: 850px){
	.ssfcBox{padding-bottom: 1.2rem;}
	.ssfcBox .more{bottom: -0.8rem;left: 50%;margin-left: -0.45rem;}
	.ssfcBox .sametitle{position: relative;top: 0.4rem;}
	.ssfcBox .sametitle h3{width: 100%;margin-left: auto;}
	
	#tabs-container1{width: 100%;margin-top: 0;padding-bottom: 0.4rem;padding-right: 0;padding-top: 0.7rem;}
	#tabs-container1::after{background-size: 100%;top: 0.5rem;}
	#tabs-container1 .swiper-slide a .text{width: 100%;padding-left: 7vw;padding-right: 0.2rem;margin-top: 15vw;}
	#tabs-container1 .swiper-slide a .text p{height:0.84rem;margin: 0.2rem 0;}
	#tabs-container1 .swiper-slide a .text h6{font-size: 0.2rem;line-height: 0.32rem;height: 0.64rem;}
	#tabs-container1 .swiper-slide a .pic{width: 40vw;height:40vw;}
	.tabs1 .bt .pic{width: 14vw;height: 14vw;margin: 0;}
	.tabs1{justify-content: space-between;}
	.tabs1 .bt.active .pic{width:18vw;height: 18vw;}
	.tabs1 .bt:nth-child(1),
	.tabs1 .bt:nth-child(5) {left: auto;}
	.tabs1 .bt:nth-child(2),
	.tabs1 .bt:nth-child(4) {left: auto;}
	.tabs1{width: 100%;flex-direction: row;}
	.ssfcBox .tabsBox::after{display: none;}
	
	
}
@media(max-width: 600px){
	#tabs-container1 .swiper-slide a .text p{height:0.56rem;}
}
@media(max-width: 500px){
	#tabs-container1 .swiper-slide a .pic{width: 60vw;height: 60vw;}
	#tabs-container1 .swiper-slide a .text{margin-top: 14vw;}
	#tabs-container1 .swiper-slide a .text span{display: none;}
	#tabs-container1::after{background-size: 120%;}
}
/* 师生风采 结束 */

/* 学生活动 开始 */
.xshdBox{background: url(../images/bg05.png) no-repeat top center;background-size: cover;position: relative;background-attachment: fixed;padding: 0.7rem 0;}
.xshdCon{overflow: hidden;}
.xshdCon li{width: 1.25rem;height: 6.4rem;}
.xshdCon li .behind{width: 0;height: 0; visibility: hidden;display: flex;align-items: center;background: url(../images/textBg33.png) no-repeat right bottom;border: 1px solid #dddff2;position:relative;z-index: 2;}
.xshdCon li .behind {}
.xshdCon li .behind a{display: flex;justify-content: space-between;padding: 0.6rem;}
.xshdCon li .behind a .pic{overflow: hidden;height: 4.5rem;width: 60%;position: relative;top: -0.2rem;border-top-right-radius: 0.8rem;}
.xshdCon li .behind a .pic img{display: block;width: 100%;height: 100%;object-fit: cover;}
.xshdCon li .behind a .text{width:35%;position: relative;margin-top: 1.2rem;}
.xshdCon li .behind a .text h6{position: relative;padding-top: 0.15rem;}
.xshdCon li .behind a .text h6::after{position: absolute;content: "";width: 0.36rem;height: 0.07rem;background: #124881;top: 0;left: 0;}
.xshdCon li .behind a .text h6 span{font-size: 0.18rem;font-weight: 600;line-height: 0.28rem;height: 0.56rem;overflow: hidden;color: #124881;}
.xshdCon li:last-child{margin-right: 0;}
.xshdCon li .behind a .text p{position: absolute;left: -1.8rem;background: url(../images/textBg3.png) no-repeat left center;background-size: 5.03rem;width: 5.03rem;height: 2.29rem;top: 1.2rem;padding: 0.8rem 0.4rem 0 0.6rem;}
.xshdCon li .behind a .text p span{font-size: 0.14rem;line-height: 0.28rem;height: 1.12rem;overflow: hidden;color: #4c4c4c;display: block;}

.xshdCon li.on{width: calc(100% - 3.75rem);}
.xshdCon li .display{width: 1.25rem;cursor: pointer;height:100%;padding: 0.4rem 0;position: relative;z-index: 6;}

.xshdCon li .display .tit{width: 100%;margin:0 auto;height:92%;display: flex;justify-content: center;}
.xshdCon li .display .tit h5{font-size: 0.18rem;color: #FFFFFF;font-weight: 600;text-align: left;writing-mode: vertical-rl;writing-mode: tb-rl;letter-spacing:2px;line-height: 0.34rem;width: 100%;max-width: 0.68rem;overflow: hidden;background: url(../images/btbg.png) no-repeat right top;padding-top: 0.35rem;}
.xshdCon li.on .behind{width: 100%;height: 100%;visibility: visible;width: calc(100% - 1.25rem);}

.xshdCon li .display{background: url(../images/stbg01.png) no-repeat top center;background-size: 100%;}
.xshdCon li+li .display{background: url(../images/stbg02.png) no-repeat top center;background-size: 100%;}
.xshdCon li+li+li .display{background: url(../images/stbg03.png) no-repeat top center;background-size: 100%;}
.xshdCon li+li+li+li .display{background: url(../images/stbg04.png) no-repeat top center;background-size: 100%;}
.xshdCon li+li+li+li+li .display{background: url(../images/stbg05.png) no-repeat top center;background-size: 100%;}



@media(max-width: 850px){
	.xshdBox{padding: 0.5rem 0;}
	.xshdCon li{width: 100%;height: auto;}
	.xshdCon li.on .behind{width: 100%;height: auto;z-index: 9;}
	.xshdCon li.on{width:100%;}
	.xshdCon li .display{height: 1rem;width: 100%;padding: 0 0.15rem;}
	.xshdCon li+li .display{width: 100%;}
	.xshdCon li{background-size: cover;}
	.xshdCon li .display .tit{height: 100%;align-items: center;}
	.xshdCon li .behind a{padding: 0.3rem 0.15rem;flex-direction: column;flex-wrap: wrap;}
	.xshdCon li .behind a .pic{top: 0;width: 100%;height: auto;}
	.xshdCon li .behind a .text{width: 100%;margin-top:0.2rem;}
	.xshdCon li .behind a .text p{position: relative;left: 0;top: 0;padding: 0;background: none;margin-top: 0.2rem;height: auto;width: 100%;}
	.xshdCon li .behind a .text p span{max-height: 0.56rem;}
	.xshdCon li .display .tit h5{writing-mode:revert;width: 100%;max-width: 100vw;padding-top: 0;max-height: 0.56rem;overflow: hidden;background-position: left top;padding-left: 0.3rem;font-size: 0.16rem;line-height:0.28rem;}
}

/* 学生活动 结束 */




/*==========================================内页 开始=============================================*/
.bg{background: #fafcff;}
.n_banner{position:relative;}
.n_banner .w14{position:relative;}
.n-bannerCon{position:relative;}
.n-bannerCon::before{content: "";position: absolute;height: 35%;width: 100%;background-image:linear-gradient(0deg,rgba(0,0,0,0),rgba(0,0,0,0.9) 80%);;}
.n_banner img{ width:100%;position: relative;}
.n_banner::before{width: 100%;position: absolute;content: "";bottom: 0;left: 0;height: 30%;background-image:linear-gradient(0deg,rgba(0,0,0,0.7),rgba(0,0,0,0) 80%);z-index: 1;width: 100%;}

@media(max-width: 1200px){
	.n_banner{margin-top: 0.9rem;}
	.n_banner::before{display: none;}
}
@media(max-width: 850px){
	.n_banner{margin-top: 0.7rem;}
	.n_banner img{position: relative;top: 0; left: 0;transform: translate3d(0,0,0);width: 100%;}
}
@media(max-width: 414px){
	.n_banner{margin-top: 60px;}
}

.mianbaoxie{padding: 0;position:absolute;bottom: 0.75rem;left: 0;width: 100%;z-index: 6;}
.mianbaoxie h6{position: relative;}
.mianbaoxie h6::after{position: absolute;content: "";width: 0.7rem;height: 2px;background: #dab150;bottom: 0;left: 0;}
.mianbaoxie h6 span{font-size: 0.44rem;line-height: 0.6rem;color: white;font-weight: bold;}
.mianbaoxie .flex{width: 100%;align-items: center;}
.mianbaoxie:before{content:"";position:absolute;bottom:0;left:0;right:0;}
.mianbao{padding: 0 0 0 0.3rem;background: url(../images/position.png)no-repeat left center;display: inline-block;vertical-align: top;margin-top: 0.2rem;}
.mianbao,.mianbao span,.mianbao i,.mianbao a{font-size: 14px;color: #FFFFFF;font-style:normal;line-height: 0.26rem;}
.mianbao i{ margin:0 6px}
.mianbao a{}
.mianbao a:hover{color: #dab150;}
@media(max-width:1200px) {
	.mianbaoxie{ display:none}
}
.PCnav{margin-top: -0.3rem;}
.PCnav ul{height: 0.6rem;position: relative;display: inline-flex;padding-right: 0.2rem;}
.PCnav ul::after{content: "";position: absolute;left:0;width: 100%;height: 100%;background: #144881;transform:skew(-20deg);z-index: 2;top: 0;}
.PCnav ul::before{content: "";position: absolute;left:-28vw;width: 30vw;height: 100%;background: #144881;z-index: 2;top: 0;}
.PCnav ul li{position: relative;z-index: 6;}
.PCnav ul li a{display: block;line-height: 0.6rem;color: white;padding: 0 0.3rem;font-size: 0.2rem;position: relative;z-index: 3;}
.PCnav ul li.on a,
.PCnav ul li a:hover{z-index: 3;color: white;font-weight: bold;}
.PCnav ul li a::after{content: "";position: absolute;left: 0;bottom:0;width: 100%;height: 0;background: #dab150;transform:skew(-20deg);z-index: -1;transition: 0.6s all;}
.PCnav ul li.on a::after,
.PCnav ul li a:hover::after{height: 100%;transition: 0.6s all;}
@media(max-width:1200px) {
	.PCnav{display: none;}
}
#nav_slide{background: #e1e6eb;line-height: 50px;position: relative;z-index: 2;display: none;}
#nav_slide #bnt_back{ position:absolute; left: 0.15rem; top:-2px;  }
#nav_slide #bnt_back img{height: 20px;vertical-align: middle;}

#nav_slide .n_title{ height: 50px; }
#nav_slide h1{font-size: 0.2rem;color: #000;text-align: center;}
@media(max-width:1200px) {
	#nav_slide{ display:block}
}
#bnt_sub_nav{position: absolute;right: 0.1rem;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%;}
#sub_nav_content ul{}
#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: #005bac;}
#sub_nav_content ul li ul{ display:none}

.n_container{padding: 0.6rem 0;overflow: hidden;min-height:300px;}
@media(max-width:1400px) {
	.n_container{padding: 0.4rem 0;}
}
@media(max-width:850px) {
	.n_container{padding: 0.25rem 0;}
}
/* 学院概况 */
.Zh-xygk{}
.Zh-xygk .NyBt{}
.Zh-xygk .NyBt h5{text-align: center;margin: 0 auto;position: relative;}
.Zh-xygk .NyBt h5 span{display: inline-block;text-align: center;font-size: 0.42rem;color: #323232;line-height: 0.42rem;position: relative;z-index: 2;}
.Zh-xygk .NyBt h5 span::after{content: "";position: absolute;left: 0;width: 100%;height: 0.14rem;bottom:0;background: #eddebb;z-index: -1;}
.Zh-xygk .NyBt p{font-size: 0.18rem;line-height: 0.38rem;text-indent:2em;margin-top: 0.35rem;}
.Zh-xygk .detail01{position: relative;padding: 0.3rem 0 0.5rem 0;}
.Zh-xygk .detail01::after{position: absolute;left: 0;top: 0;content: "";width: 100%;height: 100%;background: #e5f1ff;z-index: -1;}
.Zh-xygk .detail01::before{position: absolute;right: 0.4rem;top: -80px;content: "";width: 100%;height: 100%;background: url(../images/Nytextbg01.png) no-repeat right top;background-size: 2.34rem;z-index: -1;}
.Zh-xygk .detail01 .pic{width: 6rem;margin-left: 0.3rem;}
.Zh-xygk .detail01 .pic img{display: block;width: 100%;}
.Zh-xygk .detail01 .text{width: calc(100% - 6.5rem);padding-right: 0.3rem;}
.Zh-xygk .detail01 .text p{line-height: 0.38rem;text-indent:2em;}
.Zh-xygk .detail02{margin-top: 0.65rem;}
.Zh-xygk .detail02 ul{}
.Zh-xygk .detail02 ul li{}
.Zh-xygk .detail02 ul li a{display: flex;justify-content: center;flex-direction: column;}
.Zh-xygk .detail02 ul li a .pic{width: 1.06rem;height: 1.06rem;transition: 0.6s all;margin: 0 auto;}
.Zh-xygk .detail02 ul li a .pic img{display: block;width: 100%;}
.Zh-xygk .detail02 ul li a:hover .pic{transform: rotateY(180deg);transition: 0.6s all;}
.Zh-xygk .detail02 ul li a h4{text-align: center;margin: 0.05rem 0;}
.Zh-xygk .detail02 ul li a h4 i{font-style: normal;font-weight: normal;font-size: 0.5rem;line-height: 0.5rem;font-family: georgia;color: #144881;}
.Zh-xygk .detail02 ul li a h4 span{display: inline-block;font-size: 0.16rem;color: #323232;}
.Zh-xygk .detail02 ul li a p{font-size: 0.14rem;color: #666666;line-height: 0.24rem;text-align: center;}
.Zh-xygk .detail03{margin-top: 0.4rem;align-items: center;}
.Zh-xygk .detail03 p{width: calc(100% - 6.5rem);line-height: 0.38rem;text-indent:2em;}
.Zh-xygk .detail03 img{display: block;width: 6rem;}

.Zh-xygk .detai04{margin-top: 0.4rem;padding: 1rem 0;position: relative;}
.Zh-xygk .detai04::after{content: "";position: absolute;left: 50%;margin-left: -50vw;width: 100vw;height: 100%;background:url(../images/Nypic3.jpg) no-repeat center;background-size: cover;top: 0;}
.Zh-xygk .detai04 p{font-size: 0.18rem;line-height: 0.38rem;text-indent:2em;position: relative;z-index: 2;width: 58%;color: #FFFFFF;}
.Zh-xygk .detai05 {position: relative;margin-top: 0.45rem;}
.Zh-xygk .detai05::after {position: absolute;content: "";width:11.48rem;height: 100%;background: url(../images/Nypic4.jpg) no-repeat left top;left: -0.15rem;top: 0;z-index: -1;}
.Zh-xygk .detai05 img{width:4.69rem;position: relative;top: 0.6rem;display: block;height: 100%;}
.Zh-xygk .detai05 .text{width: calc(100% - 5.4rem);padding: 0.3rem 0;}
.Zh-xygk .detai05 .text p{font-size: 0.18rem;line-height: 0.38rem;text-indent:2em;margin-top: 1.4rem;padding-left: 0.8rem;}
.Zh-xygk .detai06{margin-top: 0.4rem;}
.Zh-xygk .detai06 p{font-size: 0.18rem;line-height: 0.38rem;text-indent:2em;}

@media(max-width:850px) {
	.Zh-xygk .NyBt h5 span{font-size: 0.36rem;}
	.Zh-xygk .detail01{margin-top: 0.5rem;}
	.Zh-xygk .detail01 .pic{        width: 100%;
        margin: 0 auto;}
	.Zh-xygk .detail01 .text{width: 100%;padding-left: 0.3rem;}
	.Zh-xygk .detail01 .text p{margin-top: 0.3rem;}
	.Zh-xygk .detail01::before{display: none;}
	.Zh-xygk .detail01{padding: 0;}
	.Zh-xygk .detail01::after{left: 0;        top: -30px;}
	.Zh-xygk .detail02{margin-top: 0.4rem;}
	.Zh-xygk .detail02 ul{justify-content: center;}
	.Zh-xygk .detail02 ul li{width: 25%;margin: 0.2rem 0;}
	.Zh-xygk .detail03{margin-top: 0.3rem;}
	.Zh-xygk .detail03 p{width: 100%;}
	.Zh-xygk .detail03 img{width: 100%;}
	.Zh-xygk .detai04 p{width: 100%;}
	.Zh-xygk .detai04{padding: 0.6rem 0;margin-top: 0.6rem;}
	.Zh-xygk .detai05 .text{width: 100%;background: #e5f1ff;}
	.Zh-xygk .detai05 img{width: 100%;}
	.Zh-xygk .detai05 {padding-top: 0.6rem;}
	.Zh-xygk .detai05::after{background: url(../images/Nytextbg01.png) no-repeat top left;background-size: 1.5rem;}
	.Zh-xygk .detai05 .text p{padding-left:0.4rem;padding-right: 0.3rem;margin-top: 0.3rem;}

}
@media(max-width:580px) {
	.Zh-xygk .detail02 ul li{width: 50%;margin: 0.2rem 0;}
}

/* 院长致辞 */
.yzzcBox .NyBt{}
.yzzcBox .NyBt h5{text-align: left;margin: 0 auto;position: relative;margin-bottom: 0.4rem;}
.yzzcBox .NyBt h5 span{display: inline-block;text-align: center;font-size: 0.42rem;color: #323232;line-height: 0.42rem;position: relative;z-index: 2;}
.yzzcBox .NyBt h5 span::after{content: "";position: absolute;left: 0;margin-left: 0;width: 100%;bottom:0;background: #eddebb;height:0.14rem;z-index: -1;}
.yzzcBox .detail01 .pic{width: 3rem;position: relative;}
.yzzcBox .detail01 .pic:after{content: "";position: absolute;background: url(../images/yzzcBg.png) no-repeat left bottom;width: 3.2rem;background-size: 3.2rem;height: 4.2rem;top: 0;left: -0.2rem;z-index: -1;}
.yzzcBox .detail01 .pic img{display: block;width: 100%;}
.yzzcBox .detail01 .text{width: calc(100% - 3.7rem);}
.yzzcBox .detail01 .text p{font-size: 0.18rem;line-height: 0.38rem;text-indent:2em;margin-top: 0.15rem;}

@media(max-width:850px) {
	.yzzcBox .detail01 .pic{order: 1;width: 46vw;margin: 0 auto;margin-bottom: 0.4rem;}
	.yzzcBox .detail01 .pic img{}
	.yzzcBox .detail01 .text{order: 3;width: 100%;}
	.yzzcBox .detail01 .pic:after{top: auto;bottom: -0.2rem;background-size: 46vw;}
	.yzzcBox .NyBt h5 span{font-size: 0.36rem;}
}

/* 学院领导 */
.xyldBox .NyBt{}
.xyldBox .NyBt h5{text-align: center;margin: 0 auto;position: relative;margin-bottom: 0.6rem;}
.xyldBox .NyBt h5 span{display: inline-block;text-align: center;font-size: 0.42rem;color: #323232;line-height: 0.42rem;position: relative;z-index: 2;}
.xyldBox .NyBt h5 span::after{content: "";position: absolute;left: 0;width: 100%;bottom:0;background: #eddebb;height:0.14rem;z-index: -1;}
.xyldBox .xyld01>.flex{align-items: flex-start;}
.xyldBox .xyldL{width: calc(50% - 0.2rem);background: white;box-shadow: 0 0 14px 0 rgba(0,0,0,0.08);padding: 0.4rem;padding-bottom: 0;margin-top: 0.4rem;}
.xyldBox .xyldR{width: calc(50% - 0.2rem);background: white;box-shadow: 0 0 14px 0 rgba(0,0,0,0.08);padding: 0.4rem;padding-bottom: 0;margin-top: 0.4rem;}
.xyldBox h2{width:1.1rem;text-align: center;display: flex;justify-content: center;}
.xyldBox h2 span{width:0.26rem;display: block;font-size: 0.24rem;font-weight: 600;text-align: center;}
.xyldBox ul{width: calc(100% - 1.2rem);justify-content: left;margin-left: -12%;}
.xyldBox ul li{width: 38%;padding: 0;margin-left:12%;margin-bottom: 0.4rem;}
.xyldBox ul li a{display: block;padding: 4px;}
.xyldBox ul li a .pic{width: 100%;height: 2.5rem;padding: 3px;border: 1px solid #d9d9d9;box-sizing: border-box;overflow: hidden;position: relative;z-index: 6;}
.xyldBox ul li a .pic img{display: block;width: 100%;height:100%;transition: 0.6s all;}
.xyldBox ul li a:hover .pic img{transform: scale(1.1);transition: 0.6s all;}
.xyldBox ul li a .text{position: relative;width: 100%;padding-bottom: 0.2rem;}
.xyldBox ul li a .text::after{position: absolute;content: "";width:calc(100% + 0.4rem);height: 1.5rem;background: #e5f1ff;left: -0.2rem;bottom: 0;z-index: 0;}
.xyldBox ul li a .text h4{font-size: 0.18rem;line-height:0.28rem;color: #323232;margin-top: 0.2rem;text-align: center;transition: 0.6s all;position: relative;z-index: 5;}
.xyldBox ul li a:hover .text h4{font-weight: bold;transition: 0.6s all;color:#144881;}
@media(max-width:850px) {
	.xyldBox .ul1 li:nth-child(1){display: none;}
	.xyldBox .ul1 li:nth-child(4){display: none;}
	.xyldBox .ul2 li:nth-child(1){display: none;}
	.xyldBox .ul2 li:nth-child(4){display: none;}
	.xyldBox h2{width: 0.6rem;}
	.xyldBox ul{width: calc(100% - 0.7rem);align-content:flex-start;}
	.xyldBox .xyldL{padding-left: 0.2rem;}
	.xyldBox .xyldR{padding-left: 0.2rem;}
	.xyldBox ul{justify-content: center;margin-top: 0;}
	.xyldBox ul li{width: 80%;}
	.xyldBox ul li a .pic{height: 28vw;}
	.xyldBox .ul1 li{margin-top: 0;}
	.xyldBox .NyBt h5 span{font-size: 0.36rem;}
	.xyldBox .NyBt h5{margin-bottom: 0.4rem;}
}
@media(max-width:650px) {
	.xyldBox .xyldL{flex-direction: column;padding: 0.2rem;align-content: flex-start;}
	.xyldBox .xyldR{flex-direction: column;padding: 0.2rem;align-content: flex-start;}
	.xyldBox h2{width: 100%;margin-bottom: 0.2rem;}
	.xyldBox h2 span{width: 100%;text-align: center;}
	.xyldBox ul {width: 100%;margin-left: 0;}
	.xyldBox ul li{margin-left: 0;margin-bottom: 0.2rem;}
	.xyldBox ul li a .pic{height: 36vw;}
	.xyldBox .xyldL{padding-bottom: 0;width: 48%;margin-top: 4%;}
	.xyldBox .xyldR{padding-bottom: 0;width: 48%;margin-top: 4%;}
}
@media(max-width:414px) {
	.xyldBox h2 span{font-size: 0.22rem;}
}


/* 组织机构 */
.zzjgBox .NyBt h5{text-align: center;margin: 0 auto;position: relative;margin-bottom: 0.6rem;}
.zzjgBox .NyBt h5 span{display: inline-block;text-align: center;font-size: 0.42rem;color: #323232;line-height: 0.42rem;position: relative;z-index: 2;}
.zzjgBox .NyBt h5 span::after{content: "";position: absolute;left: 0;width: 100%;bottom:0;background: #eddebb;height:0.14rem;z-index: -1;}
.zzjgCon{margin-top: 3%;}
.zzjgCon .zzjgL{width: 48.5%;background:white;box-shadow: 0px 0px 9px 0px rgba(0, 33, 83, 0.04);border-top-left-radius: 0.3rem;}
.zzjgCon .zzjgL>.flex{height: 100%;}
.zzjgCon .zzjgR{width: 48%;background:white;box-shadow: 0px 0px 9px 0px rgba(0, 33, 83, 0.04);border-top-left-radius: 0.3rem;}
.zzjgCon .zzjgR>.flex{height: 100%;}
.zzjgCon .zzjgL:hover{background: url(../images/zzjgbg.png) no-repeat bottom center #FFFFFF;background-size: cover;}
.zzjgCon .zzjgR:hover{background: url(../images/zzjgbg.png) no-repeat bottom center #FFFFFF;background-size: cover;}
.zzjgCon .title{width: 0.8rem;border-top-left-radius: 0.3rem;background: #607b99;height: 100%;}
.zzjgCon .title h4{font-size: 0.24rem;width: 0.26rem;text-align: center;margin: 0 auto;font-weight: 600;color: white;padding: 0.3rem 0;}
.zzjgCon+.zzjgCon .title{background: #6d9c9b;}
.zzjgCon+.zzjgCon+.zzjgCon .title{background: #b4a47e;}
.zzjgCon .ulBox {width:calc(100% - 0.8rem);height: 100%;padding: 0.4rem 0.6rem;}
.zzjgCon .ulBox {width:calc(100% - 0.8rem);height: 100%;padding: 0.4rem 0.6rem;}
.zzjgCon .ulBox {align-content:flex-start;}
.zzjgCon ul {width: 48%;}
.zzjgCon ul li{width: 100%;}
.zzjgCon ul li a{font-size: 0.18rem;color: #323232;line-height: 0.24rem;margin: 0.16rem 0;display: block;position: relative;padding-left: 0.18rem;transition: 0.6s all;}
.zzjgCon ul li a::after{content: ">";position: absolute;left: 0;top: 0;font-family: "宋体";font-size: 0.16rem;font-weight: bold;color: #666666;transition: 0.6s all;line-height: 0.24rem;}
.zzjgCon ul li a:hover{color: #144881;padding-left: 0.2rem;transition: 0.6s all;font-weight: bold;}
.zzjgCon ul li a:hover::after{color: #144881;left: 0.05rem;transition: 0.6s all;}
@media(max-width:850px) {
	.zzjgBox .NyBt h5 span{font-size: 0.36rem;}
	.zzjgBox .NyBt h5{margin-bottom: 0.4rem;}
	.zzjgCon .zzjgL{width: 100%;}
	.zzjgCon .zzjgR{width: 100%;margin-top: 3%;}
}
@media(max-width:850px) {
	.zzjgBox .NyBt h5 span{font-size: 0.36rem;}
	.zzjgBox .NyBt h5{margin-bottom: 0.4rem;}
	.zzjgCon .zzjgL{width: 100%;}
	.zzjgCon .zzjgR{width: 100%;margin-top: 3%;}
}
@media(max-width:580px) {
	.zzjgCon .ulBox {padding: 0.3rem;width: calc(100% - 0.7rem);}
	.zzjgCon .ulBox ul{width: 100%;}
	.zzjgCon .title{width: 0.7rem;}
}

/* 师资队伍 */
.szdwBox{}
.szdwBox .flBox{ box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.17);padding: 0.15rem 0.4rem;background: white;}
.szdwBox .flBox .flCon{align-items: flex-start;padding: 0.15rem 0;}
.szdwBox .flBox .flCon+.flCon{border-top: 1px dashed #d4d4d4;}
.szdwBox .flBox .flCon h5{margin: 0.05rem 0;line-height: 0.24rem;font-size:0.18rem;color: #144881;font-weight: 600;width: 0.9rem;padding: 0.05rem 0;}
.szdwBox .flBox .flCon .all{line-height: 0.24rem;margin: 0.05rem 0;padding: 0.05rem 0.1rem;color: #323232;font-weight: 600;}
.szdwBox .flBox .flCon .all.on,
.szdwBox .flBox .flCon .all:hover{color: white;background: #144881;border-radius: 0.06rem;}
.szdwBox .flBox .flCon ul{width: calc(100% - 2.4rem);justify-content: flex-start;margin-left: 0.2rem;}
.szdwBox .flBox .flCon ul li{cursor: pointer;}
.szdwBox .flBox .flCon ul li a{font-size: 0.18rem;line-height: 0.24rem;margin: 0.05rem;color: #323232;display: block;padding: 0.05rem 0.1rem;}
.szdwBox .flBox .flCon ul li.on a,
.szdwBox .flBox .flCon ul li a:hover{color: white;background: #144881;border-radius: 0.06rem;}

.jsNrBox{}
.jsNrBox .szFl{margin-top: 0.5rem;}
.jsNrBox .szFl h4{font-size: 0.28rem;line-height: 0.4rem;padding-left: 0.2rem;background: url(../images/qd2.png) no-repeat left center;margin-bottom: 0.1rem;}
.jsNrBox .szFl ul{margin-left: -10px;}
.jsNrBox .szFl ul li{width: calc(33.333% - 10px);margin-left: 10px;box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.17);background: white;margin-top: 10px;padding: 10px;}
.jsNrBox .szFl ul li a{display: flex;justify-content: space-between;}
.jsNrBox .szFl ul li a .pic{width: 1.75rem;height: 2.4rem;overflow: hidden;}
.jsNrBox .szFl ul li a .pic img{transition: 0.6s all;display: block;width: 100%;height: 100%;}
.jsNrBox .szFl ul li a:hover .pic img{transform: scale(1.1);transition: 0.6s all;}
.jsNrBox .szFl ul li a .text{width: calc(100% - 2rem);padding-right: 0.2rem;margin-top: 0.3rem;}
.jsNrBox .szFl ul li a .text h6{font-size: 0.2rem;color: #323232;font-weight: 600;background: url(../images/xd.png) no-repeat bottom left;padding-bottom: 0.1rem;margin-bottom: 0.2rem;}
.jsNrBox .szFl ul li a .text h6:hover{color: #144881;}
.jsNrBox .szFl ul li a .text p{font-size: 0.14rem;color: #666666;line-height: 0.22rem;margin: 0.05rem 0;}
.jsNrBox .szFl ul li a .text p+p+p{
    max-height:0.66rem;
    line-height: 0.22rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.jsNrBox .szFl ul li a .text p span{display: inline-block;font-size: 0.14rem;color: #323232;line-height: 0.22rem;}
.jsNrBox .szFl ul li a .text i{font-size: 0.14rem;color: #144881;line-height: 0.24rem;margin-top: 0.4rem;font-style: normal;display: block;}
@media(max-width:850px) {
	.jsNrBox .szFl ul{margin-left: 0;}
	.jsNrBox .szFl ul li{margin-left: 0;width: 100%;}	
	.szdwBox .flBox .flCon h5{width: 100%;}
	.szdwBox .flBox .flCon ul {width: calc(100% - 0.8rem);}
	.szdwBox .flBox .flCon ul li{}
	.szdwBox .flBox{padding: 0.1rem 0.1rem;}
}
@media(max-width:580px) {
	.jsNrBox .szFl ul li a {align-items: flex-start;}
	.jsNrBox .szFl ul li a .pic{width: 30vw;height: auto;}
	.jsNrBox .szFl ul li a .text{width: 70vw;padding-left: 0.2rem;margin-top: 0.1rem;}
	.jsNrBox .szFl ul li a .text i{margin-top: 0.15rem;}
}

/* 师资详情页 */
.szxqBox{}
.szxqBox .flBox{position: relative;padding: 0.3rem 0.75rem;align-items: center;}
.szxqBox .flBox::before{position: absolute;content: "";width: 15%;height: 100%;background: #144881;top: 0;left: 0;z-index: -1;}
.szxqBox .flBox::after{position: absolute;content: "";width: 85%;height: 100%;background: url(../images/szbg.png) no-repeat bottom right #eaf3fd;right: 0;top: 0;z-index: -1;}
.szxqBox .flBox .pic{width: 2.3rem;}
.szxqBox .flBox .pic img{display: block;width: 100%;height: auto;}
.szxqBox .flBox .text{width: calc(100% - 2.3rem);padding-left: 0.75rem;}
.szxqBox .flBox .text h6{font-size: 0.32rem;color: #144881;display: block;position: relative;padding-bottom: 0.2rem;margin-bottom: 0.3rem;}
.szxqBox .flBox .text h6::before{content: "";position: absolute;left: 0;bottom: 0px;background: #dab150;width: 0.5rem;height: 3px;z-index: 2;}
.szxqBox .flBox .text h6::after{content: "";position: absolute;left: 0;bottom: 1px;background: #c3d2e3;width: 100%;height: 1px;}
.szxqBox .flBox .text ul{width: 100%;}
.szxqBox .flBox .text ul li{width: 48%;}
.szxqBox .flBox .text ul li a{font-size:0.16rem;color: #555555;line-height: 0.26rem;margin: 0.08rem 0;display: block;padding-left: 0.35rem;}
.szxqBox .flBox .text ul li a:hover{color: #144881;}
.szxqBox .flBox .text ul li:nth-child(1) a{background: url(../images/szIc01.png) no-repeat left  center;background-size: 0.26rem;}
.szxqBox .flBox .text ul li:nth-child(2) a{background: url(../images/szIc02.png) no-repeat left  center;background-size: 0.26rem;}
.szxqBox .flBox .text ul li:nth-child(3) a{background: url(../images/szIc03.png) no-repeat left  center;background-size: 0.26rem;}
.szxqBox .flBox .text ul li:nth-child(4) a{background: url(../images/szIc04.png) no-repeat left  center;background-size: 0.26rem;}
.szxqBox .flBox .text ul li:nth-child(5) a{background: url(../images/szIc05.png) no-repeat left  center;background-size: 0.26rem;}
.szxqBox .flBox .text ul li:nth-child(6) a{background: url(../images/szIc06.png) no-repeat left  center;background-size: 0.26rem;}
.tabsBox2{margin-top: 0.55rem;}
.tabsBox2 .tabs2{background: #144881;min-height: 0.6rem;border-top-left-radius: 0.2rem;border-top-right-radius: 0.2rem;padding: 0 0.75rem;overflow-x:scroll;-webkit-backface-visibility:hidden;-webkit-perspective:1000;overflow-y: hidden;}
.tabsBox2 .tabs2 .bt{}
.tabsBox2 .tabs2 .bt p{font-size: 0.2rem;line-height: 0.6rem;color: white;cursor: pointer;text-align: center;}
.tabsBox2 .tabs2 .bt.active{background: #dab150;padding: 0 0.2rem;}
.tabsBox2 .tabs2 .bt.active::after{content: "";position: absolute;bottom: -0.14rem;left: 50%;margin-left: -0.07rem;}
.tabsBox2 .tabs2 .bt.active p{}
#tabs-container2{background: white;padding: 0.4rem 0.75rem;}
#tabs-container2 .swiper-slide{}
#tabs-container2 .swiper-slide ul{}
#tabs-container2 .swiper-slide ul li{font-size: 0.16rem;line-height: 0.24rem;text-indent: 2em;margin-bottom: 0.1rem;}
#tabs-container2 .swiper-slide p{font-size: 0.16rem;line-height: 0.36rem;text-indent: 2em;margin-bottom: 0.15rem;}

@media(max-width:850px) {
	.tabsBox2 .tabs2{padding: 0.1rem;justify-content: flex-start;}
	.tabsBox2 .tabs2 .bt{width: 20%;}
	.tabsBox2 .tabs2 .bt p{font-size: 0.18rem;line-height: 0.5rem;}
	.tabsBox2 .tabs2 .bt.active{padding: 0;}
	#tabs-container2{padding: 0.2rem 0.1rem;}
	
	.szxqBox .flBox{padding: 0.2rem 0.1rem;}
	.szxqBox .flBox .text{padding-left: 0.15rem;width: calc(100% - 20vw);}
	.szxqBox .flBox .text ul li{width: 100%;}
	.szxqBox .flBox .pic{width: 20vw;}
}
@media(max-width:600px) {
	.tabsBox2 .tabs2 .bt{width: 25%;}
	
}
@media(max-width:430px) {
	.tabsBox2 .tabs2 .bt{width: 33.333%;}
	.tabsBox2 .tabs2 .bt p{font-size: 0.16rem;line-height: 0.5rem;}
	.szxqBox .flBox .text{padding-left: 15vw;width: 100%;margin-top: 0.2rem;}
	.szxqBox .flBox .pic{width: 70vw;margin: 0 auto;}
}


/* 图片列表页 */
.n_list_pic2 ul{flex-wrap: wrap;justify-content: flex-start;margin-left: -2.8333%;}
.n_list_pic2 li{margin-bottom: 2.8333%;transition: 0.4s;width: 30.5%;margin-left: 2.8333%;padding: 0.2rem 0.2rem 0.1rem 0.2rem;background: white;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.19);}

.n_list_pic2 li a{display: block;}
.n_list_pic2 li .pic{width: 100%;position: relative;overflow: hidden;position: relative;}
.n_list_pic2 li .pic img{display: block;width: 100%;transition: 0.6s all;height:2.6rem;}
.n_list_pic2 li h5{transition: 0.6s all;font-size: 0.18rem;color: #333;line-height: 0.28rem;max-height: 0.56rem;overflow: hidden;margin-bottom: 0.14rem;text-align: left;margin-top: 0.2rem;font-weight: 600;}
.n_list_pic2 li:hover .pic img{transform: scale(1.1);transition: 0.6s all;}
.n_list_pic2 li:hover h5{color: #144881;transition: 0.6s all;}
@media(max-width:1200px) {
.n_list_pic2 ul{margin-left: -2%;}
.n_list_pic2 li{}

}
@media(max-width:850px) {
	.n_list_pic2 ul{margin-left: -2%;}
	.n_list_pic2 li{width: 48%;margin-left: 2%;}
	.n_list_pic2 li .pic img{width: 100%;height: 28vw;}
}
@media(max-width:414px) {
    .n_list_pic2 ul{margin-left: 0;justify-content: space-between;}
	.n_list_pic2 li{width: 100%;margin-left: 0; }
    .n_list_pic2 li .pic img{height: 57vw;}
}


/* 题图新闻列表页 */
.n_list_pic{}
.n_list_pic ul{margin-top: -0.2rem;}
.n_list_pic li{background-size: auto 100%; background: white;transition: 0.6s all;position: relative;padding: 0.2rem;margin-top: 0.2rem;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.19);background: white;}
.n_list_pic li:first-child{}
/* .n_list_pic li:hover{box-shadow: 0px 2px 29px 0px rgba(36, 43, 48, 0.3);transition: 0.4s;} */
.n_list_pic li a{display: block;}
.n_list_pic li .pic{width: 3.6rem;position: relative;overflow: hidden;position: relative;margin-right: 0.3rem;float: left;height: 2.3rem;}
.n_list_pic li .pic img{display: block;width: 100%;transition: 0.6s all;height: 100%;}
.n_list_pic li .text{padding: 0.1rem 0 0.16rem 0;box-sizing: border-box;}
.n_list_pic li .text h5{transition: 0.6s all;font-size: 0.18rem;color: #333;line-height: 0.28rem;height: 0.28rem;overflow: hidden;font-weight: 600;display: block;}
.n_list_pic li .text span{width: 0.8rem;height: 1px;background: #dab150;display: inline-block;transition: 0.6s all;}
.n_list_pic li:hover .text span{width: 20%;transition: 0.6s all;}
.n_list_pic li .text p{font-size: 0.14rem;line-height: 0.24rem;height:0.72rem;overflow: hidden;color: #737373;margin-top: 0.12rem;}
.n_list_pic li .text i{font-style: normal;font-size: 0.12rem;color: #144881;background: url(../images/time3.png) no-repeat 0.15rem center #cfe4fc;padding-left: 0.32rem;background-size: 0.13rem;display: inline-block;height: 0.28rem;font-family: "source";border-radius: 0.14rem;line-height: 0.28rem;margin-top: 0.3rem;padding-right: 0.14rem;}
.n_list_pic li:hover .pic img{transform: scale(1.1);transition: 0.6s all;}
.n_list_pic li:hover h5{color: #144881;transition: 0.6s all;}
.n_list_pic li:hover {background: url(../images/textbg4.png) no-repeat right center;background-size: cover #e5f1ff;transition: 0.6s all;}
@media(max-width:850px) {
	.n_list_pic li{padding: 0.2rem;}
	.n_list_pic li .pic{width: 100%;float: none;height: auto;}
	.n_list_pic li .text{width: 100%;margin-left: 0;margin-top: 0.15rem;}
	.n_list_pic li .pic{top: 0;}
	.n_list_pic li .text h5{height: auto;}
}


/* 文章列表页 */
.n_list_text ul{ position:relative;}
.n_list_text ul li{ background:#FFFFFF;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.19);transition: 0.6s all;}
.n_list_text ul li+li{margin-top: 10px;}
.n_list_text ul li a{padding: 0 0.4rem;}
.n_list_text ul li a .textL{width: calc(100% - 1.6rem);}
.n_list_text ul li a .textL .date{position: relative;width: 1.2rem;transition: 0.6s all;}
.n_list_text ul li a .textL .date::after{content: "";position: absolute;height: 0.5rem;width: 1px;background: #dab150;right: 0;top: 0.1rem;transition: 0.6s all;}
.n_list_text ul li a .textL .date i{font-family: "source2";color: #323232;font-size: 0.22rem;line-height: 0.7rem;font-style: normal;transition: 0.6s all;}
.n_list_text ul li a .textL .date b{font-family: "source2";color: #666666;font-size: 0.12rem;line-height: 0.7rem;font-style: normal;display: inline-block;margin-left: 4px;transition: 0.6s all;}
.n_list_text ul li a .textL p{font-size: 0.18rem;font-weight: 600;color: #323232;line-height: 0.7rem;margin-left: 0.3rem;width: calc(100% - 1.7rem);height: 0.7rem;overflow: hidden;transition: 0.6s all;}
.n_list_text ul li a span{font-size: 0.14rem;line-height: 0.7rem;color: #676767;width: 1.5rem;text-align: right;}
.n_list_text ul li a:hover span{color: #dab150;transition: 0.6s all;}
.n_list_text ul li a:hover .textL p{color: #FFFFFF;transition: 0.6s all;}
.n_list_text ul li a:hover .textL .date i{color: #dab150;transition: 0.6s all;} 
.n_list_text ul li a:hover .textL .date b{color:#dab150;transition: 0.6s all;} 
.n_list_text ul li:hover{background: #144881;transition: 0.6s all;}
.n_list_text ol{list-style: none;justify-content: flex-start;margin-bottom: 0.2rem;}
.n_list_text ol li{background: white;border: 1px solid #dab150;border-radius: 0.04rem;margin-right: 0.16rem;margin-bottom: 0.16rem;}
.n_list_text ol li.on{background: #dab150;}
.n_list_text ol li:hover{background: #dab150;}
.n_list_text ol li.on a{color: white;}
.n_list_text ol li:hover a{color: white;}
.n_list_text ol li a{font-size: 0.16rem;padding: 0 0.24rem;line-height: 0.4rem;color: #323232;font-weight: 600;display: block;}
@media(max-width:850px) {
        .n_list_text ol{justify-content: center;}
	.n_list_text ol li{margin-right: 0;margin: 0 0.08rem;margin-bottom: 0.2rem;}
	.n_list_text ol li a{padding: 0 3vw;}
	.n_list_text ul li a{padding: 0.2rem;}
	.n_list_text ul li a .textL .date::after{display: none;}
	.n_list_text ul li a .textL{width: 100%;}
	.n_list_text ul li a span{width: 100%;text-align: left;line-height: 0.24rem;}
	.n_list_text ul li a .textL p{width: 100%;margin-left: 0;line-height: 0.28rem;height: auto;font-size: 0.16rem;line-height: 0.24rem;}
	.n_list_text ul li a .textL .date i{line-height: 0.26rem;}
	.n_list_text ul li a .textL .date b{line-height: 0.26rem;}
}

.fy{display: block;text-align: center;margin-top: 0.4rem;}
.fy img{display: block;margin: 0 auto;}


/*内容样式*/
.ar_article_box{background: white;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.19);padding: 0.4rem 0.6rem 0.5rem 0.6rem;width: 100%;min-height: 300px;}
.ar_article td,
.ar_article th{ padding:15px 10px; border: 1px solid #ededed; vertical-align:middle;}
.ar_article td p,
.ar_article th p{ padding-bottom:0; margin-bottom:0;}
.ar_article table {border-collapse: collapse;border-right: 1px solid #ededed;border-bottom: 1px solid #ededed; width:100%}
.ar_article table tr:not(:first-child) td{}
.ar_article table td { border-left: 1px solid #ededed;border-top: 1px solid #ededed; }
.ar_article{font-size: 0.18rem;color: #323232;line-height: 0.28rem;}
.ar_article p{font-size: 0.18rem!important;color: #323232;line-height: 0.34rem!important;margin-bottom: 0.28rem;font-family: 微软雅黑 !important;}
.ar_article p:last-child{ margin-bottom:0}
.ar_article strong{ font-weight:bold;}
.ar_article img{ max-width:100%;}
.ar_article a{ color:#144881;font-weight: bold;text-decoration: none !important;}
.ar_article h1,.ar_article h2,.ar_article h3,.ar_article h4,.ar_article h5{ font-weight:bold;}
.ar_article h1{ font-size:0.34rem; margin-bottom:0.16rem}
.ar_article h2{ font-size:0.28rem; margin-bottom:0.14rem;}
.ar_article h3{ font-size:0.24rem; margin-bottom:0.16rem}
.ar_article h4{ font-size:0.18rem; margin-bottom:0.14rem}
.ar_article h5{ font-size:0.14rem; margin-bottom:0.12rem}
.ar_article h6{ font-size:0.14rem; margin-bottom:0.14rem}
.ar_article ul li,
.ar_article ol li{ padding-bottom:0 !important; margin-bottom:0 !important; margin-left:0.3rem; list-style:inherit !important;}
.ar_article ul li p,
.ar_article ol li p{ padding-bottom:0; margin-bottom:3px !important; }
.ar_article ul,
.ar_article ol{ margin-bottom:0.16rem;}
.ar_article sub {vertical-align:sub; font-size: smaller;}
.ar_article sup { vertical-align:super; font-size: smaller;}
.ar_article img{ display:inline-block;max-width: 100%;margin: 0 auto;border:none !important}
.ar_article_box h5{font-size: 0.26rem;color:#323232;text-align: center;font-weight: bold;line-height: 0.42rem;}
.ar_article_box h6{font-size: 0.26rem;color:#323232;text-align: center;font-weight: bold;line-height: 0.42rem;margin-bottom: 0.18rem;}
.ar_article_box .bbt{font-size: 0.14rem;line-height: 0.24rem;color:#999999;text-align: center;margin: 0.18rem auto;}
.ar_article_box .bbt span{margin-right:25px;background: url(../images/time3.png) no-repeat left center;padding-left: 0.26rem;}
.ar_article_box .bbt span+span{margin-right:1px;background: url(../images/eye.png) no-repeat left center;padding-left: 0.26rem;}
.ar_article_box .bbt span+span>span{background:none;padding-left:0;}
.ar_article_box .bbt span+span+span{margin-right:1px;background: url(../images/dayin.png) no-repeat left center;padding-left: 0.26rem;}
.ar_article_box .artic3{margin-top: 0.2rem;padding-top:0.2rem;border-top: 1px solid #ccc;}
.ar_article_box .artic3 p {margin-bottom: 0.08rem;}
.ar_article_box .artic3 p span{font-size: 0.16rem;color: #323232;line-height: 0.24rem;}
.ar_article_box .artic3 p a{display: block;font-size: 0.16rem;color: #323232;line-height: 0.24rem;}
.ar_article_box .artic3 p a:hover{color: #144881;}
.n_container .w15{position: relative;}
.share_box { position: relative;  }
.share_fixed { position: absolute; right:-70px; z-index: 9; top: 0;width: 60px;border-radius: 30px;padding:20px 10px; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.19);background: white;}
.social-share { font-size: 14px; color: rgb(153, 153, 153); text-align: center; font-style: normal; -webkit-font-smoothing: antialiased; -webkit-text-stroke-width: 0.2px; display: block; vertical-align: top; margin: 0px; transition: all 0.5s ease 0s; z-index: 10; line-height: 34px; font-family: socialshare !important; }
.social-share * { font-family: socialshare !important; }
.social-share a { position: relative; text-decoration: none; margin: 0px; display: inline-block; outline: none; }
.social-share .social-share-icon { position: relative; display: block; width: 40px; height: 40px; margin-top: 10px; border-radius: 0px; line-height: 24px; border: none; color: rgb(102, 102, 102); text-align: center; vertical-align: top; transition: all 0.6s ease 0s; font-size: 13px; background: rgb(236, 236, 236);
border-radius: 50%;}

.social-share .social-share-icon:hover { }
.social-share .icon-weibo { border-color: rgb(255, 118, 59); }
.social-share .icon-weibo:hover { background: rgb(255, 118, 59); }
.social-share .icon-tencent { color: rgb(86, 182, 231); border-color: rgb(86, 182, 231); }
.social-share .icon-tencent:hover { background: rgb(86, 182, 231); }
.social-share .icon-qq { border-color: rgb(86, 182, 231); }
.social-share .icon-qq:hover { }
.social-share .icon-qzone { border-color: rgb(253, 190, 61); }
.social-share .icon-qzone:hover { background: rgb(253, 190, 61); }
.social-share .icon-douban { color: rgb(51, 176, 69); border-color: rgb(51, 176, 69); }
.social-share .icon-douban:hover { background: rgb(51, 176, 69); }
.social-share .icon-linkedin { border-color: rgb(0, 119, 181); }
.social-share .icon-linkedin:hover { background: rgb(0, 119, 181); }
.social-share .icon-facebook { color: rgb(68, 97, 157); border-color: rgb(68, 97, 157); }
.social-share .icon-facebook:hover { background: rgb(68, 97, 157); }
.social-share .icon-google { color: rgb(219, 68, 55); border-color: rgb(219, 68, 55); }
.social-share .icon-google:hover { background: rgb(219, 68, 55); }
.social-share .icon-twitter { color: rgb(85, 172, 238); border-color: rgb(85, 172, 238); }
.social-share .icon-twitter:hover { background: rgb(85, 172, 238); }
.social-share .icon-diandian { color: rgb(48, 125, 202); border-color: rgb(48, 125, 202); }
.social-share .icon-diandian:hover { background: rgb(48, 125, 202); }
.social-share .icon-wechat { position: relative; border-color: rgb(123, 197, 73); }
.social-share .icon-wechat:hover { background: rgb(123, 197, 73); }
.social-share .icon-wechat .wechat-qrcode { display: none; border: 1px solid rgb(238, 238, 238); position: absolute; z-index: 9; top: 0px; right: 60px; width: 200px; height: 192px; color: rgb(102, 102, 102); font-size: 12px; text-align: center; background-color: rgb(255, 255, 255); box-shadow: rgb(170, 170, 170) 0px 2px 10px; transition: all 200ms ease 0s; }
.social-share .icon-wechat .wechat-qrcode.bottom { top: 40px; left: -84px; }
.social-share .icon-wechat .wechat-qrcode.bottom::after { display: none; }
.social-share .icon-wechat .wechat-qrcode h4 { font-weight: normal; height: 26px; line-height: 26px; font-size: 12px; background-color: rgb(243, 243, 243); margin: 0px; padding: 0px; color: rgb(119, 119, 119); }
.social-share .icon-wechat .wechat-qrcode .qrcode { width: 105px; margin: 10px auto; }
.social-share .icon-wechat .wechat-qrcode .qrcode table { margin: 0px !important; }
.social-share .icon-wechat .wechat-qrcode .help p { font-weight: normal; line-height: 16px; padding: 0px; margin: 0px; }
.social-share .icon-wechat .wechat-qrcode::after { content: ""; position: absolute; left: -14px; top: 26px; width: 0px; height: 0px; border-width: 6px 8px 6px 6px; border-style: solid; border-color: transparent rgb(255, 255, 255) transparent transparent; }
.social-share .icon-wechat:hover .wechat-qrcode { display: block;}
.social-share .icon-weibo { background: url("../images/share03.png") center center no-repeat !important; }
.social-share .icon-weibo:hover{background: url("../images/share03on.png") center center no-repeat !important;}
.social-share .icon-wechat { background: url("../images/share02.png") center center no-repeat !important; }
.social-share .icon-wechat:hover { background: url("../images/share02on.png") center center no-repeat !important; }
.share_hide { cursor: pointer; }
.share_hide img { display: block; width: 40px; height: 40px; border-radius: 50%; }
.share_box .tit { font-size: 0.875rem; color: rgb(153, 153, 153); text-align: center; margin-bottom: 0.9375rem; position: relative; }
.share_box .tit::after { content: ""; position: absolute; left: 0px; top: 50%; width: 0.625rem; height: 1px; background: rgb(219, 219, 219); }
.share_box .tit::before { content: ""; position: absolute; right: 0px; top: 50%; width: 0.625rem; height: 1px; background: rgb(219, 219, 219); }
.showR { width: 22%; }
.showRT{width: 100%;margin-bottom: 1.875rem;}
.showR-wb{background: rgb(250, 252, 255); padding:0 1.25rem 1.875rem 1.25rem;height: 335px;}
@media(max-width:1640px) {
 	.share_fixed {right: 0;}
	.ar_article_box{padding-right: 70px;}
 }
 @media(max-width:850px) {
	.ar_article_box{padding-right: 0;padding: 0.2rem 0.2rem 0.3rem 0.2rem;width: 100%;} 
	.share_fixed{bottom: 0.4rem;top: auto;display:none;justify-content: center;padding: 10px;left: 0.15rem;}
	#share-2{display: flex;justify-content: center;}
	#share-2 a{margin: 0;margin-left: 20px;}
	.share_fixed {right: auto;width: auto;}
       .social-share .icon-wechat .wechat-qrcode{top: auto;bottom: 0.5rem;left: auto;right: auto;}
 }
@media(max-width:580px) {
	.ar_article img{/*width: 100%;*/max-width: 100%;}
}

/* 新增20231107 */
.Nrypdflink{}
.Nrypdflink .picLink{width: calc(70% - 0.2rem);}
.Nrypdflink .picLink .links{}
.Nrypdflink .picLink .links a{display: block;overflow: hidden;}
.Nrypdflink .picLink .links a img{display: block;width: 100%;margin: auto;max-width: 100%;}
.Nrypdflink ul{width: 30%;margin-bottom: 0;}
.Nrypdflink ul li{background: #6d9c9b;height: calc(50% - 0.1rem);margin-left: 0;}
.Nrypdflink ul li+li{background: #b4a47e;margin-top: 0.2rem;height: calc(50% - 0.1rem);}
.Nrypdflink ul li a{display: block;position: relative;height: 100%;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.Nrypdflink ul li a::after{content: "";position: absolute;width: 100%;height: 100%;background: url(../images/pdfic.png) no-repeat center;opacity: 0.1;background-size: 40%;transition: 0.4s all;}
.Nrypdflink ul li a .bt{font-size: 0.32rem;font-weight: 600;color: white;text-align: center;}
.Nrypdflink ul li a span{display: block;font-size: 0.16rem;color: #FFFFFF;right: 0.16rem;margin-top: 0.2rem;}
.Nrypdflink ul li a:hover::after{background-size: 45%;transition: 0.4s all;}
.Nrypdflink ul li a:hover span{text-decoration: underline;}

.mba_pic{display: flex;justify-content: center;}
.mba_pic a{text-indent: 0 !important;margin: 0 0.2rem 0.16rem;}
@media(max-width:850px) {
	.Nrypdflink .picLink{width: 100%;}
	.Nrypdflink ul{width: 100%;margin-top: 0.2rem;display: flex;justify-content: space-between;}
	.Nrypdflink ul li {width: calc(50% - 0.1rem);height: auto;}
	.Nrypdflink ul li+li{margin-top: 0;height: auto;}
	.Nrypdflink ul li a{height: 26vw;}
}
@media(max-width:768px) {
   .mba_pic a{text-indent: 0 !important;margin: 0 0 0.16rem;}
}

/* 新增20231213 */
.n_list_text4 ol{list-style: none;margin-bottom: 0.2rem;width: 9rem;}
.n_list_text4 ol li{background: white;border: 1px solid #dab150;border-radius: 0.04rem;margin-bottom: 2%;width: 24%;}
.n_list_text4 ol li.on{background: #dab150;}
.n_list_text4 ol li:hover{background: #dab150;}
.n_list_text4 ol li.on a{color: white;}
.n_list_text4 ol li:hover a{color: white;}
.n_list_text4 ol li a{font-size: 0.16rem;padding: 0 0.05rem;line-height: 0.4rem;color: #323232;font-weight: 600;display: block;text-align: center;}
.n_list_text4 .zwCon01{width: 9rem;}
.n_list_text4 .zwCon01 .zwCon{width: 49%;background: #fff;box-shadow: 0 0 16px 0 rgba(0,0,0,0.08);border-left: 4px solid #144881;border-radius: 0.04rem;padding: 0.25rem 0.3rem;}
.n_list_text4 .zwCon01 .zwCon .zwConL{width: 50%;position: relative;}
.n_list_text4 .zwCon01 .zwCon .zwConL::after{content: "";position: absolute;right: 5%;top: 20%;width: 1px;height: 60%;background: #d9d9d9;}
.n_list_text4 .zwCon01 .zwCon .zwConL span{display: block;font-size:0.14rem;color: #737373;margin-bottom: 0.1rem;}
.n_list_text4 .zwCon01 .zwCon .zwConL a{display: block;line-height: 0.32rem;font-size: 0.18rem;color: #323232;}
.n_list_text4 .zwCon01 .zwCon .zwConR{width: 50%;padding-left: 5%;}
.n_list_text4 .zwCon01 .zwCon .zwConR span{display: block;font-size:0.14rem;color: #737373;margin-bottom: 0.1rem;}
.n_list_text4 .zwCon01 .zwCon .zwConR p{display: block;line-height: 0.32rem;font-size: 0.18rem;color: #323232;}
.n_list_text4 .zwCon01 .zwCon .zwConL a:hover{color: #144881;text-decoration: underline;}

@media(max-width:850px) {
	.n_list_text4 .zwCon01{width: 100%;}
	.n_list_text4 ol{width: 100%;}
	.n_list_text4 ol li{}
	.n_list_text4 ol li a{}
}
@media(max-width:768px) {
	.n_list_text4 ol li{width: 49%;}
}
@media(max-width:450px) {
	.n_list_text4 .zwCon01 .zwCon{width: 100%;margin-bottom: 0.2rem;}
}
@media(max-width:390px) {
	.n_list_text4 ol li a{padding: 0;font-size: 0.16rem;}
}
@media(max-width:360px) {
	.n_list_text4 ol li a{padding: 0;font-size: 0.14rem;}
}
/*==========================================内页 结束=============================================*/