.topBanner img{
    width: 100vw;
}
.banner-bg {
    width: 100%;
    height: 45rem;
    background: url('../../img/homeImg/banner3.png') no-repeat;
    background-size: 100% 100%;
}

.swiper .logo-img {
    width: 8rem;
    height: 2rem;
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 2;
}
.swiper .logo-img img{
    width: 100%;
    height: 100%;
}
.general .introduction .leftcontent>.tit{
    margin-bottom: 0.5rem;
}
.introduction .leftcontent .dis{
    font-weight: 400;
    font-size: 1.13rem;
    color: #323238;
    width: 45rem;
    line-height: 1.6rem;
}
.advantage-box{
    margin-top: 2.5rem;
}
.advantage-box li{
    list-style: none;
    display: flex;
    width: 47.5rem;
    height: 4.63rem;
    background: #FAFAFA;
    padding-left: 1rem;
    box-sizing: border-box;
    align-items: center;
    margin-bottom: 1rem;
}
.advantage-box li .num{
    font-weight: 400;
    font-size: 2.75rem;
    color: #7BCC00;
    line-height: 3.13rem;
    margin-right: 1rem;
}
.advantage-box li .text{
    font-weight: 500;
    font-size: 1.13rem;
    color: #0B0B0D;
    line-height: 1.4rem
}
.general .introduction .leftcontent{
    width: 47.5rem;
    margin-left: 6.5rem;
}
.general .introduction {
    display: flex;
    justify-content: left;
    /* flex-direction: row; */
    /* padding: 2.5rem 6.25rem 0; */
    padding: 0;
    margin: 7.5rem 0 7.5rem 15rem;
}
.peculiarity-box{
    display: flex;
}
.peculiarity-box .peculiarity-Title{
    font-weight: bold;
    font-size: 1.25rem;
    color: #0B0B0D;
    position: relative;
    padding-left: 1rem;
    margin-bottom: 0.8rem;
    display: block;
}
.peculiarity-box .peculiarity-Title::before{
    display: block;
    content: "";
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    background: #7BCC00;
    border-radius: 50%;
    top:0.4rem;
    left: 0;
}
.peculiarity{
    margin: 2.5rem  5.13rem  0 0;
}
.peculiarity:last-child{
    margin-right: 0;
}
.peculiarity-content {
    padding-left: 1rem;
    margin-right: 6rem;
}
.peculiarity-content span{
    display: block;
    font-weight: 400;
    font-size: 1.13rem;
    color: #323238;
    margin-top: 0.5rem;
}
.scanin {
    display: flex;
    align-items: center;
    position: relative;
  }
  .scanin__info{
    position: absolute;
    left:19.375rem;
  }
  .scanin__title {
    font-size: 3.33rem;
    margin: 0 0 1.6rem;
    color: #49494D;
  }
  
  
  
  .scanin__desc {
    font-size: 1.04rem;
    color: #626266;
    line-height: 2.08rem;
    margin-bottom: 2rem;
    width: 31rem;
  }
  
  .scanin__btn {
    width: 9.01rem;
    height: 2.5rem;
    background: #7BCC00;
    border-radius: 0.42rem;
    font-weight: 600;
    font-size: 0.94rem;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .scanin__btn:hover {
    background: #96D923;
  }
  
  .scanin__figure img {
    /* width: 100%; */
    width: 100vw;
    height: auto;
    border-radius: 8px;
  }
  .general .introduction .rightImgContent .smallList li{
    background-color: transparent;
  }