    /*分类*/
    .bw-classification {
      cursor: pointer;
      float: left;
      flex: 1;
    }
    .bw-classification .bw-classification-btn {
      text-align: center;
      width: 100%;
      height: 40px;
      line-height: 40px;
    }
    .bw-classification .bw-classification-btn.top-raduis{
        background: #F36924;
        width: 237px;
        border-radius: 5px 5px 0px 0px;
    }
    .bw-classification .bw-class-title {
      font-size: 16px;
      display: block;
    }
    .bw-classification .bw-classification-btn.top-raduis .bw-class-title{
        color: #fff;
    }
    /* hc_lnav */
    .hc_lnav .allbtn {
      z-index: 2;
      position: relative
    }
    .bw-classification.is-active .hc_lnav .allbtn{
        background:#F36924;
    }
    .hc_lnav .allbtn:hover{
        /*background:#F36924;*/
    }
    .hc_lnav .allbtn:hover ul {
      display: block
    }
    /*一级导航隐藏*/
    .class-popup-ul{
        width: 100%;
        white-space: nowrap;
        box-sizing: border-box;
        position: relative;
        background: #fff;
    }
    .hc_lnav .allbtn .class-popup-ul {
      z-index: 100;
      position: absolute;
      display: none;
      top: 40px;
      left: 0px;
      border-top: none;
      background: rgba(105, 101, 101, 0.95);
    }
    .class-popup-ul li {
      zoom: 1;
      clear: both;
      cursor: default;
      padding:0 5px;
    }
    .class-popup-ul li .tx {
      line-height: 40px;
      height: 40px;
      color: #ffffff;
      text-align:center;
      overflow:hidden;
    }
    .class-popup-ul li .tx a {
      font-size: 14px;
      text-decoration: none;
      color: #ffffff;
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .class-popup-ul li:hover{
      background:#ffffff;
    }
    .class-popup-ul li:hover a {
      color: #F36924
;
    }
    .class-popup-ul li .pop dl {
      zoom: 1;
      color: #ffffff;
      clear: both;
      padding-top: 4px;
    }
    .banner-left .class-popup-ul li{
        padding:0 20px;
    }
    .banner-left .class-popup-ul li .tx{
        padding:0 20px;
        text-align:left;
        border-bottom: 1px solid #dee2e6;
    }
    /*二级导航隐藏*/
    .class-popup-ul li .pop {
      position: absolute;
      background-color: rgba(255, 255, 255, 0.95);
      height: 100%;
      overflow-y: auto;
      padding: 10px 20px;
      width: 722px;
      display: none;
      top: 0px;
      left: 100%;
      box-sizing: border-box;
      white-space: normal;
      text-align:left;
      box-shadow: 1px 1px 10px #888888;
      z-index: 2;
    }
    .class-popup-ul li .standard-pop{
        width: 436px;
    }
    .class-popup-ul li .pop h3 {
      display: none;
      font-size: 14px
    }

    .class-popup-ul li .pop dl {
      padding-bottom: 8px;
      color: #666666;
      padding-top: 8px;
      padding-left: 8px;
      padding-right: 8px;
    }

    .class-popup-ul li .pop dl:hover {
      background-color: #f3f3f3
    }

    .class-popup-ul li .pop dl a {
      color: #666666;
      margin-right: 12px;
      display: inline-block;
      white-space: nowrap
    }

    .class-popup-ul li .pop dl a.un {
      color: #a5a5a5
    }

    .class-popup-ul li .pop dt {
      padding-left: 0px;
      font-weight: bold;
      font-size: 16px;
      line-height: 28px;
    }
    .class-popup-ul li .pop dt a{
        color: #333;
    }
    .class-popup-ul li .pop dd {
      line-height: 24px;
      font-size: 12px;
    }

    /*控制一级菜单显示隐藏*/
    .class-popup-ul li:hover {
      border-bottom-color :#d8d8d8;
      border-top-color :#d8d8d8;
    }

    .class-popup-ul li:hover .pop {
      display: block;
    }

    /*控制二级菜单显示隐藏*/
    .class-popup-ul li:hover dl {
      color: #6e6e6e;
    }

    .class-popup-ul li .pop a:hover{
      color: #F36924;
    }
    /*首页左侧导航*/
    .banner-left .class-popup-ul{
        height: 100%;
    }
    .banner-left .class-popup-ul li .tx a{
        color: #333333;
    }
    .banner-left .class-popup-ul li:hover .tx a{
        color: #F36924;
    }
