#bobo-banner {
  position: relative
}

#bobo-banner img {
  width: 100%
}

#bobo-banner .swiper-slide {
  position: relative
}

#bobo-banner .t {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%
}

#bobo-banner .t.t1 .container {
  height: 100%;
  padding-bottom: 60px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
  text-align: l;
}
#bobo-banner .t.t1 h5 {
  font-size: clamp(18px, 3.65vw,70px);
  font-weight: 700;
  color: #fefefe;
  max-width: 850px;
  text-transform: uppercase
}

#bobo-banner .t.t1 p {
  font-size: clamp(14px, 2.8vw, 54px);
  color: #fefefe;
  font-weight: 500;
}

#bobo-banner .t .more {
  margin-top: 30px;
  font-size: 4px;
}
#bobo-banner .t3 .more {
  margin-top: 10px;
  font-size: 4px;
}
#bobo-banner .t.t1 .more a {
  width: 200px;
  height: 60px;
  line-height: 60px;
  border-radius: var(--button-radius);
  display: inline-block;
  font-size: 21px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  border-radius: 30px;
  background: var(--color-primary);
}
#bobo-banner .t.t2 .container {
  height: 100%;
  padding-top: 70px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
#bobo-banner .t.t2 h5 {
  font-size: clamp(18px, 2.9vw, 56px);
  font-weight: 700;
  color: #fefefe;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px #666;
}

#bobo-banner .t.t2 p {
  font-size: clamp(18px, 2.9vw, 56px);
  color: #fefefe;
  font-weight: 100;
  text-shadow: 2px 2px 2px #666;
}
#bobo-banner .t.t2 .more a {
  width: 200px;
  height: 60px;
  line-height: 60px;
  border-radius: var(--button-radius);
  display: inline-block;
  font-size: 21px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  border-radius: 30px;
  background: var(--color-primary);
}
#bobo-banner .t.t3 .container {
  height: 100%;
  padding-bottom: 60px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
  text-align: left;
}
#bobo-banner .t.t3 h5 {
  font-size: clamp(18px, 2.9vw, 56px);
  font-weight: 900;
  color: #29384D;
  text-transform: uppercase;
  line-height: 1;
}
#bobo-banner .t.t3 h5 span{
  color:#C41325;
  font-size: clamp(22px, 5.1vw, 98px);
}
#bobo-banner .t.t3 p {
  font-size: clamp(18px, 2.9vw, 56px);
  color: #29384D;
  font-weight: 100;
  font-family: 'iconfont';
  line-height: 1;
}
#bobo-banner .t.t3 .more a {
  width: 200px;
  height: 60px;
  line-height: 60px;
  border-radius: var(--button-radius);
  display: inline-block;
  font-size: 21px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  border-radius: 30px;
  background: var(--color-primary);
}
#bobo-banner .t .more a:hover {
  background: #C41325;
  color: #fff;
  border: 1px solid #C41325;
}

#bobo-banner .swiper-pagination-bullets {
  bottom: 60px
}

#bobo-banner .swiper-pagination-bullet {
  width: 80px;
  height: 3px;
  margin: 0 6px;
  background: rgba(255, 255, 225, 0.5);
  border-radius: 0;
  opacity: 1;
  box-sizing: border-box;
  position: relative
}

#bobo-banner .swiper-pagination-bullet-active {
  background: #ffffe1
}


#bobo-banner .swiper-button-prev,
#bobo-banner .swiper-button-next {
  width: auto;
  height: auto;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.5);
  background: 0 0;
  margin-top: -60px;
  text-align: center
}

#bobo-banner .swiper-button-prev::after,
#bobo-banner .swiper-button-next::after {
  display: none;
}

#bobo-banner .swiper-button-prev i,
#bobo-banner .swiper-button-next i {
  font-size: 50px;
  color: inherit
}

#bobo-banner .swiper-button-prev,
#bobo-banner .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto
}

#bobo-banner .swiper-button-next,
#bobo-banner .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto
}

#bobo-banner .swiper-button-prev:hover,
#bobo-banner .swiper-button-next:hover {
  color: #fff
}


@media screen and (max-width: 1280px) {

  #bobo-banner .t h5 {
    font-size: 42px;
    line-height: 1.6
  }

  #bobo-banner .t p {
    font-size: 18px;
  }



  #bobo-banner .t .more a {
    width: 250px;
    height: 60px;
    line-height: 60px
  }
}

@media screen and (max-width: 992px) {

  #bobo-banner .t h5 {
    font-size: 36px;
    line-height: 1.3
  }

  #bobo-banner .t p {
    font-size: 16px;
    margin: 15px 0 0
  }

  #bobo-banner .t .more {
    margin-top: 20px;
    font-size: 0
  }

  #bobo-banner .t .more a {
    width: 170px;
    height: 36px;
    line-height: 36px;
    font-size: 15px
  }

  #bobo-banner .swiper-pagination-bullets {
    bottom: 15px
  }

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

  #bobo-banner .swiper-button-prev,
  #bobo-banner .swiper-button-next {
    display: none
  }

  #bobo-banner .t.t1 .more a,#bobo-banner .t.t2 .more a,#bobo-banner .t.t3 .more a {
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  #bobo-banner .t h5 {
    font-size: 30px;
    line-height: 1.2
  }

  #bobo-banner .t p {
    font-size: 14px;
    margin: 12px 0 0
  }

  #bobo-banner .t .more {
    margin-top: 15px
  }

  #bobo-banner .t .more a {
    width: 150px;
    height: 34px;
    line-height: 34px;
    font-size: 14px
  }
}

@media screen and (max-width: 576px) {
  #bobo-banner .t h5 {
    font-size: 24px
  }

  #bobo-banner .t p {
    font-size: 14px;
    margin: 5px 0 0
  }

  #bobo-banner .t .more {
    margin-top: 5px
  }

  #bobo-banner .t .more a {
    width: 140px;
    height: 32px;
    line-height: 32px;
    font-size: 13px
  }

  #bobo-banner .t.t1 .more a,#bobo-banner .t.t3 .more a,#bobo-banner .t.t2 .more a {
    width: 125px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
  }

  #bobo-banner .t.t1 .container {
    padding-bottom: 5px;
  }

  #bobo-banner .t.t2 .container,#bobo-banner .t.t3 .container {
    padding-top: 5px;
  }







}