/*参数配置*/
@CHARSET "UTF-8";
body,h1,h2,h3,p,form,ul,li,dl,dt,dd {
	padding:0;
	margin:0;
	list-style-type: none;
}
.title{
	font-size: 14px;
	font-weight: bold;
	background-color: #eef3f7;
	padding: 8px 0 8px 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A6B7C4;
	margin-bottom: 1px;
	margin-left: 1px;
}
h1{
	font-size: 22px;
	font-weight: bold;
	margin: 10px;
}
h2{/*小标题*/
	font-size: 16px;
	font-weight: bold;
	margin: 10px;
	color: #0062C4;
}
.chunk{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

.cdssd {
	width:900px;
	height:40px;
	position:fixed;
	text-align:center;
	clear: both;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
	top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A3DAEF;
	font-size: 18px;
	font-weight: bold;
	padding-top: 20px;
}
#par{
width: 800px;
	font-weight: bold;
	padding-top: 10px;
	margin-top: 50px;
	margin-bottom: 100px;
	margin-left: 30px;
}
table th {
	background:#eef3f7;
	font-weight:bold;
	font-size: 14px;
	color: #005486;
	padding: 8px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: dashed;
	border-bottom-color: #A6B7C4;
	border-left-color: #A6B7C4;
}
.par table{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #BED7DA;
	border-bottom-color: #BED7DA;
}
.par tr{
	margin: 0px;
	padding: 0px;
}
.par th{
	margin: 0px;
	padding: 0px;
	border: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BED7DA;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BED7DA;
}
.par td{
	margin: 0px;
	padding: 0px;
	border: none;
}
.par ul{
	font-weight: bold;
	height: 45px;
	background-color: #eef3f7;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BED7DA;
	clear: both;
}
.par ul li{
	color: #005486;
	font-weight: bold;
	width:170px;
	padding-top: 15px;
	float: left;
	text-align: center;
	font-size: 14px;
}
.par dl{
	font-weight: bold;
	height: 30px;
	
	text-align: right;
	padding-top: 10px;
	background-color: #F4F8FB;
	padding-right: 10px;
	font-size: 12px;
	border-top: 1px solid #BED7DA;
	border-left: 1px solid #BED7DA;
}
.par dl:hover{
	background:#F2F5F9;
}
.par dd{
	height: 40px;
	text-align: left;
	text-indent: 15px;
	font-size: 12px;
	color: #B0B0B0;
	line-height: 40px;
	border-top: 1px solid #BED7DA;
	border-left: 1px solid #BED7DA;
}
.par dd:hover{
	background-color: #F4F8FB;
	color: #474747;
}
.par select{
	border-radius:6px;
	height: 30px;
	border:1px solid #bedeeb;
}
.submit {
	height: 30px;
	line-height: 20px;
	position: relative;
	cursor: pointer;
	color: #666666;
	border: 1px solid #FF9900;
	border-radius: 10px;
	overflow: hidden;
	display: inline-block;
    *display: inline;
    *zoom: 1; 
	width: 100px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	background-color: #FFD393;
	font-size: 16px;
	font-weight: bold;
}
input.text{
	border-radius:6px;
	font-size: 15px;
	height: 27px;
	border: 1px solid #BEDEEB;
	list-style-type: none;
	text-indent: 5px;
	margin-top: 5px;
}
input.checkbox{
	height: 20px;
	width: 20px;
	list-style-type: none;
}
.submit input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer
}

.submit:hover {
	color: #444;
	text-decoration: none;
	background-color: #FFB17D;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
}
.menu {
	height: 25px;
	position: relative;
	cursor: pointer;
	color: #666666;
	border: 1px solid #FF9900;
	border-radius: 10px;
	overflow: hidden;
	display: inline-block;
    *display: inline;
    *zoom: 1; 
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	background-color: #FFD393;
	font-size: 12px;
	font-weight: bold;
	width: 120px;
	margin-top:7px;
}
.menu {
	height: 25px;
	position: relative;
	cursor: pointer;
	color: #666666;
	border: 1px solid #FF9900;
	border-radius: 10px;
	overflow: hidden;
	display: inline-block;
    *display: inline;
    *zoom: 1; 
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	background-color: #FFD393;
	font-size: 12px;
	font-weight: bold;
	width: 120px;
	margin-top:7px;
}