.banerSwiper {
	/* height: 600px; */

	height: calc(100vh - 122px);
	max-height: 1000px;

}
.banerSwiper img {
    /* height: 600px; */
    object-fit: cover;
}
.swiper .swiper-pagination-bullet {
	width: 50px;
	height: 3px;
	border-radius: 6px;
	background: #D83C23;
}

.banerSwiper {
	--swiper-theme-color: #D83C23;

}

.banerSwiper .video {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.Product {
	padding-top: 80px;
}

.Product .Product-list {
	flex-wrap: wrap;
	margin-top: 60px;
	align-items: inherit;
}

.Product .Product-list .pl-item {
	width: calc((100% - 240px)/3);
	/* margin-top: 30px; */
	margin-bottom: 60px;
	border: 1px solid #999;
	display: flex;
	flex-direction: column;
	transition: all 0.3s;
	border-radius: 6px;
	overflow: hidden;
}

.Product .Product-list .pl-item:not(:nth-child(3n)) {
	margin-right: 120px;
}

.Product .pl-item .pi-img {
	width: 100%;
	overflow: hidden;
}

.Product .pl-item .pi-img img {
	width: 100%;
	transition: all 0.3s;
}

.Product .pl-item:hover img {
	transform: scale(1.1);
}

.Product .pl-item:hover {
	box-shadow: 0px 0px 8px #d4d4d4;
	transform: translateY(-10px);
}

.Product .pl-item:hover .pi-text {
	color: #D83C23;
}

.Product .pl-item .pi-text {
	padding: 12px 25px;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
}

.joinUs {
	background-color: #F7F7F7;
	padding: 80px 0 40px;
}

.joinUs .join-list {
	margin-top: 80px;
}

.joinUs-box .join-list .jl-item {
	position: relative;
	display: block;
	margin-bottom: 40px;
	border-radius: 16px;
	overflow: hidden;
}

.joinUs-box .join-list .jl-item>img {
	transition: all 0.5s;
}

.joinUs-box .join-list .jl-item:hover>img {
	transform: scale(1.05);
}

.joinUs-box .join-list .ji-text {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 45%;
	z-index: 10;
	background: url(../img/ji-text-bg.png) no-repeat;
	background-size: 100% 100%;
	/* background-color: #D83C23; */
	padding: 5% 10% 5% 5%;

}

.joinUs-box .join-list .jit-box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	color: #FFFFFF;
}

.joinUs-box .join-list .jit-box h3 {
	font-size: 32px;
	font-weight: bold;
	line-height: 48px;

}

.joinUs-box .jit-box .pe-l {
	display: flex;
	flex-direction: column;
}

.joinUs-box .jit-box .pe-l span {
	text-transform: uppercase;
}

.joinUs-box .jit-box .pe-l img {
	width: 32px;
	height: 32px;
	margin-top: 10px;
}

.joinUs-box .jit-box .ckgd {
	padding: 12px 25px;
	border-radius: 4px;
	background: #fff;
	color: #CC2D2D;
	font-size: 16px;
	display: inline-block;
	transition: all 0.5s;
	/* margin-left: 80px; */
}

.joinUs-box .jit-box .ckgd:hover {
	border-radius: 30px;
	box-shadow: 0px 0px 8px #d4d4d4;
}

/* 服务 */
.industry {
	padding-top: 60px
}

.industry-list {
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
}

.industry-list .il-item {
	display: flex;
	flex-direction: column;
	position: relative;
	margin-bottom: 40px;
	overflow: hidden;
	width: calc((100% - 3 * 40px)/4);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	/* transition: all 0.3s; */

}

.industry-list .il-item:not(:nth-child(4n)) {
	margin-right: 40px;
}

.industry-list .il-item .ii-text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #C32328;
	padding: 15px;
	color: #FFFFFF;
	text-align: center;

}

.industry-list .il-item:hover {
	/* transform: translateY(-10px); */
}

.industry-list .il-item img {
	transition: all 0.3s;
}

.industry-list .il-item:hover img {
	transform: scale(1.1);
}

.industry-list .il-item:hover .ii-text {
	/* color: #D83C23; */
}

/* 合作品牌 */
.brands {
	background: #FFF;
	padding-top: 60px;
}

.brands .brands-box {
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
}

.brands .brands-box .bb-item {
	width: 25%;
	margin-bottom: 50px;
	transition: all 0.3s;
}

.brands .brands-box .bb-item img {
	object-fit: contain;
	height: 124px;
}

.brands .brands-box .bb-item:hover {
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.moreButton {
	width: 140px;
	text-align: center;
	padding: 12px;
	border-radius: 4px;
	background: #CC2D2D;
	color: #FFF;
	font-size: 16px;
	display: inline-block;
	margin: 50px auto;
	font-size: 16px;
	text-transform: uppercase;
	transition: all 0.5s;
}

.moreButton:hover {
	border-radius: 30px;
}

@media screen and (max-width: 1300px) {
	.banerSwiper {
		/* height: 600px; */
		height: calc(100vh - 75px);
	}

	.Product .Product-list .pl-item {
		width: calc((100% - 100px)/3);
	}

	.Product .Product-list .pl-item:not(:nth-child(3n)) {
		margin-right: 50px;
	}

	.Product .pl-item .pi-text {
		padding: 10px 20px;
		font-size: 16px;
	}

	.joinUs {
		background-color: #F7F7F7;
		padding: 60px 0 40px;
	}

	.joinUs .join-list {
		margin-top: 60px;
	}

	.joinUs-box .join-list .jit-box h3 {
		font-size: 26px;
		line-height: 36px;
	}

	.joinUs-box .jit-box .ckgd {
		padding: 8px 15px;
		font-size: 14px;

	}

	.industry-list .il-item .ii-text {
		padding: 10px;
		font-size: 14px;
	}

	.industry-list .il-item {
		margin-bottom: 30px;
		width: calc((100% - 3 * 30px)/4);
	}

	.industry-list .il-item:not(:nth-child(4n)) {
		margin-right: 30px;
	}

	.brands {
		background: #FFF;
		padding-top: 40px;
	}

	.brands .brands-box .bb-item {
		margin-bottom: 0px;
	}

	.moreButton {
		width: 110px;
		font-size: 14px;
		padding: 10px;
	}
}

@media screen and (max-width: 768px) {
	.Product {
		padding-top: 30px;
	}
.banerSwiper {
    /* height: 600px; */
    height: 40vh;
}
	.Product .Product-list .pl-item:not(:nth-child(3n)) {
		margin-right: inherit;
	}

	.Product .Product-list .pl-item:not(:nth-child(2n)) {
		margin-right: 20px;
	}

	.Product .Product-list .pl-item {
		width: calc((100% - 20px)/2);
		margin-bottom: 20px;
	}

	.Product .pl-item .pi-text {
		padding: 6px 10px;
		font-size: 14px;
		text-align: center;
	}

	.joinUs {
		background-color: #F7F7F7;
		padding: 30px 0 20px;
	}

	.joinUs .join-list {
		margin-top: 30px;
	}

	.joinUs-box .join-list .ji-text {
		width: 60%;
		    padding: 3% 5% 3% 3%;
	}

	.joinUs-box .join-list .jit-box h3 {
		font-size: 18px;
		line-height: 24px;
	}

	.joinUs-box .jit-box .ckgd {
		padding: 6px 10px;
		font-size: 12px;
	}
	.joinUs-box .join-list .jl-item{
		margin-bottom: 20px;
	}
	.industry {
	    padding-top: 30px;
	}
	.industry-list {
	    margin-top: 30px;
	}
	.industry-list .il-item {
	    margin-bottom: 20px;
	    width: calc((100% - 20px )/2);
	}
	.industry-list .il-item:not(:nth-child(4n)) {
	    margin-right: inherit;
	}
	.industry-list .il-item:not(:nth-child(2n)) {
	    margin-right: 20px;
	}
	.industry-list .il-item .ii-text {
	    padding: 5px;
	}
	.moreButton{
		margin: 20px auto;
		padding: 5px;
	}
	.brands .brands-box {
	    margin-top: 30px;
	}
}
