.center1000 {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
.top_bg{
	position: relative;
	width: 100%;
	height: 80%;
	background-image: url(../../img/huifu/contact01.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	
}
.title{
	line-height: 90px;
	font-size: 25px;
	text-align: center;
	background-image: url(../../img/huifu/titlebg.png);
	background-size: 80%;
	background-position: 40% center;
	background-repeat: no-repeat;
}

.page1{
	line-height: 40px;
	font-size: 16px;
}
.page2{
	width: 100%;
	height: 800px;
	background-image: url(../../img/huifu/com-bg2.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.page2 img {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.font-box{
	text-align: center;
	color: #fff;
	height: 40px;
	background: rgb(55,127,235);
	width: 100px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.area-list{
	position: absolute;
	font-size: 17px;
	top: 450px;
	left: 850px;
	color: #5c99f4;
	padding-left: 10px;
	line-height: 28px;
	border-left: 1px solid #5c99f4;
}
.page3{
	width: 100%;
	height: 500px;
}
.page3 img{
	position: relative;
	top:20px;
	float: right;
}
.font-box2{
	text-align: center;
	color: #fff;
	background: rgb(55,127,235);
	width: 150px;
	height: 40px;
}
.data{
	position: absolute;
	top: 100px;
	left: 100px;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
}
.data p{
	margin-top: 8px;
}
.data span{
	position: relative;
	top: -30px;
	font-size: 14px;
	height: 20px;
}
