*{
	margin: 0;
	padding: 0;
}
html{
	background: #fff;
}
a{
	text-decoration: none;
}
.top-box{
	width:1080px;
	height:444px;
	margin:0 auto;
	background: url('img/Bitmap.png') no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	position: relative;
}
.logo-box{
	width:170px;
	height:40px;
	position: absolute;
	top:20px;
	left:120px;
}
.logo-box img{
	display: block;
	width:170px;
}
.top-nav{
	width:400px;
	height:50px;
	position: absolute;
	right:0;
	top:0;
}
.top-nav a{
	display: inline-block;
	width:70px;
	height:100%;
	line-height: 50px;
	text-align: center;
	color:#fff;
	font-size: 14px;
	font-weight: bold;
	margin:0 15px;
}
.middle-box{
	width:1080px;
	height:380px;
	margin:60px auto;
	display: flex;
	justify-content: center;
	/*border:1px solid #aaa;*/
}
.middle-left,.middle-right{
	width:335px;
	height:100%;
/*	border:1px solid #aaa;*/
}
.middle-left{
	margin-right: 50px;
}
h4{
	color:#3e3d3d;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 5px;
	margin-top:20px;
}
.word1,.word2{
	width:95%;
	font-size: 12px;
	line-height: 25px;
	color:#797777;
}
.word1{
	margin:30px 0;
}
.middle-right img{
	display: block;
	width:99%;
}
.fuwu-box{
	width:1080px;
	margin:0 auto 100px;
	padding:0 70px;
	box-sizing: border-box;
}
h1{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color:#474ebd;
	letter-spacing: 5px;
}
.fuwu-con{
	width:100%;
	height:500px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.fuwu-item{
	width:32%;
	height:50%;
	text-align: center;
	/*box-shadow: #aaa 0 0 6px;*/
	margin-bottom: 12px;
}
.fuwu-img{
	display: block;
	width:60px;
	height:60px;
	margin:70px auto 25px;
}
.fuwu-p{
	font-size: 14px;
	font-weight: bold;
	color:#3e3d3d;
}
.fuwu-sp{
	font-size: 12px;
	color:#999999;
}
.footer{
	height:70px;
	background: #222a3f;
	text-align: center;
	line-height: 70px;
	font-size: 12px;
	color:#fff;
}