﻿@charset "utf-8";
/* CSS Document */

a{text-decoration:none; color:#666666; cursor:pointer;}
li{list-style:none;}
img{background:0 none; border:0 none;}
a:hover{text-decoration:underline;}
*{margin:0; padding:0; outline:none; top:5px}
.clear{clear:both;}
/*....*/
.wrapper{width:1000px; height:329; margin:20px auto; }
/*导航*/
.header{height:46px; width:100%; position:relative;overflow:hidden; margin-bottom:13px; }
.header .leftbar, .rightbar, .navmeun{width:15px; height:77px; float:left;}
.index .header{height:46px;  }
.header .leftbar{background:url(../img/navleft.jpg) no-repeat;}
.header .rightbar{background:url(../img/navright.jpg) no-repeat;}
.header .navmeun{background:url(../img/navcen.png) no-repeat; width:1000px; position:relative; }
.header .navmeun ul{margin-right:27px; height:47px; position:absolute; right:0;}
.header .navmeun li{float:left; text-align:center; line-height:47px; width:92px; margin-right:1px;}
.header .navmeun li a{color:#fff; font-weight:bold; font-size:16px; text-align:center; width:92px; float:left;}
.header .navmeun li.living{font-family: "宋体"; width:130px; text-align:center;}

/*.header .navmeun li a.living:hover{background:url(../img/alink.png) no-repeat 0 0;}*/
.header .navmeun li a:hover, .header .navmeun li a.status{background:url(../img/navover.jpg) no-repeat 0 1px;text-decoration:none; width:92px; height:44px; float:left; font-size:16px; color:#fff;}
.header .navmeun span{background:url(../img/line.jpg) no-repeat 0 0; float:left; height:47px; width:2px;}
.header .navmeun li.living a{float:left; text-align:center; width:130px;}
.header .navmeun li.living a:hover{background:url(../img/navover2.png) no-repeat 0 1px; width:130px; text-align:center; float:left;}
.header .navmeun a span.hover{ float:none;width:auto;  background:none; position:absolute; left:20px;top:-1px;color:#4d5b5c;}
.header .navmeun .logopic{float:left; margin-right:5px;}
.header .navmeun .logopic h1{float:left; width:226px; }
.header .navmeun .logopic h1 a{width:226px; height:47px;display:block; background:url(../img/logo.png) no-repeat 42px 11px; text-indent:-9999px;}





