body{
 font-family:Arial,'Times New Roman','Microsoft YaHei','SimHei';
 background-color: #ffffff;
 font-size: 15px;
}

#header{
 height: 120px;
 
 background: url(../images/headerbg.png) scroll no-repeat 0px 0;
}
#header #logo{
 float: left;
 margin-top:20px;
}

#header #search{
 float: right;
 margin-top:40px;
 width: 200px;
 height: 36px;
 
 background-color: rgba(255,255,255,.8);
 border:1px solid #e0e0e0;
}
#header #search .text{
 float: left;
 width: 160px;
 height: 36px;
 line-height: 36px;   
 padding:0 5px;
 border: none;
 background:none;
 outline: none;
}
#header #search .button{
 cursor: pointer;
 float: right;
 width: 36px;
 height: 36px;
 margin-top: -1px;
 background: url(../images/icon_search.png) scroll no-repeat center center;
 background-color: #313131;
 border: none;
 outline: none;
}





#nav{
 margin-bottom: 20px;
 
 height: 46px;
 line-height: 46px;
 
    font-size: 16px;
 background-color: #4378ba;
}
#nav>ul>li{
 float: left;
 letter-spacing: 5px;
    width: 157px;
}
#nav>ul>li>a{
 display: block;
 
    padding: 0 35px;
 height: 46px;
 line-height: 46px;
 color: #fff;
    text-decoration:none;
}
#nav>ul>li>a:hover{
 
 background-color: #3c6ba6;
 background-color: #366196;
 

}



#nav>ul .firstmenu{
    position: relative;
}
#nav>ul .firstmenu .secmenu{
 display:none;
 border-top: 1px solid #E3E3E3;
  position:absolute;
  
  top:46px;
   z-index:999;
}
#nav>ul .firstmenu .secmenu .secul{
   margin-top:0;
   padding:0;
   
    width:157px;
   
   background-color:rgba(67, 120, 186, 0.7)!important;
   filter:Alpha(opacity=70);
   background-color:#4378ba;
   text-align:center;
}
#nav>ul>.firstmenu .secmenu .secul a{
 display: block;
 font-size: 14px;
 
 height: 40px;
 line-height: 40px;
 color: #fff;
 text-decoration: none;
}
#nav>ul>.firstmenu .secmenu .secul a:hover{
 
 
 filter:Alpha(opacity=80);
 background-color: #3265a4;
 background-color: rgba(50,101,164,.8);
}



#copyright{
 text-align: center;
 width: 100%;
 height: 50px;
 line-height: 50px;
 color: #fff;
 background-color: #1a569c;
}

#sidebar{
 float:left;
 width: 260px;
}
#sidebar .title{
 letter-spacing:2px;
 padding-left:15px;
 font-size: 18px;
 height: 40px;
 line-height: 40px;
 color: #fff;
 text-shadow: 1px 1px 2px #898989; 
 background-color: #4378ba;
 
 box-shadow: 1px 1px 1px #ccc;
}
#sidebar ul li{
 font-size: 16px;
 line-height:45px;
 border-bottom: 1px solid #ccc;
}
#sidebar ul li:hover{
 cursor: pointer;
 background-color: #f5f5f5;
}
#sidebar ul li a{
 display: block;
 padding-left:38px;
 color: #5f5e5e;
 text-decoration: none;
}
#sidebar ul li:hover a{
 color: #4378ba;
}
#sidebar ul li a span{
 float: right;
 margin-right: 10px;
}



#sidebar2{
 float: left;
 width: 260px;
 background-color: #fff;
 z-index: 9999;
        box-shadow: 1px 1px 10px #ddd;
}
#sidebar2 p{
 margin:0;
 padding:0;
}
#sidebar2 .title{
 width: 100%;
 
 color: #fff;
 padding-left: 25px;
        height: 60px;
 line-height: 60px;
 font-size:23px; 
        background-color: #4378ba;
}
#sidebar2 .list_dl{
 margin:0;
 border-left: 12px solid #3070B7;
        border-left: 12px solid #4378ba;
}
#sidebar2 .list_dt{
    background: #fff;
    
    color: #5f5e5e;
    
    width: 248px;
    padding: 0 0px 0 28px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    border-bottom: 1px solid #ddd;
}
#sidebar2 .list_dt:hover{
    color: #3070B7;
    
}
#sidebar2 .list_dt:hover ._after{
    display: block;
    width: 4px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #ff9400;
}


#sidebar2 .current ._after{
    display: block;
    width: 4px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #ff9400;
}

#open{
    
}
#open ._after{
    display: block;
    width: 4px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #ff9400;
}
#sidebar2 .list_dt_icon{
    position: absolute;
    right: 10px;
    top: 9px;
    display: block;
    width: 16px;
    height: 16px;
    margin-top: 8px;
    
    background: url("../images/off.png") no-repeat;
}
#open .list_dt_icon{
    background: url("../images/open.png") no-repeat;
}
#sidebar2 .list_dd{
    display: none;
    
    margin-left: 0;
}
#sidebar2 .list_li{
    background: #fff;
    
    list-style-type: none;
    color: #7d7d7d;
    
    width: 100%;
    padding: 0 0 0 46px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    border-bottom: 1px solid #f3f0f0;
}
#sidebar2 .list_li:hover{
    color: #3070B7;
    
}
