body, html {
    height: 100%;
    padding: 0;
    margin: 0;
    background-color:#FFFFFF;
    font-family: 'Microsoft YaHei',arial,sans-serif,'Droid Sans Fallback';
  }
  
  /*css初始化*/
  /*清除内外边距*/
  body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,img{
      margin: 0;
      padding: 0;
      border: medium none;
      box-sizing:border-box;
  }
  
  em{
      font-style: normal;
  }
  /*重置列表元素*/
  ul,li{
      list-style: none;
  }
  /*重置超链接元素*/
  a{
      text-decoration: none;
      color: #333333;
  }
  a:hover{
      text-decoration: underline;
      color: #f40;
  }
  /*重置图片元素*/
  img{
      border: 0px;
      vertical-align:middle;
  }
  /*重置表格元素*/
  table{
      border-collapse: collapse;
      border-spacing: 0;
  }
   
  .footer1 {
    width: 100%;
    height: 16.6rem;
    background: #333333;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    line-height: 2.7rem;
    overflow: hidden;
  }
  .footer1 img {
    width: 12.8rem;
    display: block;
    margin: 3rem auto 1rem;
  }
  .footer2 {
    width: 100%;
    height: 8.6rem;
    background: #232323;
    text-align: center;
    font-size: 10px;
    font-weight: 400;
    color: #999999;
    line-height: 2.4rem;
    padding-top: 10px;
  }