.zd-foot{
    height: 77px;
  }
  .zd-foot-content{
    color: #fff;
  }
  .zd-foot-content a{
    color: #fff;
  }
  .zd-foot-link{
    height: 40px;
    border-bottom: 1px dashed #fff;
  }
  .zd-foot-link a{
    padding: 0 0.1rem;
  }
  .zd-foot-link .lineborder{
    width: 0;
    height: 16px;
    border: 1px solid #fff;
  }
  
  .zd-foot-agency{
    height: 37px;
  }
  .zd-foot-left{
    color: #fff;
    position: relative;
  }
  .zd-foot-left .leftitem{
    margin-right: 0.2rem;
    padding: 0;
  }
  .leftitem .zd-foot-items{
    /*min-width: 160px;*/
    width: 1090px;
    height: 180px;
    padding: 10px 8px;
    color: #fefefe;
    background-color: #4c81ba;
    overflow-y: scroll;
    display: none;
    position: absolute;
    z-index: 20;
    left: 0;
    bottom: 36px;
  }
  .leftitem:hover .zd-foot-items{
    display: block;
  }
  .leftitem .ft-trigger{
    height: 36px;
    cursor: pointer;
  }
  .leftitem .ft-trigger:hover{
    color: #fefefe;
    background-color: #4c81ba;
  }
  .leftitem .ft-trigger span{
    margin-right: 0.05rem;
  }
  .leftitem .zd-foot-items li{
    float: left;
    width: 208px;
    height: 28px;
    line-height: 22px;
    font-size: 14px;
    /* color: #fefefe; */
    background-color: #4c81ba;
    padding: 0 4px;
  }
  .leftitem .zd-foot-items li:hover {
    color: #fff;
    background-color: #002b7c;
  }
  .leftitem .zd-foot-items li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .leftitem .zd-foot-items li a:hover {
    color: #fff;
    cursor: pointer;
  }
  .zd-foot-right div{
    cursor: pointer;
    font-size: 16px;
  }
  .zd-foot-right .setindex{
    width: 20px;
    height: 20px;
    background: transparent url("../images/setindex.png") no-repeat 0 bottom;
    background-size: 20px 20px;
    margin-right: 2px;
  }
  /*版权*/
  .zd-underfoot{
    color: #fff;
    font-size: 16px;
    text-align: center;
    height: 37px;
    line-height: 37px;
    /*border-top: 1px solid #4e91e0;*/
  }
  .jus-con-center{
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
  }
  .zd-main-bgcolor{
    background-color: #002b7c;
  }
  .displayflex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .zd-main-width{
    width: 1090px;
  }
  .triangle{
    width: 0;
    height: 0;
      border-right: 0.1rem solid transparent;
      border-left: 0.1rem solid transparent;
      border-bottom: 0.15rem solid #fff;
  }
  ul
  {
    list-style: none;
  }
  a {
    text-decoration: none;
    }
    .flexgrow1{-webkit-box-flex:1;-moz-box-flex:1;-ms-box-flex:1;-o-box-flex:1;box-flex:1;flex-grow: 1;}
  
  
  
  
  .zd-foot-items
  {
    margin:0;
  }
  
  .flex-dire-col{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-dire-row{
    flex-direction: row;
  }
  .flex-wrap{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .jus-con-start{
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
  }
  
  .jus-con-end{
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end;
  }
  .ali-item-start{
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .ali-item-center{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ali-item-end{
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .flexgrow1{-webkit-box-flex:1;-moz-box-flex:1;-ms-box-flex:1;-o-box-flex:1;box-flex:1;flex-grow: 1;}
  .t
  {
    height: 500px;
  }
  @media screen and (max-width: 1024px)
  {
    .zd-main-width
    {
      width:100%;
      font-size:0.15rem;
    }
  }