
/* design by pcfinal*/

* {
	margin:0;
	padding:0;
	list-style:none;
}
body {
	font-family:"宋体";
	font-size:12px;
	background:#EFF9FB;
}
input, select, textarea {
	font-family:"宋体";
	font-size:12px;
	padding:3px 5px;
}
.submit {
	text-align:center;
}
.submit input {
	padding:10px 25px;
}
.layout {
	width:960px;
	margin:0 auto;/*居中*/
}
.layout1 {
	width:910px;
	margin:0 auto;/*居中*/
}
#loing1 { float:left;
    width:685px;
	height:406px;
	margin:0 auto;
	}
	
.clear {
	clear:both;/*清除浮动*/
}
img {
	border:none;
}
li {
	line-height:22px;/*全局列表行高*/
}
h1 {
	font-size:16px;
	text-align:center;
	line-height:40px;
}
h2 {
	font-size:12px;
	padding:3px;
}
h3 {
	font-size:12px;
	color:#F60;
	line-height:26px;
}
p {
	padding:5px;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#F60;
	text-decoration:underline;
}

