@charset "utf-8";


#main{
	width: 1200px;
	margin:  0 auto;
	overflow: hidden;
	padding-top: 220px;
}
#backgroundImage{
	display: none;
}
.distributeBlk{
	float: left;
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 70px;
}
#pageBanner{
	position: absolute;
	width: 100%;
	left: 50%;
	margin-left: -50%;
	margin-top: -80px;
	height: 130px;
	background-color: #666;
}

#pageTitle{


	width: 100%;


	text-align: center;


	color: #FFF;


	padding: 25px 0 15px 0;


	font-size: 40px;


	text-shadow: 1px 1px 2px #000000;


}


#pageSubTitle{


	width: 100%;


	text-align: center;


	color: #FFF;


	font-size: 26px;


	text-shadow: 1px 1px 2px #000000;


}


#videosDistribute{


	display: flex;


	flex-direction: row;


	flex-wrap: wrap;


	justify-content: space-between;

	margin-top: 80px;
}


.videoBlk{


	width: 360px;


	height: 240px;


	background-color: #FFF;


	margin-bottom: 30px;


}


.videoArea{


	width: 100%;


	height: 210px;


	float: left;


	background-position: center;


	background-size: cover;


	background-repeat: no-repeat;


}


.videoTitulo{


	width: 100%;


	height: 30px;


	float: left;


	text-align: center;


	padding-top: 7px;


	background-color: #000;


	color: #FFF;


}





@media(max-width: 1220px) {

	#main{
		width: 920px;
	}
	.videoBlk{


		width: 300px;


		height: 210px;


	}


	.videoArea{


		height: 180px;


	}


}





@media(max-width: 960px) {
	#main{
		width: 600px;
		padding-top: 180px;
	}

	.videoBlk{


		width: 290px;


		height: 210px;


	}


	.videoArea{


		height: 180px;


	}


}


@media(max-width: 640px) {


	#main{
		width: 300px;
		padding-top: 90px;
	}
	#pageBanner{
		margin-top: 0px;
	}
	#videosDistribute{
		margin-top: 150px;
	}


	.videoBlk{


		width: 300px;


		height: 210px;


	}


	.videoArea{


		height: 180px;


	}


}