.industry {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.industry li {
	width: 20%;
	height: 100%;
	overflow: hidden;
	background-color: #000000;
	position: relative;
	float: left;
	cursor: pointer;
	transition: all 0.5s;
}
.industry .industry-img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	transition: all 0.5s;
}
.industry-img img {
	width: 384px;
	opacity: 0.5;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -487.5px 0 0 -192px;
	transition: all 0.5s;
}
.industry .industry-bottom {
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -75px;
	z-index: 1;
	transition: all 0.5s;
}
.industry-bottom .industry-icon {
	width: 75px;
	overflow: hidden;
	margin: 0 auto;
}
.industry-icon img {
	width: 100%;
}
.industry-bottom span {
	display: block;
	width: 28px;
	height: 2px;
	overflow: hidden;
	background-color: #FFFFFF;
	margin: 17px auto 23px;
}
.industry-bottom h4 {
	font-size: 25px;
	line-height: 30px;
	color: #FFFFFF;
	text-align: center;
}
.industry-bottom em {
	display: block;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	border: 2px solid #FFFFFF;
	margin: 50px auto 0;
	overflow: hidden;
	position: relative;
	opacity: 0;
	transition: all 0.5s;
}
.industry-bottom em:before,.industry-bottom em:after {
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	overflow: hidden;
	background-color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -1px 0 0 -10px;
}
.industry-bottom em:after {
	transform: rotate(90deg);
}
.industry li:hover {
	background-color: #d0111b;
	padding: 7px;
}
.industry li:hover .industry-img img,.industry li:hover .industry-bottom em {
	opacity: 1;
}
.industry li:hover .industry-bottom {
	margin-top: 140px;
}
@media only screen and (max-width: 991px) {
	.industry li {
		width: 100%;
		height: -moz-calc(25% - 30px);
		height: -webkit-calc(25% - 30px);
		height: calc(25% - 30px);
		float: none;
	}
	.industry li:first-of-type {
		margin: 120px 0 0;
	}
	.industry-img img {
		width: 100%;
		top: 0;
		left: 0;
		margin: 0;
	}
	.industry-img img:nth-of-type(1) {
		display: none;
	}
	.industry .industry-bottom {
		margin-top: -59px;
	}
	.industry-bottom .industry-icon {
		width: 60px;
	}
	.industry-icon img {
		width: 100%;
	}
	.industry-bottom span {
		width: 22px;
		height: 3px;
		margin: 13px auto 17px;
	}
	.industry-bottom h4 {
		font-size: 20px;
		line-height: 25px;
	}
	.industry-bottom em {
		display: none;
	}
}
@media only screen and (max-width: 750px) {
	.industry li {
		height: -moz-calc(25% - 15px);
		height: -webkit-calc(25% - 15px);
		height: calc(25% - 15px);
	}
	.industry li:first-of-type {
		margin: 60px 0 0;
	}
	.industry .industry-bottom {
		margin-top: -39px;
	}
	.industry-bottom .industry-icon {
		width: 40px;
	}
	.industry-bottom span {
		width: 15px;
		height: 2px;
		margin: 7px auto 9px;
	}
	.industry-bottom h4 {
		font-size: 14px;
		line-height: 20px;
	}
}
@media only screen and (min-width: 992px) {
	.industry-img img {
		width: 310px;
		margin: -393.5px 0 0 -155px;
	}
	.industry-img img:nth-of-type(2) {
		display: none;
	}
	.industry .industry-bottom {
		margin-top: -50px;
	}
	.industry-bottom .industry-icon {
		width: 50px;
	}
	.industry-bottom span {
		width: 20px;
		margin: 10px auto 15px;
	}
	.industry-bottom h4 {
		font-size: 18px;
		line-height: 20px;
	}
	.industry-bottom em {
		width: 40px;
		height: 40px;
		margin: 30px auto 0;
	}
	.industry-bottom em:before,.industry-bottom em:after {
		width: 14px;
		margin: -1px 0 0 -7px;
	}
	.industry li:hover .industry-img {
		height: 60%;
	}
}
@media only screen and (min-width: 1200px) {
	.industry-img img {
		width: 384px;
		margin: -487.5px 0 0 -192px;
	}
	.industry .industry-bottom {
		margin-top: -55px;
	}
	.industry-bottom .industry-icon {
		width: 55px;
	}
	.industry-bottom span {
		width: 22px;
		margin: 12px auto 17px;
	}
	.industry-bottom h4 {
		font-size: 20px;
		line-height: 25px;
	}
	.industry-bottom em {
		width: 45px;
		height: 45px;
		margin: 35px auto 0;
	}
	.industry-bottom em:before,.industry-bottom em:after {
		width: 16px;
		margin: -1px 0 0 -8px;
	}
}
@media only screen and (min-width: 1400px) {
	.industry .industry-bottom {
		margin-top: -60px;
	}
	.industry-bottom .industry-icon {
		width: 60px;
	}
	.industry-bottom span {
		width: 24px;
		margin: 14px auto 18px;
	}
	.industry-bottom h4 {
		font-size: 22px;
	}
	.industry-bottom em {
		width: 50px;
		height: 50px;
		margin: 40px auto 0;
	}
	.industry-bottom em:before,.industry-bottom em:after {
		width: 18px;
		margin: -1px 0 0 -9px;
	}
}
@media only screen and (min-width: 1600px) {
	.industry .industry-bottom {
		margin-top: -65px;
	}
	.industry-bottom .industry-icon {
		width: 65px;
	}
	.industry-bottom span {
		width: 26px;
		margin: 15px auto 20px;
	}
	.industry-bottom h4 {
		font-size: 24px;
		line-height: 30px;
	}
	.industry-bottom em {
		width: 55px;
		height: 55px;
		margin: 45px auto 0;
	}
	.industry-bottom em:before,.industry-bottom em:after {
		width: 20px;
		margin: -1px 0 0 -10px;
	}
}
@media only screen and (min-width: 1800px) {
	.industry .industry-bottom {
		margin-top: -75px;
	}
	.industry-bottom .industry-icon {
		width: 75px;
	}
	.industry-bottom span {
		width: 28px;
		margin: 17px auto 23px;
	}
	.industry-bottom h4 {
		font-size: 25px;
	}
	.industry-bottom em {
		width: 65px;
		height: 65px;
		margin: 50px auto 0;
	}
}
@media only screen and (min-width: 1921px) {
	.industry-img img {
		width: 100%;
		margin: 0;
		left: 0px;
		top: 0px;
	}
}