.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 span{
	font-weight:bold
}
.text-more a{
	display: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 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) {
	.index-partner-container{
		padding: 10% 0;
	}
	.index-partner-wrap h5{
		font-size: 24px;
	}
	.index-partner-list{
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
	.index-partner-list .item{
		padding: 0% 1%;
	}
	.index-partner-list .item img{
		width: 100%;
		height: auto;
		object-fit: contain;
	}
	
	.page-w{
		width: 94%;
	}
	.index-about-wrap{
		display: block;
	}
	.index-about-wrap .left-views{
		width: 100%;
	}
	.public-more a{
		display: inline-flex;
		align-items: center;
		font-size: 12px;
		line-height: 20px;
		padding: 9px 18px 9px 22px;
		border-radius: 22px;
	}
	.public-more a i img{
		width: 10px;
	}
	.public-more a i{
		height: 20px;
		line-height: 20px;
		width: 20px;
		flex: none;
	}
	.public-more.white a{
		display: inline-flex;
		align-items: center;
		line-height: 38px;
		font-size: 14px;
		padding: 0 24px;
		border-radius: 22px;
	}
	.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: 5%;
		 width:100%;
	}
	.text-more a i{
		height: 20px;
		line-height: 20px;
		width: 20px;
		flex: none;
	}
	.text-more a i img{
		width: 10px;
	}
	.text-more a{
		display: inline-flex;
		width: auto;
		max-width: 100%;
		font-size: 12px;
		border-radius: 22px;
		line-height: 20px;
		padding: 9px 18px;
		justify-content: center;
	}
	
	.index-case-list .item{
		display: block;
	}
	.index-case-list .item > div{
		display:block;
		width: 100%;
	}
	.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%;
	}
	.index-bottom-banner{
		height: 40vh;
	}
	.index-case-list .item .imgs{
		border-radius: 16px;
	}
}