* {
	box-sizing: border-box;
}
body {
	font-style: normal;
	line-height: normal;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
h2 {
	color: #000;
}
.contentWrapper {
	height: 1080px;
	position: relative;
	width: 1920px;
}
.slideshowHeader {
	height: 240px;
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	width: 1920px;
	}
	.slideshowHeader:after {
		clear: both;
		content: '';
		display: block;
	}
	.slideshowHeader > div {
		float: left;
	}
	.slideshowHeader .date {
		text-align: left;
		width: 728px;
		padding: 65px 0 0 60px;
		font-size: 44px;
	}
	.slideshowHeader .logo {
		padding: 45px 0 0 0;
		position: relative;
	}
	.slideshowHeader .logo img {
		width: 470px;
		float: left;
	}
	.slideshowHeader .logo label {
		display: block;
		position: absolute;
		left: 365px;
		top: 107px;
		font-size: 35px;
		white-space: nowrap;
	}
	.slideshowHeader .time {
		float: right;
		padding: 65px 60px 0 0;
		font-size: 44px;
		font-weight: 700;
	}

#slideshowWrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 1920px;
	height: 1080px;
	background-size: cover;
	overflow: hidden;
	z-index: 0;
}
#background {
	bottom: 0;
	left: 0;
	position: absolute;
	width: 1920px;
	height: 1080px;
	z-index: 3;
	}
	#background > * {
		left: 0;
		opacity: 0;
		position: absolute;
		top: 0;
		transition: opacity .5s ease-in-out;
		width: 100%;
	}
	#background > div {
		height: 100%;
	}
	#background > img {
		height: auto;
	}
	#background > *[data-active="true"] {
		opacity: 1;
		transition: opacity .5s ease-in-out;
	}
#slideshow {
	left: 0;
	top: 300px;
	height: 660px;
	overflow: hidden;
	position: absolute;
	transition: 1s;
	z-index: 5;
}
.slides:after,
.slide:after {
	clear: both;
	content: '';
	display: none;
}
.slide {
	float: left;
	height: 660px;
	padding: 0 100px;
	width: 1920px;
	}
.bgColor {
	content: '';
}
.blockContainer {
	float: left;
	height: 100%;
	margin-left: 30px;
	overflow: hidden;
	padding: 30px;
	}
	.blockContainer:first-child {
		margin-left: 0;
	}
	.blockContainer.width-0, /* empty */
	.blockContainer.width-1 { /* 1/2 */
		width: calc(50% - 15px);
	}
	.blockContainer.width-2 { /* 1/3 */
		width: calc((100% - 60px) / 3);
	}
	.blockContainer.width-3 { /* 2/3 */
		width: calc(((100% - 15px) / 3) * 2);
	}
	.blockContainer.width-4 { /* 3/3 */
		width: 100%;
	}
	.blockContainer > div {
		height: 100%;
		overflow: hidden;
	}
	.blockContainer > div article,
	/*.blockContainer > div article .blockitem,*/
	.videoWrapper iframe {
		width: 100%;
		height: 100%;
	}
	.blockContainer div article > h2 {
		font-size: 35px;
		margin-top: 0;
	}
	.blockContainer div article > .blockitem {
		font-size: 51px;
		line-height: 60px;
	}
	.blockContainer div article > .blockitem img {
		height: auto;
		width: 100%;
	}
	.blockContainer div article > .blockitem > iframe {
		width: 100% !important;
	}
	.blockitem.seq_2 {
		margin-top: 30px;
	}
p {
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 0;
}
.videoWrapper {
	width: 100%;
	height: 100%;
}