a{
	text-decoration: none;
}
header{
	width: 100%;
	height: 48px;
	background: rgba(0,0,0,0.2);
	position: fixed;
	top: 0;
}
header #box{
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
header img{
/*	width: 80%;
	height: 80%;*/
	position: absolute;
	top: 15%;
}
header ul{
	display: inline;
	position: absolute;
	top: 22px;
	margin-left: 177px;
	display: none;
}
header ul li{
	font-size: 16px;
	color: white;
	display: inline;
	margin-left: 65px;
}
header #box-a{
	float: right;
	margin-top: 13.5px;
	display: none;
}
header a{
	display: none;
}
#login{
	width: 80px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	display: inline-block;
	margin-left: 20px;
	border: 1px solid #0091FE;
	border-radius: 33px;
	color: #0091FE;
	background-color: rgba(0,0,0,0);
	font-size: 16px;
	display: none;
}
#navigation{
	position: fixed;
	top: 50%;
	right: 0px;
	z-index: 1000;
}
#navigation li{

	list-style-type: none;
	/*display: block;*/
	
	/*cursor: pointer;*/
}
#navigation li a{
	width: 20px;
	height: 20px;
	display: block;
	background: url(../images/MB_MAIN_indicator_off.png) no-repeat;
}
#bg1{
	width: 100%;
	height: 667px;
	overflow: hidden;
	background: url(../images/bc_01.jpg) no-repeat 0px 0px/100% 100%;

/*	filter: url(blur.svg#blur); /* FireFox, Chrome, Opera
    
    -webkit-filter: blur(2px);  Chrome, Opera 
       -moz-filter: blur(2px);
        -ms-filter: blur(2px);    
            filter: blur(2px);*/
}
#bg1-1{
	width: 515px;
	height: 220px;
	position: absolute;
	top: 150px;
	left: calc(50% - 257.5px);
	background: url(../images/t_01.png) no-repeat 0px 0px/100% 100%;
}
#svg-box{
	width: 100%;
	height: 270px;
	overflow: hidden;
	position: absolute;
	bottom: 0px;
}
#svg,#svg1,#svg2{
	position: absolute;
}
#bg1-2{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 30px;
	display: none;
}
#bg1-2-1{
	width: 480px;
	height: 370px;
	position: absolute;
	top: 127px;
	left: 275px;
	background: url(../images/t_2.png) no-repeat 0px 0px/100% 100%;
}
#bg1-2-2{
	width: 500px;
	height: 450px;
	position: absolute;
	top: 77px;
	left: 275px;
	background: url(../images/t_4.png) no-repeat 0px 0px/100% 100%;
}
#pageDown{
	width: 52px;
	height: 25px;
	position: absolute;
	bottom: 0px;
	background: url(../images/t_3.png) no-repeat 0px 0px/100% 100%;
	margin-left: calc(50% - 26px);
	cursor: pointer;
}
#bg1-4{
	width: 300px;
	height: 160px;
	position: absolute;
	top: 270px;
	left: 800px;
	display: none;
}
#bg1-4 h1{
	font-size: 28px;
	font-weight: 400;
}
#bg1-4 div{
	padding: 3px 0;
	margin: 3px 0;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}
#bg1-4 span{
	font-size: 20px;
	color: #FDE077;
}
#bg1-4 p{
	font-size: 14px;
}




#bg2{
	width: 100%;
	height: 667px;
	background: rgb(0,255,0);
}
#bg3{
	width: 100%;
	height: 667px;
	background: rgb(0,0,255);
}
#bg4{
	width: 100%;
	height: 667px;
	background: rgb(255,255,0);
}