.focus {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.focus .hd {
  width: 100%;
  height: 0.17rem;
  position: absolute;
  z-index: 1;
  bottom: 0.7rem;
  text-align: center;
  display:flex;
  justify-content: center;
}
.focus .hd ul {
  /*position: absolute;
  right: 50%;
  bottom: 0px;*/
  height: 0.17rem;
}
.focus .hd ul li {
  width: 0.17rem;
  height: 0.17rem;
  /*border-radius: 50%;*/
  background-color: #eaeaea;
  margin: 0 0.15rem;
  float: left;
  overflow: hidden;
  cursor: pointer;
  background:url(../images/num.png) no-repeat;
  background-size:100% 100%;
}
.focus .hd ul .on {
  background:url(../images/numon.png) no-repeat;
  background-size:100% 100%;
}
.focus .bd {
  position: relative;
  z-index: 0;
  width: 100%;
}
.focus .bd li {
	width:100%;
  /*height: 10.8rem;*/
  overflow: hidden;
}
.focus .bd li img {
  width: 100%;
  height: 100%;
}
.focus .bd li a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* 取消链接高亮 */

}