/*------ implementation 项目实施 ------开始*/
#implementation{
	margin-top: 80px;
	padding:4% 0;
	background-color: #eee;
	/*background-color: #f2f2f2;*/
}
#implementation .title{
	font-size: 2.8rem;
	/*color: #548acd;*/
	margin-bottom:5%;
}
#implementation img{
	width: 100%;
}
@media screen and (max-width:599px){
	#implementation .title{
		font-size: 2.2rem;
		margin:30px 0 40px;
	}
}
/*------ implementation 项目实施 ------开始*/

/*------ 表格 table ------开始*/
#table{
	padding:20px 0;
	/*background-color: #f9f9f9;*/
}
#table table th{
	font-size: 14px;
	text-align: center;
	/*font-weight: bold;*/
	vertical-align: middle;
	color: #fff;
	font-size: 15px;
	line-height: 30px;
	background-color: #548acd;
}
/*#table table th.title{
	font-size: 20px;
	line-height:50px;
}*/
#table .title{
	font-size: 26px;
	margin:60px 0 40px;
}
#table table td{
	vertical-align: middle;
}
#table table td.modelName{
	font-weight: bold;
	font-size: 15px;
}
@media screen and (max-width:599px){
	#table .title{
		font-size: 2rem;
		margin:20px 0;
	}
}
/*------ 表格 table ------结束*/