@charset "utf-8";
/* CSS Document */
/*全局定义*/
* {
	margin:0px;
	padding:0px;
}
html, body {
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	background-color:#737373;
}
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}
ul, li {
	list-style-type:none;
	text-decoration:none;
}
/*整站布局*/
.header {
	width:100%;
	height:66px;
	background: url(../images/background/header.jpg) repeat-x;
}
.banner {
	width:100%;
	height:335px;
}
.main {
	width:100%;
	height:100%;
	background: url(../images/background/main.jpg) repeat-x;
	background-position: top;
}
.footer {
  width:1002px;
  width:100%;
	background-color:#393939;
	padding-top:4px;
	text-align: center;
}
.content {
	width:1002px;

	height:100%;
	margin:0px auto;
}
/*头部*/
.logo {
	width:150px;
	height:58px;
	float:left;
	margin-top:4px;
	margin-left:26px;
}
.menu {
	width:66px;
	height:34px;
	float:right;
	padding:12px 17px;
	text-align: center;
}
.menu a {
	width:66px;
	height:22px;
	display:block;
	background:url(../images/background/menu.gif) no-repeat;
	color:#C0C0C0;
}
.menu a:hover {
	background:url(../images/background/menu2.gif) no-repeat;
	color:#000000;
}
.nav {
	width:560px;
	height:58px;
	float:right;
}

/*信息提示区*/
.msg {
	width:100%;
	height:33px;
	position:absolute;
	top:390px;
}
.msgdiv {
	width:424px;
	height:23px;
	background:url(../images/background/msg.gif) no-repeat;
	margin-left:20px;
	padding:6px 15px;
	color:#CCCCCC;
}
/*尾部声明*/
.content.hov {
	width:auto;
	height:48px;
	color:#999999;
	line-height: 22px;
}
.content.hov a {
	color:#C6C6C6;
}
.content.hov a:hover {
	color:#FFFFFF;
}
.partner {
	width:1002px;
	width:100%;
	height:26px;
	background:url(../images/background/partner.jpg) repeat-x;
	padding-top:4px;
	margin-bottom:2px;
}
.partner a {
	color:#666666;
}
.partner a:hover {
	color:#000000;
}
/*备 用*/
.clear {
	clear:both;
}
#TB_load{
	position: absolute;
	display:none;
	height:60px;
	width:312px;
	z-index:101;
}
#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
#TB_overlay {
	position: absolute;
	z-index:100;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	min-height:100%;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
}
