@charset "utf-8";
/* CSS Document */

.top{ height:50px; width:100%; margin:0 auto; overflow:hidden; background:url(../images/head_bg.jpg) left center;}
.top_logo{ width:40%; float:left; margin-left:3%;}
.top_logo img{ width:100%; height:50px;}
.top_menus{ width:28%; float:right;}
.top_menus a{ width:50%; float:left;}
.top_menus img{ width:100%;}
/*弹出菜单*/
#Mnu1{cursor:default; visibility:hidden; width:160px; position:absolute;right:2%; top:55px; z-index:9999;position:fixed;}
#Mnu1 li{ height:30px;  line-height:30px;  border-bottom:1px solid #6c727d;border-top:1px solid #41464f;background:#424242;}
#Mnu1 li a{ margin-left:10%; font-size:15px; color:#fff; font-family:"微软雅黑"; text-decoration:none;}


#nav{ width:100%; height:40px; margin:0 auto; background:url(../images/menus_bg.jpg) top center; margin-top:-4%;}
#nav ul li{ width:19.8%; text-align:center;float:left; background:url(../images/menus_xx.jpg) no-repeat right center; overflow:hidden}
#nav ul li a{ font-size:14px; color:#000; text-decoration:none; height:30px; display:block; padding-top:10px;}
#nav ul li a:hover{ color:#d60101; text-decoration:underline;}


