﻿
html, body
{
	padding: 0px;
	margin: 0px;
	height: 100%;
	font-family: 宋体;
	font-size: 12px;
	line-height: 180%;
}

body
{
	background-image: url(bg.jpg);
	text-align: center;
}

/*---所有页面的标题全部定义为H4---*/
h4
{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 100%;
}

#wrapper
{
	width: 1003px;
	height: 100%;
	margin: 0px auto;
	text-align: left; /*--消除上面IE水平居中的影响--*/
}

/*---定义页面的页头样式---*/
#header
{
	margin-left: auto;
	margin-right: auto;
	background-image: url(001.jpg);
	background-repeat: no-repeat;
	width: 1003px;
	height: 179px;
	position: relative;
	z-index: 10;
}

/*---定义连结样式---*/
.linkstyle
{
	display: none;
}

/*---页头时间信息样式---*/
.date
{
	position: absolute;
	top: 135px;
	left: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center; /*单行垂直居中*/
	height: 33px;
	line-height: 33px;
	overflow: hidden; /*单行垂直居中结束*/
	width: 190px;
}

/*---页头菜单样式---*/
.menu
{
	position: absolute;
	top: 135px;
	left: 195px;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
	color: #fff; /*单行垂直居中*/
	height: 33px;
	line-height: 33px;
	overflow: hidden; /*单行垂直居中结束*/
}

.submenu
{
	width: 110px;
	padding-left: 5px;
	text-align: left;
}
/*---页头FLASH样式---*/
#flash
{
	position: absolute;
	top: 2px;
	right: 3px;
	width: 580px;
	height: 130px;
	z-index: 1;
}

/*---定义页面主背景样式---*/
#contain
{
	margin-left: auto;
	margin-right: auto;
	width: 1003px;
}

/*---定义页面的内容样式---*/
#mainbg
{
	padding: 0px;
	background-color: White;
	float: left;
}

#mainbg A:link
{
	color: #000000;
	text-decoration: none;
}
#mainbg A:active
{
	color: #000000;
	text-decoration: none;
}
#mainbg A:visited
{
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
#mainbg A:hover
{
	color: #0045a5;
	text-decoration: underline;
}

/*---定义页面页脚---*/
#footer
{
	clear: both;
	margin-left: auto;
	margin-right: auto;
	background-color: White;
	background-image: url(index_21.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 1003px;
	height: 106px;
	position: relative;
	text-align: center;
}

/*---定义页脚联系我们等---*/

.navul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}

.navul li
{
	float: left;
	width: 68px;
}

.navul li a
{
	cursor: hand;
	text-decoration: none;
	color: #000;
	height: 28px;
	padding-left: 7px;
	border-left-color: #ffffff;
	border-left-style: solid;
	border-left-width: 1px;
}

.navul li.first a
{
	list-style: none;
	border-left: none;
}


#footer_ul
{
	display: block;
	margin-top: 5px;
	padding-left: 300px;
	width: 500px;
}

#footerlx
{
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 78px;
}

/*---省略号---*/
.slh
{
	overflow: hidden;
	text-overflow: ellipsis;
}
.ctl00_mainmenu_1{margin:0 9px;}