.industry_content{
	width: 100%;
	overflow: hidden;
}
.industry_banner{
	width: 100%;
	height: 790px;
	padding-top: 255px;
	background: url(../img/industry_banner.jpg) no-repeat top center;
	overflow: hidden;
}
.banner_text{
	width: 100%;
	text-align: center;
	color: #fff;
	line-height: 20px;
	font-size: 18px;
}
.banner_text h1{
	font-size: 60px;
	margin-bottom: 30px;
}
@media only screen and (max-width:991px ) {
	.industry_banner{
		height: 410px;
		padding-top: 175px;
		background: url(../img/industry_banner.jpg) no-repeat top center;
		background-size:auto 410px;
		position: relative;
	}
	.industry_banner br{
		display: none;
	}
	.banner_text{
		padding: 0 30px;
		font-size: 14px;
	}
	.banner_text h1{
		font-size: 36px;
		margin-bottom: 20px;
	}
}
@media only screen and (min-width:992px ) {
	.industry_banner{
		height: 420px;
		padding-top: 115px;
		background: url(../img/industry_banner.jpg) no-repeat top center;
		background-size: 100%;
		background-attachment: fixed;
	}
}
@media only screen and (min-width:1200px ) {
	.industry_banner{
		height: 790px;
		padding-top: 255px;
		background: url(../img/industry_banner.jpg) no-repeat top center;
		background-size: 100%;
		background-attachment: fixed;
	}
}
/*行业应用列表*/
.industry_list{
	width: 100%;
	padding: 60px 0 20px;
	overflow: hidden;
	background-color: #f6f6f6;
}
.industry_list ul{
	width: 100%;
	overflow: hidden;
}
.industry_list ul li{
	height: 517px;
	overflow: hidden;
	margin-bottom: 35px;
}
.industry_list ul li:nth-of-type(3n+1){
	padding:0 24px 0 0;
}
.industry_list ul li:nth-of-type(3n+2){
	padding: 0 12px;
}
.industry_list ul li:nth-of-type(3n){
	padding: 0 0 0 24px;
}
.industry_box{
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #fff;
	cursor: pointer;
	position: relative;
}
.industry_box .industry_img{
	width: 100%;
	overflow: hidden;
}
.industry_img img{
	width: 100%;
	transition: all 0.5s;
}
.industry_box .industry_text{
	width: 100%;
	height: 196px;
	padding: 35px 30px;
	overflow: hidden;
	color: #949494;
	line-height: 20px;
	text-align: justify;
	background-color: rgba(255,255,255,0.9);
	transition: all 0.5s;
	position: absolute;
	left: 0;
	bottom: 0;
}
.industry_text h4{
	color: #333333;
	font-size: 18px;
}
.industry_text span{
	display: block;
	width: 20px;
	height: 2px;
	background-color: #d92702;
	margin: 5px 0 20px;
}
.industry_detail{
	width: 100%;
	height: calc(100% - 46px);
	overflow: hidden;
}
.industry_detail::-webkit-scrollbar {display: none};
.industry_box .industry_text p{
	width: 100%;
	overflow: hidden;
}
.industry_box:hover .industry_text{
	height: 100%;
	z-index: 0;
}
.industry_box:hover .industry_detail{
	overflow-x: hidden;
	overflow-y: auto;
}
.industry_box:hover h4{
	color: #d92702;
	font-weight: bold;
}
.industry_box:hover img{
	transform: scale(1.1);
}
@media only screen and (max-width:991px ) {
	.industry_list ul li:nth-of-type(2n+1){
		padding:0 15px 0 0;
	}
	.industry_list ul li:nth-of-type(2n){
		padding: 0 0 0 15px;
	}
}
@media only screen and (max-width:767px ) {
	.industry_list ul li{
		height: auto;
		padding: 0 !important;
	}
	.industry_box{
		width: 300px;
		height: 468px;
		margin: 0 auto;
	}
}
@media only screen and (min-width:992px ) {
	.industry_list ul li{
		height: 468px;
	}
}
@media only screen and (min-width:1200px ) {
	.industry_list ul li{
		height: 537px;
	}
}