html{
    height: 100%;
}
body {
    min-height: 100%;
    position: relative;
}

@font-face {
  font-family: 'iconfont';  /* project id 838104 */
  src: url('http://at.alicdn.com/t/font_838104_yx7tuilk85.eot');
  src: url('http://at.alicdn.com/t/font_838104_yx7tuilk85.eot?#iefix') format('embedded-opentype'),
  url('http://at.alicdn.com/t/font_838104_yx7tuilk85.woff2') format('woff2'),
  url('http://at.alicdn.com/t/font_838104_yx7tuilk85.woff') format('woff'),
  url('http://at.alicdn.com/t/font_838104_yx7tuilk85.ttf') format('truetype'),
  url('http://at.alicdn.com/t/font_838104_yx7tuilk85.svg#iconfont') format('svg');
}

.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}

  /****** header *****/
  #header {
    width: 100%;
    height: 40px;
    background: #fff; 
    padding: 20px 0;
    box-sizing:content-box;
    font-family: 'Î¢ÈíÑÅºÚ';
    color: #333;
    font-weight: normal;
  }
  
  .header-container {
    width: 1000px;
    height: 40px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
  }
  
  .logo {
    width: 90px;
    height: 40px;
  }
  
  .logo img {
    width: 100%;
    height: 100%;
  }
  
  .login {
    padding-top: 8px;
  }
  
  .login>a {
    padding: 4px 20px; 
    font-size: 14px;
    line-height: 1;
    color: #6da934;
    border: 1px solid #6da934;
    border-radius: 10px;
    text-decoration: none;
  }
  
  .login>a:last-child {
    /* padding: 7px 23px;  */
    background: #6da934;
    color: #fff;
    margin-left: 6px;
  }
  
  .nav {
    width: calc(100% - 250px);
    text-align: center;
  }
  
  .nav-list {
    display: inline-block;
    overflow: hidden;
  }
  
  .nav-item {
    float: left;
    width: 94px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
  
  }
  
  .nav-item>a {
    color: #333;
    text-decoration: none;
  
  }
  
  .nav-item>a:hover {
    color: #6da934;
  }
  
  .nav-item>.active {
    color: #6da934;
    cursor: default;
  }
  

  /**********åº•éƒ¨**********/
#footer {
    width: 100%;
    height: 110px;
  }
  
  .footer-inner {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 44px;
    border-top: 2px solid #6da934;
    padding: 28px 0;
    text-align: center;
  }
  
  .link {
    display: inline-block;
  }
  
  .link-title {
    color: #333;
    font-size: 14px;
  }
  
  .link-list>li {
    float: left;
    margin-right: 14px;
  }
  
  .link-list a {
    font-size: 14px;
    color: #333;
    text-decoration: none;
  }
  
  .link-list a:hover {
    color: #6da934;
  }
  
  .copyright {
    font-size: 14px;
    color: #999;
    margin-top: 8px;
  }
  
  