html,body{
    min-height:100%;
  }
  body,html,a,img,div,ul,li,p,em,span,i,input,textarea,dl,dt,dd{
    margin:0;
    padding:0;
    outline:0;
    -webkit-tap-highlight-color:rgba(255,255,255,0);
  }
  ul,ol,li{
    list-style:none;
  }
  a{
    color:#333;
    text-decoration:none;
  }
  a:hover{
    color:#f60;
    text-decoration:underline;
  }
  img{
    display:block;
    border:0;
  }
  em,i{
    font-style:normal;
  }
  input,textarea{
    outline:none;
  }
  .cf{
    *zoom:1;
  }
  .cf:after{
    content:'';
    display:block;
    height:0;
    clear:both;
    overflow:hidden;
  }

  .tbar{
    background:#f9f9f9;
    width:100%;
    height:74px;
    border-bottom:1px solid #e5e5e5;
    overflow:hidden;
  }
  .tbar .bre{
    width:940px;
    height:41px;
    line-height:41px;
    margin:0 auto;
    padding:16px 10px 0;
    color:#4c4c4c;
    font-size:20px;
    overflow:hidden;
  }
  .tbar .logo{
    float:left;
    margin-right:10px;
  }

  .idxcont{
      width: 980px;
      margin: 0 auto;
      border-left: 1px solid #e5e5e5;
      border-right: 1px solid #e5e5e5;
      padding-bottom: 30px;
  }
  .idxcont img{
      margin: 0 auto;
  }

  .footer{
    background:#f8f8f8;
    padding:10px 0;
    border-top:1px solid #e5e5e5;
    overflow:hidden;
  }

  .footer{
    background:#f8f8f8;
    padding:10px 0;
    border-top:1px solid #e5e5e5;
    overflow:hidden;
  }
  .footer .copyright{
    width:960px;
    line-height:24px;
    margin:0 auto;
    text-align:center;
    font-size:12px;
    color:#333;
  }
  .footer .copyright a{
    color:#333;
  }
  .footer .copyright a:hover{
    color:#f60;
  }