/*qrcode
=====================================*/
body{
	width:100%;
	height:100%;
	background:url(../images/bj1.jpg) center center no-repeat;
	background-size:100% 100%;
	overflow:hidden;
}
.qrcode{
	width: 1200px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}
/*header
===================================================*/
.header{
	width:1200px;
	height:20%;
	margin:0 auto;
}
.logo{
	width:465px;
	height:155px;
	background:url(../images/logo.png) 10px 25px no-repeat;
	float:left;
}
.nav{
	float:right;
}
.nav ul li{
	float:left;
	height:155px;
	line-height: 155px;
	text-align: center;
	margin-left:35px;
}
.nav ul li a{
	font-size:18px;
	color:#3c4570;
}

/*mian
=============================================*/
.mian{
	width:1200px;
	height: 60%;
	padding-top:2%;
	margin:0 auto;
	/*margin-top:35px;*/
	position: relative;
}
.mian .left{
	/*width:404px;*/
	/*height:555px;*/
	float:left;
	position: absolute;
    top: 9%;
    left: 9%;
	/*background:url(../images/iphone.png) left center no-repeat;
	background-size:cover;*/
}
.mian .left img{
	/*margin: 40px 0 0 107px;*/
	max-width:100%;
	max-height:100%;
}
.mian .right{
	width:579px;
	float:right;
	height:572px;
}
.mian .right .right-top{
	width:579px;
	height:45%;
	/*background:url(../images/wenzi.png) left 0px no-repeat;*/
	margin-top:32px;
}
.mian .right .right-top img{
	max-width:100%;
	max-height:100%;
}
.mian .right .right-bottom{
	width:579px;
	height:35%;
}
.mian .right .right-bottom .code{
	width:180px;
	height:215px;
	float:left;
}
.mian .right .right-bottom .code p{
	width:167px;
	height:164px;
	width:150px\9;
	height:145px\9;
	background:#fff;
	padding:9px;
}
/*.mian .right .right-bottom{
	margin-top:54px;
}*/
.mian .right .right-bottom .download{
	width:178px;
	height:215px;
	float:left;
	padding-left:22px;
}
.mian .right .right-bottom .download .down-Android{
	display:block;
	width:175px;
	width:120px\9;
	height:48px;
	background:#ff900e url(../images/Android.png) 20px center no-repeat;
	line-height: 48px;
	color:#fff;
	font-size:15px;
	padding-left:57px;
	border-radius:28px;
	margin-top:22px;
}
.mian .right .right-bottom .download .down-app{
	display:block;
	width:175px;
	width:133px\9;
	height:48px;
	background:#55b72e;
	color:#fff;
	font-size:15px;
	line-height: 48px;
	padding-left:44px;
	border-radius:28px;
	margin-top:22px;
	background:#55b72e url(../images/app.png) 13px 8px no-repeat;
}


/*fotter
========================================*/
.fotter{
	width:1200px;
	height:18%;
	text-align: center;
	margin:0 auto;
	position: absolute;
    bottom: 0px;
}
.fotter p{
	line-height: 21px;
}