.award-box {
    display: flex;
    align-items: center;
    /* justify-content: flex-start; */
    justify-content: space-around;
    flex-wrap: wrap;
}
.award-box:nth-child(1) {
    justify-content: center;
}

.award-box li {
    width: 23%;
    margin-left: calc(8%/4.5);
    margin-bottom: 2rem;

}
.award-box:nth-child(1)  li {
    margin-left: calc(8%/1.5);
}
.award-box li img {
    width: 100%;
}



.super {
    width: 23%;
    margin: 0 auto;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    /* Firefox 4 */
    -webkit-transition: all 0.3s linear;
    /* Safari 和 Chrome */
    -o-transition: all 0.3s linear;
}

.super:hover {
    box-shadow: 0 0 0 rgb(160 160 160), 2px 0px 2px rgb(160 160 160), 0 4px 4px rgb(160 160 160), 2px 4px 4px rgb(160 160 160);
    cursor: pointer;
}

.super img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.super-mask {
    background: rgba(0, 0, 0, .1);
    position: fixed;
    left: 0;
    padding: 3rem 0;
    z-index: 100;
    width: 100%;
    display: none;
    box-sizing: border-box;
    height: 100%;
}

.super-mask img {
    width: 30%;
    height: auto;
    margin: 0 auto;
}

/* 图片遮罩层 */

/* 大轮播图遮罩层 */
.swiper-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    top: 0;
    z-index: 9000;
    display: none;
}

/* 图片遮罩层 */
.mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 100;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.honor-big-container {
    position: fixed;
    top: 6rem;
    left: 29%;
    height: 34rem;
    width: 48.2rem;
    /* width: 40rem; */
    z-index: 999;
}

.honor-big-container img {
    /* width: 62%; */
    width: auto;
    height: 34rem;
    margin: 0 auto;
}

/* 点击出现的大轮播图 */
/* .swiper-big {
    width: 62%;
    height: 30rem;
    position: fixed;
    top: 8rem;
    left: 19%;
    display: none;
    z-index: 9980;
}
.big-container{
    height: 30rem;
    width: 100%;
}
.big-project{
    height: 30rem;
    width: 100%;
}
.big-swiper{
    height: 30rem;
    width: 100%;
    position: relative;

} */