@charset "UTF-8";
/* CSS Document */
body{
    width: 100%;
    padding: 0;
    margin: 0;
    font: 12px/1.5 "\5FAE\8F6F\96C5\9ED1", Arial, Verdana;
	color:#4492BD;
}

.head {
	width: 980px;
	height: 80px;
	margin: 0 auto;
}
.logo{
	width: 400px;
	height: 80px;
	float: left;
	line-height: 80px;
	background-image:url(logo.png);
	background-size:contain;
	background-repeat: no-repeat;
	background-position: left
}
.list{
	width: 200px;
	height: 80px;
	float: right;
	display: block;
	line-height: 80px;
}
.list a{
	width: 100px;
	height: 80px;
	float: left;
	display: block;
	text-decoration:none;
	font-size: 16px;
	text-align: center;
	color: #696969;
	margin: 0 auto;

}
.content{
	width:980px;
	height: 1320px;
	display: block;
	margin: 0 auto;
	background-image: url(content.png);
	background-size:contain;
}
.download{
	width:280px;
	height:106px;	
	display: block;
	margin: auto auto auto 128px;
}
.btn1{
	height: 40px;
	width: 109px;
	float: left;
	display: block;
	background-size:contain;
	overflow:hidden;
	background-position: center;
	background-image: url(ios.png);
	background-repeat: no-repeat;
	margin-top: 330px;
}
.btn2{
	height: 40px;
	width: 109px;
	float: right;
background-size:contain;
	text-align: center;
background-repeat: no-repeat;
	background-image: url( Android.png);
	margin-top: 330px;
	background-position: center
}
.wenzi{
	width: 980px;
	margin: 0 auto;
	font-size: 14px;
	color: #333333;


}
.line{
	width: 100%;
	height: 1px;
	margin: 0 auto;
	display: block;
	background-color: #dddddd;
}
.footer{
	height: 160px;
	width: 980px;
	margin: 0 auto;
	padding:0 auto;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	background-color:  #1B1C1E;
		
	
}
.footer .p1{padding-top: 30px;

}
.footer .p{padding-top: 0px;
margin: 0 auto;
padding:0 auto;

}