.industry-content {
	width: 100%;
	padding: 95px 0 25px;
	overflow: hidden;
}
.industry-content li {
	width: -moz-calc(33.33% - 42px);
	width: -webkit-calc(33.33% - 42px);
	width: calc(33.33% - 42px);
	overflow: hidden;
	position: relative;
	background-color: #000000;
	cursor: pointer;
	float: left;
}
.industry-content li:before {
	content: '';
	display: block;
	width: 142px;
	height: 250px;
	overflow: hidden;
	background: url(../images/industry.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.industry-content li img {
	width: 100%;
	transition: all 0.5s;
}
.industry-txt {
	width: 100%;
	height: 100%;
	padding: 75px 45px;
	color: #FFFFFF;
	text-align: justify;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}
.industry-txt h3 {
	font-size: 30px;
	line-height: 40px;
	font-weight: lighter;
}
.industry-txt p {
	font-size: 14px;
	line-height: 26px;
	padding: 0 45px;
	position: absolute;
	bottom: -70px;
	left: 0px;
	opacity: 0;
	transition: all 0.5s;
}
.industry-content li:hover img {
	opacity: 0.6;
}
.industry-content li:hover p {
	opacity: 1;
	bottom: 70px;
}
@media only screen and (max-width: 991px) {
	.industry-content li {
		width: 100%;
		float: none;
		margin: 0 0 65px;
	}
	.industry-content li:before {
		width: 213px;
		height: 375px;
	}
	.industry-txt {
		padding: 100px 70px;
	}
	.industry-txt h3 {
		font-size: 48px;
		line-height: 50px;
	}
	.industry-txt p {
		font-size: 24px;
		line-height: 40px;
		padding: 0 70px;
		bottom: -100px;
	}
	.industry-content li:hover p {
		bottom: 100px;
	}
}
@media only screen and (max-width: 750px) {
	.industry-content {
		padding: 40px 0 15px;
	}
	.industry-content li {
		margin: 0 0 30px;
	}
	.industry-content li:before {
		width: 105px;
		height: 185px;
	}
	.industry-txt {
		padding: 50px 30px;
	}
	.industry-txt h3 {
		font-size: 28px;
		line-height: 30px;
	}
	.industry-txt p {
		font-size: 12px;
		line-height: 20px;
		padding: 0 30px;
		bottom: -50px;
	}
	.industry-content li:hover p {
		bottom: 30px;
		font-size: 14px;
		line-height: 23px;
	}
}
@media only screen and (min-width: 992px) {
	.industry-content {
		padding: 50px 0 25px;
	}
	.industry-content li {
		width: -moz-calc(33.33% - 20px);
		width: -webkit-calc(33.33% - 20px);
		width: calc(33.33% - 20px);
	}
	.industry-content li:nth-of-type(3n+1),.industry-content li:nth-of-type(3n+2) {
		margin: 0 30px 35px 0;
	}
	.industry-content li:nth-of-type(3n) {
		margin: 0 0 35px;
	}
	.industry-content li:before {
		width: 100px;
		height: 176px;
	}
	.industry-txt {
		padding: 50px 30px;
	}
	.industry-txt p {
		font-size: 12px;
		line-height: 20px;
		padding: 0 30px;
		bottom: -40px;
	}
	.industry-content li:hover p {
		bottom: 40px;
	}
}
@media only screen and (min-width: 1200px) {
	.industry-content {
		padding: 70px 0 25px;
	}
	.industry-content li {
		width: -moz-calc(33.33% - 30px);
		width: -webkit-calc(33.33% - 30px);
		width: calc(33.33% - 30px);
	}
	.industry-content li:nth-of-type(3n+1),.industry-content li:nth-of-type(3n+2) {
		margin: 0 45px 50px 0;
	}
	.industry-content li:nth-of-type(3n) {
		margin: 0 0 50px;
	}
	.industry-content li:before {
		width: 113px;
		height: 199px;
	}
	.industry-txt {
		padding: 60px 35px;
	}
	.industry-txt p {
		font-size: 13px;
		line-height: 22px;
		padding: 0 35px;
		bottom: -50px;
	}
	.industry-content li:hover p {
		bottom: 50px;
	}
}
@media only screen and (min-width: 1500px) {
	.industry-content {
		padding: 95px 0 25px;
	}
	.industry-content li {
		width: -moz-calc(33.33% - 42px);
		width: -webkit-calc(33.33% - 42px);
		width: calc(33.33% - 42px);
	}
	.industry-content li:nth-of-type(3n+1),.industry-content li:nth-of-type(3n+2) {
		margin: 0 63px 65px 0;
	}
	.industry-content li:nth-of-type(3n) {
		margin: 0 0 65px;
	}
	.industry-content li:before {
		width: 142px;
		height: 250px;
	}
	.industry-txt {
		padding: 75px 45px;
	}
	.industry-txt p {
		font-size: 14px;
		line-height: 26px;
		padding: 0 45px;
		bottom: -70px;
	}
	.industry-content li:hover p {
		bottom: 70px;
	}
}