#header_logo{
    width: 100%;
    height: 40px;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    background: #fbfbfb;
    display: inline-block;
}
.header_left{
    width: 40%;
    line-height: 40px;
    float: left;
}
.search_left{
    width: 95%;
    height: 25px;
    margin-left: 5%;
    display: inline-block;
}
.search_left img{
    width: 80%;
    height: 80%;
}
.index_theme{
    width: 40%;
    height: 48px;
    line-height: 75px;
    margin-top: -55px;
    font-size: 13px;
    text-align: center;
    color: #CCCCCC;
}
.index_theme a{
    width: 100%;
    height: 100%;
    color: #b5b5b5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
.header_right{
    width: 27%;
    float: right;
}
.header_right ul{
    float: initial!important;
}
.header_right ul li{
    width: 100%;
    height: 40px;
    line-height: 40px!important;
}
.layui-nav .layui-nav-more{
    right: 6px!important;
}
.layui-nav-child{
    width: 98%;
    top: 40px!important;
}
.m_changeLang{
    padding: 0px 5px!important;
}
.layui-nav-item .on{
    padding: 0 20px 0 30px!important;
    background: #0096DF url(/static/common/img/header/en.png) no-repeat 5px 14px;
}
.zh_cn {
    background: #0096DF url(/static/common/img/header/ch.jpg) no-repeat 5px 14px!important;
}
/*.show_style{*/
/*    position: fixed;*/
/*    left: 0;*/
/*    right: 0;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    z-index: 9;*/
/*}*/
.hied_bj{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    z-index: 999;
}