/* 棣栭〉杞挱鏂囧瓧 */
.hub-slider {
  position: relative;
  margin-left: 45rem;
  margin-top: -8rem;
}

.hub-slider ul {
  list-style: none;
}

.hub-slider ul li {
  width: 8rem;
  height: 5rem;
  background: #8bccc8;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  border-radius:6px;
}
.ziti{
  color: black;
  position: relative;
  margin-top: 1.5rem;
  margin-left: 2.5rem;
}
.hub-slider ul li:nth-child(1){
  background-image: url(../img/1.jpg);
}
.hub-slider ul li:nth-child(2){
  background-image: url(../img/2.jpg);
}
.hub-slider ul li:nth-child(3){
  background-image: url(../img/3.jpg);
}
.hub-slider ul li:nth-child(4){
  background-image: url(../img/4.jpg);
}

.hub-slider-controls {
  position: relative;
  width: 1rem;
  height: 1rem;
  right: 0;
  top: 0;
  z-index: 10;
}

.hub-slider-arrow {
  text-align: center;
  width: 1rem;
  height: 1rem;
  border: none;
  background: #d2527f;
  color: #fff;
  font-weight: bold;
}
/* 甯堣祫闃熶紞鐓х墖澶у皬 */
.shiziimg{
  width: 25rem;
  height: 15rem;
}