div.header {
    //position:fixed;
    top:0;
    left:0;
    z-index:1101;
    min-width:300px;
    width: 100%;
    height:55px;
    background: rgb(66, 103, 178);
   
    
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001037', endColorstr='#000719', GradientType=0);
    border-bottom: 1px solid #000;
    text-align:center;
}
div.header_left {
    float:left;
    width:40px;
    padding-left:10px;
    cursor:pointer;
}
div.header_right {
    float:right;
    width:40px;
    padding-right:10px;
    cursor:pointer;
}

#PopMenuDiv{position:absolute;width:180px;left:0px;top:55px;z-index:1200;text-align:left;display:none;}
#PopMeneUL{}
#PopMeneUL li {width:100%; height:32px; line-height:32px; font-size:14px; overflow:hidden; border-bottom:#0D4C6C 1px solid; background: #0050A4; padding: 3px 0 3px 10px; color: #fff;}
#PopMeneUL li.selected {background:#2869ad;}
#PopMeneUL li.selected a{color:#FFFFFF;}
#PopMeneUL li a{ text-decoration: none; color:#FFF;}
#PopMeneUL li img{padding:0 5px 0 0;}
#searchDiv{width:100%;height:30px;padding:0px 0 0 0; position:relative;display:none;clear:both;margin-top:-1px;}
#searchForm #keywordsDiv{height:30px;float:left;width:100%;}		
#searchForm #keywordsInput{width:100%;height:30px;padding-left:5px;padding-right:60px;}

#searchForm #submitDiv{width:60px;height:30px;float:right;position:absolute;right:0px;}
#searchForm #submitInput{width:100%;height:30px;border:0px; background-color:#0050A4;color:#FFF;font-weight:bold;}
.nav {
    position: fixed;
    left: 0;
    top: 55px;
    right: 0;
    // height: .96rem;
    border-top: 1px solid #e5e5e5;
    background: #f3f3f3;
    text-align: center!important;
    z-index: 1100;
  //  padding-left:2%;
   // padding-right:2%;
    height: 54px;
}
.nav li {
   // float: left;
  //  width: 16.6%;
   // padding-top: .1rem;
    font-size: 1.2rem!important;
}
.nav li .topmenu {
    display: block;
    color: #666;
    padding:4px;
    text-decoration : none
}
.nav li .navactive{
    background-color: #0D82FF;
    color:#FFF
}
.category-head{width:100%;display: inline;white-space: nowrap;overflow-x:scroll;float:left;overflow-y:hidden}
.category-head li{display:inline-block;width:20%;height:54px;}
