.zhuangbeishow {
    width: 1230px;
    /* border: 1px solid red; */
    margin: 0px auto;
    position: absolute;
    top: 146px;
    left: 375px;
}

.zhuangbeishow>ul {
    /* display: inline-block; */
}

#sb_01 {
    width: 1280px;
}

#sb_02 {
    position: absolute;
    width: 690px;
    top: 305px;
    left: 0px;
}

#sb_03 {
    width: 1185px;
    position: absolute;
    top: 26px;
    left: 31px;
}

ul,
ol {
    list-style-type: none;
}

#sb_01 li {
    display: inline-block;
    margin-right: 77px;
    margin-bottom: 18px;
}

#sb_02 li {
    display: inline-block;
    margin-right: 33px;
    margin-bottom: 40px;
}

#sb_03 li {
    display: inline-block;
    margin-right: 69px;
    margin-bottom: 58px;
}


/* .zhuangbei_ul li:nth-of-type(9n) {
    margin-right: 0;
} */


/* .zhuangbei_ul li:nth-of-type(2) {
    display: inline-block;
    margin-right: 75px;
}

.zhuangbei_ul li:nth-of-type(3) {
    display: inline-block;
    margin-right: 72px;
}

.zhuangbei_ul li:nth-of-type(5) {
    display: inline-block;
    margin-right: 69px;
}

.zhuangbei_ul li:nth-of-type(7) {
    display: inline-block;
    margin-right: 75px;
}

.zhuangbei_ul li:nth-of-type(8) {
    display: inline-block;
    margin-right: 70px;
} */

.container-item {
    width: 75px;
    height: 75px;
    position: relative;
    text-align: center;
    line-height: 68px;
    /* background: url(../images/bgbox.png) no-repeat center; */
    background-size: 100% 100%;
    cursor: pointer;
    /* width: 132px;
    height: 133px; */
}

.container-item>a {
    display: inline-block;
    width: 49px;
    height: 50px;
}

.container-item img {
    /* position: absolute; */
    position: relative;
    left: 2px;
    /* width: 40px;
    height: 40px; */
}

.large_thumb_shine {
    width: 40px;
    height: 40px;
    background: url("../images/shine.png"/*tpa=http://wz.77boss.com/2022/12/95/images/shine.png*/);
    position: absolute;
    background-position: 55px 0;
    margin-top: -51px;
    margin-left: 20px;
    background-repeat: no-repeat;
}

.ani {
    animation: mymove 1.5s infinite;
}


/* .large_thumb_shine:hover {
    animation: mymove 5s infinite;
    -webkit-animation: mymove 1s infinite;
} */

@keyframes mymove {
    from {
        background-position: -99px center;
    }
    to {
        background-position: 99px center;
    }
}

.picbox {
    position: absolute;
    top: 0;
}

.pic {
    position: absolute;
    display: none;
    z-index: 9999;
    /* margin-left: 72px; */
    margin-top: -200px;
}

.cur {
    display: block;
}

.container-item .pic1 {
    /* width: 235px;
    height: 400px; */
}