﻿html, body
{
	padding: 0px;
	margin: 0px;
	height: 100%;
	font-size: 13px;
	line-height: 196%;
	font-family: "宋体";
}

body
{
	background-image: url(Images/b1.jpg);
	text-align: center; /*--IE水平居中--*/
}

h4
{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 100%;
}



/*---------------------------------------*/

#wrapper
{
	width: 778px;
	margin: 0px auto;
	text-align: left; /*--消除上面IE水平居中的影响--*/
}

ul li a
{
	cursor: hand;
	text-decoration: none;
	color: #ffffff;
	padding-left: 7px;
	border-left-color: #ffffff;
	border-left-style: solid;
	border-left-width: 1px;
}

.navul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}

.navul li
{
	float: left;
	width: 68px;
}

.navul li.first a
{
	list-style: none;
	border-left: none;
}

#header
{
	width: 778px;
	height: 182px;
	margin-left: auto; /*--没有这两行Firefox中不居中--*/
	margin-right: auto;
	background-image: url(Images/index_1.gif);
	background-repeat: no-repeat;
	position: relative;
	text-align: left;
	z-index: 10;	
}

#header_ul
{
	top: 14px;
	left: 570px;
	width: 206px;
	position: absolute;
}

#flash
{
	position: absolute;
	bottom: 37px;
	right: 2px;
	width: 546px;
	height: 78px;
}

/*---定义日期样式---*/
.date
{
	position: absolute;
	top: 146px;
	left: 0px;
	width: 190px;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
}

/*---定义菜单样式---*/
.menu
{
	position: absolute;
	top: 147px;
	left: 200px;
	width: 560px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
}

.submenu
{
	width: 100px;
	text-align: center;
}

#contain
{
	width: 778px;
	margin-left: auto; /*--没有这两行Firefox中不居中--*/
	margin-right: auto;
	text-align: left; /*--IE/Firefox子容器好象不能继承父容器的text-align--*/
	background-color: #ffffff;
}

#footer
{
	clear: both;
	width: 778px;
	margin-left: auto; /*--没有这两行Firefox中不居中--*/
	margin-right: auto;
	text-align: center; /*--IE/Firefox子容器好象不能继承父容器的text-align--*/
	background-color: #ffffff;
}

#footer_ul
{
	width: 778px;
	background-image: url(images/index_18.gif);
	background-repeat: repeat-x;
	text-align: center;
}

#footer_ul ul
{
	margin-left: 145px;
}

#footerlx
{
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 84px;
}

nobr a
{
	border-bottom: dotted 1px #cac9ce;
}

/*---省略号---*/
.slh
{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#contain a:link
{
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
#contain a:active
{
	color: #000000;
	text-decoration: none;
}
#contain a:visited
{
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
#contain a:hover
{
	color: #0045a5;
	text-decoration: underline;
}
