@charset "utf-8";
html { 
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%; 
	height: 100%;
	font: inherit;
	overflow-x: hidden;
}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, 
acronym, address, code, del, dfn, em, q, dl, dt, dd, fieldset, form, legend, caption, ul,
tbody, tfoot, thead, article, aside, dialog, figure, footer, header, hgroup, nav, section{ 
	margin:0;
	padding:0;
	border:0;
	vertical-align:baseline;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary { 
	display: block;
}
body { 
	color: #000;
	font-size: 12px;
	line-height: 1.5; 
	font-family: Microsoft YaHei,Arial,Verdana,sans-serif;
}

audio,canvas,progress,video { 
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) { 
	display: none;
	height: 0;
}
*:before,*:after,.sizing { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
dl dt,dl dd,ul li,ol li { 
	list-style:none; 
}
u {
	text-decoration:none;
}
a { 
	color: #4d4d4d;
	text-decoration: none;
}
a:hover,a:focus { 
	color: #0bbbb9;
	text-decoration: none; 
}
a:hover p, a:focus p{ 
	color: #0bbbb9;
	text-decoration: none; 
}
.clear{
	clear:both;
}

@font-face{
	font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;
	src:url(../fonts/fa-solid-900.woff2) format("woff2")}	
/* header */
.loading { 
	width: 100%; 
	height: 100%; 
	position: fixed; 
	top: 0; 
	left: 0; 
	z-index: 100; 
	background-color: #fff; 
} 
.loading .pic { 
	/*页面开始加载的时候上方显示的一条线，默认宽度为0*/ 
	width: 0%; 
	height: 2px; 
	position: absolute; 
	top: 0; 
	bottom: 0; 
	left: 0; 
	right: 0; 
	background: #0bbbb9; 
} 
.mouth_date{
	display:block;
	height:30px;
}
.dates{
	border-bottom-left-radius:30px;
	background-color:#0bbbb9;
}
.dates_uv{
	line-height:30px;
	padding-left:50%;
	color:#fff;
	font-size:13px;
}
.header{
	margin-bottom:25px;
	display:block;
}
.bgtop{
	background:url(../images/home/top_bj.png) no-repeat right bottom;
	background-size:70% 70%;
	padding-right: calc(var(--bs-gutter-x) * 0);
	padding-left: calc(var(--bs-gutter-x) * 0);
}
.pdmenu{
	padding-right: calc(var(--bs-gutter-x) * 0);
	padding-left: calc(var(--bs-gutter-x) * 0);
}
.bgmenu{
	background-color:rgba(11,187,185,.7) !important;
	display:none;
}
.menu_top{
	border-top:2px solid #f0f0f0;
}
.logo{
	margin:10px;
	display:block;
}
.logo img{
	float:left;
	width:75%;
}
.iconfont{
    background:url(../images/home/fangdajing.png) no-repeat center;
}
.menu-this{
	background-color:#0bbbb9;
}
.menu-this a{
	color:#fff;
}

/*.header_menu{
	display:block;
}
.header_menu_hiden{
	display:none;
}*/

/* section */
.carousel-inner .item img{
		width:100%;
}
/*.grad_line_container{
	padding:0;
}*/
.banner_profile{
	margin-top:0 !important;
	margin-bottom:0 !important;
}
.tab_profile{
	background:url(../images/home/ksdh_bj.jpg);
	background-size:100% 100%;
	padding-top:35px;
	padding-bottom:35px;
	margin-bottom:0 !important;
}
.news_profile{
	background-color:#e6f8f8;
	background-size:100% 100%;
	padding-top:35px;
	padding-bottom:35px;
	margin-bottom:0 !important;
}
.department_profile{
	padding-top:35px;
	padding-bottom:35px;
	margin-bottom:0 !important;
}
.subject_profile{
	background-color:#f0f0f0;
	background-size:100% 100%;
	padding-top:25px;
	padding-bottom:25px;
	margin-top:0 !important;
	margin-bottom:0 !important;
}
.sections{
	margin-top:0;
	margin-bottom:0;
}

/*.ul{
	padding:0;
}
.news_list{
	padding:0;
	margin:0;
}
.news_list li{
	border-bottom:1px dotted #999999;
}
.date{
	border:1px solid #999999;
	line-height:3em;
	padding:1px 10px;
	margin-right:15px;
	font-size:0.8em;
}*/
.news_title{
	line-height:3em;
	font-size:1.5em;
	color:#5a5a5a;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.news_box{
	width:100%;
	overflow:hidden;
}
.news_box img{
	width:100%;
	transition: all 1s;
}
.news_box:hover img{
	transform: scale(1.2);
}
.single-inspired{
	overflow:hidden;
}
.single-inspired img{
	position:relative;
	transition: all 1s;
}
.single-inspired:hover img{
	transform: scale(1.2);
}
.single_container{
	position:absolute;
	top: 6em;
	width:100%;
	text-align:center;
}
.single_containers{
	position:absolute;
	top:3em;
	width:100%;
	text-align:center;
}
.single-a:hover p.subject_menu_title,.single-a:hover p.subject_menu_more{
    color: #fff;
}
.row > nav {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  /*padding-right: calc(var(--bs-gutter-x) * 0);
  padding-left: calc(var(--bs-gutter-x) * 0);*/
  margin-top: var(--bs-gutter-y);
}

.tab_menu{
	width:100%;
	height:auto;
	text-align:center;
	cursor: pointer;
}
.tab_menu img{
	margin-top:50px;
	margin-bottom:10px;
}
.tab_menu p{
	line-height:35px;
	color:#fff;
	font-size:18px;
	font-weight:bold;
}
.ep{
	line-height:30px;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	margin-bottom:35px;
}
.bg1{
	background-color:#ef7d63;
}
.bg2{
	background-color:#348eff;
}
.bg3{
	background-color:#609afe;
}
.bg4{
	background-color:#1cd1a6;
}
.bg5{
	background-color:#00c3d9;
}
.bg6{
	background-color:#00a0e8;
}
.tab_menus_container a:hover p{
	color:#fff;
}
@-webkit-keyframes bounce-down {
	25% {
		-webkit-transform: translateY(-15px);}
	50%, 100% {
		-webkit-transform: translateY(0);}
	75% {
		-webkit-transform: translateY(10px);}
}
@keyframes bounce-down {
	25% {
	transform: translateY(-15px);}
	50%, 100% {
	transform: translateY(0);}
	75% {
	transform: translateY(10px);}
}
.tab_menu:hover{ 
	-webkit-animation: bounce-down 1.5s linear infinite;
	animation: bounce-down 1.5s linear infinite;
}
.rows {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
}
.tab_menu_right{
	background:url(../images/home/ksdh_gz_bj.jpg);
	background-size:120% 100%;
}
.tab_right_box{
	margin-top:50px;
	margin-bottom:70px;
}
.attention_title{
	height:50px;
	text-align:center;
	line-height:50px;
	color:#fff;
	font-size:25px;
}
.attention_subtitle{
	height:35px;
	line-height:35px;
	color:#fff;
	font-size:15px;
	text-align:center;
}
.wechat1{
	margin-top:25px;
	border-radius:25px;
	background-color:rgba(239,125,99,.7);
	height:50px;
}
.wechat2{
	margin-top:25px;
	border-radius:25px;
	background-color:rgba(28,209,166,.7);
	height:50px;
}
.wechat3{
	margin-top:25px;
	border-radius:25px;
	background-color:rgba(11,187,185,.7);
	height:50px;
}
.wechat_title{
	line-height:50px;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}
.wechat_title:hover{ 
	color: #4d4d4d;
	text-decoration: none; 
}
.attention_circular{
	padding:1px 10px;
}
.attention_arrow{
	padding:1px 10px;
}
.news_container{
	background-color:#fff;
	padding:0 10px 10px 25px;
}
.news-title{
	width:100%;
	height:80px;
}
.news-title a{
	text-decoration: none;
}
.title-left{
	line-height:80px;
	font-size:25px;
	font-weight:bold;
	color:#555555;
	display: inline-block;
}
.more{
	line-height:80px;
	color:#0bbbb9;
	font-size:25px;
	display:inline-block;
	float:right;
	margin-right:10px;
}
.more img{
	width:20px;
	height:20px;
}
.news_box:hover p, .news_box:hover time{
	color:#0bbbb9;
}
.news_box{
	width:100%;
	padding-top:10px;
}
.news_title{
	color:#000;
	font-size:18px;
	font-weight:bold;
	line-height:55px;
}
.news_breif{
	color:#4d4d4d;
	font-size:14px;
	line-height:25px;
}
#news>.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	padding: 0;
	margin-right: 5%;
	margin-bottom: 220px;
	margin-left: 50%;
	list-style: none;
}
.news_box time {
  	display: block;
  	font-size: 12px;
  	color: #3c85b2;
	margin:15px 0;
}
.news-list{
	width:100%;
}
.news-list li{
	position:relative;
	transition:all .5s;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
}
.news-list li .cover{
	width:30%;
	height:70px;
	overflow:hidden;
	margin-right:10px;
	float:left;
}
.news-list li .cover img{
	width:100%;
	height:70px;
}
.news-list li .content span,.news-list li .content_txt span{
	/*color:#aaa;*/
	color:#4d4d4d;
	display:block;
	font-size:16px;
	line-height:24px;
	max-height:48px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:normal;
	word-wrap:break-word;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	display:-webkit-box !important;
}
.news-list li .content time,.news-list li .content_txt time{
	display:block;
	font-size:12px;
	color:#3c85b2;
}
.news-list li+li{
	margin-top:25px;
	padding-top:25px;
	border-top:1px solid #e4e4e4;
}
.news-list li.hasimg .content{
	max-width:65%;
	overflow:hidden;
	float:left;
}
.news-list li.hasimg .content_txt{
	max-width:100%;
	overflow:hidden;
	float:left;
	min-height: 70px;
}
.news-list li:hover img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	transition:all .5s;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
}
.hasimg a:hover span, .hasimg a:hover time{
	color:#0bbbb9;
}
.notice{
	padding-right: calc(var(--bs-gutter-x) * 0);
	padding-left: calc(var(--bs-gutter-x) * 1);
}
.notice_container{
	background-color:#fff;
	width:100%;
	padding-left:25px;
	/*--bs-gutter-x: 0;
	--bs-gutter-y: 0;*/
}
.notice-content{
	box-sizing:border-box;
	width:100%;
	height:450px;
	border-radius:10px;
	/*padding:30px 10px 30px 15px;*/
	padding:0 10px 10px 15px;
}
.txt-list{
	border-left:1px solid #e4e4e4;
}
.txt-list li{
	position:relative;
	margin-left:25px;
	height:73px;
}
.txt-list li a time,
.txt-list li a span{
	display:block;
}
.txt-list li a time{
	float:left;
	width:52px;
	height:52px;
	border-radius:6px;
	text-align:center;
	color:#fff;
	background-color:#d96e32;
	margin-right:20px;
	margin-top:5px;
}
.txt-list li a time u{
	display:block;
	font-size:12px;
	line-height:1;
	margin:5px 0;
}
.txt-list li a time strong{
	display:block;
	font-size:24px;
	line-height:1;
}
.txt-list li a time::before{
	position:absolute;
	content:'';
	left:-32px;
	bottom:24px;
	background-color:#fff;
	width:12px;
	height:12px;
	display:inline-block;
	border-radius:50%;
	border:1px solid #e4e4e4;
}
.txt-list li a span{
	float:left;
	font-size:16px;
	max-width:200px;
	line-height:28px;
	max-height:56px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:normal;
	word-wrap:break-word;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	display:-webkit-box !important;
	color:#aaa;
}
.txt-list li+li{
	margin-top:15px;
}
.txt-list li::before{
	position:absolute;
	display:block;
	content:'';
	width:1px;
	height:71px;
	left:-26px;
	top:-39px;
	border-left:1px solid #000;
}
.txt-list li.item0 time{
	background-color:#d96e32;
}
.txt-list li.item0 time::before{
	border-color:#d96e32;
}
.txt-list li.item0::before{
	height:50px;
	top:0;
	border-color:#d96e32;
}
.txt-list li.item1 time{
	background-color:#efc512;
}
.txt-list li.item1 time::before{
	border-color:#efc512;
}
.txt-list li.item1::before{
	border-color:#efc512;
}
.txt-list li.item2 time{
	background-color:#6799ce;
}
.txt-list li.item2 time::before{
	border-color:#6799ce;
}
.txt-list li.item2::before{
	border-color:#6799ce;
}
.txt-list li.item3 time{
	background-color:#24bf6b;
}
.txt-list li.item3 time::before{
	border-color:#24bf6b;
}
.txt-list li.item3::before{
	border-color:#24bf6b;
}
.txt-list li.item4 time{
	background-color:#d7d7d7;
}
.txt-list li.item4 time::before{
	border-color:#d7d7d7;
}
.txt-list li.item4::before{
	border-color:#d7d7d7;
}
.txt-list a:hover span{
	color:#0bbbb9;
}
.department_container{
	padding-right: calc(var(--bs-gutter-x) * 0);
	padding-left: calc(var(--bs-gutter-x) * 0);
}
.departments a:hover p{
    color:#fff;
}
.department_title{
	display:block;
}
.department_title1{
	display:none;
}
.single-inspired img{
	width:100%;
}
.single_container img {

    display: block;
    width: auto !important;
	margin:auto;

}
.single_title{
	color:#fff;
	font-size:20px;
	font-weight:bold;
	line-height:70px;
}
.single_ep{
	color:#fff;
	font-size:15px;
	line-height:70px;
}
.single_hr{
	width:25%;
	margin:auto;
	border:1px solid #fff;
}
/*.single_container{
	overflow:hidden;
}*/
.single_container img{
	position:relative;
	transition: all 1s;
}
.single_container:hover img{
	transform: scale(1.5);
}
.subject_title{
   	letter-spacing:5px;
   	/*padding-top:15px;*/
    margin:auto;
    height:auto;
   	font-size:27px;
   	color:#000;
    writing-mode:vertical-lr;/*从左向右从右向左是writing-mode:vertical-rl;*/
    writing-mode:tb-lr;/*IE浏览器的从左向右从右向左是writing-mode:tb-rl；*/
}
.subject_subtitle{
   	letter-spacing:2px;
	padding-top:35px;
   	color:#0bbbb9;
   	font-size:15px;
}
.subject_menu_title{
   	letter-spacing:2px;
    margin:auto;
    height:auto;
   	font-size:22px;
   	font-weight:bold;
   	color:#fff;
	float:left;
	padding-left:15px;
    writing-mode:vertical-lr;/*从左向右从右向左是writing-mode:vertical-rl;*/
    writing-mode:tb-lr;/*IE浏览器的从左向右从右向左是writing-mode:tb-rl；*/
}
.subject_menu_more{
   	letter-spacing:2px;
   	float:right;
   	paddint-right:15px;
   	color:#fff;
   	font-size:15px;
   	writing-mode:vertical-lr;/*从左向右从右向左是writing-mode:vertical-rl;*/
    writing-mode:tb-lr;/*IE浏览器的从左向右从右向左是writing-mode:tb-rl；*/
}
.subject_more_box {
  	position: absolute;
	bottom: 3em;
	width: 100%;
	right: 15px;
}
.link_title{
	text-align:center;
  	line-height:50px;
  	color:#4d4d4d;
  	font-size:18px;
  	font-weight:bold;
}
/*.single_container_p{
	font-size:2em;
	color:#fff;
	font-weight:bold;
}*/

/* footer */
.footer{
	background-color:#0bbbb9;
}
.sydw_container{
	text-align:center;
}
.sydw{
	margin:10px auto;
	display:block;
}
.sydw img{
	width:65px;
}
.width100{
	width:100%;
}
.foot_container{
	padding-right: calc(var(--bs-gutter-x) * 0);
	padding-left: calc(var(--bs-gutter-x) * 0);
}
.textalign{
	text-align:center;
}
.foot_logo{
	width:80%;
	padding-top:50px;
}
.sydw{
	padding-top:75px;
}
.contact_us{
	margin-top:3em;
	width:85%;
	margin-left:5%;
	padding-left:5%;
	height:50px;
	background-color:#00c3d9;
}
.contact_us p{
	line-height:50px;
	float:left;
	color:#fff;
	font-size:22px;
	font-weight:bold;
}
.foot_clear_box{
	height:2.5em;
	clear:both;
}
.foot_tel{
	padding-left:5%;
	width:100%;
	line-height:3.5em;
	float:left;
	color:#fff;
	font-size:16px;
}
.foot_address{
	padding-left:5%;
	width:100%;
	line-height:3.5em;
	float:left;
	color:#fff;
	font-size:16px;
	text-indent:7em;
}
.copy_box{
	width:100%;
	background-color:#55555c;
}
.copy_p{
	line-height:65px;
	color:#fff;
	font-size:15px;
}
.bi{
	padding-right:1em;
}

.footer{
	background:url(../images/home/bj.jpg);
	background-size:100% 100%;
}
.foot_container{
	padding-right: calc(var(--bs-gutter-x) * 0);
	padding-left: calc(var(--bs-gutter-x) * 0);
	text-laign:left;
}
.foot_wechat_p{
	color:#fff;
	font-size:18px;
	font-weight:bold;
	line-height:30px;
	text-align:center;
}
.foot_logos{
	width:80%;
	padding-top:50px;
}
.flogo{
	text-align:left;
}
.foot_content_p{
	padding-left:12%;
	width:100%;
	line-height:39px;
	letter-spacing: 2px;
	float:left;
	color:#fff;
	font-size:18px;
}
.foot_content_p a{
	color:#fff;
}
.copy_container{
	width:100%;
	background-color:#fff;
}
.sydwt{
	padding-top:5px;
	padding-bottom:5px;
}
#header {
	/*position: relative;*/
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
	background-color: #FFF;
	z-index: 9999;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.header_sticky {
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	color: #fff;
	width:100%;
	z-index:9999;
}
@media (max-width: 991px) {
	#header {
		z-index: 99999;
		box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
	}
}
.header-inner {
	position: relative;
	/*padding-left: 2%;
	padding-right: 2%;*/
	background-color:transparent;
}
.header-inner:after {
	content: "";
	display: block;
	clear: both;
}
.carousel-item-imgbox{
    min-height:233px;
}
.carousel-item-imgbox img{
    height:233px;
    overflow:hidden;
}
/*#header.header-fixed-top {
	position: fixed !important;
}*/
#header.header-show-hide-on-scroll {
	/*position: fixed !important;*/
}

#header.header-show-hide-on-scroll.fly-up {
	top: -150px;
}
body.tt-m-menu-open #header.header-show-hide-on-scroll {
	top: 0;
}
@media (min-width: 992px) {
	#header.header-transparent {
		/*position: absolute;*/
		background-color: transparent;
		/*box-shadow: none;*/
	}
	#header.header-transparent .tt-menu-nav > li > a,
	#header.header-transparent .tt-menu-tools > ul > li > a {
		/*color: #4d4d4d;*/
		margin:0 18px;
	}
	#header.header-transparent .tt-menu-nav > li > a:hover {
	}
	#header.header-transparent #logo .logo-dark {
		display: none;
	}
	#header.header-transparent #logo .logo-light {
		display: block;
	}
}
.tt-main-menu {
	display: inline-block;
	/*min-height: 80px;*/
	min-height: 50px;
}

.tt-menu-collapse {
}
@media (min-width: 992px) {
	.tt-menu-collapse {
		display: inline-block !important;
	}
}
.tt-menu-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.tt-menu-nav > li {
	display: inline-block;
	/*margin: 0 25px;*/
	/*padding: 0 25px;*/
}
.tt-menu-nav > li:first-child {
	/*margin-left: 0;*/
}
.tt-menu-nav > li:last-child {
	/*margin-right: 0;*/
}
@media (max-width: 1400px) {
	.tt-menu-nav > li {
		margin-left: 5px;
		margin-right: 5px;
	}
}
.tt-menu-nav > li > a {
	position: relative;
	display: block;
	margin: 0;
	/*padding: 30px 0;*/
	padding: 20px 0;
	text-decoration: none;
	font-size: 1.5em;
	font-weight: 500;
	/*color: #222;*/
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.tt-menu-nav > li > a:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 0;
	height: 3px;
	/*background-color: #08c1b8;*/
	background-color: #ff9900;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-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;
}
.tt-menu-nav > li > a:hover:after {
	width: 100%;
}
.tt-menu-nav > li.active > a:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #08c1b8;
}
.tt-submenu-wrap {
	position: relative;
}
.tt-submenu {
	position: relative;
	display: none;
	top: 100%;
	left: 0;
	min-width: 200px;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 999;
	text-align: left;
	box-shadow: inset 0 0 0 1px rgba(99, 99, 99, 0.1);
	-webkit-box-shadow: inset 0 0 0 1px rgba(99, 99, 99, 0.1);
}
@media (min-width: 992px) {
	.tt-submenu {
		position: absolute;
		display: block !important;
		top: 110%;
		padding-top: 10px;
		padding-bottom: 10px;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.tt-submenu-wrap.tt-submenu-open > .tt-submenu {
		top: 100%;
		visibility: visible;
		opacity: 1;
		-webkit-transition-delay: 0.1s;
		-moz-transition-delay: 0.1s;
		transition-delay: 0.1s;
	}
}
.tt-submenu > .tt-submenu-wrap > .tt-submenu { 
	left: 100%;
	right: auto;
	margin-top: -36px;
	margin-left: 0;
}
.tt-submenu li {
	margin-top: 2px;
	margin-bottom: 2px;
}
.tt-submenu li:first-child {
	margin-top: 0;
}
.tt-submenu li:last-child {
	margin-bottom: 0;
}
.tt-submenu li > a {
	position: relative;
	display: block;
	padding: 10px 25px 7px 20px;
	text-decoration: none;
	font-size: 14px;
	line-height: 19px;
	color: #888;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-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;
}
.tt-submenu li > a:hover {
	/*background-color: rgba(132, 132, 132, 0.1);*/
	background-color:#088a99;
	color: #000;
	-webkit-box-shadow: inset 3px 0 0 0 #ff9900;
	box-shadow: inset 3px 0 0 0 #ff9900;
	/*-webkit-box-shadow: inset 3px 0 0 0 #08c1b8;
	box-shadow: inset 3px 0 0 0 #08c1b8;*/
}
.tt-submenu > li.active > a {
	background-color: rgba(132, 132, 132, 0.1);
	color: #000;
	-webkit-box-shadow: 3px 0 0 0 #08c1b8;
	box-shadow: inset 3px 0 0 0 #08c1b8;
}
.tt-menu-nav > li:last-child > .tt-submenu {
	left: auto;
	right: 0;
}
.tt-submenu-master.tt-submenu-right > .tt-submenu {
	left: auto;
	right: 0;
}
@media (min-width: 992px) {
	.tt-caret {
		position: relative;
		top: 1px;
		margin-left: 5px;
		font-size: 12px;
		line-height: 0;
	}
	.tt-caret::after {
		font-family: "Font Awesome 5 Free";
		content: "\f107";
		font-weight: 900;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
	}

	/* caret in dropdowns */
	.tt-submenu .tt-caret {
		position: absolute;
		right: 8px;
		top: 50%;
		-moz-transform: translateY(-50%) rotate(-90deg);
		-ms-transform: translateY(-50%) rotate(-90deg);
		-webkit-transform: translateY(-50%) rotate(-90deg);
		transform: translateY(-50%) rotate(-90deg);
	}
}
.tt-submenu-dark .tt-submenu {
	/*background-color: #111;*/
	background-color:#0694a4;
}
@media (min-width: 992px) {
	.tt-submenu-dark .tt-submenu {
		/*background-color: rgba(25, 25, 25, 0.95);*/
		background-color: rgba(6,148,164,.6);
	}
}
.tt-submenu-dark .tt-submenu li > a {
	/*color: #CCC;*/
	color: #fff;
	font-size:1.4em;
}
.tt-submenu-dark .tt-submenu li > a:hover {
	color: #FFF;
}
.tt-submenu-dark .tt-submenu > li.active > a {
	color: #FFF;
}
#header.menu-align-left .tt-main-menu {
	display: block;
	text-align: left;
}
#header.menu-align-left #logo {
	top: 15px;
	float: left;
	margin: 0 4% 0 0;
}
#header.menu-align-right .tt-main-menu {
	float: left;
	/*text-align: center;*/
	z-index:999999;
}
#header.menu-align-right #logo {
	top: 15px;
	float: left;
	margin: 0;
}
@media (min-width: 992px) {
	#header.menu-align-center {
		text-align: center;
		margin-bottom: 2.5%;
	}
	#header.menu-align-center #logo {
		padding: 40px 0 30px 0;
	}
	#header.menu-align-center #logo img {
		max-height: 80px;
	}

	#header.menu-align-center .tt-menu-nav > li > a:after {
		left: 50%;
	}
	#header.menu-align-center .tt-menu-nav > li > a:hover:after {
		left: 0;
		width: 100%;
	}
	#header.menu-align-center .tt-menu-nav > li.active > a:after {
		left: 0;
	}
}
#tt-m-menu-toggle-btn {
	position: relative;
	display: none;
	float: right;
	top: 20px;
	cursor: pointer;
	padding: 8px 50px 11px 0px;
}
#tt-m-menu-toggle-btn span,
#tt-m-menu-toggle-btn span:before,
#tt-m-menu-toggle-btn span:after {
	position: absolute;
	display: block;
	content: '';
	height: 4px;
	width: 25px;
	/*background-color: #222;*/
	background-color: #fff;
	cursor: pointer;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#tt-m-menu-toggle-btn span:before {
	top: -8px;
}
#tt-m-menu-toggle-btn span:after {
	bottom: -8px;
}
body.tt-m-menu-open #tt-m-menu-toggle-btn span {
	background-color: transparent !important;
}
body.tt-m-menu-open #tt-m-menu-toggle-btn span:before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
body.tt-m-menu-open #tt-m-menu-toggle-btn span:after {
	top: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media (max-width: 991px) {
	#tt-m-menu-toggle-btn {
		display: block;
	}
	.tt-main-menu {
		display: block;
		float: none !important;
		min-height: 60px;
		background-color:#0bbbb9;
	}
	.tt-menu-collapse {
		position: absolute;
		display: none;
		top: 100%;
		left: 0;
		width: 100%;
		max-height: calc(100vh - 60px);
		overflow-y: auto;
		/*background-color: #1F1F1F;*/
		background-color: #0694a4;
		text-align: left;
		border-top: 1px solid #000;
		/*box-shadow: inset 0 22px 7px -20px rgba(0, 0, 0, 0.8);
		-webkit-box-shadow: inset 0 22px 7px -20px rgba(0, 0, 0, 0.8);*/
	}
	.tt-menu-nav {
	}
	.tt-menu-nav > li {
		display: block;
		float: none;
		margin: 0;
		border-bottom: 1px solid #000;
	}
	.tt-menu-nav > li > a {
		background-color: transparent;
		margin: 0;
		padding: 10px 20px;
		color: #CCC !important;
	}
	.tt-menu-nav > li > a:hover {
		background-color: transparent;
		box-shadow: none;
		color: #FFF !important;
		border: none;
	}
	.tt-menu-nav > li.active > a {
		background-color: transparent;
		color: #FFF !important;
		box-shadow: inset 4px 0 0 0 #08c1b8;
		border: none;
	}
	.tt-menu-nav > li > a:after {
		display: none;
	}
	.tt-submenu {
		display: none;
		position: relative;
		top: auto;
		left: 0 !important;
		min-width: 100%;
		/*background-color: #111;*/
		background-color:#0694a4;
		text-align: left;
		box-shadow: none;
		-webkit-box-shadow: none;
		border-top: 1px solid rgba(134, 134, 134, 0.15);
		/*box-shadow: inset 0 22px 10px -20px rgba(0, 0, 0, 0.8), inset 0 -22px 10px -20px rgba(0, 0, 0, 0.8) !important;
		-webkit-box-shadow: inset 0 22px 10px -20px rgba(0, 0, 0, 0.8), inset 0 -22px 10px -20px rgba(0, 0, 0, 0.8) !important;*/
	}
	.tt-submenu > .tt-submenu-wrap > .tt-submenu {
		left: 0 !important;
		margin-top: 0;
		padding-left: 5%;
	}
	.tt-submenu > li {
		margin-top: 0;
		margin-bottom: 0;
		border-top: 1px solid #000;
	}
	.tt-submenu > li:first-child {
		border-top: none;
	}
	.tt-submenu li > a {
		padding: 11px 55px 11px 30px;
		color: #CCC;
	}
	.tt-submenu > li > a:hover {
		background-color: transparent;
		padding-left: 30px;
		box-shadow: none;
		color: #FFF;
		border: none;
	}
	.tt-submenu > li.active > a {
		background-color: transparent;
		color: #FFF;
		box-shadow: inset 4px 0 0 0 #08c1b8;
		border: none;
	}
	.tt-submenu-wrap .tt-m-submenu-toggle {
		width: 45px;
		height: 100%;
		line-height: 44px;
		background-color: rgba(128, 128, 128, 0.12);
		position: absolute;
		top: 0;
		right: 0;
		cursor: pointer;
		text-align: center;
		font-size: 18px;
		color: #DDD;
		border-left: 1px solid rgba(134, 134, 134, 0.06);
	}
	.tt-submenu-wrap .tt-m-submenu-toggle::after {
		position: relative;
		top: -1px;
		margin-left: 2px;
		line-height: 0;
		font-family: "Font Awesome 5 Free";
		content: "\f107";
		font-weight: 900;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
	}
	.tt-submenu-wrap .tt-m-submenu-toggle.tt-m-dropdown-open::after {
		font-size: 16px;
		font-family: "Font Awesome 5 Free";
		content: "\f00d";
		font-weight: 900;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
	}
}
.pcblock{
	display:block;
}
.mobblock{
	display:none;
}
.foot_maps{
    display:block;
}
@media screen and (max-width: 768px) {
    .header{
		display:none;
	}
	.notice{
		padding-right: calc(var(--bs-gutter-x) * 0);
		padding-left: calc(var(--bs-gutter-x) * 0);
	}
	.department_title{
		display:none;
	}
	.department_title1{
		padding-right: calc(var(--bs-gutter-x) * .5);
		padding-left: calc(var(--bs-gutter-x) * .5);
		display:block;
	}
	.mouth_date{
		display:none !important;
	}
	.logo img{
		float:left;
		width:100%;
	}
	.footer{
		background:url(../images/home/fbgs2.jpg);
		background-size:100% 100%;
	}
	.foot_container{
		padding-right: calc(var(--bs-gutter-x) * 0);
		padding-left: calc(var(--bs-gutter-x) * 0);
		text-laign:center;
	}
	.foot_logos{
		width:95%;
		padding-top:25px;
	}
	/*.foot_logo{
		width:95%;
		padding-top:25px;
	}*/
	.foot_address{
		padding-left:5%;
		width:100%;
		line-height:3.5em;
		float:left;
		color:#fff;
		font-size:16px;
		text-indent:0;
	}
	.flogo{
		text-align:center;
	}
	.foot_content_p{
		padding-left:10px;
	}
	.pcblock{
		display:none;
	}
	.mobblock{
		display:block;
	}
	.foot_maps{
	   	display:none; 
	}
}

.owl-nav{
	display:none;
}
.owl-dots{
	display:none;
}

/**********修改***********/
.panel_body{
	width:92%;
	padding-bottom:35px;
}
.nocts_fl{
	font-style: normal;
	width: 100%;
	color: #000;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-decoration: none;
	line-height:35px;
}
.nav-tabs {
	--bs-nav-tabs-border-width: 0;
	--bs-nav-tabs-border-color: 0;
}
.nav-tabs li{
	width:33.33%;
}
.nav-tabs li.active a p{
	color: #0bbbb9 !important;
}
.subject_profiles_s{
	background-size:100% 100%;
	padding-top:1px;
	padding-bottom:1px;
	margin-top:0 !important;
	margin-bottom:0 !important;
}
.subject_profiles_s .news-title {
    width: 100%;
    height: 50px;
}
.subject_profiles_s .title-left {
    line-height: 50px;
    font-size: 25px;
    font-weight: bold;
    color: #555555;
    display: inline-block;
}
.subject_profiles_s .more {
    line-height: 50px;
    color: #0bbbb9;
    font-size: 25px;
    display: inline-block;
    float: right;
    margin-right: 10px;
}
.noct-list{
	width: 100%;
}
.noct-list li{
	width:100%;
	position: relative;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
}
.noct_fl{
	line-height:50px;
	color: #aaa;
}
.noct_fl i{
	color: #aaa;
}
.noct_fh{
	font-style: normal;
	color: #0bbbb9 !important;
	width: 3%;
	float: left;
}
.noct_tit{
	font-style: normal;
	width: 67%;
	color: #000;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-decoration: none;
	float: left;
}
.noct_tim{
	font-style: normal;
	width: 30%;
	color: #000;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-decoration: none;
	float: right;
	text-align: right;
}
.noct_fl:hover i{
	color:#0bbbb9;
}
