@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');
}

/* homepage start */
.header {
	position: absolute;
}

.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_slide2 .content {
	padding-top: 16rem;
}

.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: none;
	position: relative
}

.banner .swiper-slide-active a {
	display: block;
}

.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: 50%
	}

	.fullscreen_slide2 .content {
		padding-top: 0rem;
	}

}

@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;
	}

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

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

/* 首页样式 */
.fullscreen_slide2 .content {
	background-color: #edfffd;
}

.wrap_mode01 {
	padding-top: 8rem;
	padding-bottom: 12rem;
}

.wrap_mode01 .menu-box .menu-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	height: calc(100vh - 30rem);
	border-radius: 1rem;
	position: relative;
	z-index: 5;
}

.wrap_mode01 .menu-box .bg {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: center no-repeat;
	background-size: cover;
	border-radius: 1rem;
	/* transition: all 1s ease; */
}

.wrap_mode01 .menu-box .menu-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 33.33%;
	color: #fff;
	box-sizing: border-box;
	transition: all .3s ease;
}

.wrap_mode01 .menu-box .menu-item:nth-child(1) {
	border-top-left-radius: 1rem;
	border-bottom-left-radius: 1rem;
}

.wrap_mode01 .menu-box .menu-item:nth-child(3) {
	border-top-right-radius: 1rem;
	border-bottom-right-radius: 1rem;
}

.wrap_mode01 .menu-box .menu-item .title-text {
	font-weight: bold;
	text-shadow: 2px 4px 2px rgba(0, 0, 0, .88);
}

.wrap_mode01 .menu-box .menu-item .more {
	display: flex;
	visibility: hidden;
	align-items: center;
	padding: 1.5rem 3rem;
	color: #fff;
	margin-top: 8rem;
	border: 1px solid rgba(255, 255, 255, 1);
	border-radius: 4rem;
	opacity: 0;
	transition: all .3s ease;
}

.wrap_mode01 .menu-box .menu-item:hover {
	background-color: rgba(0, 74, 67, .7);
}

.wrap_mode01 .menu-box .menu-item:hover .more {
	visibility: visible;
	opacity: 1;
}

@media screen and (max-width: 996px) {
	.wrap_mode01 .menu-box .menu-item {
		width: 100%;
	}

	.wrap_mode01 .menu-box .menu-item:nth-child(1) {
		border-radius: none;
		border-top-left-radius: 1rem;
		border-top-right-radius: 1rem;
	}

	.wrap_mode01 .menu-box .menu-item:nth-child(3) {
		border-radius: none;
		border-bottom-left-radius: 1rem;
		border-bottom-right-radius: 1rem;
	}
}
