.banner {
  position: relative;
  height: 580px;
  overflow: hidden;
}
.banner-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 580px;
  background: no-repeat top center;
}
.banner-item a {
  display: block;
  width: 1000px;
  height: 580px;
  overflow: hidden;
  text-indent: -9999px;
  margin: auto;
}
.banner-prev, .banner-next{
  position: absolute;
  left: 8%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url("../images/slider-arrow.png") no-repeat scroll -110px 5px transparent;
  opacity: 0.5;
}

.banner-next {
  left: auto;
  right: 8%;
  background-position: 8px 5px;
}

.banner-prev:hover,
.banner-next:hover{
  filter:alpha(opacity=100);opacity:1;
}

.banner-bar {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 0px;
  height: 30px;
  line-height: 30px;
}
.banner-bar ul {
  text-align:center;
}
.banner-bar li {
  cursor: pointer;
  display: inline-block;
  *display:inline;
  zoom: 1;
  width: 10px;
  height: 10px;
  background: red;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 1px;
  margin-right: 3px;
  overflow: hidden;
  background: #eee;
  filter: alpha(opacity=50);
  opacity: 0.5;
  line-height: 999px;
}
.banner-bar li.on {
  background:#29b6f6;
}
.banner-bar li {
  cursor: pointer;
  display: inline-block;
  *display:inline;
  zoom: 1;
  width: 14px;
  height: 14px;
  background: url('../images/dot.png');
  margin: 1px;
  margin-right: 10px;
  overflow: hidden;
  filter: alpha(opacity=50);
  opacity: 0.5;
  line-height: 14px;
  text-indent:-999px;
}
.banner-bar li.on {
  background: url('../images/dot_on.png');
}

.server{
  margin:40px auto 0px 0px;
}
.server img{
  display: block;
  width:1000px;
  height: 933px; 
}


.news {
    margin:100px auto 40px 0px;
}
.news h2 img{
  width: 420px;
  height: 104px;
  overflow: hidden;
}
.news h2 img{
     display: block;
}
.news .more {
    float:right;
    margin-top:10px;
}

.news .more a {
    color:#2eb257;
}
.news ul {
    padding-top:50px;
    padding-bottom: 1px;
}
.news ul li {
    color:#5a5959; 
    padding: 10px 0;
    clear: both; 
}
.news ul li .flag {

} 
.all-news{
  padding-top: 18px;
}
.all-news a{
  color: #006e43;
}

