
#head_wrapper{
    background: #153549;
    overflow:visible;
    z-index: 10;
    height: 112px;
}

#logo_wrappers{
    overflow: hidden;
    margin: auto;
}
#logo_wrapper{
    width: 70%;
}
#top_search_input{
    border: none;
    background: url(../images/search_input.jpg)  no-repeat;
    margin:0;   
    width: 186px;
    height: 29px;
    line-height: 29px;
    text-indent: 5px;
}
#search_button{
    border: none;
    background: url(../images/searcg_btn.jpg)  no-repeat;
    margin:0;   
    width: 35px;
    height: 29px;
    outline:  none;
    cursor:  pointer;
}

#nav{
    overflow:visible;
    z-index: 2;
}
#nav_wrapper{
    /*    overflow: hidden;*/
    margin: auto;
    overflow:visible;
    z-index: 2;
    position: relative;
}
#nav_inner{
    width: 1024px;
    /*    overflow: hidden;*/
    overflow:visible;
}
#nav_inner>ul>li{
    width: 121px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    margin: 0 0 0 20px;
    overflow:visible;
    position:  relative;
}
#nav_inner>ul>li:hover ,#nav_inner>ul>.current {
    background: url(../images/nav_li_bg.jpg)  no-repeat;    
}

#nav_inner>ul>li>a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    display:  inline-block;
    width: 121px;
    height: 37px;
    text-decoration: none;
    cursor: pointer;
}
#nav_inner>ul>li:hover  .sub_nav{
    display: block;
}
#nav_inner .sub_nav{
    position: absolute;
    top: 37px;
    left: 0;
    width: 500px;
    min-height: 100px;
    z-index: 10;  
    width: 450px;
    background: #0796fc;
    overflow: hidden;
    padding: 10px 0 10px 0;
    display: none;
}

.s_n_title{
    font-size: 14px;
    color: #fff;
    text-align: left;
    margin: 0 0 0 10px;
    font-weight: bold;
}
.s_n_left{
    width: 220px 
}
.s_n_left li{
    margin: 10px 0 0 10px;
    height: 15px;
    line-height: 15px;
    clear: both;        
    font-size: 14px;
}
.s_n_right{
    width: 220px ;
}
.s_n_right li{
    margin: 10px 0 0 5px;
    height: 15px;
    line-height: 15px;
    clear: both;        
    font-size: 14px;
}
.s_n_middle{
    height: 100%;
    width: 2px;
    background: #fff;
}


#top_search{
    width: 260px;
    margin: 10px 0 0 0;
}

#footer{
    margin:10px 0 0 0;
    overflow:hidden;
    background: #153549;
    overflow:hidden;
}
#foot_nav{
    text-align: center;
    margin: auto;
    color: #fff;
    margin-top: 20px;
}
#foot_nav a {
    font-size: 14px;
    color: #fff;
    display:  inline-block;
    background: url(../images/foot_nav_x.jpg) right center no-repeat;
    width: auto;
    height: 20px;
    line-height: 20px;
    margin: 0 20px 0 0;
    padding: 0 15px 0 0;
}
#foot_nav .last{
    background: none;
}
#foot_nav_bord{
    margin: 10px 0 0 0;
    border-bottom: 1px dashed #fff;
}
#od_msg{
    margin: auto;
    color: #fff;
    text-align: center;
}
#cp_right{
    font-size: 14px;
}
#other_msg{
    font-size: 12px;
}
.lg_l{
    width: 75px;
}
.lg_r{
   width: 500px; 
}
.lg_r .title_14 ,.lg_r .title_16{
    color: #fff;
    
}

.sub_nav ul li:hover{
backgroung:#153549;
display:block;!important;
}
.sub_nav ul li:hover a {
color:#fff;
}