	body{
		background-image:url(../../img/bg_pc.jpg);
		background-repeat:no-repeat;
		background-attachment:fixed;
		background-size:cover
	}
	
	a{
		color:#fff;
		text-decoration:none
	}
	
	a:hover{
		color:#fff;
		text-decoration:none
	}
	
	.movie-bg{
		opacity:1;
		position:absolute;
		z-index:-1
	}
	
	video{
		position:fixed;
		height:auto;
		width:auto;
		min-height:100%;
		min-width:100%
	}
	
	#header{
		height:80px;
		background-color:#000000;
		border-bottom:solid 1px #3A3A3A
	}
	
	#headerlogo{
		float:left
	}
	
	#headerbutton{
		background-color:#000000;
		margin-left:1085px
	}
	
	.headerbuttonui{
		float:left;
		margin:10px;
		margin-top:5px;
		color:#fff;
		font-size:20px;
		font-weight:bold;
		line-height:40px;
		padding:0 10px
	}
	
	.headerbuttonui:hover{
		border-radius:10px;
		color:#000000;
		background-color:#fff
	}
	
	#sidebar{
		position:fixed;
		right:0%;
		top:40%;
		z-index:2
	}
	
	.sidebaritem{
		color:#fff;
		font-size:20px;
		transform:scale(0.95,1);
		font-weight:bold;
		line-height:40px;
		text-align:right;
		text-shadow:#000 0px 0px 3px
	}
	
	#logo{
		height:750px;
		margin-top:150px
	}
	
	.title{
		color:#A80000;
		font-size:40px;
		transform:scale(0.95,1);
		font-weight:bold;
		line-height:50px;
		text-align:center;
		text-shadow:#000 0px 0px 3px
	}
	
	.subtitle{
		color:#A80000;
		font-size:30px;
		transform:scale(0.95,1);
		font-weight:bold;
		line-height:30px;
		text-align:center;
		text-shadow:#000 0px 0px 3px
	}
	
	.newstitle{
		color:#fff;
		font-size:25px;
		line-height:0px;
		text-align:center;
		text-shadow:#000 0px 0px 3px
	}
	
	.newsdate{
		color:#fff;
		font-size:15px;
		line-height:0px;
		text-align:center;
		text-shadow:#000 0px 0px 3px
	}
	
	.swiper-container{
		width:1508px;
		height:272px
	}

	.swiper-slide{
		text-align:center;
		font-size:18px;
		background:#fff;
		/*Center slide text vertically*/
		display:-webkit-box;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:flex;
		-webkit-box-pack:center;
		-ms-flex-pack:center;
		-webkit-justify-content:center;
		justify-content:center;
		-webkit-box-align:center;
		-ms-flex-align:center;
		-webkit-align-items:center;
		align-items:center
	}
	
	#sheet{
		color:#fff;
		font-size:25px;
		line-height:50px;
		text-align:center;
		text-shadow:#000 0px 0px 3px
	}
	
	#footer{
		color:#fff;
		font-size:20px;
		line-height:40px;
		text-align:center;
		margin-top:5230px
	}
	
	#copyright{
		height:60px;
		background-color:#000000;
		border-top:solid 1px #3A3A3A;
		font-size:15px;
		text-align:center;
		color:#8E8E8E;
		line-height:60px
	}