.banner {
  width: 100%;
  height: 240px;
  overflow: hidden;
  margin-top: 5px;
  position: relative;
}

.banner .slideBox {
  width: 1000px;
  height: 240px;
  position: relative;
  left: 50%;
  margin-left: -500px;
  position: relative;
}

.banner .slideBox .prev {
  background: url(../img/le.png) no-repeat center;
  width: 65px;
  height: 123px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 10%;
  z-index: 100;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  margin-top: -45px;
  cursor: pointer;
}

.banner .slideBox .next {
  background: url(../img/ri.png) no-repeat center;
  width: 65px;
  height: 123px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 10%;
  z-index: 100;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  margin-top: -45px;
  cursor: pointer;
}

.banner .slideBox .hd {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 16px;
  overflow: hidden;
  height: 16px;
  z-index: 99;
}

.banner .slideBox .hd li {
  box-shadow: inset 1px 1px 1px #419641;
  width: 12px;
  height: 12px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  overflow: hidden;
  margin: 0 3px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
}

.banner .slideBox .hd li.on {
  background: #125ed6;
}

.banner .slideBox .bd {
  position: relative;
  z-index: 9;
}

.banner .slideBox .bd li img {
  width: 1000px;
  height: 240px;
}

.banner_text {
  position: absolute;
  width: 100%;
  padding-top: 120px;
  z-index: 99;
  top: 0;
  left: 0;
}

.banner_text .text span {
  font-size: 41px;
  color: #fff;
  display: block;
  text-align: center;
  font-weight: bold;
}

.banner_text .text strong {
  font-size: 50px;
  color: #fff;
  display: block;
  text-align: center;
  font-weight: bold;
}

.banner_text .text p {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-family: arial;
  margin-top: 10px;
}

.banner_text .text i {
  width: 104px;
  height: 5px;
  background: #fff;
  text-align: center;
  margin: 0 auto;
  display: block;
  font-style: normal;
  margin-top: 40px;
}