﻿/*全局css定义*/
body{
	width:1004px;
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	background:url(../images/bg.gif) no-repeat center top;
}
.innerBg{
}
*{
	margin:0px;
	padding:0px;
}
div{ text-align:left; word-wrap:break-word;}
table,td,tr,th{font-size:12px; text-align:left;}
li{list-style-type:none;}
form{margin:0px; padding:0px;}
img{ border:0;}
/* 链接颜色 */
a:link {color: #999; text-decoration:none;}
a:visited {color: #999;text-decoration:none;}
a:hover {color: #c00; text-decoration:underline;}
a:active {color: #999;}

/* 颜色属性 [定义规则，小写c加颜色名称] */
.cRed,a.cRed:link,a.cRed:visited{ color:Red; }
.cBlue,a.cBlue:link,a.cBlue:visited{color:#1f3a87;}
.cDRed,a.cDRed:link,a.cDRed:visited{ color:#bc2931;}
.cGray,a.cGray:link,a.cGray:visited{ color: #4F544D;}
.cDGray,a.cDGray:link,a.cDGray:visited{ color: #666;}
.cWhite,a.cWhite:link,a.cWhite:visited{ color:#fff;}
.cBlack,a.cBlack:link,a.cBlack:visited{color:#000;}
a.cBlack:hover{color:#bc2931;}
.cYellow,a.cYellow:link,a.cYellow:visited{color:#ff0;}

/* 字体属性 [定义规则，小写f加属性名称] */
.fB {font-weight: bold;}
.fI {font-style: italic;}

/* 字体大小*/
.f12px{ font-size:12px;}
.f14px{ font-size:14px;}

/* 其他属性 */
.left{ float:left;}
.right{ float:right;}
.hidden {display: none;}
.unLine ,.unLine a{text-decoration: none;}
.noBorder{border:none;}
.t_center{ text-align:center;}
/* 其它样式 */
/* Clear Fix */

.clearfix:after 
{ 
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden; 
} 
.clearfix 
{
    display:inline-block;
}
/* Hide from IE Mac \*/ 
.clearfix {display:block;} 
/* End hide from IE Mac */ 
/* end of clearfix  */


