/*LOGO 标志*/
.mfLogo {
	float:left;
	width:134px; 
	height:75px; 
	display:inline;
	cursor: pointer; 
	background-image: url(../../images/ee/logo.jpg);
}

/*LOGO 标题 如免费注册*/ 
.logoText {
	font-size: 24px;
	font-family: 微软雅黑;
	letter-spacing: 2px;
	color: #b4b4b4;
}

/*商务推荐 标志*/
.sytjIcon {
	float:left;
	width:22px; 
	height:98px; 
	display:inline; 
	cursor: pointer;
	background-image: url(../../images/ee/sytj_22x98.jpg);
}

/*text-align*/
.textRight {
	text-align: right; 
}

.textLeft {
	text-align: left;
}

.textCenter {
	text-align: center;
}

/* 内容超出宽度时,隐藏部分内容, 以...代替！*/
.textOver {
	display:block;
	word-break: keep-all; /** 不换行 */
	white-space: nowrap; /** 不换行 */
	overflow: hidden; /** 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
	-icab-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

/*bold、color*/
.mainBgcolor { /*深蓝背景*/
	background-color: #0052A4;
}

.mailMainColor {
	background-color: #0052A4;
}

.lightBlue { /*淡蓝背景　如：黄页（蓝色主调的背景）*/
	background-color: #E1E7F4;
}

.bgWhite {
	background-color: white;
}

.mainColor { /*深蓝色字体*/
	color: #052E56;
}

.bold {
	font-weight: bold;
}

.darkBlue{
	color: #003278;
}

.blue {
	color: #0041D9;
}

.steelBlue { /*青蓝色*/
	color: #005187;
}

.orange {
	color: #ff7300;
}

.black {
	color: black;
}

.white {
	color: white;
}

.green {
	color: green;
}

.red {
	color: red;
}

.gray {
	color: #999999;
}

.gray2 {
	color: #666666;
}

/*sign*/
.redStar {
	width: 10px;
	color: red;
	font-size: 10pt;
	font-weight: normal;
	padding-right: 3px;
}

.solid { /*表示为：|*/
	padding: 0px 5px;
}

/*font-size*/
.letter9pt {
	font-family: Verdana;
	letter-spacing: 1.1pt;
	font-size: 8pt;
}

.letter11pt {
	font-family: Verdana;
	font-size: 11pt;
}

.number {
	font-family: Arial;
	font-size: 9pt;
	vertical-align: middle;
}

.text9pt {
	font-weight: lighter;
	font-size: 9pt;
}

.text9ptBold {
	font-weight: bold;
	font-size: 9pt;
}

.text10pt {
	font-weight: lighter;
	font-size: 10.5pt;
}

.text10ptBold {
	font-weight: bold;
	font-size: 10.5pt;
}

.text11pt {
	font-weight: lighter;
	font-size: 11pt;
}

.text11ptBold {
	font-weight: bold;
	font-size: 11pt;
}

.text12pt {
	font-weight: lighter;
	font-size: 12pt;
}

.text12ptBold {
	font-weight: bold;
	font-size: 12pt;
}

.font16pt {
	word-spacing: 1.2pt;
	font-family: 黑体;
	font-size: 16pt;
}

.font20pt {
	word-spacing: 1.2pt;
	font-family: 黑体;
	font-size: 20pt;
}

.font24pt {
	word-spacing: 1.2pt;
	font-family: 黑体;
	font-size: 24pt;
}

/*带有链接时访问时有下划线的字体*/
a:hover {
	color: #ff6600;
	text-decoration: underline;
}
/*后台管理带有链接时访问时有下划线的字体*/
.ad_black {
	font-weight: lighter;
	font-size: 9pt;
	color: #000;
}

.ad_black:link {
	color: #000;
	text-decoration: none;
}

.ad_black:visited {
	color: #000;
	text-decoration: none;
}

.ad_black:active {
	color: #000;
	text-decoration: none;
}

.ad_black:hover {
	color: #000;
	text-decoration: none;
}

.ad_black_two {
	font-weight: lighter;
	font-size: 9pt;
	color: #000;
}

.ad_black_two:link {
	color: #000;
	text-decoration: underline;
}

.ad_black_two:visited {
	color: #000;
	text-decoration: underline;
}

.ad_black_two:active {
	color: #000;
	text-decoration: underline;
}

.ad_black_two:hover {
	color: #000;
	text-decoration: underline;
}

.ad_white {
	font-weight: lighter;
	font-size: 9pt;
	color: #fff;
}

.ad_white:link {
	color: #fff;
	text-decoration: none;
}

.ad_white:visited {
	color: #fff;
	text-decoration: none;
}

.ad_white:active {
	color: #fff;
	text-decoration: none;
}

.ad_white:hover {
	color: #fff;
	text-decoration: none;
}

.ad_unactive .ico{
	border : 0px;
}

.ad_active .ico{
	border : 1px solid #ACBECE;
}

.ad_active .text{
	color : #FFFFFF;
	font-size : 9pt;
	background-color : #ACBECE;
	padding-left : 10px;
}

.ad_unactive .text{
	font-size : 9pt;
	padding-left : 10px;
}
/*end 后台管理带有链接时访问时有下划线的字体*/

.font9pt {
	font-weight: lighter;
	font-size: 9pt;
}

.font9pt:link {
	text-decoration: none;
}

.font9pt:visited {
	text-decoration: none;
}

.font9pt:active {
	text-decoration: underline;
}

.font9pt:hover {
	text-decoration: underline;
}

.font10pt {
	font-weight: lighter;
	font-size: 10.5pt;
}

.font10pt:link {
	text-decoration: none;
}

.font10pt:visited {
	text-decoration: none;
}

.font10pt:active {
	text-decoration: underline;
}

.font10pt:hover {
	text-decoration: underline;
}

.font10ptBold {
	font-weight: bold;
	font-size: 10.5pt;
}

.font10ptBold:link {
	text-decoration: none;
}

.font10ptBold:visited {
	text-decoration: none;
}

.font10ptBold:active {
	text-decoration: underline;
}

.font10ptBold:hover {
	text-decoration: underline;
}

.font11pt { /*带有链接处理的字体*/
	font-weight: lighter;
	font-size: 11pt;
}

.font11pt:link {
	text-decoration: none;
}

.font11pt:visited {
	text-decoration: none;
}

.font11pt:active {
	text-decoration: underline;
}

.font11pt:hover {
	text-decoration: underline;
}

.font11ptBold { /*带有链接处理的字体*/
	font-weight: bold;
	font-size: 11pt;
}

.font11ptBold:link {
	text-decoration: none;
}

.font11ptBold:visited {
	text-decoration: none;
}

.font11ptBold:active {
	text-decoration: underline;
}

.font11ptBold:hover {
	text-decoration: underline;
}

.font12pt { /*带有链接处理的字体*/
	font-weight: lighter;
	font-size: 12pt;
}

.font12pt:link {
	text-decoration: none;
}

.font12pt:visited {
	text-decoration: none;
}

.font12pt:active {
	text-decoration: underline;
}

.font12pt:hover {
	text-decoration: underline;
}

.font12ptBold { /*带有链接处理的字体*/
	font-weight: bold;
	font-size: 12pt;
}

.font12ptBold:link {
	text-decoration: none;
}

.font12ptBold:visited {
	text-decoration: none;
}

.font12ptBold:active {
	text-decoration: underline;
}

.font12ptBold:hover {
	text-decoration: underline;
}

/*带有链接时访问时无下划线的字体*/
.label9pt {
	font-weight: lighter;
	font-size: 9pt;
}

.label9pt:link {
	text-decoration: none;
}

.label9pt:visited {
	text-decoration: none;
}

.label9pt:active {
	text-decoration: none;
}

.label9pt:hover {
	text-decoration: none;
}

.label11pt {
	font-weight: lighter;
	font-size: 11pt;
	color: #000;
}

.label11pt:link {
	text-decoration: none;
}

.label11pt:visited {
	text-decoration: none;
}

.label11pt:active {
	text-decoration: none;
}

.label11pt:hover {
	text-decoration: none;
}