.info-banner {
	background: url(img/monitor_banner.jpg) no-repeat center top;
}
.monitor-brief {
	margin-top: 37px;
}
.function-table td {
	padding: 20px 17px;
}
td.function-title {
	padding-left: 40px;
}
.function-title span {
	background-image: url(img/monitor_function.png);
}
span.function-icon-plane {
	background-position: 0 0;
}
span.function-icon-cube {
	background-position: 0 -34px;
}
span.function-icon-alarm {
	background-position: 0 -68px;
}
/* 产品功能 */
.biz-function {
	margin: 36px 0;
}
.biz-deck {
	display: table;
	width: 100%;
	position: relative;
	padding-left: 7%;
	min-height: 120px;
	margin-top: 20px;
}
.biz-item-title {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 36px;
	border: 1px solid #eee;
	background: #fafafa;
}
.biz-item-title span {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1em;
	margin-top: -30px;
	margin-left: -6px;
	line-height: 1;
	font-size: 12px;
	color: #999;
}
.biz-main {
	display: table-cell;
	vertical-align: middle;
}
.biz-title {
	font-weight: bold;
	color: #333;
	font-size: 18px;
}
.biz-subtitle {
	color: #999;
	font-size: 14px;
	margin-top: 15px;
}
.function-table th {
	line-height: 50px;
	background-color: #fafafa;
	text-align: left;
	padding-left: 18px;
	border-left: 1px solid #eee;
	font-size: 14px;
	color: #666;
}
.function-table th:first-child {
	border-left: none;
}
.qa-block {
	margin-bottom: 50px;
	font-size: 14px;
}
.qa-block > div {
	margin-top: 20px;
	line-height: 1.8em;
}
.q-row {
	color: #0088ff;
}
.qa-label {
	display: inline-block;
	width: 30px;
}
.q-row .qa-label {
	color: #0088ff;
}
.ans-row {
	color: #666;
}
.ans-row .qa-label {
	color: #ff6600;
}
.qa-more {
	color: #0088ff;
}