/*body*/
.body{
	padding:1.5rem;
}
.section{
	margin-bottom:2rem;
}
.section_top{
	width:100%;
	height:2rem;
	line-height:2rem;
}
.section_title{
	font-size:1.6rem;
	color:#111;
	font-weight:bold;
}
.section_content{
	margin-top:1rem;
}


.solution_banner{
	width:100%;
}
.solution_banner img{
	width:100%;
}
.solution_sort{
	width:100%;
}
.solution_sort li{
	float:left;
	width:50%;
	height:5rem;
	line-height:5rem;
	box-sizing:border-box;
	border-top:1px solid #eee;
	border-right:1px solid #eee;
}
.solution_sort li:nth-child(even){
	border-right:none;
}
.solution_sort li:nth-last-child(1),.solution_sort li:nth-last-child(2){
	border-bottom:1px solid #eee;
}
.solution_sort li a{
	display:inline-block;
	width:100%;
	padding-left:1rem;
	box-sizing:border-box;
	color:#f99a3d;
	font-size:1.5rem;
}
.solution_sort li span{
	float:right;
	padding-right:1rem;
	color:#ccc;
	font-size:1.5rem;
}

.section_title_sub{
	font-size:1.5rem;
	color:#666;
	font-weight:normal;
}
.solution_info h3{
	font-size:1.3rem;
	text-align:center;
}
.solution_info h4{
	color:#333;
	font-size:1.2rem;
	margin:0.5rem 0;
}
.solution_info .text p{
	font-size:1.2rem;
	text-indent:2em;
	line-height:1.5;
}
.solution_info .function ol{
	padding-left:3rem;
}
.solution_info .function ol li{
	list-style:decimal;
	font-size:1.2rem;
	line-height:1.5;
}
.solution_info .function .pic{
	width:100%;
	margin-top:0.5rem;
}
.solution_info .function .pic img{
	width:100%;
}
.monitor_table{
	margin-top:1rem;
}
.monitor_table .schedule{
	width:100%;
	border:1px solid #59a2fb;
	border-collapse:collapse;
}
.monitor_table .schedule th{
	border:1px solid #59a2fb;
	background-color:#eee;
}
.monitor_table .schedule td{
	border:1px solid #59a2fb;
	text-align:center;
}























