.banner-swiper {
	width: 100%;
	height: 100%;
	position: relative;
}

.banner-swiper .swiper-slide {
	width: 100%;
	height: 100%;
}

.banner-swiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner-swiper .swiper-slide .text {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 30.09259259%;
}

.banner-swiper .swiper-slide .text .text-title {
	font-weight: bold;
	font-size: var(--font55);
	color: #ffffff;
	line-height: 1.36363636;
	text-align: center;
}

.banner-swiper .swiper-slide .text .text-btn {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	user-select: none;
	cursor: pointer;
	width: max(1.9rem, 160px);
	height: max(0.56rem, 45px);
	border-radius: 28px;
	margin-top: max(0.45rem, 20px);
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #ffffff;
	font-weight: 400;
	font-size: var(--font20);
	color: #ffffff;
	background-color: transparent;
}

.banner-swiper .swiper-slide .text .text-btn:hover {
	border-color: var(--theme);
}

.banner-swiper .swiper-slide .text .text-btn:hover::after {
	right: auto;
	left: 0;
	width: 100%;
}

.banner-swiper .swiper-slide .text .text-btn::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	width: 0;
	height: 100%;
	background-color: var(--theme);
	transition: var(--duration);
}

.banner-swiper .swiper-slide .text .text-btn img {
	display: block;
	width: 15px;
	height: auto;
	flex-shrink: 0;
	margin-left: max(0.15rem, 10px);
}

.banner-swiper .banner-pagination {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 15.74074074%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: max(0.2rem, 10px);
	width: min(86%, 1600px);
	flex-wrap: wrap;
	row-gap: 10px;
}

.banner-swiper .banner-pagination .swiper-pagination-bullet {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 1px solid #f65d4d;
	flex-shrink: 0;
	background-color: transparent;
	opacity: 1;
	margin: 0;
}

.banner-swiper .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #f65d4d;
}

.section2 {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	box-sizing: border-box;
}

.index-about {
	padding-top: max(0.9rem, var(--space));
	padding-bottom: max(0.9rem, var(--space));
}

.index-about .about-text .text-title {
	font-weight: bold;
	font-size: var(--font60);
	color: #000000;
	/* margin-bottom: max(0.48rem, 20px); */
	margin-bottom: 20px;
}

.index-about .about-text .text-desc {
	font-weight: 400;
	font-size: var(--font22);
	color: #000000;
	line-height: 1.5;
	overflow-wrap: break-word;
}

.index-about .about-text .text-desc p:not(:last-child) {
	margin-bottom: 20px;
}

.index-about .about-btn {
	margin-top: max(0.5rem, 20px);
	width: max(1.7rem, 150px);
	height: max(0.5rem, 45px);
	border: 2px solid #000000;
	position: relative;
	z-index: 2;
	overflow: hidden;
	font-weight: 400;
	font-size: var(--font18);
	color: #000000;
	display: flex;
	align-items: center;
	justify-content: center;
	user-select: none;
	cursor: pointer;
	transition: var(--duration);
}

.index-about .about-btn::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	width: 0;
	height: 100%;
	background-color: var(--theme);
	transition: var(--duration);
}

.index-about .about-btn:hover {
	color: #ffffff;
	border-color: var(--theme);
}

.index-about .about-btn:hover::after {
	width: 100%;
	left: 0;
	right: auto;
}

.index-about .about-intro {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: max(0.7rem, 35px);
}

.index-about .about-intro .left {
	width: 50%;
	flex-shrink: 0;
}

.index-about .about-intro .left .intro-list .line {
	display: flex;
	justify-content: center;
}

.index-about .about-intro .left .intro-list .line:not(:last-child) .item {
	margin-bottom: 20px;
}

.index-about .about-intro .left .intro-list .line.line1 {
	column-gap: 2.7rem;
}

.index-about .about-intro .left .intro-list .line.line2 {
	column-gap: max(0.4rem, 20px);
}

.index-about .about-intro .left .intro-list .line.line3 {
	column-gap: max(0.3rem, 20px);
}

.index-about .about-intro .left .intro-list .line .item {
	position: relative;
	z-index: 2;
}

.index-about .about-intro .left .intro-list .line .item .main {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
	background-image: linear-gradient(-90deg, #d3e8f2 0%, #ffffff 43%);
	border-radius: 40px;
	min-width: 245px;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.06);
}

.index-about .about-intro .left .intro-list .line .item .main .item-top {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 900;
	font-size: var(--font42);
	color: #46afe4;
	line-height: 1;
}

.index-about .about-intro .left .intro-list .line .item .main .item-top span:nth-child(2) {
	margin-left: 10px;
}

.index-about .about-intro .left .intro-list .line .item .main .item-bottom {
	line-height: 1;
	font-weight: 900;
	font-size: var(--font16);
	color: #000000;
	text-align: center;
	margin-top: 7px;
}

.index-about .about-intro .left .intro-list .line .item .shadow {
	position: absolute;
	left: 7%;
	top: 60%;
	width: 100%;
	height: auto;
	z-index: -1;
	pointer-events: none;
}

.index-about .about-intro .left .intro-list .line .item .shadow img {
	display: block;
	width: 100%;
	height: auto;
}

.index-about .about-intro .right {
	width: 45.3125%;
	flex-shrink: 0;
}

.index-about .about-intro .right .pic-list {
	display: flex;
	align-items: flex-start;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: left 180%;
}

.index-about .about-intro .right .pic-list .item {
	flex-shrink: 0;
	position: relative;
}

.index-about .about-intro .right .pic-list .item .pic {
	display: block;
	width: 100%;
	border: max(0.05rem, 2px) solid rgba(99, 184, 228, 0.75);
}

.index-about .about-intro .right .pic-list .item img {
	display: block;
	width: 100%;
	height: auto;
}

.index-about .about-intro .right .pic-list .item .text {
	font-weight: 500;
	font-size: var(--font21);
	color: #000000;
	line-height: 1.42857143;
	margin-bottom: max(0.17rem, 10px);
	line-height: 1;
}

.index-about .about-intro .right .pic-list .item:nth-child(1) {
	width: 38.20689655%;
	padding-top: 0.84rem;
	left: max(0.05rem, 2px);
}

.index-about .about-intro .right .pic-list .item:nth-child(1) .text {
	padding-left: 1.73rem;
}

.index-about .about-intro .right .pic-list .item:nth-child(2) {
	width: 24.82758621%;
	z-index: 2;
}

.index-about .about-intro .right .pic-list .item:nth-child(2) .text {
	text-align: center;
}

.index-about .about-intro .right .pic-list .item:nth-child(3) {
	width: 38.20689655%;
	padding-top: 0.84rem;
	left: calc(-1 * max(0.05rem, 2px));
}

.index-about .about-intro .right .pic-list .item:nth-child(3) .text {
	padding-left: 0.86rem;
}

.section4 {
	background-color: #f5f5f5;
}

.section4 .index-partner {
	padding-top: 7.3958vw;
	padding-bottom: 10.9375vw;
}

.section4 .index-partner .title-area {
	margin-bottom: max(5vw, 30px);
}

.section4 .index-partner .title-area .title {
	font-weight: bold;
	font-size: var(--font50);
	color: #000000;
	line-height: 1;
	text-align: center;
}

.section4 .index-partner .title-area .sub-title {
	font-weight: 400;
	font-size: var(--font22);
	color: #999999;
	text-align: center;
}

.section4 .index-partner .partner-list .line {
	display: flex;
	justify-content: center;
	--w: min(90%, 1340px);
	--unit: 9;
	width: var(--w);
	margin-left: auto;
	margin-right: auto;
}

.section4 .index-partner .partner-list .line .item-wrap {
	flex-shrink: 0;
	width: calc(var(--w) / var(--unit));
	filter: drop-shadow(0px 0px 46px rgba(4, 0, 0, 0.07));
}

.section4 .index-partner .partner-list .line:nth-child(n + 2) {
	margin-top: calc((var(--w) / var(--unit)) / -6);
}

.section4 .index-partner .partner-list .line .item {
	display: block;
	position: relative;
	background-color: #fff;
	clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
}

.section4 .index-partner .partner-list .line .item:hover img {
	transform: translate(-50%, -50%) scale(1.05);
}

.section4 .index-partner .partner-list .line .item::after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.section4 .index-partner .partner-list .line .item img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	height: auto;
	/* max-width: 50%; */
	/* max-height: 50%; */
	max-width: 75%;
	max-height: 75%;
	object-fit: contain;
	transition: var(--duration);
	mix-blend-mode: multiply;
}

.index-product {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	box-sizing: border-box;
	height: 100%;
	display: flex;
	align-items: flex-start;
	position: relative;
	z-index: 10;
}

.index-product .product-swiper {
	width: 100%;
	height: 100%;
}

.index-product .product-swiper .swiper-slide {
	background-image: url(../images/index-product-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-top: max(10.0521vw, 45px);
	padding-bottom: max(7.1354vw, 45px);
}

.index-product .product-swiper .swiper-slide .slide-main {
	display: flex;
	align-items: flex-start;
}

.index-product .product-swiper .swiper-slide .left {
	width: 47.5%;
	flex-shrink: 0;
}

.index-product .product-swiper .swiper-slide .left .slide-title {
	font-weight: bold;
	font-size: var(--font60);
	color: #e71c2b;
	margin-bottom: max(0.45rem, 20px);
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	overflow-wrap: break-word;
}

.index-product .product-swiper .swiper-slide .left .slide-desc {
	font-weight: 400;
	font-size: var(--font22);
	color: #ffffff;
	line-height: 1.72727273;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	overflow-wrap: break-word;
	margin-bottom: max(0.4rem, 20px);
}

.index-product .product-swiper .swiper-slide .left .link-btn {
	width: max(1.7rem, 140px);
	height: max(0.5rem, 40px);
	border: 2px solid #ffffff;
	font-weight: 400;
	font-size: var(--font20);
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	user-select: none;
	cursor: pointer;
	position: relative;
	z-index: 2;
}

.index-product .product-swiper .swiper-slide .left .link-btn::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	z-index: -1;
	transition: var(--duration);
	background-color: var(--theme);
}

.index-product .product-swiper .swiper-slide .left .link-btn:hover {
	border-color: var(--theme);
}

.index-product .product-swiper .swiper-slide .left .link-btn:hover::after {
	width: 100%;
	left: 0;
	right: auto;
}

.index-product .product-swiper .swiper-slide .right {
	width: 52.5%;
	flex-shrink: 0;
	padding-top: 13.5417vw;
	align-items: flex-end;
}

.index-product .product-swiper .swiper-slide .right img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.index-product .state-list {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	/* bottom: max(7.1354vw, 45px); */
	/* bottom: max(14.0625vw, 45px); */
	bottom: max(7.1354vw, 45px);
	z-index: 5;
	pointer-events: none;
}

.index-product .state-list .text-item {
	font-weight: 400;
	font-size: var(--font22);
	line-height: 1.72727273;
	white-space: nowrap;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #ffffff;
	transition: var(--duration);
	width: fit-content;
	user-select: none;
	cursor: pointer;
	pointer-events: initial;
}

.index-product .state-list .text-item.active {
	color: #e71c2b;
}

.index-product .state-list .text-item.active::before {
	width: max(0.18rem, 10px);
}

.index-product .state-list .text-item::before {
	content: "";
	display: block;
	width: 0px;
	height: 3px;
	background: #e71c2b;
	flex-shrink: 0;
	margin-right: 10px;
	transition: var(--duration);
}

.index-news {
	padding-top: max(1.42rem, var(--space));
	padding-bottom: max(2.11rem, var(--space));
	background-color: #fcfcfc;
}

.index-news .title-line {
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 20px;
	margin-bottom: max(0.74rem, 30px);
}

.index-news .title-line .title {
	font-weight: bold;
	font-size: var(--font50);
	color: #000000;
}

.index-news .title-line .btn-list {
	display: flex;
	align-items: center;
	column-gap: max(0.52rem, 20px);
}

.index-news .title-line .btn-list .btn-item {
	flex-shrink: 0;
	white-space: nowrap;
	font-weight: 400;
	font-size: var(--font18);
	color: #999999;
	display: flex;
	align-items: center;
	transition: var(--duration);
	user-select: none;
	cursor: pointer;
}

.index-news .title-line .btn-list .btn-item.active,
.index-news .title-line .btn-list .btn-item:hover {
	color: #e71c2a;
}

.index-news .title-line .btn-list .btn-item.active::before,
.index-news .title-line .btn-list .btn-item:hover::before {
	background-color: #e71c2a;
}

.index-news .title-line .btn-list .btn-item::before {
	content: "";
	display: block;
	width: 20px;
	height: 2px;
	background: #bbbbbb;
	flex-shrink: 0;
	margin-right: max(0.14rem, 10px);
	transition: var(--duration);
}

.index-news .news-list {
	display: grid;
}

.index-news .news-list .panel-item {
	grid-area: 1 / 1;
	opacity: 0;
	pointer-events: none;
	transition: 0.6s ease;
}

.index-news .news-list .panel-item.show {
	opacity: 1;
	pointer-events: auto;
}

.index-news .news-list .news-panel {
	display: flex;
	align-items: stretch;
}

.index-news .news-list .news-panel .left {
	width: 33.125%;
	flex-shrink: 0;
}

.index-news .news-list .news-panel .left .item {
	display: block;
	padding-top: max(0.3rem, 20px);
	padding-bottom: max(0.3rem, 20px);
	padding-left: max(0.62rem, 15px);
	padding-right: max(0.62rem, 15px);
	background: #ffffff;
	border: 1px solid #f0f0f0;
	border-bottom: none;
	transition: var(--duration);
}

.index-news .news-list .news-panel .left .item:hover {
	background-color: #f0f0f0;
}

.index-news .news-list .news-panel .left .item:hover .item-title {
	color: #e71c2a;
}

.index-news .news-list .news-panel .left .item:last-child {
	border-bottom: 1px solid #f0f0f0;
}

.index-news .news-list .news-panel .left .item .item-title {
	font-weight: bold;
	font-size: var(--font22);
	color: #000000;
	line-height: 1.27272727;
	width: 100%;
	/* white-space: nowrap; */
	/* text-overflow: ellipsis; */
	/* overflow: hidden; */
	/* overflow-wrap: break-word; */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	overflow-wrap: break-word;
	transition: var(--duration);
}

.index-news .news-list .news-panel .left .item .item-desc {
	font-weight: 300;
	font-size: var(--font18);
	color: #666666;
	line-height: 1.66666667;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	overflow-wrap: break-word;
	margin-top: max(0.15rem, 10px);
	margin-bottom: max(0.17rem, 10px);
}

.index-news .news-list .news-panel .left .item .item-time {
	line-height: 1;
	font-weight: 400;
	font-size: var(--font18);
	color: #888888;
}

.index-news .news-list .news-panel .right {
	width: 66.875%;
	flex-shrink: 0;
	border: 1px solid #f0f0f0;
	border-left: none;
}

.index-news .news-list .news-panel .right .item {
	width: 100%;
	height: 100%;
	display: flex;
	background: #ffffff;
}

.index-news .news-list .news-panel .right .item:hover .text .title {
	color: var(--theme);
}

.index-news .news-list .news-panel .right .item:hover .pic img {
	transform: scale(1.05);
}

.index-news .news-list .news-panel .right .item .text {
	flex: 1;
	min-width: 0;
	padding-left: max(0.53rem, 15px);
	padding-right: max(0.6rem, 15px);
	padding-top: max(0.5rem, 20px);
	padding-bottom: max(0.5rem, 20px);
	display: flex;
	flex-direction: column;
}

.index-news .news-list .news-panel .right .item .text .time {
	font-weight: 400;
	font-size: var(--font18);
	color: #888888;
	line-height: 1;
}

.index-news .news-list .news-panel .right .item .text .title {
	margin-top: max(0.26rem, 20px);
	font-weight: 500;
	font-size: var(--font28);
	color: #000000;
	line-height: 1.60714286;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	overflow-wrap: break-word;
}

.index-news .news-list .news-panel .right .item .text .desc {
	font-weight: 300;
	font-size: var(--font18);
	color: #666666;
	line-height: 1.66666667;
	margin-top: max(0.37rem, 20px);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	overflow: hidden;
	overflow-wrap: break-word;
	margin-top: max(0.23rem, 20px);
	margin-bottom: 20px;
}

.index-news .news-list .news-panel .right .item .text .btn {
	width: max(1.6rem, 140px);
	height: max(0.5rem, 40px);
	background: #e71c2a;
	display: flex;
	align-items: center;
	justify-content: center;
	user-select: none;
	cursor: pointer;
	font-weight: 400;
	font-size: var(--font18);
	color: #ffffff;
	margin-top: auto;
}

.index-news .news-list .news-panel .right .item .pic {
	width: 49.53271028%;
	flex-shrink: 0;
	position: relative;
	overflow: hidden;
}

.index-news .news-list .news-panel .right .item .pic::after {
	content: "";
	display: block;
	padding-bottom: 113.20754717%;
}

.index-news .news-list .news-panel .right .item .pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: var(--duration);
}

.section6 .video-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100vh;
}

.section6 .video-wrap .index-video {
	display: block;
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.page-aside-nav {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	/* right: max(20px, 0.5rem); */
	right: 20px;
	z-index: calc(99 * 1);
}

.page-aside-nav .nav-item {
	/* display: flex; */
	/* align-items: center; */
	/* justify-content: flex-end; */
	margin-bottom: max(0.2rem, 10px);
	user-select: none;
	cursor: pointer;
}

.page-aside-nav .nav-item:hover .icon {
	background-color: #e71c2a;
}

.page-aside-nav .nav-item.active .text {
	opacity: 1;
}

.page-aside-nav .nav-item.active .icon {
	width: 43px;
	height: 6px;
	background: #e71c2a;
	border-radius: 3px;
}

.page-aside-nav .nav-item .text {
	font-weight: 400;
	/* font-size: var(--font22); */
	font-size: var(--font18);
	color: #e71c2b;
	margin-right: 10px;
	opacity: 0;
	transition: var(--duration);
	white-space: nowrap;
	line-height: 1;
	display: block;
	margin-bottom: 10px;
}

.page-aside-nav .nav-item .icon {
	flex-shrink: 0;
	width: 6px;
	height: 6px;
	background: #c5b3b5;
	border-radius: 50%;
	transition: var(--duration);
}

@media (max-width: 1450px) {
	.index-about .about-intro .left .intro-list .line .item .main {
		min-width: 200px;
	}
}

@media (max-width: 1199px) {
	.page-aside-nav {
		display: none !important;
	}

	.fp-tableCell,
	.fp-section.fp-table,
	.fp-slide.fp-table {
		height: auto !important;
	}

	.banner-swiper {
		height: auto;
		margin-top: var(--header-height);
	}

	.banner-swiper .swiper-slide {
		height: auto;
	}

	.banner-swiper .swiper-slide img {
		height: auto;
	}

	.index-about .about-intro .left .intro-list .line.line1,
	.index-about .about-intro .left .intro-list .line.line2,
	.index-about .about-intro .left .intro-list .line.line3 {
		column-gap: 20px;
	}
}

@media (max-width: 768px) {
	.banner-swiper .banner-pagination {
		bottom: 6%;
	}

	.banner-swiper .banner-pagination .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}

	.banner-swiper .banner-pagination {
		justify-content: center;
	}

	.index-about .about-intro {
		flex-wrap: wrap;
		row-gap: 30px;
	}

	.index-about .about-intro .left {
		width: 100%;
		order: 1;
	}

	.index-about .about-intro .right {
		width: 100%;
		padding-top: 40px;
	}

	.index-about .about-intro .right .pic-list {
		background-image: none !important;
	}

	.index-product {
		height: auto;
		display: block;
	}

	.index-product .state-list {
		display: flex;
		column-gap: 20px;
		overflow-x: auto;
		position: static;
		transform: none;
		padding-top: 20px;
		padding-bottom: 10px;
	}

	.index-product .state-list .text-item {
		color: rgba(0, 0, 0, 0.6);
	}

	.index-news .news-list .news-panel {
		flex-wrap: wrap;
	}

	.index-news .news-list .news-panel .left {
		width: 100%;
	}

	.index-news .news-list .news-panel .right {
		width: 100%;
		margin-top: -1px;
	}

	.section6 .video-wrap {
		height: auto;
		padding-top: var(--space);
		padding-bottom: var(--space);
	}

	.section6 .video-wrap .index-video {
		height: auto;
	}
}

@media (max-width: 576px) {
	.section4 .index-partner .title-area .title,
	.index-news .title-line .title {
		font-size: var(--phone-title);
	}

	.banner-swiper .swiper-slide .text {
		top: 15%;
	}

	.banner-swiper .swiper-slide .text .text-title {
		font-size: 18px;
	}

	.banner-swiper .swiper-slide .text .text-btn {
		width: 140px;
		height: 35px;
		font-size: 14px;
		margin-top: 20px;
	}

	.index-about .about-text .text-title {
		font-size: var(--phone-title);
	}

	.index-about .about-intro .right .pic-list {
		flex-wrap: wrap;
		row-gap: 20px;
		justify-content: space-between;
	}

	.index-about .about-intro .right .pic-list .item:nth-child(1),
	.index-about .about-intro .right .pic-list .item:nth-child(2),
	.index-about .about-intro .right .pic-list .item:nth-child(3) {
		width: 47.5%;
		padding-top: 0;
	}

	.index-about .about-intro .right .pic-list .item:nth-child(1) .text,
	.index-about .about-intro .right .pic-list .item:nth-child(2) .text,
	.index-about .about-intro .right .pic-list .item:nth-child(3) .text {
		padding-left: 10px;
		padding-right: 10px;
		text-align: center;
	}

	.index-about .about-intro .right .pic-list .item:nth-child(2) {
		order: 1;
	}

	.index-about .about-intro .left .intro-list .line {
		flex-wrap: wrap;
		justify-content: space-between;
		column-gap: 0 !important;
		row-gap: 20px;
	}

	.index-about .about-intro .left .intro-list .line .item {
		width: 48.5%;
	}

	.index-about .about-intro .left .intro-list .line .item .main {
		min-width: auto;
		width: 100%;
	}

	.index-about .about-intro .left .intro-list .line .item .main .item-top {
		font-size: 18px;
	}

	.index-about .about-intro .left .intro-list .line .item .main .item-bottom {
		font-size: 14px;
	}

	.index-product .product-swiper .swiper-slide .slide-main {
		flex-wrap: wrap;
		row-gap: 20px;
	}

	.index-product .product-swiper .swiper-slide .left {
		width: 100%;
		order: 1;
	}

	.index-product .product-swiper .swiper-slide .right {
		width: 100%;
	}

	.index-product .product-swiper .swiper-slide .left .slide-title {
		font-size: 20px;
	}

	.index-product .product-swiper .swiper-slide .left .slide-desc {
		font-size: 16px;
	}

	.section4 .index-partner .partner-list .line {
		--w: 96%;
	}

	.index-news .title-line {
		flex-wrap: wrap;
		row-gap: 20px;
	}

	.index-news .title-line {
		justify-content: center;
	}

	.index-news .news-list .news-panel .left .item .item-desc {
		font-size: 14px;
	}

	.index-news .news-list .news-panel .left .item .item-time {
		font-size: 14px;
	}

	.index-news .news-list .news-panel .right .item {
		flex-wrap: wrap;
	}

	.index-news .news-list .news-panel .right .item .text {
		flex: none;
		width: 100%;
	}

	.index-news .news-list .news-panel .right .item .pic {
		width: 100%;
		order: -1;
	}

	.index-news .news-list .news-panel .right .item .text .time {
		font-size: 14px;
	}

	.index-news .news-list .news-panel .right .item .text .title {
		font-size: 16px;
	}

	.index-news .news-list .news-panel .right .item .text .desc {
		font-size: 14px;
	}
}

.fp-warning,
.fp-watermark {
	display: none;
}

@media (min-width: 1200px) {
	.index-about {
		padding-top: 0;
		padding-bottom: 0;
		height: 100%;
		display: flex;
		align-items: center;
	}

	.fp-section {
		overflow: hidden;
	}

	.section4 .index-partner {
		width: 100%;
		height: 100%;
		padding-top: 0;
		padding-bottom: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.section4 .partner-main {
		width: 100%;
	}
}
