@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	font-family: "Trebuchet MS",Georgia,Serif;
}
input {
	height:20px;
	line-height:20px;
}
ul,li {
	list-style-type:none;
}
a:active {
	color: #333;
	text-decoration: none;
}
a:link {
	color: #333;
	text-decoration: underline;
}
a:visited {
	color: #d50000;
	text-decoration: underline;
}
a:hover {
	color: #d50000;
	text-decoration: underline;
}
body {
	margin:0;
	padding:0;
	color:#333;
	font-family: "Trebuchet MS",Georgia,Serif;
	font-size: 65%;
	text-align: center; /* 在 IE 5* 浏览器中，这会将容器居中。文本随后将在 #container 选择器中设置为默认左对齐 */
	background:#c8d8d8;
}
#container {
	width:100%;
	margin: 0 auto; /* 自动边距（与宽度一起）会将页面居中 */	
	text-align: left; /* 这将覆盖 body 元素上的“text-align: center”。 */
}
#header {
	background:#dfe8ef;
	width:970px;
	margin:0 auto;
	height:59px;
	font-size:1.2em;
	border-bottom:1px solid #badbec;
	position:relative;
}
#header .logo {
	width:500px;
	left:0;
	right:0;
	position:absolute;
}
#header .navigation {
	background:url(http://images.g5street.com/dalu/bkg-navigation.png) 0 0 no-repeat;
	text-align:left;
	list-style:none;
	margin:0 0 0 720px;
	padding:0 0 0 10px;
	height:16px;
	line-height:16px;
}
#header .navigation li {
	height:16px;
	width:80px;
	list-style-type:none;
	float:left;
}
#header .navigation li a {
	color:#333;
	text-decoration:none;
}
#header .navigation li a:hover {
	text-decoration:underline;
}
#header .contact {
	text-align:right;
	margin:10px 0 0 0;
}

#maininfo {
	width:970px;
	margin: 0 auto; 
	min-height:400px;
	_height:400px;
	background:#ddeef2;
	padding:50px 0 50px;
}
#maininfo #maincontent {
	margin:0 30px 0 30px;
	font-size:1.2em;
	border:1px solid #278296;
}
#maininfo #maincontent #login {
	border:3px solid #fff;
	background:#c2edf7;
	padding:10px 0;
}
#maininfo #maincontent table {
	line-height:30px;
	_width:99%;
}
#maininfo #maincontent table th {
	font-weight:normal;
	text-align:right;
	padding:3px;
}
#maininfo #maincontent table td {
	padding:3px;
}
#footer {
	margin:0 auto;
	text-align:center;
	font-size:1.2em;
	color:#666;
	padding:10px 0;
	line-height:1.4em;
	border-top:1px #b2c4c3 solid;
}
.fltlft { /* 此类可用来使页面上的元素向左浮动 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* 此类应当放在 div 或 break 元素上，而且该元素应当是完全包含浮动的容器关闭之前的最后一个元素 */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.submit-blue-01 {
	background-image:url(../../images/cms/icon-submit-blue-01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color:#fff;
	width:124px;
	height:25px;
	line-height:25px;
	font-size:12px;
	border:none;
	background-color:#fff ;
	font-weight:bold;
	cursor:pointer;
}
.submit-orange-01 {
	background-image:url(../../images/cms/icon-submit-orange-01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color:#fff;
	width:124px;
	height:25px;
	line-height:25px;
	font-size:12px;
	border:none;
	background-color:#fff ;
	font-weight:bold;
	cursor:pointer;
}
.submit-blue-02 {
	background-image:url(../../images/cms/icon-submit-blue-02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color:#fff;
	width:60px;
	height:25px;
	line-height:25px;
	font-size:12px;
	border:none;
	background-color:#fff ;
	font-weight:bold;
	cursor:pointer;
}
.select-01 {
	border:1px solid #666;
	color:#333;
	height:22px;
	line-height:22px;
	font-size:12px;
}
.hintinfo {
	font-size:14px!important;
	text-align:center!important;
	padding:60px 0 0!important;
}
.hintinfo a {
	color: #d50000;
}