@charset "utf-8";
/* 懒人之家 www.lanrenzhijia.com */
*{ margin:0; padding:0;}
* + html {
  z-index: 6666;
}
* + html .search {
  z-index: 5555;
}
body{ font-family:"宋体"; color:#000; font-size:12px; text-align:left;}
ul,li{ list-style:none;}
img{ border:none;}
a{ color:#000; text-decoration:none;}
a:hover{ text-decoration:underline; color:#000;}

.nav{ width:1300px; height:50px; margin:0 auto; z-index:9999;background:url(../images/bg.jpg) no-repeat center top #F9F9F9;}
.nav .nav_list{ text-align:center; margin-left:80px;}
.nav li{float:left;height:50px; width:170px; line-height:50px;position:relative;}
.nav li.last{background:none;}
.nav li a{float:left;display:block; width:170px; height:50px; text-align:center; line-height:50px;}
.nav li a:hover{background:url(../images/nav_hover.jpg) no-repeat center center; text-decoration:none;}
.nav li a span{float:left;display:block; width:170px; height:50px; line-height:50px;cursor:pointer; font-family:"Microsoft YaHei";text-align:center; color:#fff; font-size:18px;}
.nav li a.selected{ background:url(../images/nav_hover.jpg) no-repeat center center; color:#fff;}
.nav li a.selected2{ background:url(../images/nav_hover.jpg) no-repeat center center; color:#fff;}
.nav li.selected .submenu{display:block;}
.nav li .submenu{display:none;position:absolute;top:50px; text-align:center; background:url(../images/nav_bg.jpg) center center repeat-y;}
.nav li .submenu{width:170px; text-align:center;}
.nav li .submenu{ z-index:9999;}
.nav li .submenu li{float:center;padding:0;background:none;height:45px; line-height:45px; font-size:17px; text-align:center;}
.nav li .submenu li a{float:none;padding:0;text-align:center; font-family:"Microsoft YaHei";height:45px;line-height:45px;background:none; color:#fff; padding-left:0px; width:170px;}
.nav li .submenu li a:hover{background:url(../images/nav_hover2.jpg) no-repeat center center;;font-weight:normal; color:#fff; text-decoration:none; width:170px;}
/* 懒人之家 www.lanrenzhijia.com */