.industry .cardRow {
	flex: 0 0 auto;
	width: min(100%, 100%);
	scroll-snap-align: start;
	transition:
		transform 0.15s,
		box-shadow 0.2s;
}
.industryDetail .cardRow {
	flex: 0 0 auto;
	width: min(33%, 65vw);
	scroll-snap-align: start;
	transition:
		transform 0.15s,
		box-shadow 0.2s;
}
@media (max-width: 480px) {
	.industryDetail .cardRow {
		width: 80vw;
	}
}
@media (max-width: 800px) {
	.industryDetail .cardRow {
		width: 70vw;
	}
}
.industry .indexzx1 {
	color: #000;
	font-weight: 600;
	font-size: 1.3rem;
	line-height: 1.2;
	padding: 0px;
	margin-top: 30px;
}
.industry .indexzx {
	color: #595959;
	font-weight: 400;
	font-size: 0.9rem;
	line-height: 1.5;
	padding: 0px;
	overflow: hidden;
	margin-top: 10px;
}
@media (min-width: 576px) {
	.industry .form-inline .form-control {
		display: inline-block;
		width: calc(100% - 50px);
		vertical-align: middle;
	}
}
.industry1 {
	color: #000;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1;
	padding: 0px;
	margin-top: 30px;
	margin-bottom: 20px;
}
.industry2 {
	color: #000;
	font-weight: 400;
	font-size: 0.9rem;
	line-height: 1.2;
	padding: 0px;
	margin-bottom: 20px;
}
.industry3 {
	color: #595959;
	font-weight: 400;
	font-size: 0.8rem;
	line-height: 1.4;
	padding: 0px;
}
.industryBox {
	padding-top: 20px;
	padding-bottom: 20px;
}
.industryBoxBor1 {
	border-top: 1px dashed #e5e5e5;
}
.industryBoxBor {
	border-bottom: 1px dashed #e5e5e5;
}
.industry4 {
	color: #000;
	font-weight: 400;
	font-size: 0.9rem;
	line-height: 1.2;
	padding: 0px;
}
.industry5 {
	color: #ec8457;
	font-weight: 400;
	font-size: 0.9rem;
	line-height: 1.2;
	padding: 0px;
}
.industry6 {
	padding: 5px 10px;
	border-radius: 20px;
	margin-right: 10px;
	font-size: 12px;
	border: 1px solid #d9d9d9;
	margin-bottom: 10px;
	color: #333;
}
.industry7 {
	color: #000;
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1;
	padding: 0px;
	margin-top: 30px;
	margin-bottom: 20px;
}
.industry8 {
	color: #8c8c8c;
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1;
	padding: 0px;
	margin-top: 30px;
	margin-bottom: 20px;
}
.industry9 {
	color: #8c8c8c;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
}
.industry10 {
	color: #8c8c8c;
	font-weight: 400;
	font-size: 0.9rem;
	line-height: 1.5;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.contact .industry2 {
	margin-bottom: 10px;
}
.industryDetBox {
	border-left: 2px solid #ec8457;
	background-color: #f3f3f3;
	padding: 80px 60px;
}
.industryDetBox1 {
	background-color: #f3f3f3;
	padding: 80px 60px;
	position: relative;
}
.huifu {
	position: absolute;
	top: 20px;
	right: 20px;
	padding: 5px 30px;
	border-radius: 20px;
	margin-right: 10px;
	font-size: 12px;
	border: 1px solid #d9d9d9;
	margin-bottom: 10px;
}
.iDeBox {
	width: 100%;
	padding: 20px;
	background-color: #f3f3f3;
}
@media (max-width: 700px) {
	.industryDetBox,
	.industryDetBox1 {
		padding: 20px 10px;
	}
	.huifu {
		position: initial;
		width: fit-content;
		margin-top: 20px;
		margin-left: 90px;
	}
}