@charset "GBK";
.head{
	width:1200px;
	height:150px;
	margin:0 auto;
}
.head_logo{
	width:468px;
	margin-top: 43px;
}
.head_nav{
	height:150px;
	float: right;
}
.head_nav li{
	float: left;
	margin-left: 30px;
	line-height: 150px;
	font-size: 25px;
	color:#404040;
	cursor: pointer;
}
.head_nav .select{
	color:#009b63;
}
.banner{
	width:100%;
	min-width: 1200px;
	height:818px;
	position: relative;
	overflow: hidden;
}
.banner_banner{
	width:1920px;
	position: absolute;
	left:50%;
	top:0;
	margin-left: -960px;
}
.banner_btn{
	width:1200px;
	height:100%;
	position: relative;
	margin:0 auto;
}
.banner_text{
	width:579px;
	position: absolute;
	top:178px;
	left:0;
}
.banner_code{
	width:203px;
	position: absolute;
	top:526px;
	left:300px;
}
.btn_ios,.btn_android{
	width: 275px;
	position: absolute;
	top:544px;
	left:2px;
	cursor: pointer;
}
.btn_android{
	top:645px;
}

.content{
	width:1200px;
	margin:100px auto 0 auto;
	overflow: hidden;
}
.content_introduce{
	width:100%;
	margin-top: 175px;
}
.content_introduce h3{
	font-size: 32px;
	color:#000;
}
.content_introduce p{
	font-size: 32px;
	color:#737374;
	line-height: 46px;
	margin-top: 50px;
}

.foot{
	width:100%;
	min-width: 1200px;
	margin-top: 120px;
}
.foot_top{
	width:100%;
	height:110px;
	background: #f7f7f7;
}
.foot_top .foot_top_content{
	width:1200px;
	margin:0 auto;
}
.foot_top .foot_top_content .foot_logo{
	width:582px;
	margin-top:23px;
}
.foot_top .foot_top_content .foot_hotline{
	width:445px;
	margin-top:33px;
	float: right;
}
.foot_bottom{
	width:100%;
	height:65px;
	background: #23a26f;
}
.foot_bottom p{
	font-size: 19px;
	color:#fff;
	text-align: center;
	line-height: 65px;
}

.back{
	width:69px;
	position: fixed;
	right:15px;
	bottom: 15px;
	cursor: pointer;
}