@font-face {
	font-family: "SourceHB";
	src: url('../fonts/SourceHanSerifCN-Bold-Alphabetic.woff2') format('woff2'),
		url('../fonts/SourceHanSerifCN-Bold-Alphabetic.woff') format('woff'),
		url('../fonts/SourceHanSerifCN-Bold-Alphabetic.ttf?t=1730297688277') format('truetype');
}

@font-face {
	font-family: "AndaleSansB";
	src: url('../fonts/AndaleSans-Bold.woff2') format('woff2'),
		url('../fonts/AndaleSans-Bold.woff') format('woff'),
		url('../fonts/ANSNB.TTF?t=1730297688277') format('truetype');
}

@font-face {
	font-family: "AndaleSans";
	src: url('../fonts/AndaleSans.woff2') format('woff2'),
		url('../fonts/AndaleSans.woff') format('woff'),
		url('../fonts/ANSN.TTF?t=1730297688277') format('truetype');
}

@font-face {
	font-family: "Avanti";
	src: url('../fonts/Avanti.woff2') format('woff2'),
		url('../fonts/Avanti.woff') format('woff'),
		url('../fonts/AVANTI.TTF?t=1730297688277') format('truetype');
}

@font-face {
	font-family: "AvantiBold";
	src: url('../fonts/AvantiBold.woff2') format('woff2'),
		url('../fonts/AvantiBold.woff') format('woff'),
		url('../fonts/AVANTI_BOLD.TTF?t=1730297688277') format('truetype');
}

/* homepage start */

.fullscreen_slide2::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: #f5f5f5
}

.fullscreen_slide2::-webkit-scrollbar-track {
	border-radius: 0;
	background-color: #e2e2e2
}

.fullscreen_slide2::-webkit-scrollbar-thumb {
	border-radius: 0;
	background-color: #b4b3b3
}

.fullscreen_slide_box {
	height: 100vh;
	overflow: hidden;
	position: relative;
	z-index: 1;
	position: relative;
}

.fullscreen_slide {
	height: 100vh;
	width: 100%;
	overflow: auto;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	transition: top ease-in-out .7s;
	-ms-transition: top ease-in-out .7s;
	-moz-transition: top ease-in-out .7s;
	-webkit-transition: top ease-in-out .7s;
	-o-transition: top ease-in-out .7s;
	top: 100vh;
}

.fullscreen_slide:first-child, .fullscreen_slide.on {
	top: 0;
}

.fullscreen_slide.before {
	top: -100vh;
}

@media screen and (max-width: 996px) {
	.fullscreen_slide, .fullscreen_slide_box, .fullscreen_slide.before {
		height: auto;
		display: block;
		position: relative;
		top: 0;
		overflow: initial;
	}
}

.wrapbanner {
	overflow: hidden;
	position: relative;
	height: 100vh;
	box-sizing: border-box;
}

.banner {}

.banner a {
	display: block;
	position: relative
}

.banner a::before {
	content: '';
	display: block;
	background: -moz-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 15%);
	background: -webkit-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 15%);
	background: -ms-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 15%);
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.banner .gp-img {
	padding-bottom: 100vh;
}

.banner .gp-img video, .banner .gp-img img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
}

.banner .gp-img video {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.banner .gp-img .swiper-text {
	position: absolute;
	z-index: 15;
	bottom: 4rem;
	width: 100%;
	color: #fff;

}

/* .banner .swiper-slide-active .gp-img {
	animation: scaleBig 10s linear 0s 1 both;
	transform-style: preserve-3d
} */

@-webkit-keyframes scaleBig {
	0% {
		transform: scale(1)
	}

	100% {
		transform: scale(1.1)
	}
}

@keyframes scaleBig {
	0% {
		transform: scale(1)
	}

	100% {
		transform: scale(1.1)
	}
}

.wrapbanner .swiper_menu {
	position: absolute;
	right: 0;
	bottom: 4rem;
	color: #fff;
	left: auto;
	font-size: 0;
	z-index: 10;
	width: 100%;
}

.wrapbanner .swiper-pagination {
	display: inline-block;
	position: relative;
	text-align: right;
	width: 100%;
}


.wrapbanner .swiper-pagination-bullet {
	cursor: pointer;
	display: inline-block;
	width: 2.1rem;
	height: 2.5rem;
	background: url('../images/banner_dot_bg.png') no-repeat center/100% 100%;
	opacity: 1;
	margin: 0 1rem;
	position: relative;
}

.wrapbanner .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: url('../images/banner_dot_active_bg.png') no-repeat center/100% 100%;
}


.fullscreen_slide2.on .content {
	padding-top: 10rem;
}


@media screen and (max-width: 996px) {
	.wrapbanner {
		padding-top: 0;
		height: auto;
	}

	.banner .gp-img {
		padding-bottom: 55%
	}


	.content {
		padding: 0;
	}

}

@media screen and (max-width:767px) {
	.wrapbanner .swiper-pagination .swiper-pagination-bullet {
		font-size: 16px;
		margin: 0 5px;
	}
}

@media screen and (max-width:480px) {
	.wrapbanner .swiper_menu {
		bottom: 1rem;
	}
}

/* homepage end */
/* homepage_title start */

/* 公共标题 */
.com-title {
	position: relative;
	display: flex;
	justify-content: center;
}

.com-title .more {
	position: absolute;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	color: #999;
	transition: all .3s ease-in;
}

.com-title .more .line {
	display: block;
	width: 6rem;
	height: 1px;
	background: #999;
	margin-right: 1rem;
	transition: all .3s ease-in;
}

.com-title .more:hover {
	color: #08318f;
	transform: translateX(-15px);
}

.com-title .more:hover .line {
	background: #08318f;
}

.com-title .text {
	position: relative;
}

.com-title .text .en-text {
	font-size: 10rem;
	font-family: 'AndaleSansB';
	color: #f2f2f2;
	text-transform: uppercase;
}

.com-title .text h2 {
	position: absolute;
	bottom: 1rem;
	left: 50%;
	width: 100%;
	transform: translateX(-50%);
	font-size: 5.4rem;
	font-family: 'SourceHB';
	font-weight: 400;
	text-align: center;
	color: #08318f;
}

.top-content {
	position: relative;
	padding-left: 2rem;
	background: url('../images/sy_top_bg.png') no-repeat center top/cover;
}

.top-content::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 15%;
	background: #e9ecf7;
}

@media screen and (max-width:996px) {
	.top-content {
		padding-left: 0rem;
	}
}

@media screen and (max-width:480px) {
	.com-title .text {
		margin-bottom: 3rem;
	}
}



/* 新闻动态 */
.wrap_mode01 {
	position: relative;
	z-index: 5;
	padding-top: 2rem;
	padding-bottom: 8rem;
}

.wrap_mode01 .com-title {
	margin-bottom: 3rem;
}

.wrap_mode01 .com-title .text .en-text {
	color: #0f3b99;
}

.wrap_mode01 .com-title .text h2 {
	color: #fff;
}

.wrap_mode01 .com-title .more {
	color: #fff;
}

.wrap_mode01 .com-title .more:hover {
	color: #fff;
}

.wrap_mode01 .com-title .more .line {
	background: #fff;
}

.wrap_mode01 .com-title .more:hover .line {
	background: #fff;
}

.wrap_mode01 .news-list {
	display: flex;
}

.wrap_mode01 .news-list .item {
	width: calc(50% - 2rem);
	margin: 0 1rem;
}

.wrap_mode01 .news-list .item .img {
	position: relative;
	display: block;
	width: 100%;
}

.wrap_mode01 .news-list .item.left .img {
	margin-bottom: 2rem;
}

.wrap_mode01 .news-list .item .img .text {
	position: absolute;
	bottom: 3.5rem;
	left: 3rem;
	z-index: 10;
	color: #fff;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.wrap_mode01 .news-list .item .img::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 40%;
	background: -moz-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
	background: -ms-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
	opacity: .5;

}

.wrap_mode01 .news-list .item.right .img {
	margin-top: 2rem;
}

.wrap_mode01 .news-list .item ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.wrap_mode01 .news-list .item .news-item {
	width: calc(50% - 1rem);
}

.wrap_mode01 .news-list .item .news-item a {
	position: relative;
	display: block;
	padding: 3rem;
	min-height: 18.5rem;
	color: #fff;
	background: rgba(0, 160, 233, .3);
	transition: all .3s ease-in-out;
}

.wrap_mode01 .news-list .item .news-item a span {
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.wrap_mode01 .news-list .item .news-item a::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 3rem;
	height: 5px;
	width: 6rem;
	background-color: #ff9900;
}

.wrap_mode01 .news-list .item .news-item a:hover {
	background: url('../images/news_item_bg.png') no-repeat right bottom, #436eff;

}

@media screen and (max-width:996px) {
	.wrap_mode01 .news-list {
		flex-direction: column;
	}

	.wrap_mode01 .news-list .item {
		width: 100%;
		margin: 0;
		margin-bottom: 2rem;
	}

	.wrap_mode01 .news-list .item.right {
		display: flex;
		flex-direction: column;
		margin: 0;
	}

	.wrap_mode01 .news-list .item.right .img {
		margin-top: 0;
		margin-bottom: 2rem;
		order: 1;
	}

	.wrap_mode01 .news-list .item.right ul {
		order: 2;
	}

	.wrap_mode01 .news-list .item .news-item a {
		min-height: auto;
	}
}

@media screen and (max-width:480px) {
	.wrap_mode01 .news-list .item ul {
		flex-direction: column;
	}

	.wrap_mode01 .news-list .item .news-item {
		width: 100%;
		margin-bottom: 2rem;
	}
}

/* 通知公告 */
.wrap_mode02 {
	position: relative;
	z-index: 5;
	padding-top: 2rem;
	padding-bottom: 8rem;
	background: url('../images/mode2_bg.png') no-repeat center top/cover;
}

.wrap_mode02 .com-title {
	margin-bottom: 3rem;
}

.wrap_mode02 .com-title .text .en-text {
	color: #fff;
}

.wrap_mode02 .notice-list {
	display: flex;
	flex-wrap: wrap;
}

.wrap_mode02 .notice-list .notice-item {
	width: calc(25% - 3rem);
	margin: 0 1.5rem;
}

.wrap_mode02 .notice-list .notice-item a {
	display: block;
	padding: 0 0rem 4rem 0rem;
	border: 1px solid #08318f;
	border-top: none;
	/* background: url('../images/notice_border_bg.png') no-repeat center/100% 100%; */

}

.wrap_mode02 .notice-list .notice-item a .time .line {
	height: 1px;
	background: #08318f;
}

.wrap_mode02 .notice-list .notice-item a .time .line1 {
	width: 2rem;
}

.wrap_mode02 .notice-list .notice-item a .time .line2 {
	margin-left: 1rem;
	flex: 1;
}

.wrap_mode02 .notice-list .notice-item a .time {
	display: flex;
	align-items: center;
	color: #08318f;
	font-family: 'Avanti';
	font-weight: 600;
	transform: translateY(-45%);
	transition: all .3s ease-in-out;
}

.wrap_mode02 .notice-list .notice-item a .time .icon {
	content: "";
	display: block;
	width: 2.8rem;
	height: 2.8rem;
	flex-shrink: 0;
	margin-left: 1rem;
	margin-right: 1.5rem;
	background: url('../images/notice_time_icon.png') no-repeat center/100% 100%;
	transition: all .3s ease-in-out;
}

.wrap_mode02 .notice-list .notice-item a .title {
	line-height: 1.5;
	margin-bottom: 3rem;
	padding: 0 3rem;
}

.wrap_mode02 .notice-list .notice-item a .info {
	line-height: 1.5;
	color: #999;
	padding: 0 3rem;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.wrap_mode02 .notice-list .notice-item a:hover .time {
	color: #ff9900;
}

.wrap_mode02 .notice-list .notice-item a:hover .time .icon {
	background: url('../images/notice_time_active_icon.png') no-repeat center/100% 100%;
	animation: rotateIcon 3s linear infinite;
}

@keyframes rotateIcon {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@media screen and (max-width:996px) {
	.wrap_mode02 .notice-list .notice-item {
		width: calc(50% - 3rem);
		margin: 0 1.5rem;
		margin-bottom: 5rem;
	}

	.wrap_mode02 {
		padding-bottom: 3rem;
	}
}

@media screen and (max-width:680px) {
	.wrap_mode02 .notice-list .notice-item {
		width: 100%;
		margin: 0;
		margin-bottom: 5rem;
	}
}

/* 活动预告 */
.wrap_mode03 {
	position: relative;
	z-index: 5;
	padding-top: 2rem;
	padding-bottom: 8rem;
	background: #fff;
}

.wrap_mode03 .com-title {
	margin-bottom: 4rem;
}

.wrap_mode03 .mode3-swiper {
	display: flex;
}

.wrap_mode03 .mode3-swiper .swiper-box1b {
	overflow: hidden;
}

.wrap_mode03 .mode3-swiper .left {
	position: relative;
	z-index: 5;
	width: 52%;
	flex-shrink: 0;
	margin-left: -8%;
	padding: 4rem 5rem 1rem 12.5rem;
	background: url('../images/hdyg_right_bg.png') no-repeat left top/100% 100%;
}

.wrap_mode03 .mode3-swiper .left .item {
	display: block;
	margin-bottom: 3rem;
}

.wrap_mode03 .mode3-swiper .left .item .title {
	display: flex;
	align-items: center;
	color: #fff;
	margin-bottom: 2rem;
}

.wrap_mode03 .mode3-swiper .left .item .title span {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.wrap_mode03 .mode3-swiper .left .item .title::before {
	content: "";
	display: block;
	width: 1rem;
	height: 3px;
	background: #ff9900;
	margin-right: 1rem;
}

.wrap_mode03 .mode3-swiper .left .item dl {
	padding-left: 2.5rem;
}

.wrap_mode03 .mode3-swiper .left .item dd {
	display: flex;
	align-items: center;
	margin-bottom: 2rem;
}

.wrap_mode03 .mode3-swiper .left .item dd.time .icon {
	width: 2.5rem;
	height: 2.5rem;
	flex-shrink: 0;
	margin-right: 1rem;
	background: url('../images/time_icon.png') no-repeat center/100% 100%;
}

.wrap_mode03 .mode3-swiper .left .item dd.address .icon {
	width: 2.5rem;
	height: 2.5rem;
	flex-shrink: 0;
	margin-right: 1rem;
	background: url('../images/address_icon.png') no-repeat center/100% 100%;
}

.wrap_mode03 .mode3-swiper .left .item dd .text {
	color: #418dff;
}

.wrap_mode03 .mode3-swiper .left li.on .item .title {
	color: #ff9900;
}

.wrap_mode03 .mode3-swiper .right {
	width: 57%;
	padding: 2rem 0;
}

.wrap_mode03 .mode3-swiper .right .item {
	width: 100%;
}

@media screen and (max-width:996px) {
	.wrap_mode03 .mode3-swiper {
		flex-direction: column;
	}

	.wrap_mode03 .mode3-swiper .right {
		width: 100%;
		order: 2;
		padding: 0;
	}

	.wrap_mode03 .mode3-swiper .left {
		width: 100%;
		margin-left: 0;
		order: 1;
		padding-left: 0;
		background: #08318f;
	}
}

/* 师生风采 */
.wrap_mode04 {
	position: relative;
	padding-top: 2rem;
	background: #e9ecf7;
}

.wrap_mode04 .gp-container {
	background: url('../images/mode4_bg.png') no-repeat center bottom/cover;

}

.wrap_mode04::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 17.5%;
	background-color: #fff;
}

.wrap_mode04 .com-title {
	margin-bottom: 3rem;
}

.wrap_mode04 .com-title .text .en-text {
	color: #f2f5ff;
}

.wrap_mode04 .img-list {
	display: flex;
}

.wrap_mode04 .img-list .left {
	width: calc(54.7% - .5rem);
	margin-right: .5rem;
}

.wrap_mode04 .img-list .right {
	width: calc(45.6% - .5rem);
	margin-left: .5rem;
}

.wrap_mode04 .img-list .img1 {
	display: block;
	width: 100%;
	margin-bottom: 1rem;
}

.wrap_mode04 .img-list .img1 .gp-img {
	padding-bottom: 38.96%;
}

.wrap_mode04 .img-list .left .bootom-img-list {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.wrap_mode04 .img-list .img2,
.wrap_mode04 .img-list .img3 {
	display: block;
	width: 49.3%;
}

.wrap_mode04 .img-list .img2 .gp-img,
.wrap_mode04 .img-list .img3 .gp-img {
	padding-bottom: 131.5%;
}

.wrap_mode04 .img-list .img4 {
	margin-bottom: 1rem;
}

.wrap_mode04 .img-list .img4,
.wrap_mode04 .img-list .img5 {
	display: block;
	width: 100%;
}

.wrap_mode04 .img-list .img4 .gp-img {
	padding-bottom: 68.43%;
}

@media screen and (max-width:480px) {
	.wrap_mode04 .img-list {
		flex-direction: column;
	}

	.wrap_mode04 .img-list .left {
		width: 100%;
		margin: 0;
		margin-bottom: 1rem;
	}

	.wrap_mode04 .img-list .right {
		width: 100%;
		margin: 0;
	}

}

/* 底部链接 */
.wrap_mode05 {
	padding-top: 7.6rem;
	padding-bottom: 12rem;
	background-color: #fff;
}

.wrap_mode05 .link-list {
	padding-top: 8rem;
	background: url('../images/link_list_bg.png') no-repeat center top/100% auto;
}

.wrap_mode05 .link-list ul {
	display: flex;
	flex-wrap: wrap;
}

.wrap_mode05 .link-list .item {
	width: calc(20% - 1rem);
	margin: 0 .5rem;
	background-color: #fff;
	transition: all .3s ease-in-out;
}

.wrap_mode05 .link-list .item a {
	display: block;
	padding: 1.5rem 4.5rem;
	border: 1px solid #08318f;
}

.wrap_mode05 .link-list .item a .img {
	width: 100%;
}

.wrap_mode05 .link-list .item a .img .gp-img {
	padding-bottom: 41.75%;
}

.wrap_mode05 .link-list .item:hover {
	transform: translateY(-15px);
	box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
}

@media screen and (max-width:680px) {
	.wrap_mode05 .link-list .item {
		width: calc(33% - 1rem);
		margin-bottom: 3rem;
	}
}

@media screen and (max-width:480px) {
	.wrap_mode05 {
		padding-top: 5rem;
		padding-bottom: 6rem;
		background-color: #fff;
	}

	.wrap_mode05 .link-list {
		padding-top: 6rem;
	}

	.wrap_mode05 .link-list .item {
		width: calc(50% - 1rem);
		margin-bottom: 3rem;
	}
}

@media screen and (max-width:300px) {
	.wrap_mode05 .link-list .item {
		width: 100%;
		margin: 0;
		margin-bottom: 5rem;
	}
}
