*,
html,
body,
ul,
li {
	margin: 0;
	padding: 0;
}

/* 滚动条轨道样式 */
::-webkit-scrollbar {
	width: 8px;
	/* 设置滚动条宽度 */
}

/* 滚动条滑块样式 */
::-webkit-scrollbar-thumb {
	background-color: #05272e;
	/* 设置滑块背景颜色 */
	border-radius: 4px;
	/* 设置滑块圆角 */
}

body {
	background: #031D22;
}

.banner {
	width: 100%;
}

.nav {
	height: 60px;
	width: 100%;
	background: #0F6E65;
}

.nav ul {
	width: 1200px;
	height: 100%;
	margin: auto;
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nav li {
	height: 100%;
	color: #fff;
	font-family: SourceHanSansCN;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 15px;
	cursor: pointer;

}

.nav li.active {
	background-image: url(http://n.sinaimg.cn/edu/2025gjjy/images3/navbg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 63px;
	background-origin: border-box;
	color: #0F6E65;
	font-weight: bold;
}

.news {
	width: 1200px;
	margin: auto;
	margin-top: 41px;
}

.news .new_left {
	width: 588px;
	height: 420px;
	float: left;
}

.news .new_left .mySwiper {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}


.news .new_left .img-box {
	position: relative;
	width: 100%;
	height: 100%;
}

.news .new_left .img-box .img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
}

.news .new_left .img-box .title {
	width: 100%;
	height: 46px;
	background: #0D2934;
	opacity: 0.9;
	position: absolute;
	bottom: 0;
	color: #F3BC4D;
	line-height: 46px;
	padding-left: 36px;
	font-size: 18px;
}


.news .new_left .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	width: auto;
	bottom: 13px;
	right: 10%;
	text-align: right;
}

.news .new_left .swiper-pagination-bullet-active {
	background: #F3BC4D;
	width: 10px;
	height: 10px;
}

.news .new_left .swiper-pagination-bullet {
	background: linear-gradient(-90deg, #FFC044 0%, #ECE3B7 98.6083984375%);
	width: 10px;
	height: 10px;
}

.news .new_right {
	width: 612px;
	height: 420px;
	background: #05272E;
	float: left;
	display: flex;
	flex-direction: column;
	justify-content: start;
}

.news .new_right .item {
	border-bottom: 1px solid #325969;
	padding: 17px 40px;
	margin: 0 40px;

	color: #fff;
	position: relative;
}

.news .new_right .item.active::before {
	content: "";
	display: block;
	position: absolute;
	top: 20px;
	left: 0;
	width: 10px;
	height: 10px;
	background: #F3BC4D;
	border-radius: 50%;
}

.news .new_right .item.active {
	color: #F3BC4D;
}

.news .new_right .item:hover {
	color: #F3BC4D;
}

.news .new_right .item::before {
	content: "";
	display: block;
	position: absolute;
	top: 20px;
	left: 0;

	width: 11px;
	height: 11px;
	border-radius: 50%;
	border: 1px solid #FFFFFF;
}

#page1 {
	text-align: center;
}

.t1 {
	height: 129px;
	width: 642px;
	margin: 50px auto;
}

#page1 .draw {
	width: 1135px;
	height: 705px;
	padding: 43px 62px 43px 0;
	box-sizing: border-box;
	background: #05272E;
	margin: auto;
}

#page1 .draw .left {
	width: 138px;
	position: relative;
	float: left;
}

#page1 .draw .left .item {
	position: relative;
	width: 138px;
	height: 118px;
	margin-bottom: 10px;
}


#page1 .draw .left .item .person {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#page1 .draw .left .item .name {
	position: absolute;
	top: 0;
	left: -73px;
	width: 73px;
	height: 118px;
	writing-mode: vertical-lr;
	text-orientation: upright;
	text-align: center;
	font-size: 26px;
	padding: 0 20px;
	box-sizing: border-box;

}

#page1 .draw .left .item.active .name {
	background-image: url(http://n.sinaimg.cn/edu/2025gjjy/images3/name.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 14px 0;
	color: #031D22;
	font-weight: bold;
}

#page1 .draw .left .item .name {
	background-image: url(http://n.sinaimg.cn/edu/2025gjjy/images3/name1.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 14px 0;
	color: #fff;
}

#page1 .draw .center {
	float: left;
	margin-left: 30px;
	text-align: left;
}

#page1 .draw .center .name {
	font-family: SourceHanSansCN;
	font-weight: bold;
	font-size: 26px;
	color: #FDC452;
	text-shadow: 0px 0px 8px rgba(14, 5, 11, 0.3);
	background: linear-gradient(0deg, #FFC044 0%, #ECE3B7 98.6083984375%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#page1 .draw .center .title {
	max-width: 418px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 22px;
	margin: 19px auto;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

#page1 .draw .center .big {
	width: 418px;
	height: 451px;
	border-radius: 10px;
}

#page1 .draw .right {
	width: 427px;
	height: 569px;
	background: #0A3740;
	border-radius: 10px;
	float: left;
	margin-left: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 33px;
	box-sizing: border-box;
}

#page1 .draw .right .fh {
	font-weight: normal;
	font-size: 80px;
	color: #F7CF76;
	width: 100%;
	line-height: 1em;
}

#page1 .draw .right .content {
	margin: 38px 0;
	width: 360px;
	height: 199px;
	text-overflow: ellipsis;
	font-family: SourceHanSansCN;
	font-weight: 400;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 36px;
}

#page1 .draw .right .fh:first-child {
	text-align: left;
}

#page1 .draw .right .fh:last-child {
	text-align: right;
}

#page1 .draw .right-content {
	display: none;
}

#page1 .draw .right-content.active {
	display: block;
}

/* #page2 */
#page2 {
	text-align: center;
}

#page2 .t1 {
	text-align: center;
}

#page2 .draw {
	width: 1200px;
	height: 765px;
	padding-bottom: 40px;
	background: #05272E;
	margin: auto;
	box-sizing: content-box;
}

#page2 .draw>.title {
	font-family: FZXBSJW;
	font-weight: normal;
	font-size: 54px;
	color: #F3B945;
	line-height: 81px;
	background: linear-gradient(-90deg, #FFC044 0%, #ECE3B7 98.6083984375%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding-top: 59px;
}

#page2 .draw>.stitle {
	font-family: FZXBSJW;
	font-weight: normal;
	font-size: 27px;
	color: #F3B945;
	line-height: 64px;
}

#page2 .draw>.content .left {
	width: 506px;
	height: 474px;
	float: left;
}

#page2 .draw>.content .left .section {
	padding: 0 44px;
}

#page2 .draw>.content .left .section .fh {
	font-weight: normal;
	font-size: 80px;
	color: #F7CF76;
	width: 100%;
}

#page2 .draw>.content .left .section .fh:first-child {
	text-align: left;
}

#page2 .draw>.content .left .section .fh:last-child {
	text-align: right;
}

#page2 .draw>.content .left .section .des {
	width: 430px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 36px;
	text-align: left;
}

#page2 .draw>.content .left .person {
	width: 1046px;
	height: 132px;
	background-image: url(http://n.sinaimg.cn/edu/2025gjjy/images3/bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 35% center;
	text-align: left;
	box-sizing: border-box;
	padding-left: 40px;
	padding-top: 25px;
}

#page2 .draw>.content .left .person .name {
	width: 50%;
	text-align: center;
	font-weight: bold;
	font-size: 31px;
	color: #F3B945;
	text-shadow: 0px 0px 8px rgba(14, 5, 11, 0.3);
	background: linear-gradient(0deg, #FFC044 0%, #ECE3B7 98.6083984375%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 1.8em;
	letter-spacing: 10px;
}

#page2 .draw>.content .left .person .title {
	font-family: SourceHanSansCN;
	font-weight: 400;
	font-size: 19px;
	color: #FFFFFF;
	line-height: 26px;
	width: 50%;
	text-align: center;
}

#page2 .draw>.content .img-right {
	width: 690px;
	height: 533px;
	box-sizing: border-box;
	float: right;
	position: relative;
	top: 43px;
}

#page3 {
	text-align: center;
}

#page3 .draw {
	width: 1200px;
	height: auto;
	background: #05272E;
	margin: auto;
	margin-top: 60px;
	padding: 0 41px 41px;
	box-sizing: border-box;
}

#page3 .draw:last-child {
	margin-top: 120px;
}

#page3 .draw>.title {
	width: 1026px;
	height: 160px;
	/* background: linear-gradient(180deg, #1C7284, #05272E); */
	border-radius: 20px 20px 0px 0px;
	/* border: 2px solid #4F8793; */
	border-bottom: none;
	font-weight: bold;
	font-size: 70px;
	color: #FDC452;
	line-height: 2.5em;
	text-shadow: 4px 4px 2px rgba(3, 2, 5, 0.35);
	margin: auto;
	position: relative;
	top: -60px;
	background-image: url(http://n.sinaimg.cn/edu/2025gjjy/images3/lt1.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 35% center;

}

#page3 .draw>.title1 {
	width: 1026px;
	height: 245px;
	/* background: linear-gradient(180deg, #1C7284, #05272E); */
	border-radius: 20px 20px 0px 0px;
	/* border: 2px solid #4F8793; */
	border-bottom: none;
	font-weight: bold;
	font-size: 70px;
	color: #FDC452;
	line-height: 2.5em;
	text-shadow: 4px 4px 2px rgba(3, 2, 5, 0.35);
	margin: auto;
	position: relative;
	top: -60px;
	background-image: url(http://n.sinaimg.cn/edu/2025gjjy/images3/lt2.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 35% center;

}

/* #page3 .draw>.title::before {
	content: "“";
	display: block;
	position: absolute;
	left: 35px;
	color: #8FDBEB;
	font-family: Georgia;
	top: -20px;
}

#page3 .draw>.title::after {
	content: "”";
	display: block;
	position: absolute;
	right: 35px;
	top: -20px;
	width: 19px;
	height: 16px;
	color: #8FDBEB;
	font-family: Georgia;
} */

#page3 .draw .article {
	width: 1118px;
	height: 316px;
	margin: auto;
}

#page3 .draw .article .left-pic {
	width: 45%;
	height: 316px;
	float: left;
	object-fit: cover;
}

#page3 .draw .article .artlist {
	float: left;
	width: 54%;
	height: 100%;
	margin-left: 1%;
}

#page3 .draw .article .artlist>.title {
	width: 187px;
	height: 39px;
	font-family: FZLTZHK;
	font-weight: normal;
	font-size: 26px;
	color: #081B1A;
	line-height: 32px;
	background-image: url(http://n.sinaimg.cn/edu/2025gjjy/images3/tit_bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	text-align: center;
	font-weight: bold;
}

#page3 .draw .article .artlist .list {
	border: 1px solid #FFC044;
	width: 100%;
	height: calc(100% - 39px);
	padding: 29px;
	box-sizing: border-box;
}

#page3 .draw .article .artlist .list .item {
	font-family: SourceHanSansCN;
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	line-height: 32px;
	text-align: left;
	margin-bottom: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#page3 .draw .article .artlist .list .item.active {
	font-weight: bold;
	color: #F3B945;
}

#page3 .swiper-box {
	width: 100%;
	height: 192px;
	margin: 50px auto 10px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#page3 #pageSwiper,
#page3 #pageSwiper1 {
	width: 914px;
	height: 100%;
	overflow: hidden;
}

#page3 #pageSwiper img,
#page3 #pageSwiper1 img {
	width: 189px;
	height: 189px;
	background: #FFFFFF;
	border-radius: 14px;
}

#page3 #pageSwiper .swiper-slide,
#page3 #pageSwiper1 .swiper-slide {
	position: relative;
	overflow: hidden;
	border-radius: 14px;
}

#page3 #pageSwiper .swiper-slide.active,
#page3 #pageSwiper1 .swiper-slide.active {
	border: 1px solid #F3BC4D;
	box-sizing: border-box;
}

#page3 #pageSwiper .swiper-slide .txt,
#page3 #pageSwiper1 .swiper-slide .txt {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 41px;
	background: #000000;
	opacity: 0.8;
	color: #fff;
	line-height: 41px;
	font-size: 18px;
}

#page3 #pageSwiper .swiper-slide.active .txt,
#page3 #pageSwiper1 .swiper-slide.active .txt {
	color: #F3B945;
	font-weight: bold;
}

#page3 .swiper-box .prev,
#page3 .swiper-box .next {
	width: 35px;
	height: 74px;
}

#page3 .des {
	width: 939px;
	height: 51px;
	font-weight: 400;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 32px;
	width: 1107px;
	height: 145px;
	background: #0A3740;
	padding: 33px 80px;
	box-sizing: border-box;
	text-align: left;
	position: relative;
	margin-top: 38px;
	display: none;
}

#page3 .des.active {
	display: block;
}

#page3 .des-box>.des:nth-child(1):after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 40px solid #0A3740;
	;
	position: absolute;
	top: -24px;
	left: 166px;
}

#page3 .des-box>.des:nth-child(2):after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 40px solid #0A3740;
	;
	position: absolute;
	top: -24px;
	left: 37%;
}

#page3 .des-box>.des:nth-child(3):after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 40px solid #0A3740;
	;
	position: absolute;
	top: -24px;
	left: 59%;
}

#page3 .des-box>.des:nth-child(4):after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 40px solid #0A3740;
	;
	position: absolute;
	top: -24px;
	left: 81%;
}

#page3 .des span {
	width: 15px;
	height: 19px;
	font-weight: normal;
	font-size: 66px;
	color: #FFFFFF;
	display: inline-block;
	position: absolute;

}

#page3 .des span.fir {
	left: 20px;
	top: 30px;
}

#page3 .des span.sec {
	right: 20px;
	bottom: 30px;
}

#page4 {
	background-image: url(https://n.sinaimg.cn/edu/2025gjjy/xiaozhangzhiye.png);
	background-repeat: no-repeat;
	background-position: top;
	background-size: contain;
	width: 1200px;
	margin: auto;
}

#page4>p {
	width: 1200px;
	text-align: center;
	margin: 76px auto 0;
	height: 523px;
}

#page4 .draw {
	width: 1148px;
	height: 478px;
	background: linear-gradient(52deg, #217689, #EBFDFF, #01656B);
	border-radius: 14px;
	margin: auto;
	padding: 24px;
}

#page4 .draw>.main {
	width: 100%;
	height: 100%;
	border-radius: 14px;
	border: 1px solid #fff;
	overflow: hidden;
}

#page4 .draw>.main .left {
	width: 552px;
	float: left;
}

#page4 .draw>.main .left img {
	width: 100%;
	object-fit: cover;
}

#page4 .draw>.main .right {
	width: 48%;
	float: left;
}


#page4 .draw>.main .right>.item {
	width: 452px;
	height: 52px;
	line-height: 52px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	font-size: 14px;
	color: #031D22;
	margin: 18px auto;
	padding: 0 24px;
	box-sizing: border-box;
	overflow: hidden;
}

#page4 .draw>.main .right>.item.active {
	background: #3FCDD5;
}

#page4 .draw>.main .right>.item span:first-child {
	font-family: SourceHanSansCN;
	font-weight: bold;
	font-size: 20px;
	color: #031D22;
	line-height: 32px;
}
#page4 .person-list{
	height: 220px;
}

.person-list {
	width: 1150px;
	margin: auto;
	margin-top: 30px;
	overflow: hidden;

}

.person-list .item {
	position: relative;
	/* width: 212px; */
	height: 214px;
	border-radius: 10px;
	overflow: hidden;
	/* float: left; */
	/* margin-left: 22px; */
	box-sizing: border-box;
}

.person-list .item .txt {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 41px;
	line-height: 41px;
	background: #0000009c;
	text-align: center;
	color: #fff;
}

.person-list .item.active .txt {
	display: block;
	background: #abeff3a8;
}

.person-list .item.active {
	border: 1px solid #C7FCFF;
}

.person-list .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;

}

.person-list .item:hover {
	/* border: 1px solid #C7FCFF; */
}

#page4 .des-box {
	width: 1200px;
	margin: auto;
}

#page4 .des {
	font-weight: 400;
	font-size: 20px;
	line-height: 32px;
	width: 1141px;
	height: 145px;
	background: #C7FCFF;
	padding: 33px 80px;
	box-sizing: border-box;
	text-align: left;
	position: relative;
	display: none;
	margin: 38px auto 38px;
}

#page4 .des.active {
	display: block;
}

#page4 .des span {
	width: 15px;
	height: 19px;
	font-weight: normal;
	font-size: 66px;
	display: inline-block;
	position: absolute;
}

#page4 .des span.fir {
	left: 20px;
	top: 30px;
}

#page4 .des span.sec {
	right: 20px;
	bottom: 30px;
}


#page4 .des-box>.des:nth-child(1):after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 40px solid #C7FCFF;
	position: absolute;
	top: -24px;
	left: 90px;
}

#page4 .des-box>.des:nth-child(2):after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 40px solid #C7FCFF;
	position: absolute;
	top: -24px;
	left: 27%;
}

#page4 .des-box>.des:nth-child(3):after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 40px solid #C7FCFF;
	position: absolute;
	top: -24px;
	left: 49%;
}

#page4 .des-box>.des:nth-child(4):after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 40px solid #C7FCFF;
	position: absolute;
	top: -24px;
	left: 70%;
}

#page4 .des-box>.des:nth-child(5):after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 40px solid #C7FCFF;
	position: absolute;
	top: -24px;
	left: 88%;
}

#page5 {
	text-align: center;
}

#page5 .draw {
	border-radius: 14px;
	margin: auto;
	width: 1200px;
	height: 1172px;
	background: rgba(7, 101, 98, 0.57);
	border: 1px solid #12C5B1;
	border-radius: 14px;
}

#page5 .draw .title {
	margin-top: 50px;
}

#page5 .draw .list {
	margin-top: 50px;
	padding: 40px 100px 0;
	overflow: hidden;
}

#page5 .draw .list .item-box {
	width: 483px;
	height: auto;
	background: #056262;
	border-radius: 10px;
	font-size: 18px;
	color: #fff;
	position: relative;
	float: left;
	margin-bottom: 74px;
	display: grid;

}

#page5 .draw .list .item-box:nth-child(even) {
	margin-left: 30px;
}

#page5 .draw .list .item-box .title {
	width: 440px;
	height: 54px;
	line-height: 54px;
	position: absolute;
	top: -32px;
	left: 0%;
	right: 0;
	margin: auto;

	font-family: SourceHanSansCN;
	font-weight: 800;
	font-size: 22px;
	color: #054646;
	background-image: url(http://n.sinaimg.cn/edu/2025gjjy/images3/btnbg.png);
	background-repeat: no-repeat;
	background-size: cover;
}

#page5 .draw .list .item-box .item {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 35px;
}

#page5 .draw .small {
	font-family: SourceHanSansCN;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 32px;
}

#page5 .draw .list .item-box.no {
	margin-bottom: 35px;
}

#page6 {
	text-align: center;
}

#page6 .main {
	width: 1200px;
	height: 873px;
	margin: auto;
}

#page6 .main .left {
	width: 419px;
	height: 873px;
	padding: 72px 0;
	box-sizing: border-box;
	background: #0A3740;
	float: left;
	overflow-y: auto;
}

#page6 .main .left>.item {
	width: 339px;
	height: 51px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 51px;
	margin: auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#page6 .main .left>.item.active {
	color: #0A3740;
	font-weight: bold;
	background: linear-gradient(90deg, #F7B534, #E9E0B4, #F8B024);
}

#page6 .main .left>.item:hover {
	color: #0A3740;
	font-weight: bold;
	background: linear-gradient(90deg, #F7B534, #E9E0B4, #F8B024);
}

#page6 .main .right {
	width: calc(100% - 389px);
	height: 100%;
	float: left;
	padding: 54px;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	background: #05272e;
	overflow-y: auto;
}

#page6 .main .right .img {
	width: 188px;
	height: 147px;
	object-fit: cover;

}

#page6 .main .right .name {
	margin: 8px 0;
	font-family: SourceHanSansCN;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 23px;
}

#page6 .main .right .des {
	height: 40px;
}

#page6 .main .right .column {
	margin-bottom: 38px;
}


/* 年度教育者 */
.ndjyz {
	text-align: center;
	width: 1200px;
	margin: auto;
}

.ndjyz .order {
	font-family: SourceHanSansCN;
	font-weight: 400;
	font-size: 16px;
	color: #F0DB9D;
	line-height: 21px;
	margin: 15px 0;
}

.ndjyz-box {
	/* min-height: 849px; */
	background: #05272E;
	padding: 30px;
	box-sizing: border-box;
	/* height: 849px; */
}

.ndjyz-box .item.big {
	width: 240px;
	position: relative;
	box-sizing: content-box;
}

.ndjyz-box .item.big .img-box {
	width: 182px;
	height: 174px;
	box-sizing: content-box;
	position: relative;
	margin: auto;
}

.ndjyz-box .item.big .bottom-pic {
	width: 100%;
	height: 100%;
}

.ndjyz-box .item.big .person {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: contain;
}

.ndjyz-box .item.big .top-pic {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}

.ndjyz-box .item.big .name {
	width: 128px;
	height: 39px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	margin: 10px auto;
	background-image: url(http://n.sinaimg.cn/edu/2025gjjy/images2/c1.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	overflow: clip;
	color: #fff;
	position: relative;
	top: 0px;
	left: -8px;
	color: #217169;
}

.ndjyz-box .item.big .des {
	font-weight: 400;
	font-size: 16px;
	color: #FFD957;
	line-height: 21px;
}

.ndjyz-box .line {
	display: flex;
}

.ndjyz-box .line2 {
	overflow: hidden;
	height: 372px;
	padding-bottom: 140px;
	padding-top: 50px;
}

.ndjyz-box .line .right {
	flex: 1;
}

.ndjyz-box .line .right .m-person {
	width: 120px;
	height: 120px;
	position: relative;
	margin-left: 8px;
	margin-bottom: 14px;
	float: left;
}

.ndjyz-box .line .right .m-person .person {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 8;
	object-fit: contain;
}

.ndjyz-box .line .right .m-person .top-pic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}


.ndjyz-box .line2.right .m-person {
	width: 125px;
	height: 123px;
	position: relative;
	float: left;
	padding: 4px 2px;
	box-sizing: border-box;
}

.ndjyz-box .line2.right .m-person .position {
	display: flex;
	position: absolute;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	display: none;
}

.ndjyz-box .line2.right .m-person.active .position {
	background: #05272E;
	z-index: 10;
	position: absolute;
	left: 0;
	top: 0;
	width: 264px;
	height: 288px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: inherit;
	text-decoration: none;
}

.ndjyz-box .line2.right .m-person.active .position .img {
	position: relative;
	width: 174px;
	height: 174px;
	padding: 8px;
	box-sizing: border-box;
	margin-bottom: 5px;
}

.ndjyz-box .line2.right .m-person.active .position img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}

.ndjyz-box .line2.right .m-person .position .img::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 1;
}

.ndjyz-box .line2.right .m-person.active .position .img::after {
	/* background: url(http://n.sinaimg.cn/edu/2025gjjy/images2/c2.png) no-repeat center; */
}

.ndjyz-box .line2.right .m-person.active .position .name {
	display: block;
	line-height: 38px;
	height: 38px;
	min-width: 129px;
	padding: 0 30px;
	margin-bottom: 5px;
	background: url(http://n.sinaimg.cn/edu/2025gjjy/images2/c1.png);
	background-size: 100% 100%;
	text-align: center;
}

.ndjyz-box .line2.right .m-person.active .position .intro {
	display: block;
	width: 192px;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	color: #f7cf42;
}

.ndjyz-box .line2.right .m-person .person {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 8;
	object-fit: contain;
}

.ndjyz-box .line2.right .m-person .top-pic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}

.down {
	width: 81px;
	height: 45px;
	margin: 40px auto;
}

#page8 {
	text-align: center;
	margin: auto;
	margin-top: 75px;
	background-image: url(http://n.sinaimg.cn/edu/2025gjjy/images3/fhbanner.png);
	background-repeat: no-repeat;
	background-position: top;
	background-size: contain;
	width: 1200px;
}

#page8 .page8-banner {
	width: 1200px;
	height: 530px;
}

#page8 .img-list {
	width: 1200px;
	height: 830px;
	margin: auto;
	position: relative;
	padding: 0 20px;
}

#page8 .img-list .img1 {
	width: 470px;
	height: 243px;
	background: #0A3740;
	position: absolute;
	left: 20px;
}

#page8 .img-list .img2 {
	width: 392px;
	height: 243px;
	background: #0A3740;
	position: absolute;
	left: 496px;
}

#page8 .img-list .img3 {
	width: 287px;
	height: 243px;
	background: #0A3740;
	position: absolute;
	right: 20px;
	top: 0;
}

#page8 .img-list .img4 {
	width: 470px;
	height: 247px;
	background: #0A3740;
	position: absolute;
	left: 20px;
	top: 249px;
}

#page8 .img-list .img5 {
	width: 285px;
	height: 247px;
	background: #0A3740;
	position: absolute;
	left: 496px;
	top: 249px;
}

#page8 .img-list .img6 {
	width: 395px;
	height: 247px;
	background: #0A3740;
	position: absolute;
	right: 20px;
	top: 249px;
}

#page8 .img-list .img7 {
	width: 365px;
	height: 308px;
	background: #0A3740;
	position: absolute;
	left: 20px;
	top: 501px;
}

#page8 .img-list .img8 {
	width: 419px;
	height: 308px;
	background: #0A3740;
	position: absolute;
	left: 391px;
	top: 501px;
}

#page8 .img-list .img9 {
	width: 365px;
	height: 308px;
	background: #0A3740;
	position: absolute;
	right: 20px;
	top: 501px;
}

#page9 {
	text-align: center;
}

.wjhg {
	text-align: center;
	width: 1200px;
	margin: auto;
	position: relative;
}

.wjhg-box {
	position: relative;
	width: 800px;
	height: 377px;
	margin: auto;
}

#wjhg-swiper.swiper-container {
	width: 100%;
	height: 100%;
}

#wjhg-swiper .swiper-slide {
	text-align: center;
	font-size: 18px;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: 300ms;
	transform: scale(0.8);
	transition: all 0.3s ease-in-out;
}

#wjhg-swiper .swiper-slide-active,
.swiper-slide-duplicate-active {
	/* transform: scale(1); */
}



.swiperModel1 .img {
	position: relative;
	display: block;
	width: 80%;
	height: 100%;
	background: url(.http://n.sinaimg.cn/edu/2025gjjy/static/images/WeiXinTuPian_20191201170654.jpg) no-repeat center;
	background-size: cover;
}

.swiperModel1 .img::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
}

.swiperModel1 .swiper-slide-active .img::before {
	display: none;
}

.swiperModel1 .swiper-slide-active a {
	display: block;
}

.swiperModel1 a {
	display: none;
	position: absolute;
	left: 0;
	cursor: pointer;
	right: 0;
	margin: auto;
	bottom: 0;
	font-size: 24px;
	font-family: Microsoft YaHei;
	line-height: 1.8;
	padding: 8px 0;
	color: #fff;
	text-align: center;
	background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(10, 157, 189, 0)), to(#5137dc));
}

.arrowLeft {
	position: absolute;
	top: 65%;
	left: 10px;
	/* transform: translateY(-50%);
	-webkit-transform: translateY(-50%); */
	cursor: pointer;
}


.arrowRight {
	position: absolute;
	top: 65%;
	right: 10px;
	/* 	transform: translateY(-50%);
	-webkit-transform: translateY(-50%); */
	cursor: pointer;
}


/* 合作伙伴 */
.hzhb {
	text-align: center;
	width: 1200px;
	margin: auto;
}

.hzhb .line-row {
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	line-height: 32px;
	text-align: left;
	width: 80%;
	margin: auto;
	margin-bottom: 60px;
}

.hzhb .line-row img {
	vertical-align: bottom;
	margin-right: 27px;
}


footer {
	width: 100%;
	height: 168px;
	background: #001215;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

footer .right {
	margin-left: 36px;
}

footer .right .line {
	margin-bottom: 14px;
}

footer .right .line:last-child {
	margin-bottom: 0;
}

.fix {
	height: 60px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 19;
}


/* fix-shadow */
.fix-shadow {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #fff;
	top: 0px;
	left: 0;
	right: 0;
	z-index: 9999;
	display: none;
}

.fix-shadow ul {
	margin: 40px 0;
	padding: 0;
}

.fix-shadow ul li {
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	border-bottom: 1px solid #efefef;
}

.fix-shadow ul li:last-child {
	border-bottom: 0;
}

.fix-shadow ul li a {
	color: #666;
}

.fix-shadow .closed {
	position: absolute;
	right: 30px;
	top: 30px;
}