.middle-box{
	width: 1034px;
	height: 412px;
	background: #F5F5F5;
	margin: 120px 0 70px 0;
	display: flex;
	justify-content: space-between;
}
.middle-box-left{
	width: 320px;
	height: 100%;
	background: #fff;
	position: relative;
	transition: 0.3s;
}
.glass{
	width: 100%;
	height: 213px;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.2);
	opacity: 0;
}
.glass:hover{
	opacity: 1;
	cursor: pointer;
}
.middle-box-left img{
	width: 100%;
	height: 213px;
	display: block;
}
.middle-box-left .word{
	width: 280px;
	height: 158px;
	padding: 20px;
	/* background: green; */
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.word .luotian{
	width: 100%;
	height: 62px;
	/* background: pink; */
}
.word .industry{
	width: 160px;
	height: 22px;
	/* background: pink; */
	font-size: 14px;
	color: #999;
}
.word .more{
	width: 100%;
	height: 36px;
	background: #f4f5f6;
	line-height: 36px;
	text-align: center;
	color: #555;
	font-size: 11px;
	transition: 0.3s;
}
.word .more:hover{
	background: #00c0ff;
	color: #fff;
}
.luotian i{
	display: block;
	font-size: 12px;
	color: #ccc;
	font-style: normal;
}
.luotian a{
	display: block;
	font-size: 18px;
	transition: 0.2s;
}
.luotian a:hover{
	color: #00c0ff;
}