@charset "utf-8";
/* CSS Document */

* {
	font-size: 14px;
	font-family:"Microsoft YaHei","微软雅黑","STHeiti","华文黑体";
	padding: 0;
	margin: 0;
	border: 0px;
}
img{border:none;}
.fr{float:right;}
.clear{
	clear:both;
}
a{
		color:#333;
		text-decoration: none;
	}
a:hover {
		text-decoration: underline;
		color: #0062cf;
	}
ul li{
	list-style:none;
}
.header{
	height:90px;
	width:100%;
	/* background:url(logo_bg.png) no-repeat right; */
}
.logo{
	width:1000px;
	height:90px;
	margin:0 auto;
	background:url(logo.png) no-repeat left;
	_background:url(logo.jpg) no-repeat left;
}
.topline{
	width:100%;
	height:24px;
	background:url(login_bg.png) repeat;
}
.login{
	width:1000px;
	height:24px;
	margin:0 auto;
}
.login a{
	display:block;
	width:84px;
	height:24px;
	float:right;
	background:url(login.jpg) 0 0 no-repeat;
}
.login a:hover{
	background-position: 0 -24px;
}
.nav{
	width:100%;
}
.nav ul{
	display:block;
	width:1000px;
	height:30px;
	margin:0 auto;
}
.nav ul li{
	display:inline;
	height:30px;
    list-style:none;
    list-style-position:outside;
	font-size:16px;
	padding:0 20px;
}
.nav ul li a:hover{
	text-decoration:none;
	color: #0062cf;
}
.banner{
	margin:0 auto;
	width:1000px;
}
.links{
	width:100%;
	height: 150px;
	background:#f1f1f1;
	margin-top: 5px;
}
.content{
	width:1000px;
	margin:0 auto;
}
.links ul{
	display:block;
	width: 1000px;
	margin:0 auto;
	padding-top:36px;
}
.links ul li{
	display:inline;
	margin-right: 34px;
	padding: 0px;
}
.links ul li a{
	border:0;
	padding: 0;
	margin:0;
}
.links ul li a img{
	width:212px;
	height:76px;
	border:0;
	margin:0;
}
.footer{
	width:100%;
	height:51px;
	background:url(footerbg.jpg) repeat-x;
	text-align:center;
	padding-top:14px;
	color:#fff;
}
.footer p{
	font-size:12px;
	line-height:18px;
}