@charset "utf-8";
/* 懒人之家 www.lanrenzhijia.com */
*{ margin:0; padding:0;}
* + html {
  z-index: 6666;
}
* + html .search {
  z-index: 5555;
}

ul,li{ list-style:none;}
img{ border:none;}
a{ color:#000; text-decoration:none;}
a:hover{ text-decoration:underline;}


.nav_bar{ width:1120px; height:40px; margin:0 auto; z-index:9999;}
.nav_bar .nav_bar_list{ }
.nav_bar li{float:left;height:40px; width:111px; line-height:40px;position:relative;margin:0 auto}
.nav_bar li a{float:left;display:block; width:111px; height:40px; text-align:center; line-height:40px; color:#666666;}
.nav_bar a{color:#fff;}
.nav_bar h3 a{display:block; width:111px; text-align:center; font-size:15px; color:#666666; text-decoration:none; font-weight:normal;font-family:  "Microsoft Yahei","微软雅黑", "Arial", "Verdana", "sans-serif";}
.nav_bar h3 a:hover, .m.on h3 a {background: #F08300; color: #fff; }
<!--.nav_bar .m{float:left; position:relative; z-index:1;}-->
.nav_bar .s{float:left; width:2px; text-align:center; vertical-align:middle; color:#ffffff; line-height:35px;}
.nav_bar .sub{display:none; position:absolute; left:0; top:40px; z-index:1; width:111px; border:1px solid #E6E4E3; border-top:0;  background:#FAFAFA;}
.nav_bar .sub li{background:none;margin-bottom:-1px;text-align:center;}
.nav_bar .sub li a{display:block; border-bottom:1px solid #E6E4E3;padding:8px 0;height:21px;line-height:21px;background:none; color:#666; }
.nav_bar .sub li a:hover{color:#ffffff;}
.nav_bar .block{height:2px; width:10px; background:#009490; position:absolute; left:0; top:0px; overflow:hidden;}
