/*********************底部分类****************************/
.bottom h1{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 20px;
  }
  .bottom .fission{
    font-size: 14px;
    transition: all 0.5s;
    line-height: 30px;
    color: #d3d3d3;
  }
  .bottom{
    padding-left: 0;
    position:relative;
  }
  .bottom:before{
    position:absolute;
    width: 1px;
    height: 18px;
    background: #8e8e8e;
    left: 0;
  }
  .bottom a:hover{
    color: #005aa8;
  }
  /*********************底部版权****************************/
  .copyright{
    padding: 30px 0!important;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
  }
  .copyright a{
    color: #fff!important;
  }
  .copyright a:hover{
    color:#ee7e32!important;
  }
  
