/*底部 start*/
.bottom{
    /* width: 1920px; */
    height: 254px;
    margin: 0 auto;
    background: url("../publicImage/footer.jpg") no-repeat center;
  }
  .bottom ul{
    padding: 70px 0 0 490px;
  }
  .bottom ul li{
    float: left;
    margin-right: 35px;
    color: #fff;
    font-size: 18px;
  }
  
  .bottom ul li:last-child {
    margin: 0;
  }
  
  .bottom ul li span{
    font-size: 44px;
    font-family: '微软雅黑';
    display: inline-block;
    height: 35px;
    line-height: 35px;
    margin-bottom: 8px;
  }
  .bottom ul li p{
    font-size: 18px;
    height: 18px;
    line-height: 18px;
    font-family: '微软雅黑';
    padding-left: 3px;
  }
  /*底部 end*/
  
  /*footer start*/
  .footer {
    margin-bottom: 76px;
  }
  
  .footer .link{
    background: #252525;
    height: 184px;
  }
  .footer .link .wrap{
    padding: 20px 163px 0px 107px;
  }
  .footer .link .wrap dl{
    padding-top: 4px;
  }
  .footer .link .wrap dl:first-child{
    margin-right: 72px;
  }
  .footer .link .wrap dl:nth-child(2){
    margin-right: 64px;
  }
  .footer .link .wrap dl:nth-child(3){
    margin-right: 64px;
  }
  .footer .link .wrap dl:nth-child(4){
    margin-right: 64px;
  }
  .footer .link .wrap dt{
    width: 100%;
    margin-bottom: 23px;
    line-height: 14px;
    font-size: 14px;
    height: 14px;
    color: #fff;
  }
  .footer .link .wrap dl p{
    font-size: 12px;
    color: #aaaaaa;
    font-family: '微软雅黑';
    text-align: center;
    height: 12px;
    line-height: 12px;
    margin-top: 6px;
  }
  .footer .link .wrap dl h3{
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin-bottom: 13px;
  }
  .footer .link .wrap dd a{
    font-size: 13px;
    height: 13px;
    line-height: 13px;
    color: #fff;
    display: block;
    float: left;
    margin-bottom: 8px;
  }
  .footer .beian{
    background: #111111;
    height: 40px;
    line-height: 40px;
  }
  .footer .beian p{
    padding: 0 10px;
    color: #fffefe;
    font-size: 13px;
    padding-left: 117px;
  }
  /*footer end*/