.edit-list {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	margin-top: 46px;
	padding-left: 28px;
}

.edit-list h5 {
	font-size: 21px;
	font-family: PingFang;
	font-weight: bold;
	color: #313131;
	margin-bottom: 17px;
}

.edit-list .swiper-slide {
	display: block;
	height: 165px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 26px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-decoration: none;
}

.edit-list .swiper-slide .inner {
	width: 100%;
	transition: 0.45s ease;
}

.edit-list .swiper-slide:hover {
	text-decoration: none;
}

.edit-list .swiper-slide:hover .inner {
	transform: scale(1.05);
}

.edit-list .swiper-slide .name {
	font-size: 16px;
	font-family: PingFang;
	font-weight: bold;
	/* color: #1E79B5; */
	color: #e9e6bd;
	margin-bottom: 16px;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	overflow-wrap: break-word;
}
.edit-list .swiper-slide .title {
	font-size: 19px;
	font-family: PingFang;
	font-weight: bold;
	/* color: #292929; */
	color: #fff;
	line-height: 1;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	overflow-wrap: break-word;
	margin-bottom: 15px;
}

.edit-list .swiper-slide .desc {
	font-size: 16px;
	font-family: PingFang;
	font-weight: 400;
	/* color: #707070; */
	color: #fff;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
}

/* ÐÂÔö²úÆ·ÖÐÐÄÄ£¿£¿£¿£¿£¿é */
.edit-pro-wrap {
	padding-top: 93px;
	padding-bottom: 74px;
	background: #eef4fa;
	position: relative;
}

.edit-pro-wrap .box {
	width: 1200px;
	margin: 0 auto;
}

.edit-pro-wrap .title-box {
	text-align: center;
}

.edit-pro-wrap .title-box h5 {
	color: #333;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.edit-pro-wrap .title-box p {
	color: #aeaeae;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}

.edit-pro-wrap .title-box p::after {
	content: "";
	display: block;
	width: 42px;
	height: 1px;
	background: #1e79b5;
	margin: 12px auto 0;
}

.edit-pro-wrap .flipster {
	margin-top: 62px;
	/* padding-bottom: 124px; */
	text-align: center;
}
.edit-pro-wrap .filpster-item {
	width: 350px;
	height: auto;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0px 6px 16px 0px rgba(10, 17, 49, 0.15);
	cursor: pointer;
}
.edit-pro-wrap .filpster-item a {
	display: block;
	text-decoration: none;
}

.edit-pro-wrap .filpster-item a:hover {
	text-decoration: none;
}

.edit-pro-wrap .filpster-item .pic {
	width: 100%;
	padding-bottom: 75.714%;
	position: relative;
	overflow: hidden;
}
.edit-pro-wrap .filpster-item .pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 24px 24px 0 0;
	transition: 0.45s ease;
}

.edit-pro-wrap .filpster-item .pic:hover img {
	transform: scale(1.15);
}

/* ÎÄ×ÖÇøÓò */
.edit-pro-wrap .filpster-item .text {
	padding-top: 23px;
	padding-bottom: 41px;
	width: 100%;
	text-align: center;
}

.edit-pro-wrap .filpster-item .text img {
	width: 45px;
	object-fit: contain;
}

.edit-pro-wrap .filpster-item .text p {
	margin-top: 11px;
	color: #333;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	text-transform: uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

/* ×óÓÒÇÐ»»°´Å¥ */
.flipto-prev,
.flipto-next {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid #c6c6c6;
	color: #b1b1b1;
	font-size: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	text-decoration: none;
	margin-top: 74px;
}

.flipto-prev {
	margin-right: 25px;
}

.flipto-prev:hover,
.flipto-next:hover {
	border-color: #1e79b5;
	color: #1e79b5;
	cursor: pointer;
	text-decoration: none;
}

.flipto-prev:visited,
.flipto-next:visited {
	text-decoration: none;
}

.flipto-prev:active,
.flipto-next:active {
	text-decoration: none;
}

/* ÐÞ¸ÄÎÄ×Ö */
.slide1-text {
	padding: 30px;
	background-color: rgba(255, 255, 255, 0.4);
	border-radius: 5px;
	border: 1px solid #fff;
}

.slide1-text h3 {
	color: #23497a;
}

.slide1-text p {
	color: #0067b0;
}

@media (max-width: 1200px) {
	.edit-list {
		padding-left: 43px;
		padding-right: 15px;
	}

	.edit-list .swiper-slide .name {
		margin-bottom: 10px;
	}
	.edit-list .swiper-slide .title {
		margin-bottom: 10px;
	}

	.edit-pro-wrap .box {
		margin: 0 auto;
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (max-width: 768px) {
	.edit-list {
		padding-left: 15px;
		margin-top: 25px;
	}
	.edit-list h5 {
		margin-bottom: 15px;
	}

	.edit-list .swiper-slide {
		padding: 20px;
	}

	.edit-pro-wrap .title-box h5 {
		font-size: 0.4rem;
	}

	.edit-pro-wrap .title-box p {
		font-size: 0.24rem;
	}
	.edit-pro-wrap .title-box p::after {
		display: none;
	}

	.edit-pro-wrap {
		padding-top: 45px;
		padding-bottom: 45px;
	}

	.flipto-prev,
	.flipto-next {
		margin-top: 35px;
	}

	/* ÐÞ¸ÄÎÄ×Ö */
	.banner-box1 {
		width: 100%;
	}
	.banner-box .banner-center {
		width: 60%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	/* µÚ¶þÕÅÍ¼Æ¬ÄÚÀïµÄÎÄ×Ö */
	.banner-box1 .banner-center {
		width: 75%;
		left: 50%;
		transform: translate(-50%, -50%);
		padding: 15px;
	}

	.slide1-text {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}

	.banner-center p {
		font-size: 0.24rem !important;
	}
	.banner-center span {
		font-size: 0.28rem !important;
	}

	/* ÐÞ¸ÄÊÓÆµ¿í¶È */
	.video-visbox video {
		height: auto;
		max-width: 100%;
		object-fit: contain;
	}
}

@media (max-width: 576px) {
	.edit-pro-wrap .box {
		padding-left: 15px;
		padding-right: 15px;
	}

	.edit-pro-wrap .filpster-item {
		width: 300px;
	}

	.edit-pro-wrap .filpster-item .text {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	/* µ÷½âÍ¼±ê¾ÞÏ¸ */
	.edit-pro-wrap .filpster-item .text img {
		width: 35px;
	}

	.edit-pro-wrap .filpster-item .text p {
		font-size: 16px;
	}

	.edit-pro-wrap .flipster {
		margin-top: 35px;
	}

	.flipto-prev,
	.flipto-next {
		width: 40px;
		height: 40px;
	}
}

.index-about {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
}

.index-about .about-wrap {
	max-width: 1345px;
	width: 86%;
	margin-left: auto;
	margin-right: auto;
	padding-top: clamp(45px, 7.2917vw, 140px);
	padding-bottom: clamp(45px, 5.6771vw, 109px);
}

.index-about .about-wrap .pic {
	position: relative;
	z-index: 7;
	width: 84.46%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
	overflow: hidden;
	user-select: none;
	cursor: pointer;
}

.index-about .about-wrap .pic .poster {
	display: block;
	width: 100%;
	height: auto;
}

.index-about .about-wrap .pic .btn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	user-select: none;
	cursor: pointer;
	z-index: 2;
}

.index-about .about-wrap .pic .btn img {
	display: block;
	width: clamp(68px, 6.6667vw, 128px);
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.index-about .about-wrap .pic .btn .btn-text {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0em;
	color: #ffffff;
	margin-top: clamp(10px, 0.8854vw, 15px);
	text-align: center;
}

.index-about .about-wrap .pic .text {
	position: absolute;
	top: 13.449%;
	left: clamp(15px, 3.4375vw, 66px);
}

.index-about .about-wrap .pic .text .text-title {
	font-size: clamp(18px, 1.25vw, 24px);
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	color: #123c8e;
	margin-bottom: clamp(10px, 0.9375vw, 18px);
}

.index-about .about-wrap .pic .text .text-desc {
	font-size: clamp(20px, 1.6667vw, 32px);
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0em;
	color: #000000;
	font-family: "Nunito Sans", sans-serif;
}

.index-about .about-list {
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.4);
	backdrop-filter: blur(13.7px);
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: clamp(20px, 2.9688vw, 57px);
	padding-bottom: clamp(20px, 2.3958vw, 46px);
}

.index-about .about-list .item:not(:last-child) {
	margin-right: clamp(30px, 10.4167vw, 200px);
}

.index-about .about-list .item .item-top {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	line-height: 1;
}

.index-about .about-list .item .item-top .num {
	font-size: clamp(26px, 2.7083vw, 52px);
	font-weight: normal;
	text-align: center;
	letter-spacing: -0.02em;
	color: #004e8c;
}

.index-about .about-list .item .item-top .unit,
.index-about .about-list .item .item-top .mark {
	font-size: clamp(16px, 1.25vw, 24px);
	font-weight: normal;
	text-align: center;
	letter-spacing: -0.02em;
	color: #004e8c;
	margin-left: 6px;
	background-color: transparent;
	padding: 0;
}

.index-about .about-list .item .item-bottom {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: -0.02em;
	text-align: left;
	color: #202020;
}

/* ¹²ÓÃÊÓÆµÃÉ²ã */
.common-video-mask {
	position: fixed;
	z-index: 677;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.75);
	padding-top: 10vh;
	cursor: zoom-out;
	display: none;
}

.common-video-mask .mask-wrap {
	width: 90%;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
}
.common-video-mask .mask-wrap .close {
	text-align: right;
	cursor: pointer;
	user-select: none;
	width: fit-content;
	margin-left: auto;
}
.common-video-mask .mask-wrap .close .hover {
	display: none;
}
.common-video-mask .mask-wrap .close:hover .default {
	display: none;
}
.common-video-mask .mask-wrap .close:hover .hover {
	display: inline-block;
}
.common-video-mask .mask-wrap .video {
	display: flex;
	justify-content: center;
	margin-top: max(0.65rem, 35px);
	cursor: pointer;
}
.common-video-mask .mask-wrap .video video {
	display: block;
	width: auto;
	height: auto;
	max-height: 70vh;
	max-width: 1200px;
	object-fit: contain;
	object-position: center;
}

.index-certificate {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-top: clamp(45px, 6.0938vw, 117px);
	padding-bottom: clamp(45px, 5.2604vw, 101px);
}

.index-certificate .title {
	font-size: clamp(24px, 1.875vw, 36px);
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	color: #000000;
	text-align: center;
	margin-bottom: clamp(30px, 3.8021vw, 73px);
	font-weight: bold;
}

.swiper-wrap {
	max-width: 1720px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.swiper-wrap .cert-btn {
	width: 54px;
	height: 54px;
	opacity: 1;
	border: 1px dashed #898989;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	user-select: none;
	cursor: pointer;
	transition: 0.45s ease;
}

.swiper-wrap .cert-btn img {
	width: 45%;
	height: auto;
	object-fit: contain;
}

.swiper-wrap .cert-btn .active {
	display: none;
}

.swiper-wrap .cert-btn:hover {
	border-color: #004e8c;
}
.swiper-wrap .cert-btn:hover .default {
	display: none;
}

.swiper-wrap .cert-btn:hover .active {
	display: block;
}

.cert-swiper {
	flex: 1;
	min-width: 0;
	overflow: hidden;
	margin-left: clamp(20px, 3.3854vw, 65px);
	margin-right: clamp(20px, 3.3854vw, 65px);
}

.cert-swiper .swiper-slide {
	position: relative;
	border: clamp(2px, 0.3125vw, 6px) solid transparent;
	backdrop-filter: blur(6px);
}

.cert-swiper .swiper-slide.swiper-slide-active {
	border-color: #f4b16c;
	backdrop-filter: initial;
}

.cert-swiper .swiper-slide::after {
	content: "";
	display: block;
	padding-bottom: 139.617%;
}

.cert-swiper .swiper-slide img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.cert-swiper .swiper-pagination {
	position: static;
	transform: none;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 10px;
	margin-top: clamp(20px, 1.8229vw, 35px);
}

.cert-swiper .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	opacity: 1;
	background: #ffffff;
	z-index: 2;
	border-radius: 50%;
	margin-left: 0;
	margin-right: 0;
}

.cert-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #f4b16c;
}

.index-exhibition {
	padding-top: clamp(45px, 4.5313vw, 87px);
}

.index-exhibition .exhibition-title {
	font-size: clamp(24px, 1.7708vw, 34px);
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	color: #000000;
	text-align: center;
	margin-bottom: 30px;
	font-weight: bold;
}

.index-exhibition .wrap {
	max-width: 1635px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.index-exhibition .list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: clamp(20px, 2.3438vw, 45px);
	row-gap: 20px;
}

.index-exhibition .list .item {
	display: block;
	overflow: hidden;
	border-radius: 8px;
	opacity: 1;
	background: #f8f8f8;
}

.index-exhibition .list .item:hover .pic img {
	transform: scale(1.1);
}

.index-exhibition .list .item:hover .text .title {
	color: #004e8c;
}

.index-exhibition .list .item .pic {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.index-exhibition .list .item .pic::after {
	content: "";
	display: block;
	padding-bottom: 63.495%;
}

.index-exhibition .list .item .pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: 0.45s ease;
}

.index-exhibition .list .item .text {
	padding-left: clamp(15px, 1.8229vw, 35px);
	padding-right: clamp(15px, 1.8229vw, 35px);
	padding-top: clamp(20px, 1.5625vw, 30px);
	padding-bottom: clamp(20px, 2.3958vw, 46px);
}

.index-exhibition .list .item .text .date {
	font-size: clamp(14px, 0.8333vw, 16px);
	font-weight: 500;
	line-height: normal;
	text-align: center;
	letter-spacing: 0em;
	color: #adadad;
	text-align: left;
}

.index-exhibition .list .item .text .title {
	margin-top: 20px;

	font-family: "Inter", sans-serif;
	font-size: clamp(16px, 1.0417vw, 20px);
	font-weight: bold;
	line-height: 1.6;
	text-align: left;
	letter-spacing: 0em;

	color: #1e1e1e;

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	text-overflow: ellipsis;
	overflow: hidden;
	overflow-wrap: break-word;
	transition: 0.45s ease;
}

.index-exhibition .list .item .text .icon {
	margin-top: clamp(20px, 1.6667vw, 32px);
	display: flex;
	justify-content: center;
	align-items: center;
	user-select: none;
	cursor: pointer;

	width: clamp(140px, 9.8958vw, 190px);
	height: clamp(40px, 2.3958vw, 46px);
	max-width: 90%;
	border-radius: 8px;
	opacity: 1;
	background: #ffffff;
	transition: 0.45s ease;
}

.index-exhibition .list .item .text .icon:hover {
	background-color: #004e8c;
}

.index-exhibition .list .item .text .icon:hover span {
	color: #fff;
}

.index-exhibition .list .item .text .icon:hover img {
	filter: brightness(0) invert(1);
}

.index-exhibition .list .item .text .icon span {
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #000000;
	transition: 0.45s ease;
}

.index-exhibition .list .item .text .icon img {
	display: block;
	width: 18px;
	height: auto;
	object-fit: contain;
	transition: 0.45s ease;
	margin-left: clamp(10px, 1.875vw, 36px);
	transition: 0.45s ease;
}

@media (max-width: 1200px) {
	.index-about .about-wrap {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.swiper-wrap {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.index-exhibition .wrap {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 768px) {
	.index-about .about-wrap .pic {
		width: 100%;
	}

	.index-about .about-list {
		flex-wrap: wrap;
		row-gap: 20px;
		justify-content: space-between;
	}

	.index-about .about-list .item:not(:last-child) {
		margin-right: 0;
	}

	.index-about .about-list .item {
		width: 47.5%;
	}

	.index-about .about-list .item .item-top {
		justify-content: center;
	}

	.index-about .about-list .item .item-bottom {
		text-align: center;
	}

	.swiper-wrap .cert-btn {
		width: 45px;
		height: 45px;
	}

	.index-exhibition .list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 576px) {
	.index-about .about-wrap .pic .text {
		top: 6%;
	}

	.index-about .about-wrap .pic .text .text-title {
		font-size: 14px;
		margin-bottom: 0;
	}

	.index-about .about-wrap .pic .text .text-desc {
		font-size: 16px;
		line-height: 1.5;
	}

	.index-about .about-wrap .pic .text .text-desc br {
		display: none;
	}

	.index-about .about-wrap .pic .poster {
		min-height: 250px;
		object-fit: cover;
	}

	.index-about .about-wrap .pic .btn {
	}

	.index-about .about-wrap .pic .btn .btn-text {
		font-size: 14px;
	}

	.swiper-wrap .cert-btn {
		display: none;
	}

	.cert-swiper {
		flex: none;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.index-exhibition .list {
		grid-template-columns: repeat(1, 1fr);
	}
}
<!--ºÄÊ±1774191641.4619Ãë-->