body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, hr {
  padding: 0;
  margin: 0; }

body {
  background: url("../images/bodyBg.jpg") repeat-x 0 0;
  background-size: auto 100%;  
  color: #fff;
  /*设置字体颜色*/
  font-size: 14px;
  font-family: "微软雅黑"; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

ol, ul, li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%; }

/* 链接颜色设置*/
a {
  color: #000;
  text-decoration: none; }
  a:hover {
    color: #003195; }

.main {
  width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.wrap {
  min-width: 1200px;
  width: 100%; }

/* 清理浮动 */
.fn-clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.fn-clear {
  zoom: 1
  /* for IE6 IE7 */ }

.floatL{
  float: left;
}

.floatR{
  float: right;
}

.overflowH {
  overflow: hidden; }

input, textarea {
  outline: none; }

i, strong, em, b {
  font-style: normal;
}

.red{
  color: #cf0101;
}

img{
  display: block;
}
