.index-page .index-title {
	font-family: PingFang SC, PingFang SC;
	font-weight: 800;
	font-size: 42px;
	line-height: 1.25;
	color: #3a3a3a;
	letter-spacing: 4px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}
.index-page .swiper1 {
	position: relative;
	margin-top: 96px;
}
.index-page .swiper1 .swiper-slide {
	position: relative;
	overflow: hidden;
}
.index-page .swiper1 .swiper-slide::after {
	content: "";
	display: block;
	padding-bottom: 48.35%;
}
.index-page .swiper1 .swiper-slide .pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.index-page .swiper1 .swiper-slide .pic img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index-page .swiper1 .swiper-slide .slide-text {
	position: absolute;
	/* top: 275px; */
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	white-space: nowrap;
}

/* 第一个 */
.index-page .swiper1 .swiper-slide .slide-text.text1 {
	top: 29.6%;
}

/* 第二个单独设置 */
.index-page .swiper1 .swiper-slide .slide-text.text2 {
	top: 19.5%;
}
/* 第三个 */
.index-page .swiper1 .swiper-slide .slide-text.text3 {
	top: 34.806%;
}

.index-page .swiper1 .swiper-slide .slide-text .slide-title {
	font-family: PingFang SC, PingFang SC;
	font-weight: 800;
	font-size: 60px;
	color: #ffffff;
	line-height: 1.16;
	letter-spacing: 12px;
	font-style: normal;
	text-transform: none;
}
.index-page .swiper1 .swiper-slide .slide-text .slide-sub-title {
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 42px;
	color: #ffffff;
	line-height: 1.17;
	letter-spacing: 4px;
	font-style: normal;
	text-transform: none;
	margin-top: 18px;
}
.index-page .swiper1 .arrow {
	position: absolute;
	top: 53%;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 2;
}
.index-page .swiper1 .arrow.left {
	left: 97px;
}
.index-page .swiper1 .arrow.right {
	right: 87px;
}
.index-page .swiper1 .swiper-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: 74px;
}
.index-page .swiper1 .swiper-pagination .swiper-pagination-bullet {
	width: 45px;
	height: 1px;
	background: #ffffff;
	margin-top: 10px;
	opacity: 1;
	border-radius: 0;
}
.index-page .swiper1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	height: 5px;
}
.index-page .new-pro {
	padding-top: 96px;
	padding-bottom: 131px;
	background-color: #fff;
}
.index-page .new-pro .pro-swiper {
	position: relative;
	margin-top: 65px;
}
.index-page .new-pro .pro-swiper .swiper2 {
	width: 87%;
	margin: 0 auto;
	padding: 2px;
	box-sizing: border-box;
}
.index-page .new-pro .pro-swiper .swiper2 .swiper-slide {
	padding-left: 18px;
	padding-right: 28px;
	padding-bottom: 60px;
	background: #ffffff;
	border: 1px solid #ececec;
	transition: 0.45s;
	padding-top: 13px;
}
.index-page .new-pro .pro-swiper .swiper2 .swiper-slide .pic {
	width: 100%;
	padding-bottom: 72.085%;
	position: relative;
}
.index-page .new-pro .pro-swiper .swiper2 .swiper-slide .pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	mix-blend-mode: multiply;
}
.index-page .new-pro .pro-swiper .swiper2 .swiper-slide .title {
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 24px;
	color: #000000;
	line-height: 1.2;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-top: 21px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-all;
}
.index-page .new-pro .pro-swiper .swiper2 .swiper-slide .title::after {
	content: "";
	display: block;
	margin: 22px auto 30px;
	width: 52px;
	height: 1px;
	background-color: #e8e8e8;
}
.index-page .new-pro .pro-swiper .swiper2 .swiper-slide .detail-btn {
	width: 129px;
	height: 38px;
	margin-left: auto;
	margin-right: auto;
	background: #e3e3e3;
	border-radius: 68px;
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 13px;
	color: #5a5a5a;
	padding-left: 20px;
	padding-right: 14px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index-page .new-pro .pro-swiper .swiper2 .swiper-slide .detail-btn .icon-area img {
	vertical-align: middle;
}
.index-page .new-pro .pro-swiper .swiper2 .swiper-slide .detail-btn .icon-area .active {
	display: none;
}
.index-page .new-pro .pro-swiper .swiper2 .swiper-slide:hover {
	background: #f1f1f1;
	border-color: #ececec;
	transform: translateY(-10px);
}
.index-page .new-pro .pro-swiper .swiper2 .swiper-slide:hover .title::after {
	background-color: #e52d6b;
}
.index-page .new-pro .pro-swiper .swiper2 .swiper-slide:hover .detail-btn {
	background-color: #e52d6b;
	color: #fff;
}
.index-page .new-pro .pro-swiper .swiper2 .swiper-slide:hover .detail-btn .active {
	display: inline-block;
}
.index-page .new-pro .pro-swiper .swiper2 .swiper-slide:hover .detail-btn .default {
	display: none;
}
.index-page .new-pro .pro-swiper .arrow {
	width: 50px;
	height: 54px;
	background: #d1d1d1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	user-select: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
.index-page .new-pro .pro-swiper .arrow:hover {
	background-color: #e52d6b;
}
.index-page .new-pro .pro-swiper .arrow.left {
	left: 0;
}
.index-page .new-pro .pro-swiper .arrow.right {
	right: 0;
}
.index-page .pro-area {
	background-color: #f5f5f5;
	padding-top: 75px;
	padding-bottom: 129px;
}
.index-page .pro-area .pro-wrap {
	margin-top: 42px;
}
.index-page .pro-area .pro-wrap .list {
	display: flex;
	flex-wrap: wrap;
}
.index-page .pro-area .pro-wrap .list .item {
	width: 32.482%;
	margin-bottom: 18px;
	transition: 0.45s ease;
	position: relative;
	overflow: hidden;
	margin-right: 1.276%;
}
.index-page .pro-area .pro-wrap .list .item img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s ease;
}
.index-page .pro-area .pro-wrap .list .item::after {
	content: "";
	display: block;
	padding-bottom: 65.502%;
}
.index-page .pro-area .pro-wrap .list .item .desc {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	font-family: PingFang SC, PingFang SC;
	font-weight: 800;
	font-size: 24px;
	color: #ffffff;
	line-height: 1.2;
	text-align: center;
}
.index-page .pro-area .pro-wrap .list .item .desc::after {
	content: "";
	display: block;
	width: 38px;
	height: 1px;
	background-color: #fff;
	margin: 9px auto 0;
}
.index-page .pro-area .pro-wrap .list .item:nth-of-type(3n) {
	margin-right: 0;
}
.index-page .pro-area .pro-wrap .list .item:hover img {
	transform: scale(1.25);
}
.index-page .company-area {
	padding-top: 118px;
	padding-bottom: 117px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.index-page .company-area .company-wrap {
	display: flex;
	justify-content: space-between;
}
.index-page .company-area .company-wrap .right {
	margin-left: 5.532%;
	margin-top: 6px;
}
.index-page .company-area .company-wrap .right .company-title {
	font-family: PingFang SC, PingFang SC;
	font-weight: 800;
	font-size: 42px;
	color: #3a3a3a;
	line-height: 1.2;
	letter-spacing: 4px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom: 34px;
}
.index-page .company-area .company-wrap .right .desc {
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 18px;
	color: #333333;
	line-height: 1.6;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.index-page .company-area .company-wrap .right .desc:nth-of-type(1) {
	margin-bottom: 35px;
}
.index-page .company-area .company-wrap .right .link-btn {
	margin-top: 49px;
	display: flex;
	align-items: center;
	width: fit-content;
}
.index-page .company-area .company-wrap .right .link-btn .text-area {
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 15px;
	color: #363636;
	line-height: 24px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	position: relative;
}
.index-page .company-area .company-wrap .right .link-btn .text-area .text {
	margin-left: 17px;
}
.index-page .company-area .company-wrap .right .link-btn .text-area::after {
	content: "";
	display: block;
	width: 139px;
	height: 1px;
	margin-top: 9px;
	background-color: #a0a0a0;
}
.index-page .company-area .company-wrap .right .link-btn .icon {
	width: 50px;
	height: 50px;
	background: #e52d6b;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 2;
	border-radius: 50%;
	margin-left: -10px;
	transition: all 0.45s ease;
}
.index-page .company-area .company-wrap .right .link-btn:hover .text-area {
	color: #e52d6b;
	font-weight: 700;
}
.index-page .company-area .company-wrap .right .link-btn:hover .text-area::after {
	background-color: #e52d6b;
}
.index-page .company-area .company-wrap .right .link-btn:hover .icon {
	transform: rotate(60deg);
}

.phone-swiper {
	display: none;
}

@media screen and (max-width: 1430px) {
	.index-page .swiper1 .swiper-slide .slide-text.text1,
	.index-page .swiper1 .swiper-slide .slide-text.text3 {
		top: 40%;
		transform: translate(-50%, -50%);
	}

	.index-page .swiper1 .swiper-slide .slide-text.text2 {
		top: 25%;
	}

	.index-page .swiper1 .swiper-slide .slide-text .slide-title {
		font-size: 45px;
	}
	.index-page .swiper1 .swiper-slide .slide-text .slide-sub-title {
		font-size: 32px;
	}
	.index-page .company-area .company-wrap .right .company-title {
		margin-bottom: 20px;
		font-size: 32px;
	}
	.index-page .company-area .company-wrap .right .desc:nth-of-type(1) {
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 1200px) {
	.index-page .swiper1 .swiper-slide .slide-text .slide-title {
		font-size: 32px;
	}
	.index-page .swiper1 .swiper-slide .slide-text .slide-sub-title {
		font-size: 24px;
	}
	.index-page .swiper1 .arrow.right img,
	.index-page .swiper1 .arrow.left img {
		width: 45px;
	}
	.index-page .swiper1 .swiper-pagination {
		bottom: 45px;
	}
	.index-page .pro-area .pro-wrap .list {
		justify-content: space-between;
	}
	.index-page .pro-area .pro-wrap .list .item {
		width: 49%;
		margin-right: 0;
	}
	.index-page .company-area .company-wrap {
		flex-wrap: wrap;
	}
	.index-page .company-area .company-wrap .left {
		text-align: center;
		margin-bottom: 25px;
		width: 100%;
	}
	.index-page .company-area .company-wrap .right {
		margin-left: 0;
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.index-page .swiper1 {
		margin-top: 96px;
	}
	.index-page .swiper1 .swiper-slide .slide-text {
		top: 36%;
	}
	.index-page .swiper1 .arrow.left {
		left: 25px;
	}
	.index-page .swiper1 .arrow.right {
		right: 25px;
	}
	.index-page .new-pro {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.index-page .index-title {
		font-size: 24px;
	}
	.index-page .new-pro .pro-swiper .swiper2 {
		width: 85%;
	}
	.index-page .new-pro .pro-swiper {
		margin-top: 25px;
	}
	.index-page .new-pro .pro-swiper .arrow {
		width: 45px;
		height: 45px;
	}
	.index-page .new-pro .pro-swiper .arrow img {
		width: 17px;
	}
	.index-page .new-pro .pro-swiper .arrow.left {
		left: 2%;
	}
	.index-page .new-pro .pro-swiper .arrow.right {
		right: 2%;
	}
	.index-page .new-pro .pro-swiper .swiper2 .swiper-slide .title {
		font-size: 18px;
	}
	.index-page .new-pro .pro-swiper .swiper2 .swiper-slide .title::after {
		margin: 15px auto;
	}
	.index-page .new-pro .pro-swiper .swiper2 .swiper-slide {
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 20px;
	}
	.index-page .pro-area {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.index-page .pro-area .pro-wrap .list .item .desc {
		font-size: 22px;
	}
	.index-page .company-area .company-wrap .left img {
		display: block;
		max-width: 100%;
		height: auto;
		margin: 0 auto;
		object-fit: cover;
		object-position: center center;
	}
	.index-page .company-area {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.index-page .company-area .company-wrap .right .company-title {
		font-size: 24px;
	}
	.index-page .company-area .company-wrap .right .desc {
		font-size: 16px;
	}
	.index-page .company-area .company-wrap .right .link-btn {
		margin-top: 25px;
	}

	/* 拉回正常的显示 */
	.index-page .swiper1 .swiper-slide .pic {
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}

	/* pc轮播图 */
	.pc-swiper {
		display: none !important;
	}
	/* 手机端轮播图 */
	.phone-swiper {
		display: block !important;
	}

	.index-page .swiper1.phone-swiper .swiper-slide::after {
		padding-bottom: 0;
	}

	.index-page .swiper1.phone-swiper .swiper-slide .pic {
		position: static;
	}
	.index-page .swiper1.phone-swiper .swiper-slide .pic img {
		display: block;
		max-width: 100%;
		height: auto;
	}

	.index-page .swiper1 .swiper-pagination {
		bottom: 25px;
	}
}
@media screen and (max-width: 576px) {
	.index-page .swiper1 {
		margin-top: 70px;
	}

	/* 截取位置 */
	.index-page .swiper1 .slide1 img {
		object-position: 64% center;
	}
	.index-page .swiper1 .slide3 img {
		object-position: left center;
	}
	.index-page .swiper1 .swiper-slide::after {
		padding-bottom: 75%;
	}
	.index-page .swiper1 .swiper-slide .slide-text .slide-title {
		font-size: 22px;
		letter-spacing: -1px;
	}
	.index-page .swiper1 .swiper-slide .slide-text .slide-sub-title {
		font-size: 17px;
	}

	.index-page .swiper1 .swiper-slide .slide-text.text3 .slide-sub-title {
		white-space: normal;
	}
	.index-page .swiper1 .swiper-slide .slide-text {
		top: 40%;
	}
	.index-page .swiper1 .swiper-slide .slide-text .slide-sub-title {
		margin-top: 10px;
	}
	.index-page .swiper1 .arrow.right img,
	.index-page .swiper1 .arrow.left img {
		width: 30px;
	}
	.index-page .new-pro .pro-swiper .swiper2 {
		width: 76%;
	}
	.index-page .new-pro .pro-swiper .arrow {
		width: 40px;
		height: 40px;
	}
	.index-page .pro-area .pro-wrap {
		margin-top: 25px;
	}
	.index-page .pro-area .pro-wrap .list .item .desc {
		font-size: 18px;
		white-space: nowrap;
	}
}
