/* CSS Document */


* {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background: url(bg.jpg) top repeat-x #a8c6d1;
	color:#555;
}

html{-webkit-text-size-adjust: none;}

a{
	color:#036;	
}

a:hover{
	color:#06C;	 text-decoration:underline;
}

#container {
	width: 1000px;
	overflow: hidden;
	margin: 0 auto;
}

#header {
	overflow: hidden;
	background: url(title.jpg) left top no-repeat;
	height:132px;
}

#lang {
	float: right;
	clear: both;
	overflow: hidden;
	margin-top: 15px;
	color:white;
}

#lang a {
	color: #fff;
}

#lang a:hover {
	text-decoration:underline;
}

#header1 {
	float: right;
	clear: both;
	overflow:hidden;
	background: url(headerbtn.png);
	width: 76px;
	height: 28px;
	text-align: center;
	margin-top: 50px;
}

#header1 a {
	color: #fff;
	line-height: 28px;
	font-size:11px;
	margin: 0 4px;
}

#header1 a:hover {
	text-decoration:underline;
}

#menu {
	background: url(menubg.png);
	width: 1000px;
	height: 44px;
	overflow: hidden;
	text-align: center;
}

#menu a {
	color:#fff;
	line-height: 44px;
	margin:0 13px;
}

#menu a:hover {
	color:#FF0;
	line-height: 44px;
	margin:0 13px;
}

#main {
	background:url(bannerbg.png) top no-repeat #fff;
	overflow: hidden;
	padding-bottom: 40px;
}

#banner {
	margin-top: 0px;
	margin-left: 40px;
	position: absolute;
}

#left {
	width: 221px;
	float: left;
	margin-top: 184px;
	margin-left: 26px;
}

#leftMenu{
	width:221px;
}

#leftMenu h1{
	color:white;
	font-size:24px;  /** 标题 字号 默认值 ***/
	font-weight:bold;
	font-family:Arial;
	text-align:right;
	min-height:92px;	
}
#leftMenu.green h1{
	background:#28a828; /*** 标题背景颜色   绿色****/
	padding:15px;
	font-size:20px;   /**如果文字内容太多，字号改小，默认应为24号**/
}

#leftMenu.blue h1{
	background:#036; /*** 标题背景颜色  蓝色 ****/
	padding:15px;
	font-size:20px;   /**如果文字内容太多，字号改小，默认应为24号**/
}

#leftMenu.orange h1{
	background:#F60; /*** 标题背景颜色  橙色 ****/
	padding:15px;
	font-size:20px;   /**如果文字内容太多，字号改小，默认应为24号**/
}

#leftMenu.brown h1{
	background:#960; /*** 标题背景颜色  土黄色 ****/
	padding:15px;
	font-size:20px;   /**如果文字内容太多，字号改小，默认应为24号**/
}

/**** 绿色菜单 ****/
#leftMenu.green ul {
	list-style: none;	background: #28a828;
	border-bottom: 1px solid #9C9;	margin-bottom:10px;
}

#leftMenu.green ul li {
	font-family:arial;	height:30px;
	line-height: 30px;	border-top: 1px solid #9C9;
}

#leftMenu.green ul li a {
	color: #ffffff;	display: block;
	height:30px;line-height: 30px;	padding-left: 30px;
}

#leftMenu.green ul li a:hover {
	background: #060;
}

#leftMenu.green ul li a.active {
	background: #080 url(arrow.png) no-repeat 200px 10px;
	font-weight:bold;
}

#leftMenu.green ul li a.active:hover {
	background: #060 url(arrow.png) no-repeat 200px 10px;
}

/**** 蓝色菜单 ****/
#leftMenu.blue ul {
	list-style: none;	background: #036;
	border-bottom: 1px solid 57799A;	margin-bottom:10px;
}

#leftMenu.blue ul li {
	font-family:arial;	height:30px;
	line-height: 30px;	border-top: 1px solid #57799A;
}

#leftMenu.blue ul li a {
	color: #ffffff;	display: block;
	height:30px;line-height: 30px;	padding-left: 30px;
}

#leftMenu.blue ul li a:hover {
	background: #00264D;
}

#leftMenu.blue ul li a.active {
	background: #004B97 url(arrow.png) no-repeat 200px 10px;
	font-weight:bold;
}

#leftMenu.blue ul li a.active:hover {
	background: #00264D url(arrow.png) no-repeat 200px 10px;
}


/**** 橙色菜单 ****/
#leftMenu.orange ul {
	list-style: none;	background: #F60;
	border-bottom: 1px solid #C60;	margin-bottom:10px;
}

#leftMenu.orange ul li {
	font-family:arial;	height:30px;
	line-height: 30px;	border-top: 1px solid #FFCC99;
}

#leftMenu.orange ul li a {
	color: #ffffff;	display: block;
	height:30px;line-height: 30px;	padding-left: 30px;
}

#leftMenu.orange ul li a:hover {
	background: #C64F00;
}

#leftMenu.orange ul li a.active {
	background: #F90 url(arrow.png) no-repeat 200px 10px;
	font-weight:bold;
}

#leftMenu.orange ul li a.active:hover {
	background: #C64F00 url(arrow.png) no-repeat 200px 10px;
}


/**** 土黄色菜单 ****/
#leftMenu.brown ul {
	list-style: none;	background: #960;
	border-bottom: 1px solid #CC9966;	margin-bottom:10px;
}

#leftMenu.brown ul li {
	font-family:arial;	height:30px;
	line-height: 30px;	border-top: 1px solid #CC9966;
}

#leftMenu.brown ul li a {
	color: #ffffff;	display: block;
	height:30px;line-height: 30px;	padding-left: 30px;
}

#leftMenu.brown ul li a:hover {
	background: #7D4B00;
}

#leftMenu.brown ul li a.active {
	background: #C68600 url(arrow.png) no-repeat 200px 10px;
	font-weight:bold;
}

#leftMenu.brown ul li a.active:hover {
	background: #7D4B00 url(arrow.png) no-repeat 200px 10px;
}








#right {
	width: 592px;
	float: left;
	margin-left: 40px;
	/* background: url(mainbg.png);*/
	padding: 40px 30px;
	margin-top: 184px;
	line-height: 24px;
}

#buttom{
	background:url(buttom_bg.jpg) center no-repeat;
	height:14px;
	padding:20px 30px;
}

#links{
	float:right; margin-top:-18px;
}



#icp{
	float:right;	
}

#footer {
	background:url(enfooter.png) bottom no-repeat;
	height: 140px; 
}

#footer1 {
	
	width: 1000px;
	margin: 0 auto;
	color:#000;
	line-height: 50px;
}

<!-- 2012.12.10 更新 -->
#news {
	clear: both;
	overflow: hidden;
}

#news ul {
	list-style: none;
}

#newslist {
	list-style: none;
	width: 360px;
	float: left;
	overflow: hidden;
	margin-bottom: 40px;
}

#news .title {
	height: 30px;
	line-height: 30px;
	font-size:14px;
	font-weight: bold;
	border-bottom: 1px solid #39C;
	margin-bottom: 20px;
	overflow: hidden;
	clear:both;
	color:#036;
}

#newslist li {
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}

#newslist li a {
	width: 280px;
	display:block;
	float: left;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}




.slideBox{ width:500px; height:350px; overflow:hidden; position:relative;float:left;margin-left: 40px; margin-bottom:40px;   } 
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:10px; bottom:10px; z-index:1; } 
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  } 
.slideBox .hd ul li{ float:left; margin-right:5px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; } 
.slideBox .hd ul li.on{ background:#f00; color:#fff; } 
.slideBox .bd{ position:relative; height:100%; z-index:0;   } 
.slideBox .bd img{ width:500px; height:350px; }
