.banner {
  width: 100%;
  height: 10.8rem;
  position: relative;
}

.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*opacity: .4;*/
}

.banner .text {
  max-width: 7.57rem;
  position: absolute;
  top: 3.84rem;
  right: 1rem;
}

.banner .text .tit1 {
  font-family: AlimamaShuHeiTi-Bold;
  font-weight: 700;
  font-size: .45rem;
  color: rgba(62, 95, 162, 1);
  margin-bottom: 1.24rem;
  /*line-height: 1;*/
}

.banner .text .txt {
  font-family: AlibabaPuHuiTi-3-45-Light;
  font-weight: 300;
  font-size: .24rem;
  color: rgba(153, 153, 153, 1);
  text-align: center;
  letter-spacing: .05rem;
}

.pro {
  padding-top: 1rem;
}

.proTit {
  font-family: AlimamaShuHeiTi-Bold;
  font-weight: 700;
  font-size: .4rem;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  padding-bottom: .2rem;
  position: relative;
}

.proTit::before,
.proTit::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.proTit::before {
  width: 2.24rem;
  height: .01rem;
  background: rgba(179, 179, 179, 1);
}

.proTit::after {
  width: .34rem;
  height: .03rem;
  background: rgba(62, 95, 162, 1);

}

.swiper {
  /* height: 8.63rem; */
  margin-top: .59rem;
}

.swiper::before{
    content: 'PRODUCTS';
    font-family: AlimamaShuHeiTi-Bold;
    font-weight: 700;
    font-size: 2.2rem;
    /*text-transform: uppercase;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: rgba(62, 95, 162, 0.4);
    opacity: .1;
}

.swiper .swiper-slide {
  opacity: .1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.swiper .swiper-slide-active {
  opacity: 1;
}

.swiper .swiper-slide img {
  width: 100%;
  height: 3.32rem;
  object-fit: contain;
}

.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  width: .6rem;
  height: .6rem;
  border-radius: 50%;
  font-family: AlibabaPuHuiTi-3-45-Light;
  font-size: .4rem;
  font-weight: 100;
  line-height: .6rem;
  border: .01rem solid rgba(62, 95, 162, 1);
  color: rgba(62, 95, 162, 1);
}

.swiper .swiper-button-prev {
  left: 1.4rem;
}

.swiper .swiper-button-next {
  right: 1.4rem;
}

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

.swiper .swiper-button-prev:hover,
.swiper .swiper-button-next:hover{
  background: rgba(62, 95, 162, 1);
  color: #fff;
}

.swiper p {
  font-family: AlibabaPuHuiTi-3-45-Light;
  font-weight: 300;
  font-size: .24rem;
  color: rgba(102, 102, 102, 1);
}

.swiper .tit1 {
  font-family: AlibabaPuHuiTi-3-85-Bold;
  font-weight: 700;
  font-size: .36rem;
  color: rgba(62, 95, 162, 1);
  margin-bottom: .51rem;
  text-align: center;
}

.swiper .tit2 {
  font-family: AlibabaPuHuiTi-3-65-Medium;
  font-weight: 500;
  font-size: .36rem;
  color: rgba(51, 51, 51, 1);
}

.swiper .txt {
  font-family: AlibabaPuHuiTi-3-55-Regular;
  font-weight: 400;
  font-size: .24rem;
  color: rgba(102, 102, 102, 1);
  margin-bottom: .4rem;
}

.swiper a:last-child {
  width: 1.48rem;
  height: .5rem;
  border-radius: .3rem;
  border: .01rem solid rgba(62, 95, 162, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: AlibabaPuHuiTi-3-55-Regular;
  font-weight: 400;
  font-size: .24rem;
  color: rgba(62, 95, 162, 1);
  margin-bottom: .8rem;
  transition: all .3s;
}

.swiper a:last-child:hover{
    background: rgba(62, 95, 162, 1);
    color: #fff;
}

.botBack{
  width: 100%;
  height: 1.4rem;
  margin-bottom: 1rem;
}

.botBack img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

i {
    font-style: normal;
}


@media only screen and (max-width: 1024px) {
  .banner{
    width: 100%;
    height: 4.22rem;
    margin-top: 50px;
  }
  .banner img{
    object-fit: contain;
  }
  .banner .text{
    max-width: inherit;
    position: absolute;
    top: 0.5rem;
    right: auto;
    left: 50%;
    width: 85%;
    height: auto;
    transform: translate(-50%,0);
  }
  .banner .text .tit1{
    font-size: .44rem;
  }
  .banner .text .txt i{
    font-size: 12px;
  }
  .swiper .swiper-button-prev{
    left: 0.4rem;
  }
  .swiper .swiper-button-next{
    right: 0.4rem;
  }
}
