        .new-main {
            width: 100%;
            /* overflow-x: hidden; */
        }
        .new-banner {
            width: 100%;
            /* overflow-x: hidden; */
            height: 4.8rem;
        }
        .new-banner .swiper-slide {
            height: 4.8rem;
            overflow: hidden;
            position: relative;
        }
        .new-banner .bg {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            z-index: 1;
            background-size: cover !important;
            transition: all ease-out .3s;
            -moz-transition: all ease-out .3s;
            -webkit-transition: all ease-out .3s;
            -o-transition: all ease-out .3s;
            height: 100%;
        }
        .ks ul li {
            border-top: 1px solid #bababa66;
        }
        .left-column {
            position: fixed;
            z-index: 9999;
            top: 6.412254rem;
            left: 1rem;
        }
        .left-column ul li {
            text-align: center;
            font-size: 0.8rem;
            font-family: Microsoft YaHei;
            font-weight: 400;
            color: #FF6700;
        }
        .left-column ul .circle {
            width: 3.5rem;
            height: 3.5rem;
            background-color: #f79a4b;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: .180919rem;
            margin-bottom: .108551rem;
            position: relative;
        }
        .left-column ul .circle .popups {
            /* display: none; */
            visibility: hidden;
            position: absolute;
            transition: all ease .2s;
        }
        .left-column ul .circle .popups img{
            width: 182px;
            height: 45px;
        }
        .left-column ul .circle:hover .popups {
            opacity: 1;
            visibility: visible;
            transform: translateX(8.3rem);
        }
        .left-column ul .circle div:nth-child(1) {
            width: 3rem;
            height: 3rem;
            background-color: #f26c00;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
        }
    