.index-title-area {
	text-align: center;
}
.index-title-area .en {
	color: #f2f5f7;
	font-size: var(--font56);
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 4.48px;
	text-transform: uppercase;
	line-height: 1;
}
.index-title-area .zh {
	color: #333;
	font-family: "PingFang SC";
	font-size: var(--font36);
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	margin-top: -0.5em;
}
.index-banner {
	overflow: hidden;
	position: relative;
}
.index-banner .swiper-slide {
	position: relative;
	overflow: hidden;
	height: 100vh;
}
.index-banner .swiper-slide .slide_warp {
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.index-banner .swiper-slide .pic,
.index-banner .swiper-slide .video {
	width: 100%;
	height: 100%;
}
.index-banner .swiper-slide .pic img,
.index-banner .swiper-slide .video video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index-banner .swiper-slide .text {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 26.66666667%;
	z-index: 1;
}
.index-banner .swiper-slide .text .section-title {
	background: linear-gradient(180deg, #fff -51.3%, rgba(255, 255, 255, 0) 80%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	font-family: "Protest Strike", sans-serif;
	font-size: var(--font96);
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 7.68px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	top: 0.7em;
}
.index-banner .swiper-slide .text .title {
	color: #fff;
	font-family: "PingFang SC";
	font-size: var(--font60);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: center;
}
.index-banner .swiper-slide .text .sub-title {
	color: #fff;
	font-family: "PingFang SC";
	font-size: var(--font32);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 5.44px;
	text-align: center;
	margin-top: 10px;
}
.index-banner .index-banner-pagination {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: max(0.6rem, 20px);
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
}
.index-banner .index-banner-pagination .swiper-pagination-bullet {
	opacity: 1;
	margin: 0;
	width: max(0.57rem, 35px);
	height: 4px;
	border-radius: 4px;
	background-color: #fff;
	transition: var(--duration);
	position: relative;
	overflow: hidden;
}

.index-banner .index-banner-pagination .swiper-pagination-bullet .progress {
	position: absolute;
	left: 0;
	top: 0;
	width: 0%;
	height: 100%;
	background-color: #e56a31;
	border-radius: 4px;
}
.index-banner .index-banner-pagination .swiper-pagination-bullet:not(:last-child) {
	margin-right: max(0.14rem, 10px);
}
.index-banner .index-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .progress {
	animation: widthAnimate var(--progress, 6s) linear forwards;
}

@keyframes widthAnimate {
	from {
		width: 0;
	}
	to {
		width: 100%;
	}
}
.index-banner .arrow {
	outline: none;
	background-color: rgba(255, 255, 255, 0.15);
	width: 54px;
	height: 54px;
	border: 1px dashed #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	user-select: none;
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	border-radius: 50%;
	transition: var(--duration);
}
.index-banner .arrow:focus {
	outline: none;
}
.index-banner .arrow:hover {
	background-color: var(--theme);
	border-color: transparent;
}
.index-banner .index-banner-prev {
	left: max(1.04rem, 20px);
}
.index-banner .index-banner-next {
	right: max(1.04rem, 20px);
}
.index-pro-list {
	padding-top: max(0.85rem, var(--space));
	padding-bottom: max(0.85rem, var(--space));
	background-color: #fff;
}
.index-pro-list .index-pro-wrap {
	max-width: 1800px;
	width: 93.75%;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	column-gap: 20px;
}
.index-pro-list .index-pro-wrap .item {
	display: block;
	overflow: hidden;
	border-radius: 12px;
	border: max(0.04rem, 2px) solid #fff;
	box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.15);
	position: relative;
	z-index: 2;
	outline: 2px solid transparent;
	transition: var(--duration);
}
.index-pro-list .index-pro-wrap .item .pic {
	width: 100%;
	padding-bottom: 70.26239067%;
	position: relative;
	overflow: hidden;
}
.index-pro-list .index-pro-wrap .item .pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: var(--duration);
}
.index-pro-list .index-pro-wrap .item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 1;
	opacity: 1;
	transition: var(--duration);
}
.index-pro-list .index-pro-wrap .item .text {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	text-align: center;
}
.index-pro-list .index-pro-wrap .item .text .zh {
	color: #fff;
	font-size: var(--font26);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.index-pro-list .index-pro-wrap .item .text .zh::after {
	content: "";
	display: block;
	margin-top: 3px;
	height: 2px;
	width: 2em;
	background-color: #f37d46;
	margin-left: auto;
	margin-right: auto;
}
.index-pro-list .index-pro-wrap .item .text .en {
	margin-top: 8px;
	color: #fff;
	font-size: var(--font18);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.index-pro-list .index-pro-wrap .item:hover {
	outline-color: var(--theme);
	border-color: var(--theme);
}
.index-pro-list .index-pro-wrap .item:hover::before {
	/* background-color: rgba(0, 0, 0, 0.4); */
	opacity: 0;
}

.index-pro-list .index-pro-wrap .item:hover .text .zh,
.index-pro-list .index-pro-wrap .item:hover .text .en {
	text-shadow: 0 0 10px rgba(0, 0, 0, 1);
}
.index-pro-list .index-pro-wrap .item:hover .pic img {
	transform: scale(1.05);
}
.index-section-bg {
	height: max(28.125vw, 360px);
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.index-about {
	padding-left: max(0.64rem, 20px);
	padding-right: max(0.68rem, 20px);
	padding-top: max(0.7rem, 20px);
	padding-bottom: max(1.5rem, 30px);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 6px 24px 4px rgba(0, 0, 0, 0.06);
	background-image: url(../images/index-about-panel.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	margin-top: -2.7rem;
	display: flex;
	align-items: flex-start;
}
.index-about .left {
	width: 55%;
	flex-shrink: 0;
}
.index-about .left .index-title-area {
	text-align: left;
	margin-bottom: max(0.36rem, 20px);
}
.index-about .left .index-title-area .zh::after {
	content: "";
	display: block;
	width: 1em;
	height: 3px;
	background: #f37d46;
	margin-top: max(0.29rem, 20px);
}
.index-about .left .text p {
	color: #65686d;
	font-family: "PingFang SC";
	font-size: var(--font17);
	font-style: normal;
	font-weight: 400;
	line-height: 1.41176471;
	overflow-wrap: break-word;
	text-indent: 2em;
}
.index-about .left .text p:not(:last-child) {
	margin-bottom: max(0.3rem, 15px);
	text-align: justify;
}
.index-about .left .icon-list {
	display: flex;
	justify-content: space-between;
	column-gap: 10px;
	margin-top: 30px;
}
.index-about .left .icon-list .icon-item:last-child {
	margin-right: max(0.45rem, 20px);
}
.index-about .left .icon-list .icon-item .icon {
	height: max(0.37rem, 30px);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}
.index-about .left .icon-list .icon-item .icon img {
	max-height: 100%;
	width: auto;
	object-fit: contain;
}
.index-about .left .icon-list .icon-item .desc .desc-top {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	color: #004e8c;
	font-family: "PingFang SC";
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-size: var(--font14);
	line-height: 1;
}
.index-about .left .icon-list .icon-item .desc .desc-top .data-num {
	font-size: var(--font24);
}
.index-about .left .icon-list .icon-item .desc .desc-bottom {
	color: #004e8c;
	font-family: "PingFang SC";
	font-size: var(--font16);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: center;
}
.index-about .right {
	flex: 1;
	margin-left: 30px;
	background: url(../images/index-about-text-bg.png) no-repeat center center / cover;
	border-radius: 8px;
	overflow: hidden;
	padding-top: max(0.52rem, 20px);
	padding-bottom: max(0.58rem, 20px);
	/* padding-left: max(1rem, 15px); */
	padding-left: max(0.5rem, 15px);
	padding-right: max(0.5rem, 15px);
	margin-top: 1.18rem;
}
.index-about .right .panel-title {
	color: #fff;
	text-align: center;
	font-family: "PingFang SC";
	font-size: var(--font30);
	font-style: normal;
	font-weight: 400;
	margin-bottom: max(0.25rem, 20px);
}
.index-about .right .text-list .text-item {
	line-height: 1.5;
	/* 150% */
	overflow-wrap: break-word;
	display: flex;
	align-items: center;
}
.index-about .right .text-list .text-item:not(:last-child) {
	margin-bottom: max(0.3rem, 15px);
}
.index-about .right .text-list .text-item .item-l {
	color: #fff;
	font-family: "PingFang SC";
	font-size: var(--font20);
	font-style: normal;
	font-weight: 400;
	margin-right: 10px;
	flex-shrink: 0;
	white-space: nowrap;
}
.index-about .right .text-list .text-item .item-r {
	color: #fff;
	font-family: "PingFang SC";
	font-size: var(--font16);
	font-style: normal;
	font-weight: 400;
}
.index-partner {
	padding-top: max(1.09rem, var(--space));
	padding-bottom: max(1.03rem, var(--space));
	overflow: hidden;
}
.index-partner .list-area {
	margin-top: max(0.62rem, 30px);
	position: relative;
	z-index: 2;
}
.index-partner .list-area::before {
	content: none;
	position: absolute;
	left: -5%;
	top: 0;
	width: 15%;
	height: 100%;
	background: linear-gradient(270deg, rgba(255, 255, 255, 0.2) 0%, #fff 100%);
	z-index: 2;
}
.index-partner .list-area::after {
	content: none;
	position: absolute;
	right: -5%;
	top: 0;
	width: 15%;
	height: 100%;
	background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0.2) 100%);
	z-index: 2;
}
.index-partner .list-area .str_wrap {
	background-color: transparent;
}

.index-partner .partner-list {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	column-gap: max(0.35rem, 20px);
}

@media (max-width: 992px) {
	.index-partner .partner-list {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 768px) {
	.index-partner .partner-list {
		grid-template-columns: repeat(2, 1fr);
	}
}
.index-partner .list-area .limarquee-left .item {
	margin-top: 12px;
	margin-bottom: max(0.175rem, 15px);
}
.index-partner .list-area .limarquee-right .item {
	margin-top: max(0.175rem, 15px);
	margin-bottom: 12px;
}
.index-partner .partner-list .item {
	/* width: max(200px, 2.37rem); */
	/* height: max(1.41rem, 100px); */
	/* margin-right: max(0.35rem, 20px); */
	position: relative;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.05);
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.index-partner .partner-list .item::before {
	content: "";
	display: block;
	width: 100%;
	padding-bottom: 60%;
}
.index-partner .partner-list .item:hover img {
	transform: translate(-50%, -50%) scale(1.05);
}
.index-partner .partner-list .item img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 80%;
	max-height: 80%;
	object-fit: contain;
	mix-blend-mode: multiply;
	transition: var(--duration);
}
.index-honor {
	padding-top: max(1.09rem, var(--space));
	padding-bottom: max(1.03rem, var(--space));
}
.index-honor .str_wrap {
	background-color: transparent;
}
.index-honor .honor-list {
	margin-top: max(0.56rem, 30px);
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	column-gap: max(0.35rem, 20px);
	row-gap: 20px;
}
.index-honor .honor-list .honor-item {
	/* display: inline-block; */
	/* margin-right: max(0.35rem, 20px); */
	/* width: max(2.37rem, 200px); */
}
.index-honor .honor-list .honor-item:hover .pic img {
	transform: translate(-50%, -50%) scale(1.1);
}

.index-honor .honor-list .honor-item:hover .honor-text {
	color: var(--theme);
}
.index-honor .honor-list .honor-item .pic {
	width: 100%;
	/* height: max(1.67rem, 150px); */
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.05);
	padding: 6px;
	overflow: hidden;
	margin-bottom: 12px;
	margin-top: 12px;
	position: relative;
}

.index-honor .honor-list .honor-item .pic::before {
	content: "";
	display: block;
	padding-bottom: 70.464%;
}
.index-honor .honor-list .honor-item .pic img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: center center;
	transition: var(--duration);
	mix-blend-mode: multiply;
}
.index-honor .honor-list .honor-item .honor-text {
	color: #333;
	font-family: "PingFang SC";
	font-size: var(--font16);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.28px;
	text-transform: uppercase;
	text-align: center;
	word-break: break-all;
}
@media (max-width: 1500px) {
	.index-about .right {
		padding-left: 15px;
	}
}
@media (max-width: 992px) {
	.index-banner .swiper-slide {
		height: auto;
		margin-top: var(--header-height);
	}
	.index-pro-list .index-pro-wrap {
		grid-template-columns: repeat(2, 1fr);
		row-gap: 30px;
	}

	.index-honor .honor-list {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 768px) {
	.index-section-bg {
		display: none;
	}
	.index-banner .index-banner-prev {
		left: 15px;
	}
	.index-banner .index-banner-next {
		right: 15px;
	}
	.index-banner .arrow {
		width: 40px;
		height: 40px;
	}
	.index-banner .arrow img {
		max-width: 40%;
		object-fit: contain;
	}
	.index-about {
		flex-wrap: wrap;
		row-gap: 30px;
	}
	.index-about .left {
		width: 100%;
	}
	.index-about .right {
		width: 100%;
		flex: none;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 576px) {
	.index-banner .swiper-slide .text .section-title {
		font-size: 18px;
	}
	.index-banner .swiper-slide .text .title {
		font-size: 20px;
	}
	.index-banner .swiper-slide .text .sub-title {
		font-size: 16px;
	}
	.index-banner .arrow {
		display: none;
	}
	.index-pro-list .index-pro-wrap {
		grid-template-columns: repeat(1, 1fr);
	}
	.index-about .left .icon-list {
		flex-wrap: wrap;
		row-gap: 20px;
		column-gap: 0;
	}
	.index-about .left .icon-list .icon-item {
		width: 47.5% !important;
	}
	.index-about .left .icon-list .icon-item:last-child {
		margin-right: 0;
	}
	.index-about .right .text-list .text-item .item-r {
		font-size: 14px;
	}

	.index-honor .honor-list .honor-item .honor-text {
		font-size: 14px;
	}

	.index-honor .honor-list {
		grid-template-columns: repeat(1, 1fr);
	}


	.index-about .right .text-list .text-item {
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}

	.index-about .right .text-list .text-item .item-l {
		width: 100%;
		margin-right: 0;
	}
}
