body {
	background: #f0faff;
	font-family: '微软雅黑';
	padding: 0;
	margin: 0 auto;
	list-style: none;
	color: #232323;
	text-decoration: none;
	/*list-style-image:none;*/
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #17589c;
	text-decoration: none;
}
/**
 * wrapper
 */
#wrapper {
	width: 1000px;
	margin: 0 auto;
}

#head {
	height: 96px;
	overflow: hidden;
	background: url("../img/head.png") 0 0 no-repeat;
}

#body {
	padding: 50px 0px 20px 0px;
}

#footer {
	line-height: 25px;
	background: #efefef;
	border-top: 1px solid #ccc;
	padding: 0 10px;
	bottom: 20px;
	width: 1000px;
	text-align: center;
	padding: 5px 0;
	font-size: 16px;
}

ul,li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
/* 导航栏style */
#nav {
	height: 34px;
	width: 1000px;
	float: left;
	border: 1px solid #8babcd;
	overflow: hidden;
	border-bottom: 5px solid #17589c;
}

#nav_c {
	width: 960px;
	height: 34px;
	float: left;
}

#nav_c ul li {
	float: left;
	height: 34px;
	text-align: center;
	overflow: hidden;
	display: inline;
	line-height: 34px;
	font-size: 14px;
	font-weight: bold;
	color: #17589c;
	border-right: 1px solid #8babcd;
	padding: 0px 15px 0px 15px;
}

#nav_c ul li a {
	display: block;
	height: 34px;
	text-decoration: none;
	text-align: center;
	color: #17589c;
	overflow: hidden;
}

/**
 * 检验检查
 */
.jianyan {
	padding-bottom: 10px;
}

.jianyan th {
	border-bottom: 1px solid #000;
	height: 26px;
	line-height: 26px;
	text-align: left;
}

.jianyan td {
	height: 24px;
	line-height: 24px;
	padding: 0 2px;
}

.right {
	margin-left: 20px;
}

.red {
	color: red;
	font-weight: bold;
}

.jianyan {
	padding-bottom: 10px;
}

.jianyan th {
	border-bottom: 1px solid #000;
	height: 26px;
	line-height: 26px;
	text-align: left;
}

.jianyan td {
	height: 24px;
	line-height: 24px;
	padding: 0 2px;
}

.serchReport {
	text-align: center;
	height: 35px;
	width: 155px;
	margin: 10px 0px 0px;
	background-color: #5AB75C;
	font-size: 1em;
	float: none;
	border: 0px none;
}

.hidden {
	display: none;
}

.query {
	border: 0;
	align: center;
	cellpadding: 0;
	cellspacing: 0;
}

.query td {
	height: 50px;
	font-size: 1.4em;
}

.query td input {
	height: 37px;
	font-size: 1.4em;
}

#login {
	text-align: right;
	font-size:12px
}

.question{
	margin: 50px 10px;
	font-size: 12px;
}
#errorMsg{
	font-size:16px;
	color: red;
}



.info_board {
	width: 100%;
	overflow: hidden;
	margin: 30px auto;
	cursor: pointer;
}

.info_board_txt {
	width: 100%;
	height: 50px;
	margin-left: 300px;
    /*
	border-bottom: 1px #D2D2D2 solid;
    */
	color: #000;
	font-size: 23px;
}

.info_board_txt input {
	padding-left: 5px;
	margin-bottom: 5px;
	/*width: 400px;*/
	border: 0;
	text-align: left;
	font-size: 1em;
}

.info_board_sec {
	width: 90%;
	height: 80px;
	margin: 0px auto;
	color: #000;
	line-height: 80px;
}

.info_board_sec input {
	padding-left: 5px;
	width: 400px;
	border: 0;
	text-align: left;
}