/* 总体样式 */

body{
	font-family:"宋体";
	background:#dff1e8 url(../images/body.gif) repeat-x center 167px;
}

a{
	color:#333;
}

#header{
	height:43px;
	width:100%;
	min-width:1005px;
	background:url(../images/header-bg_02.jpg) repeat-x;
}

#header .box{
	width:1005px;
	height:167px;
	/*overflow:hidden;*/
	margin:0px auto;
}

#top{
	height:31px;
	line-height:31px;
	overflow:hidden;
	color:#505050;
}

#top a{
	color:#505050;
}

#top span{
	color:#999;
}

#top .icon1{
	background:url(../images/top-icon1.gif) no-repeat left center;
	padding-left:16px;
}

#top .icon2{
	background:url(../images/top-icon2.gif) no-repeat left center;
	padding-left:16px;
}

#logo-search{
	height:67px;
	padding:13px 0px;
	overflow:hidden;
}

#logo-search .right{
	padding-top:7px;
}

#logo-search .right p{
	font-size:14px;
	background:url(../images/search-icon.gif) no-repeat left center;
	padding-left:23px;
}

#logo-search .right p a{
	color:#029a67;
	margin-right:6px;
}

#logo-search .right form{
	background:url(../images/search-form.gif) no-repeat;
	height:26px;
	width:311px;
	margin-top:12px;
	padding:2px 0px 0px 34px;
	*padding:1px 0px 0px 34px;
}

#logo-search .right form .text{
	width:231px;
	height:18px;
	line-height:18px;
	border:1px solid #f7f7f7;
	background:#f7f7f7;
}

#logo-search .right form .btn{
	color:#fffdfe;
	width:76px;
	font-size:14px;
	height:20px;
	border:none;
	background:none;
	cursor:pointer;
}

#nav,#nav ul{
	height:200px;
	line-height:44px;
	overflow:hidden;
	color:#fff;
}

#nav ul li{
	position: relative;
	float:left;
	display:inline;
	font-family:"Microsoft Yahei","黑体";
	font-size:18px;
	padding:0px 33px;
}

#nav ul li a{
	color:#fff;
}

#nav ul .current{
	background:url(../images/nav-current.gif) repeat-x left bottom;
}

#nav .multiUl LI BLOCKQUOTE {
display: none;
z-index: 201;
left: 5px;
position: absolute;
top: 40px;
height: auto;
}
#nav .multiUl LI BLOCKQUOTE .ChildNavIn {
padding-right: 0px;
padding-left: 0px;
background:#3da16d;
padding-bottom: 10px;
overflow: hidden;
width: 110px;
padding-top: 10px;
height: auto;
text-align: center;
}
#nav .multiUl LI BLOCKQUOTE .ChildNavIn A {
padding-right: 4px;
display: inline;
padding-left: 4px;
float: left;
padding-bottom: 2px;
margin: 3px 0px 3px 6px;
width: 80%;
color: #fff;
line-height: 18px;
padding-top: 2px;
font-size:14px;
border-bottom: #255f51 1px dotted;
text-align: center;
}
#nav .multiUl LI BLOCKQUOTE .ChildNavIn A:hover{
	background:#1b453b;
}

#footer{
	width:100%;
	min-width:1005px;
	background:#eee;
}

#footer .box{
	width:1005px;
	overflow:hidden;
	margin:0px auto;
	line-height:23px;
	color:#8b8b8b;
	padding:15px 0px;
}

#footer .box a{
	color:#8b8b8b;
}

#content{
	width:1005px;
	margin:0px auto;
	background:#fff;
}

#content .sidebar img{
	display:block;
}