
.box {
  width:1273px;
  height: 310px;
  margin: 20px auto;
  position: relative;
  overflow: hidden;
}

.box ul {
  position: absolute;
  list-style: none;
  left: 0;
  top: 0;
}

.box ul li {
  height: 310px;
  float: left;
}

.box ul li img {
  width: 1273px;
  height: 310px;
}

.box ol {
  position: absolute;
  z-index: 9;
  list-style: none;
  height: 10px;
  left: 50%;
  margin-left: -35px;
  bottom: 30px;
}

.box ol li {
  width: 10px;
  height: 10px;
  border: .5px solid #aaa;
  border-radius: 50%;
  margin-left: 5px;
  float: left;
  background-color: #fff;
  cursor: pointer;
}

.box #btn {
  position: absolute;
  width: 100%;
  height: 80px;
  top: 50%;
  margin-top: -40px;
  user-select: none;
}

.box .btn {
  width: 50px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  font-size: 35px;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.4);
  color: rgb(230, 225, 225);
}

.box .btnLeft {
  float: left;
  margin-left: 30px;
  cursor: pointer;
}

.box .btnRight {
  float: right;
  margin-right: 30px;
  cursor: pointer;
}

.box ol .active {
  background-color: #97c8f8;
}