﻿@charset "utf-8";
/* CSS Document */
html,body {
	height:100%;
	margin:0;
	padding:0;
}
body {
	font-family: Arial,Trebuchet,Courier,微软雅黑;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}

h3,h4 {
	color:#808080;
	margin:0;
}
a{
	color:#808080;
	text-decoration: none;
}

h5 {color:#949494;}
h6 {color:#CBCBCB;}

p,ul.detail-list {
	color:#949494;
	font-size: 0.83em;
}
	
p.fig{text-align: center;}

#content{
	letter-spacing:0.05em
}

#container {
	min-height:100%;
	height:auto !important;
	height:100%;
}

#page {
	margin: 0 auto;
	width: 85%;
	padding-bottom:20px;/*footer的高度*/
}

#footer {
	color:#CBCBCB;
	position:relative;
	margin-top:-20px;
	height:20px;
	clear:both;
	text-align: center;
}

#header {
	padding:1em;
	margin-bottom: 2em;
}

#content {
	width:100%
}

/* navigation */
ul.navigation{
	font-size: 1em;
	text-align: center;
	letter-spacing:0.1em;
	list-style-type: none;
	margin:0;
	padding:0;
	overflow:hidden;
}

ul.navigation li {float: left;}

ul.navigation li a{
	color: #A1A1A1;
	display: block;
	text-align: center;
	padding: 1em;
	text-decoration: none;
}

.img {
	text-align: center;
}

video,img {
	max-width: 100%;
	max-height: auto;
}

.introduce {
	list-style-type:none;
}
	
.detail {
	list-style-type:none;
	padding:0;
	text-indent:2em;
	color:#949494;
	font-size: 0.83em;
}
	
.c {
	text-align: center;
}