.industrialbox {
	width: 100%;
	height: auto;
	padding-bottom: 100px;

}

.industrial_swiper {
	width: 100%;
	/* height: 972px; */
}

.industrial_swiper .swiper-container_indus {
	width: 100%;
	height: 100%;
}

.industrial_swiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: relative;
}

.industrial_swiper .swiper-slide>img {
	display: block;
	width: 100%;
}

/* .industrial_swiper .swiper-slide_indus1{
	background: url(../images/industria/slider1.jpg) no-repeat center top;
	background-size: cover;
}
 .industrial_swiper .swiper-slide_indus2{
	background: url(../images/industria/slider2.jpg) no-repeat center top;
	background-size: cover;
}

 .industrial_swiper .swiper-slide_indus3{
	background: url(../images/industria/slider3.jpg) no-repeat center top;
	background-size: cover;
} */

.swiper-container_indus .swiper-pagination-bullet {
	width: 36px;
	height: 2px;
	display: inline-block;
	border-radius: 0;
	background: #fff;
	opacity: 1;
}

.swiper-container_indus .swiper-pagination-bullet-active {
	opacity: 1;
	width: 66px;
	background: #d72423;
}

.swiper-container_indus .swiper-pagination {
	bottom: 30px;
}

.indus_slider {
	width: 100%;
	/* height: 100%; */
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	transform: translateY(-50%);

}









.indus_slider label {
	display: block;
	color: #fff;
	margin: 0 0 22px;
	overflow: hidden;
	/* height: 0; */
	animation: labeltext 6s 1;
	-webkit-animation: labeltext 6s 1;
	-moz-animation: labeltext 6s 1;
	-ms-animation: labeltext 6s 1;
	-o-animation: labeltext 6s 1;
}


@keyframes labeltext {
	0% {
		color: transparent;
	}

	100% {
		color: #fff;
	}
}










.indus_slider label h1 {
	font-size: 54px;
	font-weight: 400;
	margin: 0 0 24px;
}

.indus_slider label p {
	font-size: 20px;
	line-height: 34px;
}

.indus_slider label i {
	display: block;
	width: 314px;
	height: 1px;
	background: #eff0ef;
	margin: 30px auto 0;
	animation: labeltextborder 6s 1;
	-webkit-animation: labeltextborder 6s 1;
	-moz-animation: labeltextborder 6s 1;
	-ms-animation: labeltextborder 6s 1;
	-o-animation: labeltextborder 6s 1;

}

@keyframes labeltextborder {
	0% {
		background: transparent;
	}

	100% {
		background: #eff0ef;
	}
}


.industaction {
	/* max-width: 1670px; */
	width: 87%;
	margin: 0 auto;
}

.industaction .spanbt {
	display: block;
	font-size: 34px;
	text-align: center;
	margin: 90px auto 0;
}

.industaction .spanbt i {
	display: block;
	width: 50px;
	height: 4px;
	background: #d8190c;
	margin: 18px auto 0;
}

.idustalist {
	width: 100%;
	margin-top: 96px;

}

.idustalist .idustaul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;

}

.idustalist .idustaul li {
	-prefix-box-flex: 1;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 0 9px;
}

.idustalist .idustaul li:nth-child(1) {
	margin-left: 0px;
}

.idustalist .idustaul li span {
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #ccc;
}

.idustalist .idustaul li span img {
	display: block;
	width: 100%;
}

.idustaul_1 {
	max-width: 74.8502994011976%;
	margin: 0 auto;
}

.idustalist .idustaul li:hover span {
	border: 1px solid #d8200d;
}