@font-face {
	font-family: 'SourceHanSansCN';
	/* 猫鈥÷ヂ∶ぢ光�懊ヂ�斆ぢ解�溍ヂ惵嵜� */
	src: url('../font/SourceHanSansSC-Normal.otf') format('woff2'),
		url('../font/SourceHanSansSC-Normal.otf') format('woff');
	font-weight: normal;
	/* 氓颅鈥斆ぢ解�溍测�斆烩�� */
	font-style: normal;
	/* 氓颅鈥斆ぢ解�溍β犅访ヂ悸徝妓喢ヂ︹�毭︹�撆撁ぢ解�溍尖�� */
	font-display: swap;
	/* 盲录藴氓艗鈥撁ヅ犅犆铰矫︹�斅睹♀�灻λ溌久ぢ好∨捗ぢ嘎� */
}

* {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: SourceHanSansCN;
	transition: all 0.3s ease;
}

a {
	text-decoration: none;
}

img {
	border: none;
}

/* 茅隆露茅茠篓氓炉录猫藛陋 */
.header {
	width: 100%;
	position: relative;
}

.head {
	width: 100%;
	background-color: rgba(48, 78, 158, .9);
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 100;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.head-content {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}

.logo {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	justify-content: center;
	margin-left: 50px;
}

.logo img {
	width: 200px;
	height: auto;
	filter: brightness(0) invert(1);
}

/* 莽搂禄氓艩篓莽芦炉忙沤搂盲禄露 */
.mobile-controls {
	display: none;
	align-items: center;
	margin-right: 20px;
}

.hamburger-menu {
	width: 30px;
	height: 22px;
	position: relative;
	cursor: pointer;
	margin-left: 15px;
	z-index: 102;
}

.hamburger-menu span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #fff;
	border-radius: 3px;
	opacity: 1;
	left: 0;
	transform: rotate(0deg);
	transition: .25s ease-in-out;
}

.hamburger-menu span:nth-child(1) {
	top: 0px;
}

.hamburger-menu span:nth-child(2) {
	top: 9px;
}

.hamburger-menu span:nth-child(3) {
	top: 18px;
}

.search-icon-mobile {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.search-icon-mobile i {
	color: #fff;
	font-size: 20px;
}

/* 莽搂禄氓艩篓莽芦炉忙聬艙莽麓垄忙隆鈥� */
.mobile-search-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background-color: rgba(48, 78, 158, .95);
	z-index: 200;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateY(-100%);
	transition: transform 0.3s ease;
}

.mobile-search-container.active {
	transform: translateY(0);
}

.mobile-search-form {
	width: 100%;
	max-width: 90%;
	position: relative;
	margin: 0 auto;
	display: flex;
}

.mobile-search-input {
	width: 100%;
	height: 45px;
	padding: 0 50px 0 20px;
	border: none;
	border-radius: 25px;
	background-color: white;
	font-size: 14px;
	color: #333;
	outline: none;
}

.mobile-search-btn {
	position: absolute;
	right: 45px;
	top: 50%;
	transform: translateY(-50%);
	width: 35px;
	height: 35px;
	border: none;
	background-color: #4a90e2;
	border-radius: 50%;
	cursor: pointer;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mobile-search-close {
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	width: 35px;
	height: 35px;
	border: none;
	background: none;
	cursor: pointer;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* 盲赂禄氓炉录猫藛陋猫聫艙氓聧鈥� */
.menu {
	display: flex;
	align-items: center;
	flex: 1;
	justify-content: center;
}

.menu-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px;
	background-color: rgba(48, 78, 158, .9);
	display: none;
}

.menu-logo {
	height: 40px;
	display: flex;
	align-items: center;
}

.menu-logo img {
	height: 100%;
	filter: brightness(0) invert(1);
}

.menu-search {
	display: none;
}

.menu ul {
	display: flex;
	gap: 40px;
}

.menu li {
	position: relative;
	transition: all 0.3s ease;
}

.menu li a {
	color: white;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 15px;
	border-radius: 0;
	transition: all 0.3s ease;
	position: relative;
	display: block;
}

.menu li a:hover {
	background-color: rgba(255, 255, 255, 0.1);
}

/* 盲潞艗莽潞搂猫聫艙氓聧鈥⒚β犅访ヂ悸� */
.menu li .submenu {
	position: absolute;
	top: 100%;
	left: -30px;
	width: 160px;
	background-color: #fff;
	transition: all 1s ease;
	z-index: 100;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	flex-direction: column;
	gap: 0;
	display: none;
}

.menu li:hover .submenu {
	display: block;
}

.menu li .submenu li {
	margin: 0;
	width: 100%;
	border-bottom: 1px solid #f0f0f0;
}

.menu li .submenu li:last-child {
	border-bottom: none;
}

.menu li .submenu li a {
	color: #333;
	padding: 15px 20px;
	font-size: 14px;
	display: block;
	border-radius: 0;
	transition: all 0.3s ease;
	background-color: #fff;
	text-align: center;
}

.menu li .submenu li a:hover {
	background-color: #f5f5f5;
	color: #4a90e2;
}

/* 莽搂禄茅鈩⒙っヂづ∶ぢ解劉莽拧鈥灻ヂぢ疵モ�櫯捗ぢ糕�姑ニ嗏�櫭郝� */
.menu li.has-submenu>a:after {
	display: none;
}

.menu li a::after {
	display: none;
}

.search {
	position: relative;
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	justify-content: center;
	margin-right: 50px;
}

.search .search-input {
	width: 200px;
	height: 45px;
	padding: 0 50px 0 20px;
	border: none;
	border-radius: 25px;
	background-color: white;
	font-size: 14px;
	color: #333;
	outline: none;
	transition: all 0.3s ease;
}

.search input::placeholder {
	color: #999;
}

.search input:focus {
	background-color: #fff;
}

.search-btn {
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	width: 35px;
	height: 35px;
	border: none;
	background-color: #4a90e2;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	color: transparent;
	font-size: 0;
	background-image: url("../img/search.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px;
}

.search-btn:hover {
	background-color: #357abd;
}

.search-btn i {
	color: white;
	font-size: 14px;
	font-weight: bold;
}


.mySwiper {
	width: 100%;
	position: relative;
}

.mySwiper img {
	width: 100%;
	display: block;
	height: 100%;
}

.swiper-text {
	width: 1400px;
	margin: 0 auto;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding-top: 80px;
	/* 氓炉录猫藛陋茅芦藴氓潞娄 */
	align-items: flex-end;
}

.swiper-text-body {
	width: 200px;
	height: calc(100% - 80px);
	background-color: rgba(255, 255, 255, .5);
	backdrop-filter: blur(1px);
	padding: 30px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}
.swiper-text-body:hover{
	transform: translateX(5px);
}
.swiper-text-body>span {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	display: block;
}

.swiper-text-btn {
	padding: 0;
	background-color: transparent;
	color: #333;
	margin-top: 40px;
	transition: all 0.3s ease;
	font-size: 16px;
	position: relative;
	align-self: flex-end;
	margin-right: 30px;
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	width: 50%;
}

.swiper-text-btn span {
	position: relative;
	top: 10px;
}

.swiper-text-btn:hover {
	color: rgba(48, 78, 158, 1);
	/* transform: translateX(1px); */
	margin-left: 10px;
}



/* 忙鈥撀懊┾�斅� */
/* 忙鈥撀懊┾�斅幻ヅ捖好ヅ概� */
.news {
	width: 100%;
	padding: 60px 0;
	position: relative;
	background: url("../img/newBg.png") no-repeat;
	background-position: 50% left;
	background-size: 40%;
}

.news-container {
	width: 1400px;
	margin: 0 auto;
}

.news-header {
	display: flex;

	align-items: center;
	margin-bottom: 70px;
}

.news-header h2 {
	font-size: 32px;
	color: #333;
	position: relative;
	padding-left: 15px;
}

.news-header .more {
	font-size: 16px;
	color: #666;
	display: flex;
	align-items: center;
	width: 40px;
	height: 40px;
	background-color: rgba(48, 78, 158, .9);
	color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
	font-size: 40px;
	font-weight: bold;
	position: relative;
}

.more img {
	width: 80%;
}

.news-list {
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.news-row {
	display: flex;
	/* justify-content: space-between; */
	gap: 30px;
	flex-wrap: wrap;
}

.news-item {
	flex: 0 0 calc(33.333% - 100px);
	position: relative;
	height: 220px;
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
	background-color: rgba(78, 115, 171, .8);
	margin-right: 100px;
	text-decoration: none;
	color: inherit;
	transition: transform 0.3s ease;
}

.news-item:nth-child(3n) {
	margin-right: 0;
}

.news-item:hover {
	transform: translateY(-5px);
}


.news-img {
	width: 100%;
	height: 100%;
	position: relative;
	/* background-color: #e9a846; */
	overflow: hidden;
	left: 40px;
	top: -40px;
}



.news-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	/* padding: 10px; */
	z-index: 2;
}

.news-info div {
	color: #fff;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	width: 95%;
	margin: 0 auto;
}

/* 莽鈥奥姑ㄢ�奥裁︹�撀懊┾�斅幻┞÷姑β犅访ヂ悸� */
.news-item.featured .news-img {
	background: transparent;
}

/* 氓潞鈥⒚┢捖β犅访ヂ悸� */
.footer {
	width: 100%;
	position: relative;
}

.footer-content {
	width: 1400px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 40px 0;
	/* border-top: 1px solid #eaeaea; */
	padding: 40px 0;


}

.footer-logo {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.footer-logo img {
	height: 35px;
}

.footer-info {
	flex: 0 0 auto;
	text-align: right;
}

.footer-address,
.footer-contact {
	font-size: 14px;
	color: #999;
	margin: 5px 0;
	font-weight: 300;
	letter-spacing: 1px;
	text-align: center;
}



/* 忙鈥撀懊┾�斅幻ニ嗏�斆÷┞÷� */
.news-page {
	width: 100%;
	padding: 40px 0;
	position: relative;
	background-color: #fff;
	padding-top: 100px;
}

.news-page-container {
	width: 1400px;
	margin: 0 auto;
}

.news-page-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.news-page-title {
	font-size: 32px;
	color: #333;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.news-page-arrow {
	font-size: 28px;
	color: #333;
	margin-left: 10px;
}

.news-page-breadcrumb {
	font-size: 14px;
	color: #999;
}

.news-page-breadcrumb a {
	color: #333;
	text-decoration: none;
}

.news-page-breadcrumb a:hover {
	color: #4a90e2;
}

.breadcrumb-arrow {
	margin: 0 5px;
	color: #333;
	font-size: 20px;
}

.current-page {
	color: #4a90e2;
	text-decoration: none;
}

.news-page-list {
	margin-bottom: 50px;
}

.news-page-item {
	display: flex;
	border-bottom: 1px solid #eee;
	padding: 20px 0;
	transition: all 0.3s ease;
	text-decoration: none;
	color: inherit;
}

.news-page-item:hover {
	background-color: #f9f9f9;
}

.news-page-date {
	flex: 0 0 200px;
	font-size: 28px;
	color: transparent;
	padding: 0 20px;
	font-family: Arial, sans-serif;
	-webkit-text-stroke: 1px #ffb6c1;
	text-stroke: 1px #ffb6c1;
	font-weight: bold;
	letter-spacing: 2px;
	opacity: 0.9;
	display: flex;
	align-items: center;
}

.news-page-content {
	flex: 1;
	padding: 0 20px;
	overflow: hidden;
}

.news-page-link {
	font-size: 18px;
	color: #333;
	transition: all 0.3s ease;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

.news-page-item:hover .news-page-link {
	color: #4a90e2;
}

/* 氓藛鈥犆┞÷得β犅访ヂ悸� */
.news-page-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}

.page-first,
.page-item,
.page-jump {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 0 5px;
	border-radius: 50%;
	background-color: #fff;
	color: #666;
	text-decoration: none;
	transition: all 0.3s ease;
	border: 1px solid #ddd;
	font-size: 12px;
}

.page-first {
	width: auto;
	padding: 0 10px;
	border-radius: 15px;
}

.page-item.active {
	background-color: #4a90e2;
	color: #fff;
	border-color: #4a90e2;
}

.page-first:hover,
.page-item:hover,
.page-jump:hover {
	background-color: #4a90e2;
	color: #fff;
	border-color: #4a90e2;
}

.page-dots {
	margin: 0 5px;
	color: #999;
	font-size: 12px;
}

.page-jump-container {
	display: flex;
	align-items: center;
	margin-left: 15px;
}

.page-input {
	width: 40px;
	height: 26px;
	border: 1px solid #ddd;
	border-radius: 4px;
	text-align: center;
	margin: 0 5px;
	outline: none;
	transition: all 0.3s ease;
	font-size: 12px;
	border: none;
	border-bottom: 1px solid #ddd;
}

.page-input:focus {
	border-color: #4a90e2;
	/* box-shadow: 0 0 5px rgba(74, 144, 226, 0.3); */
}

.page-info {
	margin: 0 3px;
	color: #999;
	font-size: 12px;
}

.page-jump {
	margin-left: 5px;
	width: auto;
	padding: 0 10px;
	border-radius: 15px;
	font-size: 12px;
}


/* 忙鈥撀懊┾�斅幻モ�犫�γヂ姑┞÷� */
.news-content-page {
	width: 100%;
	padding: 40px 0;
	position: relative;
	background-color: #fff;
	padding-top: 100px;
	min-height: 600px;
	background: url('../img/contentBj.png') no-repeat bottom left;
	background-size: contain;
	background-repeat: no-repeat;
	background-size: 350px;
}

.news-content-container {
	width: 1400px;
	margin: 0 auto;
	position: relative;
}

.news-content-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #1a2434;
}

.news-content-title {
	font-size: 32px;
	color: #333;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.news-content-arrow {
	font-size: 28px;
	color: #333;
	margin-left: 10px;
}

.news-content-breadcrumb {
	font-size: 14px;
	color: #999;
}

.news-content-breadcrumb a {
	color: #333;
	text-decoration: none;
}

.news-content-breadcrumb a:hover {
	color: #4a90e2;
}

.news-content-article {
	padding: 30px 0;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
}

.article-header {
	text-align: center;
	margin-bottom: 40px;
	position: relative;
}

.article-header::after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: 1px;
	background-color: #eee;
}

.article-title {
	font-size: 28px;
	color: #333;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 1.4;
	text-align: center;
}

.jzsj_con {
	display: flex;
}

.article-content {
	font-size: 16px;
	color: #333;
	line-height: 1.8;
}
.article-content table{
width:100%;
}
.con_qh {
	margin-top: 30px;
}

.con_qh a {
	display: block;
	margin-bottom: 15px;
	color: black;
}

.article-content p {
	font-size: 18px !important;
	line-height: 35px !important;
	text-indent: 2em !important;
	margin-bottom: 10px;
}
.article-content p *
{
	font-size: 18px !important;
	line-height: 35px !important;
	text-indent: 2em !important;
	margin-bottom: 10px;
	color: #333 !important;
}

.article-content img {
	display: block;
	text-align: center;
	margin: 0 auto;
	height: auto !important;
	max-width: 100%;
}

.article-paragraph {
	margin-bottom: 20px;
	text-indent: 0;
	background-color: #ffebee;
	padding: 15px;
	border-radius: 5px;
}

.article-paragraph p {
	text-indent: 2em;
	margin: 0;
}

.article-paragraph.highlight {
	background-color: #f3e5f5;
	border-left: 4px solid #9c27b0;
}

.article-footer {
	margin-top: 50px;
	padding-top: 20px;
	border-top: 1px solid #eee;
}

.article-nav {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.prev-article,
.next-article {
	color: #666;
	text-decoration: none;
	padding: 10px 0;
	transition: all 0.3s ease;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.prev-article:hover,
.next-article:hover {
	color: #4a90e2;
}

/* 忙路禄氓艩聽氓路娄盲戮搂猫拢鈥γ┞ヂ� */
.news-content-page::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 150px;
	height: 300px;
	background-color: #f8f8f8;
	opacity: 0.5;
	z-index: -1;
}



/* 盲潞潞忙鈥奥嵜ヅ嘎姑モ�β� 忙藛聬忙啪艙氓卤鈥⒚ぢ� */
.talent-page {
	width: 100%;
	padding: 40px 0;
	position: relative;
	background-color: #fff;
	padding-top: 100px;
	min-height: 600px;
	background: url('../img/contentBj.png') no-repeat center left;
	background-size: contain;
	background-repeat: no-repeat;
	background-size: 350px;
}

.talent-container {
	width: 1400px;
	margin: 0 auto;
	position: relative;
}

.talent-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #1a2434;
}

.talent-title {
	font-size: 32px;
	color: #333;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.talent-breadcrumb {
	font-size: 14px;
	color: #999;
}

.talent-breadcrumb a {
	color: #333;
	text-decoration: none;
}

.talent-breadcrumb a:hover {
	color: #4a90e2;
}

.talent-content {
	display: flex;
	margin-top: 30px;
}

.talent-sidebar {
	width: 200px;
	margin-right: 30px;
}

.sidebar-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sidebar-menu li {
	margin-bottom: 10px;
	width: 200px;
}

.sidebar-menu li a {
	display: block;
	padding: 15px 20px;
	color: #333;
	text-decoration: none;
	transition: all 0.3s ease;
	background-color: #f5f5f5;
}

.sidebar-menu li a:hover {
	background-color: #e0e0e0;
}

.sidebar-menu li.active a {
	background-color: #5c6bc0;
	color: #fff;
}

.talent-main {
	flex: 1;
}

.achievement-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.achievement-item {
	position: relative;
	overflow: hidden;
	/* border-radius: 5px; */
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	cursor: pointer;
}

.achievement-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.achievement-img {
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.achievement-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s ease;
}

.achievement-item:hover .achievement-img img {
	transform: scale(1.05);
}

.achievement-title {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 92%;
	padding: 10px 0;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	text-align: center;
	font-size: 16px;
	/* border-radius: 5px 5px 0 0; */
}

/* 盲赂潞忙炉聫盲赂陋氓聧隆莽鈥扳�∶β犫�∶┞⑺溍久铰ぢ嘎嵜ヂ惻捗♀�灻ㄆ捙捗︹劉炉茅垄艙猫鈥奥� */
.achievement-item:nth-child(1) .achievement-title {
	background-color: rgba(33, 150, 243, 0.8);
	/* 猫鈥溌澝ㄢ�奥� */
}

.achievement-item:nth-child(2) .achievement-title {
	background-color: rgba(233, 30, 99, 0.8);
	/* 莽虏鈥懊ㄢ�奥� */
}

.achievement-item:nth-child(3) .achievement-title {
	background-color: rgba(76, 175, 80, 0.8);
	/* 莽禄驴猫鈥奥� */
}

.achievement-item:nth-child(4) .achievement-title {
	background-color: rgba(255, 152, 0, 0.8);
	/* 忙漏鈩⒚ㄢ�奥� */
}

.achievement-item:nth-child(5) .achievement-title {
	background-color: rgba(156, 39, 176, 0.8);
	/* 莽麓芦猫鈥奥� */
}

.achievement-item:nth-child(6) .achievement-title {
	background-color: rgba(244, 67, 54, 0.8);
	/* 莽潞垄猫鈥奥� */
}

.achievement-item:nth-child(7) .achievement-title {
	background-color: rgba(0, 188, 212, 0.8);
	/* 茅聺鈥櫭ㄢ�奥� */
}

.achievement-item:nth-child(8) .achievement-title {
	background-color: rgba(255, 193, 7, 0.8);
	/* 茅禄鈥灻ㄢ�奥� */
}

.achievement-item:nth-child(9) .achievement-title {
	background-color: rgba(96, 125, 139, 0.8);
	/* 猫鈥溌澝伮懊ㄢ�奥� */
}


/* 盲潞潞忙鈥奥嵜ヅ嘎姑モ�β幻モ�犫�γヂ姑┞÷� */
.talent-detail-page {
	width: 100%;
	padding: 40px 0;
	position: relative;
	background-color: #fff;
	padding-top: 100px;
	min-height: 600px;
}

.talent-detail-container {
	width: 1400px;
	margin: 0 auto;
	position: relative;
}

.talent-detail-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #1a2434;
}

.talent-detail-title {
	font-size: 32px;
	color: #333;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.talent-detail-breadcrumb {
	font-size: 14px;
	color: #999;
}

.talent-detail-breadcrumb a {
	color: #333;
	text-decoration: none;
}

.talent-detail-breadcrumb a:hover {
	color: #4a90e2;
}

.talent-detail-content {
	display: flex;
	margin-top: 30px;
}

.talent-detail-sidebar {
	width: 200px;
	margin-right: 30px;
}

.talent-detail-main {
	flex: 1;
}

.detail-main-title {
	font-size: 24px;
	color: #4a90e2;
	margin-bottom: 20px;
	text-align: center;
}

.course-table-container {
	width: 100%;
	overflow-x: auto;
}

.course-table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
}

.course-table th,
.course-table td {
	padding: 12px 15px;
	text-align: left;
	border: 1px solid #ccc;
}

.course-table th {
	background-color: #f5f5f5;
	font-weight: bold;
	color: #333;
	border-bottom: 2px solid #4a90e2;
}

.course-table tr:nth-child(even) {
	background-color: #f9f9f9;
}

.course-table tr:hover {
	background-color: #f0f7ff;
}

.pagination-container {
	margin-top: 30px;
	display: flex;
	justify-content: center;
}

.pagination {
	display: flex;
}

.page-btn {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 0 5px;
	background-color: #f5f5f5;
	color: #333;
	text-decoration: none;
	border-radius: 3px;
	transition: all 0.3s ease;
}

.page-btn:hover,
.page-btn.active {
	background-color: #4a90e2;
	color: #fff;
}

/* 忙路禄氓艩聽氓路娄盲戮搂猫拢鈥γ┞ヂ懊モ�郝� */
.talent-detail-page {
	position: relative;
	overflow: hidden;
}

.talent-detail-page::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 300px;
	height: 300px;
	background-image: url('../img/contentBj.png');
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 1;
	z-index: 0;
}


/* 忙聽隆盲录聛氓聬藛盲陆艙茅隆碌茅聺垄 */
.cooperation-page {
	width: 100%;
	padding: 40px 0;
	position: relative;
	background-color: #fff;
	padding-top: 100px;
	background: url('../img/contentBj.png') no-repeat bottom left;
	background-size: contain;
	background-repeat: no-repeat;
	background-size: 350px;
	min-height: 600px;
}

.cooperation-container {
	width: 1400px;
	margin: 0 auto;
	position: relative;
}

.cooperation-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #1a2434;
}

.cooperation-title {
	font-size: 32px;
	color: #333;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.cooperation-breadcrumb {
	font-size: 14px;
	color: #999;
}

.cooperation-breadcrumb a {
	color: #333;
	text-decoration: none;
}

.cooperation-breadcrumb a:hover {
	color: #4a90e2;
}

.cooperation-content {
	display: flex;
	margin-top: 30px;
}

.cooperation-sidebar {
	width: 200px;
	margin-right: 30px;
}

.cooperation-main {
	flex: 1;
}

.company-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

.company-card {
	background-color: #f8e8c0;
	padding: 25px;
	border-radius: 5px;
	transition: all 0.3s ease;
	cursor: context-menu;
}

.company-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.company-name {
	font-size: 24px;
	color: #4f5ba1;
	margin-bottom: 15px;
	text-align: center;
}

.company-desc {
	font-size: 14px;
	color: #6a3906;
	line-height: 1.6;
}

/* 忙路禄氓艩聽氓路娄盲戮搂猫拢鈥γ┞ヂ懊モ�郝� */
.cooperation-page::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 300px;
	height: 300px;
	background-image: url('../img/contentBj.png');
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0.1;
	z-index: 0;
}


/* 氓鈥ε∶ヂ宦好ヂ仿ッぢ脚� */
.party-page {
	width: 100%;
	padding: 40px 0;
	position: relative;
	background-color: #fff;
	padding-top: 100px;
	min-height: 600px;
}

.party-container {
	width: 1400px;
	margin: 0 auto;
	position: relative;
}

.party-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #1a2434;
}

.party-title {
	font-size: 32px;
	color: #333;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.party-breadcrumb {
	font-size: 14px;
	color: #999;
}

.party-breadcrumb a {
	color: #333;
	text-decoration: none;
}

.party-breadcrumb a:hover {
	color: #4a90e2;
}

.party-content {
	display: flex;
	margin-top: 30px;
}

.party-sidebar {
	width: 200px;
	margin-right: 30px;
}

.party-main {
	width: calc(100% - 230px);
}

.party-main img {
	/* width: auto !important; */
}

.party-news-list {
	display: flex;
	flex-direction: column;
}

.party-news-item {
	margin-bottom: 20px;
}

.news-link {
	display: block;
	text-decoration: none;
	color: #333;
	transition: all 0.3s ease;
}

.news-link:hover {
	color: #4a90e2;
}

.news-title {
	display: block;
	font-size: 16px;
	margin-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-line {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #eee;
	margin-top: 10px;
}

.pagination-container {
	margin-top: 30px;
	display: flex;
	justify-content: center;
}

.pagination {
	display: flex;
	align-items: center;
}

.page-btn {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 0 5px;
	background-color: #f5f5f5;
	color: #333;
	text-decoration: none;
	border-radius: 3px;
	transition: all 0.3s ease;
}

.page-btn.active {
	background-color: #4a90e2;
	color: #fff;
}

.page-btn:hover {
	background-color: #e0e0e0;
}

.page-btn.active:hover {
	background-color: #4a90e2;
}

.page-dots {
	margin: 0 5px;
	color: #999;
}

/* 忙路禄氓艩聽氓路娄盲戮搂猫拢鈥γ┞ヂ懊モ�郝� */
.party-page::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 300px;
	height: 300px;
	background-image: url('../img/contentBj.png');
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 1;
	z-index: 0;
}


/* 氓鈥ε∶ヂ宦好ヂ仿ッぢ脚撁モ�犫�γヂ姑┞÷� */
.party-detail-page {
	width: 100%;
	padding: 40px 0;
	position: relative;
	background-color: #fff;
	padding-top: 100px;
	min-height: 600px;
}

.party-detail-container {
	width: 1400px;
	margin: 0 auto;
	position: relative;
}

.party-detail-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #1a2434;
}

.party-detail-title {
	font-size: 32px;
	color: #333;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.party-detail-breadcrumb {
	font-size: 14px;
	color: #999;
}

.party-detail-breadcrumb a {
	color: #333;
	text-decoration: none;
}

.party-detail-breadcrumb a:hover {
	color: #4a90e2;
}

.party-detail-content {
	display: flex;
	margin-top: 30px;
	position: relative;
}

/* 氓路娄盲戮搂氓炉录猫藛陋 */
.party-sidebar-left {
	width: 180px;
	margin-right: 20px;
}

.sidebar-item {
	margin-bottom: 10px;
}

.sidebar-item a {
	display: block;
	padding: 15px 20px;
	text-decoration: none;
	color: #4f5ba1;
	font-size: 16px;
	transition: all 0.3s ease;
}

.sidebar-item.active a {
	background-color: #5c6bc0;
	color: #fff;
}

.sidebar-item:not(.active) a {
	background-color: transparent;
}


/* 氓颅娄茅鈩⒙⒚β︹�毭モ�犅� */
.college-page {
	width: 100%;
	padding: 40px 0;
	position: relative;
	background-color: #fff;
	padding-top: 100px;
	min-height: 600px;
}

.college-container {
	width: 1400px;
	margin: 0 auto;
	position: relative;
}

.college-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #1a2434;
}

.college-title {
	font-size: 32px;
	color: #333;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.college-breadcrumb {
	font-size: 14px;
	color: #999;
}

.college-breadcrumb a {
	color: #333;
	text-decoration: none;
}

.college-breadcrumb a:hover {
	color: #4a90e2;
}

.college-content {
	display: flex;
	margin-top: 30px;
}

.college-sidebar {
	width: 200px;
	margin-right: 30px;
}

.college-sidebar .sidebar-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.college-sidebar .sidebar-menu li {
	margin-bottom: 10px;
}

.college-sidebar .sidebar-menu li a {
	display: block;
	padding: 15px 20px;
	color: #333;
	text-decoration: none;
	transition: all 0.3s ease;
	background-color: #f5f5f5;
}

.college-sidebar .sidebar-menu li a:hover {
	background-color: #e0e0e0;
}

.college-sidebar .sidebar-menu li.active a {
	background-color: #5c6bc0;
	color: #fff;
}

.college-main {
	flex: 1;
}

.college-main .article-container {
	padding: 0;
}

.college-main .article-title {
	font-size: 24px;
	color: #333;
	margin-bottom: 30px;
	text-align: center;
	font-weight: bold;
}

.college-main .article-content {
	font-size: 16px;
	color: #333;
	line-height: 1.8;
}

.college-main .article-content p {
	margin-bottom: 20px;
	text-indent: 2em;
}

/* 忙路禄氓艩聽氓路娄盲戮搂猫拢鈥γ┞ヂ懊モ�郝� */
.college-page::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 300px;
	height: 300px;
	background-image: url('../img/contentBj.png');
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0.1;
	z-index: 0;
}



/* 氓颅娄茅鈩⒙⒚┞⑩�犆ヂ� */
.leaders-container {
	display: flex;
	flex-direction: row;
	gap: 48px;
}

.leader-item {
	display: flex;
	gap: 30px;
	margin-bottom: 20px;
}

.leader-photo {
	flex: 0 0 110px;
	height: 150px;
	overflow: hidden;
	border: 1px solid #eee;
}

.leader-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.leader-info {
	flex: 1;
}

.leader-name {
	font-size: 18px;
	color: #4f5ba1;
	margin-bottom: 15px;
	font-weight: bold;
}

.leader-desc {
	color: #666;
	line-height: 1.8;
}

.leader-desc p {
	margin: 0;
	text-indent: 2em;
	font-size: 16px;
}


/* 忙艙潞忙啪鈥灻久铰� */
.departments-container {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.department-item {
	/* display: flex; */
	/* flex-direction: column; */
	border-radius: 0;
	box-shadow: none;
	overflow: hidden;
}

.department-title {
	background-color: #c2cce6;
	color: #fff;
	padding: 15px 20px;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	display: inline-block;
}

.department-content {
	display: flex;
	flex-direction: column;
	padding: 0;
	background-color: #fff;
}

.department-info {
	padding: 15px 20px;
	border-bottom: 1px solid #e0e0e0;
	color: #4f5ba1;
	position: relative;
}

.department-info::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 20px 0;
	border-color: transparent #c2cce6 transparent transparent;
}

.department-desc {
	padding: 15px 20px;
	color: #333;
	line-height: 1.8;
	position: relative;
}

.department-desc::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 0 20px;
	border-color: transparent transparent transparent #c2cce6;
}

.department-info p {
	margin: 5px 0;
	font-size: 14px;
	line-height: 1.5;
}

.department-desc p {
	margin: 0;
	text-indent: 0;
}

/* 猫聛鈥澝陈幻︹�撀姑ヂ悸� */
.contact-container {
	width: 100%;
}

.contact-header {
	margin-bottom: 10px;
}

.contact-title {
	display: inline-block;
	background-color: #c2cce6;
	color: #fff;
	padding: 10px 30px;
	font-size: 18px;
	font-weight: bold;
}

.contact-content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.contact-info {
	flex: 1;
}

.contact-item {
	margin-bottom: 10px;
}

.contact-label {
	font-size: 18px;
	color: #4f5ba1;
	margin-bottom: 0;
	margin-top: 10px;
}

.contact-value {
	font-size: 16px;
	color: #333;
}

.contact-value p {}

.contact-image {
	flex: 1;
	display: flex;
	justify-content: flex-end;
}

.contact-image img {
	max-width: 100%;
	height: 80%;
}

/* vis */
.vis-container {
	width: 100%;
}

.vis-content {
	display: flex;
	justify-content: space-between;
}
.vis-content>div>div{
	display: flex;
	justify-content: space-between;
}

.vis-logo {
	width: 40%;
}
.vis-logo img:first-child
{
	width:100%;
	height:auto;
}
.vis-logo img:first-child + img
{
	width: 45%;
	height: auto;
	display: block;
	margin: 40px auto;
}

.vis-logo div {
	font-size: 250px;
	line-height: 160px;
	color: #1c55a6;
	font-weight: bold;
}
.vis-download {
	width: 50%;
}

.download-container {
	display: inline-block;
}
.download-container p
{
	line-height:35px;
	margin: 60px 0;
	text-align: justify;
}
.download-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	text-align: center;
}

.download-item {
	margin-bottom: 20px;
	display: inline-flex;
	align-items: center;
	width: 250px;
}

.download-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	/* background-color: #4f5ba1; */
	margin-right: 10px;
	position: relative;
	vertical-align: middle;
}

.download-icon img {
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.download-link {
	color: #4f5ba1;
	font-size: 16px;
	text-decoration: none;
	transition: color 0.3s ease;
	vertical-align: middle;
}

.download-link:hover {
	color: #e9a846;
	text-decoration: underline;
}


/* 盲录藴莽搂鈧β犅∶ヂ忊�� */
.recruit-page {
	width: 100%;
	padding: 40px 0;
	position: relative;
	/* background-color: #fff; */
	padding-top: 100px;
	min-height: 600px;
	background: url('../img/contentBj.png') no-repeat bottom left;
	background-size: 350px;
}

.recruit-container {
	width: 1400px;
	margin: 0 auto;
	position: relative;
}

.recruit-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #1a2434;
}

.recruit-title {
	font-size: 32px;
	color: #333;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.recruit-breadcrumb {
	font-size: 14px;
	color: #999;
}

.recruit-breadcrumb a {
	color: #333;
	text-decoration: none;
}

.recruit-breadcrumb a:hover {
	color: #4a90e2;
}

.recruit-content {
	display: flex;
	margin-top: 30px;
}

.recruit-sidebar {
	width: 200px;
	margin-right: 30px;
}

.recruit-sidebar .sidebar-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.recruit-sidebar .sidebar-menu li {
	margin-bottom: 10px;
}

.recruit-sidebar .sidebar-menu li a {
	display: block;
	padding: 15px 20px;
	color: #333;
	text-decoration: none;
	transition: all 0.3s ease;
	background-color: #f5f5f5;
}

.recruit-sidebar .sidebar-menu li a:hover {
	background-color: #e0e0e0;
}

.recruit-sidebar .sidebar-menu li.active a {
	background-color: #5c6bc0;
	color: #fff;
}

.recruit-main {
	flex: 1;
}

.alumni-container {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.alumni-item {
	display: flex;
	gap: 20px;
	/* padding-bottom: 20px; */
	transition: all 0.3s ease;
	/* cursor: pointer; */
}

.alumni-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.alumni-item:hover .alumni-name {
	color: #4f5ba1;
}

.alumni-item:hover .alumni-photo img {
	transform: scale(1.05);
}

.alumni-photo {
	width: 120px;
	height: 160px;
	overflow: hidden;
	border: 1px solid #eee;
}

.alumni-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.alumni-info {
	flex: 1;
	border-bottom: 1px solid #eee;

}

.alumni-name {
	font-size: 18px;
	color: #4a90e2;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
}

.alumni-desc {
	color: #333;
}

.alumni-desc p {
	margin: 5px 0;
	line-height: 1.6;
}

.alumni-year {
	color: #4f5ba1;
}

.alumni-major {
	color: #666;
}

.alumni-work {
	color: #666;
}


/* 盲赂鈥溍ぢ概∶久铰� */
.major-page {
	width: 100%;
	padding: 40px 0;
	position: relative;
	padding-top: 100px;
	min-height: 600px;
}

.major-container {
	width: 1400px;
	margin: 0 auto;
	position: relative;
}

.major-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #1a2434;
}

.major-title {
	font-size: 32px;
	color: #333;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.major-breadcrumb {
	font-size: 14px;
	color: #999;
}

.major-breadcrumb a {
	color: #333;
	text-decoration: none;
}

.major-breadcrumb a:hover {
	color: #4a90e2;
}

.major-content {
	display: flex;
	margin-top: 30px;
}

.major-sidebar {
	width: 200px;
	margin-right: 30px;
}

.major-sidebar .sidebar-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.major-sidebar .sidebar-menu li {
	margin-bottom: 10px;
}

.major-sidebar .sidebar-menu li a {
	display: block;
	padding: 15px 20px;
	color: #333;
	text-decoration: none;
	transition: all 0.3s ease;
	background-color: #f5f5f5;
}

.major-sidebar .sidebar-menu li a:hover {
	background-color: #e0e0e0;
}

.major-sidebar .sidebar-menu li.active a {
	background-color: #5c6bc0;
	color: #fff;
}

.major-main {
	flex: 1;
}

.major-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.major-card {
	display: flex;
	flex-direction: column;
	border-radius: 5px;
	overflow: hidden;
	/* box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1); */
	transition: all 0.3s ease;
	cursor: pointer;
}

.major-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.major-card-img {
	width: 100%;
	height: 150px;
	position: relative;
}

.img-overlay {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.3;
}

.img-overlay img {
	width: 85%;
	height: 85%;
	object-fit: cover;
}

.main-img {
	width: 85%;
	height: 85%;
	object-fit: cover;
	position: relative;
	z-index: 2;
	transition: all 0.5s ease;
	margin: 0 auto;
	display: block;
	left: 0px;
	top: 30px;
}

.major-card:hover .main-img {
	
transform: scale(1.05);
}

.major-card-info {
	padding: 30px 15px 15px 15px;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.major-card-title-row {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-bottom: 5px;
}

.major-card-title {
	font-size: 16px;
	color: #4f5ba1;
	margin: 0;
	font-weight: bold;
	text-align: center;
}

.major-card-arrow {
	color: #ff9cad;
	font-size: 14px;
	margin-left: 5px;
	display: flex;
	align-items: center;
}

.major-card-arrow img {
	width: 60px;
}

.major-card-en {
	font-size: 12px;
	color: #999;
	margin: 0;
	text-align: center;
}


/* 氓禄潞莽颅鈥樏久� */
.major-detail-page {
	width: 100%;
	padding: 40px 0;
	position: relative;
	padding-top: 100px;
	min-height: 600px;
}

.major-detail-container {
	width: 1400px;
	margin: 0 auto;
	position: relative;
}

.major-detail-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #1a2434;
}

.major-detail-title {
	font-size: 32px;
	color: #333;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.major-detail-breadcrumb {
	font-size: 14px;
	color: #999;
}

.major-detail-breadcrumb a {
	color: #333;
	text-decoration: none;
}

.major-detail-breadcrumb a:hover {
	color: #4a90e2;
}

.major-detail-banner {
	/* border-bottom: 1px solid #eee; */
	padding-bottom: 20px;
	/* background-color: #f9f2f4; */
	padding: 0;
	float: left;
	margin-top: 90px;
}

.major-detail-title-box {
	width: 100%;
}

.major-detail-arrows {
	color: #ff9cad;
	font-size: 18px;
	margin-bottom: 10px;
	display: inline-block;
}

.major-detail-arrows img {
	width: 50px;
}

.major-detail-name {
	font-size: 30px;
	color: #4f5ba1;
	/* margin: 0 0 15px 0; */
	font-weight: bold;
	display: inline-block;
	margin-left: 10px;
}

.major-detail-level {
	font-size: 22px;
	color: #4f5ba1;
	line-height: 1.6;
	margin-left: 15px;
	display: inline-block;
	font-weight: bold;
}

.major-detail-content-area {
	/* display: flex; */
	margin-top: 30px;
	/* justify-content:space-between; */
}
.major-img-title-box:after
{
	content:"";
	display:block;
	clear:both;
}
.major-img-title-box
{
	margin-bottom:30px;
}
.major-detail-image {
	flex: 0 0 40%;
	margin-right: 30px;
	width: 240px;
	float: left;
}

.major-detail-image img {
	width: 100%;
	height: auto;
	display: block;
}

.major-detail-info {
	flex: 0 0 55%;
}
.major-detail-section img{
 width:100% !important;
 height: auto !important;
}
.major-detail-section {
	margin-bottom: 25px;
}

.major-detail-section p {
	margin-bottom: 10px;
	line-height: 35px;
}
.section-title {
	font-size: 18px;
	color: #333;
	margin: 0 0 10px 0;
	font-weight: bold;
}

.section-content {
	font-size: 16px;
	color: #666;
	line-height: 1.8;
	margin: 0;
	text-align: justify;
}

.major-detail-content {
	display: flex;
	margin-top: 30px;
}

.major-detail-sidebar {
	width: 200px;
	margin-right: 30px;
}

.major-detail-sidebar .sidebar-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.major-detail-sidebar .sidebar-menu li {
	margin-bottom: 10px;
}

.major-detail-sidebar .sidebar-menu li a {
	display: block;
	padding: 15px 20px;
	color: #333;
	text-decoration: none;
	transition: all 0.3s ease;
	background-color: #f5f5f5;
}

.major-detail-sidebar .sidebar-menu li a:hover {
	background-color: #e0e0e0;
}

.major-detail-sidebar .sidebar-menu li.active a {
	background-color: #5c6bc0;
	color: #fff;
}

.major-detail-main {
	flex: 1;
}


/* 猫戮鈥γヂ济モ�標溍┧溑该ぢ悸� */
.teacher-page {
	width: 100%;
	padding: 40px 0;
	position: relative;
	padding-top: 100px;
	min-height: 600px;
	background: url('../img/contentBj.png') no-repeat center left;
	background-size: 350px;
}

.teacher-container {
	width: 1400px;
	margin: 0 auto;
	position: relative;
}

.teacher-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #1a2434;
}

.teacher-title {
	font-size: 32px;
	color: #333;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.teacher-breadcrumb {
	font-size: 14px;
	color: #333;
}

.teacher-breadcrumb a {
	color: #333;
	text-decoration: none;
}

.teacher-breadcrumb a:hover {
	color: #4a90e2;
}

.teacher-content {
	display: flex;
	margin-top: 30px;
}

.teacher-sidebar {
	width: 200px;
	margin-right: 30px;
}

.teacher-sidebar .sidebar-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.teacher-sidebar .sidebar-menu li {
	margin-bottom: 10px;
}

.teacher-sidebar .sidebar-menu li a {
	display: block;
	padding: 15px 20px;
	color: #333;
	text-decoration: none;
	transition: all 0.3s ease;
	background-color: #f5f5f5;
}

.teacher-sidebar .sidebar-menu li a:hover {
	background-color: #e0e0e0;
}

.teacher-sidebar .sidebar-menu li.active a {
	background-color: #5c6bc0;
	color: #fff;
}

.teacher-main {
	flex: 1;
}

.counselor-header {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.counselor-icon {
	margin-right: 15px;
	display: flex;
	flex-direction: row;
}

.counselor-icon img {
	width: 40px;
	height: auto;
	margin-right: 10px;
}

.counselor-title {
	font-size: 24px;
	color: #4f5ba1;
	margin: 0;
	font-weight: bold;
}

.counselor-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-top: 30px;
	max-width: 1000px;
}

.counselor-item {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	/* background-color: #f9f9f9; */
	padding: 10px;
	border-radius: 5px;
	/* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); */
	text-decoration: none;
	color: inherit;
	transition: all 0.3s ease;
}

.counselor-item:hover {
	background-color: #f5f5f5;
	transform: translateY(-3px);
}

.counselor-photo {
	width: 100px;
	height: 140px;
	overflow: hidden;
	margin-right: 15px;
	flex-shrink: 0;
}

.counselor-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.counselor-info {
	display: flex;
	flex-direction: row;
	justify-content: center;
	height: 100%;
	align-items: flex-end;
}

.counselor-arrow {
	color: #ff9cad;
	font-size: 18px;
	/* margin-bottom: 2px; */
	margin-right: 10px;
	letter-spacing: -5px;
}

.counselor-name {
	font-size: 16px;
	color: #4f5ba1;
	font-weight: bold;
}


/* 忙鈥⑩劉莽聽鈥澝ヂ� */

.research-grid {
	display: flex;
	gap: 30px;
	margin-top: 30px;
	flex-wrap: wrap;
}

.research-item {
	flex: 0 0 calc(31%);
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
	color: inherit;
	transition: all 0.3s ease;
}

.research-item:hover {
	transform: translateY(-5px);
}

.research-image {
	width: 100%;
	height: 200px;
	overflow: hidden;
	margin-bottom: 20px;
}

.research-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.research-item:hover .research-image img {
	transform: scale(1.05);
}

.research-name {
	font-size: 18px;
	color: #4f5ba1;
	font-weight: bold;
	text-align: center;
	position: relative;
	padding-bottom: 10px;
}

.research-name::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 30px;
	height: 2px;
	background-color: #4f5ba1;
	transition: width 0.3s ease;
}

.research-item:hover .research-name::after {
	width: 50px;
}

/* 猫戮鈥γヂ济モ�標溍モ�犫�γヂ姑┞÷� */
.counselor-detail {
	width: 100%;
}

.counselor-header {
	margin-bottom: 30px;
}

.counselor-profile {
	display: flex;
	gap: 40px;
}

.profile-left {
	width: 400px;
	display: flex;
	flex-direction: row;
	align-self: start;
	align-items: flex-end;

}

.profile-photo {
	width: 100%;
	height: auto;
	/* margin-bottom: 15px; */
	margin-right: 25px;
}

.profile-photo img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}

.profile-name-small {
	font-size: 20px;
	color: #5c6bc0;
	font-weight: bold;
	/* text-align: center; */
	margin: 10px 0 0 0;
	width: 400px;
}

.profile-info {
	flex: 1;
	/* border-left: 1px solid #eee; */
	padding-left: 30px;
}

.profile-details {
	margin-bottom: 20px;
}

.detail-item {
	margin-bottom: 10px;
	line-height: 1.6;
}
.detail-item-content
{
	margin-top:15px;
}
.detail-item-content p
{
	line-height: 45px;
	margin-bottom: 5px;
}
.prenext_box
{
	margin-top:20px;
}
.detail-item
.detail-label {
	color: #333;
	font-weight: bold;
}

.detail-value {
	color: #666;
}

.achievement-item {
	line-height: 1.8;
	margin-top: 20px;
}

.achievement-label {
	color: #333;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 10px;
}

.achievement-value {
	color: #666;
	display: block;
	text-align: justify;
}

/* 忙鈥撀懊♀�灻ぢ号捗郝徟撁ヂ嶁�⒚β犅访ヂ悸� */
.submenu-container {
	position: absolute;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.95);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	z-index: 99;
	display: none;
}

.submenu-wrapper {
	width: 1400px;
	margin: 0 auto;
	padding: 20px 0;
	display: flex;
	justify-content: flex-start;
}

.submenu-column {
	display: none;
	flex-direction: column;
	padding: 10px 20px;
	background-color: #fff;
	border-radius: 5px;
}

.submenu-column a {
	color: #333;
	padding: 10px 20px;
	font-size: 14px;
	display: block;
	transition: all 0.3s ease;
	text-align: center;
}

.submenu-column a:hover {
	color: #4a90e2;
}

/* 忙藴戮莽陇潞盲潞艗莽潞搂猫聫艙氓聧鈥⒚♀�濲S盲潞陇盲潞鈥櫭︹�⑺喢ε九撁寂捗ヂ惻矫宦ヂ徛ぢ宦ッр�澛↗S氓庐啪莽沤掳 */
.menu li.has-submenu:hover+.submenu-container,
.submenu-container:hover {
	display: block;
}

.menu li.has-submenu:hover~.submenu-container .submenu-column[data-parent="氓颅娄茅鈩⒙⒚β︹�毭モ�犅�"],
.menu li.has-submenu:nth-child(1):hover~.submenu-container .submenu-column[data-parent="氓颅娄茅鈩⒙⒚β︹�毭モ�犅�"] {
	display: flex;
}

.menu li.has-submenu:hover~.submenu-container .submenu-column[data-parent="盲赂鈥溍ぢ概∶久铰�"],
.menu li.has-submenu:nth-child(2):hover~.submenu-container .submenu-column[data-parent="盲赂鈥溍ぢ概∶久铰�"] {
	display: flex;
}

.menu li.has-submenu:hover~.submenu-container .submenu-column[data-parent="氓赂藛猫碌鈥灻┧溑该ぢ悸�"],
.menu li.has-submenu:nth-child(5):hover~.submenu-container .submenu-column[data-parent="氓赂藛猫碌鈥灻┧溑该ぢ悸�"] {
	display: flex;
}
.pb_sys_style1 .p_no_d
{
	border: 1px solid #5c6bc0 !important;
	color: #fff;
	background-color: #5c6bc0 !important;
}
#vsb_content table{ border: 0px;border-left:1px solid #ddd; border-top:1px solid #ddd;width:95%; margin:20px auto}
#vsb_content table tr td{ border-left:0px; border-top:0px;line-height: 23px; padding: 5px; border-right-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-bottom-style: solid; border-right-color: #ddd; border-bottom-color: #ddd; }
#vsb_content table tr td p{text-indent: 0em !important;padding:0px;margin:0px;text-align:center;}

/*鍚湁鏍囬鐨勫崟绡囬〉鏍峰紡*/
.page .page_title
{
	margin-bottom:20px;
}
.page .page_title h2
{
	text-align:center;
}
.page .page_content p
{
	font-size: 18px !important;
	line-height: 35px !important;
	text-indent: 2em !important;
	margin-bottom: 10px;
	text-align: justify;
}



@media screen and (min-width: 1400px) and (max-width: 1599px) {
	.menu ul {
		gap: 20px;
	}

	.search .search-input {
		width: 160px;
	}

	.swiper-text,
	.news-container,
	.footer-content,
	.college-container,
	.recruit-container,
	.news-page-container,
	.news-content-container,
	.major-container,
	.major-detail-container,
	.party-container,
	.talent-container,
	.talent-detail-container,
	.cooperation-container,
	.teacher-container,
	.news-content-container {
		width: 1200px;
	}

	.party-page::before {
		width: 250px;
		height: 250px;
	}

	.talent-page,
	.cooperation-page,
	.teacher-page,
	.news-content-page {
		background-size: 250px;
		background-position: bottom left;
	}

	.talent-detail-page::before {
		width: 250px;
		height: 250px;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
	.menu ul {
		gap: 5px;
	}

	.search .search-input {
		width: 100px;
	}

	.swiper-text,
	.news-container,
	.footer-content,
	.college-container,
	.recruit-container,
	.news-page-container,
	.news-content-container,
	.major-container,
	.major-detail-container,
	.party-container,
	.talent-container,
	.talent-detail-container,
	.cooperation-container,
	.teacher-container,
	.news-content-container {
		width: 1100px;
	}

	.party-page::before {
		width: 200px;
		height: 200px;
	}

	.talent-page,
	.cooperation-page,
	.teacher-page,
	.news-content-page {
		background-size: 200px;
		background-position: bottom left;
	}

	.talent-detail-page::before {
		width: 200px;
		height: 200px;
	}

	.news-item {
		height: auto;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
	.menu ul {
		gap: 0px;
	}

	.leaders-container {
		flex-direction: column;
	}

	.news-item {
		height: auto;
	}

	.search .search-input {
		width: 60px;
	}

	.logo img {
		width: 200px;
	}

	.menu li a {
		padding: 3px 8px;
	}

	.major-card-img {
		height: auto;
	}

	.swiper-text,
	.news-container,
	.footer-content,
	.college-container,
	.recruit-container,
	.news-page-container,
	.news-content-container,
	.major-container,
	.major-detail-container,
	.party-container,
	.talent-container,
	.talent-detail-container,
	.cooperation-container,
	.teacher-container,
	.news-content-container {
		width: 900px;
	}

	.party-page::before {
		width: 200px;
		height: 200px;
	}

	.talent-page,
	.cooperation-page,
	.teacher-page,
	.news-content-page {
		background-size: 200px;
		background-position: bottom left;
	}

	.talent-detail-page::before {
		width: 200px;
		height: 200px;
	}
}

@media screen and (min-width: 1600px) {
	.menu ul {
		gap: 20px;
	}

	.search .search-input {
		width: 160px;
	}
}

/* 莽搂禄氓艩篓莽芦炉氓鈥溌嵜ヂ衡�澝ヂ悸徝┾偓鈥毭┾�β� */
@media screen and (min-width: 768px) and (max-width: 1023px) {
	.leaders-container {
		flex-direction: column;
	}

	.news-page-container,
	.news-content-container,
	.college-container {
		width: 95%;
		margin: 0 auto;
	}

	.news-content-page::before {
		display: none;
	}

	.news-content-page {
		background: none;
	}

	.logo {
		margin-left: 20px;
	}

	.swiper-text {
		padding-top: 60px;
	}

	.logo img {
		/* width: 150px; */
	}

	/* 茅拧聬猫鈥斅徝β∨捗┞澛⒚ヂ济ㄋ喡モ�櫯捗β惻撁绰⒚寂捗λ溌久ぢ好幻ヅ犅ε铰ぢ宦� */
	.search {
		display: none;
	}

	.mobile-controls {
		display: flex;
	}

	.head {
		height: 60px;
	}

	/* 莽搂禄氓艩篓莽芦炉猫聫艙氓聧鈥⒚β犅访ヂ悸� */
	.menu {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background-color: #fff;
		z-index: 300;
		flex-direction: column;
		justify-content: flex-start;
		overflow-y: auto;
		transform: translateX(-100%);
		transition: transform 0.3s ease;
		padding: 0;
	}

	.menu.active {
		transform: translateX(0);
	}

	body.menu-open {
		overflow: hidden;
	}



	.menu-header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 15px;
		background-color: rgba(48, 78, 158, .9);
		width: 100%;
	}

	.menu-logo {
		height: 40px;
	}

	.menu-logo img {
		height: auto;
		filter: brightness(0) invert(1);
		width: 200px;
		margin-left: 10px;
	}

	.menu-close {
		width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
	}

	.menu-close i {
		color: #fff;
		font-size: 20px;
	}

	.menu ul {
		display: flex;
		flex-direction: column;
		gap: 0;
		width: 100%;
		padding: 0;
	}

	.menu li {
		border-bottom: 1px solid #f0f0f0;
	}

	.menu li:last-child {
		border-bottom: none;
	}

	.menu li a {
		padding: 15px 20px;
		color: #333;
		font-size: 16px;
	}

	.menu li.has-submenu>a {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.menu li.has-submenu>a:after {
		content: "\f078";
		font-family: "Font Awesome 6 Free";
		font-weight: 900;
		display: block;
		font-size: 12px;
		transition: transform 0.3s ease;
	}

	.menu li.has-submenu.open>a:after {
		transform: rotate(180deg);
	}

	.menu li .submenu {
		position: static;
		width: 100%;
		opacity: 1;
		visibility: visible;
		box-shadow: none;
		display: none;
		border-top: 1px solid #f0f0f0;
		background-color: #f9f9f9;
	}

	.menu li:hover .submenu {
		display: none;
	}

	.menu li.open .submenu {
		display: flex;
	}

	.menu li .submenu li a {
		padding: 12px 20px 12px 40px;
		text-align: left;
		color: #666;
		font-size: 14px;
	}

	/* 莽搂禄氓艩篓莽芦炉猫聫艙氓聧鈥⒚ぢ嘎♀�灻β惻撁绰⒚β♀�� */
	.menu-search {
		display: block;
		padding: 20px;
		position: relative;
		border-bottom: 1px solid #eee;
	}

	.menu-search input {
		width: 100%;
		height: 40px;
		padding: 0 40px 0 15px;
		border: 1px solid #ddd;
		border-radius: 20px;
		font-size: 14px;
		color: #333;
		outline: none;
	}

	.menu-search button {
		position: absolute;
		right: 25px;
		top: 50%;
		transform: translateY(-50%);
		width: 30px;
		height: 30px;
		border: none;
		background: none;
		cursor: pointer;
		color: #999;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	/* 猫陆庐忙鈥櫬モ�郝久︹�撯�∶ε撀捌捗︹�⒙� */

	/* 忙鈥撀懊┾�斅幻ニ嗏�斆÷捌捗︹�⒙� */
	.news-container {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}

	.news-row {
		gap: 15px;
	}

	.news-item {
		flex: 0 0 calc(50% - 15px);
		margin-right: 0;
		height: 180px;
	}

	.news-item:nth-child(3n) {
		margin-right: 0;
	}

	.news-item:nth-child(2n) {
		margin-right: 0;
	}

	.footer-content {
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
	}

	.news-img {
		top: 0;
		left: 0;
	}

	.swiper-text {
		width: 90%;
	}

	.swiper-text-body {
		height: calc(100% - 60px);
		padding: 15px;
	}
}


.fdy_con {
	display: flex;
}

/* 忙鈥扳�姑ε撀好┾偓鈥毭┾�β� */
@media screen and (max-width: 767px) {
	.leaders-container {
		flex-direction: column;
	}

	.department-title {
		left: 50%;
		transform: translateX(-50%);
	}

	.party-main {
		width: auto;
	}

	.article-content div {
		width: 100% !important;

	}

	.teacher-page .teacher-header,
	.major-page .major-header,
	.major-detail-page .major-detail-header {
		flex-direction: column;
	}

	.breadcrumb-arrow {
		padding: 0;
		margin: 0;
	}

	.fdy_con {
		display: flex;
		flex-direction: column;
	}

	.swiper-slide {
		height: 230px !important;

	}

	.mySwiper img {
		width: 100%;
		display: block;
		height: 100%;
	}

	.news-page-container,
	.news-content-container,
	.college-container,
	.major-detail-container,
	.party-container,
	.talent-container,
	.talent-detail-container,
	.cooperation-container,
	.teacher-container,
	.news-content-container,
	.major-container {
		width: 95%;
		margin: 0 auto;
	}

	.college-title,
	.party-title,
	.major-title,
	.major-detail-title,
	.teacher-title,
	.recruit-title,
	.news-content-title,
	.cooperation-title,
	.talent-title {
		font-size: 20px;
	}

	.college-sidebar .sidebar-menu li a {
		padding: 5px 10px;
	}

	.news-content-page::before,
	.party-page::before,
	.talent-detail-page::before {
		display: none;
	}

	.news-content-page,
	.teacher-page,
	.talent-page {
		background: none;
	}

	.news-page-date {
		color: #000;
		-webkit-text-stroke: initial;
		padding: 0px 5px;
		flex: 0 0 20%;
		letter-spacing: 0;
		font-size: 20px;
	}

	/* 忙路禄氓艩聽忙鈥扳�姑ε撀好β奥疵ヂ孤趁β慌∶ヅ犅ぢ韭韭姑β犅徝ヂ济ㄋ喡� */
	.college-sidebar,
	.cooperation-sidebar {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		overflow-x: auto;
		/* -webkit-overflow-scrolling: touch; */
	}

	.sidebar-menu {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		width: max-content;
		padding: 10px 0;
	}

	.sidebar-menu li {
		margin-right: 10px;
		margin-bottom: 0;
		width: auto;
		white-space: nowrap;
	}

	.sidebar-menu li a {
		padding: 10px 15px;
	}

	.company-grid,
	.achievement-grid,
	.major-grid {
		grid-template-columns: initial;
	}

	.counselor-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.achievement-img {
		height: auto;
	}

	.contact-content,
	.major-detail-content-area,
	.college-content,
	.cooperation-content,
	.talent-detail-content,
	.research-grid,
	.counselor-item,
	.counselor-profile {
		flex-direction: column;
	}

	.profile-left {
		width: 100%;
		flex-direction: column;
		justify-content: center;
	}

	.profile-photo {
		margin-right: 0;
	}

	.profile-photo img {
		width: 50%;
		display: block;
		margin: 0 auto;
	}

	.profile-name-small {
		width: 100%;
		text-align: center;
	}

	.profile-info {
		padding-left: 0;
	}

	.counselor-photo {
		width: 100%;
		height: auto;
	}

	.counselor-item {
		padding: 0;
	}

	.counselor-photo {
		margin-right: 0;
	}

	.major-detail-image {
		width: 100%;
		margin-right: 0;
	}

	.major-detail-title-box {
		text-align: center;
	}

	.vis-logo {
		flex-direction: column;
		align-items: center;
	}

	.vis-logo div {
		font-size: 150px;
		margin-right: 20px;
		line-height: 110px;
		margin-bottom: 20px;
	}

	.major-detail-level {
		margin-left: 0;
	}

	.cooperation-page::before {
		display: none;
	}

	.cooperation-page,
	.recruit-page {
		background: none;
	}

	.recruit-container {
		width: 95%;
		margin: 0 auto;
	}

	.vis-logo img {
		height: 130px;
		width: 180px;
	}

	.logo {
		margin-left: 20px;
	}

	.swiper-text {
		padding-top: 60px;
	}

	.logo img {
		width: 150px;
	}

	/* 茅拧聬猫鈥斅徝β∨捗┞澛⒚ヂ济ㄋ喡モ�櫯捗β惻撁绰⒚寂捗λ溌久ぢ好幻ヅ犅ε铰ぢ宦� */
	.search {
		display: none;
	}

	.footer-logo img {
		height: 40px;
	}

	.mobile-controls {
		display: flex;
	}

	.head {
		height: 60px;
	}

	/* 莽搂禄氓艩篓莽芦炉猫聫艙氓聧鈥⒚β犅访ヂ悸� */
	.menu {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background-color: #fff;
		z-index: 300;
		flex-direction: column;
		justify-content: flex-start;
		overflow-y: auto;
		transform: translateX(-100%);
		transition: transform 0.3s ease;
		padding: 0;
	}

	.menu.active {
		transform: translateX(0);
	}

	body.menu-open {
		overflow: hidden;
	}



	.menu-header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 15px;
		background-color: rgba(48, 78, 158, .9);
		width: 100%;
	}

	.menu-logo {
		height: 40px;
		display: flex;
		align-items: center;
	}

	.menu-logo img {
		height: auto;
		filter: brightness(0) invert(1);
		width: 200px;
		margin-left: 10px;
	}

	.menu-close {
		width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
	}

	.menu-close i {
		color: #fff;
		font-size: 20px;
	}

	.menu ul {
		display: flex;
		flex-direction: column;
		gap: 0;
		width: 100%;
		padding: 0;
	}

	.menu li {
		border-bottom: 1px solid #f0f0f0;
	}

	.menu li:last-child {
		border-bottom: none;
	}

	.menu li a {
		padding: 15px 20px;
		color: #333;
		font-size: 16px;
	}

	.menu li.has-submenu>a {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.menu li.has-submenu>a:after {
		content: "\f078";
		font-family: "Font Awesome 6 Free";
		font-weight: 900;
		display: block;
		font-size: 12px;
		transition: transform 0.3s ease;
	}

	.menu li.has-submenu.open>a:after {
		transform: rotate(180deg);
	}

	.menu li .submenu {
		position: static;
		width: 100%;
		opacity: 1;
		visibility: visible;
		box-shadow: none;
		display: none;
		border-top: 1px solid #f0f0f0;
		background-color: #f9f9f9;
	}

	.menu li:hover .submenu {
		display: none;
	}

	.menu li.open .submenu {
		display: flex;
	}

	.menu li .submenu li a {
		padding: 12px 20px 12px 40px;
		text-align: left;
		color: #666;
		font-size: 14px;
	}

	/* 莽搂禄氓艩篓莽芦炉猫聫艙氓聧鈥⒚ぢ嘎♀�灻β惻撁绰⒚β♀�� */
	.menu-search {
		display: block;
		padding: 20px;
		position: relative;
		border-bottom: 1px solid #eee;
	}

	.menu-search input {
		width: 100%;
		height: 40px;
		padding: 0 40px 0 15px;
		border: 1px solid #ddd;
		border-radius: 20px;
		font-size: 14px;
		color: #333;
		outline: none;
	}

	.menu-search button {
		position: absolute;
		right: 25px;
		top: 50%;
		transform: translateY(-50%);
		width: 30px;
		height: 30px;
		border: none;
		background: none;
		cursor: pointer;
		color: #999;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	/* 猫陆庐忙鈥櫬モ�郝久︹�撯�∶ε撀捌捗︹�⒙� */

	/* 忙鈥撀懊┾�斅幻ニ嗏�斆÷捌捗︹�⒙� */
	.news-container {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}

	.news-row {
		gap: 15px;
	}

	.news-item {
		flex: 0 0 calc(50% - 15px);
		margin-right: 0;
		height: 180px;
	}

	.news-item:nth-child(3n) {
		margin-right: 0;
	}

	.news-item:nth-child(2n) {
		margin-right: 0;
	}

	.footer-content {
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
	}

	.news-img {
		top: 0;
		left: 0;
	}

	.swiper-text {
		width: 90%;
	}

	.swiper-text-body {
		height: calc(100% - 60px);
		padding: 15px;
		justify-content: initial;
		width: 150px;
	}

	.swiper-text-body>span {
		font-size: 16px;
		font-weight: normal;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		/* 茅鈩⒙惷ニ喡睹λ溌久ぢ好♀�灻∨捗︹�⒙� */
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.swiper-text-btn {
		bottom: 15px;
	}

	.news-header {
		margin-bottom: 20px;
	}

	/* 氓聬艗忙聽路氓潞鈥澝р�澛ぢ号矫モ�β睹ぢ烩�撁┞÷得┞澛⒚♀�灻ぢ韭韭姑β犅� */
	.talent-sidebar,
	.recruit-sidebar,
	.major-sidebar,
	.party-sidebar,
	.teacher-sidebar,
	.major-detail-sidebar {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.talent-sidebar .sidebar-menu,
	.recruit-sidebar .sidebar-menu,
	.major-sidebar .sidebar-menu,
	.party-sidebar .sidebar-menu,
	.teacher-sidebar .sidebar-menu,
	.major-detail-sidebar .sidebar-menu {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		width: max-content;
		padding: 10px 0;
	}

	.talent-sidebar .sidebar-menu li,
	.recruit-sidebar .sidebar-menu li,
	.major-sidebar .sidebar-menu li,
	.party-sidebar .sidebar-menu li,
	.teacher-sidebar .sidebar-menu li,
	.major-detail-sidebar .sidebar-menu li {
		margin-right: 10px;
		margin-bottom: 0;
		width: auto;
		white-space: nowrap;
	}

	.talent-sidebar .sidebar-menu li a,
	.recruit-sidebar .sidebar-menu li a,
	.major-sidebar .sidebar-menu li a,
	.party-sidebar .sidebar-menu li a,
	.teacher-sidebar .sidebar-menu li a,
	.major-detail-sidebar .sidebar-menu li a {
		padding: 10px 15px;
	}

	/* 猫掳茠忙鈥⒙疵︹�扳偓忙艙鈥懊モ�犫�γヂ姑ヅ捖好ヅ概该ヂ钙捗ヂ扁偓盲赂潞氓藛鈥斆ヂ悸� */
	.talent-content,
	.recruit-content,
	.major-content,
	.party-content,
	.teacher-content,
	.major-detail-content {
		flex-direction: column;
	}
	.major-detail-section p img
	{
		width: 95%;
		height:auto;
	}
}

@media screen and (max-width: 470px) {
	.swiper-text-btn {
		bottom: 10px;
	}

	.swiper-text-body>span {
		font-size: 16px;
		font-weight: normal;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		/* 茅鈩⒙惷ニ喡睹λ溌久ぢ好♀�灻∨捗︹�⒙� */
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.news-item {
		height: auto;
	}

	.news-row {
		flex-direction: column;
	}

	.footer-logo img {
		height: 40px;
	}

	.news {
		padding: 30px 0;
	}
}

/* 忙路禄氓艩聽莽搂禄氓艩篓莽芦炉氓颅聬猫聫艙氓聧鈥⒚库�∶β嘎∶︹�⑺喢ε九� */
@media screen and (max-width: 1023px) {
	.menu li .submenu {
		position: static;
		width: 100%;
		max-height: 0;
		overflow: hidden;
		opacity: 0;
		transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
		visibility: visible;
		box-shadow: none;
		display: flex;
		flex-direction: column;
		border-top: 1px solid transparent;
		background-color: #f9f9f9;
		padding-top: 0;
		padding-bottom: 0;
	}

	.menu li.open .submenu {
		max-height: 500px;
		/* 猫露鲁氓陇鸥氓陇搂莽拧鈥灻モ偓录盲禄楼氓庐鹿莽潞鲁氓鈥犫�γヂ� */
		opacity: 1;
		border-top-color: #f0f0f0;
		padding-top: 5px;
		padding-bottom: 5px;
	}
}

/* 忙路禄氓艩聽JQuery animation莽卤禄 */
.slide-down {
	animation: slideDown 1s ease forwards;
}

.slide-up {
	animation: slideUp 1s ease forwards;
}
@media screen and (min-width: 767px) and (max-width:1023px){
	.leaders-container {
		flex-direction: column;
	}

	.department-title {
		left: 50%;
		transform: translateX(-50%);
	}

	.party-main {
		width: auto;
	}

	.article-content div {
		width: 100% !important;

	}

	.teacher-page .teacher-header,
	.major-page .major-header,
	.major-detail-page .major-detail-header {
		flex-direction: column;
	}

	.breadcrumb-arrow {
		padding: 0;
		margin: 0;
	}

	.fdy_con {
		display: flex;
		flex-direction: column;
	}

	.swiper-slide {
		height: 230px !important;

	}
    .research-grid{
		gap:10px;
	}
	.mySwiper img {
		width: 100%;
		display: block;
		height: 100%;
	}

	.news-page-container,
	.news-content-container,
	.college-container,
	.major-detail-container,
	.party-container,
	.talent-container,
	.talent-detail-container,
	.cooperation-container,
	.teacher-container,
	.news-content-container,
	.major-container {
		width: 95%;
		margin: 0 auto;
	}

	.college-title,
	.party-title,
	.major-title,
	.major-detail-title,
	.teacher-title,
	.recruit-title,
	.news-content-title,
	.cooperation-title,
	.talent-title {
		font-size: 20px;
	}

	.college-sidebar .sidebar-menu li a {
		padding: 5px 10px;
	}

	.news-content-page::before,
	.party-page::before,
	.talent-detail-page::before {
		display: none;
	}

	.news-content-page,
	.teacher-page,
	.talent-page {
		background: none;
	}

	.news-page-date {
		color: #000;
		-webkit-text-stroke: initial;
		padding: 0px 5px;
		flex: 0 0 20%;
		letter-spacing: 0;
		font-size: 20px;
	}

	/* 忙路禄氓艩聽忙鈥扳�姑ε撀好β奥疵ヂ孤趁β慌∶ヅ犅ぢ韭韭姑β犅徝ヂ济ㄋ喡� */
	.college-sidebar,
	.cooperation-sidebar {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		overflow-x: auto;
		/* -webkit-overflow-scrolling: touch; */
	}

	.sidebar-menu {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		width: max-content;
		padding: 10px 0;
	}

	.sidebar-menu li {
		margin-right: 10px;
		margin-bottom: 0;
		width: auto;
		white-space: nowrap;
	}

	.sidebar-menu li a {
		padding: 10px 15px;
	}

	.company-grid,
	.achievement-grid,
	.major-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.counselor-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.achievement-img {
		height: auto;
	}

	.contact-content,
	.major-detail-content-area,
	.college-content,
	.cooperation-content,
	.talent-detail-content,
	.counselor-item,
	.counselor-profile {
		flex-direction: column;
	}

	.profile-left {
		width: 100%;
		flex-direction: column;
		justify-content: center;
	}

	.profile-photo {
		margin-right: 0;
	}

	.profile-photo img {
		width: 50%;
		display: block;
		margin: 0 auto;
	}

	.profile-name-small {
		width: 100%;
		text-align: center;
	}

	.profile-info {
		padding-left: 0;
	}

	.counselor-photo {
		width: 100%;
		height: auto;
	}

	.counselor-item {
		padding: 0;
	}

	.counselor-photo {
		margin-right: 0;
	}

	.major-detail-image {
		width: 100%;
		margin-right: 0;
	}

	.major-detail-title-box {
		text-align: center;
	}

	.vis-logo {
		flex-direction: column;
		align-items: center;
	}

	.vis-logo div {
		font-size: 150px;
		margin-right: 20px;
		line-height: 110px;
		margin-bottom: 20px;
	}

	.major-detail-level {
		margin-left: 0;
	}

	.cooperation-page::before {
		display: none;
	}

	.cooperation-page,
	.recruit-page {
		background: none;
	}

	.recruit-container {
		width: 95%;
		margin: 0 auto;
	}

	.vis-logo img {
		height: 130px;
		width: 180px;
	}

	.logo {
		margin-left: 20px;
	}

	.swiper-text {
		padding-top: 60px;
	}

	.logo img {
		width: 150px;
	}

	/* 茅拧聬猫鈥斅徝β∨捗┞澛⒚ヂ济ㄋ喡モ�櫯捗β惻撁绰⒚寂捗λ溌久ぢ好幻ヅ犅ε铰ぢ宦� */
	.search {
		display: none;
	}

	.footer-logo img {
		height: 40px;
	}

	.mobile-controls {
		display: flex;
	}

	.head {
		height: 60px;
	}

	/* 莽搂禄氓艩篓莽芦炉猫聫艙氓聧鈥⒚β犅访ヂ悸� */
	.menu {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background-color: #fff;
		z-index: 300;
		flex-direction: column;
		justify-content: flex-start;
		overflow-y: auto;
		transform: translateX(-100%);
		transition: transform 0.3s ease;
		padding: 0;
	}

	.menu.active {
		transform: translateX(0);
	}

	body.menu-open {
		overflow: hidden;
	}



	.menu-header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 15px;
		background-color: rgba(48, 78, 158, .9);
		width: 100%;
	}

	.menu-logo {
		height: 40px;
		display: flex;
		align-items: center;
	}

	.menu-logo img {
		height: auto;
		filter: brightness(0) invert(1);
		width: 200px;
		margin-left: 10px;
	}

	.menu-close {
		width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
	}

	.menu-close i {
		color: #fff;
		font-size: 20px;
	}

	.menu ul {
		display: flex;
		flex-direction: column;
		gap: 0;
		width: 100%;
		padding: 0;
	}

	.menu li {
		border-bottom: 1px solid #f0f0f0;
	}

	.menu li:last-child {
		border-bottom: none;
	}

	.menu li a {
		padding: 15px 20px;
		color: #333;
		font-size: 16px;
	}

	.menu li.has-submenu>a {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.menu li.has-submenu>a:after {
		content: "\f078";
		font-family: "Font Awesome 6 Free";
		font-weight: 900;
		display: block;
		font-size: 12px;
		transition: transform 0.3s ease;
	}

	.menu li.has-submenu.open>a:after {
		transform: rotate(180deg);
	}

	.menu li .submenu {
		position: static;
		width: 100%;
		opacity: 1;
		visibility: visible;
		box-shadow: none;
		display: none;
		border-top: 1px solid #f0f0f0;
		background-color: #f9f9f9;
	}

	.menu li:hover .submenu {
		display: none;
	}

	.menu li.open .submenu {
		display: flex;
	}

	.menu li .submenu li a {
		padding: 12px 20px 12px 40px;
		text-align: left;
		color: #666;
		font-size: 14px;
	}

	/* 莽搂禄氓艩篓莽芦炉猫聫艙氓聧鈥⒚ぢ嘎♀�灻β惻撁绰⒚β♀�� */
	.menu-search {
		display: block;
		padding: 20px;
		position: relative;
		border-bottom: 1px solid #eee;
	}

	.menu-search input {
		width: 100%;
		height: 40px;
		padding: 0 40px 0 15px;
		border: 1px solid #ddd;
		border-radius: 20px;
		font-size: 14px;
		color: #333;
		outline: none;
	}

	.menu-search button {
		position: absolute;
		right: 25px;
		top: 50%;
		transform: translateY(-50%);
		width: 30px;
		height: 30px;
		border: none;
		background: none;
		cursor: pointer;
		color: #999;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	/* 猫陆庐忙鈥櫬モ�郝久︹�撯�∶ε撀捌捗︹�⒙� */

	/* 忙鈥撀懊┾�斅幻ニ嗏�斆÷捌捗︹�⒙� */
	.news-container {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}

	.news-row {
		gap: 15px;
	}

	.news-item {
		flex: 0 0 calc(50% - 15px);
		margin-right: 0;
		height: 180px;
	}

	.news-item:nth-child(3n) {
		margin-right: 0;
	}

	.news-item:nth-child(2n) {
		margin-right: 0;
	}

	.footer-content {
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
	}

	.news-img {
		top: 0;
		left: 0;
	}

	.swiper-text {
		width: 90%;
	}

	.swiper-text-body {
		height: calc(100% - 60px);
		padding: 15px;
		justify-content: initial;
		width: 150px;
	}

	.swiper-text-body>span {
		font-size: 16px;
		font-weight: normal;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		/* 茅鈩⒙惷ニ喡睹λ溌久ぢ好♀�灻∨捗︹�⒙� */
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.swiper-text-btn {
		bottom: 15px;
	}

	.news-header {
		margin-bottom: 20px;
	}

	/* 氓聬艗忙聽路氓潞鈥澝р�澛ぢ号矫モ�β睹ぢ烩�撁┞÷得┞澛⒚♀�灻ぢ韭韭姑β犅� */
	.talent-sidebar,
	.recruit-sidebar,
	.major-sidebar,
	.party-sidebar,
	.teacher-sidebar,
	.major-detail-sidebar {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.talent-sidebar .sidebar-menu,
	.recruit-sidebar .sidebar-menu,
	.major-sidebar .sidebar-menu,
	.party-sidebar .sidebar-menu,
	.teacher-sidebar .sidebar-menu,
	.major-detail-sidebar .sidebar-menu {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		width: max-content;
		padding: 10px 0;
	}

	.talent-sidebar .sidebar-menu li,
	.recruit-sidebar .sidebar-menu li,
	.major-sidebar .sidebar-menu li,
	.party-sidebar .sidebar-menu li,
	.teacher-sidebar .sidebar-menu li,
	.major-detail-sidebar .sidebar-menu li {
		margin-right: 10px;
		margin-bottom: 0;
		width: auto;
		white-space: nowrap;
	}

	.talent-sidebar .sidebar-menu li a,
	.recruit-sidebar .sidebar-menu li a,
	.major-sidebar .sidebar-menu li a,
	.party-sidebar .sidebar-menu li a,
	.teacher-sidebar .sidebar-menu li a,
	.major-detail-sidebar .sidebar-menu li a {
		padding: 10px 15px;
	}

	/* 猫掳茠忙鈥⒙疵︹�扳偓忙艙鈥懊モ�犫�γヂ姑ヅ捖好ヅ概该ヂ钙捗ヂ扁偓盲赂潞氓藛鈥斆ヂ悸� */
	.talent-content,
	.recruit-content,
	.major-content,
	.party-content,
	.teacher-content,
	.major-detail-content {
		flex-direction: column;
	}
}
@keyframes slideDown {
	from {
		max-height: 0;
		opacity: 0;
	}

	to {
		max-height: 500px;
		opacity: 1;
		/* padding-top: 5px; */
		/* padding-bottom: 5px; */
	}
}

@keyframes slideUp {
	from {
		max-height: 500px;
		opacity: 1;
		/* padding-top: 5px; */
		/* padding-bottom: 5px; */
	}

	to {
		opacity: 0;
	}
}