*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
ul,li{
	list-style: none;
}
body,html{
	width: 100vmin;
	height: auto;
	
}
.scale{

	transform: scale(1.1);
}

/* 中间 */
.content{
	position: relative;
    width: 100%;
	height: 100%;
}
.container{
	position: absolute;
	top: 0;left: 0;right: 0;
	margin: auto;
	width: 100vmin;
	height: 100%;
	background: url(../images/background.png) repeat-y;
	background-size: 100% auto;
	z-index: 99;
}

.page{
	width: 100vmin;
	height: 178vmin;
	background: url(../images/background.png);
	background-size: 100% 100%;
	overflow: hidden;
}


.page .header{
	text-shadow: 3px 3px 5px white;
	position: absolute;
	top: 20vmin;
	padding-left: 7.2vmin;
	width: 100%;
	font-size: 10vmin;
	color: #5483d1;
	z-index: 999;
	font-weight: 100;
	letter-spacing: 3vmin;
}
.page .header  span{
	display: inline-block;
	font-size: 6.5vmin;
	letter-spacing: 1.5vmin;
}
.page .header p{
	padding-bottom: 5.6vmin;
}
.page .header .p3{
	
	font-size: 5vmin;
	color: #333;
	letter-spacing: 1vmin;
}
/* 主体下部分 */
.page .bodier{
	position: absolute;
	top: 0;left: 0;
	height: 100%;
	z-index: 998;
	/* width: 100%; */
}
.page .bodier .img1{
	width: 66.8vmin;
	height: 84.8vmin;
	position: absolute;
	top: 64vmin;
	left: 0;
	
}
.container  .img2{
	width: 25.6vmin;
	height: 25.6vmin;
	position: absolute;
	top: 94vmin;
	left: 64.2vmin;
	z-index: 9999;
}
.container .bodier .img3{
	width: 34.4vmin;
	height: 9.2vmin;
	position: absolute;
	top: 126vmin;
	left: 59.8vmin;
}


/* 顶端和底部黑条 */
.top,.bottom{
	position: fixed;
	left: 0;right: 0;
	margin: auto;
	height: 10vmin;
	width: 100vmin;
	box-sizing: border-box;
	z-index: 999;
	background: #222;
}
/* 移动端fixed不支持内部定位*/
.top{
	top: 0;
}
.bottom{
	bottom: 0;
}
.bottom  span{
	display: inline-block;
	line-height: 10vmin;
	text-align: center;
	font-size: 3.6vmin;
	color: white;
	border: none;
	float: left;
}
.b1,.b3{
	width: 49.95%;
}
.b2{
	width: 0.05%;
}