#banner-arshine {
  position: relative;
}

#banner-arshine .tit {
  border: 1px solid var(--color-primary);
  display: inline-block;
  border-radius: 24px;
  position: absolute;
  top: calc(50% - 130px);
  left: calc(50% - 90px);
  background: #fff;
  transition: all 0.3s ease 0s;
}

#banner-arshine .tit a {
  font-size: 18px;
  color: #333;
  line-height: 48px;
  padding: 0 12px 0 24px;
}

#banner-arshine .tit a i {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background: var(--color-primary);
  border-radius: 50%;
  text-align: center;
  color: #fff;
  margin-left: 15px;
}

#banner-arshine .tit:hover {
  background: var(--color-primary);
}

#banner-arshine .tit:hover a {
  color: #fff;
}

#banner-arshine .tit:hover a i {
  color: var(--color-primary);
  background: #fff;
}

#banner-arshine img {
  width: 100%;
}

#banner-arshine .swiper-horizontal>.swiper-pagination-bullets {
  bottom: 25px;
}

#banner-arshine .swiper-pagination-bullet {
  width: 40px;
  height: 8px;
  margin: 0 5px;
  border-radius: 0;
  background: #fff;
  opacity: 1;
}

#banner-arshine .swiper-pagination-bullet-active {
  background: var(--color-primary);
}


@media screen and (max-width:1700px) {
  #banner-arshine .tit {
    top: calc(50% - 115px);
  }
}


@media screen and (max-width:1441px) {
  #banner-arshine .tit {
    top: calc(50% - 100px);
  }
}


@media screen and (max-width:1281px) {
  #banner-arshine .tit {
    top: calc(50% - 92px);
    left: calc(50% - 83px);
  }

  #banner-arshine .tit a {
    font-size: 16px;
    line-height: 40px;
    padding: 0 8px 0 18px;
  }
}


@media screen and (max-width:1171px) {
  #banner-arshine .tit {
    top: calc(50% - 72px);
  }
}

@media screen and (max-width:768px) {
  #banner-arshine .tit {
    top: calc(50% - 58px);
    left: calc(50% - 57px);
  }

  #banner-arshine .tit a {
    font-size: 12px;
    line-height: 28px;
    padding: 0 6px 0 10px;
  }

  #banner-arshine .tit a i {
    width: 20px;
    height: 20px;
    line-height: 18px;
    margin-left: 6px;
  }

  #banner-arshine .swiper-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
  }

  #banner-arshine .swiper-pagination-bullet {
    width: 25px;
    height: 4px;
    margin: 0 3px;
  }
}


@media screen and (max-width:480px) {
  #banner-arshine .tit {
    top: calc(50% - 35px);
  }
}


@media screen and (max-width:400px) {
  #banner-arshine .tit {
    top: calc(50% - 30px);
  }
}