#main_banner {
  width: 100%;
  height: 340px;
  background: url(../images/index/bigpic_bg.png) repeat-x 0 0;
  text-align: center;
  padding: 1px auto;
}
#main_banner .pic {
  width: 1100px;
  height: 340px;
  margin: 0 auto;
}
#main_banner .pic li {
  position: absolute;
}

#indexmain {
  width: 1100px;
  height: 280px;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  position: relative;
}
#indexmain #index_about {
  background: url(../images/index/about_bg.png) no-repeat 0 0;
  height: 190px;
  padding: 90px 30px 0 230px;
}
#indexmain #index_about > h2 {
  text-indent: -99999px;
}
#indexmain #index_about > h3 {
  font-size: 17px;
  color: #0990C4;
  width: 243px;
}
#indexmain #index_about > p {
  width: 243px;
}
#indexmain #index_news {
  position: absolute;
  top: 30px;
  right: 70px;
}
#indexmain #index_news > h2 {
  background: url(../images/index/news_title.png) repeat 0 0;
  width: 509px;
  height: 38px;
  text-indent: -99999px;
}
#indexmain #index_news > .more {
  position: absolute;
  top: 10px;
  right: 15px;
}
#indexmain #index_news > .more a {
  background: url(../images/index/more.png) repeat 0 0;
  width: 52px;
  height: 18px;
  display: block;
  text-indent: -99999px;
}
#indexmain #index_news > .more a:hover {
  background: url(../images/index/more_.png) repeat 0 0;
}
#indexmain #index_news > ul li {
  width: 498px;
  padding: 12px 8px;
  background: url(../images/index/line.png) repeat-x 0 bottom;
}
#indexmain #index_news > ul li a {
  color: #707070;
  text-decoration: none;
}
#indexmain #index_news > ul li a:hover {
  color: #0FA3DB;
}
#indexmain #index_news > ul li span {
  font-size: 12px;
  background: #006388;
  color: #fff;
  margin-right: 10px;
  padding: 2px 4px;
}
