﻿@charset "utf-8";
/* CSS Document */

/*** { filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); }  ***/
/* 将网页编程灰色 */

body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* 最好将 body 元素的边距和填充设置为 0 以覆盖不同的浏览器默认值 */
	padding: 0;
	text-align: center; /* 在 IE 5* 浏览器中，这会将容器居中。文本随后将在 #container 选择器中设置为默认左对齐 */
	color: #000000;
}
img {
	border: 0;
}
.twoColLiqLtHdr #container { 
	width: 908px;  /* 这将创建一个占据 80% 浏览器宽度的容器 */
	background: #FFFFFF;
	margin: 0 auto; /* 自动边距（与宽度一起）会将页面居中 */
	text-align: left; /* 这将覆盖 body 元素上的“text-align: center”。 */
} 

/* sidebar1 提示：
1. 由于我们使用的是百分比，因此最好不要在侧栏中使用填充。它将会新增至宽度，而让符合标准的浏览器建立未知的实际宽度。 
2. 如果为 div 中的元素设置左边距和右边距，则会在 div 边缘和这些元素之间产生空白，如“.twoColLiqLtHdr #sidebar1 p”规则中所示。
3. 由于 Explorer 会在父元素显示之后计算宽度，因此基于百分比的栏有时会出现无法解释的错误。如果您需要更可预见的结果，可选择改为以像素为单位设置栏的大小。
*/
.twoColLiqLtHdr #sidebar1 {
	float: left; 
	width: 191px; /* 由于此元素是浮动的，因此必须指定宽度 */
	background: url(../images/index_left_bg.gif) no-repeat top left; /* 将显示背景色，其宽度等于栏中内容的长度，*/
	padding: 95px 17px 15px 34px !important; /* 顶部和底部的填充将在该 div 中产生视觉空间 */
}
.twoColLiqLtHdr #sidebar1 h3, .twoColLiqLtHdr #sidebar1 p {
	margin-left: 10px; /* 对于将要放在侧栏中的每个元素，都应当设置左边距和右边距 */
	margin-right: 10px;
}
.twoColLiqLtHdr #sidebar1 img {
	margin-bottom: 8px;
}

.twoColLiqLtHdr #sidebar1 h2 {
	background: url(../images/left_h2_bg.gif) top center;
	width: 154px;
	height: 36px;
	line-height: 36px;
	padding: 0 0 0 38px;
	margin: 0;
	color: #FFF;
	font-size: 14px;
}
.twoColLiqLtHdr #sidebar1 h3 {
	background: url(../images/left_h3_bg.jpg) top center;
	width: 158px;
	height: 30px;
	line-height: 32px;
	padding: 0 0 0 33px;
	margin: 0;
	color: #333;
	font-size: 12px;
}

.twoColLiqLtHdr #sidebar1 ul {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 458px;
	background: url(../images/left_ul_bg.jpg) repeat-x top center;
}
.twoColLiqLtHdr #sidebar1 ul.multi {
	padding: 0;
	margin: 0;
	list-style: none;
	background: url(../images/left_ul_bg.jpg) repeat-x top center;
	height: 100%;
}
.twoColLiqLtHdr #sidebar1 li {
	background: url(../images/main_news_li.gif) no-repeat 18px center;
	padding-left: 35px;
	line-height: 30px;
	border-bottom: 1px dashed #DADCD9;
}
.twoColLiqLtHdr #sidebar1 li:hover {
	background: url(../images/main_news_li.gif) no-repeat 18px center #FCFCFC;
	cursor: pointer;
}






/* mainContent 提示：
1. mainContent 和 sidebar1 之间的空白是由 mainContent div 的左边距创建的。无论 sidebar1 div 中包含多少内容，都将保留栏空白。如果您希望在 #sidebar1 中的内容结束时，用 #mainContent div 的文本填充 #sidebar1 空白，则可以删除此左边距。
2. 为了避免在所支持的最小分辨率 800 x 600 下出现“浮动下降”，mainContent div 中的元素（包括图像）不应大于 430 像素。
3. 在下面的 Internet Explorer 条件注释中，zoom 属性用来赋予 mainContent“hasLayout”。这会避免几个特定于 IE 的错误。
*/
.twoColLiqLtHdr #mainContent { 
	margin: 0 0 0 243px; /* 右边距可以用百分比或像素来指定，它会在页面的右下方产生空白。 */
	padding-top: 5px !important;
} 
.twoColLiqLtHdr #mainContent #nav {
	background: #CC0000;
	color: #FFFFFF;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 15px;
	width: 647px;
}

.twoColLiqLtHdr #mainContent #nav a:link {
	color: #FFF;
	text-decoration: none;
}
.twoColLiqLtHdr #mainContent #nav a:visited {
	color: #FFF;
	text-decoration: none;
}
.twoColLiqLtHdr #mainContent #nav a:hover {
	color: #FFF;
	text-decoration: underline;
}




.twoColLiqLtHdr #mainContent #rightNav {
	float: right;
	width: 167px;
	border-right: 1px solid #CCCCCC;
	margin-top: 15px;
}
.twoColLiqLtHdr #mainContent #rightNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.twoColLiqLtHdr #mainContent #rightNav ul li {
	background: url(../images/index_right_nav_bg.gif) no-repeat center center;
	width: 142px;
	height: 29px;
	line-height: 29px;
	font-size: 14px;
	font-weight: bold;
	color: #534F49;
	margin-bottom: 5px;
	padding-left: 12px;
}
.twoColLiqLtHdr #mainContent .indexNews {
	width: 220px;
	margin: 5px 10px 5px 6px;
	float: left;
}

.marquee {
	border: #FF0000 solid 1px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	background: #FF0000;
	padding-top:14px;
	height:48px;
	width: 460px;
	margin: 10px 10px 5px 5px;
	float: left;
	overflow:hidden;}

.twoColLiqLtHdr #mainContent .indexNews h3 {
	background: url(../images/main_news_h3.gif) no-repeat 7px left;
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 12px;
	line-height: 28px;
}
.twoColLiqLtHdr #mainContent .indexNews h3 span {
	float: right;
	margin: 5px 0 0 0;
}
.twoColLiqLtHdr #mainContent .indexNews ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.twoColLiqLtHdr #mainContent .indexNews li {
	background: url(../images/main_news_li.gif) no-repeat 3px center;
	border-bottom: 1px dashed #DADCD9;
	padding: 0 0 0 16px;
	line-height: 28px;
	width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.twoColLiqLtHdr #mainContent .nowPlace {
	padding: 0 5px;
	margin: 8px 0;
	line-height: 20px;
	color: #666;
}
.twoColLiqLtHdr #mainContent .nowPlace a {
	color: #666;
	text-decoration: underline;
}


.twoColLiqLtHdr #mainContent .serviceList {
	float: left;
	width: 148px;
	margin: 12px 14px 0px 0px;
	padding: 0;
}
.twoColLiqLtHdr #mainContent .serviceList ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.twoColLiqLtHdr #mainContent .serviceList li {
	line-height: 22px;
	padding-left: 15px;
	background: url(../images/personal_service_list_bg.gif) 5px center no-repeat;

}
.twoColLiqLtHdr #mainContent .serviceList li:hover {
	border-bottom: 1px dashed #DDD;
	border-top: 1px dashed #DDD;
	background: url(../images/personal_service_list_bg.gif) 5px center no-repeat #F1F1F1;
	cursor: pointer;
}
.twoColLiqLtHdr #mainContent h3.secondNavHeader {
	background: url(../images/logo16.gif) 5px center no-repeat #F8F8F8;
	padding: 0 5px 0 30px;
	color: #666;
	font-size: 14px;
	border-bottom: 1px solid #DDD;
	border-top: 1px solid #DDD;
	height: 30px;
	line-height: 32px;
	margin: 10px 0;
}
.twoColLiqLtHdr #mainContent h3.secondNavHeader span {
	float: right;
	font-size: 12px;
	font-weight: normal;

}

.twoColLiqLtHdr #mainContent h4.thirdNavHeader {
	padding: 0 10px;
	color: #888;
	font-size: 14px;
	border-bottom: 1px dashed #DDD;
	height: 30px;
	line-height: 32px;
	margin: 10px 0;
}

.twoColLiqLtHdr #mainContent h1.newsTitle {
	color: #CC0000;
	background: none;
	border: none;
	text-align: center;
	font-size: 16px;
	padding: 10px 0;
}

.twoColLiqLtHdr #mainContent h2.newsDate {
	color: #666;
	background: none;
	border-bottom: 1px solid #666;
	text-align: right;
	font-size: 12px;
	padding: 0;
	margin: 0;
	font-weight: normal;
}



.twoColLiqLtHdr #mainContent ul.productsImgShow {
	padding: 0;
	margin: 0;
	list-style: none;
}
.twoColLiqLtHdr #mainContent ul.newsList {
	list-style: none;
	padding: 0;
	margin: 0;
}
.twoColLiqLtHdr #mainContent ul.newsList li {
	line-height: 22px;
	padding-left: 15px;
	background: url(../images/personal_service_list_bg.gif) 5px center no-repeat;
	border-bottom: 1px dashed #EEE;
	float: none;
	line-height: 30px;
}
.twoColLiqLtHdr #mainContent ul.newsList li span {
	float: right;
	color: #666;
	margin-right: 5px;
}
.twoColLiqLtHdr #mainContent ul.newsList li:hover {
	border-bottom: 1px dashed #DDD;
	background: url(../images/personal_service_list_bg.gif) 5px center no-repeat #F1F1F1;
	cursor: pointer;
}











.twoColLiqLtHdr #mainContent ul.productsImgShow li {
	float: left;
	width: 150px;
	margin: 0px 10px 10px 0;
	text-align: center;
	line-height: 30px;
}
.twoColLiqLtHdr #mainContent p.fortunePlaza { 
	line-height: 22px;
	padding: 0 0 10px 10px;
}
.twoColLiqLtHdr #mainContent p.about { 
	line-height: 22px;
	padding: 0 0 8px 5px;
	margin: 0;
	text-indent: 2em;
}

.twoColLiqLtHdr #mainContent ul.corpServiceList {
	list-style: none;
	padding: 0;
	margin: 0;
}
.twoColLiqLtHdr #mainContent ul.corpServiceList li {
	background: url(../images/corp_service_list_bg.gif) 10px center no-repeat;
	float: left;
	padding: 0px 30px;
	line-height: 24px;
	height: 20px;
	margin-bottom: 10px;
	width: 100px;
}

.twoColLiqLtHdr #mainContent .creditcardNav {
	width: 660px;
	height: 100px;
	background: url(../images/credit_card_nav_bg.jpg) center center no-repeat;
}
.twoColLiqLtHdr #mainContent .creditcardNav ul {
	padding: 0;
	margin: 0;
}
.twoColLiqLtHdr #mainContent .creditcardNav li{
	background: none;
	float: left;
	margin: 10px;
	text-align: center;
	line-height: 25px;
}





.twoColLiqLtHdr #footer { 
	padding: 0; /* 此填充会将它上面 div 中的所有元素左对齐。 */
	background: #F8F7F7;
	margin-top: 2px;
	height: 48px;
} 
.twoColLiqLtHdr #footer .bottomLogo { 
	width: 242px;
	text-align: center;
	height: 48px;
	border-right: 1px solid #DEDEDE;
	float: left;
	margin-right: 15px;
}
.twoColLiqLtHdr #footer .bottomLogo img { 
	margin-top: 10px;

}
.twoColLiqLtHdr #footer p {
	margin: 8px 0 3px 0; /* 将脚注中第一个元素的边距设置为零将避免出现可能的边距重叠（即 div 之间出现的空白）*/
	line-height: 15px;
	padding: 0;
	color: #999999;
}
.twoColLiqLtHdr #footer p.mingliu {
	font-family: Mingliu;
	font-size: 11px;
	line-height: 20px;
	color: #AAA;
	padding: 0;
	margin: 0;
}
.twoColLiqLtHdr #footer p.mingliu .verdana {
	font-family: Verdana;
}
.twoColLiqLtHdr #footer a:link {
	color: #999;
	text-decoration: none;
}
.twoColLiqLtHdr #footer a:visited {
	color: #999;
	text-decoration: none;
}
.twoColLiqLtHdr #footer a:hover {
	color: #999;
	text-decoration: none;
}
.red { color:#FF0000;}
.bold { font-weight:bold;}
.yellow { color: #FFFF00;}






/* 要重用的各种类 */
.fltrt { /* 此类可用来使页面中的元素向右浮动。浮动元素必须位于页面上要与之相邻的元素之前。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* 此类可用来使页面上的元素向左浮动 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* 此类应当放在 div 或 break 元素上，而且该元素应当是完全包含浮动的容器关闭之前的最后一个元素 */
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}



a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #C00;
	text-decoration: underline;
}


