@charset "utf-8";
/* CSS Document */
/****************************
 * version:1.0
 * By:landry
 * Date:2016-01-20
 *
 */
body{
	background: url(../images/home_bg.jpg) no-repeat center 88px;
	position: relative;
}
body::before{content:'';position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*-overflow: hidden;
	background: url(../images/background-mengban.png) no-repeat center top;}*/
}
header{
	height: 88px;
	width: 100%;
	/*background-color:rgba(255,255,255,.2);*/
	
}
.setwidth{
	height:64px;
	width: 1000px;
	margin: 0 auto;
}
.content{
	position: relative;
	width: 1000px;
	margin: 0 auto;
	top:120px;
}
#logo1{
	position: relative;
	height: 40px;
	width: 160px;
	top:24px;
	float: left;
}
#logo2{
	position: relative;
	height: 24px;
	width: 100px;
	top:32px;
	float: right;
	margin-right: 10px;
}
#logo2 a{
	font-family: PingFangSC-Light;
	font-size: 16px;
	color:#222222;
	border-bottom:1px dashed #222222;
}
#logo2 a:hover{
	color:#ff6666;
	border-bottom:1px dashed #ff6666;
}
.pdesc{
	position: relative;
	height: 360px;
	width: 520px;
	background: url(../images/zhinan.png) no-repeat center top;
}
#iosDown{
	position: relative;
	width:170px;
	height:46px;
	background: url(../images/iconfont-pingguo.png) no-repeat center top;
	top:260px;
	margin-left: 30px;
	float:left;
}
#iosDown:hover,#iosBottomDown:hover{
	background: url(../images/iconfont-pingguo1.png) no-repeat center top;
	cursor: pointer;
}
#anzDown{
	position: relative;
	width:170px;
	height:46px;
	background: url(../images/iconfont-android.png) no-repeat center top;
	top:260px;
	margin-left:30px;
	float:left;
}
#anzDown:hover,#anzBottomDown:hover{
	background: url(../images/iconfont-android1.png) no-repeat center top;
	cursor: pointer;
}
#descimg img{
	margin-left:69px;
	margin-top: 120px;
}
#bottomDown{
	position: relative;
	width: 410px;
	height:46px;
	margin-left: 295px;
	margin-top: 60px;
}
#iosBottomDown{
	width:170px;
	height:46px;
	background: url(../images/iconfont-pingguo.png) no-repeat center top;
	float:left;
}
#anzBottomDown{
	width:170px;
	height:46px;
	background: url(../images/iconfont-android.png) no-repeat center top;
	float:left;
	margin-left:70px;
}
.footer{
	position: relative;
	text-align: center;
	padding:0;
	width: 100%;
	height: 216px;
	background: #222222;
	margin-top: 230px;
}

.fo_wx{
	position: relative;
	width:118px;
	height: 103px;
}
.fo_Ms{
	position: relative;
	margin-top: 20px;
	width: 1000px;
	margin: 0 auto;
	top:60px;
}
.fo_Ms span{width:40px;height:31px;
	background: url(../images/home_btn_default_weibo.png);display:inline-block;cursor: pointer;}
.fo_Ms span:hover{background: url(../images/home_btn_ok_weixin.png)}
.fo_Ms i{width:40px;height:30px ;background: url(../images/home_btn_default_weixin.png);margin-left:60px;display: inline-block;cursor: pointer;}
.fo_Ms i:hover{background: url(../images/home_btn_ok_weibo.png)}
.footer p{font-family: PingFangSC-Light;font-size: 16px;color:#666666;margin-top:7px;}
.fo_img{float:left;margin-top: -140px;margin-left:485px;}