ul,
ol,
li,
div {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

.ft-slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ft-slide .slide-inner {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.ft-slide .slide-inner .slide-item {
  float: left;
  height: 100%;
  position: relative;
}
#slide .ft-slide .slide-item .bimg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
#slide .ft-slide .slide-item .btit {
  width: 490px;
  height: 100px;
  padding: 15px 25px 0px;
  background-color: rgba(75, 117, 26, 0.8);
  overflow: hidden;
  position: absolute;
  left: 50%;
  bottom: 78px;
  margin-left: -600px;
  z-index: 99;
}
#slide .ft-slide .slide-item .btit h3 {
  width: 100%;
  height: 70px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  line-height: 35px;
  overflow: hidden;
}
.ft-slide .slide-indicators {
  position: absolute;
  left: 0;
  bottom: 39px;
  width: 100%;
  text-align: center;
  font-size: 0;
}
.ft-slide .slide-indicators span {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 5px;
  text-align: center;
  border: 0px;
  border-radius: 50%;
  cursor: pointer;
}
.ft-slide .slide-indicators span i {
  width: 15px;
  height: 15px;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 50%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.ft-slide .slide-indicators span.active {
  border: 1px solid #efe647;
}
.ft-slide .slide-indicators span.active i {
  background-color: #efe647;
}
.ft-slide .slide-btn {
  position: absolute;
  top: 50%;
  width: 42px;
  height: 80px;
  margin-top: -40px;
  cursor: pointer;
}
.ft-slide .slide-prev-btn {
  left: 0;
  background-image: url(../images/arrow_left.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.ft-slide .slide-next-btn {
  right: 0;
  background-image: url(../images/arrow_right.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
