body {
	padding-top: 0;
	padding-bottom: 20px;
	font-family: "Microsoft Yahei", "微软雅黑", Arial, STHeiti, Tahoma, Helvetica;
	font-size: 12px;
	background-color:rgb(249,250,252);
}
.header-nav{
	width: 100%;
	height: auto;
	min-height: 70px;
	background-color: #fff;
	box-shadow: 0 2px 8px 0 rgba(7,17,27,.06);
	z-index: 999;
	overflow: hidden;
	position: fixed;
	top:0;
	left: 0;
}
.headerDiv{
	width: 100%;
	max-width: 1140px;
	height: auto;
	min-height:70px;
	margin: 0 auto;
	overflow: hidden;
}
.module-video{
	width:100%;
	height:350px;
	margin-top: 70px;
	position: relative;
	top:0;
	left: 0;
	box-shadow: 0 2px 8px 0 rgba(7,17,27,.06);
}
.module-video video{
	object-fit:fill;
	width:100%; 
	height:100%;
}
.nav-logo{
	float:left;
	height:70px;
}
.nav-logo div{
	float: left;
	line-height: 70px;
}
.nsii-logo{
	width:110px;
}
.bccvl-logo{
	width:178px;
}
.nav-name{
	float:right;
	height:70px;
	line-height: 70px;
}
.nav-name a{
	color: #000;
	text-decoration: none;
	font-size: 2em;
	/*font-weight: bold;*/
}
@media screen and (max-width: 768px){
	.nav-name{
		float:left;
		height:70px;
		line-height: 70px;
	}
	.nsii-logo{
		width: 70px;
	}
	.bccvl-logo{
		width: 120px;
	}
}
.video-txt{
	width: 60%;
	height: auto;
	padding: 8px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin:auto;
	z-index: 1;
	background-color: rgba(255,255,255,0.6);
}
.video-txt p{
	color: #000;
	font-size: 1.5em;
}


@media screen and (min-width: 768px) {
	.video-txt{
		width: 400px;
		height: 200px;
	}
	.video-txt p{
		font-size: 1.5em;
	}
}
@media screen and (min-width:1400px){
	.video-txt{
		width:71%;
		height:70px;
	}
}
@media screen and (min-width:1650px){
	.video-txt{
		width:60%;
		height:70px;
	}
}

.videos-nav div{
	margin-top: 2em;
}
.videos-nav i,span{
	font-size: 2em;
}
.videos-videos{
	margin-top: 1.5em;
}
.videodiv{
	padding: 0;
	margin: 0;
	background-color: #fff;
	padding-left: 1.5em;
}
.videos-videos .row{
	padding-left: -15px;
	padding-right: -15px;
	padding-top: 2em;
}
.videodiv video{
	width: 100%;

}
.videodiv-text span{
	font-size: 1.5em;
}
.videodiv-text i{
	font-size: 1.5em;
}
.videodiv-text a{
	font-size:1.5em;
	text-decoration:none;
	color:#000;
}
.videodiv-text a:hover{
	color: #428bca;
}
.videodiv-text div{
	margin-top: 8px;
	text-align: center;
}
.pindao-spyp {
	background: url('../img/22.jpg') top center;   /*newbg-spyps1*/
	height: 200px;
}
.newqt-search {
	width: 100%;
	height: 100%;
	background-size: cover;
	position: relative;
	top: 0;
}
video::cue{
	color:#000;
	font-size: 16px;
	line-height: 16px;
	background-color: rgba(255,255,255,0.4);
}
/*video::-internal-media-controls-download-button {
	display:none;
}
video::-webkit-media-controls-enclosure {
	overflow:hidden;
}
video::-webkit-media-controls-panel {
	width: calc(100% + 50px); 
}*/