header {
  height: 510px;
}

#slideshow {
  height: 500px;
  width: 1200px;
  overflow: hidden;
  position: static;
  left: 0px;
  top: 100px;
}

#slideshow ul {
  margin: 0px;
  padding: 0px;
}

#slideshow ul li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#news {
  height: 35px;
  width: 950px;
  margin-right: auto;
  margin-left: auto;
  background-image: url(../images/index/news_bg.jpg);
  position: relative;
}

#news h2 {
  background-image: url(../images/index/news_tit.jpg);
  height: 29px;
  width: 96px;
  text-indent: -5000px;
  position: absolute;
  left: 3px;
  top: 3px;
}

#news span {
  margin-right: 1em;
}

#note {
  width: 950px;
  margin-right: auto;
  margin-left: auto;
  font-weight: 600;
  margin-top: 20px;
  color: #e8210f;
  margin-bottom: 20px;
}

div.ticker {
  width: 800px;
  position: relative;
  overflow: hidden;
  margin-left: 110px;
}

div.ticker ul {
  height: 35px;
}

div.ticker ul li {
  float: left;
  display: inline;
  clear: both;
  text-align: left;
  list-style-type: none;
  position: relative;
  line-height: 35px;
  margin-bottom: -35px;
  width: 800px;
}

#content {
  position: absolute;
  left: 630px;
  top: -20px;
  z-index: 100;
}

#content .image {
  margin-bottom: 30px;
  margin-left: 20px;
}

#content h2 {
  position: absolute;
  top: 220px;
  right: 0px;
}

#content p {
  position: absolute;
  top: 220px;
  right: 40px;
}

#main {
  position: relative;
}

#main #bnr {
  position: absolute;
  left: 25px;
  top: -90px;
}
