.banner_common{
	background-image: url(../img/industry.jpg);
}
@media only screen and (max-width:991px ) {
	.banner_common{
		background-image: url(../img/industrys.jpg);
	}
}
.industry_content{
	width: 100%;
	min-height: 600px;
	overflow: hidden;
	padding: 35px 0 20px;
}
.industry_list{
	width: 100%;
	overflow: hidden;
}
.industry_name{
	width: 100%;
	overflow: hidden;
	color: #666666;
	line-height: 20px;
	padding-bottom: 15px;
}
.industry_name h1{
	font-size: 30px;
	color: #333333;
	margin-bottom: 10px;
}
.industry_engineering{
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #ebebeb;
	padding: 15px 0;
}
.industry_engineering h5{
	color: #000000;
	font-size: 12px;
	margin-bottom: 12px;
}
.industry_box{
	width: 560px;
	overflow: hidden;
}
.industry_box{
	line-height: 30px;
}
.industry_box p{
	width: 100%;
	overflow: hidden;
	margin-bottom: 4px;
}
.industry_box p strong{
	display: block;
	float: left;
	margin-right: 4px;
	width: 120px;
	background-color: #c0182f;
	color: #FFFFFF;
	font-weight: normal;
	overflow: hidden;
	text-align: center;
}
.industry_box p span{
	display: block;
	float: left;
	width: calc(100% - 124px);
	width: -moz-calc(100% - 124px);
	width: -webkit-calc(100% - 124px);
	height: 30px;
	overflow: hidden;
	text-overflow:ellipsis;/* 超出部分显示省略�?*/
    white-space: nowrap;/*规定段落中的文本不进行换�?*/
	background-color: #f4f4f4;
	color: #333333;
	padding-left: 30px;
}
@media only screen and (max-width:767px ) {
	.industry_box p{
		margin-bottom: 3px;
	}
	.industry_box p strong{
		margin-right: 3px;
		width: 80px;
	}
	.industry_box p span{
		width: calc(100% - 83px);
		width: -moz-calc(100% - 83px);
		width: -webkit-calc(100% - 83px);
		padding-left: 10px;
	}
	.industry_name h1{
		font-size: 24px;
	}
}