﻿ *{
        font-family:"微软雅黑","Microsoft Yahei","SimSun","宋体";
        border:none;
        margin:0px;
        padding:0px;
        letter-spacing:0;
        font-weight:normal;
        /*                font-size:0px;*/
      }
      body{
        min-width:1300px;
      }
      b,strong{
        font-weight:bold;
      }
      ul,ol,li{
        list-style:none;
      }
      a{
        text-decoration:none;
        cursor:pointer;
      }
      #header,#body,#footer{
        width:100%;
        position:relative;
        overflow:hidden;
      }
      .contentBar{
        min-height:1px;
        width:1244px;
        margin:0 auto;
        position:relative;
        overflow:hidden;
      }
      .fullBar{
        min-height:1px;
        width:100%;
        margin:0 auto;
        position:relative;
        overflow:hidden;
      }
      .autoBar{
        min-height:1px;
        width:auto;
        margin:0 auto;
        position:relative;
        overflow:hidden;
      }
      .fl{
        float:left;
      }
      .fr{
        float:right;
      }
      .clearfix:after{
        content:".";
        display:block;
        height:0;
        clear:both;
        visibility:hidden
      }
      
      .clearfix {
        clear: both;
      }
      .inline{
        display:inline-block;
        display:-moz-inline-block;
        zoom:1;
        *display:inline;
        overflow:hidden;
      }
      .red{
        color:#e10008;
      }