﻿html,body 
{
      margin:0px auto;
      padding:0px;
      height: 100%;   /* this is the key! */ 
      border:none;  
      font-family: sans-serif;  
      overflow: hidden;
      color: #666666;
      font:12px Arial,"黑体"; 
      line-height: 19px;
      text-align:justify;
      
}

/*********** Wrapper style ****************/
.wrapper
{
    width: 100%; 
    height: 100%; 
}
#wrapOuter
{
    position: fixed; 
    /*background-color: yellow; */
}
#wrapInner
{
    position: absolute; 
    top: 50%; 
    background-color: #ffffff;    
}

/*********** Reaction style ****************/
.reaction,.creaction,.hreaction
{
      position: absolute;
      width: 100%;
      height: 100%;
}
.reaction
{    
    top: -50%; 
    background-image: url('../img/space-reac.gif');
    /*background-color: #eee;*/
    display:  none;             /* For ie 6-8 version */
    opacity: 0;
}
.creaction,.hreaction
{
    top: 0px;
    left: 0px;
    /*background-color: #CCCCCC;*/
}
.hreaction
{
    /*background-color: #999999;*/
}

/*********** Canvas and handle style  ****************/



.nav
{
	z-index:10;
    width: 100%;
    top: 30%;                       /* default =( height / 2) */
    height: 200px;                   /* default is 200px */                          
  #  display:  none;             /* For ie 6-8 version */
  #  opacity: 1;
    left:0px;
    text-align:center;
    position:absolute;
}
p
{
	position:absolute;
	bottom:0px;
	padding:0px;
	margin:0px;
	line-height:30px;
	width:100%;
	color:#FFF;
	font-size:16px;
	background-color:#000;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /*IE8*/
     filter:alpha(opacity=60);  /*IE5、IE5.5、IE6、IE7*/
     opacity: 0.6;  /*Opera9.0+、Firefox1.5+、Safari、Chrome*/
		-webkit-text-size-adjust:none;
}

.project
{
	z-index:30;
#	display:none;
	position:relative;
	left:3000px;
	top: 30%;
}


.handle
{
    top: 0px;  
    left: 0px;                            /* default is 100% */
}
#handThumb{    height: 200px; }

/*********** Nav Bar ****************/
#NavBar{
      position: absolute; 
      top: -13px;                                     /* -height / 2 */
      background-color: #ffffff; 
      width: 100%; 
      height: 26px;
      display:  none;             /* For ie 6-8 version */
      opacity: 0;
    #  overflow: hidden;
}
.NavItem
{
		height:250px;
		width:auto;
      position: relative;
      float: left;
      margin: auto 15px;   
      cursor: pointer;               
}

.slide
{
  #  top: 18%;
    z-index: 60;
#	background:url('../images/slideshow/03.jpg') no-repeat ;
#	width:1080px;
#	height:800px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	text-align:center;
}

a img{border:0px;}

.main
{
    z-index: 60;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	position: relative;
}
.slide_img{
	border:0px;
}
a:link
			{ 
				border:none;
			}
a:visited{ 
				border:none;
			}
