html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
  }
  li {
    list-style: none;
  }
  a{
    text-decoration:none; 
  }
  html, body{  
    min-width: 1230px;
    width: 100%;
    height: auto;
    font-family: 'Microsoft YaHei';
  }   

  .container .header{
    position: fixed;
    width: 100%;
    height: 128px;
    background: #fff;
    z-index: 1000;
  }
  .container .header >div .logo{
    width: 134px;
    height: 59px;
    margin-top: 12px;
    float: left;
  }
  .container .header >div .font1{
    width: 191px;
    height: 25px;
    margin-top: 30px;
    float: right;
  }
  .container .header .nav{
    width: 100%;
    height: 40px;
    background: #67ec6b;
  }
  
  .container .header .nav > div > a{
    float: right;
    width: 139px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
  }
  .container .footer a{
    position:relative; display: inline-block; margin-right: 10px; color:#999999; font-size: 14px;
  }
  .container .footer a:hover{
    color: #3e8840;
  }
  .container .footer{
    width: 100%;
    height: 120px;
    background: #fff;
    position: relative;
    text-align: center;
    line-height: 120px;
  }