#header{
	position: relative;
	z-index: 100;
}

#industry_content{
	margin-top: 20px;
	width: 960px;
	margin-left: 120px;
	position: relative;
}


#industry_content h3{
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 20px;
}

#industry_content .line{
	height: 4px;
	width: 960px;
	background-color: red;
	margin-bottom: 6px;
}


#industry_content ul{
	padding: 0;
	margin:0;
	border: 0;
	list-style: none;
	width: 960px;
	height: 617px;
	font-size: 0;
	letter-spacing: -3px;
	margin-bottom: 100px;
}

#industry_content ul li{
	margin-top: 20px;
	float: left;
	width: 228px;
	height: 297px;
	margin-right: 16px;
	background-color: #fafafa;
	cursor: pointer;
}

#industry_content ul li a{
	color: black;
	text-decoration: none;
}

#industry_content ul li div{
	height: 214px; 
	width: 226px;
	overflow: hidden;
}
#industry_content ul li img{
	width: 100%;
	height: auto;
}

#industry_content ul li h4{
	color: black;
	margin-top: 10px;
	margin-bottom: 7px;
	font-size: 15px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	letter-spacing: 1px;
}
#industry_content ul li p{
	font-size: 12px;
	line-height: 19px;
	color: black;
	width: 228px;
	height: 38px;
	overflow: hidden;
	letter-spacing: 2px;
}
#industry_content ul li:nth-child(4n+4){
	margin-right: 0px;
}
