@font-face {
	font-family:"HelveticaNowDispBd";
	src:url(../font/HelveticaNowDispBd.otf) ;
}

@font-face {
	font-family:"HelveticaNowDisplay-Regular";
	src:url(../font/HelveticaNowDisplay-Regular.ttf) ;
}

@font-face {
	font-family:"HelveticaNowDisplay-HairI";
	src:url(../font/HelveticaNowDispHairI.otf) ;
}

@font-face {
	font-family:"HelveticaNowDispMed";
	src:url(../font/HelveticaNowDispMed.otf) ;
} 
 
@font-face {
	font-family:"RUBIK-BOLD";
	src:url(../font/RUBIK-BOLD.ttf) ;
} 

@font-face {
	font-family:"RUBIK-BLACK";
	src:url(../font/RUBIK-REGULAR.ttf) ;
} 


/* 字体设置 */
.HelveticaNowDisplay-Regular ,
.news-title { font-family:"HelveticaNowDisplay-Regular" ,微软雅黑,黑体;  }
 
.RUBIK-BOLD { font-family:"RUBIK-BOLD" ; letter-spacing: -1px; }

.RUBIK-BLACK ,
.counter { font-family:"RUBIK-BLACK" ; letter-spacing: -1px; }

.HelveticaNowDispBd-Bold ,
.news-detail-title,
.co-title ,
.detail-sticky-left-content .unison-date { font-family:"HelveticaNowDispBd"; }
.co-title { font-weight: bold;  }

 
.detail-sticky-left-content .unison-date { color: #999; }
.unison-date { font-size: 12px; color: #666;	opacity: .8;}

.counter { line-height: 1; }
 
body {
	width: 100%;
	margin: 0;
	padding: 0; 	
	line-height: 1.5;
	background: #fff; 
	cursor: default;
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

svg:not(:root) {  overflow: hidden;  width: 100%;}

h1,h2,h3,h4,h5,h6 { cursor: pointer; }

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6,p,ul,dl,dt,dd { margin: 0; padding: 0;list-style: none;  }

dl dt,
dl dd { width: 100%; }

a { font-weight: normal; display: inline-block; text-underline: none; text-decoration: none; color: #333; }

 li a ,
 dt a ,
 dd a ,
.swiper-slide a { color: #000; display: block; width: 100%; height: 100%; text-decoration: none; position: relative; overflow: hidden;  cursor: pointer;}

 li:hover a ,
 dt:hover a ,
 dd:hover a { text-decoration: none; color: #000;}
 
 /* 内容 编辑器初始化 */
 table { max-width: 100%; width: 100%; border:0 ;}
 table thead tr td,
 .firstRow td {  background-color:var(--theme_brandColor); color: #fff; min-width: 1.2rem; }
 table tr td { border:0 ; padding: .1rem ;  }
 
 table {  border:1px var(--border_color) solid; }
 table tr td { 
	 border-bottom: 1px #eee solid ; 
	 background-color: #fff; 
	 border-right: 1px #eee solid ;
	 padding: 10px !important;
	 border-color: var(--border_color) !important; 
}

 
 table tbody tr td:last-child { border-right:none; }
 
 
 
.content table { width: 100%; height: auto; } 

button, input, optgroup, select, textarea { font-family: Helvetica Neue, Helvetica, Arial, sans-serif; }

p,
.content p { font-size: .18rem; line-height: 1.5; text-align: left;  }

input {
	outline: none;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0) ;
}

input,button {outline:none;	border-style: none; background-color:transparent; box-shadow: none;	}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { -webkit-appearance: none;  background-color:transparent; box-shadow: none; }
input[type="number"]{ -moz-appearance: textfield; } 

input::-webkit-autofill { 
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  box-shadow: 0 0 0px 1000px white inset !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 99999s;
    -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}
 
hr { margin-top: .2rem; margin-bottom: .2rem; width: 100%; border-color: #d2dbe6; }

img ,video { border: none; max-width: 100%; object-fit: cover; } 


input[type="radio"] ,
input[type=checkbox] { border: 1px #eee solid; width: 13px; height: 13px; position: relative; }

/* input[type="radio"]:checked::after ,
input[type=checkbox]:checked::after {  content: "✓";}

input[type="radio"]:checked::after ,
input[type=checkbox]:checked::after {
    content: "✓";
    color: #6e6e73;
    font-size: 15px;
    font-weight: bold;
    background-color: transparent;
} */

input[type="radio"]::after ,
input[type=checkbox]::after {
    content: ' ';
    position: absolute;
    top: 0;
    color: #000;
    width: 100%;
    height: 100%;
    display: inline-block;
    visibility: visible;
    padding-left: 0px;
    text-align: center;
    border-radius: 3px;
}


.swiper-container,
.swiper {  width: 100%;   height: 100%; }

.swiper-slide {
	text-align: center;
	font-size: 18px;	
	background-color: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}




.swiper-button-next { margin-right: -90px; }
.swiper-button-prev { margin-left: -90px; }
.swiper-button-prev::after,
.swiper-button-next::after { color: var(--theme_brandColor); font-size:15px; line-height: 1; font-weight: bold; }


.swiper-button-next  ,
.swiper-button-prev { 
	width: 40px; 
	height: 40px; 
	border-radius: var(--border-radius);   
	/* border: 2px var(--border_color) solid; */
	background-color: rgba(2,86,255,.15);
}

.swiper-button-next:hover ,
.swiper-button-prev:hover { background-color: var(--theme_brandColor); }
.swiper-button-next:hover::after ,
.swiper-button-prev:hover::after { color: #fff; }


.swiper-button-next i ,
.swiper-button-prev i {/* background-color: var(--theme_brandColor) ; */ }
.swiper-button-next i::after ,
.swiper-button-prev i::after { /* border-color: var(--theme_brandColor); */}

.swiper-common-button .swiper-button-next { margin-right: 0; } 
.swiper-common-button .swiper-button-prev { margin-left: 0; }



.swiper-pagination-bullet {  
	width: 8px; height: 8px; 
	margin: 0 6px !important; 
	background-color: #fff; 
	/* opacity: 1; */
	outline: none;  
	/* outline-offset: 0;  
	outline-style: solid; 
	outline-width: 1px; */
	transition: all .35s;
}
.swiper-pagination-bullet-active {  outline-offset: 10px;  transition: all .35s; }

.swiper-pagination-progressbar.swiper-pagination-horizontal { height: 2px; }
.swiper-button-disabled { cursor: not-allowed !important; }


#v-windows .swiper-button-next {  right: -30px; }
#v-windows .swiper-button-prev {  left: -30px; }
#v-windows .swiper-button-prev:after { content: 'prev'; display: block; }
#v-windows .swiper-button-next:after { content: 'next'; display: block; }

.swiper-pagination-lock,
.swiper-button-lock { display: block; }

.swiper-pagination-progressbar { background-color: rgba(255,255,255,.25); }
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill { background-color: #fff; }
 

/* 按钮组 */
.slide-btn-group {	position: absolute;	display: flex;	justify-content: space-between;	align-items: center;}
.slide-btn-group .swiper-pagination-bullet { }
.slide-btn-group div { 	position: relative; width: auto; } 
 
.slide-btn-group .swiper-button-prev ,
.slide-btn-group .swiper-button-next { 
	min-width: 40%; 
	font-size: .18rem;
	color: #3c4b5e; 
	width: unset; 
	height: 44px;
	line-height: 44px; 
	position: relative; 
	padding: 0 53px; 
	display: inline-flex; 
	justify-content: flex-start;
	align-items: center;
}

.slide-btn-group .swiper-button-prev::before ,
.slide-btn-group .swiper-button-next::before {
	content: "";
	width: 40px;
	border-top: 2px #3c4b5e solid;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.slide-btn-group .swiper-button-prev::before { left: 0; }
.slide-btn-group .swiper-button-next::before { right: 0; }


.slide-btn-group .swiper-button-prev::after,
.slide-btn-group .swiper-button-next::after {
	content: "";
	width: 8px;
	height: 8px;
	display: block;
	position: absolute;
	top: 56%;
	left: 0;	
}


.slide-btn-group .swiper-button-prev::after  {	
	border-top: 2px #3c4b5e solid;
	border-left: 2px #3c4b5e solid;
	transform-origin: left center;
	transform: translateY(-50%) rotate(-45deg);
	transition: all .3s;
}

.slide-btn-group .swiper-button-next::after  {	 
	border-top: 2px #3c4b5e solid;
	border-right: 2px #3c4b5e solid;
	transform-origin: right center;
	left: auto;
	right: 0;
	transform: translateY(-50%) rotate(45deg);
	transition: all .3s;
}

/* .slide-btn-group div:hover::before ,
.slide-btn-group div:hover::after {	content: ""; border-color: #8c0000; transition: all .3s; } */




/* 后台内容编辑框初始化 */
.info {	color: #000; line-height: 1.8;  word-break: break-word;}
.info ol,
.info ul { padding-left: 25px; }
.info p { text-indent: 0em; }
.info ol p,
.info ul p  { text-indent: 0em; }
.info img { max-width: 100%; width:unset;  margin: auto;}
.course-info img { width: 100%; max-width: 100%; }
ul.list-paddingleft-2 { padding-left: 20px; }

.info table { max-width: 100%; }
.info table p { display: inherit; }
.info p ,
.info section {/* margin-bottom: 15px; */ line-height: 1.8; color: #000;  word-break: break-word;}
.info p a { display:inline;   }
.info b,
.info strong { color: #101010; } 
.info p  { margin-bottom: 8px; font-size: .18rem; }

.info h1,
.info h2,
.info h3,
.info h4,
.info h5,
.info h6 { line-height: 1.35; }

.research-info p ,
.leadership-info p ,
.platform-info p ,
.news-info p { text-indent: 2em;text-align: justify; }

.news-info p img { transform: translateX(-2em); }

 .desc-unlimit a,
 .info a { color: #0256FF; }
 

/* 网站颜色设置 #0256FF */ 
:root {
	--theme_brandColor: #315FAC;
	--theme_subColor:#E0EAFF;
	--sustechBlue: #2db7b3;
	--brandgreen:#01474a;
	--sustechOrange:#ed6c00;
	--theme_grey: #c3c6ca;
	--theme_Lightblue: rgba(45,183,179,.05);
	--theme_Lightgrey: rgba(0,40,57,.05);
	
	--theme_body_bg: #f7f7f7;
	--navbar_color:#0f373b;
	--hover_txtcolor:#019917;
	
	--gridwebline:#eee;
	
	--party_bg: #fef5e9;
	--party_txt: #dd001a;
	
	--border_color :#D8D8D8 ; /* #d2dbe6 */
	--border-radius : 5px;
	--slide-dot: #cccccc;
	
	--text_mainColor: #000;
	--color_desc: #343232; 
	--color_date: #999; 
	
	--color_bai : #ffffff; 
	
	--gap-space:24px;
	--padding-24:24px;
	
	--icon-jt:#000820;
} 
.theme_brandColor { background-color: var(--theme_brandColor) !important; color: #fff ; }

.change_theme {  
	text-decoration: none;
	background-color: var(--theme_brandColor) !important; 
	color: var(--theme_subColor) !important;
	transition: all .35s;
}

.change_theme .dot span { border-color: var(--theme_subColor) !important; transition: all .35s; }

.color_brandColor { color: var(--theme_brandColor) !important;}

.theme_blue { background-color: var(--sustechBlue); color: #fff  ; }
.theme_orange { background-color:var(--sustechOrange); color: #fff; }
.theme_green { background-color:var(--brandgreen) !important; color: #fff; }

.theme_Lightblue { background-color: var(--theme_Lightblue); }
.theme_Lightgrey { background-color: var(--theme_Lightgrey); }

.theme_grey { background-color:var(--theme_grey); color: #fff; }
.theme_body { background-color: var(--theme_body_bg);  }

.mainColor { color: var(--text_mainColor); }

.theme_party { background-color: var(--party_bg) !important; color: var(--party_txt);  }
.theme_party_txt { background-color: var(--party_txt) !important; color: #fff !important; }
.theme_party_txt * ,
.theme_party_txt .icon-more::after  { border-color: #fff !important; color: #fff !important;}


.color_party { color: var(--party_txt) !important; }
.color_party i ,
.color_party i::before,
.color_party i::after { border-color: var(--party_txt); }


.color_date { color: var(--color_date);}
.unison-date,
.unison-date2 { color: var(--color_date);}

.unison-date2 { 
	width: fit-content;
	height: fit-content;
	display: flex;
	flex-flow: column;
	gap: 5px;
	line-height: 1;
	align-items: center;
	justify-content: center;
	background-color: #F7F9FA;
	border-radius: 6px;
	padding: 10px;
	/* border: 2px #F7F9FA solid; */
	color: var(--theme_brandColor);
	overflow: hidden;
}

.unison-date2 big ,
.unison-date2 small {  font-weight: bold;  }

.unison-date2 big {
	display: block;
	text-align: center;
	font-size: 24px; 
	line-height: 1; 
	margin: 0;
}

.unison-date2 small { 
	line-height: 1;  
	display: flex;
	align-items: center; 
	justify-content: center;
	font-size: 74%;
}
			

/* 字体颜色 */
.color_brandColor { color: var(--theme_brandColor);}
.color_subColor { color: var(--theme_subColor);}
.color_themeGreen { color:var(--navbar_color);  }
.color_themeGrey { color:var(--theme_grey);  }
.color_themeOrange { color: var(--theme_orange)!important;  }
.color_themeLightblue { color: var(--theme_Lightblue);}
.color_themeLightgrey { color: var(--theme_Lightgrey);  }
.color_lightblue { color:var(--theme_Lightblue) ; }
.color_title { color: var(--color_title) !important;}
.color_d2dbe6 { color: #d2dbe6 !important; }
.color_d2dbe6 *,
.color_d2dbe6 ::after ,
.color_d2dbe6 :before{ border-color: #d2dbe6 !important; color: #d2dbe6 !important; }

.bg_F7F9FA { background-color: #efefef; }

/* 白色 */
.color_bai { color: var(--color_bai ); }
.color_bai ,
.color_bai *,
.color_bai i:before,
.color_bai i::after { color: #fff !important; border-color: rgba(255,255,255,.8) !important; }

.icon-svg-color { fill:#FFFFFF ; stroke:#FFFFFF; stroke-width: 1; }

/* 其他底纹色系 */
.bg_fff { background-color: #fff; }
.bg_fbf8f5 { background-color: #fbf8f5; }
.paddig-10 { padding: 10px; }

 
/* 边框线 */
.line-bai { border-color: rgba(255,255,255,.5) ; }
.border_color { border-color: var(--border_color) !important; }

.has_topline ,
.line-top { border-top: 1px var(--border_color) solid; }
.line-bottom { border-bottom: 1px var(--border_color) solid; }

 
/* 渐变背景 */
.line-waves-grey {
	background: -webkit-linear-gradient(top, #ebeff4 , #ebeff4);
}



/* 遮罩层 */
.black_wamp {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.25);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}



/* 统一字体设置 */
.font-12 { font-size:12px;  }

.font-14,
.unison-date ,
.desc p,
.tool_list .tool_flex ul li a  { font-size: .14rem; }

p,
.font-16,
.news-tags,
.ft-menu ul li ol a ,
.ft-copyright .outlinks a,
.tool_box ol a ,
.tool_box .btn-sousuo,
.news_ts_list .news_item .news-title  { font-size: .16rem; }

.font-18 ,
.ft-menu ul li p a ,
/* #lecture .lecture_item .news-title ,
.news_ts_list ul li:nth-child(1) .news-title,
.news_ts_list .news_item .news-title,
.research_item .news-title, */
.news-title { font-size: .18rem; }

.font-20 ,
.stand-title-20 ,
.notice_item .news-title,
.activities_item .news-title ,
.lecture_item .news-title, 
.t-name { font-size: .2rem; }

.font-22,
.stand-title-22 { font-size: .22rem; }



.font-24 ,
.co-tittle-en ,
.stand-title-24 ,  
.public-item .news-title,
.courses-item .news-title { font-size: .24rem; }

.font-28 { font-size: .28rem; }

.font-30{ font-size: .3rem; }

.font-32 ,
.slogan,
.news-detail-title  { font-size: .32rem; }

.font-36 , 
.stand-title-36 , 
.ft-logo .slogan { font-size: .36rem; }

.news-detail-title { margin-bottom: var(--gap-space); }

.font-42 { font-size: .42rem; }

.font-48,
.stand-title-48 ,
.counter,
.banner-tittle { font-size: .48rem; }

.font-60 ,
.slogan { font-size: .6rem; }

.font-72 { font-size: .72rem; }
 
.font-100 { font-size: .96rem; }

.stand-title-20,
.stand-title-22,
.stand-title-24,
.stand-title-32,
.stand-title-36,
.stand-title-48,
.news-detail-title {line-height: 1.35; }

.none-padding { padding:0 !important; }
.margin-bottom-20 { margin-bottom: 20px; }
.margin-bottom-40 { margin-bottom: 40px; }
 

/* 页面通用规则 */ 
.mode {  
	width: 100%;  
	overflow: hidden; 
	padding: .7rem 0 ; 
	position: relative; 
	background-repeat: no-repeat; 
	display: flex;
	align-items: center;
}

.dis_flex {	display: flex; flex-flow: row wrap;  }
.dis_flex_column {	display: flex; flex-flow: column; align-items: baseline;  }
.dis_grid {	display: grid; gap: var(--gap-space); }

.position_fixed { position: fixed; top: 0; left: 0; transition: all .35s; }
.position_static { position: static !important; }
.position_rela { position: relative; z-index: 1; }
.position_up { position: relative; z-index: 5; }

.svg-root {
	display: flex;
	align-items: center;
	width: 20px;
	height:20px;
	line-height: 20px;
	text-align: center; 
	border-radius: 50%; 	
} 

.svg-root svg {fill: #fff; }

.svg-path { width: 100%; height: auto; }
.svg-path:root, 
.svg-root:root { width: 100%; height: 100%; display: block; } 
 
.clearfix { clear: both; }
.phone,
.phone_float,
.phone_flex { display: none !important; } 

.icon {  
	width: 20px;
	height: 20px;
	display: inline-flex;
	background-repeat: no-repeat; 
	background-position:center center;  
}

.icon-susteach { background-color: var(--brandgreen); background-image: url(../img/icon/icon-sustech.png);  }  
.icon-gong { background-color: var(--sustechOrange); background-image: url(../img/icon/icon-gong.png);  }  

.icon-top {
	padding-top: 25px;
	background-repeat: no-repeat;
	background-position: center 5px;
	/* background-size:auto 30px; */
	display: block;
	text-align: center; 
}

.icon-right {
	padding-right: 23px;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 17px auto;
    display: block; 
}

.icon-left {
	padding-left: 23px;
    background-repeat: no-repeat;
    background-position: left 3px;
    background-size: auto;
    display: block; 
}
.icon-home { background-image: url(../img/icon/icon-home.png);}
.icon-menu {  background-image: url(../img/icon/icon-menu.png);} 

.icon-time { background-image: url(../img/icon/icon-time.png);}
.icon-address { background-image: url(../img/icon/icon-address.png);}
.icon-speaker { background-image: url(../img/icon/icon-speaker.png); }
.icon-person-bai { background-image: url(../img/icon/icon-person-bai.png); }
.icon-download { background-image: url(../img/icon/icon-download.png ); }


.plus {display: block; width: 15px; border-top: 3px var(--text_mainColor) solid;  position: relative; transition: all .35s;}
.plus::after {
	content: "";
	display: block;
	height: 15px;
	border-left: 3px var(--text_mainColor) solid;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-59%);4
	transition: all .35s;
}

ul li.active .plus::after { opacity: 0; transition: all .35s; }


/* 圆角 */ 
.border-radius-5 { border-radius: 5px; }
.border-radius-10 { border-radius: 10px; }
.border-radius-20 { border-radius: 20px; }
.border-radius { border-radius: 50%; overflow: hidden; }

/* 通用标题 */
.co-title-group { 
	position: relative; 
	display: flex;
	justify-content: space-between;
	align-items: center; 
	 align-items: flex-end;
	margin-bottom:30px; 
	color: var(--theme_brandColor);
}

.flex-center { justify-content: center;  }
.flex-center .co-title { text-align: center; }

.co-title,
.flex-center .co-title { color: var(--text_mainColor); text-decoration: none; position: relative; line-height: 1.25; font-size: .48rem; }
.co-title span ,
.flex-center .co-title span { font-weight: normal; text-decoration: none; display: block; font-size: .24rem; line-height:1.5;color: var(--color_desc);   }

.co-title-group .btn-more-r:hover ,
.co-title-group .btn-more-r:hover::after{
	color: var(--theme_brandColor);
	border-color: var(--theme_brandColor);
	text-decoration: none;
} 

.innerblock { margin-bottom: var(--gap-space); }
.innerblock span { padding: 0; font-size: 75%; text-transform:uppercase;   display: block !important; }
.innerblock .icon-angle-before::before {display: none; }
 

.icon-angle-before,
.icon-angle-after {
	text-transform: capitalize;
    display: inline-grid;
    text-box-trim: trim-start;   
    letter-spacing: -1px;
	position: relative;	
	font-style: normal;
}

.icon-angle-before {  padding-left: 32px; }

.icon-angle-before::before{
	content: "·";
	position: absolute;
	display: inline-block;
	left: 6px;
	font-size: 48px;
	line-height: 36px;
	height: 100%;
} 

.icon-angle-after::after {
	content: "";
	display: block;
	width: 100%;
	height: 137%;
	position: absolute;
	right: -35px;
	top: -14px;
	z-index: -1;
	background-image: url(../img/icon/text-shaow.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position:right center;
}


.co-title2 {  color: #fff;  position: relative;  }
.co-title2 img { height: 1.2rem; }
.co-title2 i { 
	padding: 0 .36rem; 
	display: inline-flex; 
	position: absolute; 
	left: 0; top: 60%; 
	transform: translateY(-50%); 
	font-size: .24rem;
	font-style: normal;
	line-height: 1.35;
}


.btn-stand-more ,
.btn-stand-more-retrun {
	display: flex;
	gap: 8px;
	width: auto;
	min-height: 10px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 14px;
	padding:10px 20px;
	/* background-color:#E0EAFF; */
	background-color: #fff;
	color: #0256FF;
	border-radius: 5px;
	transition: all .35s;
}

.btn-stand-more:hover ,
.btn-stand-more-retrun:hover { background-color:#E0EAFF; color: #0256FF; text-decoration: none; transition: all .35s; }

.btn-stand-more, 
.btn-stand-more:hover ,
.btn-stand-more-retrun,
.btn-stand-more-retrun:hover { padding: 0; background-color: transparent; }


.icon-jt-left,
.icon-jt-right {
	display: inline-block;
	width: 28px;
	height:28px;
	background-color:#000;
	position: relative;
} 

.icon-jt-left::before,
.icon-jt-right::before{
	content: "";
	display: block;
	width:54%;
	height: 1.8px;
	background-color: var(--theme_subColor);
	position: absolute;
	left: 50%;
	top: 49%;
	transform: translate(-50%,-50%) ;
}

.icon-jt-left::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top:2.3px var(--theme_subColor) solid;
	border-left: 2.3px var(--theme_subColor) solid;
	position: absolute;
	left: 7px;
	top: 49%;
	transform: translateY(-50%) rotate(-45deg);
}

.icon-jt-right::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2.3px var(--theme_subColor) solid;
	border-right: 2.3px var(--theme_subColor) solid;
	position: absolute;
	left: calc(100% - 14px);
	top: 49%;
	transform: translateY(-50%) rotate(45deg);
}

.btn-stand-more-retrun .icon-jt-left,
.btn-stand-more-retrun .icon-jt-right ,
.mode-join .enterlist ul li:nth-child(2) .icon-jt-right { background-color: var(--theme_subColor); }

.btn-stand-more-retrun .icon-jt-left::before,
.btn-stand-more-retrun .icon-jt-right::before ,
.mode-join .enterlist ul li:nth-child(2) .icon-jt-right::before { background-color: var(--brandgreen);}

.btn-stand-more-retrun .icon-jt-left::after,
.btn-stand-more-retrun .icon-jt-right::after,
.mode-join .enterlist ul li:nth-child(2) .icon-jt-right::after { border-color: var(--brandgreen); }

.icon-jt-top {
	display: inline-block;
	width: 3px;
	height: 16px;
	background-color: var(--icon-jt);
	position: relative;
}
.icon-jt-top::after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 3px var(--icon-jt) solid;
	border-right: 3px var(--icon-jt) solid;
	position: absolute;
	left: 1px;
	top: 0;
	transform: translateX(-50%) rotate(-45deg);
}

.icon-svg { fill:#fff }  


/* 标题文字限制 */ 
.desc,.txtlength_limit,
.stand-title ,
.stand-title-20 ,
.stand-title-24 { /* margin-bottom: 0.16rem; */ line-height: 1.15;  }

.desc p , 
.txtlength_limit p,
.desc-unlimit p,
.desc-unlimit2 p,
.t-name sub,
.t-name span ,
.faculty-cards dd ul p span { color: var(--color_desc); }

.t-img img { width: 100%; }


.desc p , 
.txtlength_limit p {
	display: -webkit-box; 
	line-height: 22px;
	overflow: hidden;
	/* max-height: 50px; */
	text-overflow: ellipsis;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	text-align: left; 
}

.news-title { 
	line-height: 1.35; 
	min-height: 50px;
	color: var(--text_mainColor); 
	font-weight: bold;
	letter-spacing: 1px;
	height: fit-content; 
	display: -webkit-box;
	-webkit-line-clamp:2 ;
	-webkit-box-orient: vertical;
	text-align: left;
	overflow: hidden;
}

.desc-unlimit2 {
	display: flex;
	flex-flow: column;
	gap: 10px;
}

.desc-unlimit p  {  text-align: left; font-size: 86%;  }
.txtlength_limit_1 p  { display: -webkit-box;  -webkit-line-clamp: 1; overflow: hidden; } 
.txtlength_limit_3 p  { display: -webkit-box;  -webkit-line-clamp: 3; overflow: hidden; } 
.txtlength_limit_4 p { display: -webkit-box;  -webkit-line-clamp: 4; overflow: hidden; } 


.container {  max-width: 1866.83px; margin: auto;width: calc(15rem - 30px); min-width: 1230px;  position: relative; z-index: 1; }
.container:before,
.container::after {display: none; }
.grid-container { display: grid; gap: var(--gap-space); grid-template-columns: 100%;}
.grid-container::before,
.grid-container::after { content: ""; display: none; }
.gap-space { gap:var(--gap-space); }

.grid_columns_7 {}


.headtop .container , 
.foot .container ,
.sm_panel .container,
#banner .inside-bottom { width: 90%; }

.headtop .container,
.foot .container,
.sm_panel .container,
#banner .swiper-slide .inside-bottom {width: 83%;}
 

.btn-common-more2,
.btn-common-more { 
	display:flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	color: #fff;
	padding: .1rem .2rem;
	margin: 0;
	width: 1.5rem;
	height: fit-content;
	border-radius: 3px;
	transition: all .35s;
}

.btn-common-more2 i,
.btn-common-more i {
	display: inline-block;
	margin: 0;
	min-width: 12px;
	min-height: 12px;
	width: .12rem;
	height: .12rem;
	border-top: 3px #fff dotted;
	border-right: 3px #fff dotted;
	transform-origin: right center;
	transform: translate(0px, 5px) rotate(45deg);
	align-items: center;
	position: relative;
	transition: all .35s;
} 

.btn-common-more {
	background-image: radial-gradient( #257c88 ,#fff,#14626c ) ;
	background:-webkit-linear-gradient(0deg,#14626c,#5a969a,#14626c) ;
}


.btn-common-more:hover {
	color: #fff;
	text-decoration: none;
	/* background-color: var(--theme_orange); */
	transition: all .35s;
}


.btn-common-more:hover i::after{
	transform: translate(-50%,-50%) rotate(360deg);
	transition: all .35s;
}




/* head */
.headtop {
	width: 100%;   
	position: fixed;
	top: 0;
	left: 0;
	z-index: 150;
	background-color: rgba(255,255,255,.85); 
	padding: 22px 0; 
	transition: all .35s; 
}

.headtop::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	top: 100%;
	left: 0;
	background: -webkit-linear-gradient(right,#0258D3 ,#09C6FA,#B6F1FE,#EBFFFC);
}
.headtop .container {  
	display: grid;
	grid-template-columns:30% auto; 
	gap: var(--gap-space);
	align-items: center;	
}

 

.headtop .btn-search,
.headtop .btn-search::after {border: 2px var(--theme_brandColor) solid;}

.menu-tool , 
.change_lang p,
.head-search form input, 
.head-search form input::placeholder,
.change_lang ol li a , 
.change_lang p { color: #fff ;font-size: 14px;}
 
.fix_bai { box-shadow:  0 10px 15px rgba(0,0,0,.15); }

.fix_bai,
.fix_bai .logo,
.fix_bai .change_lang ,
.fix_bai .menu-tool {  border-color: var(--gridwebline) !important;  transition: all .35s; }


.fix_bai .btn-search,
.fix_bai .btn-search::after { border-color: #999 !important; }

.fix_bai { background-color: #fff; transition: all .35s;}
.fix_bai .logo img.on-color ,
.fix_bai .tool_box ol a, 
.fix_bai .tool_box .btn-sousuo { opacity: 1 !important; }
.fix_bai .logo img.old { opacity: 0 !important; } 

.fix_bai .change_lang p,
.fix_bai .tool_box ol a, 
.fix_bai .tool_box ol, 
.fix_bai .tool_box .btn-sousuo, 
.fix_bai .outlinks {color: #999 !important; }

.fix_bai .tool_box .outlinks a { font-size: 81%; }

.fix_bai .menu ul li p a { color: #000; } 
.fix_bai .tool_box ol.outlinks a:hover { color: var(--theme_brandColor) !important; }
.fix_bai .change_lang a.active  { color: var(--text_mainColor) !important; } 
 
 
.logo {  overflow: hidden; position: relative; z-index: 10; }
.logo a { 
	display:flex; 
	justify-content: flex-start;
	align-items: center; 
	width: 100%; 
	height: 100%; 
	position: relative; 
	z-index: 1; }
.logo img { height: 100%; } 
.logo img.old { opacity: 1; }
.logo img.on-color {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	opacity: 0;
	z-index: 5;
	transition: all .35s;
}
 

.has_child_jt { position: relative;  }
.has_child_jt::after {
	content: "";
	position: absolute;
	right: 12px;
	top: 42%;
	transform: translateY(-50%);
	display: block;
	width: 9px;
	height: 9px;
	border-top: 2px var(--border_color) solid ;
	border-right: 2px var(--border_color) solid ;
	transform-origin:right center ;
	transform: rotate(45deg);
}


.menu_bar {
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
	gap: 6px;
}

.tool_box {
	display: flex;
	flex-flow: row;
	justify-content: flex-end;
	align-items: center;
	gap: 14px;
} 

.tool_box ol ,
.tool_box .btn-sousuo,
.tool_box .outlinks {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 0;
	padding: 0;
	gap: 14px;
}

.tool_box .btn-sousuo  { gap: 8px; }

.tool_box ol a ,
.tool_box .btn-sousuo  { color: #666; opacity: .5; transition: all .35s; }

.tool_box .outlinks a {
    color: #fff;
    opacity: 1;
    padding: 8px;
    line-height: 1;
    font-size: 68%;
    transition: all .35s;
    background-color: rgba(255, 255, 255, .15);
}

.change_lang {   
	display: flex;
	align-items: center;
	line-height: .3rem;
	gap: 6px;
	position: relative;
	color: #fff;
}

.tool_box ol a:hover ,
.tool_box .btn-sousuo:hover ,
.change_lang a.active { opacity: 1; text-decoration: none; }
.change_lang a.active  { text-decoration: underline !important; }

.change_lang ol {
	margin: 0;
	list-style: none;
	padding: 10px;
	position: absolute;
	top: 100%;
	width: 100%;
	background-color:var(--theme_brandColor); 
	display: none;
}

.change_lang ol li a { text-align: center;  color: var(--theme_subColor) !important;}

.btn-search-box { overflow: visible !important; }
.has_child_panel { position: relative; padding-right: 35px; }
.has_child_panel::after {
	content: "";
	width: 8px;
	height: 8px; 
	border-top: 2px #fff solid;
	border-right: 2px #fff solid;
	position: absolute;
	right: 8px;
	top: 50%;
	transform-origin: center center;
	transform: translateY(-50%) rotate(135deg);
}

 


.menu {  width: 100%; display: flex; justify-content: flex-end; align-items: center; align-content: center; flex-flow: row nowrap;  }
.menu ul {  display: flex; justify-content: flex-end; gap: var(--gap-space); position: relative;}
.menu ul li { display: block; margin: 0; line-height: 1; padding: 8px 0; position: relative;  }
.menu ul li:last-child { margin-right: 0; }
.menu ul li:last-child ol { display: none !important; }
.menu ul li p {	 display: block;	line-height: 1;  margin: 0;  text-decoration: none; transition: all .35s;}

.menu ul li p a,
.change_lang { color: #000; font-size: .21rem;}
.menu ul li p a { font-weight: bold; }
.menu ul li p:hover a { color: #fff; transition: all .35s; }

.menu ul li.nav_active p a { color: #2755a5;transition: all .35s; }
.menu ul li ol {  
	width: calc(100% + 30px); 
	position: absolute;
	z-index: 5;
	top: calc(100% + 30px );
	left: 50%;
	transform: translateX(-50%);
	padding:0;
	/* padding: 10px 20px; */
	background-color: rgba(255,255,255,.9);
	overflow: visible;
	display: none;
}
/* .menu ul li ol::before { 
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 8px transparent solid;
	border-top: none;
	border-bottom: 10px #fff solid;
	position: absolute;
	top: -9px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
} */

.fix_bai .menu ul li ol {  box-shadow: 0 15px 25px rgba(0, 0, 0, .15);}

.menu ul li ol a { font-weight: normal; color: #000; padding:13px 5px; font-size: 90%; text-align: center; border-bottom: 1px  #eee solid; }
.menu ul li ol a:last-child { border: none; }
.menu ul li ol a:hover { background-color: #2755a5; color:#fff; text-decoration: none; font-weight: 600; }



.gaplinear {
	display: block;
	width: 100%;
	height: 2px;
	border: none;
	background: -webkit-linear-gradient(right,#0258D3 ,#09C6FA,#B6F1FE,#EBFFFC);
}

 

.clearfix::before ,
.clearfix::after{ display: none; }

.menupanel_show { background-color: var(--theme_brandColor); }
.menupanel_show .logo img.old { opacity: 1 !important; }
.menupanel_show .logo img.on-color { opacity: 0 !important; }
.menupanel_show .dot span { border-top-color: #fff !important;}


.foot {
	width: 100%;  
	padding: 55px 0 24px;
	background: -webkit-linear-gradient(top,#003DA4,#315FAC);
	position: relative; 
	color: #fff;
}

.foot .grid-foot2 { grid-template-columns: 39% auto; }

.ft-logo { display: flex;align-items: center; }
.ft-logo img { height: .8rem; object-fit: cover; }

.ft-menu { position: relative;  }
.ft-menu ul { display: grid; grid-template-columns:auto auto; gap:20px 12px ; }
.ft-menu ul li ol a {	font-size: 90%;}

.ft-menu ul li a ,
.ft-contact *,
.ft-contact .desc-unlimit p,
.ft-outlinks * { color: #fff; font-size: .16rem; }
			

.ft-title { font-size: .18rem; margin-bottom: var(--gap-space); opacity: .5; }
 
.ft-outlinks,
.ft-outlinks ol {
	display: flex;
	align-items: center;
	flex-flow: row nowrap;
	gap: 15px;
	margin: 0; 
	padding: 0; 
}

.ft-outlinks ol a:hover { color: #fff; }

.ft-outlinks .ft-title {margin-bottom: 0;}

.ft-menu::after,
.ft-contact::after {
	content: "";
	height: 100%;
	width: 2px;
	display: block;
	position: absolute;
	top: 0;
	background: -webkit-linear-gradient(top, rgba(255,255,255,.5) , rgba(255,255,255,0));
}


.ft-contact {
	position: relative;  
	padding-right: 0;
}
.ft-contact::after {display: none;} 

.grid-ft-contact {
	grid-template-columns: auto auto auto;
	align-items: flex-start;
}

.ft-contact .desc-unlimit { display: flex; flex-flow: column; gap: 12px; }
.ft-contact .desc-unlimit p { 
	display: grid; 
	/* grid-template-columns: 50px auto; */
	gap: 12px;  
	grid-template-columns: auto auto;
	justify-content: flex-start;
}

.code {
	display: flex;
	flex-flow: column;
	gap:5px;
	justify-content: center;
	text-align: center;
	position: relative;
	right: 0;
	bottom: 0;
	width: 1rem;
	/* width: .6rem; */
}

.code span { font-size: 86%; }

.code img { display: block; object-fit: cover;} 

.ft-copyright {  
	font-size: 14px;
	display:flex;  
	/* flex-flow: row-reverse; */
	align-items: center;
	justify-content: space-between; 
	color: rgba(255,255,255,.4);  
}
.ft-copyright p { font-size: 14px; }
.ft-copyright .outlinks span { color: #fff; }
.ft-copyright .outlinks a { color: #fff; opacity: .4;  }
.ft-copyright .outlinks a:hover { opacity: 1; text-decoration: none; transition: all .35s;}
.foot .gaplinear { opacity: .5; }


/* 移动端菜单按钮 */
.menu-tool { 
	position: relative; 
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer; 
	gap: 6px;
	color: #fff;
}  
 
.dot { 
	display: none;
	width: 24px; 
	height: auto;  
	flex-flow: column;
	gap: 7px;
	cursor: pointer;
	z-index: 5;  
	transition: all .35s;
}

.dot span {
	display: block;
	width: 100%; 
	transform-origin: center center;	
	border-top:2px var(--theme_brandColor) solid; 
	opacity: 1;
	transition: all .35s;
}

.fix_bai .dot span { border-color: var(--theme_brandColor); } 
.on span:nth-child(1) { transform: translate(0px, 7px ) rotate(45deg) ; }
.on span:nth-child(2) { opacity: 0; transition: all .35s; }
.on span:nth-child(3) { transform: translate(0px, -6px ) rotate(-45deg) ; }

.sm_panel {
	position: fixed;
    top: 0;
    width: 100%;
   /* background-color: #fff; */
    background: -webkit-linear-gradient(top,#0039AC,#0256FF);
    z-index: 20;
    padding-top: 70px; 
	height: 100vh;
	display: none;
}

.sm_panel .container { 	height: calc(100vh - 70px);   display: grid; grid-template-columns: 100%; gap: 20px; }
.sm_panel hr { margin: 0; }
.menu_plane ,
.sm_copyright { height: auto; }

.menu_plane { 
	height: calc(100vh - 70px - 1rem); 
	display: grid;
	grid-template-columns: 50% 50%;
}

.sm_copyright { 
	height: auto; 
	padding:0;
	text-align: center;
	display: grid;
	align-items: center;
	color: #fff;
	opacity: .5;
	/* border-top: 1px var(--gridwebline) solid; */
}
.sm_copyright p { text-align: center; font-size: 12px; color: #fff; } 


.sm_menu ul {
	height: 100%;
	gap: 0; 
	display: grid;
	grid-template-columns: 1fr;
	border-top:  1px rgba(255,255,255,.5) solid;  
}

.sm_menu ul li {
	display: grid;
	grid-template-columns: 100%; 
	align-items: center; 
	padding: 8px 0; 
	border-bottom: 1px rgba(255,255,255,.5) solid;
	position: relative;
	overflow: hidden;
	transition: all .35s;
}

.sm_menu ul li ol { display: none; }
.sm_menu ul li { opacity: .5;transition: all .35s; }
.sm_menu ul li:hover { opacity: 1; transition: all .35s;}
.sm_menu ul li p a { width: 100%; color: #fff; display: flex; align-items: baseline; gap:18px; font-size: 14px;  }
.sm_menu ul li p a::after {
	content: "";
	width: 8px;
	height: 8px;
	border-top: 3px #fff solid;
	border-right: 3px #fff solid;
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	transition: all .35s;
}


.sm_menu ul li .en { font-size: 78%; color: var(--color_date); transition: all .35s; }
.sm_menu ul li:hover a,
.sm_menu ul li:hover .en { color: #fff ; text-decoration: none; transition: all .35s; } 
.sm_menu ul li:hover::before { transform: translateX(0); transition: all .35s ;   }

.sm_tool {
	display: grid;
	grid-template-columns: 80px auto;
	gap: 10px;
	align-items: center;
	height: fit-content;
	transform: translateY(26px);
	color: #fff;
	height: 35px;
}

.sm_tool * { color: #fff; }

.search-smbox,
.sm_tool .langchange { height: 100%; background-color: rgba(255,255,255,.15); position: relative; }
.sm_tool .langchange::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 5px transparent solid;
	border-bottom: none;
	border-top-color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
}
.sm_tool .langchange input { width: 100%; height: 100%;  min-width: unset; } 
.sm_tool .langchange ol {
	padding: 0;
	position: absolute;
	left: 0;
	width: 100%;
	padding: 10px;
	background-color: #fff;
	margin: 0;
	display: none;
}
.sm_tool .langchange ol a {  display: block; color: var(--theme_brandColor);  }
 

.search-smbox,
.search-smbox form,
.search-smbox form input, 
.search-smbox form button { height: 100%; color: #Fff;}

.search-smbox form input ,
.sm_tool .langchange input{ padding: 0 10px; }

.search-smbox form input::placeholder { color:rgba(255,255,255,.5);}

.search-smbox form { display: grid;	grid-template-columns: 85% 15%; }
.search-smbox form .btn-search { min-height: 14px; }
.search-smbox form .btn-search ,
.search-smbox form .btn-search::after{ border-color: #fff; }

/* 动画 */




.bannerInLeft:before {	animation: bannerIn 1s ease .1s forwards;}
.bannerInLeft { animation: bannerInLeft .7s ease .15s forwards; }

.bannerIn { animation: bannerIn 1s ease .15s forwards; }

.bannerInUp { animation: bannerInUp 1s ease .25s forwards; }
.bannerInUp-35 { animation: bannerInUp 1s ease .45s forwards; }
.bannerInUp-7 { animation: bannerInUp 1s ease .7s forwards; }

.footerInUp { animation: bannerInUp .35s ease .5s forwards; z-index: 55 !important; }
.footerInDown { animation: bannerInDown .35s ease  forwards; }

.scaleImg {animation: scaleBG 1s ease-out forwards;}


@-webkit-keyframes bannerIn {
	from { opacity: 0; }
	to { opacity: 1; }
}

@-webkit-keyframes bannerInLeft {
	from { opacity: 0;	transform: translateX(100%);}
	to { opacity: 1; transform: translateX(0);}
}

@-webkit-keyframes bannerInUp {
	from { opacity: 0;	transform: translateY(100px); }
	to { opacity: 1; transform: translateY(0); }
}

@-webkit-keyframes bannerInDown {
	from { opacity: 1;	transform: translateY(0); }
	to { opacity: 0; transform: translateY(100px); }
}

@-webkit-keyframes slidebarShow {
	0 {   width: 0; }
	100% {  width: 35px; }
	/* 100% { width: 0; } */
}

@-webkit-keyframes scaleImg {
	0 {   transform: translate(-50%,-50%) skew(34deg, 0deg) scale(1.5); }
	100% {  transform: translate(-50%,-50%) skew(34deg, 0deg) scale(1); }
	/* 100% { width: 0; } */
}

@-webkit-keyframes scaleBG {
	0 {   transform: translate(-50%,-50%) scale(1.15); }
	100% {  transform: translate(-50%,-50%) scale(1); }
	/* 100% { width: 0; } */
}


/* 渐变动画 */
@-webkit-keyframes RadialGradientRight {
	0 {   
		background: radial-gradient(circle 260px at 88% 113%,rgba(45,255,80,.5) ,rgba(0,0,0,0) 46% );
	}
	100% { 
		background: radial-gradient(circle 760px at 88% 113%,rgba(45,255,80,.5) ,rgba(0,0,0,0) 46% );
	}

}

@keyframes RadialGradientRight {
	0 {   
		background: radial-gradient(circle 260px at 88% 113%,rgba(45,255,80,.5) ,rgba(0,0,0,0) 46% );
	}
	100% { 
		background: radial-gradient(circle 760px at 88% 113%,rgba(45,255,80,.5) ,rgba(0,0,0,0) 46% );
	}

}




/* 动画-end */

 

 
/* mode内页banner通用规则 */
.innerban { 
	width: 100%; 
	height:4.8rem; 
	background-color: var(--theme_brandColor);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;	 
}
.innerban .inside-bottom {	
	position: absolute;
	bottom: 0px;
	height: auto;
	width: 100%;
	left: 0;
	right: 0;  
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	/* pointer-events: none; */
	z-index: 10;
	padding-top: 1rem;
	/* background: -webkit-linear-gradient(bottom,#0a659f,rgba(255,255,255,0));
	background: -moz-linear-gradient(bottom,#0a659f,rgba(255,255,255,0));
	background: -ms-linear-gradient(bottom,#0a659f,rgba(255,255,255,0));
	background: linear-gradient(bottom,#0a659f,rgba(255,255,255,0)); */
}

.innerban .container { 
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; 
	color: #fff;
	/* background-color: var(--navbar_color); */
	border-radius: 10px;
	overflow: hidden;
	/* box-shadow: 0 0 15px rgba(0, 0, 0, .15); */
	padding: 23px; 
}

.innerban .party-title {
	color: rgba(255,255,255,.35);
	width: 80%;	
	height:72%;
	margin: auto;
	display: flex;
	align-items:flex-end;
}


.innerban .sub_nav { width: calc(100% - 1.5rem); }

.innerban .page_bread p { display: flex; gap: 8px; align-items: center; font-size: 14px; } 
.innerban .page_bread p,
.innerban .page_bread p a { color: #fff; text-decoration: none; }

.innerban-title { margin-top: 10%; }
.innerban-title h1 { font-weight:500; margin-bottom: 8px; }
.innerban-title p { opacity: .85; }



.main-box {  position: relative; }
.main-box ul {
	position: absolute;
	background-color: var(--theme_brandColor) ;
	width: 100%;
	display: none;
}

.main-box ul li a { color: #fff; text-decoration: none; padding: 8px 12px; }
.main-box ul li:hover a {background-color:#eee ; color: var(--theme_brandColor); text-decoration: none; } 

h3.page-title {
    font-size: 16px;
    background: #fff;
    padding: 12px;
    position: relative;
	padding-right: 15px;
}

h3.page-title::after {
	content: "";
	width: 0;
	height: 0;
	display: block;
	border: 7px transparent solid;
	border-top: 8px var(--theme_brandColor) solid;
	border-bottom: none;
	position: absolute;
	right: 13px;
	top: 50%;
	transform: translateY(-50%);
}


.sm_sub_nav { 
	width: 100%; 
	padding: 20px 0;
    background-color: #e5eced;
	position: relative;
	z-index: 15;
}
.sub_nav_panel { position: relative; z-index: 15; margin-top: -50px; margin-bottom: 70px; }

.drop_menu {  display: flex;  align-items: center; justify-content: flex-end;} 
.page-position {  border-right: 1px #b2b9c1 solid; padding-right: 10px;  }
.page-position a { line-height: 1; display: block; }

.panel_drop { position: relative; width: 200px; margin-left: 20px; }
.panel_drop::after {
	content: "";
	width: 12px;
	height: 12px;
	position: absolute;
	right: 5px;
	top: 38%;
	transform-origin: center center;
	transform:  translateY(-50%) rotate(135deg);
	border-top: 2px #b2b9c1 solid;
	border-right: 2px #b2b9c1 solid;
}
.panel_drop ul { background-color: rgba(255,255,255,.5);  position: absolute;  top: 100%;  width: 100%;  padding: 15px; display: none; }
.panel_drop ul li { opacity: .5; display: block; padding-bottom: 8px; border-bottom:  1px #b2b9c1 solid; margin-bottom: 8px; transition: all .35s; }
.panel_drop ul li:last-child { border: none; margin-bottom: 0; padding-bottom: 0; }
.panel_drop ul li:hover { opacity: 1; transition: all .35s; }

.child-menu { margin-left: 40px; }
.child-menu::before {
	content: "";
	height: 16px;
	position: absolute;
	left: -20px;
	top: 50%;
	transform: translateY(-50%);
	border-left: 1px #b2b9c1 solid;
}

input.select-option { 
	width: 100%;
	padding:5px 0; 
	text-align: left;	
	position: relative; 
	padding-right:20px; 
	/* font-weight: bold; */
	font-size: .18rem; 
	color: #2e3b4c; 
	cursor: pointer; 
}

.type-search { position: relative; border-bottom: 1px #d2dbe6 solid; }

.search-tool-box { position: absolute; right: 0; top: 0; height: 100%; padding-left: 40px; opacity: .5; z-index: 5; display: flex; align-items: center; }
.search-tool-box form  { width: 100%;  }
.search-tool-box input { height: .46rem; color: #2e3b4c; z-index: 5; font-size: .18rem; }
.search-tool-box input::placeholder {color: #2e3b4c; }
.search-tool-box button { padding: 0 10px; height: 100%; position: absolute; top: 50%; left: 0; transform: translateY(-50%);  }
.search-tool-box button i { width: .17rem; height: .17rem; }
.search-tool-box button i,
.search-tool-box button i::after { border-color: #2e3b4c; }

/* search-for-news */
.search-box { 
	width: 600px;
	max-width: 90%;
	height: 50px;
	background-color: #fff;
	border-radius: 80px;
	padding: 5px 30px;
	overflow: hidden;
	position: absolute;
	top: 65%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.search-box form { 
	width: 100%;
	height: 100%; 
	position: relative;
}



.btn-search {
	margin: auto;
	display: block;
	min-width: 12px;
	min-height: 12px;
	width: .13rem;
	height: .13rem;
	border: 2px var(--theme_brandColor) solid;
	border-radius: 50%;
	position: relative;
	font-style: normal;
	cursor: pointer;
	/* margin: auto; */
}

.btn-search::after {
	content: "";
	display: block;
	width: 5px;
	border-top: 2px var(--theme_brandColor) solid;
	position: absolute;
	top:100%;
	left: 78%;
	transform: rotate(45deg);
}

.search-box input { width: calc(100% - 18px); height:100%; line-height: 40px;  color: #333; }
.search-box button {
	width: 40px;
	height: 100%;
	position: absolute;
	right: -20px;
	bottom: 0;
	padding: 0;
	border: none;
	outline: none;
}

.search-box button .btn-search ,
.search-box button .btn-search::after { border-color:#2e3a4c; }

.normal_state_opacity { opacity: 1; }

.resultslist ul li {  padding: 20px 0; border-top: 1px #eee solid; }
.resultslist ul li:last-child   { border-bottom: 1px #eee solid;}
.resultslist ul li h3 { margin-bottom: 5px; }
.resultslist ul li p small { font-size: 20px;  }
.resultslist ul li p.unison-date big {
	line-height: 1; 
	letter-spacing: 0px; 
	display: block; 
	font-size:24px;
	font-weight: bold;
}
.resultslist ul li a dl,
.results_item {
	display: grid;
	grid-template-columns: 100px auto ;
	align-items: center;
	gap: var(--gap-space);
}

.resultslist ul li:hover h3 ,
.resultslist ul li:hover .unison-date2  { color: var(--theme_brandColor); transition: all .35s;}

/* mode内页banner通用规则-end */


/* fenye  */
.pages { width: 100%; /* margin-top: 40px; */ border-top: 1px #e1e1e1 solid; }
.pages ul { width: 100%; padding: 35px 0 0; position: relative; text-align: center; }
.pages ul a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 35px;
	min-height: 35px;
	width: .4rem;
	height: .4rem; 
	color:var(--text_mainColor);
	background-color:#F7F9FA; 
	text-align: center;
	line-height: 1;	
	border: none;
	font-size: 14px;
	font-weight: normal;
	border-radius: 5px;
	margin: 0 10px;
	text-decoration: none;
	transition: all .35s; 
}

.pages ul a.prev,
.pages ul a.next { 
	width: auto;  
	padding: 0 24px;
	background-color: #F7F9FA; 
	cursor: pointer; 
	text-align: center;  
	position: relative; 
	margin: 0;
}

.pages ul a.prev { position: absolute; left: 0; text-align: left; }
.pages ul a.next { position: absolute; left: auto; right: 0; text-align: right; }
  
/* .pages ul a.prev:hover ,
.pages ul a.next:hover { background-color: transparent;  } */

.pages ul a.prev:hover i::before ,
.pages ul a.next:hover i::before { border-color: #fff;  } 

.pages ul a.prev:hover i::after,
.pages ul a.next:hover i::after { border-color: #fff;  } 

.pages ul a.active,
.pages ul a:hover { background-color: var(--theme_brandColor ); color:  #fff; transition: all .35s;  }
 
.noneline { border-color: transparent; }
/* fenye-end */




/* 移动端二级菜单导航 */ 
.select_menu_child {
	width: 100%;  
	padding:  0;
	position: absolute;
	left: 0;
	bottom: 30px;
	z-index: 7; 
	display: none;
}

.select_menu_child .container {  padding: 0 15px;  overflow: visible; }
.select_menu_child .navbar {	background-color: #fff;	width: 100%;}

.icon-home { 
	display: flex; 
	align-items: center; 
	background-color: var(--theme_brandColor);
	padding: var(--gap-space);
	background-repeat: no-repeat;
	background-position: center center;
}

.navbar {
	position: relative;   
	display: flex;
	flex-flow: row;
	/* gap: var(--gap-space) ; */
	align-items: center; 
	margin-bottom: 0;
	min-height: unset;
	border: none;
	border-radius: 0;
}

.navbar::before,
.navbar::after { display: none; }

.nav_bread {
	padding:0 var(--gap-space);  
	display: flex;
	flex-flow: row;
	gap: var(--gap-space) ;
	align-items: center;
	border-right: 1px #ddd solid; 
	position: relative;
}

.nav_bread ul {
    position: absolute;
    left: 0;
    top: calc(100% + var(--gap-space));
    width: 100%;
	background-color: #f3f4f6;
	padding: 15px 22px;
	border-radius: 5px;
	display: none;
}

.nav_bread ul li {
	border-bottom: 1px #ddd solid;
	padding-bottom: 6px;
	margin-bottom: 8px;
}

.nav_bread ul li:last-child { padding-bottom: 0; border: none; margin-bottom: 0; }

.nav_bread ul li a { color: #000; font-size: 14px;}
.nav_bread ul li ol a { line-height: 1.5; padding: 6px 0; }
.nav_bread ul li:hover a {	color: var(--theme_brandColor);}



.nav_title { 
	width: 100%;
	font-size: 16px; 
	padding-right: 25px; 
	position: relative; 
	min-width: 1.5rem;
	color: #000;
}
.nav_title::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px; 
	border-right: 2px #ddd solid;
	border-top: 2px #ddd solid;
	position: absolute;
	right: 0;
	top: 43%;
	transform-origin: center center;
	transform: translateY(-50%) rotate(135deg) ;
}

/* innerban-end */


/* 滑轨框架 */
#wam {
	width: 100%;
	padding: 0;
	background-color: #fff;
	position: absolute;
	top: 100%;
	bottom: 0;
	left: 0;
	z-index: 5;
	overflow: auto;
	outline: none;
	transition: .45s;
}

.scrollup {
	top: 0 !important;
	transition: .45s;
}
			
/* 滑轨框架-end */


/* 新增 */
.logos_list {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
.logos_list .ft-logo { 
    transform: translateY(50px);
}
.hz-logos,
.hz-logos ul {
	display: flex;
	align-items: center;
	gap: 25px;
}

.hz-logos ul li img { height: 35px; }