:root {
	--animation-duration: 5.2s;
}
.swiper {
	overflow: hidden;
}
.common-title-box .title {
	color: #090e0d;
	font-size: 0.42rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	position: relative;
	z-index: 1;
}
.common-title-box .sub-title {
	color: #f4f4f4;
	font-size: 0.42rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	margin-top: -0.25rem;
}
.common-title-box .sub-title::after {
	content: "";
	display: block;
	width: 69px;
	height: 2px;
	background: #e60012;
	margin-top: 15px;
}
.index-page {
	/* 产品 */
	/* 资讯 */
	/* 产品 */
	/* 关于我们信息，最后一屏 */
}
.index-page .section1 {
	position: relative;
}
.index-page .section1 .left-fixed {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
.index-page .section1 .banner {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.index-page .section1 .banner .swiper1 {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.index-page .section1 .banner .swiper1 .swiper-slide {
	position: relative;
	width: 100%;
	height: 100%;
}
.index-page .section1 .banner .swiper1 .pic {
	display: block;
	width: 100%;
	height: 100%;
}
.index-page .section1 .banner .swiper1 .pic img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index-page .section1 .banner .swiper1 .text {
	position: absolute;
	top: 2.13rem;
	left: 3.52rem;
}
.index-page .section1 .banner .swiper1 .text .title {
	color: #fff;
	text-shadow: 0px 4px 2px rgba(0, 0, 0, 0.25);
	font-family: "PingFang SC", sans-serif;
	font-size: 0.68rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.index-page .section1 .banner .swiper1 .text .title::after {
	content: "";
	display: block;
	width: 90px;
	height: 1px;
	background-color: #e60012;
	margin-top: 15.5px;
}
.index-page .section1 .banner .swiper1 .text .desc {
	color: #fff;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	font-family: "PingFang SC", sans-serif;
	font-size: 0.48rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top: 0.125rem;
}
.index-page .section1 .banner .swiper1 .swiper-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	z-index: 2;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0.71rem;
}
.index-page .section1 .banner .swiper1 .swiper-pagination .swiper-pagination-bullet {
	width: max(3.54rem, 90px);
	height: auto;
	margin: 0;
	height: 100%;
	opacity: 1;
	border-radius: 0;
	background-color: transparent;
	text-align: left;
}
.index-page .section1 .banner .swiper1 .swiper-pagination .swiper-pagination-bullet .num {
	color: #fff;
	font-family: "PingFang SC", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	opacity: 0.5;
	margin-bottom: 11px;
	background-color: transparent;
	line-height: 1;
}
.index-page .section1 .banner .swiper1 .swiper-pagination .swiper-pagination-bullet .progress {
	display: block;
	width: 100%;
	height: 3px;
	margin-top: 11px;
	background-color: rgba(255, 255, 255, 0.4);
	position: relative;
}
.index-page .section1 .banner .swiper1 .swiper-pagination .swiper-pagination-bullet .progress::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background-color: #e60012;
}
.index-page .section1 .banner .swiper1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .progress {
	background-color: #ffffff;
}
.index-page .section1 .banner .swiper1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .progress::after {
	animation: animate var(--animation-duration) linear forwards;
}
.index-page .section1 .banner .swiper1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active + .swiper-pagination-bullet .progress {
	background-color: rgba(255, 255, 255, 0.6);
}
.index-page .section1 .banner .swiper1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .num {
	opacity: 1;
}
.index-page .section2 {
	background-image: url(../images/index-section2-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 115;
}
.index-page .section2 .section2-wrap {
	display: flex;
	align-items: flex-start;
}
.index-page .section2 .section2-wrap .left {
	width: 37.375%;
	flex-shrink: 0;
	position: relative;
}
.index-page .section2 .section2-wrap .left > img {
	display: block;
	width: 100%;
	height: auto;
}
.index-page .section2 .section2-wrap .left .icon {
	position: absolute;
	left: 1.95rem;
	top: 2.22rem;
	user-select: none;
	cursor: pointer;
	z-index: 2;
}
.index-page .section2 .section2-wrap .left .icon:hover .active {
	display: block;
}
.index-page .section2 .section2-wrap .left .icon:hover .default {
	display: none;
}
.index-page .section2 .section2-wrap .left .icon .active {
	display: none;
}
.index-page .section2 .section2-wrap .left .icon .default {
	display: block;
}
.index-page .section2 .section2-wrap .right {
	padding-top: 0.51rem;
	padding-left: 0.89rem;
	padding-right: 0.72rem;
}
.index-page .section2 .section2-wrap .right .title {
	color: #111;
	font-size: 0.32rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	line-height: 1;
	margin-bottom: calc(0.27rem - 0.04rem);
}
.index-page .section2 .section2-wrap .right .description {
	max-width: 820px;
}
.index-page .section2 .section2-wrap .right .description p {
	color: #656565;
	text-align: justify;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
	text-transform: uppercase;
	margin-bottom: 0.22rem;
}
.index-page .section2 .section2-wrap .right .num-list {
	display: flex;
	justify-content: space-between;
}
.index-page .section2 .section2-wrap .right .num-list .num-item {
	width: 32%;
}
.index-page .section2 .section2-wrap .right .num-list .num-item .top {
	display: flex;
	align-items: flex-end;
	line-height: 1;
}
.index-page .section2 .section2-wrap .right .num-list .num-item .top .num {
	color: #e60012;
	font-size: 0.7rem;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
}
.index-page .section2 .section2-wrap .right .num-list .num-item .top .text {
	color: #111;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
}
.index-page .section2 .section2-wrap .right .num-list .num-item .top .small {
	color: #e60012;
	font-size: 0.44rem;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
}
.index-page .section2 .section2-wrap .right .num-list .num-item .bottom {
	line-height: 1;
	color: #111;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	margin-top: 12px;
	margin-left: 7px;
}
.index-page .section2 .section2-wrap .right .link-btn {
	width: 199px;
	height: 44px;
	color: #111;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	user-select: none;
	cursor: pointer;
	position: relative;
	z-index: 2;
	margin-top: 1.09rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #b3b3b3;
	transition: all 0.45s ease;
}
.index-page .section2 .section2-wrap .right .link-btn::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	background-color: #e60012;
	transition: all 0.45s ease;
	z-index: -1;
}
.index-page .section2 .section2-wrap .right .link-btn:hover {
	border-color: #e60012;
	color: #fff;
}
.index-page .section2 .section2-wrap .right .link-btn:hover::after {
	width: 100%;
	right: auto;
	left: 0;
}
.index-page .section2 .video-mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 1);
	display: none;
	z-index: 67;
	cursor: zoom-out;
}
.index-page .section2 .video-mask .video-line {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.index-page .section2 .video-mask video {
	display: block;
	width: 80%;
	height: 80%;
	object-fit: contain;
	cursor: pointer;
}
.index-page .section2 .video-mask .close-video {
	font-size: 25px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	right: 4vw;
	top: 4vh;
	cursor: pointer;
	transition: all 0.45s ease;
	width: 45px;
	height: 45px;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	user-select: none;
	cursor: pointer;
}
.index-page .section2 .video-mask .close-video:hover {
	color: #e60012;
}
.index-page .section3 .common-title-box .title {
	color: #090e0d;
}
.index-page .section3 .common-title-box .sub-title {
	color: #f4f4f4;
	margin-top: -0.12rem;
}
.index-page .section3 .section3-top-line {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 3.854vh;
}
.index-page .section3 .section3-top-line .swiper-arrow {
	display: flex;
	align-items: flex-end;
}
.index-page .section3 .section3-top-line .swiper-arrow .arrow {
	user-select: none;
	cursor: pointer;
}
.index-page .section3 .section3-top-line .swiper-arrow .arrow .active {
	display: none;
}
.index-page .section3 .section3-top-line .swiper-arrow .arrow img {
	vertical-align: top;
}
.index-page .section3 .section3-top-line .swiper-arrow .arrow:hover .active {
	display: inline-block;
}
.index-page .section3 .section3-top-line .swiper-arrow .arrow:hover .default {
	display: none;
}
.index-page .section3 .section3-top-line .swiper-arrow .swiper2-left {
	margin-right: 12.6px;
}
.index-page .section3 .swiper2 {
	padding-bottom: 10px;
}
.index-page .section3 .swiper2 .swiper-slide {
	width: 13.625%;
	height: 5.43rem;
	position: relative;
	transition: all 0.6s ease;
	transform-origin: center center;
	/* 激活的样式设置 */
}
.index-page .section3 .swiper2 .swiper-slide .pic {
	width: 100%;
	height: 100%;
}
.index-page .section3 .swiper2 .swiper-slide .pic img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index-page .section3 .swiper2 .swiper-slide .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(14, 16, 40, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
}
.index-page .section3 .swiper2 .swiper-slide .mask .mask-text {
	color: #fff;
	font-size: 0.18rem;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.25;
	max-width: 90%;
	text-align: center;
	overflow-wrap: break-word;
}
.index-page .section3 .swiper2 .swiper-slide .text-panel {
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 345px;
	padding-left: 0.3363rem;
	height: 86px;
	background-color: rgba(230, 0, 18, 0.8);
	display: flex;
	align-items: center;
	padding-right: 15px;
	display: none;
}
.index-page .section3 .swiper2 .swiper-slide .text-panel .num {
	color: #fff;
	text-align: center;
	font-size: 0.48rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
	text-transform: uppercase;
	font-weight: 700;
	margin-right: 6px;
}
.index-page .section3 .swiper2 .swiper-slide .text-panel .info {
	overflow: hidden;
}
.index-page .section3 .swiper2 .swiper-slide .text-panel .info .index {
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
	text-transform: uppercase;
}
.index-page .section3 .swiper2 .swiper-slide .text-panel .info .name {
	color: #fff;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
	text-transform: uppercase;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}
.index-page .section3 .swiper2 .swiper-slide.current {
	width: 56.875%;
}
.index-page .section3 .swiper2 .swiper-slide.current .mask {
	display: none;
}
.index-page .section3 .swiper2 .swiper-slide.current .text-panel {
	display: flex;
}
.index-page .section4 {
	background-image: url(../images/index-section4-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.index-page .section4 .common-title-box .title {
	color: #fff;
}
.index-page .section4 .common-title-box .sub-title {
	color: rgba(255, 255, 255, 0.15);
}
.index-page .section4 .section4-wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.index-page .section4 .left {
	width: 35.4375%;
	flex-shrink: 0;
	padding-top: 0.62rem;
}
.index-page .section4 .left .desc {
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 2;
	/* 200% */
	text-transform: uppercase;
	margin-top: 0.7rem;
	text-align: justify;
	overflow-wrap: break-word;
}
.index-page .section4 .left .link-btn {
	width: 118px;
	height: 38px;
	background: #e70012;
	color: #fff;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0.51rem;
}
.index-page .section4 .right {
	width: 58.4375%;
	flex-shrink: 0;
}
.index-page .section4 .right .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.index-page .section4 .right .list .item {
	width: 48.556%;
	position: relative;
	overflow: hidden;
	margin-bottom: 16px;
}
.index-page .section4 .right .list .item:hover img {
	transform: scale(1.05);
}
.index-page .section4 .right .list .item::after {
	content: "";
	display: block;
	padding-top: 67.841%;
}
.index-page .section4 .right .list .item:nth-of-type(3n) {
	margin-right: 0;
}
.index-page .section4 .right .list .item img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.45s ease;
}
.index-page .section5 .section5-wrap {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.index-page .section5 .section5-wrap .left {
	width: 19.375%;
}
.index-page .section5 .section5-wrap .left .common-title-box .sub-title {
	margin-top: -10px;
}
.index-page .section5 .section5-wrap .left .section-nav {
	margin-top: 0.98rem;
	margin-bottom: 1.05rem;
}
.index-page .section5 .section5-wrap .left .section-nav .section-item {
	margin-bottom: 32px;
	width: fit-content;
}
.index-page .section5 .section5-wrap .left .section-nav .section-item:last-of-type {
	margin-bottom: 0;
}
.index-page .section5 .section5-wrap .left .section-nav .section-item.current a,
.index-page .section5 .section5-wrap .left .section-nav .section-item:hover a {
	font-weight: bold;
	color: #717171;
}
.index-page .section5 .section5-wrap .left .section-nav .section-item.current a::after,
.index-page .section5 .section5-wrap .left .section-nav .section-item:hover a::after {
	width: 100%;
}
.index-page .section5 .section5-wrap .left .section-nav .section-item a {
	color: #777;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	white-space: nowrap;
	transition: all 0.45s ease;
}
.index-page .section5 .section5-wrap .left .section-nav .section-item a::after {
	content: "";
	display: block;
	width: 0;
	height: 2px;
	background-color: #e60012;
	margin-top: 4px;
	transition: all 0.45s ease;
}
.index-page .section5 .section5-wrap .left .more-btn {
	width: 48px;
	height: 48px;
	background-color: #e60012;
	display: flex;
	justify-content: center;
	align-items: center;
	user-select: none;
	cursor: pointer;
	border-radius: 50%;
	overflow: hidden;
}
.index-page .section5 .section5-wrap .left .more-btn:hover img {
	transform: scale(1.05);
}
.index-page .section5 .section5-wrap .left .more-btn img {
	transition: all 0.45s ease;
}
.index-page .section5 .section5-wrap .right {
	width: 77.625%;
}
.index-page .section5 .section5-wrap .right .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index-page .section5 .section5-wrap .right .list .item {
	width: 48.632%;
	margin-bottom: 2.5vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right center;
	display: flex;
	align-items: flex-start;
	border-radius: 2px;
	background-color: #f8f8f8;
	padding: 0.41rem 0.49rem 0.39rem 0.56rem;
}
.index-page .section5 .section5-wrap .right .list .item .item-l {
	margin-right: 0.41rem;
}
.index-page .section5 .section5-wrap .right .list .item .item-l .time {
	color: #000;
	font-family: "PingFang SC";
	font-size: 0.18rem;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	text-transform: uppercase;
}
.index-page .section5 .section5-wrap .right .list .item .item-l .year {
	color: #b8b8b8;
	font-family: "PingFang SC";
	font-size: 14px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	text-transform: uppercase;
}
.index-page .section5 .section5-wrap .right .list .item .item-l .year::after {
	content: "";
	display: block;
	margin-top: 0.43rem;
	width: 74px;
	height: 1px;
	background: #b8b8b8;
}
.index-page .section5 .section5-wrap .right .list .item .item-r .item-title {
	color: #202020;
	font-size: 16px;
	font-style: normal;
	font-weight: 900;
	line-height: 1.6;
	text-transform: uppercase;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	overflow-wrap: break-word;
	min-height: 52px;
}
.index-page .section5 .section5-wrap .right .list .item .item-r .item-desc {
	color: #949494;
	font-family: "PingFang SC";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
	text-transform: uppercase;
	margin-top: 0.2rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	overflow-wrap: break-word;
}
.index-page .section5 .section5-wrap .right .list .item:hover {
	background-image: url(../images/index-section5-item-bg.png);
}
.index-page .section5 .section5-wrap .right .list .item:hover .item-l .time,
.index-page .section5 .section5-wrap .right .list .item:hover .item-l .year {
	color: #fff;
}
.index-page .section5 .section5-wrap .right .list .item:hover .item-l .year::after {
	background-color: #fff;
}
.index-page .section5 .section5-wrap .right .list .item:hover .item-r .item-title {
	color: #e9e9e9;
}
.index-page .section5 .section5-wrap .right .list .item:hover .item-r .item-desc {
	color: #e7e7e7;
}
.index-page .section6 {
	background: url(../images/Index-section6-bg.png) no-repeat center center / cover;
}
.index-page .section6 .common-title-box {
	text-align: center;
}
.index-page .section6 .common-title-box .title {
	color: #fff;
}
.index-page .section6 .common-title-box .sub-title {
	color: rgba(255, 255, 255, 0.1);
}
.index-page .section6 .common-title-box .sub-title::after {
	background-color: #e60012;
	margin-left: auto;
	margin-right: auto;
}
.index-page .section6 .pro-list {
	margin-top: 0.63rem;
}
.index-page .section6 .pro-list .swiper-slide {
	background: #fff;
	margin-bottom: 16px;
	border: 1px solid transparent;
}
.index-page .section6 .pro-list .swiper-slide:hover {
	border-color: #e60012;
	box-shadow: 0px 0px 16px 0px rgba(230, 0, 18, 0.2);
}
.index-page .section6 .pro-list .swiper-slide:hover .text .name {
	color: #e60012;
}
.index-page .section6 .pro-list .swiper-slide:hover .text .detail .icon .active {
	display: block;
}
.index-page .section6 .pro-list .swiper-slide:hover .text .detail .icon .default {
	display: none;
}
.index-page .section6 .pro-list .swiper-slide .pic {
	width: 100%;
	padding-top: 92.554%;
	position: relative;
	overflow: hidden;
}
.index-page .section6 .pro-list .swiper-slide .pic:hover img {
	transform: translate(-50%, -50%) scale(1.05);
}
.index-page .section6 .pro-list .swiper-slide .pic img {
	position: absolute;
	left: 50%;
	top: 50%;
	max-width: 98.67%;
	max-height: 100%;
	transform: translate(-50%, -50%);
	object-fit: contain;
	object-position: center center;
	transition: all 0.45s ease;
}
.index-page .section6 .pro-list .swiper-slide .text {
	margin-top: 0.29rem;
	padding-left: 0.36rem;
	padding-right: 0.2rem;
	padding-bottom: 0.3rem;
}
.index-page .section6 .pro-list .swiper-slide .text .name {
	color: #272727;
	font-size: 0.23rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.6;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	transition: all 0.45s ease;
}
.index-page .section6 .pro-list .swiper-slide .text .detail {
	color: #6b6b6b;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
	display: flex;
	align-items: center;
}
.index-page .section6 .pro-list .swiper-slide .text .detail span:nth-child(1) {
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
.index-page .section6 .pro-list .swiper-slide .text .detail .icon {
	margin-left: 8px;
}
.index-page .section6 .pro-list .swiper-slide .text .detail .icon .active {
	display: none;
}
.index-page .section6 .pro-list .swiper-slide .text .detail .icon .default {
	display: block;
}
.index-page .section7 .section7-main {
	background: url(../images/index-section7-bg.png) no-repeat center center / cover;
	padding-top: 0.83rem;
	padding-bottom: 0.75rem;
}
.index-page .section7 .section7-wrap {
	max-width: 1330px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.index-page .section7 .section7-wrap .left {
	margin-top: 0.77rem;
}
.index-page .section7 .section7-wrap .left .contact-title {
	color: #000;
	font-size: 0.42rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 0.43rem;
}
.index-page .section7 .section7-wrap .left .contact-item {
	display: flex;
	align-items: center;
	margin-bottom: 2.604vh;
}
.index-page .section7 .section7-wrap .left .contact-item:last-of-type {
	margin-bottom: 0;
}
.index-page .section7 .section7-wrap .left .contact-item .icon {
	width: 48px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 13px;
}
.index-page .section7 .section7-wrap .left .contact-item .info .info-text {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.index-page .section7 .section7-wrap .right {
	margin-left: 0.95rem;
	flex: 1;
	position: relative;
	z-index: 2;
}

/* .index-page .section7 .section7-wrap .right img {
  display: block;
  width: 100%;
  height: auto;
} */

.index-page .section7 .section7-wrap .right::after {
	content: "";
	display: block;
	padding-bottom: 52.941%;
}

.index-page .section7 .section7-wrap .right .map {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.index-page .section7 .section7-wrap .right .map img {
	display: block;
	max-width: 100%;
	height: auto;
}
@keyframes animate {
	from {
		width: 0;
	}
	to {
		width: 100%;
	}
}
/* 右侧导航 */
#fp-nav.fp-right {
	right: 46px;
}
#fp-nav ul li,
.fp-slidesNav ul li {
	width: 24px;
	height: 24px;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 14px;
}
#fp-nav ul li {
	margin-left: auto;
	margin-right: auto;
}
#fp-nav ul li:nth-child(n + 7) {
	display: none;
}
#fp-nav ul li a.active {
	background-image: url(../images/navigation-icon-white.svg);
	background-repeat: no-repeat;
	background-position: right center;
}
/*   里面的小圆点 */
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
	width: 8px;
	height: 8px;
	background-color: #fff;
	margin: 0;
	transform: translate(-50%, -50%);
}
/* 当前激活的 */
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
	width: 8px;
	height: 8px;
	margin: 0;
	position: absolute;
}
/* 普通的hover  */
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span,
#fp-nav.gray ul li:hover a span {
	width: 8px;
	height: 8px;
	margin: 0;
	background-color: #e60012;
}
#fp-nav .count-list {
	color: #fff;
	margin-top: calc(30px - 14px);
}
#fp-nav .count-list::before {
	content: "";
	display: block;
	width: 2px;
	height: 63px;
	background: rgba(255, 255, 255, 0.7);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 16px;
}
#fp-nav .count-list .current {
	color: #fff;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
#fp-nav .count-list .total {
	color: #fff;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
/* 灰色的 */
#fp-nav.gray ul li a span {
	background-color: #a8a8a8;
}
#fp-nav.gray ul li a.active {
	background-image: url(../images/navigation-icon.svg);
}
#fp-nav.gray .count-list .current {
	color: #e60012;
}
#fp-nav.gray .count-list .total {
	color: #a8a8a8;
}
#fp-nav.gray .count-list::before {
	background: rgba(0, 0, 0, 0.2);
}
/* 特别设置的 */
#fp-nav.custom .count-list .current {
	color: #e60012;
}

.fp-warning,
.fp-watermark {
	display: none !important;
}
@media (max-width: 1650px) {
	#fp-nav.fp-right {
		right: 22px;
	}
	.index-page .section1 .banner .swiper1 .text {
		top: 2.6rem;
	}
}
@media (max-width: 1450px) {
	.index-page .section3 .section3-top-line .swiper-arrow .arrow img {
		width: 45px;
	}
	.header .nav {
		margin-left: 7%;
	}
}
@media (max-width: 1200px) {
	#fp-nav.fp-right {
		right: 10px;
	}

	.index-page .section {
		min-height: auto !important;
		height: auto !important;
	}
}
@media (max-width: 1199px) {
	.index-page .section2 .section2-wrap .left .icon {
		width: 65px;
		height: 65px;
	}
	.index-page .section2 .section2-wrap .left .icon img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	.index-page .section1 .banner {
		position: static;
		height: auto;
	}

	.index-page .section1 .banner .swiper1 .pic img {
		height: 60vh;
	}
	#fp-nav.fp-right {
		display: none !important;
	}
	.index-page .section1 .left-fixed {
		display: none;
	}
	.fp-section,
	.fp-tableCell {
		height: auto !important;
	}
	/* 第一屏幕 */
	.index-page .section1 {
		margin-top: 90px;
	}
	.index-page .section2,
	.index-page .section3,
	.index-page .section4,
	.index-page .section5 {
		margin-top: 45px;
		margin-bottom: 45px;
	}
	.index-page .section3 .swiper2 .swiper-slide {
		width: 30.7%;
	}
	.index-page .section2,
	.index-page .section4,
	.index-page .section6 {
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.index-page .section4 .left .desc {
		font-size: 16px;
	}
	.index-page .section2 .video-mask {
		position: fixed;
		height: 100vh;
		height: 100dvh;
		z-index: 9999999;
	}
}
/* 断点768px */
@media (max-width: 992px) {
	.index-page .section2 .section2-wrap {
		flex-wrap: wrap;
	}
	.index-page .section2 .section2-wrap .left,
	.index-page .section2 .section2-wrap .right {
		width: 100%;
	}
	.index-page .section2 .section2-wrap .left {
		margin-bottom: 25px;
	}
	.index-page .section2 .section2-wrap .right {
		padding-left: 0;
		padding-right: 0;
	}
	.index-page .section2 .section2-wrap .left .icon {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.index-page .section3 .swiper2 .swiper-slide {
		width: 45%;
	}
	.index-page .section4 .section4-wrap {
		flex-wrap: wrap;
	}
	.index-page .section4 .section4-wrap .left,
	.index-page .section4 .section4-wrap .right {
		width: 100%;
	}
	.index-page .section4 .section4-wrap .right {
		margin-bottom: 25px;
		order: -1;
	}
	.index-page .section5 .section5-wrap {
		flex-wrap: wrap;
	}
	.index-page .section5 .section5-wrap .left,
	.index-page .section5 .section5-wrap .right {
		width: 100%;
	}
	.index-page .section5 .section5-wrap .left .section-nav {
		display: flex;
		justify-content: space-between;
		margin-top: 0.4rem;
		margin-bottom: 0.25rem;
	}
	.index-page .section5 .section5-wrap .left .section-nav .section-item {
		width: 23%;
		text-align: center;
		margin-bottom: 0.2rem;
	}
	.index-page .section5 .section5-wrap .left .more-btn {
		display: none;
	}
	.index-page .section5 .section5-wrap .right .list .item .item-l .year::after {
		width: 35px;
	}
	.index-page .section7 .section7-wrap {
		flex-wrap: wrap;
	}
	.index-page .section7 .section7-wrap .left,
	.index-page .section7 .section7-wrap .right {
		width: 100%;
	}
	.index-page .section7 .section7-wrap .right {
		margin-bottom: 25px;
		order: -1;
		margin-left: 0;
		flex: none;
	}
}
@media (max-width: 768px) {
	.index-page .section1 .banner .swiper1 .pic img {
		height: 5.6rem;
	}

	.index-page .section1 .banner .swiper1 .swiper-pagination .swiper-pagination-bullet {
		width: 1.2rem;
	}
	.index-page .section1 .banner .swiper1 .swiper-pagination {
		bottom: 5%;
	}
	.index-page .section1 .banner .swiper1 .text {
		left: 50%;
		top: 40%;
		transform: translate(-50%, -50%);
		white-space: nowrap;
	}
	.index-page .section1 .banner .swiper1 .text .title {
		font-size: 0.42rem;
	}
	.index-page .section1 .banner .swiper1 .text .desc {
		font-size: 0.36rem;
	}
	.index-page .section5 .section5-wrap .right .list .item {
		width: 100%;
		padding: 0.4rem 0.3rem;
	}
	.index-page .section1 .banner .swiper1 .swiper-pagination .swiper-pagination-bullet .num {
		font-size: 0.36rem;
	}
}
@media (max-width: 576px) {
	.index-page .section1 {
		margin-top: var(--heightHeight);
	}
	.index-page .section1 .banner .swiper1 .swiper-pagination {
		bottom: 7%;
	}
	.index-page .section2 .section2-wrap .right .num-list {
		flex-wrap: wrap;
	}
	.index-page .section2 .section2-wrap .right .num-list .num-item {
		width: 47.5%;
		margin-bottom: 15px;
	}
	.index-page .section3 .swiper2 .swiper-slide,
	.index-page .section3 .swiper2 .swiper-slide.current {
		width: 90%;
	}
	.index-page .section3 .swiper2 .swiper-slide .text-panel {
		display: flex;
	}
	.index-page .section3 .swiper2 .swiper-slide .mask {
		display: none;
	}
	.index-page .section3 .swiper2 .swiper-slide .text-panel {
		width: 90%;
	}
	.index-page .section4 .left .desc {
		margin-top: 0.35rem;
	}
	.section5 .common-title-box .sub-title::after {
		content: none;
	}
	.index-page .section7 .section7-wrap .left .contact-item .info .info-text {
		font-size: 18px;
	}
	.index-page .section7 .section7-wrap .left .contact-item .icon {
		width: 36px;
	}
	.index-page .section7 .section7-wrap .left .contact-item .icon img {
		width: 36px;
	}
	.index-page .section7 .section7-wrap .left {
		margin-top: 0.35rem;
	}
	.index-page .section2 .section2-wrap .left .icon {
		top: 42%;
	}
	.index-page .section6 .pro-list .swiper-slide .text .name {
		font-size: 16px;
	}
}
