/* CSS Document */
*{ padding:0; margin:0;}
ul li{ list-style:none;}
a{text-decoration:none;}
img{ border:none; float:left;}
.clear{clear:both;}
html,body{ font:12px "微软雅黑",Arial; background:url(../images/bg.jpg) no-repeat center; width:100%;height:100%; position:absolute;-moz-user-select:none;}
#wrapper{
width:1100px;
margin:0 auto;
padding:50px 25px 50px 0px;
zoom:1;
position: relative;
}
/* HTML */
#htbj{ position:absolute;
	left:5px;
	top:10px;
	width:129px;
	height:16px;
	display:block;
	background:url(../images/dochtml.png)
}
/* LOGO */
#logo{
	position:absolute;
	margin-left:80px;
	z-index:200;
}
#logo a{width:311px; height:117px; text-indent:60px; display:block; overflow:hidden; z-index:90;}
/* HTML5标志 */
#html_logo{
	position:absolute;
	margin-left:400px;
	margin-top:0px;
	width:198px;
	height:114px;
	display:block;
	background:url(../images/html_logo.png);
	z-index:200;
}
/* 菜单层 */
#nav{background:url(../images/navbg.png) no-repeat; width:474px; height:91px; margin-left:560px; margin-top:20px; position:absolute; z-index:199;}
#nav ul{ margin-left:67px; margin-top:54px;position:relative;}
#nav ul li{float:left; font-size:15px; width:120px; height:60px;}
#nav ul li a{
	color:#FFF;
	display:block;
	width:87px;
	height:36px;
	text-align:center;
	line-height:40px;
	position:absolute;
	z-index:200;
	top: 2px;
}
#nav ul li#navmove{background:url(../images/nava.png); position:absolute; left:0px;}
/* 介绍层 */
#parallax {
	overflow:hidden;
	width:1100px; 
	height:900px;
	position: relative;
	margin-left:60px;
	top:75px;
	z-index: 99;
}
/* 动画层 */
#countdown {
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#countdown img.ball {
    width: 14px;
    height: 14px;
    position: absolute;
    top: -9999px;
    left: -9999px;
}
#countdown img.separator {
    width: 14px;
    height: 14px;
}
div.screen {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #F00;
}
#countdown h3 a,
#header h3 a {
    color: #898989;
    padding-right: 45px;
    position: absolute;
    z-index: 99;
}
#canvas-content {
    margin: 100px auto 0 auto;
    width: 930px;
    z-index: 99;
    position: relative;
}
#content {
    padding: 40px;
    background: #FFF;
    width: 850px;
    margin: 50px auto 100px auto;
    -moz-box-shadow: 0 0 6px #c6c6c6;
    -webkit-box-shadow: 0 0 6px #c6c6c6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px 4px 4px 4px;
    z-index: 10;
    position: relative;
}
#countdown-watch-again {
    position: fixed;
    bottom: 50px;
    right: 130px;
    padding: 10px;
    background:#FFF(153,153,153,0.8);
    color: #ffffff;
    -webkit-border-radius: 5px;
    width: 320px;
    display: none;
    z-index: 99;
}
#countdown-watch-again img {
    float: left;
    margin-right: 10px;
}
#countdown-watch-again a {
    color: #FFF;
    text-decoration: none;
}
#index #canvas-content {
    margin-top: 300px;
    color: #898989;
    font-family: 'Droid Sans';
}
/* 底层 */
#htbj_01{
	position:absolute;
	left:10px;
	top:1000px;
	width:58px;
	height:15px;
	display:block;
	background:url(../images/htmlf.png)
}
#htbj_02{
	position:absolute;
	left:10px;
	top:650px;
	width:58px;
	height:15px;
	display:block;
	background:url(../images/htmlf.png)
}
/* Footer Style */
.footer{
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	font-size:13px;
	background:#2A2A2A;
	opacity:0.9;
	height:20px;
	padding-bottom:5px;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	z-index:200;
}
.footer a{
	padding:5px 10px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #000;
	color:#ddd;
	float:right;
}
.footer img{
	padding:5px 5px 5px 12px;
}
.footer a:hover{
	color:#fff;
}
.footer a span{
	font-weight:bold;
}
.footer a.left{
	float:left;
}