html { height: 100%; }
body { margin: 0; height: 100%; background: #FFFFFF; font-size: 12px; font-family: tahoma,Arial,Century Gothic,verdana,Helvetica,sans-serif; color: #7c7876; line-height: 150%; text-align: center; word-break: break-all; }
div,ul,ol,form { margin: 0; padding: 0; }
img { border: 0; }
li { list-style: none; }
table { font-size: 12px; }
input { font-family: tahoma,Arial,Helvetica,sans-serif; font-size: 12px; }
h1,h2,h3,h4,h5,h6,h7 { margin: 0; padding: 0; text-align: left; font-size: 12px; font-weight: 400; }
p { margin: 0; }
/* ============================================================================ 常用 == */
a:link{ text-decoration: none; color: #50514e; }
a:visited { text-decoration: none; color: #50514e; }
a:hover { text-decoration: none; color: #50514e; }
a:active { text-decoration: none; color: #50514e; }
/* ============================================================================ 连接 == */
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.none { display: none; }
/* ============================================================================ 布局 == */
#Container { margin: 0 auto; width: 900px; height:580px; text-align: left; }
/* ============================================================================ 框架 == */
#topNav{
	height:24px;
	background: #566472;
	padding-left:50px;
}
#topNav li{
	float: left; border-right:1px #FFFFFF solid; background: #566472; color: #fff;
}
#topNav li A{
	padding: 4px 18px 1px 18px; color: #fff; float: left;
}
#topNav li A:hover{
	background: #98A7B3; text-decoration: none;
}
#Header { margin: 0 auto; width: 900px; height:380px; text-align: left; }
/* ============================================================================ 头部 == */
.tableborder { height:28px; border-top:1px #FFFFFF solid; border-bottom:1px #FFFFFF solid; border-right:2px #FFFFFF solid;}
.text1  { color:#4499b3;}
.text2  { color:#29b6e2;}
.caseimg { background-image:url(../image/imgbg1.jpg); width:151px; height:166px; margin: 0 auto; }
.caseimg2 { background-image:url(../image/imgbg2.jpg); width:315px; height:190px; margin: 0 auto; }
#PageBody { margin: 0 auto; width: 900px; height:auto; text-align: left; }
/* ============================================================================ 主体 == */
#Sidebar { float:left; width: 265px; height:660px; text-align: left; }
/* ============================================================================ 侧边栏 == */
#MainBody { float:right; width: 580px; height:660px; text-align: left; }
/* ============================================================================ 主体内容 == */
#Footer { margin: 0 auto; margin-top:10px; width: 890px; height:30px; line-height:210%; text-align: left; padding-left:10px; background-color:#6db0bb; color:#FFFFFF;}
/* ============================================================================ 底部 == */