/* 行业应用导航 */
.industry_contantnav {
	background-color: #00489a;
	box-shadow: 0px 1px 8px 0px rgb(208 208 208 / 35%);
}

.container {
	max-width: 1200px;
}

.industry_contantnav .industry_contantnav_cen {
	font-size: 14px;
	color: #ffffff;
	display: flex;
	align-items: center;
	padding: 11px 0px;
}

.industry_contantnav .industry_contantnav_cen img {
	margin-right: 7px;
}

.industry_contantnav .industry_contantnav_cen a {
	font-size: 14px;
	color: #ffffff;
	letter-spacing: 0.5px;
	transition: all 0.5s;
	padding: 0 3px;
}

/* 行业应用内容 */
.industry_wrapper {
	background-color: #f5f6fa;
}

.industry_container {
	width: 1200px;
	margin: 0 auto;
	padding-top: 42px;
	padding-bottom: 89px;
}

.main_title {
	padding-top: 37px;
}

.main_title h1 {
	font-family: SourceHanSansCN-Regular;
	font-size: 18px;
	font-weight: bold;
	line-height: 21px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
}

.main {
	padding-top: 29px;
	padding-bottom: 39px;
	border-bottom: 1px solid #dcdcdc;
	font-family: SourceHanSansCN-Light;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #666666;
	overflow: hidden;
}

/*产品推荐*/
.product_recommendation {
	margin-top: 31px;
}

.recommendation_title {
	margin-bottom: 20px;
}

.recommendation_title h1 {
	font-family: SourceHanSansCN-Regular;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: 0px;
	color: #333333;
}

.recommendation_contant {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
}

.recommendation_box {
	width: 23.75%;
	height: auto;
	margin-right: 1.66666667%;
	background-color: #ffffff;
	box-shadow: 0px 3px 11px 2px rgba(199, 193, 193, 0.23);
}

.industry_container .recommendation_box:nth-child(4n) {
	margin-right: 0;
}

.box_img {
	width: 285px;
	height: 240px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}

.box_img img {
	transition: all 0.7s;
	width: 100%;
}

.box_info h1 {
	font-family: SourceHanSansCN-Normal;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
}

.recommendation_box:hover .box_img img {
	transform: scale(1.2);
}
