.introductionBox .pic {
    border-radius: 20px;
}

.solutionBox .list .pic {
    width: 100px;
    height: 100px;
}

.bottomBox .left .text {
    display: none;
}

@media (max-width: 1000px) {
    .bannerBox .dotsBox {
        position: relative;
        bottom: 35px;
        z-index: 10;
    }
}