﻿BODY
{
	font-size: 12px;
	margin: 0px;
	line-height: 180%;
	font-family: 宋体;
	background-image: url(images/002.jpg);
	background-color: White;
}

h4
{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 100%;
}

/*---页头样式定义开始---*/
/*---定义页面的页头样式---*/
#header
{
	width: 780px;

	margin-left: auto;
	margin-right: auto;
	background-color:#005D93;
	position: relative;
	z-index: 10;
	text-align:center;
}


#header_pic
{
    width:778px;
    height:206px;
    background-image:url(images/index_01.jpg);
    margin:0px;
}
/*---定义连结样式---*/
.linkstyle
{
	cursor: hand;
	height: 30px;
	border: 0px;
	padding-left: 0px;
	padding-right:10px;
	line-height: 30px;
}

.flash
{
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
/*	top: 30px; 20110511*/
/*	width: 350px; 20110511*/
/*	height: 157px; 20110511*/
}



/*---定义菜单样式---*/
#header_menu
{
    width: 778px;
	margin-left:auto;
	margin-right:auto;
    height:36px;
	background-color:#B3D2F4;
	background-image:url(images/01.gif);
}
.menu
{

	
	margin-left:20px;
	margin-right:20px;
	height: 29px;
	text-align: center;
	line-height: 29px;
	font-size: 13px;
	font-weight: normal;
}

.submenu
{
	text-align: center;
}




/*---内容样式定义开始---*/
/*---定义内容部分样式---*/
#contain
{
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	background-color:#005D93;
	text-align:center;
}

/*---内容部分背景---*/
#mainbg
{
	width: 778px;
	padding: 0px;
	
	background-color:#fff;
	background-image:url(images/bj.gif);
}

#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
{
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	
	background-color: #005D93;
	text-align: center;
}

#footer_content
{
    width:778px;
    background-image:url(images/index_35.jpg);
    height: 73px;
    padding-bottom:15px;
    padding-top:15px;
}

/*-----栏目统一样式---*/

.listellipsis
{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
}
