.bgimage img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    object-fit: cover;
}
.auto_1680 {
    width: 87.5vw;
    margin: auto;
}
.auto_1300 {
     width: 67.708333vw;
    margin: auto;
}
.auto_1600 {
    width: 83.333333vw;
    margin: auto;
}
@media(max-width:992px){
    .auto_1680,
    .auto_1600,
    .auto_1300 {
        width: 100%;
        padding: 0 15px;
    }
}   



.bannerInner {
    position: relative;
    min-height: 33.854167vw;
    padding: 1.5625vw 0;
}
.bannerInner .text{
    width: 78.75vw;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
}
.bannerInner .columns {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bannerInner .columns .column {
    padding: 1.041667vw 0 0 ;
    margin: 0 5.208333vw 0 0 ;
}
.bannerInner .columns .title {
    font-size: 3.125vw;
    font-weight: 600;
    padding: 0 0 1.041667vw;
}
.bannerInner .columns .intro {
    font-size: 1.354167vw;
    font-weight: 400;
    padding: 0 0 2.239583vw;
}
.bannerInner .columns .ViewNow{
    width: 14.166667vw;
    height: 3.854167vw;
    border-radius: 0.833333vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #217FFF;

    font-size: 1.458333vw;
    font-weight: 400;
    color: #fff;
}
.bannerInner .columns .ViewNow:hover {
    opacity: .8;
}
.bannerInner .columns .ViewNow img {
    margin: 0 0 0 1.041667vw;
    width: 1.145833vw;
}
.bannerInner .columns .image {
    min-width: 38.697917vw;
    width: 38.697917vw;
}

@media(max-width:992px){
    .bannerInner .columns .title {
        font-size: 20px;
        padding: 0 0 10px;
    }
    .bannerInner .columns .intro {
        font-size: 16px;
        padding: 0 0 20px;
    }
    .bannerInner {
        padding: 30px 0;
    }
    .bannerInner .columns {
        display: block;
    }
    .bannerInner .columns .ViewNow {
        width: 140px;
        height: 35px;
        font-size: 14px;
    }
    .bannerInner .columns .ViewNow img {
        margin: 0 0 0 10px;
        width: 14px;
    }
    .bannerInner .columns .image {
        width: 100%;
        margin: 25px 0 0 ;
    }
}   



.support  {
    padding: 4.84375vw 0 6.875vw;
    background: #F6F8FB;
}
.support .title {
    font-size: 2.708333vw;
    text-align: center;
    padding: 0 0 1.5625vw;
    font-weight: bold;
    line-height: 1;
}
.support .intro {
    font-size: 1.354167vw;
    font-weight: 400;
    text-align: center;
    padding: 0 0 4.166667vw;
}
.support ul{
    flex-wrap: wrap;
    display: flex;
}
.support ul li{
    width: calc(25% - (2.1875vw / 4));
    margin: 0 .729167vw .729167vw 0;
    position: relative;
    min-height: 14.6875vw;
    padding: 1.041667vw;
    display: flex;
    align-items: flex-end;
    border-radius: .833333vw;
    overflow: hidden;
    box-shadow: 0px 2.48px 24.82px -8.07px #00000040;
    z-index: 1;
}
.support ul li:nth-child(4n){
    margin-right: 0;
}
.support ul li .Htitle {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: .78125vw 1.041667vw;
    font-size: 1.458333vw;
    font-weight: 400;
    color: #fff;
}
.support ul li .image {
    position: relative;
    z-index: 1;
    width: 100%;
}
.support ul li .image img{
    display: block;
    margin: auto;
    width: 100%;
}
@media(max-width:992px){
    .support {
        padding: 30px 0 18px;
    }
    .support .title {
        font-size: 18px;
        padding: 0 0 10px;
    }
    .support .intro {
        font-size: 16px;
        padding: 0 0 20px;
    }
    .support ul li {
        width: calc(50% - 6px);
        margin: 0 12px 12px 0;
        padding: 10px ;
        flex-direction: column;
        justify-content: space-between;
        align-items: unset;
        border-radius: 10px;
    }
    .support ul li:nth-child(2n){
        margin-right: 0;
    }
    .support ul li .Htitle {
        font-size: 14px;
        position: unset;
        padding: 0 0 15px;
        flex: 1;
    }
}  


.adaptation {
    position: relative;
    padding: 4.895833vw 0 10.104167vw;
    background: #F6F8FB;
}
/*.adaptation .bgimage img{*/
/*    z-index: 0;*/
/*}*/
.adaptation .title {
    font-size: 2.708333vw;
    text-align: center;
    padding: 0 0 1.5625vw;
    font-weight: bold;
        line-height: 1;
}
.adaptation .intro {
    font-size: 1.354167vw;
    font-weight: 400;
    text-align: center;
    padding: 0 0 3.125vw;
}
.adaptation ul {
    display: flex;
    align-items: center;
    max-width: 79.166667vw;
    margin: auto;
}
.adaptation ul li {
    flex: 1;
    text-align: center;
    padding: 4.375vw 0 4.010417vw;
}
.adaptation ul li:not(:last-child){
    border-right: 0.104167vw solid #BCC5D936
}
.adaptation ul li .Htitle{
    font-size: 1.770833vw;
    font-weight: 600;
    padding: 2.1875vw 1.041667vw 0;
}
.adaptation ul li .icon img{
    display: block;
    margin: auto;
    height: 2.604167vw;
}
@media(max-width:992px){
    .adaptation {
        padding: 30px 0;
    }
    .adaptation .title {
        font-size: 18px;
        padding: 0 0 10px;
    }
    .adaptation .intro {
        font-size: 16px;
        padding: 0 0 20px;
    }
    .adaptation ul {
        flex-wrap: wrap;
        max-width: 100%;
    }
    .adaptation ul li {
        width: 33.33%;
        flex: unset;
    }
    .adaptation ul li .icon img {
        height: 40px;
    }
    .adaptation ul li .Htitle {
        font-size: 14px;
        padding: 20px 10px 0;
    }
    .adaptation ul li:not(:last-child) {
        border-right: unset;
    }
    .adaptation ul li  {
        padding: 20px 0;
        border-bottom: 1px solid #BCC5D936;
    }
}  

.Efficient  {
    padding: 3.4375vw 0 7.083333vw;
    background: #F6F8FB;
}

.Efficient .title {
    font-size: 2.708333vw;
    text-align: center;
    padding: 0 0 1.5625vw;
    font-weight: bold;
        line-height: 1;
}
.Efficient .intro {
    font-size: 1.354167vw;
    font-weight: 400;
    text-align: center;
    padding: 0 0 4.166667vw;
}

.Efficient ul{
    flex-wrap: wrap;
    display: flex;
}
.Efficient ul li{
    position: relative;
    width: calc(33.33% - (2.916667vw / 3));
    margin: 0 1.458333vw 1.458333vw 0;
    text-align: center;
    overflow: hidden;
    border-radius: .833333vw;
    z-index: 1;
}
.Efficient ul li .image img{
    display: block;
    height: 14.0625vw;
    margin: 0 0 0 auto;
}
.Efficient ul li:nth-child(3n){
    margin-right: 0;
}
.Efficient ul li:nth-child(1){
    text-align: right;
}
.Efficient ul li:nth-child(3){
    text-align: left;
}
.Efficient ul li .text {
    padding: 1.666667vw 2.34375vw 1.875vw 2.083333vw;
}
.Efficient ul li .Htitle {
    font-size: 1.5625vw;
    font-weight: 500;
    padding: 0 0 1.041667vw ;
}
.Efficient ul li .Hintro {
    font-size: 1.09375vw;
    font-weight: 400;
     color:  #59636E;
}

@media(max-width:992px){
    .Efficient {
        padding: 30px 0 15px;
    }
    .Efficient .title {
        font-size: 18px;
        padding: 0 0 10px;
    }
    .Efficient .intro {
        font-size: 16px;
        padding: 0 0 20px;
    }

    .Efficient ul {
        display: block;
    }
    .Efficient ul li{
        width: 100%;
        margin: 0 0 15px;
        text-align: center !important;
        border-radius: 10px;
    }
    .Efficient ul li .text {
        padding: 20px;
    }
    .Efficient ul li .image img {
        height: auto;
        width: 90%;
    }
    .Efficient ul li .Htitle {
        font-size: 18px;
    }
    .Efficient ul li .Hintro {
        font-size: 14px;
    }
} 



@media(min-width:992px){
    #Scrolling {
    height: calc(100vh - 5.2083vw);
    width: 100%;
    overflow: hidden;
    background: #F6F8FB;
}
#Scrolling>.swiper-wrapper>.swiper-slide {
    height: calc(100vh - 5.2083vw) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
#Scrolling>.swiper-wrapper>.swiper-slide>div{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    display: none;
    animation-delay:.5s;
    animation: fadeInUp 1s  ;
    -webkit-animation: fadeInUp 1s ;
    animation-timing-function:linear;
}
#Scrolling>.swiper-wrapper>.swiper-slide.on>div {
    display: flex;
}
#Scrolling>.swiper-wrapper>.swiper-slide:last-child {
    height: auto !important;
}
#Scrolling>.swiper-wrapper>.swiper-slide:last-child>div{
    display: block;
}
}
@media(max-width:992px){
    #Scrolling .swiper-wrapper {
        display: block;
    }
}


        .online {
            position: fixed;
            right: 30px;
            bottom: 15px;
            z-index: 99;
        }
        .online a .images {
            width: 150px;
            border-radius: 10px;
            overflow: hidden;
        }
        .online a .images img {
            width: 100%;
            display: block;
        }
        .online .QRcode {
            visibility: hidden;
            opacity: 0;
            padding: 0 0 15px;
            transition: .3s ease;
                width: 150px;
        }
        .online .QRcode img {
            display: block;
        }
        .online:hover .QRcode{
            visibility: unset;
            opacity: 1;
        }
        
                @media(max-width:768px){
            .online a .images {
                width: 120px;
            }
            .online {
                bottom: 38px;
            }
        }
        <!--ºÄÊ±1771432517.0352Ãë-->