@charset "utf-8";
/* Home 界面样式 */
body{
	margin:0;
	padding:0;
}

img {
	border-width:0px 0px 0px 0px;
}

#header_bg{
	height:121px;
	background-image:url(../images/Home/nav_bg.png);
	position:relative;
	z-index:1;
}

#header{
	width:1280px;
	height:121px;
	margin:0 auto;
	background-image:url(../images/Home/nav_bg.png);
}

#logo{
	float:left;
	margin-top:25px;
	margin-left:140px;
}

#navigation{
	float:right;
	margin-right:140px;
}

#header ul{
	list-style-type:none;
	margin-top:55px;
}

#header li{
	display:inline;
}

#home a{
	float:left;
	width:98px;
	height:35px;
	background-image:url(../images/Home/select_home.png);
	margin:0 5px;
}

#apps a{
	float:left;
	width:98px;
	height:35px;
	background-image:url(../images/Home/apps.png);
	margin:0 5px;
}

#apps a:hover{
	float:left;
	width:98px;
	height:35px;
	background-image:url(../images/Home/hover_apps.png);
	margin:0 5px;
}

#faq a{
	float:left;
	width:98px;
	height:35px;
	background-image:url(../images/Home/faq.png);
	margin:0 5px;
}

#faq a:hover{
	float:left;
	width:98px;
	height:35px;
	background-image:url(../images/Home/hover_faq.png);
	margin:0 5px;
}

#contact a{
	float:left;
	width:140px;
	height:35px;
	background-image:url(../images/Home/contact.png);
	margin:0 5px;
}

#contact a:hover{
	float:left;
	width:140px;
	height:35px;
	background-image:url(../images/Home/hover_contact.png);
	margin:0 5px;
}

#content_bg_img_fuel{
	position:absolute;
	margin-top:-121px;
}

#content_bg_img_work{
	margin-top:-121px;
	position:absolute;
	z-index:-2;
}

#content_bg_img_mymi{
	margin-top:-121px;
	position:absolute;
	z-index:-6;
}
#content_bg_img_runcoach{
	margin-top:-121px;
	position:absolute;
	z-index:-12;
}

#content{
	position:relative;
	width:1280px;
	margin:0 auto;
	border:0px 0px 0px 0px;
}

#flash_out{
	position:relative;
	width:1000px;
	margin:0 auto;
	overflow:hidden;
}

#flash_inner{
	margin-top:84px;
	width:4000px;
}

#fuel_div{
	float:left;
}

#work_div{
	float:left;
}
#mymi_div{
	float:left;
}

#appstore_fuel{
	position:absolute;
	margin-left:762px;
	margin-top:450px;
}

#appstore_work{
	position:absolute;
	margin-left:85px;
	margin-top:475px;
}

#appstore_mymi{
	position:absolute;
	margin-left:65px;
	margin-top:475px;
}

#appstore_5k{
	position:absolute;
	margin-left:200px;
	margin-top:475px;
}


.runcoach_iphone1{
	position:relative;
	background-position:center;
	background-repeat:no-repeat;
}
.runcoach_iphone2{
	position:relative;
	background-position:center;
	background-repeat:no-repeat;
}
.runcoach_iphone3{
	position:relative;
	background-position:center;
	background-repeat:no-repeat;
}
.runcoach_iphone4{
	position:relative;
	background-position:center;
	background-repeat:no-repeat;
}

#run_5kiphone{
	position:absolute;
	margin-left:700px;
	width:298px;
	height:625px;
	background-position:center;
	background-repeat:no-repeat;
}
#run_5klogo{
	position:absolute;
	width:152px;
	height:152px;
	margin-top:90px;
	margin-left:250px;
}
#run_5ktext{
	position:absolute;
	width:448px;
	height:125px;
	margin-top:270px;
	margin-left:100px;
}

#leftbtn_div{
	float:left;
	margin-top:-400px;
	margin-left:50px;
}

#rightbtn_div{
	float:right;
	margin-top:-400px;
	margin-right:50px;
}

#footer_bg{
	position:relative;
	background-image:url(../images/Home/bottom_bg.png);
}

#footer{
	background-image:url(../images/Home/bottom_bg.png);
	height:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	line-height:40px;
	width:1280px;
	margin:0 auto;
	text-align:center;
}
