/*****下拉导航*****/
.daohang{margin:0 auto;text-align:left;z-index:999;width:1200px; position:relative;}
.nav{ height:36px; font-size:14px;float:left}
.nav span{font-size:14px; display:inline; min-width:94px;}
.nav a{ display:block;text-align:center;}
.children{left:80px;}
.child{ position:absolute; z-index:1000; display:none; float:left; border-left:solid 1px #ff0000; border-right:solid 1px #ff0000; background:#ffffff;background:#ffffff; margin-top:0px;}
.child span{ display:block;border-bottom:solid 1px #ff0000;}
.child span a{ display:block;height:28px; line-height:28px; text-align:center; color:#737778;}
.child span a:hover{color:#ffffff; background:#e00000;}
/****下拉导航结束*********/