.industry_xiangmu li {
	float: left;
	width:20%;
	height: 50px;
	border-radius: 5px;
	border: #FD3639 solid 2px;
	margin-right: 74px;
	box-shadow: 6px 6px #d9d9d9;

}
.industry_xiangmu li:last-child {
	margin-right: 0!important;
}
.industry_xiangmu li span {
	color:#fd3639;
	font-size: 22px;
	line-height: 50px;
	text-align: center;
	width: 100%;
	display: block;
	letter-spacing: 4px;
}
.industry_xiangmu li span:hover {
	color:#fff;
}
.industry_xiangmu li:hover {
	border:#aaaaaa solid 2px;
	box-shadow:4px 4px #aaa;
	background: #fd3639;
}
.active {
	border:#aaaaaa solid 2px;
	box-shadow:4px 4px #aaa;
	background: #fd3639!important;
}
.active span {
	color:#fff!important;
}
.yundaxiangmu_box {
	width: 1200px;
	position: relative;
	left: 50%;
	margin-left: -600px;
}
#third ul{
	width: 96%;
	margin-left: 2%;
	float: left;
}
#third ul li{
	width: 32%;
	margin-right: 2%;
	float: left;
}
#third ul li:last-child{
	margin-right: 0!important;
}
#third ul li img{
width: 100%;
}