@charset "utf-8";
.Industry_Industry_Rub {
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e0e0e0;
	padding-top: 34px;
}
.Industry_Industry_Rub span {
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #1176bc;
	padding-top: 8px;
	padding-bottom: 8px;
}
.Industry_Industry_Listbox {
	padding-top: 45px;
	padding-bottom: 45px;
}
.Industry_Industry_List {
	margin-left: -15px;
}
.Industry_Industry_Item {
	float: left;
	width: 33.3333%;
}
.Industry_Industry_Laybox {
	position: relative;
	margin-left: 15px;
	margin-bottom: 15px;
}
.Industry_Industry_Tit_Lay {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.on .Industry_Industry_Tit_Lay {
	opacity: 0;
	filter: alpha(opacity=0);
}
.Industry_Industry_Tit {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
.Industry_Industry_Remark_Lay {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgba(245,132,30,0.7);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.on .Industry_Industry_Remark_Lay {
	opacity: 1;
	filter: alpha(opacity=100);
}
.Industry_Industry_Remark {
	color: #FFF;
	line-height: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
