.video-content {
    background-image: url(../img/zp-bigbg1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 57px 0 88px;
}
.video-content .top{
    width: 100%;
    height: 813px;
    background: #093e75;
}
.video-content .mask{
    position: relative;
    width: 100%;
    height: 100%;
}
.video-content .mask::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.46);
}
.video-content .top .bd{
    width: 77%;
}
.video-content .top .bd .show-video .tv{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    z-index: 999;
    flex-direction: column;
}
.video-content .top .bd .show-video .tv img{
    width: 37px;
    margin-bottom: 17px;
}
.video-content .top .hd,.video-content .top .hd .zp-swiper {
    height: 100%;
}

.video-content .top .hd .zp-swiper{
    padding-right: 20px;
    padding-top: 17px;
    padding-bottom: 17px;
}

.video-content .top .hd ul li{
    width: 331px;
    height: 181px;
}
.video-content .top .hd ul li .desc{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 12px 9px;
}
.video-content .top .hd ul li .desc img{
    margin-right: 10px;
}
.video-content .top .hd ul li.on::after{
    display: none;
}
.video-content .top .hd ul li.on .desc{
    background: rgba(0, 0, 0, 0.46);
}
.video-content .top .hd ul li .hidden,.video-content .top .hd ul li.on .show{
    display: none;
}
.video-content .top .hd ul li.on .hidden{
    display: block;
}
.video-content .top .hd ul li.on .right-box img{
    display: none;
}
.video-content .bottom{
    background-image: url(../img/zp-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 498px;
    margin-top: 32px;
    padding: 40px 37px;
}
.video-content .bottom h3{
    padding-bottom: 19px;
    border-bottom: 1px solid #E3E3E3;
    position: relative;
    width: 95%;
    margin-bottom: 32px;
}
.video-content .bottom h3::after{
    content: '';
    position: absolute;
    bottom: -19px;
    left: 0;
    width: 55px;
    height: 1px;
    background: #0058B2;
}
.video-content .bottom .pic-box{
    width: 623px;
    height: 349px;
    background: rgba(255, 255, 255, .46);
    padding: 18px ;
}
.video-content .bottom  .desc{
    flex: 1;
    margin-left: 47px;
    max-height: 349px;
    overflow-y: auto;
    padding-right: 20px;
}
.video-content .bottom  .desc .info{
    margin-top: 20px;
    line-height: 30px;
    
    
}.show-video{
		width: 100%;
		height: 100%;
		position: relative;
	}

@media (max-width: 1680px){
    .video-content .top .bd{
        width: 73.5%;
    }
}
@media (max-width: 1480px){
    .video-content .top .bd{
        width: 69%;
    }
}
@media (max-width: 1200px){
    .video-content .top{
        height: 400px;
    }
    .video-content .top .bd{
        width: 76%;
    }
    .video-content .top .hd ul li{
        width: 200px;
    }
    .video-content .bottom h3::after{
        bottom: 0;
    }
}
@media (max-width: 1000px){
    
    .video-content .top .bd{
        width: 69%;
    }
    
    .video-content .bottom .pic-box{
        width: 50%;
    }
}
@media (max-width: 750px){
    .video-content{
        padding: 30px 0;
    }
    .video-content .top {
        width: 100%;
       flex-wrap: wrap;
       height: auto;
    }
    .video-content .top .bd{
        width: 100%;
    }
    .video-content .top .hd, .video-content .top .hd .zp-swiper{
        width: 100%;
        height: 200px;
        padding-bottom: 17px;
    }		.show-video{
				height: 300px;
			}
    .video-content .bottom {
        padding: 20px 15px;
    }
    .video-content .bottom .pic-box{
        width: 100%;
        height: 200px;
        padding: 10px;
        margin-bottom: 20px;
    }
    .video-content .top .hd .zp-swiper{
        padding-left: 17px;
        
    }
    .video-content .top .hd ul li{
        height: 160px;
    }
    .video-content .bottom{
        background-size: cover;
        height: auto;
    }
    .video-content .bottom h3{
        margin-bottom: 20px;
        width: 100%;
    }
    .video-content .bottom .txt{
        flex-wrap: wrap;
    }
    .video-content .bottom .desc{
        width: 100%;
        margin-left: 0;
        max-height:200px;
    }
    .video-content .bottom .desc .info{
        line-height: 2;
        margin-top: 10px;
    }
}