* { margin:0; padding:0;font-size:12px;font-family:"微软雅黑" }
html,body{ height:100%; margin:0; padding:0;}
input,button,select,textarea{outline:none}
img { border:0 none; }
a { text-decoration:none; outline:none}
ul,ol,li { list-style:none; }
em { font-style:normal; }
textarea { resize:none; }
button { cursor:pointer; }
.blank { width:100%; height:1px; clear:both; }
.page { text-align:center; margin:10px 0; }
	.page span,.page a { display:inline-block; padding:0 5px; }
	.page .current { color:#f00; }
	
.home{ width:100%; height:100%;  overflow:hidden; border-bottom:1px solid #e3e3e3; position:relative; display: flex; justify-content: center; align-items: center;}	
#container{
top: 0;
left: 0;
position:fixed;
width: 100%;
height: 100%;
overflow: hidden;
z-index:-200;
}	
.home .home_in{ width:100%; height:100%; margin:0 auto; position:relative; z-index:2;}
.home .home_in .ipad{ width:838px; height:544px; background:url(../images/ipad.png) no-repeat center; position:absolute;top: 50%; margin-top: -272px; left:50%; margin-left:-419px}	
.home .home_in .hand{ width:338px; height:453px; position:absolute; right:84px; bottom:-100px}	
#slideBox{width:719px;height:426px;overflow:hidden;position:relative;margin-top:65px; margin-left:61px}
#slideBox ul#show_pic{margin:0;padding:0;list-style:none;height:426px;width:4750px;position:absolute;}
#slideBox ul#show_pic li{float:left;margin:0;padding:0;height:426px; width:719px;}
#slideBox ul#show_pic li img{width:719px; height:426px; }

.stars{position:fixed;z-index:1;background:url('../images/stars-background.png') repeat;height:100%;width:100%}
.space{height:100%;width:100%;position:fixed;z-index:0}
#canvas2{height:100%;width:100%}

.hdcontent{ min-width:40%; padding: 30px; margin: 0 auto; background:#fff; opacity: 0.6; border-radius: 10px;}
.hdcontent h1{ font-size: 48px; text-align: center;}
.hdcontent p{ margin-top: 20px; font-size: 18px;}
.hdcontent p.h1{ text-align: center; }
.hdcontent h2{ background:gray; font-size: 24px; padding: 5px 10px; margin-top: 30px;}
.hdcontent p.h2,.hdcontent p.h3{ padding-left: 10px; }
.hdcontent p.h3{color: orange;}