body {
    background: #cccccc;	
	margin: 0; /* 最好将 body 元素的边距和填充设置为 0 以覆盖不同的浏览器默认值 */
	padding: 0;
	text-align: center; /* 在 IE 5* 浏览器中，这会将容器居中。文本随后将在 #container 选择器中设置为默认左对齐 */
	color: #000000;	
	text-decoration: none;
}
.oneColFixCtr #container {
	width: 1000px;  /* 使用比最大宽度 (800px) 小 20px 的宽度可显示浏览器界面元素，并避免出现水平滚动条 */
	background: #FFFFFF;
	margin: 0 auto; /* 自动边距（与宽度一起）会将页面居中 */
	text-align: left; /* 这将覆盖 body 元素上的“text-align: center”。 */
	padding-top:10px;
}
.nol {text-decoration: none;color:#000000;}
.box {margin: 0px;border: 1px solid #CCCCCC;}
.s {font-size:12px}
.gray {color:#CCCCCC}
.C{font-size:14.8px;font-weight:bold;}
.M{font-size:13.8px;line-height:130%;}
.red{color:#FF0000;}
.blue{color:#0000FF;}
.lh13 {LINE-HEIGHT: 130%}
.lh15 {LINE-HEIGHT: 150%}
/*body,table,tr,td{font-size:14.8px;}*/
a{text-decoration: none;}
a:link {
	color:#3d362b;
	}

a:visited {
	color:#3d362b;
	}

a:hover {
	color:#ff6600;
	}


#bottom {		
		border-top:#ff7300 3px solid;
		width:100%;		
		font-size:12px;
		text-align:center;		
		background-color:#EEEEEE;
		height:50px;
		line-height:50px;
		}
		
.ch_about{}
.ch_about .sperate{border-top:1px solid #CBCBC9;border-bottom:1px solid #F5F6FB;}
.ch_about .littitle{height:30px;background-color:#EEEEEE;border-bottom:1px solid #fff;line-height:30px;text-indent:50px;font-size:13px;font-weight:bold;}
.ch_about .littitle2{height:30px;background-color:#CCCCCC;border-bottom:1px solid #fff;line-height:30px;text-indent:50px;font-size:13px;font-weight:bold;}
.ch_about .q{color:#006600;font-size:9px;margin-right:10px;}
.ch_about .cubg{background-color:#9CA281;font-weight:bold}

.jbg1{
background-color:#EEEEEE;
}
.subtitle{padding-top:5px;border-top:#CCCCCC 1px solid;font-weight:bold;font-size:18px;color:#666666;}
.subtitle2{font-size:12px;color:#ffffff;padding-left:15px;padding-top:2px;padding-right:20px;font-weight:bold;}
