
/**
 * ul{} 列表外框架
 * ul li{} 列表项样式
 * ul li a{} 链接
 * ul li small{} 时间/作者等
 * 
 */
ul{}
ul li{}
ul li a{}
ul li small{}
 
 
 
/**
 * 菜单样式
 * ul.ctab{} 整体样式
 * ul.ctab li{} 按钮样式
 * ul.ctab li.focus{} 按钮焦点状态 
 * 
 * 被控制对象样式
 * .ctab-bst{} 被控对象
 * .ctab-bst .chl{}  被控对象的子元素
 * 
 */
ul.ctab{}
ul.ctab li{}
ul.ctab li.focus{}

.ctab-bst{}
.ctab-bst .chl{}


/**
 * 滚动模块
 * .cscr{}
 * 
 */
.cscr{overflow:hidden}
.lt01{ overflow:hidden;zoom:1; width:730px;}
		.lt01 li{ height:104px; float:left; display:inline; width:113px; margin-right:6px; border:1px solid #c4bdb5; }
		.lt01 img{ border:none; padding:1px; float:left; display:inline;}
		.lt01 p{ width:113px;font-size:12px; text-align:center; line-height:14px; margin:0px; float:left; display:inline; background:#d9d0be; border-top:1px solid #897c6b;}
			.lt01 li p a{ color:#993300;}
.cscr01{ width:730px;overflow:hidden;zoom:1; height:110px; }
.kk{ overflow:hidden;zoom:1; height:108px;}

/**
 * 万能容器-A
 * .ce{} 外框
 * .ce .ce-t{} 标题
 * .ce .ce-c{} 内容
 * 
 */
.ce{}
.ce .ce-t{}
.ce .ce-c{}


/**
 * 万能容器-B
 * .ce{} 外框
 * .ce .ce-0{} 容器0
 * .ce .ce-1{} 容器1
 * .ce .ce-2{} 容器2
 * .ce .ce-3{} 容器3
 * 
 */
.ce{}
.ce .ce-0{}
.ce .ce-1{}
.ce .ce-2{}
.ce .ce-3{}

/*      首页图品轮换     */
.container{ position:relative;margin-left:1px;width:392px; height:230px; overflow:hidden;zoom:1;}
.slider li{ margin:0px; margin:opx; padding:0px; border:none;}
.num{ position:absolute; right:5px; bottom:5px;}
.num li{
	float: left;
	color: #fff;
	text-align: center;
	line-height: 14px;
	width: 14px;
	height: 14px;
	font-family: Arial;
	font-size: 12px;
	cursor: pointer;
	overflow: hidden;zoom:1;
	margin: 3px 6px;
	border: 1px solid #fff;
	background-color: #333435;
}
.num li.on{
	color: #fff;
	line-height: 14px;
	width: 14px;
	height: 14px;
	font-size: 12px;
	margin: 0 1px;
	border:1px solid #fff;
	background-color: #ce0609;
	font-weight: bold;
}



/*       走进泰心滑动门      */
.ban-btn2{ width:640px;height:70px;display:block; margin-left:20px;}
	.ban-btn2 ul li{ float:left; display:inline; margin-right:37px;}
	.ban-btn2 ul li.rt{ margin:0px}
	.ban-btn2 ul li a{ line-height:70px; display:block; text-indent:-2000px; height:70px; width:188px}
	.ban-btn2 .btn-bg4{ background:transparent url(../images/btnc_03.jpg) no-repeat scroll 0 0;}
	.ban-btn2 .btn-bg5{ background:transparent url(../images/btnc_05.jpg) no-repeat scroll 0 0;}
	.ban-btn2 .btn-bg6{ background:transparent url(../images/btnc_07.jpg) no-repeat scroll 0 0;}
	
	.ban-btn2 .focus .btn-bg4{background-image:url(../images/btnc_03_on.jpg)}
	.ban-btn2 .focus .btn-bg5{background-image:url(../images/btnc_05_on.jpg)}
	.ban-btn2 .focus .btn-bg6{background-image:url(../images/btnc_07_on.jpg)}
.mode-a .mood2{ width:633px; padding-top:20px; padding-left:15px;}
	
	.mode-a .mood2 .pic-d{ float:left; border:none; padding:0px; margin:0px 20px 5px 0px;}
	.mode-a .mood2 p{ width:100%; text-indent:2em; line-height:28px; font-size:14px; color:#666666;}
	.mode-a .mood2 img{ margin-right:45px;border:none; padding:0px;}
	.mode-a .mood2 .mrn01{ margin-right:0px;}
