/*********************内页分类****************************/
.classify li{
    line-height: 40px;
    font-size: 16px;
    color: #000;
    position: relative;
  }
  .first_List{border-bottom: 0px solid #ffdfca;padding-top: 20px;}
  .first_List_li  a {
    line-height: 42px;
    display: block;
    transition:all 0.5s;
      border-bottom: 1px solid #ffdfca;
  }
  .first_List_li > a {
    line-height: 40px;
    display: block;
    padding: 0;
    color: #555;
    border-bottom: 1px solid rgba(0,0,0,0);
  }
  .classify .iconBox{
    position: absolute;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    right: 0;
  }
  /*.classify .iconBox:before{
  content:"+";
  font-size: 30px;
  color: #fff;}
  .on .iconBox:before{
  content:"-";
  margin-top: -5px;
  }*/
  .sec_List .sec_List_li{
    padding-left: 20px;
  }
  .first_List_li{
    margin-bottom: 1px;
  }
  .sec_List_li:before{
    content:"";
   /* background: #8a2a25;*/
    width: 0%;
    height: 100%;
        max-height: 42px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition:all 0.5s;
  }
  .sec_List_li:hover > a{
    color: #8a2924;
    width: 100%;
  }
  .sec_List_li:hover:before{
    width: 100%;
  }
  .thir_List{    padding-left: 15px;}
  .thir_List_li:before {
      content: "";
      background: #ed7d32;
      width: 0%;
      height: 100%;
      max-height: 42px;
      position: absolute;
      left: -20px;
      top: 0;
      z-index: -1;
      transition: all 0.5s;
  }
  .thir_List_li:hover > a{
    color: #fff;
    width: 100%;
  }
  .thir_List_li:hover:before{
     width: calc(100% + 20px);
  }
  /*.sec_List{display:none;}
  .on .sec_List{display:block;}*/
  .anniu_xs{
    width: 100%;
    text-align: left;
    font-size: 36px;
    color: #333;
    height: 100px;
    line-height: 80px;
    margin-bottom: 2px;
    border-bottom: 1px solid #999;
  }
  .anniu_gb{
    display:none;
  }
  @media only screen and (max-width:768px) {
    .anniu_xs{
      display:block;
      width: 100%;
      height: 42px;
      line-height: 42px;
      font-size: 16px;
      border-radius: 5px;
      background: rgba(255,255,255,0.6);
      text-align: center;
    }
    .anniu_gb{
      display:block;
      font-size: 24px;
      color: #000;
      padding: 10px 30px;
      width: 100%;
      text-align: right;
    }
    .first_List{
      display:none;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 99;
      height: 100vh;
      width: 100%;
      background: url(/img/yidongbg.png) #fff no-repeat;
      background-size: cover;
    }
    .classify a{
      color: #000;
      text-align: center;
    }
  }
.first_List_li:hover a{border-bottom: 1px solid #999;}