body {
  margin: 0 auto;
  padding: 0;
  font-family: Microsoft YaHei;
  background-color: #fff;
  font-size: 100%;
}
@media all and (min-width: 640px) {
  body {
    width: 640px;
    margin: 0 auto;
  }
}
html,
h1,
h2,
h3,
h4,
h5,
dl,
dd,
dt,
ul,
li,
ol,
span,
p {
  margin: 0;
  padding: 0;
}
select {
  border: 0 none;
}
a {
  text-decoration: none;
}
input,
textarea,
select {
  outline: none;
  border: 0 none;
  padding: 0;
  margin: 0;
}
ul,
li {
  list-style: none;
}
button {
  outline: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.index {
  padding-bottom: 3.4375rem;
}
.index .header {
  width: 100%;
  font-size: 0;
  position: relative;
}
.index .header .head {
  width: 100%;
}
.index .header .right {
  top: 0.5rem;
  position: absolute;
  right: 12.78125%;
}
.index .header .right .txt {
  color: #00479d;
  font-weight: bold;
  font-size: 0.625rem;
}
.index .header .right .num {
  color: #00479d;
  font-size: 0.9375rem;
  font-weight: bold;
  font-family: "Impact";
}
.index .header .right .num a{
    color: #00479d;
}
.index .footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3.4375rem;
  background: url(/images/sj/footerbg.jpg) repeat-x;
  -webkit-background-size: 100% 3.4375rem;
  background-size: 100% 3.4375rem;
  text-align: center;
}
.index .footer ul {
  overflow: hidden;
  display: inline-block;
}
.index .footer ul li {
  padding-top: 2%;
  line-height: 140%;
  width: 16.666666666666%;
  float: left;
}
.index .footer ul li div {
  color: #fff;
  font-size: 0.625rem;
}
.index .footer ul li img {
  width: 100%;
  vertical-align: top;
}

.ban {
    position: absolute;
    top: .5rem;
    right: .1rem;
    font-size: 0.525rem;
}

.ban a {
    color: #00479d;
}