@charset "utf-8";
/* CSS Document */

body{
	font-family: "Microsoft YaHei";
	top: 0px;
	padding: 0;
	margin: 0;
}
body a{
	text-decoration:none;
}
.head-top-bg
{
	width: 100%;
	height: 30px;
	background-color: #fbfbfb;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin: 0;
}

.head-top-content
{
	height: 30px;
	width: 1000px;
	line-height:30px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}

.head-top-content-left
{
	height: 30px;	
	line-height:30px;
	float:left;	
}

.head-top-content-right
{
	height: 30px;	
	line-height:30px;
	float:right;	
}

.head-top-content a
{
	line-height: 30px;
	height: 30px;
	margin: 0 25px 0 0;
	color: #999;
	cursor: pointer;
	float: left;
	font-size: 13px;
	text-decoration: none;
}
.head-top-content a:hover
{
	color: #09F;
}
.home-img 
{
	margin:5px 3px 5px 0; 
	float:left;
}
.head-center-content
{
	width: 1000px;
	height: 110px;
	margin: 0 auto;
}

.head-center-content-left
{
	width: 480px;
	height: 110px;
	float: left;
}
.head-center-content-title
{
	width: 480px;
	height: 60px;
	float: left;
}
.head-center-content-search
{
	width: 480px;
	height: 50px;
	float: left;
}

.search {
	margin: 8px 0 0 0;
}


.head-center-content-right
{
	width: 520px;
	height: 110px;
	float: right;
}
.head-top-content-right a
{	
	margin: 0 0 0 25px;	
}

.head-nav-bg
{
	height: 38px;
	width: 100%;
	line-height: 38px;
	background-color: #008EE0;
	border: 1px solid #06F;
}

.head-nav-content
{
	width: 1000px;
	height: 38px;
	line-height: 38px;
	margin: 0 auto;
}
.head-nav-content a
{
	line-height: 38px;
	height: 38px;
	margin: 0 35px 0 0;
	color: #fff;
	cursor: pointer;
	float: left;
	text-decoration: none;
	font-size: 15px;
}
.head-nav-content a:hover
{
	color: #333;
}
