.page-w {
	width: 78%;
	max-width: 1460px;
	margin: 0 auto;
}

.index-swiper-container .text-1 h6 {
	color: #ffffff;
	line-height: 1;
}

.index-swiper-container .text-1 {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 0px;
	color: #fff;
	display:flex;
	flex-direction: column;
	align-items: center;
	transform: translate(-50%, -50%)
}

.text-more-border{
	border: 1px solid #d4d4d4;
}
.text-more a i img,
.public-more a i img{
	width: 12px;
	margin-bottom: 4px;
	vertical-align: middle;
}
.text-more a i{
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #ee0210;
	border-radius: 50%;
	display: inline-block;
}

.text-more a:hover i{
	background-color: #fff;
}

.text-more a:hover i img{
	color: red; /* 设置图片的混合颜色为红色 */
	  mix-blend-mode: multiply; /* 混合模式 */
}
.public-more a i{
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
	display: inline-block;
}

.text-more img:last-child,
.public-more img:last-child{
	display:none ;
}
.text-more a:hover img:last-child{
	display:inline;
}
.text-more a:hover img:first-child
{
	display:none;
}

.text-more a:hover{
	background-color:#ee0210 ;
	color:#fff;
}


.text-more a{
	display:inline-flex;
	transition: all .3s;
	align-items:center;
	justify-content: center;
	/* width: 180px; */
	max-width: 180px;
	font-size: 12px;
	border-radius:36px;
	line-height: 40px;
	text-align: center;
	background-color: #fff;
	box-sizing: border-box;
	padding: 2px;
	padding-left:30px;
	color: #333;
	justify-content: space-between;
}

.index-swiper-container .swiper-slide .b{
	position: relative;
	font-size:0;
}
.index-swiper-container .swiper-slide .b:after{
	content:"";
	display:block;
	width:100%;
	height:100%;
	position: absolute;
	left:0;
	top:0;
	background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .4));
}

.index-swiper-container .swiper-slide .b img{
	width: 100%;
	/* height: calc(100vh - 98px); */
	object-fit: cover;
}


.theme-color{
	color: #f1212e;
}



.public-more a{
	line-height: 40px;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	padding: 0 2px;
	padding-left: 40px;
	color:#fff;
	background-color: #f1212e;
	border: 1px solid #f1212e;
	border-radius: 34px;
}
.public-more.white a{
	line-height: 60px;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	padding:0 50px;
	color:#333;
	background-color: #ffffff;
	border-radius: 34px;
}

.index-about-container .content-1{
    margin: 4% 0 6% 0;
    line-height: 1.8;
}
.index-about-container{
	padding: 3% 0;
}

.w-50{
	width: 50%;
}
.index-about-container .video-wrap{
	position:relative;
}
.video-wrap .playbutton{
	position:absolute;
	left: 5%;
	z-index: 11;
	cursor: pointer;
	bottom: 5%;
}

.index-about-container .video-wrap video{
	border-radius: 20px;
	height: 3rem;
	width: 100%;
	object-fit:cover;
}

.index-about-container .video-wrap{
	margin-left: 9%;
}

.index-prodcuct-container{
	background-color: #eaeef2;
	padding: 3% 0;
}
.index-product-swiper .p-item .content-1{
	justify-content: space-between;
}

.index-product-swiper .p-item h6{
	line-height: 1.5;
	height: 3em;
	font-weight: bold;
}

.index-product-swiper .p-item {
	padding:8%;
}
.index-product-swiper .p-item .imgs img{
	width: 100%;
}
.index-product-swiper .p-item .more a{
	background:#f7f8f8;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
}

.index-product-swiper .p-item .more{
	border-radius:50%;
	
}
.index-product-swiper .p-item{
	border-radius: 16px;
	background-color: #fff;
}
.index-product-swiper{
	margin-top: 4%;
}
.index-product-swiper .p-item .img{
	
}
.index-product-swiper .p-item .img img{
	width: 100%;
}
.index-product-swiper .p-item .more:hover a i{
	border-color: #fff;
}
.index-product-swiper .p-item .more:hover a{
	background:#ee0210;
}
.index-product-swiper .more{
	margin-left: 10%;
}

.index-case-container{
	padding: 3% 0;
}
.index-case-list .item{
	margin-bottom: 3%;
}
.index-case-list .item .imgs{
	border-radius: 32px;
	font-size: 0;
	overflow: hidden;
}
.index-case-list {
	margin-top: 3%;
}
.index-case-list .right-views{
	padding: 0 5%;
}
.index-case-list .content-1 ul{
	list-style: inside;
}
.index-case-list .content-1{
	margin:5% 0;
	line-height: 1.8;
	margin-bottom: 15%;
}

.index-case-list .more i{
	font-family: "宋体";
	font-weight: bold;
	font-style: normal;
	color: #fff;
	margin-top:4px;
}
.index-case-list .more a{
	display:block;
}
.index-case-list .more{
	background:#ee0210;	
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	
}


.index-bottom-banner{
	background-size: cover;
	padding: 5% 0;
	box-sizing: border-box;
	height: 50vh;
	display: flex;
	justify-content: center;
	flex-direction:column;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image:url('../imgs/conpany2.png')
}

.index-bottom-banner-wrap{
	height:100%;
	color:#fff;
	line-height: 1.5;
	max-width: 800px;
	align-items: center;
}

.index-partner-container{
	padding: 3% 0;
}



.index-partner-list{
	text-align: center;
	padding: 3% 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	/* 创建4列，每列占据相等空间 */
	gap: 20px;
	/* 可选，设置网格项之间的间隙 */
}

.index-partner-list .item{
	padding: 0% 28%;
}



/* 移动端 */

@media screen and (max-width: 768px) {
	.page-w{
		width: 94%;
	}

	/* ===== Banner ===== */
	.index-swiper-container .swiper-slide .b img{
		height: 60vh;
	}
	.index-swiper-container .text-1{
		width: 100%;
		box-sizing: border-box;
		padding: 0 8%;
		text-align: center;
	}
	.index-swiper-container .text-1 h6{
		line-height: 1.4;
	}
	.index-swiper-container .text-more a{
		margin: 0 auto;
	}

	/* ===== About ===== */
	.index-about-container{
		padding: 12% 0;
	}
	.index-about-wrap{
		display: block;
	}
	.index-about-wrap .left-views{
		width: 100%;
		text-align: center;
	}
	.index-about-wrap .left-views h6{
		margin-bottom: 4%;
	}
	.index-about-container .content-1{
		margin: 6% 0 8% 0;
		text-align: left;
	}
	.video-wrap .playbutton img{
		width: 30px;
	}
	.index-about-container .video-wrap video{
		width: 100%;
		height: 10rem;
	}
	.index-about-container .video-wrap{
		 margin-left: 0%;
		 margin-top: 6%;
		 width:100%;
	}
	.text-more a,
	.public-more a{
		height: 32px;
		line-height: 32px;
		font-size: 12px;
		border-radius: 32px;
		padding: 0 3px 0 16px;
	}
	.text-more a i,
	.public-more a i{
		width: 26px;
		height: 26px;
		line-height: 26px;
	}
	.text-more a i img,
	.public-more a i img{
		width: 10px;
	}
	.text-more a span,
	.public-more a span{
		margin-right: 8px;
	}

	/* ===== Products ===== */
	.index-prodcuct-container{
		padding: 12% 0;
	}
	.index-prodcuct-wrap > .flex{
		align-items: center;
		margin-bottom: 4%;
	}
	.index-prodcuct-wrap > .flex h6{
		text-align: left;
		font-size: 24px;
	}
	.index-product-swiper .p-item{
		padding: 12%;
	}
	.index-product-swiper .p-item h6{
		font-size: 16px;
		height: auto;
		min-height: 3em;
	}
	.index-product-swiper{
		margin-top: 0;
	}

	/* ===== Solutions ===== */
	.index-case-container{
		padding: 12% 0;
	}
	.index-case-container h5{
		font-size: 24px;
		margin-bottom: 6%;
	}
	.index-case-list .item .right-views{
		text-align: left;
	}
	.index-case-list .item{
		display: block;
		margin-bottom: 8%;
	}
	.index-case-list .item > div{
		display:block;
		width: 100%;
	}
	.index-case-list .item .imgs{
		border-radius: 16px;
	}
	.index-case-list .item .right-views{
		padding: 5%;
		box-sizing: border-box;
	}
	.index-case-list .right-views{
		padding:5%;
	}
	.index-case-list .content-1{
		margin-bottom: 5%;
	}

	/* ===== Bottom banner ===== */
	.index-bottom-banner{
		height: auto;
		min-height: 45vh;
		padding: 15% 6%;
		display: flex;
		justify-content: center;
		align-items: center;
		background-attachment: scroll;
		background-position: center;
	}
	.index-bottom-banner-wrap{
		height: auto;
		max-width: 100%;
		text-align: center;
	}
	.index-bottom-banner-wrap h6{
		font-size: 22px;
		line-height: 1.6;
		word-break: break-word;
	}
	.index-bottom-banner .text-more{
		margin-top: 4%;
	}
	.index-bottom-banner .text-more a{
		margin: 0 auto;
	}

	/* ===== Partner ===== */
	.index-partner-container{
		padding: 12% 0;
	}
	.index-partner-container h5{
		margin-bottom: 4%;
	}
	.index-partner-list{
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}
	.index-partner-list .item{
		padding: 0% 8%;
	}
	.index-partner-container .text-more a{
		margin: 0 auto;
	}
}