* {
	margin: 0;
	padding: 0;
}

body {
	padding: 0;
	font: 14px "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", "Microsoft Yahei", sans-serif;
	min-width: 1300px;
	font-size: 16px;
}

video {
	width: 100% !important;
	height: auto !important
}

img {
	max-width: 100%;
}

@font-face {
	font-family: 'iconfont';
	/* Project id 4721013 */
	src: url('../fonts/iconfont.woff2') format('woff2'),
		url('../fonts/iconfont.woff') format('woff'),
		url('../fonts/iconfont.ttf') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

table {
	width: 100% !important;
	text-align: center;
	border-collapse: collapse;
	border-spacing: 1;
	border-spacing: 0;
}

table tr {
	height: auto !important;
}

table td {
	word-break: break-all;
	word-wrap: break-word;
	border: 1px solid #939598;
	padding: 5px 10px;
}

table p {
	margin-bottom: 0 !important;
	padding: 10px 0;
	text-indent: 0;
}


li {
	list-style: none;
}

a {
	text-decoration: none;
	/* inherit 继承 */
	color: inherit;

}


img {
	max-width: 100%;
}

input {
	border: none;
	outline: none;
}

img {
	max-width: none;
	image-rendering: -moz-crisp-edges;
	/* Firefox */
	image-rendering: -o-crisp-edges;
	/* Opera */
	image-rendering: -webkit-optimize-contrast;
	/* Webkit (non-standard naming) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
	/* IE (non-standard property) */
	transition: all 0.5s;
}


.headerUp {
	background: #1d50a3;
	color: #fff;
	font-size: 14px;
	padding: 5px 0;
	text-align: center;
}



.kWidth {
	margin: 0 auto;
	max-width: 1400px;
	padding-left: 0;
	padding-right: 0;
	width: calc(100vw - 220px);
}



.header {
	background: #fff;
	padding: 0 6%;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.header .logo {
	padding: 18px 0;
	flex-shrink: 0;
	width: 24%;
}

.header .logo>a {
	/* width: 57%; */
	display: block;
}


.header .logo img {
	width: 100%;
	display: block;
}

.header .logo>img {
	width: 43%;
	margin-left: 30px;
}

.menuIcon {
	width: 20px;
}

.menuIcon img {
	width: 100%;
}

.navRight {
	flex: 1;
	margin-left: 32px;
}

.search {
	/* border: 1px solid #dfdfdf; */
	background-color: #dfdfdf;
	border-right: 0;
	border-radius: 50px;
	display: none;
	    position: relative;
    top: 5px;

	
}

.search .searchInput {
	width: 213px;


}

.rigthIcon {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	margin-right: 12px;
}

.serchIcon {
	filter: grayscale(100%) brightness(0);
	display: flex;
	align-items: center;
	margin-right: 30px;
	font-size: 15px;
	margin-left: 15px;
	cursor: pointer;
}

.serchIcon img {
	width: 20px;
}

.search .searchInput input {
	height: 30px;
	padding: 0 20px;
	font-size: 14px;
	line-height: 18px;
	color: #0f5380;
	display: block;
	background: none;
}

.search .searchBtn {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 30px;
	background: #1d50a3;
	color: #fff;
	padding: 0 10px;
	width: 22%;
	font-size: 14px;
	border-radius: 50px;
	white-space: nowrap;
}

.search .searchBtn span {
	font-size: 14px;
	color: #fff;
}


.nav {
	width: 100%;
	position: sticky;
	top: 0;
	z-index: 999;
}

.nav>ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.nav>ul>li {

	text-align: center;
}

.nav>ul>li:hover {
	background: #003675;
}

.nav>ul>li:hover>a {
	color: #fff;
}

.nav>ul>li>a {
	color: #000;
	padding: 0 10px;
	display: block;
	line-height: 62px;
	font-size: 15px;
	position: relative;

}

.nav>ul>li:hover .chilidUl,
.nav>ul>li:hover>div {
	display: block;
}

.nav>ul>li .chilidUl {
	display: none;
	position: absolute;
	top: 62px;
	background: #003675;
	min-width: 12.5%;
	padding: 10px 0;
	text-align: center;
}

.nav .chilidUl li {
	color: #FFF;
}

.nav .chilidUl li>a {
	display: block;
	padding: 10px 11.2px;
	font-size: 13px;
}

.nav .chilidUl li>a:hover {
	color: #FFF;
	background: #1d50a3;
}

.childDiv {
	position: absolute;
	left: 0;
	background: #fff;
	top: 62px;
	width: 95%;
	padding: 30px 2.5%;
	padding-bottom: 20px;
	text-align: left;
	display: none;
	box-shadow: 0 15px 30px 4.5px rgba(0, 0, 0, .3);
}

.childDivCen1 {
	display: flex;
	justify-content: flex-start;
}

.childDivCen1 .article {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
}

.childDivCen1 img {
	width: 100%;
}


.sub_nav_title {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.sub_nav_title h3 {
	display: inline-block;
	color: #fff;
	background: -o-linear-gradient(right, #003675, #1d50a3);
	background: -moz-linear-gradient(right, #003675, #1d50a3);
	background: linear-gradient(to right, #003675, #1d50a3);
	position: relative;
	padding: 5px 30px 5px 14px;
	font-size: 15px;
}

.sub_nav_title h3::after {
	content: '';
	display: block;
	position: absolute;
	right: 3px;
	top: 0;
	bottom: 0;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	width: 5px;
}

.sub_nav_title>a {
	font-size: 14px;
	display: block;
	background: url('../images/arrow1.svg') center right no-repeat;
	background-size: 10px;
	padding-right: 15px;
	opacity: 0.6;
}

.sub_nav1 {
	width: 30%;
}

.sub_nav2 {
	width: 40%;
	margin: 0 30px;
}

.sub_nav3 {
	width: 31%;
}

.sub_nav2 ul {
	overflow: hidden;
	margin-left: -10px;
}

.sub_nav2 ul li {
	width: 30%;
	margin-bottom: 10px;
	float: left;
	margin-left: 10px;
}


.sub_nav2 ul li .img {
	padding-bottom: calc(156% / 1.25);
	overflow: hidden;
	display: block;
	height: 0;
}

.sub_nav2 ul li img {
	width: 100%;
}

.sub_nav2 ul li .title {
	font-size: 14px;
	margin-top: 5px;
	display: block;
	text-align: center;
}

.sub_nav3 .liAef a {
	font-size: 14px;
	display: block;
	background: url('../images/arrow1.svg') center left no-repeat;
	background-size: 10px;
	padding-left: 20px;
	margin-bottom: 19.5px;
}

.sub_nav3 .liAef a:hover {
	color: #0f5380;
	font-weight: bold;
}

.ptJdDiv>div {
	display: flex;
	align-items: center;
}

.ptJdDiv img {
	width: 270px;
}

.ptJdDiv>div p {
	margin-left: 20px;
	line-height: 26px;
	font-size: 14px;
	text-align: justify;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.aDiv {
	display: grid !important;
	grid-template-columns: repeat(4, 25%);
	gap: 10px;
	margin-top: 15px;
}

.aDiv>a {
	display: inline-block;
	background: #f7f9fc;
	border: #c9d3e0 solid 1px;
	/* border-radius: 2%; */
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	margin-right: 20px;
	padding: 10px 0;
	position: relative;
}

.aDiv>a::before {
	width: 3px;
	height: 18px;
	content: '';
	background: #0f5380;
	border-radius: 50px;
	position: absolute;
	left: -2px;
	top: 30%;
}


/*banner */
.swiperBanner {
	width: 100%;
	/* max-height: 500px;
	min-height: 500px; */
	height: 400px;
	margin: 0 !important;

}

.swiperBanner .swiper-slide {
	font-size: 18px;
	background: #fff;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;

}

.swiperBanner a {
	display: block;
	width: 100%;
	height: 100%;
}

.swiperBanner img {
	width: 100%;
	height: 100%;
	display: block;
	margin: 0 auto;
	object-fit: cover;
}

.swiper-pagination-bullet {
	background: #fff !important;
	opacity: 1 !important;
}

.swiper-pagination-bullet-active {
	background: #003675 !important;
}

.listBoxCen {
	margin-top: 60px;
	overflow: hidden;
}

.titleH2 {
	margin-bottom: 35px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.titleH2 h2 {
	font-size: 34px;
	position: relative;
	display: flex;
	align-items: center;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;

}

.titleH2 span {
	display: block;
	background: #1d50a3;


}

.titleH2 span>a {
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: 10px;
	width: 120px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	border: #4d75b6 solid 1px;

}

.titleH2 span>a img {
	filter: grayscale(200%) invert(100%);
	width: 15px;
	margin-left: 5px;
}

.bg1Img {
	background: #24479b url('../images/bg1img.jpg') left no-repeat;
	background-size: contain;
}


.newList {
	margin-right: 412px;
	padding-top: 60px;
	overflow: hidden;
}

.listBox {
	margin-right: -20px;
	overflow: hidden;
}

.listBox li {
	background: #f9f9f9;
	margin-bottom: 15px;
	width: 47.5%;
	margin-right: 20px;
	float: left;
	height: 200px;
	position: relative;
}

.listBox li:nth-child(3) {
	width: 98%;
}

.listBox li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: none;
}

.listBox li:first-child img,
.listBox li:last-child img {
	display: block !important;
}

.listBox li:first-child div,
.listBox li:last-child div {
	position: absolute;
	bottom: 0;
	background: linear-gradient(to bottom, transparent, black);
	padding: 15px;
}

.listBox li:first-child div h3,
.listBox li:last-child div h3 {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;


}


.listBox li:nth-child(2),
.listBox li:nth-child(3),
.listBox li:nth-child(4) {
	background: #574480 url('../images/logo_bg.png') 140% bottom no-repeat;
	background-size: 163px;
	display: flex;
	align-items: center;

}

.listBox li:nth-child(3) {
	background-color: #3c4f6f;
	background-position: 115% bottom;
}

.listBox li:nth-child(4) {
	background-color: #607463;
}

.listBox li:nth-child(2) a,
.listBox li:nth-child(3) a,
.listBox li:nth-child(4) a {
	margin: 20px;
}

.listBox li h3 {
	font-size: 16px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	color: #fff;
	font-weight: normal;
	line-height: 24px;
}

.listBox li span {
	font-size: 14px;
	color: #fff;
	display: block;
	margin-bottom: 18px;
	display: flex;
}

.listBox li span i {
	margin-right: 5px;
	font-size: 14px;
}

.notice {
	width: 370px;
	float: right;
	padding-top: 60px;
	background: #4d75b6;

}

.notice ul li {
	padding: 0 20px;
}

.notice .titleH2 {
	justify-content: center;
}

.notice ul li a {
	justify-content: space-between;
	padding: 22px 0;
	border-top: #a4b8d9 solid 1px;
	display: block;
}

.notice ul li a .date {
	font-size: 14px;
	/* width: 205px; */
	color: #fff;
	text-align: right;
	margin-top: 15px;
}

.notice ul li a .date span {
	font-size: 20px;
	font-weight: bold;
	color: #1d50a3;
	display: block;
}

.notice ul li a h3 {
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	font-weight: normal;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.notice .readMore {
	text-align: center;
	padding: 20px 0;
	display: block;
	color: #fff;
	border-top: #a4b8d9 solid 1px;
}

.kongSys {
	background: url('../images/bgImgcer.jpg') no-repeat;
	background-size: cover;
	overflow: hidden;
	padding: 60px 0;
}

.kongSys ul {
	width: 250px;
	float: left;
	background: #f9f9f9;
	padding: 20px 0;
}

.kongSys ul li {
	padding: 15px 40px;
	font-size: 18px;
	position: relative;
}

.kongSys ul li.active::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-top: 27px solid transparent;
	border-bottom: 27px solid transparent;
	border-left: 20px solid #0f5380;
	position: absolute;
	right: -20px;
	top: 0;
}

.kongSys ul li.active,
.kongSys ul li:hover {
	background: #0f5380;
	color: #fff;
	cursor: pointer;
}

.kongSys .titleH2 h2 {
	color: #1d50a3;
}


.lab-container {
	margin-top: 40px;
}

/* 导航行：一行3个分类 */
.lab-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-bottom: 10px;
}

.tab-item {
	font-size: 18px;
	color: #000;
	padding: 20px 0;
	border-bottom: 1px solid #000;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	padding-left: 20px;
}

.tab-item::before {
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-left-color: #333;
	position: absolute;
	content: "";
	left: 0;
	top: 25px;
}

.tab-item.active {
	font-weight: bold;
	color: #2b5cad;
	border-bottom-color: #2b5cad;
}

.tab-item.active::before {
	border-left-color: #2b5cad;
}

.tab-item:hover {
	color: #2b5cad;
}

.tab-item span {
	margin-right: 8px;
}

/* 内容行：和导航行一一对应 */
.content-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;

}

.content-panel {
	display: none;
	grid-column: 1 / -1;
	/* 让内容跨3列，占满整行 */
	align-items: flex-start;
	gap: 20px;
	margin: 20px 0;
}

.content-panel.active {
	display: flex;
}

.content-image {
	width: 250px;
	height: 180px;
}

.content-image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.content-text {
	flex: 1;
}

.content-text p {
	font-size: 18px;
	line-height: 2;
	color: #333;
	margin-bottom: 15px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	font-weight: normal;
}

.read-more {
	color: #2b5cad;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
}

.read-more img {
	width: 15px;
}

.readMore img {
	filter: grayscale(200%) invert(100%);
	width: 15px;
}

.About_R {
	background: url('../images/83dbg.jpg') center top no-repeat;
	background-size: cover;
	padding: 80px 0 90px 0;
	background-attachment: fixed
}

.titleH1 {
	text-align: center;
	font-size: 28px;
	text-transform: uppercase;
	color: #003675;
}

.About_R>div.kWidth {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	padding-top: 90px;
}

.About_R dl dt {
	width: 87px;
	margin: 0 auto;
}

.About_R dl dt span {
	font-size: 87px;
	color: #1d50a3;
}

.About_R dl dd {
	text-align: center;
}

.About_R dl dd>div {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin: 20px 0;
}

.About_R dl dd>div h3 {
	font-size: 60px;
	height: 67px;
	margin-right: 10px;
	font-weight: normal;
}

.About_R dl dd>div span {
	margin-top: -10px;
	display: block;
	font-size: 18px;
	display: none;
}

.About_R dl dd p {
	margin-top: 30px;
	font-size: 17px;
	white-space: nowrap;
	text-transform: uppercase;
}

.iconDiv {
	position: relative;
	margin: 80px 0;
}

.iconDiv .titleH2 h2 {
	color: #1d50a3 !important;
}


.titleH1 i {
	font-size: 30px;
	margin-right: 5px;
}

.iconDiv>div {
	display: flex;
	justify-content: space-between;
}

.gzDiv {
	width: 46%;
}

.gzDiv ul {
	background: #fff;
	border: #a7b9dc solid 1px;
	border-radius: 15px;
	padding: 0 15px;
}


.gzDiv ul li span img {
	width: 15px;
}

.gzDiv ul li a {
	display: flex;
	align-items: center;
	width: 100%;
	border-bottom: #003675 dashed 1px;
}

.gzDiv ul li:last-of-type a {
	border-bottom: none;
}

.gzDiv ul li:hover span {
	color: #1d50a3;
}

.gzDiv ul li:hover h2 {
	color: #003675;
}

.gzDiv ul li h2 {
	font-size: 16px;
	height: 55px;
	display: flex;
	padding: 0 20px;
	align-items: center;
	font-weight: normal;
	justify-content: center;
}

.gzDiv ul li h2 br {
	display: none;
}

.gxCxDiv {
	position: relative;
	z-index: 1;
	width: 49%;
}

.gxCxDiv ul {
	overflow: hidden;
	margin-left: -25px;
}

.gxCxDiv ul li {
	width: 45%;
	float: left;
	text-align: center;
	border: #a7b9dc solid 1px;
	font-size: 18px;
	margin-left: 25px;
	margin-bottom: 25px;
	overflow: hidden;
	border-radius: 10px;
	background-color: #f0f5ff;
}

.gxCxDiv ul li a {
	display: flex;
	align-items: center;

	padding: 14px 15px;
	background: url('../images/jiantou.svg') 90% no-repeat;
	background-size: 15px;
}

.gxCxDiv ul li img {
	width: 70px;
}

.gxCxDiv ul li h2 {
	font-size: 18px;
	color: #000;
	white-space: nowrap;
	font-weight: normal;
}


.canturs {
	padding: 60px 0 50px 0;
}

.dlDIv {
	display: flex;
	justify-content: space-between;
	margin: 40px 0;
}

/* .dlDIv dl{ width: 33.3%;text-align: center;} */

.dlDIv dt {
	width: 70px;
	height: 70px;
	margin: 0 auto;
}

.dlDIv dt span {
	font-size: 70px;
	color: #000;
}

.dlDIv dt img {
	width: 100%;
}

.dlDIv dd h3 {
	margin: 20px 0 10px 0;
	text-align: center;
	font-weight: normal;
}

.dlDIv dd p {
	font-weight: bold;
	font-size: 20px;
}


.pos {
	padding-bottom: 20px;
	margin-top: -10px;
	opacity: 0.7;
	background: url('../images/dizIcon.svg') left -2px no-repeat;
	background-size: 22px;
	padding-left: 25px;
}

.pos>a::after {
	width: 10px;
	height: 10px;
	background: url('../images/arrow1.svg') no-repeat;
	background-size: 100%;
	content: '';
	display: inline-block;
	margin-left: 10px;
	margin-right: 5px;
}

.pos .current {
	color: #0f5380;
}

.pos>a:last-child::after {
	display: none;
}

.secBody {
	background: #f6f8fd;
	padding: 30px 0;
}


.secBody .left {
	width: 231px;
	float: left;
	position: sticky;
	top: 60px;
}

.secBody .left h3 {
	font-size: 22px;
	height: 73px;
	line-height: 73px;
	background: linear-gradient(to right, #003675, #1d50a3);
	position: relative;
	color: #fff;
	padding-left: 35px;
	margin-bottom: 2px;
}

.secBody .left::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	z-index: 1;
}


.secBody .left>div {
	background: #1d50a3;
	padding-bottom: 30px;
}

.secBody .left ul {
	position: relative;
	z-index: 1;
}

.secBody .left h3::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-bottom: 73px solid #1d50a3;
	border-right: 20px solid transparent;
	position: absolute;
	right: -20px;
	top: 0;
}

.secBody .left ul li {
	background: #e6ebf5;
	border-left: #1d50a3 solid 5px;
	margin-bottom: 2px;
	position: relative;
}

.secBody .left ul li::before {
	width: 5px;
	height: 100%;
	position: absolute;
	left: -1px;
	display: block;
	content: '';
}

.secBody .left ul li:hover::before,
.secBody .left ul li.active::before {
	width: 100%;
	transition: all 0.3s;
	background: #1d50a3;
}

.secBody .left ul li:hover a,
.secBody .left ul li.active {
	color: #fff;
}

.secBody .left ul li:hover a::after,
.secBody .left ul li.active a::after {
	border-color: #fff;
}

.secBody .left ul li a {
	margin-left: 20px;
	padding: 20px 0;
	font-size: 16px;
	padding-right: 39px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}

.secBody .left ul li a::after {
	width: 8px;
	height: 8px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
	display: block;
	content: '';
	margin-right: 30px;
	position: absolute;
	right: 0px;
}

.secBody .left ul li a .secBody .right {
	margin-left: 273px;
	background: #fff;
	min-height: 400px;
}

.secBody .right {
	margin-left: 268px;
	background: #fff;
	min-height: 400px;
	padding-bottom: 20px;
	/* border-top: #38577d solid 6px; */
}

.secBody .right img {
	max-width: 100% !important;
}

.secBody .right p img {
	text-indent: -2em !important;
	height: auto !important;
	/*display: inherit!important;*/
}

.aboutDiv {
	padding: 30px;
}

.aboutDiv>h3,
.insti>h3 {
	text-align: center;
	font-size: 30px;
	margin: 20px 0 40px 0;
}

.aboutDiv>div {
	font-size: 18px;
	line-height: 34px;
}

.aboutDiv>div p {
	margin-bottom: 20px;
	text-align: justify;
	font-size: 18px;
}

.instiPhot {
	position: relative;
	margin-bottom: 50px;
}

.instiPhot::before {
    content: "";
    display: block;
    width: 3px;
    height: 95%;
    background: #3a5eb6;
    position: absolute;
    left: 160px;
    top: 43px;
}

.instiPhot>h2 {
	background: #1d50a3;
	color: #fff;
	padding: 10px 20px;
	display: inline-block;
	margin-bottom: 30px;
	font-size: 20px;
	text-transform: capitalize;
}

.instiPhot a {
	display: block;
}

.instiPhot a:hover {
	text-decoration: underline;
}

.instiPhot>div {
	margin-left: 138px;
	padding-left: 24px;
}

.insti2>h2 {
	background: #1d50a3;
	color: #fff;
	padding: 10px 20px;
	display: inline-block;
	font-size: 20px;
	position: relative;
}

.insti2>h2::before {
	content: "";
	display: block;
	width: 30px;
	height: 3px;
	background: #3a5eb6;
	position: absolute;
	left: -30px;
	top: 23px;
}

.insti2>h2::after {
	content: "";
	display: block;
	width: 30px;
	height: 3px;
	background: #3a5eb6;
	position: absolute;
	right: -30px;
	top: 23px;
}


.insti3,
.insti6 {
	margin-left: 149px;
	position: relative;
	/*padding-bottom: 20px;*/
}

/*.insti3::before {
	content: "";
	display: block;
	width: 3px;
	height: 94.5%;
	background: #3a5eb6;
	position: absolute;
	left: 0;
	top: -23px;
}*/

/*.insti6::before{
		content: "";
	display: block;
	width: 3px;
	height: 80.5%;
	background: #3a5eb6;
	position: absolute;
	left: 0;
	top: -23px;
}*/

.insti3>div,
.insti6>div {
	margin-left: 30px;
	margin-bottom: 35px;
}



.insti3>div>h3,
.insti6>div>h3 {
	background: #1d50a3;
	color: #fff;
	padding: 10px 20px;
	display: inline-block;
	font-size: 20px;
	position: relative;
}

.insti3>div>h3::before,
.insti6>div>h3::before {
	content: "";
	display: block;
	width: 30px;
	height: 3px;
	background: #3a5eb6;
	position: absolute;
	left: -30px;
	top: 23px;
}


.insti6>div>h3.insti4::after {
	content: "";
	display: block;
	width: 30px;
	height: 3px;
	background: #3a5eb6;
	position: absolute;
	right: -30px;
	top: 23px;
}

.insti5 {
	margin-left: 156px;
	border: #ddd dashed 2px;
	padding: 15px;
	position: relative;
	margin-top: 20px;
}

.insti5::before {
	content: "";
	display: block;
	width: 3px;
	height: 97.5%;
	background: #3a5eb6;
	position: absolute;
	left: -31px;
	top: -23px;
}

.insti5>a {
	display: block;
	background: #dfdfdf;
	margin-bottom: 10px;
	position: relative;
	padding: 10px 20px;
	font-size: 18px;
}

.insti5>a:last-child {
	margin-bottom: 0;
}

.insti5>a::before {
	content: "";
	display: block;
	width: 27px;
	height: 3px;
	background: #3a5eb6;
	position: absolute;
	left: -44px;
	top: 20px;
}

.side_fix {
	position: fixed;
	right: 0;
	z-index: 9999;
	top: 40%;
}

.side_fix ul {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.side_fix span {
	/* width: 50px; */
	display: flex;
	align-items: center;
}

.side_fix li {
	overflow: hidden;
	margin-bottom: 2px;
	width: max-content;
}

.side_fix li:hover a {
	width: max-content;
	transition: all 0.3s;
}

.side_fix li a {
	display: flex;
	align-items: center;
	white-space: nowrap;
	float: right;
	height: 50px;
	width: 47px;
	background: #0f5380;
	color: #fff;
	border-radius: 5px 0 0 5px;
}

.side_fix li h4 {
	font-size: 16px;
	font-weight: normal;
	margin-right: 18px;
}

.side_fix li a img {
	width: 28px;
	border-radius: 100%;
}

.side_fix li a span {
	font-size: 28px;
	color: #fff;
	margin-right: 10px;
	margin-left: 10px;
}


.nrlm_tit {
	font-size: 26px;
	font-weight: 700;
	line-height: 48px;
	padding: 15px 0;
	position: relative;
	margin-bottom: 10px;
	padding-left: 30px;
}

.nrlm_tit::before {
	display: block;
	content: '';
	width: 5px;
	height: 30px;
	background: #1d50a3;
	position: absolute;
	left: 0;
	top: 30%;
}


.itemLeader {
	margin: 0 30px;
	margin-bottom: 50px;
}


.itemLeader>h3 span::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-bottom: 42px solid #c3d0e4;
	border-right: 20px solid transparent;
	position: absolute;
	right: -20px;
	top: 0;
}

/* .itemLeader>h3 span::before {
	content: '·';
	font-weight: bold;
	font-size: 18px;
	color: #0f2f55;
	margin-right: 5px;
	display: inline-block;
} */

.itemLeader>h3 span {
	background: #c3d0e4;
	color: #0f2f55;
	padding: 10px 20px;
	display: inline-block;
	font-weight: normal;
	position: relative;
}

.itemLeader li,
.itemLeader>div {
	background: #f1f4f9;
	padding: 20px;
}

.itemLeader li a {
	overflow: hidden;
	display: block;
}

.itemLeader li a>span {
	display: block;
	width: 160px;
	height: 206px;
	overflow: hidden;
	float: left;
}

.itemLeader li a>span img {
	width: 100%;
}

.itemLeader li a div {
	margin-left: 180px;
	display: block;
}

.itemLeader li a div h4 {
	font-size: 22px;
	color: #1d50a3;
	margin-top: 10px;
}

.itemLeader li a div span {
	display: block;
	font-size: 16px;
	margin: 10px 0;
}

.itemLeader li a div p {
	font-size: 14px;
	color: #666;
	text-align: justify;
	line-height: 26px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.itemLeader>div {
	overflow: hidden;
	padding: 26px 0;
}

.itemLeader>div>a {
	background: url('../images/arrow1.svg') left center no-repeat;
	background-size: 12px;
	padding-left: 20px;
	font-size: 16px;
	margin-left: 40px;
	display: inline-block;
	line-height: 40px;
}

.itemLeader>div>a:hover {
	color: #1d50a3;
	font-weight: bold;
}


.tableStyle table *{ font-size: 14px!important; line-height:26px!important}

/* .itemLeader dl {
	width: 160px;
	float: left;
	position: relative;
	margin-left: 20px;
}

.itemLeader dl dt {
	width: 160px;
	height: 206px;
	overflow: hidden;
}

.itemLeader dl dt img {
	width: 100%;
}

.itemLeader dl dd {
	position: absolute;
	background: rgba(29, 80, 163);
	bottom: -15px;
	left: 10%;
	width: 80%;
	padding: 5px 0;
	text-align: center;
	color: #fff;
} */

.itemLi {
	padding: 0 30px;
	margin-top: -20px;
}

.itemLi .item {
	overflow: hidden;
	padding: 20px 0;
	border-bottom: #dfdfdf dashed 1px;
}

.itemLi .item:hover img {
	transform: scale(1.05);
}

.itemLi .item .img_box {
	width: 240px;
	float: left;
	height: 140px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.itemLi .item .img_box img {
	width: 100%;
	height: 100%;
	display: block;
}

.info_box {
	width: calc(100% - 265px);
	float: right;
}

.info_box h3 {
	color: #1d50a3;
	font-weight: normal;
	margin-top: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.info_box span {
	font-size: 14px;
	color: #666;
	display: block;
	margin: 10px 0;

}

.info_box p {
	font-size: 14px;
	color: #333;
	text-overflow: -o-ellipsis-lastline;
	line-height: 26px;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


.fontList li {

	margin: 0 30px;
}

.fontList li:nth-child(odd) {
	background: #f1f4f9;
}

.fontList li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 18px 20px;

}

.fontList li a:hover {
	color: #1d50a3;
}

.fontList li a p {
	max-width: 80%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 18px;
	background: url('../images/arrow1.svg') left center no-repeat;
	padding-left: 20px;
	background-size: 10px;
	font-size: 17px;
}

.fourmList p {
	max-width: 70% !important;
}


.fontList li a span {
	color: #666;
}

.fontList li a>div span {
	margin-left: 20px;
}


.serchBox {
	display: flex;
	align-items: center;
	margin: 0 30px;
	margin-bottom: 30px;
}

.serchBox div {
	display: flex;
	align-content: center;
	margin-right: 30px;
}

.serchBox div h3 {
	font-size: 18px;
	font-weight: normal;
	line-height: 34px
}

.serchBox .input1 input {
	width: 200px;
	padding: 0 10px;
	height: 32px;
	border: 1px solid #dcdfe6;
	border-radius: 4px;
}

.serchBox>a {
	background: #2569b0;
	color: #fff;
	display: block;
	border-radius: 4px;
	line-height: 34px;
	padding: 0 20px;
}

.tableList {
	margin: 0 30px;
}

.tableList table {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	border-spacing: 1;
	border-spacing: 0;
}

.tableList table thead {
	background: #a0b5d8;
}

.tableList table thead td {
	padding: 15px;
	font-weight: bold;
	font-size: 18px;
}

.tableList table tr:nth-child(even) {
	background: #f1f4f9;
}

.tableList table td {
	word-break: break-all;
	word-wrap: break-word;
	border: 1px solid #eaeaea;
	padding: 10px 15px;
	text-align: left;
	line-height: 26px;

}

.tableList table td a:hover {
	color: #003675;
}


.fontDiv {
	background: #f1f4f9;
	border: #a0b5d8 dashed 1px;
	padding: 15px;
	margin: 0 30px;
	line-height: 30px;
	text-align: justify;
	overflow: hidden;
	font-size: 15px;
}

.fontDiv>a {
	color: #2569b0;
	float: right;
	display: inline-block;
	font-size: 14px;
	line-height: initial;
}

.nrlm_titH3 {
	/* color: #fff; */
	position: relative;
	border-bottom: #ddd solid 1px;
	padding-bottom: 20px;
	margin: 20px 30px 30px 30px;
	font-size: 20px;
	font-weight: normal;
	color: #1d50a3;
}

.nrlm_titH3::before {
	width: 60px;
	height: 3px;
	background: #1d50a3;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -2px;
	z-index: 1;
}


.laborDiv {
	margin-top: 20px;
	padding-bottom: 30px;
}

.laborDiv ul {
	margin-bottom: 20px;
	overflow: hidden;
}

.laborDiv li {
	width: 29.35%;
	margin-left: 3%;
	float: left;
	margin-bottom: 30px;
}

.laborDiv li>a {
	display: block;
}

.laborDiv li:hover img {
	transform: scale(1.1);
}

.laborDiv li:hover h4 {
	color: #1d50a3;
}

.laborDiv li span {
	height: 232px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	background: #eee;
}

.laborDiv li img {
	max-width: 100%;
	min-width: 100%;
	object-fit: cover;
	min-height: 100%;
	max-height: 100%;
}

.laborDiv li h4 {
overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
	text-align: center;
	margin-top: 10px;
	font-size: 16px;
}


.rightDetail {
	padding: 30px;
}

.rightDetail .titleBox {
	margin-bottom: 30px;
	margin-top: 20px;

}

.rightDetail .titleBox h3 {
	margin: 0 auto;
	font-size: 26px;
	text-align: center;
	font-weight: normal;
	line-height: 40px;
	color: #2569b0;
}

.rightDetail .titleBox p {
	text-align: center;
	margin-top: 15px;
	color: #666;
}

.rightDetail .titleBox p span {
	margin: 0 5px;
	font-size: 14px;
}

.deCent p {
	margin-bottom: 10px;
	line-height: 32px;
	font-size: 16px;
	text-align: justify;
}

.insti {
	padding: 30px;
}



.pagination {
	padding: 20px 0 5px 0;
	text-align: center;
	margin-top: 20px;
}

.pagination a {
	color: #000;
}

.derd {
	display: inline-block;
}

.derd>div {
	padding: 0 14px;
	line-height: 36px;
	height: 36px;
	border: #ddd solid 1px;
	background: #fff;
	border-radius: 5px;
	display: block;
	float: left;
	margin: 0 4px;
}

.derd>div span {
	margin: 0 2px;
}

.derd>div span i {
	color: #ff7c07;
	font-style: normal;
}

.pagination a {
	padding: 0 14px;
	line-height: 34px;
	height: 34px;
	border: #ddd solid 1px;
	border-radius: 5px;
	background: #fff;
	display: block;
	float: left;
	margin: 0 8px;
}

.pagination a.active,
.pagination a:hover {
	border-color: #1d50a3;
	color: #fff;
	background: #1d50a3;
}





.footer {
	background-color: #2B549C;
}

.footer-container {
	background-color: #2B549C;
	/* 主背景蓝色，与参考图匹配 */
	color: #ffffff;
	padding: 40px 30px;
	position: relative;
	overflow: hidden;
}

/* 友情链接部分 */
.friendship-links {
	margin-bottom: 30px;
}

.friendship-links h2 {
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 20px;
}

.links-wrapper ul {
	list-style-type: none;
}

.links-wrapper li {
	margin-bottom: 16px;
	font-size: 14px;
	position: relative;
	padding-left: 18px;
	min-width: 48%;
	display: inline-block;
}

.links-wrapper li::before {
	content: "•";
	position: absolute;
	left: 0;
	color: #ffffff;
}

.links-wrapper a {
	color: #ffffff;
	text-decoration: none;
}

.links-wrapper a:hover {
	text-decoration: underline;
}

/* 分割线 */
.divider {
	height: 1px;
	background-color: rgba(255, 255, 255, 0.3);
	margin: 30px 0;
}

/* 联系信息部分 */
.contact-section {
	display: flex;
	align-items: center;
	gap: 40px;
	margin-bottom: 10px;
}

.qrcode {
	width: 100px;
	height: 100px;
	background-color: #ffffff;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.qrcode img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.contact-info {
	display: flex;
	flex-direction: column;
	gap: 5px;
	font-size: 14px;
}

.contact-item {
	display: flex;
	align-items: center;
	gap: 10px;
}

.contact-item i {
	width: 25px;
	text-align: center;
	font-style: normal;
}

.contact-item i img {
	width: 100%;
}

.copyright-info {
	margin-left: auto;
	text-align: right;
	font-size: 14px;
	line-height: 1.6;
}

/* 底部声明 */
.disclaimer {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding-top: 20px;
	margin-top: 20px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	line-height: 1.6;
}

@media (min-width: 1800px) {
	body {
		zoom: 1.2;
	}

	.kWidth {
		max-width: 1300px;
	}
}


@media (min-width: 1400px) {
	body {
		zoom: 0;
	}

	.kWidth {
		max-width: 1300px;
	}

}

@media screen and (max-width:1240px) {
	.kWidth {
		padding-left: 60px;
		padding-right: 60px;
		max-width: 1200px;
		width: initial;
	}
}

@media (min-width: 1600px) {
	body {
		zoom: 1.2;
	}

	.kWidth {
		max-width: 1200px;
	}

}


.icon-rili:before {
	content: "\e640";
}