/* 网站颜色设置 */
:root {
	--theme_orange: #ed6c00;
	--theme_lightOrange: #ff9933;
	--theme_green: #004246;
	--theme_lightGreen: #d5f1f0;
	--theme_grey: #f4f6fe;
	
	--theme_body:#f8f8f8;
	
	--border_color :#ddd;  
	
	--color_title: #333333;	
	--color_desc: #999999; 
	
	--color_bai : #ffffff; 
} 


/* social icon */
.icon-social-qq { background-image: url(../img/social-icon/icon-qq.png); }
.icon-social-qqzone { background-image: url(../img/social-icon/icon-qqzone.png); }

.icon-social-wechart { background-image: url(../img/social-icon/icon-wechart.png); }
.icon-social-sina { background-image: url(../img/social-icon/icon-sina.png); }
.icon-social-bilili { background-image: url(../img/social-icon/icon-bilili.png); }
.icon-social-titolk { background-image: url(../img/social-icon/icon-titolk.png); }
.icon-social-wxVideo { background-image: url(../img/social-icon/icon-wxVideo.png); }
.icon-social-ximalaya { background-image: url(../img/social-icon/icon-ximalaya.png); }

.icon-social-twitter { background-image: url(../img/social-icon/icon-twitter.png); }
.icon-social-Facebook { background-image: url(../img/social-icon/icon-Facebook.png); }
.icon-social-youtube { background-image: url(../img/social-icon/icon-youtube.png); }
.icon-social-linkedin { background-image: url(../img/social-icon/icon_linkedin.png); }
.icon-social-instagram { background-image: url(../img/social-icon/icon-instagram.png); }
.icon-social-soundcloud { background-image: url(../img/social-icon/icon-soundcloud-color.png); }

.icon-home {background-image: url(../img/icon/icon-home-grey.png);}
.icon-phone { background-image: url(../img/icon/telephone.png); }
.icon-email { background-image: url(../img/icon/email.png); }
.icon-add { background-image: url(../img/icon/ADDRESS.png); }
.icon-web { background-image: url(../img/icon/icon-school-2.png); }

.share-followus { }
.share-followus ul { display: flex; align-items: center; justify-content:flex-end; }
.share-followus ul li { margin-left: 7px;  background-color: #eee;  border-radius: 50%; }
.share-followus ul li:first-child { color: #999; font-weight: bold; margin-right: 5px; background-color: transparent; border-radius:0 ; }
.share-followus ul li img { height: 0.3rem; transform-origin: center; transform: scale(.5); }

/* social icon-end */



/* 搜索图标 */
.btn-search {
	display: block;
	min-width: 13px;
	min-height: 13px;
	width: .15rem;
	height: .15rem;
	border: 2px #fff solid;
	border-radius: 50%;
	position: relative;
	font-style: normal;
	cursor: pointer;
	margin: auto;
}

.btn-search::after {
	content: "";
	display: block;
	width: 7px;
	border-top: 2px #fff solid;
	position: absolute;
	top:100%;
	left: 78%;
	transform: rotate(45deg);
}
/* 搜索图标-end */




/* 按钮*/
.unison-btn-radio { 
	border: 1px var(--border_color) solid;
	border-radius: 25px;
	outline: none;
	background-color: transparent;
	text-decoration: none;
	text-align: center;
	padding: 12px 25px;
	line-height: 1;
	font-size: 14px;
}

.unison-btn-radio-5 { 
	border: 1px var(--border_color) solid;
	border-radius: 5px;
	outline: none;
	background-color: transparent;
	text-decoration: none;
	text-align: center;
	padding: 12px 25px;
	line-height: 1;
	font-size: 14px;
}

.unison-btn { 
	border: 1px var(--border_color) solid;
	outline: none;
	background-color: transparent;
	text-decoration: none;
	text-align: center;
	padding: 12px 25px;
	line-height: 1;
	font-size: 14px;
	transition: all .3s;
}

.unison-btn-radio:hover, 
.unison-btn-radio-5:hover,
.unison-btn:hover { 
	color: #fff; 
	text-decoration: none; 
	background-color: #ed6c00;
	border-color: #ed6c00;  
	transition: all .3s; 
}


/* 返回顶部按钮 */
.backtop {
	background-color: rgba(255,255,255,.05); 
	/* background-image: url(../img/icon/icon-top.png); */
	background-repeat: no-repeat;
	background-position: center center;
	border:3px rgba(255,255,255,.5) solid;
	color: rgba(255,255,255,.5);
	width: .6rem;
	height: .6rem;
	min-width: 45px;
	min-height: 45px;
	line-height: 2;
	position: fixed;
	border-radius: 50%;
	/* right: calc((100vw - 14.6rem) / 2 - 170px); */
	right: 2vw;
	bottom: 21vh;
	z-index: 80;	
	text-align: center;	
	cursor: pointer;
	padding: .26rem 0; 
	font-size: .16rem;
	text-transform: uppercase;
	display: none;
}

.backtop::before {
	content: "";
	height: 16px;
	border-left: 2px rgba(255,255,255,.5) solid;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	transition: all .35s;
}
.backtop::after  {
	content: "";
	width: 11px;
	height: 11px;
	border-top: 2px rgba(255,255,255,.5) solid;
	border-left: 2px rgba(255,255,255,.5) solid;
	position: absolute;
	left: 50%;
	top: 44%;
	transform: translate(-50%,-50%) rotate(45deg);
	transition: all .35s;
}

/* .backtop:hover { background-color:rgba(255,255,255,1) ; transition: all .35s;} */
.backtop:hover::before ,
.backtop:hover::after { border-color: #fff; transition: all .35s;}

.bai_boder  { position: absolute !important; top: .6rem; border-color: rgba(255,255,255,.35) !important; transition: all .35s; }
.bai_boder:before,
.bai_boder::after { border-color: #fff !important; transition: all .35s;}

.bai_boder:hover { border-color: rgba(255,255,255,.6) !important; transition: all .35s; }

.backtop img { display: block; margin: auto;  }



/* .backtop span {
	display: block;
	width: 0;
	height: 0;
	margin: auto;
	margin-bottom: 3px;
	border: 7px transparent solid;
	border-top: none;
	border-bottom: 12px #fff solid;
} */

/* > 查看更多(带左箭头按钮) */
.btn-more-l {
	display: inline-block  ;
	width: auto;
	height: auto;
	line-height: 1;
	color: #666;
	outline: none;
	padding: 0; 
	position: relative;
	z-index: 5;
	overflow: visible;
	/* font-size: .14rem; */
	padding-left: 18px;
	text-decoration: none;
	transition: all .35s;
}

.btn-more-l::after {
	content: "";
	width: 10px;
	height: 10px;
	border-top: 3px #666 solid;
	border-right: 3px #666 solid; 
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%) rotate(45deg);
	transition: all .35s;
}


/* > 查看更多(带右箭头按钮) */
.btn-more-r  {
	display: inline-block  ;
	width: auto;
	height: auto;
	line-height: 1;
	color: #666;
	outline: none;
	padding: 0; 
	position: relative;
	z-index: 5;
	overflow: visible;
	/* font-size: .14rem; */
	padding-right: 18px;
	text-decoration: none;
	transition: all .35s;
}

.btn-more-r::after {
	content: "";
	width: 10px;
	height: 10px;
	border-top: 3px #666 solid;
	border-right: 3px #666 solid; 
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%) rotate(45deg);
	transition: all .35s;
}


.btn-more-r:hover,
.btn-more-r:hover::after ,
.btn-more-l:hover ,
.btn-more-l:hover::after { color: #ed6c00; border-color: #ed6c00; transition: all .35s; }


/* 待下划线按钮 */
.btn-more-underline,
.btn-more-underline2 {
	display: inline-block  ;
	width: auto;
	height: auto;
	line-height: 1.5;
	color: #666;
	outline: none;
	padding: 0; 
	position: relative;
	z-index: 5;
	overflow: hidden;  
	text-decoration: none;
	transition: all .35s;
}

.btn-more-underline::after {
	content: "";
	width: 100%;
	border-top: 3px #666 solid;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	transform: translateX(-100%);
	transition: all .35s;
}

.btn-more-underline:hover::after {
	border-color: #ed6c00; 
	opacity: 1;
	transform: translateX(0);
	transition: all .35s;
}


.btn-more-underline2::after {
	content: "";
	width: 100%;
	border-top: 7px #666 solid;
	position: absolute;
	bottom: 2px;
	left: 0;
	opacity: .15;
	z-index: -1; 
	transition: all .35s;
}

.btn-more-underline2:hover::after {
	border-color: red; 
	opacity: .85;
	transform: translateX(0);
	transition: all .35s;
}


/* 查看更多(带右箭头按钮) */
.btn-more-leftline,
.btn-more-rightline {
	display: inline-block  ;
	width: auto;
	height: auto;
	line-height: 1.5;
	color: #666;
	outline: none;
	padding: 0; 
	position: relative;
	z-index: 5;
	overflow: hidden;  
	text-decoration: none;
	transition: all .35s;
}

.jt-left-arrow, 
.jt-right-arrow {
	display: block;
	position: relative;
	width: 20px;
	/* height: 5px; */
	border-top: 2px #b9b9c0 solid;  
	transition: all .3s;
}

.jt-right-arrow::after,
.jt-left-arrow::after {
	content: "";
	width: 8px;
	height: 8px;
	display: block;
	border: none;
	transform-origin: center;
}

.jt-left-arrow::after { 
	border-top: 2px #b9b9c0 solid;
	border-left: 2px #b9b9c0 solid;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-58%) rotate(-45deg);
	transition: all .3s;
}

.jt-right-arrow::after { 
	border-top: 2px #b9b9c0 solid;
	border-right: 2px #b9b9c0 solid;
	
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-58%) rotate(45deg);
	transition: all .3s;
}

.btn-more-rightline:hover ,
.btn-more-rightline:hover .jt-right-arrow::before,
.btn-more-leftline:hover ,
.btn-more-leftline:hover .jt-left-arrow::before { color:#ed6c00 ; border-color: #ed6c00; 	transition: all .35s;}

.btn-more-leftline:hover .jt-left-arrow::after { border-right-color: #ed6c00; 	transition: all .35s; }
.btn-more-rightline:hover .jt-right-arrow::after { border-left-color: #ed6c00; 	transition: all .35s; }

/* 图片尺寸 */
.cards_for_goal {
	display: flex;
	justify-content: flex-end;
	flex-flow: column;
	background-color: transparent;
	position: relative;
	overflow: hidden;
	height: 0;
	width: 100%;
	transition: all .3s;
}

.imgsize {
	display: block;
	background-color: #eee;
	position: relative;
	overflow: hidden;
	height: 0;
	width: 100%;
	transition: all .3s;
}

.imgsize img {
	display: block;
	max-width: calc(100% + 2px);
	width: calc(100% + 2px);
	height: 100%;
	/* max-height: 100%; */
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(1);
	transition: all .3s;
}

.img1_1 { padding-top: 100%; }

.img28_1 {  padding-top:47.8%;  } 
.img3_1 { padding-top: 43%; } 
.img2_1 { padding-top: 50%; } 

.img5_4 {  padding-top: 87%;  }
.img4_3 {  padding-top: 67%;  }

.img16_9 {  padding-top: 56.8%;  } 
.img9_16 { padding-top: 120.8%;  }


dl:hover .imgsize img,
ul li:hover .imgsize img ,
.all-box .box-1 .box-4:hover .imgsize img{	transform: translate(-50%,-50%) scale(1.05); transition: all .3s; } 




/* 列表行数 */
 .li-line-1 { width: 100%; }
 .li-line-2 ul { display: block; }

 .li-line-2 ul,
 .li-line-3 ul,
 .li-line-4 ul,
 .li-line-4 ul { display: flex; flex-flow: row wrap; }
 
 .li-line-1 ul li { margin-bottom: 24px;  }
 
 .li-line-2 ul li,
 .li-line-3 ul li,
 .li-line-4 ul li,
 .li-line-4 ul li { margin-bottom: 24px; margin-right: 24px; }
 
  
 /* 2列 */
 .li-line-2 { width: 100%; }
 .li-line-2 ul li { width: calc((100% - 24px) / 2);	 transition: all .3s; }
 .li-line-2 ul li:nth-child(2n) { margin-right: 0; } 
 
 /* 3列 */
 .li-line-3 { width: 100%; }
 .li-line-3 ul li { width: calc((100% - 24px*2) / 3); transition: all .3s; }
 .li-line-3 ul li:nth-child(3n) { margin-right: 0; } 
 
 /* 4列 */
 .li-line-4 {}
 .li-line-4 ul li { width: calc((100% - 24px*3) / 4); transition: all .3s; }
 .li-line-4 ul li:nth-child(4n) { margin-right: 0; }
 
 /* 5列 */
 .li-line-5 {}
 .li-line-5 ul li { width: calc((100% - 24px*4) / 5);  transition: all .3s; }
 .li-line-5 ul li:nth-child(5n) { margin-right: 0; }
 
  
 /* 图文列表 */
.normal_list {  }
.normal_list h3 { margin-bottom: 15px; transition: all .35s; }
.normal_list .desc { margin-bottom: 10px; }
dl dt { font-weight: normal;  }

ul li:hover h3 { color: #940407; transition: all .35s; } 

/* 默认 左图右文 */
.item_normal {  display: flex;   }
.item_normal dt { width: 2.85rem;  font-weight: normal;  margin-right: 20px; } 
.item_normal dd { width: calc(100% - 2.85rem - 20px); text-align: left; position: relative; }
.item_normal dd h3 { margin-bottom: 15px; transition: all .35s; }
.item_normal dd .desc { margin-bottom: 10px; }  
.item_normal dd .desc p { -webkit-line-clamp: 2; } 

ul li:hover .item_normal h3,
.item_normal:hover h3  {  transition: all .35s; }  



/* 左文右图 */
.item_with_rightImgs {  display: flex; position: relative; }
.item_with_rightImgs dt { float: right; margin-right: 0 !important; /* margin-left: calc(100% - 2.6rem ); */ }
.item_with_rightImgs dd { float: none; position: absolute; left: 0;  }  

ul li:hover .item_with_rightImgs h3,
.item_with_rightImgs:hover h3  { color:  #ed6c00; transition: all .35s; }  


 
 /* 上图下文 */
.item_with_topImgs { width: 100%; display: block !important; position: relative; }
.item_with_topImgs dt ,
.item_with_topImgs dd { width: 100%; float: none; }

.item_with_topImgs dd { display: block; padding: 20px;  border-top: none; }
.item_with_topImgs dd h3 { margin-bottom: 15px; transition: all .35s; }
.item_with_topImgs dd .desc { margin-bottom: 10px; }

ul li:hover .item_with_topImgs h3,
.item_with_topImgs:hover h3  { color:  #ed6c00; transition: all .35s; } 


 /* 上文下图 */
.item_with_bottomImgs { width: 100%; display: block !important; position: relative; padding-bottom: 56.8%;}
.item_with_bottomImgs dt ,
.item_with_bottomImgs dd { width: 100%; float: none; margin: 0; }

.item_with_bottomImgs dt { position: absolute; bottom: 0;  }
.item_with_bottomImgs dd { font-weight: normal; display: block; padding: 15px; border: 1px var(--border_color) solid; border-bottom: none; }
.item_with_bottomImgs dd h3 { margin-bottom: 15px; transition: all .35s; }
.item_with_bottomImgs dd .desc { margin-bottom: 10px; }  

ul li:hover .item_with_bottomImgs h3,
.item_with_bottomImgs:hover h3  { color: #ed6c00; transition: all .35s; } 
 
 
/* 无图 */
.item_none_Imgs dt ,
.item_none_Imgs .imgsize { display: none; }
.item_none_Imgs dd  { width: 100% !important;  padding: 0; }


 



/* 带日历无图列表 */
.list_has_rl { width: 100%; }
.list_has_rl ul li a { padding: 20px; padding-left:130px; position: relative; }
.list_has_rl ul li .date-rili { position: absolute;	left: 15px; }
.list_has_rl ul li h3 { margin-bottom: 10px; transition: all .35s; }

.date-rili {
	width: 90px;
	border: 1px var(--border_color) solid;
	text-align: center;
	color: #999;
}

.date-rili .years { 
	display: block; 
	line-height: 1; 
	padding: 10px 0; 
	border-bottom: 1px var(--border_color) solid;
	font-size: 24px; 
	background-color: var(--border_color) ;
	font-weight: bold;
}
.date-rili .days { display: block; padding: 15px 0; font-size: 18px; }

 /* 图文列表-end */
 
 
 
 /* 字母筛选 */
 .s-letters {  width: 100%;  margin-bottom:35px;}
 .s-letters ul {  width: 100%;  display: flex; justify-content: flex-start; flex-flow: row nowrap; }
 .s-letters a {
     display: inline-block;
     width: 50px;
     height:50px;
     font-size: 16px;
     background:transparent;
     color: #000;
     text-align: center;
     line-height:50px;
     border-radius: 50%;
     text-decoration: none;
 	 cursor: pointer;
     /* margin-right: 1%; */
     margin-top: 3px;
     transition: all .5s;
 }
 
.s-letters a:last-child { margin-right: 0; }
 
 .s-letters a:hover,
 a.selected { background-color:  #ed6c00 !important; color: #fff !important; transition: all .35s; }

/* 字母筛选-end */ 
 
 
 
 /* form表单 */
 
 /* 下拉菜单 */
 .zj-select-options {
 	padding: 13px 20px; 
 	display: flex;
 	justify-content: flex-start;
 	align-items: center;
	position: relative;
	background-color: #f7f6f6;
 }
 
 .select-tags { display: inline-block; font-size: 14px; color: #666; }
 
 .select_menu {
    width: auto;
    position: absolute;
 	left: 82px;
 	top: 4px;
    margin-left: 20px;  
 	border-radius: 4px;
 	font-size: 14px;
 	overflow: hidden;
 }
 
 .select_menu::after {
 	content: "";
 	display: block;
 	width: 0;
 	height: 0;
 	border: 5px transparent solid ;
 	border-top: 5px #fff solid;
 	border-bottom: none;
 	position: absolute;
 	right: 15px;
 	top: 15px;
 	/* transform: translateY(-50%); */
 }
 
 .select_menu input  {
 	display: block;
 	width: 100%;
 	padding: 10px 15px;
 	outline: none;
 	border: none;
 	font-size: 14px;
 	line-height: 1;
 }
 
 .select_menu input::-webkit-input-placeholder { color: #fff; }
 
 .onfocus input { color: #fff !important; }
 
 .select_menu_child { width: calc(100% - 0px); /* position: absolute; top: calc(100% + 2px);	left: 15px;  z-index: -1; */ display: none; }
 .select_menu_child span {
 	display: block;
 	padding: 10px 15px;
 	line-height: 1;
 	text-align: left;
 	color:#fff ; 
 	cursor: pointer;
 }
 /* 下拉菜单-end */ 
 
 
 /* 搜索 */
 .public_search { width: 100%; height: 40px; line-height: 40px; margin-bottom: 20px; position: relative; overflow: hidden; }
 .public_search input {
 	outline: none;
 	display: block;
 	width: calc(100% - 120px);
 	height: 100%;
 	border: 1px var(--border_color) solid;
 	border-right: none;
 	border-top-left-radius: 4px;
 	border-bottom-left-radius: 4px;
 	padding: 0 15px;
 	font-size: 14px;
 }
 
 .public_search button {
	width: 120px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
 	font-size: 14px;
 	text-align: center;
 	border-top-right-radius: 4px;
 	border-bottom-right-radius: 4px;
 }
 /* 搜索-end */ 
 
 /* btn-video */
 .btn-video {
	 min-width: 40px; min-height: 40px;
	 width: .7rem; height: .7rem;
	 border: 1px rgba(255,255,255,1) solid;
	 /* background-color: rgba(255,255,255,.5); */
	 border-radius: 50%;
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 transform-origin: center center;
	 transform: translate(-50%,-50%);
	 cursor: pointer;
	 transition: all .35s;
 }
 
 .btn-video::before {
	 content: "";
	 display: block;
	 width: 0;
	 height: 0;
	 border: 9px transparent solid;
	 border-left: 13px #fff solid;
	 border-right: none;
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 transform-origin: center center;
	 transform: translate(-50%,-50%) scale(1);
	 transition: all .35s;
 }
 
 .btn-video:hover { transform: translate(-50%,-50%) scale(.85);   transition: all .35s;}
 .btn-video:hover::before { transform: translate(-50%,-50%) scale(1.15);transition: all .35s; }
 
 .close3 {
 	/* width: .6rem;
 	height: .6rem;
 	background-color: var(--blue);
 	border-radius: 50%;
 	position: absolute;
 	top: -0.8rem;
 	right: 0;
 	z-index: 5;
 	cursor: pointer;
	transition: all .35s; */
	
	width: 0.5rem;
	height: 0.5rem;
	background-color: rgba(45,183,179,.5);
	border-radius: 10px;
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 5;
	cursor: pointer;
	transition: all .35s;
 }
 
 
 
 .close3 span {
 	width: .2rem;
 	height: 3px;
 	background-color: #fff;
 	border-radius: 10px;
 	position: absolute;
 	top: 50%;
 	left: 50%;
 	transform-origin: center center;
 	transform: translate(-50%,-50%) rotate(45deg);
	transition: all .35s;
 }
 
 .close3 span:last-child { transform: translate(-50%,-50%) rotate(-45deg); transition: all .35s; }
 
 
 
 /* 图片预览 */
 .imgs_preViews .imgsize img { width: 100%; }
 
 
 
 /* 弹窗 */
 #v-windows {
 	width: 100%;
 	height: 100vh;
 	background-color: rgba(0,0,0,.85);
 	position: fixed;
 	top: 0;
 	left: 0;
 	z-index: 200;
 	display: none;
 }
 
 #window .container  ,
 #v-windows .container {
 	width: 85%;
	max-height: 90vh;
	 
 	text-align: center;
 	position: absolute;
 	top: 50%;
 	left: 50%;
 	transform: translate(-50%,-50%);
 }
 

 
 #v-windows video { object-fit: cover; width: 100%;  max-height: 80vh; margin: auto; }
 
 #photos .swiper-slide { height: auto; flex-flow: column; color: #fff; } 
 
 #window .swiper-slide img ,
 #v-windows .swiper-slide img { max-height: 80vh;   height: auto;}
 
 #window .swiper-button-prev:after,
 #window .swiper-button-next:after ,
 #window .swiper-pagination , 
 #v-windows .swiper-button-prev:after, 
 #v-windows .swiper-button-next:after ,
 #v-windows .swiper-pagination { color: #fff; }
 
 #window iframe ,
 #v-windows iframe {
 	display: block; 
 	width: 100%;
 	height: 73vh;
 	border: none;
 	background-color: #fff; 
 	/* animation: fadeInUp .5s ease forwards; */
 }
 
 
 
.close ,
.close:hover {
	width: 60px; 
	line-height: 60px;
	position: absolute;
	right: 15px;
	top: -60px;
	opacity: 1;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}

/* .close::before {
	content: "";
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	border-top: 2px #fff solid;
	transform-origin: center center;
	transform: translate(-50% , -50%) rotate(-45deg);
}

.close::after {
	content: "";
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	border-top: 2px #fff solid;
	transform-origin: center center;
	transform: translate(-50% , -50%) rotate(45deg);
} */
 
 /* 弹窗-end */
 
 
 
 /* 图片预览-end */
 
 
 
/* tab切换 */
.tab-head ,
.tab-head-laver2 {  
	margin-bottom: 15px; 
	color: var(--theme_txtcolor); 
	position: relative;
	z-index: 1;
}

.tab-head ul ,
.tab-head-laver2 ul { padding: 0; display: flex; justify-content: flex-start; }
.tab-head ul li ,
.tab-head-laver2 ul li { 
	position: relative; 
	display: inline-block; 
	padding: 15px 0;  
	cursor: pointer;  
	transition: all .35s; 
}

.tab-head-laver2 ul li { margin-right: .2rem; }

.tab-head ul li:last-child ,
.tab-head-laver2 ul li:last-child { margin-right: 0; }

.tab-head ul li.active ,
.tab-head-laver2 ul li.active {  color: #ed6c00 !important; transition: all .35s; }

.tab-head ul li.active::after ,
.tab-head-laver2 ul li.active::after   {
	content: "";
	width: 100%;
	border-bottom: 2px #ed6c00 solid;
	position: absolute;
	bottom: -1px;
	left: 0;
	transition: all .35s;
}

.tab-body ,
.tab-body-laver2 ,
.mode-alumnus-body { width: 100%; position: relative;  padding: 30px 0; }

.tab-body .item ,
.item-laver3,
.tab-body-laver2 .item-laver2 ,
.mode-alumnus-body .alumnus-body-item { position: absolute; width: 100%; opacity: 0;  }

.tab-head-laver2 {  border-bottom: 2px var(--border_color) solid; }
.onSwiper { visibility: visible !important;  position: sticky  !important; opacity: 1 !important; }
/* tab切换-end */



/* 滑动框架 */
.position_fixed_bottom { position: fixed; padding: 15px 0 !important; top: auto; bottom: 0; left: 0; z-index: 35;   }
.position_sticky { position: sticky !important; top:1rem  ; z-index: 35; }
.position_sticky_right { position: sticky !important; top: 1rem; right: 0; z-index: 35;}

.mode-sticky { padding: 70px 0; overflow: visible;  }

.box-sticky { position: relative; }
.box-sticky-left { display: block; width: 4rem; margin-right: 80px; /* padding-bottom: 2rem; */float: left; margin-bottom: 25px;}
.box-sticky-right { display: block; width: calc( 100% - 4rem - 80px ); float: right; }

.detail-sticky-left { display: block; width: calc( 100% - 4rem - 80px ) ; margin-right: 80px; float: left;  }
.detail-sticky-right { display: block; width: 4rem; float: right; }

.box-top-sticky { width: 100%; position: sticky !important; top: 0; z-index: 150;}
.box-top-sticky ul {
	display: flex;
	justify-content: space-between; 
	padding: 16px 0; 
}

.box-top-sticky ul li {	
	width: calc(100%/6); 
	text-align: center; 
	cursor: pointer; 
	filter: contrast(.05);
	transition: all .35s; 
}
.box-top-sticky ul li p { text-align: center; margin-top: 8px; }
.box-top-sticky ul li img { max-height: 1rem;  transition: all .35s; }
.is_sticky ul li img { max-height: 45px; transition: all .35s; }
.box-top-sticky ul li.active {  filter: contrast(1) !important; transition: all .35s; }

/* 滑动框架-end */





/* 菜单滑块效果 */ 
.sub_nav { 	 
	height: 100%;  
	/* background-color: #fff; */
	position:relative; 
	z-index: 3;
	margin-left: 20px;
}
.sub_nav ul { padding: 0; height: 100%; display:flex; align-items: center;  }
.sub_nav ul li {  margin-left: 20px;  }
.sub_nav ul li:first-child { margin-left: 0; }
.sub_nav ul li a {
	display:block; 
	padding: .15rem 0 ; 
	line-height: 1; 
	color:#999; 	
	font-size: 16px;
	/* font-weight:600; */
	/* border-bottom: .15rem transparent solid ; */
	transition: all .35s;
}

.sub_nav ul li.active a { color: #8c0000 !important; transition: all .35s; } 
.sub_nav ul li:hover a { color: #8c0000 !important; transition: all .35s; }

/* 菜单-滑块 */
.active_line,
.active_stickline {
	outline: none;
	border-top: 5px #8c0000 solid;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 4;
	display: none;
}

.active_stickline  { top: 0; bottom:  auto; }

/* 菜单滑块效果-end */


/* tab-slideup-list */
.tab-slideup-list {  border-top: 1px #eee solid; }
.tab-slideup-list .tab-slideup-item { border-bottom: 1px #eee solid; }
.tab-slideup-list .tab-slideup-item dt { position: relative; padding: 20px 0; }
.tab-slideup-list .tab-slideup-item dt h3 { margin-bottom: 0; font-size: 18px; }

.faq-jt,
.tab-jt {
	display: block;
	width: 12px;
	height: 12px;
	border-top:3px #b9b9c0 solid ;
	border-right: 3px #b9b9c0 solid;
	position: absolute;
	right: 8px;
	top: 46%;
	transform-origin: center center;
	transform: translateY(-50%) rotate(135deg);
	transition: all .35s;
}

.faq-item-active h3.stand-title ,
.slideup-item-active h3.stand-title  { color: #ed6c00;   }
.faq-item-active .faq-jt,
.slideup-item-active .tab-jt { border-color: #ed6c00; transform: translateY(-50%) rotate(-45deg); transition: all .35s; } 
.faq-item-active .icon-qusetion ,
.slideup-item-active .icon-qusetion { background-color: #ed6c00; color: #fff; }
 
.tab-slideup-list .tab-slideup-item dd { padding-bottom: 30px; display: none; }





/* fenye  */
.pagebar{ 
	width: 43%;
	min-width: 4.8rem;
	margin: auto; 
	background-color: #f3f4f6;
	border-radius: 50px;
	overflow: hidden;
	margin-top: 24px;
}
.pagebar .p_pages {  
	width: auto;
	padding:8px; 
	position: relative; 
	text-align: center; 
	display: flex;
	justify-content: center;
	align-items: center;
}
.pagebar .p_pages span {
	display: inline-flex; 
	align-items: center;
	justify-content: center;
	text-align: center;
	min-width: 35px;
	min-height: 35px;
	width: 40px;
	height: 40px; 
	color: #d0d0d5; 
	line-height: 40px;
	/* border: 1px #eee solid; */
	font-size: 16px;
	font-weight: bold;
	border-radius: 50%;
	margin: 0 10px;
	text-decoration: none;
	transition: all .35s; 
}

.pagebar .p_pages span.p_prev_d,
.pagebar .p_pages span.p_next_d{	
	border-radius: 0;
	width: 13px;
	height: 13px;
	min-height: unset;
	min-width: unset; 
	border: none;
	border-top: 3.5px #d0d0d5 solid;
	transform-origin: center center; 
        color:transparent;
}

.pagebar .p_pages span.p_prev_d:hover,
.pagebar .p_pages span.p_next_d:hover { border-color: #8c0000; background-color: transparent !important; }

.pagebar .p_pages span.p_prev_d { border-top-left-radius: 2px; border-left: 3.5px #d0d0d5 solid; transform: rotate(-45deg);}
.pagebar .p_pages span.p_next_d { border-top-right-radius: 2px; border-right: 3.5px #d0d0d5 solid;transform: rotate(45deg);}
  
.pagebar .p_pages span.p_next_d { left: auto; right: 0; top: 0; }
.pagebar .p_pages span.p_prev_d { left: 0;  }

.disabled { border-color: #ddd !important; color: #ddd !important; cursor: not-allowed; }
.disabled i { border-color: #ddd !important; }

.pages-left-arrow ,
.pages-right-arrow {
	display: inherit; 
	width: 12px; height: 12px; 
	border-top: 2px #999 solid; 
	border-right:2px #999 solid ;
	transform-origin: center center;
	margin: 0 5px;
}
   
.pages-left-arrow { transform: rotate(-135deg); }
.pages-right-arrow { transform: rotate(45deg); }

/* .pages ul a.prev:hover ,
.pages ul a.next:hover {background-color: transparent;  } */

.pages ul a.prev:hover i ,
.pages ul a.next:hover i { border-color: #8c0000;  }  

.pages ul a:hover { background-color: #8c0000; color: #fff; transition: all .35s;  }
.pages ul a.active { background-color: #8c0000; border-color: #8c0000; color: #fff; transition: all .35s;  }

.pages ul a.prev:hover i::before,
.pages ul a.next:hover i::before { border-color:#fff; }
.pages ul a.prev:hover .jt-left-arrow::after { border-right-color: #fff; }
.pages ul a.next:hover .jt-right-arrow::after { border-left-color:#fff; }



.pages_inner { 
	width: 100%;  
	position: relative; 
	border: 1px #e1e1e1 solid; 
	border-top: 1px #e1e1e1 solid;   
	margin-bottom: 64px !important; 
}
.pages_inner ul li:nth-child(1) { border-right:1px #e1e1e1 solid ; }
.pages_inner ul { display: flex; justify-content: space-between; }
.pages_inner ul li { width: 50%; padding: 36px;}
.pages_inner ul li dl {  flex-flow: row-reverse; justify-content: space-between;}
.pages_inner ul li dl dt { width: 45%;}
.pages_inner ul li dl dd {
    width: 50%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    gap: 16px;
    text-align: left; 
}

#faculty_fenye li .t-photo  {  padding-top: 122%; position: static; transform: translateY(0); }



/* 样式2 */
.pages_inner2 { width: 100%; margin-bottom: 20px; }
.pages_inner2 ul li {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 4px;
	overflow: hidden;
}

.pages_inner2 ul li a {
	background-color: rgba(0,0,0,.7);
	padding: .2rem;
	position: relative;
	color: #fff;
	transition: all .35s;
}

.pages_inner2 ul li .h6-tittle { color: #fff;  margin-bottom: 10px; } 
.pages_inner2 ul li:nth-child(1) .news-deta { position: absolute; right: .2rem;	bottom: .15rem; }  
.pages_inner2 ul li:nth-child(2) .news-deta { position: absolute; left: .2rem;  bottom: .15rem; }

.pages_inner a:hover,
.pages_inner a:hover button.prev ,
.pages_inner a:hover button.next { color:  #ed6c00; transition: all .35s; }


.noneline { border-color: transparent; }
/* fenye-end */




@media  screen  and ( max-width: 1086px) {
	 
}
 
 
@media  screen  and ( max-width: 786px) { 
	
  
	.mode-sticky { overflow: hidden; }
	
	.backtop {     
		width: 44px;
		height: 44px;
		line-height: 35px;
		background-color: #8c0000;
		border: none;
		 
	}
	 
	/* 移动端二级菜单 */
	.sm_sub_nav { 
		position: relative; margin-bottom: 20px; 
		background-color: #fff;
		z-index: 35;
	}
	
	.sub_nav_opacity { position: relative; }
	.sub_nav_opacity h3  {
		background-color: #8c0000;
		color: #fff;
		padding: 15px 20px;
		border-radius: 5px;
		font-size: 16px;
	}
	.sub_nav_opacity h3::after { 
		content: ""; 
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
		display: block;
		border: 5px transparent solid;
		border-top: 5px #fff solid ;
		border-bottom: none;
	}
	
	.sub_nav_opacity ul {
	    display: none;
	    position: absolute;
		left: 2px;
	    width: calc(100% - 4px);
	    z-index: 1;
	    background-color: #eee;
	    padding: 20px;
		box-shadow: 0 0 15px rgba(0,0,0,.1);
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	}
	
	/* .sub_nav_opacity ul li a, */
	.sub_nav_opacity ul li a:hover { color: #8c0000; }	
	/* .sub_nav_opacity ul li { width: 100%; margin-right: 0; float: none; font-size: 18px; margin-bottom: 10px; } */
	.sub_nav_opacity ul li {
	        width: 100%;
	        margin-right: 0;
	        float: none;
	        font-size: 18px;
	        margin-bottom: 0;
	        padding: 12px 0;
	        border-bottom: 1px #999 solid;
	    }
	
	
	
	/* 字母筛选 */
	.s-letters ul { display: flex; flex-flow: row wrap; }
	.s-letters a {  width: 40px; height: 40px; font-size: 16px; line-height: 40px; }
	
	.tab-head, 
	.tab-head-laver2  { width: 100%; overflow-x: scroll; overflow-y: hidden; }
	
	.tab-head ul, .tab-head-laver2 ul { min-width: auto; }
	.tab-head ul li, .tab-head-laver2 ul li  { width: auto; }
	
	.box-sticky-left,
	.box-sticky-right,
	.detail-sticky-left ,
	.detail-sticky-right { width: 100%; }
	
	/* 分页 */
	.pages ul a { display: none; }
	/* .pages ul a.prev, 
	.pages ul a.next { width: 42%; height: auto; display: inline-flex; padding: 15px 0; justify-content: center;  font-size: 16px; 	} */
	
	.pages ul a.prev, .pages ul a.next {
		width: 16px;
		height: 16px;
		display: inline-flex;
		padding: 0;
		justify-content: center;
		font-size: 2px;
	}
	
	/* 列表 calc((100% - 20px) / 2) */
	.li-line-4 ul li,
	.li-line-4 ul li:nth-child(4n),	
	.li-line-3 ul li,
	.li-line-3 ul li:nth-child(3n) ,
	.li-line-2 ul li,
	.li-line-2 ul li:nth-child(2n) { width: 100%;  margin-right: 0px; }
	
	.li-line-4 ul li:nth-child(2n),
	.li-line-3 ul li:nth-child(2n) { margin-right: 0; } 
	
	.li-line-2 ul li .item_normal dt, 
	.li-line-3 ul li .item_normal dt { margin-right: 0; margin-bottom: 20px; }
	
 
	
}