﻿/*Overall*/* {
	margin:0 auto;
	padding:0;
}
body {
	font-family:"arial", "arial", "verdana", "微软雅黑", "sans-serif";
	font-size:12px;
	color:#666;
	line-height:180%;
	text-align:justify;
	text-justify:inter-ideograph;
	border:none;
	background-color:#FFF;
}
/*超链接样式*/
a:link, a:visited {
	color: #999;
	text-decoration:none;
}
a:hover, a:active {
	color:#000;
	text-decoration:underline;
}
a.a1:link, a.a1:visited {
	color:#fff;
}
a.a1:hover, a.a1:active {
	color:#f63;
	text-decoration:underline;
}
a.a2:link, a.a2:visited {
	color:#000;
	font-family:"times", "verdana", "arial", "sans-serif", "";
}
a.a2:hover, a.a2:active {
	color:#f30;
	text-decoration:underline;
}
a.a3:link, a.a3:visited {
	color:#666;
}
a.a3:hover, a.a3:active {
	color:#666;
	text-decoration:underline;
}
a.a4:link, a.a4:visited {
	color:#36c;
}
a.a4:hover, a.a4:active {
	color:#c60;
	text-decoration:underline;
}
/*标签样式初始化*/
address, caption, cite, code, dfn, em, var {
	font-style:normal;
	font-weight:normal;
}
img, fieldset {
	border:none;
}
img, input, select {
	vertical-align:middle;
}
ul, li {
	display:block;
	list-style-type: none;
}
option {
	color:#333;
}
input, textarea {
	height:16px;
	padding:2px;
	border:1px solid #c3c3c3;
}
input:hover, textarea:hover, select:hover {
	background-color:#fcfbfb;
}
label {
	font-size:12px;
	color:#333;
}
table {
	border-collapse:collapse;
}
td {
	font-size:12px;
}
h1, h2, h3, h4, h5, h6 {
	display:block;
}
/*清除样式*/.clear {
	clear: both;
	font-size: 0;
	height:0;
	visibility:hidden;
}
/*Other*/.l {
	float:left;
}
.r {
	float:right;
}
.s5 {
	color:#F00;
}
#logo {
	padding:26px 0 0 20px;
}
.footer,.footer2  {
	position:relative;
	width:953px;
	height:30px;
	padding:8px 0 0 15px;
	background:url(../images/bottom_bg.jpg) no-repeat;
}
.footer2 {
	background:url(../images/bottom_bg2.jpg) no-repeat;
}
.footer ul li {
	float:left;
	padding-left:12px;
	margin-right:12px;
	font-size:9px;
	font-weight:bold;
	background:url(../images/line.gif) no-repeat 0 8px;
}
.footer ul li a:hover,.footer ul li a:active {
    color:#FFF;
	text-decoration:none;
}
.footer ul li.bg_none {
	padding-left:0;
	background:none;
}
.footer p {
	position:absolute;
	right:12px;
	top:5px;
	font-size:8px;
	font-family:"verdana", "sans-serif", "";
}
.footer2 p {
    color:#999;
}
#header2 {
	position:relative;
	width:968px;
	height:58px;
	background:url(../images/home_top_bg2.jpg) no-repeat 0 -12px;
}
#login {
	position:absolute;
	right:20px;
	top:34px;
	color:#fff;
}
#tip {
	width:956px;
	padding:40px 0 0 32px;
	font-size:10px;
	color:#999;
	font-family:"Times", "arial", "verdana", "微软雅黑", "sans-serif", "";
}

/* 修正IE6振动bug */
* html, * html body {
	background-image:url(about:blank);
	background-attachment:fixed;
}
#screen_bg {
	display:none;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:#fff;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
	z-index:517;
}
#news_iframe {
	display:none;
	position:fixed;
	top:135px;
	padding:0 20px 0 0;
	width:700px;
	height:480px;
	z-index:918;
	_position:absolute;
   _top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop +(documentElement.clientHeight-this.clientHeight) - 60 : document.body.scrollTop +(document.body.clientHeight-this.clientHeight) - 60);
}
#news_content {
	position:relative;
	width:700px;
	height:480px;
	border:1px solid #ccc;
	background-color:#FFF;
}
#news_content .img {
	position:absolute;
	right:-58px;
	bottom:-1px;
	width:57px;
	height:69px;
}
#news_content a.close {
	position:absolute;
	right:-20px;
	top:-1px;
	width:19px;
	height:19px;
	cursor:pointer;
	background:url(../images/close_btn3.gif) no-repeat;
}
#news_content a.close:hover {
	background-position:0 -19px;
}
