﻿/*基本信息*/
body {
	margin: 0px;
	padding: 0px;
	color: #555;
	font-family: "宋体";
	font-size: 12px;
	line-height: 1.7em;	background-color: #fff;
}

h3{
	color:#555;
	text-align:left;
	font-size: 12px;
	font-weight: normal;
	margin:0;
	padding:0;
}

ul{
	padding:0px;
	margin: 0px;
}

a:link,a:visited {
	color:#555;
	text-decoration: none;
}

a:hover{
	color:#000;
	text-decoration: underline;
}

p {
	text-indent:2em;
}

/*页面层容器*/
#container {
	width:900px;
	height:inherit;
	margin:10px auto;
	background:#fff;
}

/*页面头部*/
#header {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
}

.menu {
	  font-family: "宋体";
      font-size:14px;
	  float:right;
	  margin-right: 80px;
	  margin-bottom:5px;
    }
.menu ul li {/*水平菜单*/
	text-align:left;
	width:75px;
	float:left;
	list-style:none;
	position:relative;/*把包含块移动li元素*/
    }
.menu a {
	display:block;
	height:28px;
	line-height:28px;
	background-color:#FFF;
	color:#000;
	text-decoration:none;
	padding-left:10px;
	overflow:hidden;/*★★★★*/
    }
.menu a:hover {
    color:#c00;
    }
    /*新增的二级菜单部分*/
.menu ul ul {
    visibility:hidden;/*隐藏所有子菜单（二级的三级）*/
    position:absolute;
	border-color:#000;
    left:0px;
    top:28px;
    }
    /*指定是显示二级子菜单*/
.menu ul li:hover ul.second,/*非IE6*/
.menu ul a:hover ul.second{/*IE6*/
    visibility:visible;
    }
.menu ul ul li {
    clear:both;/*垂直显示*/
    text-align:center;
	width: 80px;
    }
.menu ul ul {
	border: 1px solid #888;
	}
.menu ul ul ul {
	border: 1px solid #888;
	}
.menu ul ul ul li {
    clear:both;/*垂直显示*/
    text-align:left;
	width: 145px;
    }
.menu ul ul ul li a{
	padding-left:10px;
	}
.menu .third,.menu .fourth{
      top:0px;/*重设子菜单相对于包含块哪个位置出现*/
      left:80px;
    }
    /*指定是显示三级子菜单*/
.menu ul ul li:hover ul.third,
.menu ul ul a:hover ul.third{
    visibility:visible;
    }
    /*指定是显示三级子菜单*/
.menu ul ul ul li:hover ul.fourth,
.menu ul ul ul a:hover ul.fourth{
    visibility:visible;
    }
    /*重设子菜单在鼠标滑过时的样式，有多少个ul就表明当前是多少级子菜单*/
    /*二级子菜单*/
.menu ul ul a:hover{
    color:#c00;
    }
    /*三级子菜单*/
.menu ul ul ul a:hover{
	background-color:#000;
    color:#c00;
    }
.menu ul ul ul ul a:hover{
	background-color:#000;
    color:#c00;
    }
	
#banner {
	width:900px;
	margin:auto;
	height:203px;
	border-bottom:5px solid #EFEFEF;
	background-image: url(banner.jpg);
	background-repeat: no-repeat;
	background-position: 0px 30px;
	clear:both;
}
/*左边导航*/
#left {
	width: 200px;
	float: left;
	height: auto;
	margin-left: 0px;
	display: inline;
	margin-top: 20px;
	background-color: #eee;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
#lefthead {
	font-size: 14px;
	color: #CC0000;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	margin-left: 20px;
	width: 160px;
	margin-top: 10px;
	float: left;
	margin-right: 20px;
	display: inline;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#left img {
	padding: 0px;
	float: left;
	margin-left: 20px;
	margin-bottom: 10px;
	clear: both;
}

#leftmenu {
	width: 185px;
	height: auto;
	text-align: left;
	float: left;
	margin-left: 20px;
	margin-bottom: 10px;
	display:inline;
}
#leftmenu ul {
	float: left;
	margin: 0;
	padding: 0px;
	list-style-type: none;
	list-style-position: outside;
}

#leftmenu ul ul li {
	background-repeat:no-repeat;
	list-style-type: none;
	list-style-position: outside;
	float: left;
	margin-bottom: 2px;
	width: 150px;
	color: #666;
	padding-left: 15px;
	display: inline;
}

#leftmenu ul li a:link,#leftmenu ul li a:visited {
	color:#666;
}
#leftmenu ul li a:hover {
	color: #000;
	text-decoration: underline;
}

/*右边内容*/
#right{
	width: 440px;
	float: left;
	height: auto;
	margin-top: 20px;
	margin-left: 30px;
	display: block;
	margin-right: 30px;
}

#righthead{
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	padding-bottom: 3px!important;
	padding-bottom: 8px;
	width: 440px;
	margin-top:5px;
	height: auto;
}

#rightimg{
	margin-top:20px;
	text-align:center
}

ul#mymenu, ul#mymenu ul{list-style-type:none; margin: 0; padding: 0; width: 12em;}
ul#mymenu a{text-decoration: none;}
ul#mymenu li{margin-top: 1px;}


#rightmenu{
	padding:0px;
	height: 30px;
	width: 630px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	text-align: center;
}

#right a:link,#right a:visited{
	color:#000;
}
#right a:hover{
	text-decoration: underline
}
#rightmenu ul li{
	float: left;
	width: 104px;
	list-style-type: none;
	list-style-position: outside;
	height: 25px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 6px;
	background-image: url(images/button.gif);
	background-repeat: no-repeat;

}

#rightmenu ul li a:hover{
	color: #000;
	text-decoration: none;
}
#rightcontent {
	margin-top: 10px;
	text-align: left;
	color: #000000;
	height: auto;
	float: left;
	width: 440px;
	margin-bottom: 50px;
}

*+html #rightcontent {
	margin-bottom: 50px;
}

#rightcontent td th {
	text-align: center;
}

#rightcontent p {
	line-height: 25px;
	margin: 0px;
}

#rightcontent ul {
	float: left;
	height: auto;
	padding: 0px;
	margin-left: 0px;
}

#rightcontent ul li {
	float: left;
	height: auto;
	list-style-type: none;
	clear: both;
	list-style-position: outside;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 15px;
	background-image: url(images/pot.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	width: 100%;
}

/*页面底部*/
#footer {
	width:100%;
	height:auto;
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #999999;
	text-align: center;
}
#footer p {
	margin: 10px 0;
}
#footer div {
	background-color: #eee;
	padding-top: 1px;
}
