@charset "utf-8";
/* CSS Document */
/*公共类开始  注：一般只设置 链接颜色 和 页面总体背景颜色*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	padding: 0;
	margin: 0;
	font-size:14px;
}
table {    
	border-collapse: collapse;    
	border-spacing: 0;    
}
fieldset,img {     
	border: 0;
}
ol,ul,li {    
	list-style: none;    
}
caption,th {    
	text-align: left;    
}
h1,h2,h3,h4,h5,h6 {    
	font-weight: normal;    
	font-size: 100%;    
}
/* 链接颜色设置*/ 
a:link {
	text-decoration: none;
	color: #686868;
}
a:visited {
	text-decoration: none;
	color: #686868;
}
a:hover {
	text-decoration: none;
	color: #686868;
}
a:active {
	text-decoration: none;
	color: #686868;
}
/* 链接颜色设置*/ 

* html ul li {
 float:left; 
}
* html ul li a {
 cursor:pointer;
}
body {
	color: #626262;/*设置字体颜色*/
}
/*公共类结束*/
/**********************以上部分固定************************/
.main {	 /*大块区域使用样式main*/
	margin: 0 auto;
	width: 1200px; /*设置页面长度*/
	clear: both;
}
.clear {
	clear:both;
}
/**********************以上是大框架***************************/
/*flash*/
#flash {
	position:relative;
	height:300px;
	overflow:hidden;
	min-width:1200px;
}
#main_flash {
	position:absolute;
	left:50%;
	margin-left:-600px;
	width:1200px;
	height:300px;
	overflow:hidden;
}
.slideBox .hd{ height:20px; overflow:hidden; position:absolute; right:30%; bottom:1%;}
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left; }
.slideBox .hd ul li{ float:left; margin-right:2px;  width:20px; height:20px; line-height:20px; text-align:center; background:#fff; color:#000; cursor:pointer; font-size:14px; font-weight:bold; font-family:Arial; opacity: 0.6; filter:alpha(opacity=60); }
.slideBox .hd ul li.on{ background:#c19d4a; color:#fff; }



#wrap {
	margin: 0 auto;
	min-width: 1200px; 
	overflow: hidden;
}
#welcome {
	padding-top:14px;
	background-color:#000;
	padding-bottom:13px;
	border-bottom:2px solid #745621;
	overflow:hidden;
}
#welcome span {
	float:right;
}
/*头部*/
#top {
	background-color:#FFF;
}
#top_center {
	padding-top:20px;
	height: 100px;
}
#logo {
	float:left;
	display:inline;
}
#top span {
	float:right;
}

#menu {
	height: 40px;
	background-color:#c0d84b;
}
#menu ul {
	height:40px;
	width:1200px;
	margin:0 auto;
}
#menu ul li {
	float:left;
	width:150px;
	height:40px;
	text-align:center;
	position:relative;
}
#menu ul li a {
	font-size:16px;
	display:block;
	padding-top:10px;
	height:30px;
	color:#000;
}
#menu ul li.menu_on a,#menu li a:hover {
	background-color:#f5a100;
	color:#FFF;
}


#menu .second_menu {
	display:none;
	position:absolute;
	left:0px;
	top:38px;
	width:111px;
	background-image:none;
}

#menu .second_menu li {
	height:30px;
	height:auto;
	line-height:28px;
}
#menu .second_menu a {
	font-size:12px;
	font-weight:normal;
	height:30px;
	margin:0;
	padding:0;
	color:#FFF;
	display:block;
}
#menu .second_menu a:hover,#menu .second_menu li .curAdd {
	color:#FFF;
}

#footer {
	background-color:#c4db58;
	color:#000;
}
#footer p {
	text-align:center;
	line-height:26px;
	font-size:14px;
	color:#000;
}
#footer #copyright {
	padding:10px 0;
}