




.abouts .ab-swiper {
    margin-top: 0.3rem;
}

.abouts .ab-swiper .sw {
    padding: 1px;
}

.abouts .ab-swiper .cy {
    width: 30%;
    margin: 2% 0;
    margin-right: 5%;
}

.abouts .ab-swiper .cy:nth-child(3n) {
    margin-right: 0;
}

.abouts .ab-swiper .img {
    display: block;
    position: relative;
    padding-top: 60%;
    box-shadow: 0 0 0 1px #ccc;
    background-color: #fff;
}

.abouts .ab-swiper .ii {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.abouts .havem .har .ht span{
    color: #3b8fff;
}

.products .c-bg {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.Solutions .c-bg{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}





.rightnav {
    position: fixed;
    right: 0;
    bottom: 20%;

    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 0.7rem;
    z-index: 10;
}

.rightnav .ritm {
    flex: 1;
    display: block;
    font-size: 0;
    position: relative;
    background-color: #3b8fff;
    width: 0.7rem;
    height: 0.7rem;
    box-shadow: 0px 0px 16px 0px rgba(4, 0, 0, 0.08);
}

.rightnav .ritm a {
    display: block;
    white-space: nowrap;
    right: 0;
    font-size: 0;
    width: 0.7rem;
}

.rightnav .ritm .atom {
    display: inline-block;
    vertical-align: middle;
    width: 0.7rem;
    height: 0.7rem;
}

.rightnav .ritm .atom img {
    width: 100%;
    display: block;
}

.rightnav .ritm .vm {
    display: inline-block;
    vertical-align: middle;
    color: #fff;

    transition: all ease 0.5s;
    width: 0;
}

.rightnav .ritm.long {
    width: auto;
    background-color: #3b8fff;
}

.rightnav .ritm.long a {
    width: auto;
    overflow: auto;
}

.rightnav .ritm.long .vm {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    padding-left: 0.05rem;
    padding-right: 0.15rem;
}

.rightnav .ritm+.ritm {
    margin-top: 1px;
}

@media (max-width: 800px) {
    .rightnav .ritm {
        width: 0.8rem;
        height: 0.8rem;
    }

    .rightnav .ritm a {
        width: 0.8rem;
    }

    .rightnav .ritm .atom {
        width: 0.8rem;
        height: 0.8rem;
    }
}
