@charset "utf-8";


.flex-row{
  display: flex;
  flex-direction: row;
}
.align-center{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.justify-between{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.justify-around{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.justify-center{
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.justify-end{
	display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.flex-col{
  display: flex;
  flex-direction: column;
}
.flex-wrap{
  display: flex;
  flex-wrap: wrap;
}
/* 1行省略 */
.w-l-c1{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.w-l-c2{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* 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; min-width: 300px;} 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;}
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-volumebox{
	overflow-x:visible !important;
}
.clear:after{content: ""; display: block; height: 0; clear:both; visibility: hidden;}

input,button,textarea {background: none; outline: none;border: none;-webkit-appearance:none; border-radius:0}
input:focus {border: none;}

.header_box {
  height: max-content !important;
}
.el-dialog__wrapper{
	background-color:rgb(0,0,0,0.5)
}

.img_zd{ position:relative; width:100%}
.img_zd .img_hezi{padding-bottom: 67.80% !important;}
.img_zd>img{position:absolute;top:0;right:0;bottom:0;left:0;object-fit:cover;height: 100%;width: 100%;}

a{text-decoration:none;bblr:expression(this.onFocus=this.blur());/*IE使用*/outline-style:none;/*FF使用*/; outline:none;}
a,input,img,:focus{mayfish:expression(this.onfocus=this.blur);cursor:handbblr:expression(this.onFocus=this.blur());/*IE使用*/outline-style:none;/*FF使用*/} /*去除a标签带来的虚框*/
ul{list-style:none;}
img{border:0px}
ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,p{padding:0;margin:0; font-weight:normal;}
ul li{list-style:none;}
h3,h4,h5{ font-weight:normal;}
h4 a:hover,h5 a:hover{ -moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
hr{display:block;height:1px;border:0;background:#d8d8d8;padding:0;margin-bottom: 3.25rem;margin-top: 2.5rem;}
abbr,article,aside,audio,canvas,datalist,details,dialog,eventsource,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,time,video{display:block}
video{ object-fit:cover}
.fl{ float:left}
.fr{ float:right}
.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 */}
.radius{-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
.opacity{filter:alpha(opacity=100); opacity:1; -moz-opacity:1; -khtml-opacity:1}/*透明代码*/

.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:5px;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;}
.pic img{transition: 0.4s;}
.pic{overflow: hidden;}
a:hover .pic img{transform: scale(1.05);}
.w100{width:100%;}
.w14{max-width: 1400px;margin:0 auto;width: 100%;}
.w13{max-width:1300px;margin:0 auto;}
.w174{max-width:1740px;margin:0 auto;}
@media (max-width:1740px){
	.w174{width:calc(100% - 30px);margin: 0 15px;}
}
@media (max-width:1400px){
	.w14{width:calc(100% - 30px);margin: 0 15px;}
}
@media (max-width:1300px){
	.w13{width:calc(100% - 30px);margin: 0 15px;}
}

h5 a{ display:inline-block; width:100%; overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.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;}
.footerR{
	margin-top:2.5rem;
}
.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;}

/* Slider */
.fixed{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;}
.fixed .hider{ visibility:visible !important;}
.fixed .none{ position: relative;
	top: 0px !important;
}
#gotop{
	padding: 5px;
	visibility: hidden;
	border: 2px solid rgba(200, 34, 31, 1);
	border-radius: 50%;
	background-color: white;
}
.fixed { cursor: pointer; }
.fixed img{
	 width: 100%;
	 height: 100%;
	 border-radius: 50%;
	 /* box-shadow: 0px 10px 20px 15px rgb(0 121 124 / 12%); */
	}
.fixed .kf{
	  background-color: white;
		position: relative;
		top: 35px;
		margin-bottom: 0.625rem;
		border: 2px solid rgba(200, 34, 31, 1);
		border-radius: 50%;
		padding: 2px;
display:none;
}

@font-face{font-family: 'FZJuZXFJW';src : url('../font/FZJuZXFJW.TTF');}
@media (max-width:1920px){html{font-size:16px;}}
@media (min-width:1400px) and (max-width:1600px){html{font-size:15px;}}
@media (min-width:640px) and (max-width:1399px){html{font-size:14px;}}
@media (min-width:471px) and (max-width:639px){html{font-size:13px;}}
@media (min-width:329px) and (max-width:470px){html{font-size:12px;}}
@media (max-width:328px){html{font-size:12px;}}

/*==========================================公共 开始=============================================*/
.header_box{z-index:100;height: 10.625rem;left: 0;right: 0;top: 0;position: fixed;}
#header{z-index:999;width:100%;transition: 1s;padding-top: 0;position: relative;}
#header::before{background-image:linear-gradient(to top,rgba(0, 0, 0, 0),rgba(0, 0, 0, .7));content: "";position: absolute;top: 0px;width: 100%;height: 130%;z-index: 8;}
#header .headerflex{display: flex;justify-content:flex-end;/* align-items: center; */width: 50%;z-index: 10;}
#header .headerflex .rightBox{width: 100%;}
#header .flex{/* align-items: center; */}
/* #header:before{content:"";position:absolute;background:#fff;height:90px;top: 0;left: 0;right: 0;transition: 0.2s;opacity: 1;visibility: visible;} */
.topLink{width: 100%;height: 2rem; padding-top: .4rem;}
.topLink p{margin-right:1rem;}
.topLink p a{font-size: 0.875rem;color: #FFFEFE;font-family:"microsoft yahei";display: inline-block;line-height: 2rem;position: relative;}
.topLink p a+a{margin-left: 1rem;}
/* .topLink p a:hover{color: #ffa300;} */
.topLink .search_btn{cursor:pointer;text-align: center;transition:.6s;}
.topLink .search_btn img{display: block;width: 1.125rem;}
#logo{width: 40%;position: relative;z-index: 9; margin-top: 1.2rem;}
#logo a{display: block;}
#logo a img{display: block;max-width: 100%;}
#nav{position: relative;}
@media(max-width: 850px){
	.header_box{height: 9.5rem;}
}
@media(max-width: 414px){
	.header_box{height: 7.5rem;}
}
@media(max-width: 340px){
	.topLink p{margin-right: 0;}
	.topLink p a{padding: 0 0.5rem;}
}
@media(max-width: 1500px){
	#logo{width: 28%;}
	#header .headerflex .rightBox{width: 90% !important;}
	#logo img{width: 100%;}
	
}
#nav{width: 100%; margin-top: 1.2rem;}
#nav .navBox{width: 100%;}
#nav ul{position:relative;}
#nav ul li{position:relative;z-index:9;}
#nav ul li a{display:block;padding: 0;}
#nav ul li h3{font-size: 1.125rem;color: #FFFEFE;line-height: 25px;position:relative;transition:.6s;font-weight: bold;}
/* #nav ul li:hover a h3{color:#ffa300;}
#nav ul li:hover a{color:#ffa300;} */
#nav ul li.on h3{ font-weight:bold;}
#nav ul li:hover a h3 span,
#nav ul li.on h3 span{ background: url(../images22/navJton.png) no-repeat left center;}
#nav ul li a i{ display:inline-block; background:url(../images22/nav_down.png) 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: 200px;left:50%;margin-left: -100px;z-index: 10000;/* transform:translateY(-20px); */visibility:hidden;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;transition:.5s;}
#nav ul li:last-child .sub{margin-left: 0;left: auto;right: 0;}
#nav ul li .sub .box{padding:10px 0px; text-align:center;}
#nav ul li .sub a{padding:0;line-height: 2.5;transition:.3s;font-size: 16px;color: #666;}
/* #nav ul li .sub a:hover{color: #ffa300;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: #ffa300;} */
#nav ul li:hover{
	border-bottom: 3px solid white;
	border-radius:1px 
}
#nav .navBox>ul>li h3:after{content:"";display:block;width: 200px;height: 3px;position:absolute;left:50%;margin-left:-100px ;background: #ffa300;bottom:0px;transition:.3s;transform:scale(0);border-radius: 0;}
#nav .navBox>ul>li:last-child h3:after{left: auto;margin-left: 0;right: 0;}
#nav .navBox>ul>li h3:before{content:"";display:block;position:absolute;left:50%;margin-left: -3px;border-left:transparent 3px solid;border-right:transparent 3px solid;border-bottom: #6da1d6 4px solid;bottom:2px;transition:.3s;opacity:0;visibility:hidden;}
#nav .navBox>ul>li:hover h3.ej:after,#nav ul li.on h3.ej:after{  transform:scale(1);}
#nav .navBox>ul>li:hover h3.er:before, #nav>ul>li.on h3.ej:before{ opacity:1; visibility:visible}
/* #header.xg{background-image: linear-gradient(to top,rgba(0,158,158,0),rgba(0,158,158,0.9));height: auto;transition: 0.4s;box-shadow: 0px 10px 20px 15px rgb(0 121 124 / 12%);margin-top: 0;position: relative;z-index: 9;} */
#header .w17>.flex{padding: 0.5rem 0 1rem 0;}
#header.xg::before{display: block;}
/* #header.xg .topLink{display: none;}
#header.xg .headerflex{margin-top: 0;}
#header.xg #logo a img{width: 62%;} */
#nav {display: flex;justify-content: flex-end;align-items: center;}
/**/
#logo .logo_black{ display:none;}
.top_search_black{ display:none;}
/* #header.xg{top:-0.25rem;padding: 0.5rem 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;} */
/* .banner .subtop{
		width: 100%;
		height: 30px;
		float: left;
		position: absolute;
		top: 210px;
		left: 200px;
		color: white;
		font-size: 36px;
		font-weight: 700;
		z-index:100;
	} */
@media(max-width: 1200px){
.header_box{display: none;}	
}
@media(max-width: 850px){
	.topLink{display: none;}
	#header{display: none;}
}
/* 右侧 开始*/
.asideRight{position: fixed;top: 0;right: 0;background:#141414;height: 100vh;width: 40px;z-index: 7;}
.asideRight ul{flex-direction: column;width: 100%;}
.asideRight ul li {margin: 10px 0;width: 100%;}
.asideRight ul li a{position: relative;display: block;width: 100%;height: 2.125rem;display: flex;align-items: center;}
.asideRight ul li a img{display: block;margin: 0 auto;position: relative;z-index: 8;}
.asideRight ul li a p{font-size: 0.75rem;color: white;position: absolute;right: -7.5rem;top: 0;height: 2.125rem;width: 7.5rem;background: #ffa300;line-height: 2.125rem;padding-left: 1rem;z-index: 4;transition: 0.4s ease-out;overflow: hidden;border-radius: 6px;}
.asideRight ul li a:hover p{;transition: 0.4s ease-out;right: 0;}
.asideRight ul li:last-child{margin-top: 1.25rem;padding-top: 1.25rem;background: url(../images22/bgr.png) no-repeat top center;}
/* 右侧 结束 */
.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(../images22/icon_search.png) center no-repeat;height: 60px;width: 70px;cursor:pointer;border:none;background-size: 20px 20px;margin-top: -30px;}
.tc2 h5{font-size: 1.625rem;line-height: 1.875rem;text-align: center;position:absolute;z-index: 6;color: white;top: 50%;margin-top: -7.5rem;left: 50%;margin-left: -7.5rem;}
.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:linear-gradient(90deg, rgba(17,87,64,0.9) 0%, rgba(0,121,124,0.9) 100%);position: absolute;top: 0;left: 0;width: 100%;z-index: 0;}
/***********************/

/*手机头部开始*/
.logo2 {width: 33%;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:100;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;}
#m_header{z-index: 99;width:100%;height: auto;left:0;top:0;padding:0 15px;display:none;width: 100%;justify-content: space-between;margin-top: 0;height: 5.625rem;background:rgba(200, 34, 31, 1);}
#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(../images22/search.svg) center no-repeat; background-size:20px; font-size:0;color:#fff;cursor:pointer;text-transform:uppercase;float:  left;}

/*导航按钮开始*/
#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:#6da1d6;}
#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: 1.875rem;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(200, 34, 31, .95);width:20rem;height:100vh;right: -400px;top: 0;display:none;padding: 2rem 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>li{ width:100%; overflow:hidden; padding:0 2.3rem; }
#m_nav>ul>li+li{ border-top:1px solid rgba(255, 255, 255, 0.1);}
#m_nav li .a{ display:inline-block; width:calc(100% - 30px)}
#m_nav li .a h3{line-height: 3rem;height: 3rem;color:#fff;padding:0;font-size:1.125rem;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: 3rem;float:right;display:inline-block;background: url(../images22/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 .a 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: #2f79c4;}
#m_nav .title .list a{display:block;font-size:1rem;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:.875rem; 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.5);width: 100%;padding-left: 1rem;padding-right: 1rem;}
.topLink2 p{flex-wrap: wrap;margin-bottom: 10px;display: flex;}
.topLink2 p a{font-size: 14px;color: white;display: block;width: 40%;line-height: 32px;box-sizing: border-box;}
.m_search{border: 1px solid #FFFFFF;width: 100%;height: 40px;display: flex;justify-content: space-between;align-items: center;padding-right: 0.625rem;border-radius: 4px;}
.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: flex;align-items: center;}
	.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;}
	.asideRight{display: none;}
	.m_header_box .logo2 img{width: 100%;}
}
@media(max-width: 850px){
	#m_header{height: 4.375rem;}
	.m_header_box .logo2 img{width: 100%;}
}
@media(max-width: 650px){
	.m_header_box .logo2 img{width: 100%;}
}
@media(max-width: 460px){
	#m_header{height: 60px;}
	.m_header_box .logo2{width: 75%;}
	.m_header_box .logo2 img{width: 100%;}
}
.bg01{background: url(../images22/topBg.png) no-repeat top left;background-size: 100% auto;background-size: cover;}
/* banner开始*/
.banner{position: relative;}
.banner .swiper-slide .videotop{display: block;}
.banner .swiper-slide .videotop img{display: block;width: 100%;height: 850px;/* max-width: 850px; */cursor: pointer;}

.banner{width:100%;position: relative;z-index: 1;}
.banner .swiper-button-prev{/* background: url(../images22/part2L.png) no-repeat center !important; */width: 25px;height: 38px;cursor: pointer;margin-left: 1rem;transform: scale(2);background-size: 100%;background-image: url("../images22/chevron-left-svgrepo-com.svg");}
.banner .swiper-button-next{/* background: url(../images22/chevron-right-svgrepo-com.svg) no-repeat center !important; */width: 25px;height: 38px;cursor: pointer;margin-right: 1rem;transform: scale(2);/* background: white; */background-size: 100%;background-image: url("../images22/chevron-right-svgrepo-com.svg");}
.banner .swiper-pagination .swiper-pagination-bullet{width: 28px;height: 25px;border-radius: 50%;background: url(../images22/bannerdian1.png) no-repeat center;font-size: 0;margin: 0 0.375rem;opacity: 1;}
.banner .swiper-pagination .swiper-pagination-bullet-active {background: url(../images22/bannerdian.png) no-repeat center}
@media(max-width: 1200px){
	.banner{margin-top: 5.625rem;}
	.banner .swiper-slide .videotop img{height: 500px;}

	.banner .swiper-button-next{
	transform: scale(1.2);
	}
	.banner .swiper-button-prev{
		transform: scale(1.2);
	}
}
@media(max-width: 850px){
	.banner{margin-top: 4.375rem;}
	.banner .swiper-slide .videotop img{height: 350px;}
	.banner .subtop{
		display:none
	}
/* 		.banner .swiper-slide a img{display: block;width: 100%;max-height: 350px;} */
}
@media(max-width: 768px){
	.part2Box .swiper-button-next{
		transform: scale(1.3) !important;
	}
	.part2Box .swiper-button-prev{
		transform:scale(1.3) !important;
	}
	
	.el-dialog__wrapper .el-dialog{
		width:100% !important;
	}
	.el-dialog__wrapper .el-dialog .el-dialog__body{
		padding:10px !important;
	}
/* 	.banner .swiper-slide a img{display: block;width: 100%;max-height: 270px;} */
}
@media(max-width: 414px){
	.bannerBox{margin-top: 60px;}
	.banner .swiper-slide .videotop img{height: 170px;}
/* 		.banner .swiper-slide a img{display: block;width: 100%;max-height: 170px;} */
}
/* banner结束 */

/* 招生链接 */
.zsLink{height: auto;  margin-top: 2rem; margin-bottom: 0; position: relative; box-sizing: border-box; z-index: 9;}
.zsLink ul{justify-content: center; height: auto;}
.zsLink ul li{
    width: 23%;
    height: 10.5rem;
    margin: 0 1%;
    border-radius: 0.9375rem;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    box-sizing: border-box;
    /* border: 5px solid rgba(200, 34, 31, 1); */
    background: linear-gradient( 180deg, #f76b31 0%, #d32b1b 100%);
    box-shadow: 0px 10px 20px 15px rgb(247 107 49 / 12%);
    transition: all .5s;
    position: relative;
    cursor: pointer;
}
.zsLink ul li img{ width: 6rem; transition: 0.6s all;}
.zsLink ul li a p{  font-size: 1.75rem;color: #fff;font-weight: bold;transition: 0.6s all;z-index: 3;position: relative;}
.zsLink ul li:hover{height: 11.75rem; transition: 0.6s all;margin-top: -1.225rem;}
.zsLink ul li:hover a p{font-size: 1.75rem;transition: 0.6s all;position: relative;position: relative;}
.zsLink ul li:nth-child(2){
    background: linear-gradient( 180deg, #ac77fc 0%, #6437de 100%);
    box-shadow: 0px 10px 20px 15px rgb(178 168 255 / 12%);
}
.zsLink ul li:nth-child(4){
    background: linear-gradient( 180deg, #33affa 0%, #2268db 100%);
    box-shadow: 0px 10px 20px 15px rgb(34 104 219 / 12%);
}
.zsLink ul li:nth-child(3){
    background: linear-gradient( 180deg,#ffb655 0%, #f67a24 100%);
    box-shadow: 0px 10px 20px 15px rgb(255 137 55 / 12%);
}
@media(max-width: 1200px){
	.zsLink ul{height: 9rem;}
	.zsLink ul li:hover{height: 12.75rem; transition: 0.6s all;margin-top: -1.625rem;}
	.zsLink ul li:hover a p{font-size: 2rem;transition: 0.6s all;position: relative;position: relative;}
}
@media(max-width: 850px){
	.zsLink ul{ height: 22.25rem;}
	.zsLink ul li{width: 50%;margin-bottom: 1.25rem;}
	.zsLink ul li a img{
		width: 3.75rem; transition: 0.6s all;
	}
	.zsLink ul li:hover{height: 11.75rem; transition: 0.6s all;margin-top: -0.625rem;}
	.zsLink{ margin-top: 1rem;}
}
@media (min-width:429px) and (max-width: 850px){
	.zsLink ul{ height: 15.25rem;}
	.zsLink ul li{width: 48%; height: 7.5rem; margin-bottom: 1.25rem;}
	.zsLink ul li a img{
		width: 4rem; transition: 0.6s all;
		transform: scale(1);
		margin-left: -1rem;
	}
	.zsLink ul li a p{margin-left: 1rem;font-size: 1.25rem;}
	.zsLink ul li:hover{height: 6.75rem; transition: 0.6s all;margin-top: -0.225rem;}
	.zsLink ul li:hover a p{font-size: 1.2rem;transition: 0.6s all;position: relative;position: relative;}
	.zsLink{ margin-top: 1rem;}
}
@media (max-width:429px){
	.zsLink ul{ height: 13.25rem;}
	.zsLink ul li{width: 48%; height: 6.5rem; margin-bottom: 1.25rem;}
	.zsLink ul li a img{
		width: 4rem; transition: 0.6s all;
		margin-left: 0rem;
	}
	.zsLink ul li a p{margin-left: 1rem;font-size: 1.25rem;}
	.zsLink ul li:hover{height: 6.75rem; transition: 0.6s all;margin-top: -0.225rem;}
	.zsLink ul li:hover a p{font-size: 1.2rem;transition: 0.6s all;position: relative;position: relative;}
	.zsLink{ margin-top: 1rem;}
}

/* 招生动态 招生政策 开始  */
.newsBox{background-size: auto;/* padding: 5rem 0; */position: relative;margin: 2rem 0 2rem 0;  padding:0 0 2rem 0; box-sizing: border-box	; }
.newsBox::before{content: "";/* background: url(../images22/bg02.png) no-repeat bottom center; */width: 412px;height: 100%;left: 51%;bottom: 0;position: absolute;z-index: -2;}
.newsBox::after{content: "";/* background: url(../images22/bg01.png) no-repeat bottom right; */width: 100%;height: 100%;right: 0;top: 0;position: absolute;z-index: -1;}
.newsBox .newsCon{position: relative;}
.newsBox .zsdtBox{width: 45%;}
.newsBox .zsdtBox ul{}
.newsBox .zsdtBox ul li{border-bottom: 1px solid #e3e3e3;margin-bottom: 0.5rem;}
.newsBox .zsdtBox ul li a{display: flex;justify-content: center;flex-wrap: wrap;align-items: center;padding-bottom: 0.5rem;}
.newsBox .zsdtBox ul li a .time{width: auto;transition: 0.4s;}
.newsBox .zsdtBox ul li a .time .day{font-size: 1.5rem;margin-bottom: 0.25rem; text-align: center;color: rgba(200, 34, 31, 1);font-weight: bold;text-align: center;}
.newsBox .zsdtBox ul li a .time .year{font-size: 0.75rem;color: rgba(200, 34, 31, 1);text-align: center;}
.newsBox .zsdtBox ul li a p{transition: 0.4s;font-size: 1rem;line-height: 3.6875rem;height: 3.6875rem;overflow: hidden;color: #323232;width: calc(100% - 110px);padding-left: 1.25rem;margin-left: 1.25rem;position: relative;text-overflow: ellipsis;white-space: nowrap;}
.newsBox .zsdtBox ul li a p::after{content: "";width: 1px;height: 18px;background: rgb(193, 198, 200);position: absolute;left: 0;top: 50%;margin-top: -9px;}
.newsBox .zsdtBox ul li:last-child a p{border-bottom: none;}
.newsBox .zsdtBox ul li a:hover i{color: rgba(200, 34, 31, 1);background: url(../images22/datebgon.png) no-repeat left center;transition: 0.4s;}
.newsBox .zsdtBox ul li a:hover p{color: rgba(200, 34, 31, 1);transition: 0.4s;}
.newsBox .LinkRight{width:100%;margin-top: 2.5rem;}
.newsBox .LinkRight ul{display: flex;justify-content: center;}
.newsBox .LinkRight ul li{/* width: 100%; */border-left: 1px solid rgb(193, 198, 200);}
.newsBox .LinkRight ul li:last-child{border-right: 1px solid rgb(193, 198, 200);}
.newsBox .LinkRight ul li a{padding: 5px 48px;display: block;text-align: center;font-size: 1.25rem;color: rgb(193, 198, 200);font-weight: bold;margin: 0 auto;}
.newsBox .LinkRight ul li:hover{background: linear-gradient(135deg,rgb(0,158,158),rgb(64,183,230));}
.newsBox .LinkRight ul li:hover a{color: white;}

@media (max-width:1350px){
		.newsBox .LinkRight ul li a{
		padding: 5px 37px !important;
	}
}
@media(max-width: 1200px){
	#gotop,.kf{ right:0; transform:scale(0.9);margin:0 !important;}

	.newsBox .LinkRight ul li a{
		padding: 5px 29px !important;
	}
}
@media(max-width:1080px){
	.newsBox .LinkRight{width:100%;margin-top: 6rem;}
	.newsBox .LinkRight ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
	.newsBox .LinkRight ul li{width: 50%;margin-bottom: 1.25rem;border-right: 1px solid rgb(193,198,200);border-left: none;}
	.newsBox .LinkRight ul li:nth-child(even){border-right: none;}
	.newsBox .LinkRight ul li a {padding: 5px 11px !important;}
	
}
@media(max-width: 850px) {
	.newsBox{padding: 2rem 0 1.75rem 0; margin: 0 0; box-sizing: border-box;}
	.newsBox .zsdtBox{width:100%;}
	.newsBox .zsdtBox{width:100%;}
	.newsBox .zsdtBox ul li a i{background-size: 80px;width: 80px;}
	.newsBox .zsdtBox ul li a p{width: 70%;}
	.newsBox .zsdtBox+.zsdtBox{margin-top: 6rem;}
}
/**	zsxxBox*/
.zsxxBox{width: calc(60% - 1rem);}

.zsxxBox li{position: relative;border-bottom: 1px solid #AFB8AE;padding-top: 0.16rem;padding-bottom: 0.17rem;}
.zsxxBox li a{ position: relative;z-index: 3;display: flex;align-items: flex-start;justify-content: space-between;align-items: center;transition: 0.4s all; }
.zsxxBox li a .date{display:block; width: 3.6rem;color: rgba(200, 34, 31, 1);text-align: center;;background-size: 100%;height: 5.74rem;padding-top: 1.12rem; margin-left: .3rem; }
.zsxxBox li:hover a .date{background-size: 100%;}
.zsxxBox li a .date i{display: block;font-size: 1.22rem;font-family: BEBAS;margin-bottom: .84rem;font-weight: normal;font-style: normal;color: rgba(200, 34, 31, 1);margin-top: 0.1rem; font-weight: bold;}
.zsxxBox li a .date b{ display: block;font-size: 1.04rem;font-family: BEBAS;font-weight: normal;font-style: normal;color: rgba(200, 34, 31, .9);}
.zsxxBox li a .text{width: calc(100% - 4.9rem);}
.zsxxBox li a .text h6{ font-size: 1.18rem;line-height: 1.28rem;color: #323232;height: 1.28rem;margin-bottom: 1.04rem;}
.zsxxBox li a .text p{font-size: 1.14rem;line-height: 1.24rem;height: 1.24rem;color: #666;}
.zsxxBox li::after{content: "";background: linear-gradient(270deg, rgba(200, 34, 31, 1) 0%, rgba(200, 34, 31, 1) 100%);width: 100%;height: 0;position: absolute;top: 0;left: 0;transition: 0.4s all;border-radius: 0.1rem;}
.zsxxBox li:hover::after{height: 100%;transition: 0.4s all;}
.zsxxBox li:hover a{padding-left:0.28rem;padding-right: 0.28rem;transition: 0.4s all;}
.zsxxBox li:hover .text h6{color: white;}
.zsxxBox li:hover .text p{color: rgba(255, 255, 255, 0.7);}
.zsxxBox li:hover a .date i{ color: #fff;}
.zsxxBox li:hover a .date b{ color: #f9f9f9;}

.videoBox{width: calc(34%);}

.videoBox .videoCon{ padding:0 1.2rem; box-sizing: border-box; }
.videoBox .videoCon .pic {position: relative;}
.videoBox .videoCon .pic::before{position: absolute;left: 50%;top: 50%;background: url(../images/video.png) no-repeat center;background-size: 0.5rem;transform: translate(-50%,-50%);z-index: 5;content: "";width: 50%;height: 50%;}
.videoBox .videoCon .pic img{display: block; height: 28.0rem;}
.videoBox .videoCon .text{background: #eee;height: 3.7rem;display: flex;justify-content: center;align-items: center;}
.videoBox .videoCon .text p{font-size: 1.4rem;font-weight: bold;color: #666;text-align: center;}
.videoBox .img-div{  width: 100%; padding:0 1.0rem 0 1.2rem; box-sizing: border-box; transition: 0.4s all;}
.videoBox .img-div img{ width: 100%; transition: 0.4s all; box-shadow: 0px 10px 20px 15px rgb(247 107 49 / 12%);}
.videoBox .img-div img:nth-child(1){ margin-top: 3rem; }
.videoBox .img-div:hover img{  transform: scale(1.02); transition: 0.4s all; }

.sametitle{position: relative;margin-bottom: 1.5rem;position: relative;display: flex;justify-content: space-between;}
.sametitle h5{display: flex;flex-direction: column;position: relative;}
.sametitle h5::after{content: "";width: 260px;opacity: 0.5;height: 80%;position: absolute;left: 0;bottom: 3px;background: url(../images22/sw.svg) no-repeat bottom left;}
.sametitle h5 p{font-size: 2.5rem;color: rgba(200, 34, 31, 1);position: relative;font-weight: bold;display:block;margin-bottom: 0.25rem;}
.sametitle h5 span{color: rgba(200, 34, 31, 1);font-size: 1.5rem;position: relative;z-index: 8;opacity: 0;}
.sametitle a{display: inline-block;position: absolute;right: 0;bottom: 0;margin-top: -20px;}
.sametitle a span{font-size: 0.75rem;/* line-height: 2.5rem; */color: #999999;display: block;text-align: right;color: #323232;position: relative;width: 9rem;}
.sametitle a span::before{background: url(../images22/morebg.png) no-repeat left center;width: 35%;height: 1px;content: "";position: absolute;right: 31px;top: 50%;}
.sametitle a:hover span{color: #00797c;}

.zsxxBox2{width: calc(50% - 1rem);}
.zsxxBox2 li{position: relative;border-bottom: 1px solid #AFB8AE;padding-top: 1.16rem;padding-bottom: 1.17rem;}
.zsxxBox2 li a{ position: relative;z-index: 3;display: flex;align-items: flex-start;justify-content: space-between;align-items: center;transition: 0.4s all; }
.zsxxBox2 li a .date{display:block; width: 3.6rem;color: rgba(200, 34, 31, 1);text-align: center;;background-size: 100%;height: 5.74rem;padding-top: 1.12rem; margin-left: .3rem; }
.zsxxBox2 li:hover a .date{background-size: 100%;}
.zsxxBox2 li a .date i{display: block;font-size: 1.22rem;font-family: BEBAS;margin-bottom: .84rem;font-weight: normal;font-style: normal;color: rgba(200, 34, 31, 1);margin-top: 0.1rem; font-weight: bold;}
.zsxxBox2 li a .date b{ display: block;font-size: 1.04rem;font-family: BEBAS;font-weight: normal;font-style: normal;color: rgba(200, 34, 31, .9);}
.zsxxBox2 li a .text{width: calc(100%); position: relative;}
.zsxxBox2 li a .text .tdate{ position: absolute; right: 0; top: 0; }
.zsxxBox2 li a .text h6{width: calc(100% - 8rem); font-size: 1.18rem;line-height: 1.28rem;color: #323232;height: 1.28rem;margin-bottom: 1.04rem;}
.zsxxBox2 li a .text p{font-size: 1.14rem;line-height: 1.24rem;height: 1.24rem;color: #666;}
.zsxxBox2 li::after{content: "";width: 100%;height: 0;position: absolute;top: 0;left: 0;transition: 0.4s all;border-radius: 0.1rem;}
.zsxxBox2 li:hover::after{height: 100%;transition: 0.4s all;}
.zsxxBox2 li:hover a{padding-left:0.28rem;padding-right: 0.28rem;transition: 0.4s all;}
.zsxxBox2 li:hover .text h6{color: rgba(200, 34, 31, 1);}
.zsxxBox2 li:hover .text p{color: rgba(200, 34, 31, .7);}
.zsxxBox2 li:hover a .date i{ color: #fff;}
.zsxxBox2 li:hover a .date b{ color: #f9f9f9;}

.zsxxBox3{width: calc(100% - 0rem);}
.zsxxBox3 li{position: relative;padding-bottom: 1.17rem; width: 23%; margin-right: 2%;}
.zsxxBox3 li:last-child{margin-right:0;}
.zsxxBox3 li a{ position: relative;z-index: 3;display: flex;align-items: flex-start;justify-content: space-between;align-items: center; flex-wrap: wrap; transition: 0.4s all; }
.zsxxBox3 li a .date{display:block; width: 3.6rem;color: rgba(200, 34, 31, 1);text-align: center;;background-size: 100%;height: 5.74rem;padding-top: 1.12rem; margin-left: .3rem; }
.zsxxBox3 li:hover a .date{background-size: 100%;}
.zsxxBox3 li a .image{ width: calc(100%); height: 14rem;}
.zsxxBox3 li a .image img{ width: 100%; height: 100%;}
.zsxxBox3 li a .date i{display: block;font-size: 1.22rem;font-family: BEBAS;margin-bottom: .84rem;font-weight: normal;font-style: normal;color: rgba(200, 34, 31, 1);margin-top: 0.1rem; font-weight: bold;}
.zsxxBox3 li a .date b{ display: block;font-size: 1.04rem;font-family: BEBAS;font-weight: normal;font-style: normal;color: rgba(200, 34, 31, .9);}
.zsxxBox3 li a .text{width: calc(100%); position: relative; margin-top: 1rem;}
.zsxxBox3 li a .text .tdate{ position: absolute; right: 0; top: 0; }
.zsxxBox3 li a .text h6{width: calc(100%); font-size: 1.18rem;line-height: 1.28rem;color: #323232;height: 1.28rem;margin-bottom: 1.04rem;}
.zsxxBox3 li a .text p{font-size: 1.14rem;line-height: 1.24rem;height: 1.24rem;color: #666;}
.zsxxBox3 li::after{content: "";width: 100%;height: 0;position: absolute;top: 0;left: 0;transition: 0.4s all;border-radius: 0.1rem;}
.zsxxBox3 li:hover::after{height: 100%;transition: 0.4s all;}
.zsxxBox3 li:hover a{padding-left:0.28rem;padding-right: 0.28rem;transition: 0.4s all;}
.zsxxBox3 li:hover .text h6{color: rgba(200, 34, 31, 1);}
.zsxxBox3 li:hover .text p{color: rgba(200, 34, 31, .7);}
.zsxxBox3 li:hover a .date i{ color: #fff;}
.zsxxBox3 li:hover a .date b{ color: #f9f9f9;}

@media (max-width:850px) {
	.zsxxBox{width: calc(100%);
	margin: auto;}
	.videoBox{width: calc(100%);
	margin: auto;}
	.videoBox .img-div{  width: 49%; padding:0 0; margin-right: 2%; margin-top: -1rem; box-sizing: border-box; transition: 0.4s all;}
	.videoBox .img-div:nth-child(2n){ margin-right: 0; }
	.sametitle{margin-bottom: 0rem;}
	.sametitle h4{display: block;text-align: left;}
	.sametitle h4 p::before{content: "";position: absolute;left: 0;margin-left: 0;}
	.sametitle>img{ width: 10rem;}

	.zsxxBox2{width: calc(100%);
	margin: auto;}
.zsxxBox3 ul li{position: relative; padding-bottom: 1.17rem; width: 49%; margin-right: 2%;}
.zsxxBox3 ul li:nth-child(2n){margin-right:0;}
}
@media (max-width:1189px) {
	.w12_more{display:  none;}
}
@media (max-width:600px) {
}
/* 招生动态 招生政策 结束 */
/* 视频在线 开始 */
.campusBox{margin-top:0.6rem;}
#certify {position: relative;width: 100%;margin: 0 auto}
#certify .swiper-container {}
#certify  .swiper-slide {width: 640px;height: 360px;overflow: hidden;}
#certify  .swiper-slide a{display: block;position: relative;height: 100%;}
#certify  .swiper-slide img{display:block;width: 100%;object-fit: cover;height: 100%;}
#certify  .swiper-slide a::after{content: "";width: 100%;height: 100%;background: url(../images/picBG.png) repeat-x bottom;position: absolute;left: 0;bottom: 0;}
#certify  .swiper-slide .text{position: absolute;z-index: 3; left: 0;bottom: 0.3rem;width: 100%;}
#certify  .swiper-slide p {line-height: 0.28rem;text-align: center;padding: 0 0.3rem;font-size: 0.18rem;color: #fff;}
#certify .swiper-pagination {width: 100%;bottom: 0.2rem;}
#certify .swiper-pagination-bullets .swiper-pagination-bullet {margin: 0 5px;border: 3px solid #fff;background-color: #d5d5d5;width: 10px;height: 10px;opacity: 1;}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {border: 3px solid #00aadc;background-color: #fff;}
#certify .swiper-button-prev {left: 10vw;width: 0.5rem;height: 0.5rem;background: url(../images/left.png) no-repeat center;background-size: 0.5rem 0.5rem;}
#certify .swiper-button-next {right:10vw;width: 0.5rem;height: 0.5rem;background: url(../images/right.png) no-repeat center;background-size: 0.5rem 0.5rem;}
@media(max-width: 680px){
	#certify .swiper-slide,#certify .swiper-slide img{width: 100%;height: 54vw;}
	#certify .swiper-button-prev{left: 0.1rem;}
	#certify .swiper-button-next{right: 0.1rem;}
}

/* featured-area */
#featured-area{height:30rem;width:75%; margin:0 auto 0 auto;}
.roundabout-holder{list-style:none;width:100%;height:100%;margin:0px auto;}
.roundabout-moveable-item{font-size:12px!important;height:100%;width:100%;cursor:pointer;padding:5px;border:1px solid #aaaaaa;-webkit-border-radius:5px;-moz-border-radius:5px;background:#fff; border-radius: 0.75rem; overflow: hidden;}
.roundabout-moveable-item img{height:100%;width:100%;background-color:#FFFFFF;margin:0;}
.roundabout-in-focus{cursor:auto; overflow: hidden;}
.roundabout-in-focus:hover{-webkit-box-shadow:0px 0px 20px #787878;-moz-box-shadow:0px 0px 20px #787878;background:#fff;}
.roundabout-holder span{display:inline;position:absolute;bottom:5px;right:5px;padding:1.0rem 1rem; font-size: 2rem; width: 100%; text-align: center; background:#fff;color:#C8221F ;z-index:999;-webkit-border-top-left-radius:5px;-moz-border-radius-topLeft:5px;border-left:1px solid #aaaaaa;border-top:1px solid #aaaaaa;}
.roundabout-in-focus span{display:inline;position:absolute;bottom:5px;right:5px;padding:1.25rem 1rem; font-size: 2rem; width: 100%; text-align: center; background:#fff;color:#C8221F ;z-index:999;-webkit-border-top-left-radius:5px;-moz-border-radius-topLeft:5px;border-left:1px solid #aaaaaa;border-top:1px solid #aaaaaa;}
.roundabout-in-focus:hover span{display:inline;position:absolute;bottom:5px;right:5px;padding:1.25rem 1rem; font-size: 2rem; width: 100%; text-align: center; background:#fff;color:#C8221F ;z-index:999;-webkit-border-top-left-radius:5px;-moz-border-radius-topLeft:5px;border-left:1px solid #aaaaaa;border-top:1px solid #aaaaaa;}
.roundabout a:active, .roundabout a:focus, .roundabout a:visited{outline:none;text-decoration:none;}
.roundabout li{margin:0}
@media(max-width: 850px) {
	#featured-area{height:30rem;width:40rem; margin:2rem auto 0 auto;}
}
@media(max-width: 430px) {
	#featured-area{height:20rem;width:26rem; margin:2rem auto 0 auto;}
	.roundabout-holder span{display:inline;position:absolute;bottom:5px;right:5px;padding:0.25rem 1rem; font-size: 2rem; width: calc(100%); text-align: center; background:#fff;color:#C8221F ;z-index:999;-webkit-border-top-left-radius:5px;-moz-border-radius-topLeft:5px;border-left:1px solid #aaaaaa;border-top:1px solid #aaaaaa;}
	.roundabout-in-focus span{display:inline;position:absolute;bottom:5px;right:5px;padding:0.55rem 1rem; font-size: 2rem; width: 100%; text-align: center; background:#fff;color:#C8221F ;z-index:999;-webkit-border-top-left-radius:5px;-moz-border-radius-topLeft:5px;border-left:1px solid #aaaaaa;border-top:1px solid #aaaaaa;}
	.roundabout-in-focus:hover span{display:inline;position:absolute;bottom:5px;right:5px;padding:0.55rem 1rem; font-size: 2rem; width: 100%; text-align: center; background:#fff;color:#C8221F ;z-index:999;-webkit-border-top-left-radius:5px;-moz-border-radius-topLeft:5px;border-left:1px solid #aaaaaa;border-top:1px solid #aaaaaa;}
}


/* 视频在线 结束 */
/* 数据  开始 */
.data{background: url(../images/bg3.png) no-repeat center; background-size: cover; padding: 4.625rem 0; margin-bottom: 2rem;}
.data li .pic{display: table;margin: 0 auto;}
.data li .pic img{display: block;max-width: 120px;width: 100%;}
.data li h5{font-size: 2rem;color: #fff;text-align: center;margin: 1.2rem 0;font-weight: bold;}
.data li h5 span {font-size:14px;}
.data li p{  font-size: 1rem;color: #fff;text-align: center;line-height: 1.375rem;}
@media(max-width: 850px) {
	.data li{width: 33%;margin-bottom: 1.875rem;padding: 0 0.625rem;}
	.data{padding: 2.625rem 0 0.625rem 0; margin-bottom: 2rem;}
}
/* 数据  结束 */

/*公共样式 开始 */
.giocn{ margin: auto; margin-bottom: 2rem; }
.giocn ul{}
.giocn ul li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.giocn ul li:nth-child(3n){
	margin-right: 0;
}
.giocn ul li:nth-child(n+4){
	margin-bottom: 0;
}
.giocn ul li img{
	width: 100%;transition: 0.4s all;
}
.giocn ul li:hover img{  transform: scale(1.02); transition: 0.4s all; box-shadow: 0px 10px 20px 15px rgb(247 107 49 / 12%);}
@media (max-width: 850px){
	.giocn ul li{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.giocn ul li:nth-child(3n){
		margin-right: 2%;
	}
	.giocn ul li:nth-child(n+4){
		margin-bottom: 2%;
	}
	.giocn ul li:nth-child(2n){
		margin-right: 0;
	}
	.giocn ul li:nth-child(n+5){
		margin-bottom: 0;
	}
}

.rightImgBox{ width: calc(48%);  border-radius: 1.24rem;  position:relative; padding-top: 2rem; box-sizing: border-box;}
.lbt{ position:relative; width: 100%; height: 100%;border-radius: 1.24rem;}  
.focus0{ position:relative; width: 100%; height: 100%;}  
.focus0 img{width: 100%; height: 100%; } 
.focus0 .btn1{ position:absolute; bottom:34px; left:210px; overflow:hidden; zoom:1;} 
.focus0 .btn1 a{position:relative; display:inline; width:13px; height:13px; text-decoration:none; text-align:left; outline:0; float:left; background:rgba(255, 255, 255, .4); }  
.focus0 .btn1 a:hover,.focus .btn a.current{  cursor:pointer; background:#fff;}  
.focus0 .fPic1{ position:absolute; left:0px; top:0px; width: 100%; height: 100%; border-radius: 1.24rem;}  
.focus0 .D1fBt1{ overflow:hidden; zoom:1;  height:16px; z-index:10;  }  
.focus0 .shadow1{width: 100%;position:absolute;background: rgba(0,0,0,0.5);bottom: 0px;padding-left:1rem;padding-right:1rem;z-index:10;display:block;font-size:1rem;height: 3.5rem;line-height: 3.5rem; border-radius:0 0 1.24rem 1.24rem;}
.focus0 .shadow1 a{color:#fff;}   
.focus0 .fcon1{ position:relative; width:100%; height: 100%; float:left;  display:none;border-radius: 1.24rem; }  
.focus0 .fcon1 img{ display:block; width: 100%; height: 100%; border-radius: 1.24rem;}  
.focus0 .fbg1{bottom: -1px;right:20px;position:absolute;height:2rem;text-align:center;z-index: 200;}  
.focus0 .fbg1 div{margin:0px auto;overflow:hidden;zoom:1;height:14px}    
.focus0 .D1fBt1 a{position:relative; display:inline; width:1rem; height:0.3rem; margin:0 3px;color:#fff;text-decoration:none; text-align:center; outline:0; float:left; background:rgba(255, 255, 255, .4); }    
.focus0 .D1fBt1 .current,.focus .D1fBt a:hover{background:#fff;height:0.3rem; margin:0 3px;}    
.focus0 .D1fBt1 img{display:none}    
.focus0 .D1fBt1 i{display:none; font-style:normal; }    
.focus0 .prev1{width:35px;height:34px; left:0px;  position:absolute; top:150px; z-index: 9999;}  
.focus0 .next1{width:35px;height:34px; right:0px;position:absolute; top:150px; z-index: 9999;} 
.focus0 .prev1:hover{  background-position:0 0; }  
.focus0 .next1:hover{  background-position:-40px 0;}

/*公共样式 结束 */
/* part2 start */
.part3BG{/* padding: 4.625rem 0; */margin: 6rem 0;}
@media (max-width: 850px){
	.part3BG{/* padding: 4.625rem 0; */margin:0;}
	.videoIndex span{
		background: url(../images22/videoo.svg) no-repeat,linear-gradient(180deg, rgb(0,158,158),rgb(64,183,230));
}
	.rightImgBox{width: calc(100%);
		height: 40rem;
	margin: auto;}
}
@media (max-width: 450px){
	.rightImgBox{height: 20rem;}
}

.part2{width: 54%;}
.part2Box{position: relative;z-index: 2;}
.part2Box .swiper-slide .videoIndex{display: block;position: relative;cursor: pointer;}
.part2Box .swiper-button-prev,.part2Box .swiper-button-next{width: 32px !important;height: 32px !important;}
.part2Box .swiper-button-prev{background-image: url("../images22/chevron-left-svgrepo-com.svg");transform: scale(2);left: 0.625rem;top: 46%;}
.part2Box .swiper-button-next{right: 0.625rem;top: 46%;/* color: white; */transform: scale(2);background-image: url("../images22/chevron-right-svgrepo-com.svg");}
.part2Box .swiper-pagination{display: block;position: relative;margin-top: 40px;top: 1px;}
.part2Box .swiper-pagination-bullet{width:15px;height:15px;margin: 0 11px !important;}
.part2Box .swiper-pagination-bullet-active{background-color:rgb(0,158,158);font-size:12px;}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
	opacity:1 !important;
	cursor:pointer !important;
	pointer-events:all !important;
}
.videoIndex{display:block;position: relative;height: 450px;background: #f6f6f6;overflow: hidden;}
.videoIndex img{object-fit: cover;transition: 0.6s all;width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: 1;}
.videoIndex span{
	background: url(../images22/videoo.svg) no-repeat,linear-gradient(180deg, rgb(0,158,158),rgb(64,183,230));
	background-position: 60% center;
	background-size: 55%;
	width: 3.75rem;
	height: 3.75rem;
	left: 50%;
	/* margin-left: -1.875rem;
	top: 39%; */
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 20;
	border-radius: 50%;
	border: 4px solid white;
	/* 	background-image: #009e9e; */
	padding: 30px;
	cursor: pointer;
	}

.videoIndex span:hover{
	 transform: scale(1.2);
	transition: 0.6s all;
}
.videoIndex{}
.videoIndex .pic{overflow: hidden;}
.videoIndex .pic img{object-fit: cover;display: block;width: 100%;transition: 0.6s all;height: 420px;object-fit:cover;}
.videoIndex .text{position: absolute;top: 0;left: 0;/* background: url(../images22/part2-03.png) repeat-x bottom; */width: 100%;height: 100%;z-index: 9;}
.videoIndex .text p{position: absolute;bottom: 1.25rem;left: 1.25rem;width: calc(100% - 40px);text-align: center;font-size: 1.125rem;color: #fff;}
.swiper-slide-active{position: relative;z-index: 9;}
/* .videoIndex:hover img{transition: 0.6s all;transform: scale(1.1);} */
@media screen and (max-width: 1200px) {
.videoIndex,.videoIndex .pic img{height: 390px;}
}
@media screen and (max-width: 1024px) {
.videoIndex,.videoIndex .pic img{height: 370px;}
}
@media(max-width: 850px) {
	.videoIndex span:hover{
	 transform: scale(1);
	transition: 0.6s all;
}
.videoIndex,.videoIndex .pic img{height: 450px;}
}
@media(max-width: 540px) {
	.part2Box .swiper-pagination{display: block;position: relative;margin-top: 20px;top:1px;}
	.part2Box .swiper-pagination-bullet{width:10px;height:10px;margin: 0 8px !important;}
.videoIndex,.videoIndex .pic img{height: 300px;}
}
@media(max-width: 414px) {
.videoIndex,.videoIndex .pic img{height: 230px;}
}
@media(max-width: 375px) {
.videoIndex,.videoIndex .pic img{height: 210px;}
}

@media(max-width: 320px) {
.videoIndex,.videoIndex .pic img{height: 180px;}	
}

/* part3 start */
.part3{width: 40%;}
.part3 li{margin-bottom: 1.25rem;padding-bottom: 1.25rem; border-bottom: 1px solid #dfd8d5;}
.part3 li h5 a{transition: 0.6s all;display: table;width: auto;color: #fff;font-size: 1.125rem;background: linear-gradient(135deg,rgb(0,158,158),rgb(64,183,230));padding: 0 1.875rem;line-height: 2rem;height: 2rem;border-radius: 1rem;margin-bottom: 0.75rem;font-weight: bold;}
.part3 li h5 a:hover{color: #b9e5eb;transition: 0.6s all;}
.part3 li p a{display: block;font-size: 1rem;color: #323232;line-height: 1.5rem;height: 1.5rem;overflow: hidden;transition: 0.6s all;}
.part3 li p a:hover{color: rgba(200, 34, 31, 1);transition: 0.6s all;}
@media(max-width: 850px) {
.part2,.part3{width: 100%;margin-top: 6rem;}
}
/* part3 end */
/* 页脚 开始 */
.footer{padding-top: 2.5rem; background: url(../images/footerbg.png) no-repeat bottom center;background-size: cover;}
.footerT{padding-bottom: 1.875rem;align-items: flex-end;}
.footerL .footer-logo{margin-bottom: 2.5rem;}
.footerL .footer-logo img{display: block;max-height: 3.125rem;max-width: 100%;}
.footerLB ul:first-child {margin-right: 6rem;}
.footerLB ul h5{font-size: 1.125rem;color: #fff;margin-bottom: 0.625rem;}
.footerLB ul p{font-size: 0.875rem !important;color: #fff;}
.footerLB ul p span{font-size: 0.875rem !important;}
.footerLB ul p i{font-style: normal;margin-right: 1.875rem;display: block;margin-bottom: 0.625rem;}
.footerLB p a{color: #fff;margin-right: 1.875rem;display: block;margin-bottom: 0.625rem;}
.footerLB p a:hover{opacity: 0.6;transition: 0.6s all;}
.footerR li{max-width: 190px;margin-left: 1.625rem;}
.footerR li .pic{overflow: hidden;}
.footerR li .pic img{display: block;max-width: 100px;width: 100%;margin: 0 auto;}
.footerR li p{font-size: 1.125rem;color: #fff;text-align: center;margin-bottom: 0.9375rem;font-weight: bold;}
.footerB{padding: 1.875rem 0;border-top:2px solid white;}
.footerB p{font-size: 0.875rem;color: #fff;line-height: 1.375rem;}
/* 页脚 结束 */


@media(max-width: 1400px){
	.part3 .tabBox{padding: 0;}
}

@media(max-width: 1200px){
	.footerL{padding-top: 1.875rem;/* margin-bottom: 1.25rem; */}
	.footerR li:first-child{margin-left: 0;}
	
}

@media(max-width: 1000px){
	.part3 .bd .part3Pic, .part3 .bd .part3Pic2{width: 100%;}
	.part3 .bd .part3Text, .part3 .bd .part3Text2{width: 100%;display: none;}
	.part3 .bd .part3Pic .swiper-slide .text,.part3 .bd .part3Pic2 .swiper-slide .text{display: block;}
	.part3 .swiper-pagination,.part3 .swiper-pagination2{display: block;}
}

@media(max-width: 850px){
	.footerLB ul{/* margin-top: 1.25rem; */padding: 5px 0;}
	.part3{margin-bottom: 6rem;}
	.part3 .w14{padding: 0;}
	.footer{padding-top: 0;}
	
}

@media(max-width: 540px){
	.footerR{
		display:flex;
		flex-wrap: nowrap;
		width: 60%;
	}
	.footerR li{width: 48%;max-width: inherit;margin-left: 0;}
}
.footer2{margin-top: 0;}
/*==========================================内页 开始=============================================*/
.n_banner{display: block;position: relative;width: 100%;top: 0;left: 0;height: 31.25rem;}
/* .n_banner .subtop{
	width: 100%;
	height: 30px;
	float: left;
	position: absolute;
	top: 75%;
	left: 12%;
	color: white;
	font-size: 36px;
	font-weight: 700;
	z-index:100
} */
.n_banner::before{content: "";width: 100%;height: 25%;background-image: linear-gradient(to bottom,rgba(0,0,0,0),rgba(200, 34, 31, .6));bottom: 0;left: 0;position: absolute;z-index: 1;}
.n_banner img{ width: 100%;position: absolute;left: 50%;top: 50%;width: 100%;height: 100%;transform: translate(-50%, -50%);object-fit: cover;}

@media(max-width: 1200px){
	.n_banner{margin-top: 5.625rem;}
	.n_banner::before{display: none;}
	.n_banner .subtop{
	display:none
}
}
@media(max-width: 850px){
	.n_banner{height: 20rem;}
	.n_banner{margin-top: 4.375rem;}
	
	
}
@media(max-width: 414px){
	.n_banner{margin-top: 60px;}
	.n_banner{height: 15rem;}
}
	
#nav_slide{background: #e1e1e1;line-height: 50px;position: relative;z-index: 2;}
#nav_slide #bnt_back{ position:absolute; left: 0.16rem; top:-2px;  }
#nav_slide #bnt_back img{height: 20px;vertical-align: middle;}

#nav_slide .n_title{ height: 50px; }
#nav_slide h1{font-size: 16px;color: #323232;text-align: center;}
#bnt_sub_nav{position: absolute;right: 0.16rem;top: 14.5px;cursor: pointer;}
#bnt_sub_nav img{display: block;height: 20px;}
#bnt_sub_nav.on img{-webkit-transform:rotate(-180deg);transform:rotate(-180deg);}
#sub_nav_content{background: #f2f2f2; display: none; z-index: 9;width: 100%;box-shadow: 0 2px 8px 0 rgba(0,0,0,0.2);}
#sub_nav_content ul{background: #FFFFFF;}
#sub_nav_content ul li {background: none;box-shadow:none;border-bottom:1px solid #dedede;padding: 0 15px;}
#sub_nav_content ul li a{display: inline-block;font-size: 14px;padding: 0;color: #333;width: 88%;}
#sub_nav_content ul li i{float:right;font-family: simsun;font-style: normal;font-weight: bold;}
#sub_nav_content ul li ul li{border:0;line-height:40px;padding-left: 10px;}
#sub_nav_content ul li ul li a{font-size: 13px; color: #666;}
#sub_nav_content ul li.on>a{color: #A71A22;}

#sub_nav_content ul li ul{ display:none}
#nav_slide{ display:none}
.bg{background: #f7f7f7;}
.n_container{position: relative;z-index: 6; padding:0 0 0.6rem 0;background-size: 100%; 
    background:#eff4f1 url(../images/nyBg.png) no-repeat bottom center;
    min-height: 6.5rem;
}
@media (max-width:1100px) {
	.n_container{ display:block;padding-top: 0;}
	#nav_slide{display: block;}
}
@media (max-width:850px) {
	.n_container{padding-bottom: 0.6rem;}
}
@media (max-width:850px) {
}
@media (max-width:430px) {
}
.n_container::after{content: "";width: 100vw;position: absolute;left: 0;bottom: 0;height: 100%;z-index: -8;}

.n_container .n_left{width: 4rem;position: relative;z-index: 88;width: 265px;position: relative;z-index: 1;height: 100%;}
.n_container .n_left h1{height:7.9rem; font-size: 2.4rem; line-height:7.9rem;background: linear-gradient(270deg, #A71A22 0%, #ac3239 100%); color:#fff;padding: 0 0.2rem 0 0.2rem;display:flex;align-items: center;background-size: auto;font-weight: bold;justify-content: center;margin-top: -2.9rem; border-bottom: .4rem solid #ffa300;}
.n_container .n_left h1 span{display: block;}
.n_container .n_left .con .ulCon{background:#A71A22;padding-bottom: 0;}
.n_container .n_left .con .ulCon ul{background:#FFFFFF; border: none;}


.n_container .n_left .con ul li{color: #333333;position:relative; text-align: center; }
.n_container .n_left .con ul li.selected dl{display:block !important;}

.n_container .n_left .con ul li>a img{margin: -3px 20px 0 0;}
.n_container .n_left .con ul li.selected:after, .n_container .n_left .con ul li:hover:after{display: block;}
.n_container .n_left .con ul li.selected i{background:url(../images/jton.svg) center no-repeat;background-size: 7px;transform: rotate(90deg);transition: 0.4s all;}
.n_container .n_left .con ul li i.up{transform: rotate(90deg);}
.n_container .n_left .con ul li>a{color: #333333;display: block;padding: 1.75rem 0 1.75rem 0;transition: 0.36s;position: relative;font-size: 1.48rem;line-height: 2rem;}
/* .n_container .n_left .con ul li:hover i{background:url(../images/jton.svg) center no-repeat;background-size: 7px;} */
.n_container .n_left .con ul li:hover>a,
.n_container .n_left .con ul li.selected>a{color: #FFFFFF !important;font-weight: 600;background: #A71A22;}

.n_container .n_left .con ul li dl{display:none;padding: 5px 0;position:relative;}
.n_container .n_left .con ul li dl:before{content:"";position:absolute;right:0;left:20px;top:0;height:1px;}
.n_container .n_left .con ul li dl dd{height: auto;line-height: 0.34rem;padding: 0 15px;}
.n_container .n_left .con ul li dl dd a{position: relative;width: calc(100% - 20px); display: block; font-size: 0.16rem;line-height: 0.2rem; color: #323232 !important;padding: 0.1rem 0 0.1rem 0.4rem;}
.n_container .n_left .con ul li dl dd a::after{content: "";width: 0.04rem;height: 0.04rem;position: absolute;left: 0.2rem;top: 0.18rem; position:absolute;background: #A71A22;}
.n_container .n_left .con ul li i{width: 0.2rem;height: 0.6rem;background: url(../images/jt.svg) center no-repeat;background-size: 0.07rem;position:absolute;right: 0.3rem;top: 0;transition:0.36s;cursor: pointer;}
.n_container .n_left .con ul li dl dd a:hover, .n_container .n_left .con ul li dl dd.on a{color: #A71A22!important;font-weight: bold;}
.n_container .n_left .con ul li dl dd:hover a:before,.n_container .n_left .con ul li dl dd.on a:before{ background:#A71A22;}
.n_container .n_left .con ul li:hover i{background: url(../images/jton.svg) center no-repeat;background-size: 0.07rem;}
.mianbao h5{font-size: 0.26rem;color: #323232;font-weight: bold;    display: none;}
.mianbao p{padding: 0 0 0 0.2rem;background: url(../images/now.png) left center no-repeat;display: inline-block;vertical-align: top;background-size: 0.17rem;left: 3.2rem;z-index: 6;bottom: 0.1rem;display: flex;align-items: center;}
.mianbao,.mianbao i,.mianbao a{font-size: 0.16rem;color: #323232;font-style:normal;transition: 0.6s all;line-height: 0.4rem;}
.possplit{display: inherit; margin:0 0.1rem;width: 0.05rem;height: 1px;background: #323232;position: relative;top: 0;}
.mianbao a:last-child{color: #A71A22;font-weight: bold;}  
.mianbao a:hover{color: #A71A22;transition: 0.6s all;font-weight: bold;}

.n_container .n_right{ width:calc(100% - 3.6rem); position: relative; z-index: 2;padding-top: 0.4rem;}
.n_container .n_right::after{content: "";width: 1;}
.n_container .n_right .bgss{margin-top: 0.2rem;}

@media(max-width: 1100px){
    .mianbao{display: none;}
}
@media(max-width: 850px){
    .n_container .n_right .bgss{margin-top: 30px;}
    .n_container .n_right .bg02{border: none;background: none;padding: 0;}
}

/* 内容页 */
.n_right .show{margin-top: 2rem;}
.show01{margin-bottom: 1.2rem;padding-bottom: 1.2rem; }
.show01 h5{font-size: 1.56rem;line-height: 1.56rem;text-align: center;margin-bottom: 1.2rem;font-weight: bold;color: #333333;}
.show01 p{padding-bottom: 1.2rem;text-align: center;font-size: 2.14rem;color: #666666;border-bottom: 1px solid #dcdcdc;}
.show01 i{font-style: normal;margin: 0 8px;padding-left: 0;font-size: 1.14rem;color: #666666;}
.show02{ padding: .24rem; box-sizing: border-box; }

.show03{margin-top: 0.6rem;padding-top: 0.3rem;border-top: 0.01rem solid #D9D9D9;}
.show03 p{font-size: 0.18rem;color: #323232;margin-bottom: 0.16rem;line-height:0.36rem;}
.show03 p+p{margin-bottom: 0;}
.show03 p a{font-weight: normal; color: #666666;transition: 0.6s all;}
.show03 p a:hover{color: #A71A22;transition: 0.6s all;}

@media(max-width: 1100px) {
   .n_right .show{margin-top: 0.3rem;}
}

@media(max-width: 850px) {
    .show02 img{width: 100%;max-width: 100%;}
}


/* 视频列表页 */
.videoList{}
.videoList ul{margin-left: -0.4rem;display: flex;justify-content: flex-start;}
.videoList ul li{width: 31.73%;margin-left: 1.6%;padding: 1.2rem 1.2rem 0rem 1.2rem;background: white;margin-bottom: 2.3rem;transition: 0.6s all;}
.videoList ul li a{display: block;}
.videoList ul li a .pic{display: block;overflow: hidden;position: relative; width: 100%; height: 100%;}
.videoList ul li a .pic .slow{overflow: hidden;}
.videoList ul li a .pic .slow img,.videoList ul li a .pic .slow video{display: block;width: 100%;height: 15rem;object-fit: cover;}
.videoList ul li a .icon{position: absolute;width: 0.5rem;height: 0.5rem;left: 50%;margin-left: -0.25rem;top: 50%;margin-top: -0.25rem;}
.videoList ul li a .icon img{display: block;width: 0.5rem;}
.videoList ul li a .text{padding: 1.2rem 1.1rem;}
.videoList ul li a .text p{font-size: 1.18rem; line-height: 2rem; text-align: center; color: #323232;transition: 0.6s all;}
.videoList ul li:hover{background: #A71A22;transition: 0.6s all;}
.videoList ul li:hover .text p{color: #fff;transition: 0.6s all;}

@media(max-width: 850px) {
    .videoList ul {margin-left: 0;}
    .videoList ul li {width: 100%;margin-left: 0;}
    .videoList ul li a .pic .slow img,.videoList ul li a .pic .slow video{height: 52vw;max-height: 100%;}
}

/* 视频列表 */
/* 文章列表页 */
.n_container .n_right .TextList{padding-top: 0;margin-top: 1.4rem;min-height:4.5rem; }
.TextList ul li{padding-bottom:0rem;position: relative;transition: 0.6s all;}
.TextList ul li+li{margin-top: 1.12rem;}
.TextList ul li a{display: flex;position: relative;overflow: hidden;position: relative;justify-content: space-between;background: white;padding: 1.2rem 1.2rem;transition: 0.4s all;}
.TextList ul li a:hover{background: linear-gradient(270deg, #A71A22 0%, #ac3239 100%);transition: 0.4s all;}
.TextList ul li a p{transition: 0.6s all;line-height:2.7rem;font-size: 1.18rem;color: #323232;width: calc(100% - 6.6rem);position: relative;padding-left: 1.2rem;margin-left: 1.2rem; transition: 0.4s all;height: 0.7rem;position: relative;}
.TextList ul li a p::after{content: "";width: 0.05rem;height: 2rem;background: #A71A22;position: absolute;left: 0;top: 50%;margin-top: -0rem;}
.TextList ul li a span{font-size: 0.16rem !important;color: #323232;font-weight: normal;;width: 0.7rem;text-align: right;line-height: 0.7rem;display: block;transition: 0.4s all;}
.TextList ul li a .date{width: 4.6rem;height: 100%;display: flex;flex-direction: column;align-content: flex-end;justify-content: center;}
.TextList ul li a:hover span{color: white;transition: 0.4s all;}
.TextList ul li a .date i{display: block;font-family: BEBAS;text-align: right;font-size: 1.52rem; margin-bottom: .2rem; font-weight: bold;color: #A71A22;font-style: normal;transition: 0.4s all;}
.TextList ul li a .date b{display: block;font-family: BEBAS;text-align: right;font-style: normal;font-size: 1.12rem;color: #737373;font-weight: normal;margin-top: 0.06rem;transition: 0.4s all;}
.TextList ul li a:hover .date i{color: white;transition: 0.4s all;}
.TextList ul li a:hover .date b{color:white;transition: 0.4s all;}

.TextList ul li:hover p{color: white;transition: 0.6s all;padding-left: 1.34rem;font-weight:600;transition: 0.4s all;}
@media(max-width: 540px){
    .TextList ul li a{flex-wrap: wrap;padding: 0.2rem;}
    .TextList ul li a .date{width: 0.8rem;height: auto;}
    .TextList ul li a p{margin-top: 0;height: auto;overflow: hidden;width: calc(100% - 1rem);line-height: 0.24rem;display: block;height: auto;}
	   .TextList ul li a span{width: 100%;text-align: left;margin-left: 1.2rem;line-height: 0.24rem;margin-top: 0.06rem;}
}
.mainbg{position: relative;}
.mainbg::after{content: "";/* background: url(../images22/nybg.png) no-repeat bottom center; */background-size: 100%;position: absolute;bottom: 200px;width: 100%;height: 100%;background-size: 100%;z-index: -2;}
.mianbaoxie{padding: 0;position: relative;margin-top: 10px;margin-top: 0;height: 5rem;align-items: center;display: flex;justify-content: space-between;}

.mianbaoxie h4{font-size: 1.5rem;color: #323232;font-weight: normal;}
.mianbao{ margin-top: 1rem; margin-left: 0.5rem; padding: 0 0 0 25px;background: url(../images/now.png)no-repeat left center; background-size: 25px  25px; display: inline-block;vertical-align: top;}
.mianbao,.mianbao span,.mianbao i,.mianbao a{font-size: 14px;color: #323232;font-style:normal;line-height: 1.625rem;}
.mianbao i{ margin:0 6px}
.mianbao a{}
.mianbao span{ color:#00797c}

.ar_wap{ display:none}

#nav_slide{background: #e1e6eb;line-height: 50px;position: relative;z-index: 2;}
#nav_slide #bnt_back{ position:absolute; left: 1rem; top:-2px;  }
#nav_slide #bnt_back img{height: 20px;vertical-align: middle;}

#nav_slide .n_title{ height: 50px; }

.margin_auto_1 .on{-webkit-transform:rotate(180deg);transform:rotate(180deg);}
.margin_auto_1 img{
	height:20px;
	transform: rotate(0deg);
	-webkit-transform:rotate(0deg);
}
#nav_slide h1{font-size: 1.375rem;color: #000;text-align: center;position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;width: 140px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}

#bnt_sub_nav{position: absolute;right: 1rem;top: 14.5px;cursor: pointer;}
#bnt_sub_nav img{display: block;height: 20px; -webkit-transform:rotate(0deg);transform:rotate(90deg)}
/* #bnt_sub_nav.on img{-webkit-transform:rotate(0deg);transform: rotate(0deg);} */
#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%;position: relative;z-index: 100;}
#sub_nav_content ul li i{float:right;font-family: simsun;font-style: normal;font-weight: bold;width:10%;text-align:center;}
#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: #00797c;}

#sub_nav_content ul li ul{ display:none}
#nav_slide{ display:none}

.n_container{position: relative;}
		.fontpostive{
	margin-top: 8rem;
}
.pb_sys_style4 .p_no_d{
	background-color:rgb(0,158,158) !important;
	border: none !important;
	border-radius:2px;
	cursor: text;
	height: 28px !important;
	padding: 8px 11px !important;
}
.pb_sys_common .p_fun a, .pb_sys_common .p_no a{
	border-radius: 2px !important;
}
 .pb_sys_common .p_no a:hover{
	 color:rgb(0,158,158);
 }
.pb_sys_common .p_t{
	color:#606266
}

.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o, .pb_sys_common .p_fun a, .pb_sys_common .p_no a{
	background-color:#f4f4f5;
	border: none !important;
	padding: 8px 9px !important;
	height: 28px !important;
	font-size:13px;
	/* cursor: text !important; */
}
.p_prev_d{
	cursor:no-drop;
}
.p_no_d{
	cursor:text;
}
.p_next_d{
	cursor:no-drop;
}

.pb_sys_common .p_fun a{
	font-weight: 700;
}
.pb_sys_common .p_fun a:hover{
/* 	 color:#409EFF; */
}

.n_container .w13{position: relative;}
@media(max-width:1200px) {
		.fontpostive{
	margin-top: 4rem;
}

	.n_container .w13 .n_ss::before{display: none;}
}

.list_title{margin-bottom: 2.625rem;}
.list_title h5{padding-bottom: 1.875rem;position: relative;font-size: 2rem;color: rgba(200, 34, 31, 1);font-weight: bold;}
.list_title h5::after{content: "";width: 80%;height: 2px;background: rgba(200, 34, 31, 1);position: absolute;left: 0;bottom: 0;}
.list_title h5::before{content: "";width: 23%;height: 60%;background: url(../images22/list-sw.svg) no-repeat bottom right;position: absolute;right: 0;bottom: 0;}

.n_container .n_right{width: calc(100% - 280px);padding-left: 20px;position: relative;z-index: 3;margin-bottom: 4.25rem;}
.n_container .n_right ul{margin-top: 1rem;margin-bottom:20px;}
.n_xrld .content{margin:0 -.625rem;margin-bottom: 1.235rem;}
.n_xrld .content .box{ float:left; width:50%; padding:0 .625rem}
.n_xrld .content .box .list_box16{box-shadow: 0px 1px 12.87px 0.13px rgba(14, 46, 80, 0.12);padding: 1rem 2rem;position:relative;margin-bottom: 1.75rem;}
.n_xrld .content .box .list_box16:before{ content:""; position:absolute; width:5px; top:0; bottom:0; left:0; background: rgba(17,34,203,1);
    background-image: -moz-linear-gradient(90deg, rgba(47,121,196,1) 0%, rgba(93,158,225,1) 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(47,121,196,1) 0%, rgba(93,158,225,1) 100%);
    background-image: -ms-linear-gradient(90deg, rgba(47,121,196,1) 0%, rgba(93,158,225,1) 100%);}
	
	
.list_box16 li{border-bottom:#e3e3e3 1px solid;line-height: 2rem;height: auto;padding: 1rem 0;}
.list_box16 li:last-child{ border:none}
.list_box16 li .left{ width:7.25rem; position:relative; font-size:1.1252rem; color:#323232}
.list_box16 li .left:before{ content:""; position:absolute; top:50%; margin-top:-.5rem; right:0; width:1px; height:1rem; background:#d5d5d5}
.list_box16 li .right{ width:calc(100% - 7.25rem); padding:0 0 0 1rem}
.list_box17 dd{font-size:1rem;color:#666666;margin-right:1.25rem;float: left;}
.list_box17 dd a{font-size:1rem;color:#666666;}
.list_box17 dd a:hover{color: #4eaf4b;}

.n_lrld .content{margin:0 -1.25rem;margin-bottom: 1.235rem;}
.n_lrld .content .box{ float:left; width:50%; padding:0 1.25rem}

.h31{ background:#f2f2f2; line-height:3.125rem; padding:0 1.25rem; font-size:1.5rem; color:#323232; border-left:#2055b2 4px solid}
.n_lrld .content .box table tr:nth-child(2n){ background:#f7f9fd}
.n_lrld .content .box table th{ font-size:1.25rem; color:#323232; font-weight:bold; line-height:1.5; text-align:center; padding:1rem 0}
.n_lrld .content .box table td{ font-size:1rem; color:#323232; line-height:1.5; text-align:center; padding:.5rem 0}

.list_box18{margin: 0 -.625rem;padding: 0 0px;}
.list_box18 li{ float:left; width:50%; padding:0 .625rem; margin-bottom:1.25rem;}
.list_box18 li a{display:block;min-height: 3.125rem;position:relative;border: #d3d3d3 1px solid;}
.list_box18 li a .box_table{ background:#fff; position:relative}
.list_box18 li a:before{content:"";position:absolute;left: -1px;top: -1px;width:10px;height:10px;background: url(../images22/list_box18_sj1.png) center no-repeat;z-index: 1;}
.list_box18 li a:after{content:"";position:absolute;right: -1px;bottom: -1px;width:10px;height:10px;background: url(../images22/list_box18_sj2.png) center no-repeat;z-index: 1;}
.list_box18 li a h5{font-size: 1.125rem;color:#323232;line-height:1.5rem;margin: 1rem 1.25rem 1rem 1.25rem;text-align: left;transition:.5s;position:relative;padding: 0 0 0 1.5rem;}
.list_box18 li a h5:hover{color:#4eaf4b;font-weight: bold;}
.list_box18 li a h5:before{content:"";position:absolute;background:url(../images22/list_box18_dot1.png) center no-repeat;width:13px;height:13px;top: 50%;margin-top: -6.5px;left: 0;}
.zzjg_bm table tr:nth-child(2n-1){ background:#f7f9fd}
.zzjg_bm table th{font-size:1.25rem;color:#323232;font-weight: normal;line-height:1.5;text-align:center;padding:1rem 0;background: #eaf1fb;border-top: #2055b2 2px solid;}
.zzjg_bm table td{font-size:1rem;color:#323232;line-height:1.5;min-width: 12.5rem;padding: 1.5rem 1.875rem;text-align: left;}
.zzjg_bm table td a{font-size:1rem;color:#323232;line-height:1.5;min-width: 12.5rem;padding: 1.5rem 1.875rem;text-align: left;}
.zzjg_bm table td:nth-child(1){ width:16.5rem}


.n_list_text ul{ position:relative}
.n_list_text ul li{ width:100%;position: relative;z-index: 5;padding: 1.875rem 0;border-bottom: 2px solid #d0d4d7;}
.n_list_text ul li:hover{background: #00797c;box-shadow: 0px 8px 15.3px 2.7px rgba(0, 120, 123, 0.28);}
.n_list_text ul li a{font-weight: normal;display: flex;justify-content: center;align-items: center;position: relative;align-items: center;padding: 0 1.5rem;width: 100%;}
.n_list_text ul li p{font-size: 1.5rem;line-height: 1.875rem;color: #323232;width: calc(100% - 140px);padding-left: 1.5rem;}
.n_list_text ul li:hover p{color: #FFFEFE;}
.n_list_text ul li a .date{
       width: auto;
       padding-right: 1.5rem;
       }
.page .n_list_text ul li a b{
	font-size: 1.25rem;
}

.page .n_right .n_list_text .listFrame{
	margin-top:50px
}
.page .n_right .n_list_text .listFrame tr td {
	font-size:13px;
	font-weight:500;
	color:#606266;
	
}
.page .n_right .n_list_text .listFrame tr td span:nth-child(2){
	display:inline-block;
	color:white;
	background: rgb(0,158,158);
	padding: 5px 8px;
	border-radius: 2px;
	cursor:text !important;
}
.page .n_right .n_list_text .listFrame tr td span{
	cursor:no-drop ;
}
.page .n_right .n_list_text .listFrame tr td a {
	color:#606266;
}
.page .n_right .n_list_text .listFrame tr td a:hover{
	color: rgb(0,158,158);
	
}
.n_list_text ul li a i{font-style: normal;display: block;font-size: 1.75rem;color: #000;text-align: center;/* width: 90px; */margin-bottom: 0.75rem;font-weight: normal;}
.n_list_text ul li a b{font-style: normal;font-size: 1rem;color: #000;font-weight: normal;text-align: center;display: block;}
.n_list_text ul li:hover i{color: #FFFEFE;}
.n_list_text ul li:hover b{color: #FFFEFE;}
.n_list_text ul li a p{font-size: 1.125rem;color:#323232;line-height: 1.625rem;max-height: 1.625rem;overflow: hidden;width: calc(100% - 100px);/* padding-left: 2.5rem; */border-left: 2px solid #d0d4d7;}
.page .n_list_text ul li a p{
	width:80%;
}
.page .n_list_text ul li:hover span{
	color:#FFFEFE !important;
}
@media(max-width:850px) {
	.n_list_text ul li a p{font-size: 1.125rem;color:#323232;line-height: 1.5rem;max-height: 100%;width: 70%;overflow: hidden;text-overflow:ellipsis;white-space:nowrap;height: auto;}
	.n_list_text ul li a i{margin-top: 0.375rem;}
	.n_list_text ul li a::after{top: 1.3rem;margin-top: 0;}
}
.fy{display: block;text-align: center;margin-top: 1.625rem;}
.fy img{display: block;margin: 0 auto;}
/*内容样式*/
.page .n_right{width: 90%;padding-left: 0;position: relative;top: 0px;margin: 0 auto;margin-bottom: 4.25rem;}
.n_news_detail{margin-top: 2rem;}
.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 !important;}
.ar_article table {border-collapse: collapse;border-right: 1px solid #ededed;border-bottom: 1px solid #ededed;;margin:0 auto;width:80%;}
.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: 1.125rem;color: #666666;line-height: 1.875rem;width: 90%;margin: 0 auto;}
.ar_article p{font-size: 1.125rem!important;color: #666666!important;line-height: 2.25rem!important;margin-bottom: 1.2rem!important;text-indent: 2em;}
.ar_article p:last-child{ margin-bottom:0}
.ar_article strong{ font-weight:bold;}
.ar_article img{
			   max-width: 450px;
			   width: 80% !important;
			   height:  100% !important;
			   margin: 5px auto;
			   }
.ar_article a{color: rgba(200, 34, 31, 1) !important;text-decoration: underline !important;}
.ar_article h1,.ar_article h2,.ar_article h3,.ar_article h4,.ar_article h5{ font-weight:bold;}
.ar_article h1{ font-size:2.25rem; margin-bottom:1rem}.ar_article h2{ font-size:1.875rem; margin-bottom:0.875rem;}.ar_article h3{ font-size:1.5rem; margin-bottom:0.9375rem}
.ar_article h4{ font-size:1.125rem; margin-bottom:0.875rem}.ar_article h5{ font-size:0.875rem; margin-bottom:0.75rem}.ar_article h6{ font-size:0.75rem; margin-bottom:0.75rem}
.ar_article ul li,
.ar_article ol li{ padding-bottom:0 !important; margin-bottom:0 !important; margin-left:2rem; 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.9375rem;}
.ar_article sub {vertical-align:sub; font-size: smaller;}
.ar_article sup { vertical-align:super; font-size: smaller;}
.ar_article img{display: block;}

.n_right .ar_article_box h5{font-size: 1.8rem;color:#323232;text-align: center;font-weight: bold;line-height: 2rem;margin-bottom: 1.5rem;}
.n_right .ar_article_box h6{font-size: 1.8rem;color:#323232;text-align: center;font-weight: bold;line-height: 2rem;margin-bottom: 1.25rem;}
.n_right .ar_article_box .bbt{font-size: 1rem;line-height: 1.875rem;color:#999999;text-align: center;}
.n_right .ar_article_box .bbt+.bbt{padding-bottom: 2rem;border-bottom: 2px solid #00797c;margin-bottom: 2rem;}
.n_right .ar_article_box .artic3{margin-top: 3rem;padding-top: 1rem;background: #FFFEFE;padding: 1.5rem;width: 90%;margin-left: auto;margin-right: auto;}
.n_right .ar_article_box .artic3 p {}
.n_right .ar_article_box .artic3 p+p {border-top: 1px solid #ccc;padding-top: 0.7rem;margin-top: 0.7rem;}
.n_right .ar_article_box .artic3 p span{font-size: 1rem;color: #323232;line-height: 1.5rem;}
.n_right .ar_article_box .artic3 p a{display: block;font-size: 1rem;color: #323232;line-height: 1.5rem;}
.n_right .ar_article_box .artic3 p a:hover{color: #00797c;}

.n_list_pic ul{}
.n_list_pic li{transition: 0.4s;position: relative;}
.n_list_pic li+li{margin-top: 1.875rem;}
.n_list_pic li:hover{box-shadow: 0px 2px 29px 0px rgba(36, 43, 48, 0.3);transition: 0.4s;background: #FFFFFF;}
.n_list_pic li a{display: block;}
.n_list_pic li a b{font-size: 0.75rem;color:#323232;line-height: 1.5rem;display: inline-block;font-weight: normal;background: url(../images22/date4.png) no-repeat left center;padding-left: 20px;background-size: 14px;}
.n_list_pic li .pic{width: 350px;height: 230px;overflow: hidden;position: relative;float: left;position: relative;margin-right: 20px;left: 0;top: 0;}
.n_list_pic li .pic img{display: block;width: 100%;transition: 0.6s all;height: 100%;}
.n_list_pic li .text{/* padding: 2rem 0 1rem 0; */box-sizing: border-box;padding-top: 1.125rem;}
.n_list_pic li .text h5{transition: 0.6s all;font-size: 1.125rem;color: #333;line-height: 1.125rem;height: 1.125rem;overflow: hidden;margin-bottom: 0.75rem;}
.n_list_pic li .text .inf{border-top: 1px solid #d9d9d9;padding-top: 1.5rem;margin-top: 3.125rem;}
.n_list_pic li .text .inf i{font-size: 0.75rem;color:#00797c;font-style: normal;font-style: normal;background: url(../images22/time.png) no-repeat left center;padding-left: 1.25rem;line-height: 1.625rem;display: block;}
.n_list_pic li .text .inf span{font-size: 0.75rem;color:#00797c;font-style: normal;display: block;background: url(../images22/jt02.png) no-repeat right center;padding-right: 1.5rem;line-height: 1.625rem;transition: 0.4s;}
.n_list_pic li:hover .text .inf span{margin-right: 10px;transition: 0.4s;}
.n_list_pic li .text p{font-size: 0.875rem;line-height: 1.625rem;color: #999;height:4.875rem;overflow-y: hidden;display: block;margin: 20px 0 8px 0;}
.n_list_pic li:hover .pic img{transform: scale(1.1);transition: 0.6s all;}
.n_list_pic li:hover h5{color: #00797c;transition: 0.6s all;font-weight: bold;}
@media(max-width:1200px) {
	.n_container .n_right{margin-top: 3.125rem;}
}
@media(max-width:850px) {
	.n_list_pic li .text .inf{margin-top: 1rem;padding-top: 0.5rem;}
	.n_list_pic li .text p{margin: 10px 0 8px 0;}
	.n_list_pic li a{flex-wrap: wrap;}
	.n_list_pic li .pic{width: 100%;margin-right: 0;height: 100%;float: none;}
	.n_list_pic li .text{width: 100%;margin-left: 0;padding: 1rem 0;}
	.n_list_pic li .text h5{height: auto;line-height: 1.5rem;overflow: visible;margin-top: 1rem;}
	.n_list_pic li .pic{top: 0;}
	.n_list_pic li .pic{width: 100%;max-height: 100%;}
}


.n_list_pic2 ul{flex-wrap: wrap;}
.n_list_pic2 li{margin-bottom: 1.2rem;transition: 0.4s;width: 48%;}
.n_list_pic2 li a{display: block;position: relative;}
.n_list_pic2 li a::before{content: "";background: url(../images22/video.png) no-repeat center;width: 3.75rem;height: 3.75rem;left: 50%;margin-left: -1.875rem;top: 45%;position: absolute;z-index: 4;}
.n_list_pic2 li .pic{width: 100%;position: relative;overflow: hidden;position: relative;height:17.5rem;}
.n_list_pic2 li .pic img{display: block;width: 100%;transition: 0.6s all;height: 100%;}
.n_list_pic2 li h5{transition: 0.6s all;font-size: 1rem;color: #333;line-height: 1rem;max-height: 1rem;overflow: hidden;margin: 1rem 0;text-align: center;}
.n_list_pic2 li:hover .pic img{transform: scale(1.1);transition: 0.6s all;}
.n_list_pic2 li:hover h5{color: #00797c;transition: 0.6s all;}


@media(max-width:850px) {
	.n_list_pic2 li{width: 48%;}
	.n_list_pic2 li .pic{width: 100%;height: auto;}
.ar_article table {width:100%;}
/* 	.ar_article img{width: 85%;margin: 5px auto;} */
}
@media(max-width:414px) {
/* 		移动端的招生信息的页脚 */
		.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o, .pb_sys_common .p_fun a, .pb_sys_common .p_no a{
			padding: 6px 6px !important;
			height: 24px !important;
		}
	
	.n_list_pic2 li{width: 100%;}
/* 	.ar_article img{
				   width: 80%;
				   display: block;
				   margin: 5px auto;
				   } */
	.page .n_list_text ul li a p{
	width:70%;
}
	.page .n_list_text ul li a b{
	font-size: 1.125rem;
}

.n_right .ar_article_box .artic3{
	padding: 0;
	width: 95%;
}
	.flex-start{flex-wrap: nowrap;}
	.n_right .ar_article_box .artic3 p span{
		width:17%
	}
	.n_right .ar_article_box .artic3 p a{
		width: 85%;
		text-overflow:ellipsis;
		white-space:nowrap;
		overflow:hidden;
	}
}


.n_list_pic3 dl{display: flex;justify-content: flex-start;margin-top: 1.5rem;flex-wrap: wrap;}
.n_list_pic3 dl dd+dd{margin-left: 1rem;}
.n_list_pic3 dl dd.on a{color: #ffa300;font-size: 1.25rem;position: relative;border-bottom: 1px solid #ffa300;transition: 0.4s;}
.n_list_pic3 dl dd:hover a{color: #ffa300;font-size: 1.25rem;position: relative;border-bottom: 1px solid #ffa300;transition: 0.4s;}
.n_list_pic3 dl dd:hover a::after{content: "";background: url(../images22/bg11.png) no-repeat bottom center;width: 12px;height: 6px;bottom: -2px;position: absolute;left: 50%;bottom: -7px;margin-left: -6px;transition: 0.4s;}
.n_list_pic3 dl dd.on a::after{content: "";background: url(../images22/bg11.png) no-repeat bottom center;width: 12px;height: 6px;bottom: -2px;position: absolute;left: 50%;bottom: -7px;margin-left: -6px;transition: 0.4s;}
.n_list_pic3 dl dd{margin-bottom: 1rem;}
.n_list_pic3 dl dd a{font-size: 1.125rem;color: #737373;padding:0 0.5rem;display: block;line-height: 2rem;}
.n_list_pic3 ul{flex-wrap: wrap;margin-top: 1rem!important;margin-left: -2%;justify-content: flex-start;}
.n_list_pic3 li{margin-bottom: 1.2rem;transition: 0.4s;width: 31.333%;background: url(../images22/listbg2.png) no-repeat bottom center #f4f4f4;height: 10rem;margin-left: 2%;border-bottom: 2px solid #00787b;}
.n_list_pic3 li a{display: flex;justify-content: center;align-items: center;flex-direction: column;height: 100%;}
.n_list_pic3 li .img{max-width: 100%;position: relative;overflow: hidden;position: relative;height: 66px;display: flex;align-items: center;justify-content: center;padding: 0 1rem;}
.n_list_pic3 li .img img{display: block;max-width: 100%;transition: 0.6s all;}
.n_list_pic3 li h5{transition: 0.6s all;font-size: 1.125rem;color: #333;line-height: 1.5rem;margin: 1rem 0;text-align: center;font-weight: bold;}
.n_list_pic3 li:hover h5{color: #00797c;transition: 0.6s all;}
@media(max-width:850px) {
	.n_list_pic3 dl dd{margin: 0 1rem;margin-bottom: 1rem;}
}
@media(max-width:768px) {
	.list_title h5::before{
		width:50%;
	}
	.n_list_pic3 li{padding: 1.5rem 1rem;margin-left: 2%;width: 48%;box-sizing: border-box;}
	.n_list_pic3 li .img{height: 4.5rem;}
	.n_list_pic3 li h5{margin-bottom: 0;}
}

.n_list_teacher{}
.n_list_teacher .xbTitle{margin-top: 2rem;border-bottom: 1px solid #4eaf4b;}
.n_list_teacher .xbTitle h6{font-size: 1.25rem;line-height: 2.5rem;color: white;padding:0 1rem;display: inline-block;background: linear-gradient(90deg, #4eaf4b 0%, #75c9e3 100%);border-radius: 1.25rem;}
.n_list_teacher .zmflBox{margin-top: 2rem;}
.n_list_teacher .zmflBox ul{display: flex;justify-content: flex-start;flex-wrap: wrap;margin-left:-8px;}
.n_list_teacher .zmflBox ul li{width: 7.14%;padding-left:8px;margin-bottom: 8px;}
.n_list_teacher .zmflBox ul li a{font-size: 1.125rem;color: #323232;display: block;text-align: center;background: #FAFAFA;line-height: 2.5rem;}
.n_list_teacher .zmflBox ul li:hover a,.n_list_teacher .zmflBox ul li.on a{background: linear-gradient(90deg, #4eaf4b 0%, #75c9e3 100%);color: white;}
.n_list_teacher .teachlist {flex-wrap: wrap;justify-content: flex-start;margin-left: -2rem;}
.n_list_teacher .teachlist li{width: 16.6666%;padding-left:2rem;margin-bottom: 1rem;}
.n_list_teacher .teachlist li a{display: block;}
.n_list_teacher .teachlist li a .pic{width: 100%;height: 11.875rem;overflow: hidden;}
.n_list_teacher .teachlist li a .pic img{width:100%;display: block;height: 100%;}
.n_list_teacher .teachlist li a .text{margin-top: 8px;}
.n_list_teacher .teachlist li a .text h5{font-size: 1rem;color: #323232;line-height: 1.625rem;height: 1.625rem;overflow: hidden;text-align: center;}
@media(max-width: 850px){
	.n_list_teacher .teachlist li a .pic{height: 9.5rem;}
	.n_list_teacher .zmflBox ul{}
	.n_list_teacher .teachlist{}
	.n_list_teacher .teachlist {margin-left: -2rem;}
	.n_list_teacher .teachlist li{width: 20%;padding-left:2rem;}
	
}
@media(max-width: 580px){
	.n_list_teacher .zmflBox ul{margin-left: -10px;}
	.n_list_teacher .zmflBox ul li{width: 10%;padding-left: 10px;}
	.n_list_teacher .teachlist li a .pic{height: 13rem;}
	.n_list_teacher .teachlist {margin-left: -1rem;}
	.n_list_teacher .teachlist li{width: 25%;padding-left:1rem;}
}
@media(max-width: 480px){
	.n_list_teacher .zmflBox ul{margin-left: -10px;}
	.n_list_teacher .zmflBox ul li{width: 10%;padding-left: 10px;}
	.n_list_teacher .teachlist li a .pic{height: 10rem;}
}
@media(max-width: 414px){
	.n_list_teacher .zmflBox ul li{width: 12.5%;}
	.n_list_teacher .teachlist{margin-left: -15px;}
	.n_list_teacher .teachlist li a .pic{height: 18rem;}
	.n_list_teacher .teachlist li{width: 50%;padding-left: 15px;}
}
@media(max-width: 375px){
	.n_list_teacher .teachlist li a .pic{height: 17rem;}
}

.n_list_teacher_con{margin-top: 2rem;}
.n_list_teacher_con .peopleinfo{background: #FAFAFA;padding: 2rem 2.5rem;}
.n_list_teacher_con .peopleinfo .pic{width: 20%;position: relative;z-index: 5;overflow: visible;}
.n_list_teacher_con .peopleinfo .pic::after{content: "";position: absolute;width: 40px;height: 40px;right: -5px;top: -5px;	background: linear-gradient(90deg, #4eaf4b 0%, #75c9e3 100%);z-index:-1;}
.n_list_teacher_con .peopleinfo .pic img{display: block;width: 100%;}
.n_list_teacher_con .peopleinfo .text{width:75%;margin-left: 5%;}
.n_list_teacher_con .peopleinfo .text p{font-size: 1.125rem;line-height: 1.5rem;margin-top: 0.625rem;color: #555;}
.n_list_teacher_con .peopleinfo .text p span{display: inline-block;font-size: 1.125rem;line-height: 1.5rem;color: #323232;}

.n_list_teacher_con .infoBox{margin-top: 1.5rem;}
.n_list_teacher_con .infoBox h6{border-bottom: 1px solid #4eaf4b;margin-top: 1.5rem;}
.n_list_teacher_con .infoBox h6 p{font-size: 1.125rem;font-weight: bold;color: white;background: linear-gradient(90deg, #4eaf4b 0%, #75c9e3 100%);line-height: 2.5rem;padding: 0 1rem;display: inline-block;border-top-left-radius: 4px;border-top-right-radius: 4px;}
.n_list_teacher_con .infoBox .text{margin-top: 1.5rem;}
.n_list_teacher_con .infoBox .text p{font-size: 1rem;line-height: 1.75rem;}
.n_list_teacher_con .infoBox .text ul{margin-top: 0;}
.n_list_teacher_con .infoBox .text ul li{background: url(../images22/qd.png) no-repeat left 10px;padding-left: 1rem;}
.n_list_teacher_con .infoBox .text ul li a{display: block;font-size: 1rem;line-height: 1.5rem;color: #323232;margin-top: 0.625rem;}
@media(max-width: 850px){
	.n_list_teacher_con .peopleinfo .pic{width: 40%;}
	.n_list_teacher_con .peopleinfo .text{width:55%;margin-left: 5%;}
}
@media(max-width: 768px){
	.n_list_teacher_con .peopleinfo{background: #FAFAFA;padding: 2rem 0.5rem;}
	.n_list_teacher_con .peopleinfo .text p{font-size: 1rem;}
}
/*==========================================内页 结束=============================================*/

@media(min-width: 768px){
	.list_box2 li a:hover .con h5, .list_box3 li a:hover .con h5, .list_box4 li a:hover h5, .titile001 h3 font:hover, .list_box6 li a:hover .con h5, .list_box7 li a:hover h5, .list_box8 .item .con h5:hover, .list_box9 .item .con h5:hover, .list_box12 li a:hover h5, .list_box11 li a:hover h5{ color:#4eaf4b}
	.list_box7 li a:hover{ box-shadow: 0px 1px 30px 0px rgba(39, 45, 48, 0.15);}
	
	.list_box13 li a:hover .img img{ transform:scale(1.05)}
	.list_box14 li:hover{ opacity:1}
	
	.list_box18 li a:hover h5:after{ transform:translateX(.5rem)}
}


@media(max-width: 850px){
	.n_xrld .content .box .list_box16{margin-bottom: 1.5rem;}
	.n_xrld .content .box{width: 100%;}
}


@media(max-width: 1630px){
	
	.list_box7 .miso-arrow{top:auto;transform:translateY(0);bottom: -2rem;width: 26px;height: 26px;background-size: 100% 100% !important;}
	.list_box7 .miso-prev{left:50%;margin-left: -35px;}
	.list_box7 .miso-next{right:50%;margin-right: -35px;}
}

@media(max-width: 1400px){
	.MainMenu #links>li{ margin-right:1.5rem}
	.MainMenu #links>li a h3{ font-size:1.125rem}
}

@media(max-width: 1330px){
}

@media(max-width: 1200px){
	
	.header_box_wai{ display:none}
	.m_header_box{ display:block;}
	
	.container01 .left{ width:100%; padding:0 0}
	.container01 .center{width:100%;padding: 1.5rem 0;}
	.container01 .right{ width:100%}
	
	.list_box2 li a .img_zd .img_hezi{ padding-bottom:76.72% !important}
	.list_box3 li a .img_zd .img_hezi{ padding-bottom:56.45% !important}
	.list_box15{width:100%;margin: 0;}
	
	.list_box15 li{display:inline-block;margin: 0 5px;}
	
	.n_container .n_left{ display:none}
	.n_container .n_right{ width:100%; padding:0}
	.mianbaoxie{ display:none}
	
	#nav_slide{ display:block}
}

@media(max-width: 1060px){
	
}

@media(max-width: 992px){
	.container03 .left{ width:100%; padding:0}
	.container03 .right{width:100%;padding: 2rem 0 0;}
	.container03 .con-bg .after:after{ display:none}
	.list_box8{ white-space:normal; margin:0 -7px}
	.list_box8 .item{ padding:0 7px; margin-bottom:1rem}
	
	.container04{ padding:3rem 0 7rem}
	.container04 .left{width: calc(100% + 2.125rem);padding:0 0;}
	.container04 .right{width:100%;padding: 3rem 0 0;}
	
	.container04 .right .titile001.ar_web{ display:none}
	.container04 .right .titile001.ar_wap{ display:block}
	
	.container04:before{ display:none}
	.list_box11{ transform: translateX(-2.125rem) translateY(-2.75rem);}
	.list_box10 li a{padding:1.5rem 2.5rem 0 10px;height: 18rem;}
	
	.container04 .right .box{ width:100%}
	
	.container05 .left{width:100%;padding: 0;}
	.container05 .right{width:100%;padding: 0 0 0;}
	
	.n_xrld .content{ margin-bottom:0}
	
	.n_lrld .content .box{ width:100%; margin-bottom:1.25rem}
	.list_box18 li{width:100%;margin-bottom: 1rem;}
}

@media(max-width: 768px){
	#gotop,.kf{ right:0; transform:scale(0.8)}
	
	.list_box1s{text-align:center;font-size: 0;width: 100%;margin-bottom: 1.25rem;}
	.list_box1s li{width: 33.333333% !important;padding: 0 !important;float: none;display: inline-block !important;margin: 0;border: none !important;line-height: 2;}
	.list_box1s li:after{ display:none}
	.fl .list_box1{ display:none}
	
	.container01{padding: 2rem 0;}
	.titile001 h3 big{font-size: 1.5rem;}
	
	.container02{ padding:0 0 5rem}
	
	.list_box8 .item .con{ height:auto; padding:1rem 15px 1rem}
	.list_box8 .item .con h5{height:3.5rem;-webkit-line-clamp: 2;font-size: 1rem;}
	
	.list_box10 li a h5, .list_box11 li a h5{font-size:1rem;height: 7.5rem;-webkit-line-clamp: 4;}
	.list_box11 li a{padding:1rem 10px 0;height: 15rem;}
	
	.list_box10 li a h3 img, .list_box11 li a h3 img{ height:2.75rem}
	.list_box11 .miso-arrow{ width:30px; height:30px;; background-size:cover !important}
	
	.list_box12 li{ line-height:3rem; height:3rem !important}
	
	.container04 .right .box .box_li .box_li1{ height:15rem}

	.list_box13 li{width:50%;padding: 0 7px;margin-bottom: 1.25rem;}
	
	.container05{padding: 2rem 0;}
	.list_box13 li a .con{ padding:1.5rem 1.25rem 0}
	.list_box13 li a .con h4{font-size: 1.25rem;width: 1.25rem;}
	.list_box13 li:nth-child(2n){margin-top: 0;}
	
	.list_box13{padding:0 0rem;margin: 0 -7px;}
	.list_box13 li a .img .img_hezi{padding-bottom: 131% !important;}
	
	.list_box4 li a h5{ height:auto; max-height:3.75rem}
	.titile001 h3 font img{ height:16px}
	
	.h31{ font-size:1.25rem}
	
	.n_container{padding: 0.5rem 0 2rem 0;}
	.fontpostive{
	margin-top: 1rem;
}
	.list_box18 li a h5{ font-size:1rem}
	
	.zzjg_bm table td{padding:1rem 5px;width:auto !important;min-width: 7.5rem;}
	
	.zzjg_bm .scoll{ overflow:hidden; overflow-x:scroll}
	
	.list_box12 li a h5{ font-size:1rem}
}

/*==========================================内页 结束=============================================*/