.banner {
  text-align: center;
}

.slideTxtBox {
  width: 100%;
}

.slideTxtBox ul>p {
  font-size: 18px;
  float: left;
  margin-right: 50px;
  cursor: pointer;
  font-weight: bold;
}

.slideTxtBox .hd {
  width: 100%;
  height: 76px;
  line-height: 76px;
  position: relative;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .12);
}

.slideTxtBox .hd ul {
  width: 1200px;
  margin: 0 auto;
  line-height: 24px;
  padding: 18px 0px;
}

.slideTxtBox .hd ul li {
  font-size: 18px;
  float: left;
  margin-right: 50px;
  cursor: pointer;
}

.slideTxtBox .hd ul li.on {
  color: #0262ae;
  border-bottom: 2px solid #0262ae;
  padding-bottom: 8px;
}

.slideTxtBox .bd {
  width: 1200px;
  margin: auto;
}

.slideTxtBox .bd ul {
  width: 100%;
  height: auto;
  margin: 40px 0px;
  zoom: 1;
}

.slideTxtBox .bd ul li {
  width: 100%;
  height: 68px;
  border-bottom: 1px solid #e6e6e6;
}

.slideTxtBox .bd ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.slideTxtBox .bd ul li p {
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #333;
  line-height: 68px;
  font-weight: 700;
  margin: 0;
  padding-left: 30px;
  background: url(ico.png) 13px no-repeat;
  background-size: 14px 20px;
}

.slideTxtBox .bd ul li span {
  width: 123px;
  height: 39px;
  background: #f4f8fb;
  color: #888;
  font-size: 16px;
  text-align: center;
  line-height: 39px;
  margin-top: 15px;
  margin-right: 20px;
}

.slideTxtBox .bd ul li a:hover p {
  color: #0262ae
}

.slideTxtBox .bd ul li a:hover span {
  background: #4e81b3;
  color: #fff
}

@media only screen and (max-width:768px) {
  .banner img {
    width: 100%;
  }

  .slideTxtBox .hd {
    padding: 0 3%;
  }
.slideTxtBox .hd ul {
    width: 100%;
  }
  .slideTxtBox ul>p {
    margin-right: 0.3rem;
  }

  .slideTxtBox .hd ul li {
    font-size: 0.3rem;
    margin-right: 0.3rem;
  }

  .slideTxtBox .bd {
    width: 100%;
  }

  .slideTxtBox .bd ul li p {
    width: 75%;
    font-size: 0.3rem;
  }

  .slideTxtBox .bd ul li span {
    width: 23%;
    font-size: 0.28rem;
    margin-right: 3%;
  }

  .more {
    font-size: 0.4rem;
  }
}