@charset "utf-8";
/* CSS Document */

* { line-height:20px;
	margin:0px;
	padding:0px;
}
body {
	overflow:no;
	font-family:"宋体";
	font-size:12px;
	color:#000000;
	background:#f1f1f1;
}
a {
	color:#636363;
	text-decoration:none;
}
a.img,a img {
	border:none;
}
a:hover {
	text-decoration:none;
}
.clear {
	clear:both;
}
ul,li {
	list-style:none;
}
#header {
	height:100px;_height:80px; 
	background:url(/images/header_bg.gif) repeat-x;
}
#nav {
	width:1000px;
	margin:0px auto;
}
#logo {
	width:310px;
	float:left;
	margin-top:20px;
}
#Nav {
	padding:3px 0px 5px 0px;
	width:605px; margin-left:15px;
	float:left;
}
#Nav ul li {
	width:85px;
	text-align:center;
	height:95px; 
	line-height:93px;
	float:left;
	border-right:1px solid #e5e5e5;
}
#Nav ul li a {
	font-family:"微软雅黑";
	color:#000000;
	font-size:13px;height:95px; line-height:95px;
}
#Nav ul li a:hover {
	color:#ffffff;
	background:url(/images/nav_hover01.gif) no-repeat;
	width:85px;
   line-height:95px;
	height:102px;_height:95px; z-index:9999;
	display:block;
	float:left; 
}
#nav {
	padding:0px 0px 0px 0px;
}
#lauage{ width:60px; float:right; padding-top:30px;}
#lauage ul li{ background:url(/images/lauage_img.gif) no-repeat 0px 7px; padding-left:10px;}
#lauage ul li a{ font-size:11px; color:#555; font-family:"微软雅黑";}
#footer{ background:#2f2f2f; height:250px; }
#foo_about{ padding-top:-5px;  width:1000px; margin:0px auto;}
#foo_about img{ margin-top:0px;}
#mei{ margin:0px 12px;float:left; font-family:"微软雅黑"; width:118px; height:220px;}
#mei h3{ background:url(/images/gray_recyle.gif) no-repeat 0px 8px; color:#cacaca; margin:30px 0px 20px 0px; padding-left:15px;}
#mei ul li { margin-bottom:12px; padding-left:15px;}
#mei ul li a{ color:#8c8c8c;}
#copyright{color:#cacaca; background:#000; height:80px;}
#copy_con{ font-family:"微软雅黑"; padding:17px 2px 0px 2px; width:996px; margin:0px auto;}
#left_copy{ width:600px; float:left;  color:#787878;}
#left_copy a{color:#787878;}
#right_copy{ font-size:12px; width:186px; float:right; height:18px; line-height:18px; text-align:center;    }
#right_copy a img{ margin-bottom:-2px;}
#menu_nav {
	padding:3px 0px 5px 0px;
	width:605px; margin-left:15px;
	float:left;
}
#menu_nav ul {
padding:0; 
margin:0;
list-style-type: none;
}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
#menu_nav ul li {
float:left; 
position:relative;
width:84px;
	text-align:center;
	height:95px; 
	line-height:93px;
	 
	border-right:1px solid #e5e5e5;
}
/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
#menu_nav ul li a, #menu_nav ul li a:visited {
display:block; 
text-align:center; 
text-decoration:none; 
width:85px; 
height:95px; line-height:93px; 
color:#000; font-size:14px; font-weight:bold
}
/* make the dropdown ul invisible */
#menu_nav ul li ul {
display: none;
}
/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
#menu_nav ul li:hover a,#menu_nav ul li a.menus{
    color:#ffffff;
	background:url(/images/nav_hover01.gif) no-repeat;
	width:85px;
   line-height:95px;
	height:102px;_height:95px; z-index:9999;
	display:block;
	float:left; 
}
/* make the sub menu ul visible and position it beneath the main menu list item */
#menu_nav ul li:hover ul {
display:block; 
position:absolute; 
top:102px; 
left:0; 
width:85px;  
}
#menu_nav ul li:hover ul li{ height:35px; line-height:35px;   }
/* style the background and foreground color of the submenu links */
#menu_nav ul li:hover ul li a {height:35px; line-height:35px;
display:block; background:url(/images/sub_li_a_hover.gif) no-repeat; height:35px;
font-size:12px; font-weight:normal;
color:#3b2913;
}
/* style the background and forground colors of the links on hover */
#menu_nav ul li:hover ul li a:hover {height:35px; line-height:35px;
 background:url(/images/sub_li_a_hover.gif) no-repeat; height:35px;
color:#fff;
}
#menu_nav ul li ul li a{ font-size:12px; color:#FF0000}