html { overflow-x:hidden;overflow-y:hidden;}

*{
	padding: 0px;
	margin: 0px;
	font-family: "microsoft yahei";
}

.main{
	background: url(image/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	position: absolute;
	width: 100%;
	height:100%;
}
.wrap{
	width: 50%;
	margin: 0px auto;
}
.desc{
	width: 100%;
	height: 15%;
	margin-top: 15%;
}
.replace{
	background-color: #fff;
	width: 100%;
	height: 1.625rem;
	margin-top: 8.33%
}
.replaceright{
	height:100%;
	width: 50px;
	background-color: #bbb;
	float: right;
	z-index: 2;
}
.progress{
	text-align: center;
}
.num1,.num2,.num3{
	color: #fff;
	font-size: 1.5em;
	line-height: 1.5em;
}
.num1{
	float: left;
}

.num3{
	float: right;
}
.logo{
	height: 4.875rem;
	text-align: center;
	margin-top: 5.83%;
	margin-bottom: 5.83%;
}
.logo_haven{
	margin-right: 6%;
	margin-top: 0px;
	width: 15%;
}
.logo_IPS{
	margin-top: 0px;
	width: 25%;

}

.copyright{font-size:16px;
	text-align: center;
	color: #939598;
}

