@charset "utf-8";
/* CSS Document */
*{padding:0; margin:0; list-style:none; border:none;text-decoration:none; list-style:none;}
body{background:url(../images/commons/body_bg.jpg) repeat-x #fff; color:#666; overflow-x:hidden; font-size: 12px; font-family:"微软雅黑","宋体"; }
table { border-collapse:collapse; border-spacing:0; border-spadding:1;}
a{cursor:pointer; color: #364361;}
a:hover{color:#318deb;}
.fl-l{float:left;}
.fl-r{float:right;}
.fl-c{clear:both;}
.content{width:1002px; margin:0 auto;}

/*登录*/
.log{
	width:100%;
	height:62px;
	background:#0d64b6;
	color: #fff;
}
.log .flist{
	float:right;
	line-height: 18px;
	padding-top:20px;
}
label{
	padding:0 10px;
	float:left;
	position: relative;
}
label .input1{
	width:98px;
	height: 18px;
	padding:0 5px;
	margin-left:3px;
	background:#fff;
	border:1px solid #e8e8e8;
}
label .input2{
	width:38px;
	height: 18px;
	padding:0 5px;
	border:1px solid #e8e8e8;
	vertical-align:middle ;
}
label .input3{
	width:70px;
	height: 20px;
	padding:0 5px;
	border:1px solid #e8e8e8;
	vertical-align:middle ;
}
label .img{
	width: 58px;
	height: 20px;
	vertical-align:middle;
	margin-left: 5px;
}
label .btn{
	height: 20px;
	padding:0 10px;
	color:#567b9d;
	border:1px solid #e8e8e8;
	background: url(../images/commons/btn_bg.jpg) repeat-x;
	margin-left: 12px;
	cursor: pointer;
}
/*header*/
.header{
	width:1002px;
	height:94px;
	padding-top: 20px;
	margin:0 auto;
}
.header h1{
	max-width:876px;
	height: 66px;
	margin-left:  20px;
	text-indent: -1000px;
	background: url(../images/commons/logo.png) no-repeat;
}
/*nav*/
.navbg{
	width: 1000px;
	height: 58px;
	margin: 0 auto;
	margin-bottom: 20px;
	background: url(../images/commons/nav_bg.png) repeat-x;
	border-right:1px solid #058fc8;
	border-left: 1px solid #058fc8;
	text-align: center;
}
.nav{
	display: inline-block;
	font-size: 18px;
}
.nav li{
	height: 58px;
	line-height: 58px;
	float: left;
	padding: 0 10px;
	background: url(../images/commons/nav_bg1.png) no-repeat right;
}
.nav li a{
	display: block;
	padding: 0 12px;
	color: #fff;

}
.nav .nobg{background: none;}

/*footer*/
.footer{
	width:100%;
	height:125px;
	line-height: 26px;
	margin-top: 10px;
	padding-top: 25px;
	font-size: 13px;
	background:#e5e5e5;
	border-top: 2px solid #2a9cd8;
	color: #0c3841;
	text-align: center;
}

