.video {
    width: 100% !important;
    height: 100%;
    background-color: #ffffff;
    box-shadow: 0vw 0.104vw 0.208vw 0vw rgba(0, 0, 0, 0.06);
    padding: 1.563vw;
    margin-bottom: 1.536vw;
    width: 32%;
    
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-around;*/
}
.video li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
}
.video li .on{
    opacity: 1;
}
.video li:nth-child(3n) {
    margin-right: 0;
}
.honor {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.main .about-bg .video div {
    text-align: center;
}
.main .about-bg .video .img {
    display: block;
    width: 100%;
    height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 1.094vw;
}

.video div {
    font-size: 14px;
    color: #666666;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.swiper-slide {
    margin-top: 0 !important;
}

.main .about-bg {
    padding-bottom: 8.4vw;
}
.swiper-button-prev {
    background-image: url("../image/pre.png");
    left: -60px;
}
.swiper-button-next {
    background-image: url("../image/next1.png");
    right: -48px;
}
.nav-3 {
    width: 80vw;
    padding: 20px 0;
    background-color: #fff;
    border-bottom:1px solid #f0f0f0;
}
.nav-3>div {
    width: 80vw;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.nav-3 .nav-3-active,.nav-3 a:hover {
    color: #fff;
    background-color: #015cb9;
}
.nav-3 a {
    font-size: 16px;
    color: #666;
    width: 120px;
	height: 44px;
    line-height: 44px;
    text-align: center;
	border-radius: 1.573vw 1.552vw 1.552vw 1.552vw;
    margin-right: 10px;
} 
.honor-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom:0;
    background-color: rgba(0,0,0,.2);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    display: none;
}
.honor-close {
    position: absolute;
    right: 20vw;
    top: 30px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}
.honor-mask .maskImg {
    width: 60vw;
    height: 80vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
@media (max-width:800px){
    .main .about-bg .video .img {
        height: 120px;
    }
    .video li {
        width: 49%;
    }
    .video li:nth-child(3n) {
        margin-right: 2%;
    }
    .video li:nth-child(2n) {
        margin-right: 0;
    }
    .nav-3 {
        width: 100%;
    }
    .nav-3>div {
        width: 100%;
    }
    .video {
        width: 100%;
        height: 100%;
    }
    .swiper-button-next {
        right: 0;
    }
    .swiper-button-prev {
        left: 0;
    }
    .honor-close {
        right: 30px;
    }
    .honor-mask .maskImg {
        width: 80vw;
        height: 80vh;
    }
    .main .about-bg {
        padding-bottom: 0;
    }
    .page {
        margin-top: 12px;
    }
}