﻿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: 850px;

	margin-left: auto;
	margin-right: auto;
	background-color:#B3D2F4;
	position: relative;
	z-index: 10;
}

#header_top
{
    width:100%; 
    background-color:#B3D2F4;
    margin:0px;
    height:30px;
}

#header_top div
{  
    margin:0px;
    margin-left:9px;
    margin-right:9px;
    background-image:url(images/index_01.gif);

    text-align:right;
}

#header_pic
{
    width:100%;
    height:162px;
    background-image:url(images/4_02.gif);
    margin:0px;
}
/*---定义连结样式---*/
.linkstyle
{
	cursor: hand;
	height: 30px;
	border: 0px;
	padding-left: 0px;
	padding-right:10px;
	line-height: 30px;
}

.flash
{
	position: absolute;
	top: 30px;
	right: 0px;
	width: 350px;
	height: 157px;
	z-index: 1;
}



/*---定义菜单样式---*/
.menu
{

	width: 90%;
	margin-left:auto;
	margin-right:auto;
	height: 29px;
	text-align: center;
	line-height: 29px;
	font-size: 13px;
	font-weight: normal;
	background-color:#B3D2F4;
}

.submenu
{
	width: 100px;
	text-align: center;
}

/*---内容样式定义开始---*/
/*---定义内容部分样式---*/
#contain
{
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	background-color:#B3D2F4;
}

/*---内容部分背景---*/
#mainbg
{
	width: 830px;
	padding: 0px;
	margin-left:10px;
	margin-right:10px;
	background-color:#fff;
}

#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: 850px;
	height: 70px;
	background-color: #B3D2F4;
	padding-top: 15px;
	text-align: center;
}

/*-----栏目统一样式---*/

.listellipsis
{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
}