.industry_content{
	width: 100%;
	overflow: hidden;
	background-color: #fff;
}
.industry_title{
	width: 100%;
	overflow: hidden;
	color: #8b8b8b;
	margin: 70px auto 55px;
	text-align: center;
	line-height: 20px;
	border-bottom: 1px solid #d3d3d3;
}
.industry_title h1{
	color: #000;
	font-size: 36px;
	margin-bottom: 34px;
}
.industry_details{
	width: 100%;
	overflow: hidden;
	background-color: #f6f6f6;
	padding-bottom: 55px;
}
.industry_box{
	width: 100%;
}
.industry_img{
	overflow: hidden;
	padding-bottom: 10px;
	position: relative;
	padding-right: 15px;
}
.industry_img>img{
	width: 100%;
}
.industry_icon{
	width: 75px;
	height: 75px;
	background-color: #d8000f;
	text-align: center;
	line-height: 75px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.industry_icon img{
	height: 33px;
}
.industry_text{
	padding-left: 25px;
	color: #9d9d9d;
	line-height: 20px;
}
.industry_text h4{
	font-size: 24px;
	color: #454545;
	line-height: 65px;
}
/*客户列表*/
.customer_box{
	width: 100%;
	overflow: hidden;
	margin: 45px 0;
}
.customer_box .customer_title{
	width: 100%;
	height: 50px;
	background-color: #c92b2f;
	line-height: 50px;
	font-size: 24px;
	color: #fff;
}
.customer_title li:first-of-type{
	float: left;
	width: calc(50% + 20px);
	padding-left: 30px;
}
.customer_title li:last-of-type{
	float: left;
	width: calc(50% - 20px);
	padding-left: 50px;
}
.customer_box h3{
	height: 45px;
	line-height: 45px;
	color: #000000;
	font-weight: 600;
	padding-left: 15px;
	background-color: #dcdddd;
	font-size: 30px;
}
.customer_list{
	width: 100%;
	overflow: hidden;
	background-color: #f5f6f6;
	font-size: 16px;
	color: #333;
}
.customer_list li:nth-of-type(2n+1){
	border-top: 2px solid #c5c5c5;
	line-height: 35px;
	height: 37px;
	float: left;
	width: calc(50% + 20px);
	padding-left: 30px;
	border-right: 2px solid #c5c5c5;
}
.customer_list li:nth-of-type(2n){
	border-top: 2px solid #c5c5c5;
	line-height: 35px;
	height: 37px;
	float: left;
	width: calc(50% - 20px);
	padding-left: 50px;
}
@media only screen and (max-width:767px) {
	.industry_img{
		padding-right: 0px;
	}
	.industry_text{
		padding-left: 0;
	}
	.customer_list{
		font-size: 12px;
	}
	.customer_list li:nth-of-type(2n+1){
		border-top: 1px solid #c5c5c5;
		line-height: 18px;
		padding-left: 5px;
		border-right: 1px solid #c5c5c5;
	}
	.customer_list li:nth-of-type(2n){
		border-top: 1px solid #c5c5c5;
		line-height: 20px;
		padding-left: 10px;
	}
	.customer_box .customer_title{
		width: 100%;
		height: 50px;
		background-color: #c92b2f;
		line-height: 50px;
		font-size: 20px;
		color: #fff;
	}
	.customer_title li:first-of-type{
		padding-left: 5px;
	}
	.customer_title li:last-of-type{
		padding-left: 10px;
	}
	.customer_box h3{
		height: 45px;
		line-height: 45px;
		color: #000000;
		font-weight: 600;
		padding-left: 5px;
		background-color: #dcdddd;
		font-size: 24px;
	}
}
@media only screen and (min-width:768px ) {
	.industry_img{
		padding-right: 0px;
	}
	.industry_text h4{
		line-height: 30px;
	}
}
@media only screen and (min-width:992px ) {
	.industry_img{
		padding-right: 15px;
	}
	.industry_text h4{
		line-height: 65px;
	}
}
/*工程业绩*/

.vertical-top {
    width: 116px;
    height: 36px;
    border-left: 4px solid #c40408;
    margin-bottom:30px;
}
.vertical-top p {
    font-size: 24px;
    margin: 7px 0 0 15px;
}

.industry ul{
	width: 100%;
	overflow: hidden;
	padding-bottom: 20px;
}
.industry ul li:nth-of-type(4n+1){
	padding-right: 10px;
	margin-bottom: 20px;
}
.industry ul li:nth-of-type(4n+2){
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}
.industry ul li:nth-of-type(4n+3){
	padding-left: 10px;
    padding-right: 10px;
	margin-bottom:20px;
}
.industry ul li:nth-of-type(4n){
	padding-left: 10px;
	margin-bottom:20px;
}

@media only screen and (max-width:767px ) {
	
	.industry ul li{
		padding: 0 !important;
		margin-bottom: 20px !important;
	}


}
@media only screen and (min-width:768px ) {
	.industry ul li:nth-of-type(2n+1){
		padding-right: 10px;
		padding-left: 0;
		margin-bottom: 20px;
	}
	.industry ul li:nth-of-type(2n){
		padding-left: 10px;
		padding-right: 0px;
		margin-bottom: 20px;
	}
}
@media only screen and (min-width:992px ) {
	
	.industry ul li:nth-of-type(4n+1){
		padding-right: 15px;
		padding-left: 0;
		margin-bottom: 20px;
	}
	.industry ul li:nth-of-type(4n+2){
		padding-left: 5px;
		padding-right: 10px;
		margin-bottom: 20px;
	}
	.industry ul li:nth-of-type(4n+3){
		padding-left: 10px;
		padding-right:5px;
		margin-bottom: 20px;
	}
    .industry ul li:nth-of-type(4n){
		padding-left: 15px;
		padding-right: 0;
		margin-bottom: 20px;
	}
}
