@charset "utf-8";

/* mechanical menu1 */
.module {
   	padding: 0;
   	margin: 0;
	width: 550px;
}
.module-content {
	margin-right: 0;
	margin-top: 0;
	margin-left: 0;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}
.module .module-header {
   	cursor: pointer;
   	font-size: 16px;
   	font-weight: normal;
   	color: #fff;
	background-color: #24C1F2;
	text-align: left;
	border-left: 20px solid #fff900;
	padding-top: 3px;
	padding-left: 15px;
	padding-bottom: 3px;
	width: 100%;
	margin: 15px 0 0;
}

.module-content {
   	background: #fff;
   	border-bottom: 1px solid #dcdcdc;
}
.module-list {
   	list-style: none;
   	margin: 0;
   	padding: 0;
   	font-size: 12px;
}
.module-list {
   	margin: 0;
   	padding: 0;
}
.module-list-item a {
	width: 240px;
	text-decoration: none;
	text-indent: 20px;
	color: #666;
	display: block;
	width: 100%;
	padding: 5px 0;
}
.module-list-item a:hover {
	width: 237px;
	text-indent: 17px;
	color: #0033cc;
	background: #ecffff;
	border-left: 3px solid #c9ffff;
}
.process {
	margin-top: 10px;
}
#process-left {
	float: left;
}
#process-left ul {
	margin: 0;
	padding: 0;
}
#process-left li {
	list-style-type: none;
	text-align: center;
	color: #000;
	font-weight: bold;
	background-color: #fff900;
	margin-bottom: 10px;
	height: 100px;
}
#process-right {
	float: left;
}
#process-right ul {
	margin: 0;
	padding: 0;
}
#process-right li {
	list-style-type: none;
	margin-bottom: 10px;
	font-size: 15px;
	color: #000;
	line-height: 20px;
	height: 100px;
}
td {
	font-size: 16px;
	width: 140px;
	line-height: 22px;
}
.bg-yellow {
	width: auto;
	padding-left: 5px;
	vertical-align: top;
}
.td-title {
	color: #003c99;
	font-size: 18px;
	font-weight: bold;
	background-color: #fff900;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}