.zhuangbeishow {
    width: 1230px;
    /* border: 1px solid red; */
    margin: 0px auto;
    position: absolute;
    top: 178px;
    left: 410px;
}

ul,
ol {
    list-style-type: none;
}

.zhuangbei_ul li {
    display: inline-block;
    margin-right: 84px;
    margin-bottom: 25px;
}


/* .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%;
    /* width: 132px;
    height: 133px; */
}

.container-item>a {
    display: inline-block;
    width: 49px;
    height: 50px;
}

.container-item img {
    /* position: absolute; */
    position: relative;
    /* width: 40px;
    height: 40px; */
}

.large_thumb_shine {
    width: 46px;
    height: 46px;
    background: url(../images/shine.png);
    position: absolute;
    background-position: 55px 0;
    margin-top: -56px;
    margin-left: 15px;
    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; */
}

.zhuangbei_ul {
    margin-bottom: 11px;
}

#sb_01 {
    width: 790px;
}

#sb_01 li:nth-of-type(5n) {
    margin-right: 0;
}

#sb_01 li:nth-of-type(7) {
    margin-left: 6px;
}

#sb_02 {
    width: 880px;
    position: relative;
    left: 105px;
    top: 105px;
}

#sb_02 li {
    margin-right: 115px;
    margin-bottom: 24px;
}

#sb_02 li:nth-of-type(5n) {
    margin-right: 0;
}
