.industry_content{
	width: 100%;
	overflow: hidden;
}
.industry_title{
	width: 100%;
	padding-top: 20px;
	height: 55px;
	line-height: 20px;
	overflow: hidden;
	border-bottom: 1px solid #d9d9d9;
	color: #868686;
}
.industry_title a{
	color: #868686;
	cursor: pointer;
}
.industry_title a:hover{
	color: #E60012;
}
.industry_box{
	width: 100%;
	overflow: hidden;
	padding: 10px 0 45px;
}
.industry_box li{
	height: auto;
	overflow: hidden;
	margin-top: 35px;
}
.industry_box li:nth-of-type(3n+1){
	padding: 0 22px 0 0;
}
.industry_box li:nth-of-type(3n+2){
	padding: 0 11px;
}
.industry_box li:nth-of-type(3n){
	padding: 0 0 0 22px;
}
.industry_list,.industry_img{
	width: 100%;
	overflow: hidden;
}
.industry_img img{
	width: 100%;
	transition: all 0.5s;
}
.industry_text{
	width: 100%;
	height: 160px;
	overflow: hidden;
	padding: 20px 15px;
	background-color: #f7f7f7;
	line-height: 20px;
	color: #a0a0a0;
}
.industry_text h2{
	font-size: 30px;
	color: #333333;
	line-height: 30px;
	margin-bottom: 10px;
	transition: all 0.5s;
}
.industry_list:hover img{
	transform: scale(1.1);
}
.industry_list:hover .industry_text h2{
	color: #E60012;
}
@media only screen and (max-width:991px ) {
	.industry_box li:nth-of-type(2n+1){
		padding: 0 15px 0 0;
	}
	.industry_box li:nth-of-type(2n){
		padding: 0 0 0 15px;
	}
}
@media only screen and (max-width:767px ) {
	.industry_box li{
		padding: 0 !important;
		margin-top: 25px;
	}
	.industry_text h2{
		font-size: 24px;
		margin-bottom: 5px;
	}
	.industry_box{
		width: 100%;
		overflow: hidden;
		padding: 10px 0 30px;
	}
}