﻿
/**//* 标准盒模型 *//**//*问题:1、不能改字体大小*/.w936
{
	padding: 0;
	clear: both;
	width: 965px; /**/ /*这里调整整个滑动门的宽度*/
	font-size: 12px; /**/ /*border:#CC3366 solid 1px;*/ /**/ /*用来检测效果*/
}
/**//* TAB 切换效果 */.tb_
{
	background: #ce3235;
	font: #000000;
}
.tb_ a:link
{
	color: #ffffff;
}
.tb_ a:visited
{
	color: #ffffff;
}
.tb_ ul
{
	height: 24px;
	margin: 0;
	padding-left: 1em;
}
.tb_ li
{
	float: left;
	height: 24px;
	line-height: 1.9;
	width: 67px;
	cursor: pointer; /**/ /**/
	padding: 0;
}
.tb_ a
{
	text-decoration: none;
	display: block;
	font-weight: bold;
	text-align: center;
}
/**//* 用于控制显示与隐藏的css类 */.normaltab
{
	background-repeat: no-repeat;
	color: #1F3A87;
}
.hovertab
{
	background-repeat: no-repeat;
	color: #1F3A87;
	font-weight: bold;
}
.ctt
{
	height: auto;
	padding: 6px;
	clear: both;
	border-top: 0;
	text-align: left;
	background-color: #9b9b9b;
	text-align:center;
}
.ctt a:link
{
	color: #ffffff;
}
.ctt a:visited
{
	color: #ffffff;
}
.clear
{
	clear: both;
}
.dis
{
	display: block;
}
.undis
{
	display: none;
	text-align:center;
}
.dis ul
{
	float: left; /**/ /*margin-left:0.5em;padding-left:1em;*/
	margin: 0;
	padding: 0;
}
.dis li
{
	float: left;
	margin-left: 1em;
}
.dis a
{
	color: #3333CC;
}

