
<!--
body {
	background-color: #ccc;
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 9pt;
	line-height: 20px;
}

.container {
	width: 800px;
	background-color: #ddd;
	margin: 0 auto; /* 侧边的自动值与宽度结合使用，可以将布局居中对齐 */
}

.header {
	background:#FFF; 
}
.h1{ margin:auto}
.h2{
	margin-top: 2px;
	height: 28px;
	padding-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #430012;
}
.h3{
	width: 720px;
	margin:0 auto;
	background-color:#430012;
}

.h3 ul{margin:0 auto; list-style:none;width:720px; padding:0;margin:0; }
.h3 li{float:left;width:80px; text-align:center; }

.h3 li a {
	display: block; /* 将链接设为块级元素 */
	width: 80px; /* 设置宽度 */
	height: 28px; /* 设置高度 */
	line-height: 28px; /* 设置行高，将行高和高度设置同一个值，可以让单行文本垂直居中 */
	text-align: center; /* 居中对齐文字 */
	color: #e8e8e8; /* 设置文字颜色 */
	text-decoration: none; /* 去掉下划线 */
	margin-left: 4px;
	  }

.h3 li a:hover {
	  background:#582524; /* 变换背景色 */
	  color:#fff; /* 变换文字颜色 */}

.footer {
	background-color: #FFF;
	position: relative;/* 这可以使 IE6 hasLayout 以正确方式进行清除 */
	clear: both; /* 此清除属性强制 .container 了解列的结束位置以及包含列的位置 */
}
.f1{
	text-align: center;
	background-color: #430012;
}
.f2{background:#959595;margin-top:2px; 
    text-align: center;
	padding-bottom:30px;}
.f3{background:#959595;
    padding-top:20px;  
    text-align: center;}
.clearfloat { /* 如果从 .container 中删除或移出了 .footer，则可以将此类放置在 <br /> 或空 div 中，作为 .container 内最后一个浮动 div 之后的最终元素 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.footer .f2 div table tr td {
	font-family: "造字工房悦圆（非商用）常规体";
}
.footer .f2 div table tr td {
	font-family: "宋体";
}

a:link {
	text-decoration: none;
	color: #333;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #ddd;
}
a:active {
	text-decoration: none;
	color: #000;
	
}
.t1 {
	width:635px;
	height:auto;
    padding: 0px 0px 15px;
	margin:0 auto;
}
.t2 {
	display: block;
	line-height: 30px;
	height: 30px;
	font-size: 9pt;
	width: 580px;
	height:auto;
	border-left: 5px;
	padding-left: 15px;
	padding-top:15px;
	margin: 10px 0px 15px;
	text-align: left;
	margin: 0 auto;
	text-decoration: none;
}
.t2 a {
	  color:#000; /* 设置文字颜色 */
	  text-decoration:none; /* 去掉下划线 */
	  }
.t3{ text-indent:5em}

.xce1{
	width: 635px;
	min-height: 1000px;
	background-color: #ccc;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
#scrolltop {
    visibility: hidden;
    position: fixed;
    bottom: 55px;
    display: block;
    margin: -30px 10px 0px 0px;
    width: 50px;
    height: 50px;
    background: url('http://bbs.zoopda.com/static/image/common/scrolltop.gif?v2') no-repeat scroll 13px 17px #666;
    opacity: 0.5;
    line-height: 999px;
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer;
    transition: opacity 0.3s ease-in 0s, opacity 0.3s ease-out 0s;
}
