.industry1 {
	width: 100%;
	overflow: hidden;
	padding: 80px 0 40px;
}
.industry1 .industry1-box {
	width: 450px;
	overflow: hidden;
	text-align: center;
	float: left;
	color: #333333;
}
.industry1-box .industry1-img {
	width: 100%;
	overflow: hidden;
}
.industry1-img img {
	width: 100%;
	transition: all 0.5s;
}
.industry1-box h3 {
	width: 100%;
	overflow: hidden;
	font-size: 28px;
	line-height: 35px;
	margin: 20px 0;
}
.industry1-box p {
	width: 100%;
	overflow: hidden;
	color: #999999;
	font-size: 16px;
	line-height: 25px;
	height: 50px;
	text-align: justify;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.industry1 .industry1-box:hover .industry1-img img {
	transform: scale(1.1);
}
@media only screen and (max-width: 991px) {
	.industry1 {
		padding: 60px 0 40px;
	}
	.industry1 .industry1-box {
		width: 325px;
	}
	.industry1-box:nth-of-type(2n+1) {
		margin: 0 30px 30px 0;
	}
	.industry1-box:nth-of-type(2n) {
		margin: 0 0 30px;
	}
}
@media only screen and (max-width: 750px) {
	.industry1 {
		padding: 40px 0 20px;
	}
	.industry1 .industry1-box {
		width: 100%;
	}
	.industry1-box h3 {
		font-size: 24px;
		line-height: 30px;
		margin: 15px 0 10px;
	}
	.industry1-box p {
		font-size: 14px;
		line-height: 20px;
		height: 40px;
	}
}
@media only screen and (min-width: 992px) {
	.industry1 {
		padding: 60px 0 40px;
	}
	.industry1 .industry1-box {
		width: 300px;
	}
	.industry1-box:nth-of-type(3n+1),.industry1-box:nth-of-type(3n+2) {
		margin: 0 35px 35px 0;
	}
	.industry1-box:nth-of-type(3n) {
		margin: 0 0 35px;
	}
	.industry1-box h3 {
		font-size: 24px;
		line-height: 25px;
		margin: 20px 0 15px;
	}
	.industry1-box p {
		font-size: 14px;
	}
}
@media only screen and (min-width: 1300px) {
	.industry1 {
		padding: 70px 0 40px;
	}
	.industry1 .industry1-box {
		width: 373.33px;
	}
	.industry1-box:nth-of-type(3n+1),.industry1-box:nth-of-type(3n+2) {
		margin: 0 40px 40px 0;
	}
	.industry1-box:nth-of-type(3n) {
		margin: 0 0 40px;
	}
	.industry1-box h3 {
		font-size: 28px;
		line-height: 35px;
	}
	.industry1-box p {
		font-size: 16px;
	}
}
@media only screen and (min-width: 1600px) {
	.industry1 {
		padding: 80px 0 40px;
	}
	.industry1 .industry1-box {
		width: 450px;
	}
	.industry1-box:nth-of-type(3n+1),.industry1-box:nth-of-type(3n+2) {
		margin: 0 75px 40px 0;
	}
	.industry1-box:nth-of-type(3n) {
		margin: 0 0 40px;
	}
}
/*合作客户*/
.industry2 {
	width: 100%;
	overflow: hidden;
	padding: 75px 0 60px;
	background-color: #e5e5e5;
	text-align: center;
}
.industry2 h2 {
	font-size: 42px;
	font-weight: bold;
	line-height: 50px;
	margin: 0 0 40px;
}
.industry2 img {
	max-width: 100%;
}
@media only screen and (max-width: 750px) {
	.industry2 {
		padding: 40px 0 30px;
	}
	.industry2 h2 {
		font-size: 28px;
		line-height: 30px;
		margin: 0 0 20px;
	}
}