﻿*
{
	margin: 0;
	padding: 0;
	border: 0;
}
html
{
	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #025792;
}
body
{
	background: url(image/bg_all.jpg) #fff repeat-x center top;
	text-align: center;
}
a
{
	color: #025792;
	text-decoration: none;
}
a:hover
{
	color: #023f69;
	text-decoration: underline;
}
#top
{
	background-image: url(image/ow_bg_top.gif);
	width: 100%;
	background-repeat: repeat-x;
	height: 160px;
}
#header
{
	width: 910px;
	height: 120px;
	text-align: left;
	position: relative;
}

#header .topmenu
{
	float: right;
	margin: 50px 5px 0px 10px;
	display: block;
	z-index: 1;
	position: absolute;
}
#header .topmenu span
{
	background-position: 63px 0px;
	float: left;
	background-image: url(image/ow_lineright.gif);
	width: 66px;
	background-repeat: no-repeat;
	height: 20px;
	text-align: center;
}
#header .topmenu span a
{
	display: block;
	width: 66px;
}
#header .topmenu span.last
{
	background-image: none;
}
/*导航菜单*/
#topnav
{
	background-image: url(image/nav.jpg);
	width: 910px;
	height: 40px;
	text-align: left;
	background-repeat: no-repeat;
}
#topnav #menu li
{
	display: inline;
	text-indent: -9999pt;
}
#topnav #menu li a
{
	background-image: url(image/nav.jpg);
	overflow: hidden;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 14pt;
	float: left;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
#topnav #menu li#home a
{
	background-position:0 0;
	display: block;
	width: 102px;
	
}
#topnav #menu li#download a
{
	background-position:-102px 0;
	display: block;
	width: 123px;
}
#topnav #menu li#help a
{
	background-position: -225px 0;
	display: block;
	width: 123px;
}
#topnav #menu li#act a
{
	background-position:-348px 0;
	display:block;
	width:123px;
}
#topnav #menu li#bbs a
{
	background-position:-471px 0;
	display:block;
	width:123px;
}
#topnav #menu li#service a
{
	background-position:-594px 0;
	display:block;
	width:123px;
}
/*鼠标放在上面*/
#topnav #menu li#home a:hover
{
	background-position:0 -40px;
	display: block;
	width: 102px;
	
}
#topnav #menu li#download a:hover
{
	background-position:-102px -40px;
	display: block;
	width: 123px;
}
#topnav #menu li#help a:hover
{
	background-position: -225px -40px;
	display: block;
	width: 123px;
}
#topnav #menu li#act a:hover
{
	background-position:-348px -40px;
	display:block;
	width:123px;
}
#topnav #menu li#bbs a:hover
{
	background-position:-471px -40px;
	display:block;
	width:123px;
}
#topnav #menu li#service a:hover
{
	background-position:-594px -40px;
	display:block;
	width:123px;
}
/*为当前页*/
#topnav #menu li#home a.current_home
{
	background-position:0 -80px;
	display: block;
	width: 102px;
	
}
#topnav #menu li#download a.current_download
{
	background-position:-102px -80px;
	display: block;
	width: 123px;
}
#topnav #menu li#help a.current_help
{
	background-position: -225px -80px;
	display: block;
	width: 123px;
}
#topnav #menu li#act a.current_act
{
	background-position:-348px -80px;
	display:block;
	width:123px;
}
#topnav #menu li#bbs a.current_bbs
{
	background-position:-471px -80px;
	display:block;
	width:123px;
}
#topnav #menu li#service a.current_service
{
	background-position:-594px -80px;
	display:block;
	width:123px;
}
/*热点内容链接*/
.l_hot
{
	color: #ff7c02;
}
.l_hot A
{
	color: #ff7c02;
}
.l_hot A:hover
{
	color: #ff7c02;
	text-decoration: underline;
}
/*页脚部分*/
.footer
{
	margin-top: 10px;
	margin-bottom: 10px;
	width: 910px;
	padding-top: 10px;
	color: #7d7d7d;
	border-top: #c1c1c1 1px solid;
	padding-bottom: 10px;
}
.footer a
{
	color: #7d7d7d;
}
	


