.san-banner {
  position: relative;
  width: 100%;
  /* height: calc(100vh - 146px); */
  /* min-height: 800px; */
  height: 100vh;
  z-index: 2;
  box-sizing: border-box;
  overflow-x: hidden;
}

.san-banner  .qili-btndown {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  z-index: 3;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.san-banner  .qili-btndown i {
  font-size: 20px;
}
.san-banner .swiper-container {
  height: 100%;
}

.san-banner .swiper-slide {
  height: auto;
}

.san-banner li {
  text-align: center;
  overflow: hidden;
}

.san-banner li span img {
  min-width: 100%;
  min-height: 100%;
}

.san-banner .banner-text {
  position: absolute;
  left: 0%;
  top: 34%;
  width: 56.8%;
  min-height: 504px;
  text-align: left;
  z-index: 1;
  margin: auto;
  /* top: 0; */
  /* bottom: 0; */
}

.san-banner .banner-text h2 {
  font-size: 60px;
  color: #fff;
  line-height: 84px;
  /* font-family: var(--title-font-family); */
  text-transform: uppercase;
}

.san-banner .banner-text h2 b {
  padding: 2px 7px;
  font-style: normal;
  background: rgba(255, 255, 255, 0.22);
  font-family: var(--title-font-family);
}

.san-banner .banner-text p {
  margin-top: 0px;
  font-size: 18px;
  color: #fff;
  line-height: 36px;
}

.san-banner .main-href {
  margin-top: 50px;
}

.san-banner .main-href a {
  display: inline-block;
  padding: 10px 30px;
  background: #ffffff;
  color: #fff;
  font-size: 18px;
  font-family: montserrat-bold;
  cursor: pointer;
  border-radius: 50px;
  color: #000;
  text-transform: uppercase;border: 1px #fff solid;
}
.san-banner .main-href a:nth-child(2) {
  display: inline-block;
  padding: 10px 30px;
  color: #fff;
  font-size: 18px;
  font-family: montserrat-bold;
  cursor: pointer;
  border-radius: 50px;
  color: #fff;
  text-transform: uppercase;
  background: none;
  border: 1px #fff solid;
  margin-left: 10px;
}
.san-banner .main-href a.a2:hover {
  background: #fff;color: #000;
  text-decoration: none;
}
.san-banner .main-href a.a1:hover {
  background: none;border: 1px #fff solid;color: #fff;
  text-decoration: none;
}
.san-banner .main-href a {
  /* padding: 17px 82px; */
}

@keyframes bounce-down {
  25% {
    transform: translateY(-3px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(0);
  }
}

.san-banner .mouse {
  display: inline-block;
  font-size: 29px;
  margin-right: 18px;
  line-height: 30px;
  color: #fff;
  -webkit-animation: bounce-down 1s linear infinite;
  animation: bounce-down 1s linear infinite;
  vertical-align: top;
}
.san-banner .mouse img{transform: rotate(180deg);}
.san-banner .banner-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 34.2%;
  height: 133px;
  padding: 54px 0 0 60px;
  background: var(--color-primary);
  z-index: 9;
  cursor: pointer;
}

.san-banner .banner-bottom p {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  margin-top: 0;
  font-family: var(--font-family);
  vertical-align: top;
}

.san-banner .container {
  /*width: 1400px;*/
  margin: auto;
  position: relative;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.san-banner .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 64px;
}

.san-banner .swiper-pagination span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 20px;
  background: #fff;
  border-radius: 20px;
  cursor: pointer;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
}

.san-banner .swiper-pagination span.swiper-pagination-bullet {
  opacity: 1;
}

.san-banner .swiper-pagination span.swiper-pagination-bullet-active {
  background: var(--color-primary);
  width: 28px;
}

.san-banner .swiper-pagination span:hover {
  opacity: 0.8;
}

.san-banner .swiper-pagination span.swiper-pagination-bullet-active:hover {
  opacity: 1;
}

.san-banner .width-auto {
  position: relative;
  width: 1400px;
  margin: 0 auto;
}

.san-banner .swiper-pagination {
  width: auto !important;
  text-align: center;
  margin-top: 7px;
  margin-left: 26px;
  vertical-align: top;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.san-banner .swiper-pagination-progress {
  display: inline-block;
  width: 914px;
  height: 2px;
  background: #cbd2d6;
}

@media screen and (min-width: 1921px) {
  .san-banner .banner-bottom {
    width: 40%;
  }
}
@media screen and (min-width: 1500px) {
  .san-banner .container {
    max-width: 90%;
  }
}

@media screen and (max-width: 1580px) {
  /*.san-banner .container,*/
  /*.san-banner .width-auto {*/
  /*  width: 78%;*/
  /*}*/

  .san-banner {
    min-height: auto;
  }

  .san-banner li span img {
    width: 100%;
  }

  .san-banner .banner-text {
    min-height: auto;
  }

  .san-banner .banner-text h2 {
    font-size: 42px;
    color: #fff;
    line-height: 64px;
  }

  .san-banner .banner-text p {
    font-size: 17px;
    line-height: 30px;
  }

  .san-banner .banner-bottom {
    height: 90px;
    padding: 30px 0 0 60px;
  }

  .san-banner .swiper-pagination {
    bottom: 32px;
  }

  .san-banner .main-href {
    margin-top: 40px;
  }

  .san-banner .main-href a {
    padding: 15px 72px;
  }

  .san-banner .main-href a {
    padding: 16px 50px;
    font-size: 15px;
  }
}

@media screen and (max-width: 1420px) {
  .san-banner .banner-text h2 {
    font-size: 36px;
    line-height: 52px;
  }
}

@media screen and (max-width: 1280px) {
  .san-banner .banner-text {
    width: 66%;
  }

  .san-banner .banner-text h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .san-banner .banner-text p {
    font-size: 16px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

@media screen and (max-width: 960px) {
  .san-banner .swiper-container h2 {
    text-align: center;
    margin-top: 70px;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .san-banner .container,
  .san-banner .width-auto {
    width: 88%;
  }

  .san-banner .banner-bottom {
    display: none;
  }

  .san-banner .banner-text {
    width: 100%;
    left: 0;
  }

  .san-banner .swiper-pagination {
    margin-left: 5px;
  }

  .san-banner .banner-text h3 {
    font-size: 32px;
  }

  .san-banner .main-href a {
    font-size: 14px;
  }

  .san-banner .main-href a:nth-child(2) {
    margin-left: 0;
    margin-top: 10px;
    padding: 15px 49px;
  }

  .san-banner p {
    font-size: 15px;
    line-height: 24px;
  }

  .san-banner .banner-text {
    top: 24%;
  }

  .san-banner .banner-text p {
    /*display: none;*/
    text-align: center;
    font-size: 12px;
    line-height: 16px;
  }

  .san-banner .swiper-pagination {
    bottom: 37px;
  }

  .san-banner .banner-text {
    top: 20%;
  }

  .san-banner .main-href {
    margin-top: 30px;
    text-align: center;
  }

  .san-banner .swiper-pagination {
    bottom: 24px;
  }

  .san-banner .swiper-pagination span {
    width: 10px;
    height: 10px;
    margin-right: 15px;
  }

  /*add 06-19*/
  .san-banner .swiper-pagination span.swiper-pagination-bullet-active {
    width: 22px;
  }
  
  .san-banner .banner-text{
    top: auto;
    bottom: 30px;
  }
  .san-banner .qili-btndown{
    display: none;
  }
  .san-banner{
    height: 500px;
  }
  .san-banner li span img{
    object-fit: cover;
  }
  .san-banner .main-href{
    margin-top: 10px;
  }
  .san-banner .main-href{
    padding: 0;
  }
  .san-banner .main-href a{
    padding: 5px 20px;
    font-size: 8px;
  }
  .san-banner .main-href a:nth-child(2){
    margin-top: 0;
    padding: 5px 20px;
    font-size: 8px;
  }
}

/*@media screen and (max-width: 620px) {*/
/*  .san-banner .banner-text {*/
/*    top: 18px;*/
/*  }*/

/*  .san-banner .banner-text .main-href {*/
/*    display: none;*/
/*  }*/
/*}*/
