/*主色调：#344860*/
body{
    margin: 0px;
    padding: 0px;}
/*顶部*/
#top,#top .link,#header,#footer{
    margin: 0 auto;
    width: 1181px;}
#content{
    margin: 0 auto;
    width: 1181px;}

#top{
    width: 100%;
    height: 43px;
    background: #344860;}

#top ul{
    margin: 0px;
    padding-left:0px;}

#top li{
    list-style: none;
    margin-right: 10px;
    float: left;}

#top li a{
    color: white;
    text-decoration: none;}

#top .link{
    line-height: 43px;}
/*头部*/
#header{
    position:relative;}

/*头部*/
#header{
    position:relative;
    height: 254px;/*395*/
    background: url(../images/header4.jpg);
    overflow: hidden;}

/*logo*/
#header .logo{
    position: absolute;
    height: 153px;
    z-index:100;
    left:32px;
    top: 28px;}

#header .logoTitle{
    width: 784px;
    height: 122px;
    position: absolute;
    left: 301px;
    top:22px;
    background: url(../images/logo_title.jpg);}

#header .logo img{
    height: 100%;}

/*导航条*/
.nav{
    /*margin-top: 153px;*/
    height: 57px;
    width: 1181px;
    margin:0 auto;
    background: #344860;
    text-align: right;
    font-size: 14px;
    line-height: 47px;}

.nav ul{
    margin: 0px;
    padding: 0px;
    margin-left: 50px;
    font-size: 18px;
    font-weight: bold;}

.nav li{
    list-style: none;
    float: left;
    width:101px;
    text-align: center;}

.nav .long,.nav .long li,.nav .long a{
    width:146px;}

.nav li a{
    text-decoration: none;
    display: block;
    margin-top: 5px;
    height: 47px;
    color: white;}

.nav li a:hover,#top li a:hover{
    color: orange;}

.nav li a:active,#top li a:active{
    color: #ccc;}

/*选中的导航条样式*/
.nav li.selected{
    background: #EB5043;}

.nav li a.selected{
    color: #EB5043;
    display: block;
    background:#344860;
    height: 41px;}

.nav li .cur{
    text-align: center;
    margin-bottom: 5px;
    background: #344860;}
/*二级菜单列表的样式*/
#nav li ul{
    line-height:35px;
    position:absolute;
    display: none;
    list-style-type:none;
    text-align:center;
    width:110px; 
    margin:0;
    padding:0;
    margin-top:10px;
    z-index: 1000;}
/*二级菜单项的样式*/
#nav li ul li{
    background:url(../images/nav_bg_second.jpg);
    border:0px solid white;
    margin-bottom: 1px;
    margin-bottom: 0px\9;
     height:35px;}
/*二级菜单项中的超链接*/
#nav li ul a{
    text-align:center;
    font-size:14px;
    color:white;
    padding-bottom: 0px;
    margin-top: 0px;
   height:35px;
   line-height: 35px;}

#nav li ul a:hover{
    color: #FFB204;}

#nav li ul li:hover{
    background: white;}

/*鼠标移动到一级菜单后应用的样式*/
#nav li:hover ul{
    display: block;
    *display:none;}

/*底部*/
#footer{
    background: #344860;
    text-align: center;
    color: white;
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 20px;}

#footer a{
    color: white;
    text-decoration: none;}

#footer a:hover{
    color: orange;}
