﻿html, body
{
	margin: 0 auto;
	padding: 0;
	background: #E7E7E7;
	text-align: center;
}
#main
{
	margin: 0 auto;
	background: #fff;
	width: 950px;
	text-align: center;
}
#top
{
	margin: 0 auto;
	text-align: center;
}
#bottom
{
	margin: 0 auto;
	text-align: center;
	width:950px;
}
#title
{
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#daohang
{
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#menu
{
	font-size: 14px;
	font-weight: bold;
}
#menu a
{
	color: white;
	text-decoration: none;
}
#menu a:hover
{
	text-decoration: underline;
	color: Yellow;
}
#menu .index
{
	color: Yellow;
}
#info
{
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 920px;
}
#leftinfo
{
	font-size: 12px;
}
#rightinfo
{
}

#cp a
{
	color: black;
	text-decoration: none;
}
#cp a:hover
{
	color: red;
	text-decoration: none;
}
/* 标准盒模型 
.ttl{height:18px;}*/
UL
{
	list-style-type: none;
}
.ctt
{
	height: auto;
	clear: both;
	text-align: left;
}
.w936
{
	clear: both;
	width: 632px;
	font-size: 12px /*滑动门的宽度*/;
}
/* TAB 切换效果 */
.tb_
{
	background-repeat: repeat-x;
}
.tb_ ul
{
	margin: 0px auto;
	padding: 0;
	width: 100%;
	height: 24px;
}
.tb_ li
{
	float: left;
	height: 48px;
	width: 147px;
	cursor: pointer;
	text-align: center;
	vertical-align:middle;
}
/* 控制显示与隐藏css类 */
.normaltab
{
	background-repeat: no-repeat;
	background: url(tu.jpg);
	color: White;
	font-weight: bold;
	font-size: 14px;
}
.hovertab
{
	background-repeat: no-repeat;
	font-weight: bold;
	background: url(tu1.jpg);
	color: White;
	font-size: 14px;
}
.dis
{
	display: block;
}
.undis
{
	display: none;
}

