﻿@charset "utf-8";
/*

CSS Document 
CSS兼容
property:value; 所有浏览器 
property:value\9; 所有IE浏览器
+property:value; IE7
_property:value; IE6 

*/
body {background-color:#CCC;margin: 0 auto;padding: 0;font-family:宋体,Verdana, Arial, Helvetica, Sans-Serif;font-size:12px;color: #666;}

.menu{ color:#FFF;}
.menu a:link{color:#FFF;text-decoration: none;}
.menu a:visited{color:#FFF;text-decoration: none;}
.menu a:hover,a:active{color: #CCC;text-decoration:none;}


.menuline{ width:1003px; height:33px; background:url(../Images/menuline.jpg) repeat-x;}
.redline{ width:113px; height:33px; background:url(../Images/redline.jpg) repeat-x;}


.logoborder{ border:1px solid #CCC; width:122px; height:42px;}

.red{ color:#C6010B; font-weight:bold;}
.red a:link{color:#C6010B;text-decoration: none;}
.red a:visited{color:#C6010B;text-decoration: none;}
.red a:hover,a:active{color:#000;text-decoration:underline;}

.n{ border-bottom:1px dashed #CCC;}
.n1{ border-bottom:1px  dashed #CCC;}


.sbg{ width:151px; background:url(../Images/sbg.jpg) repeat-x; height:39px; padding:0px 0 0 5px; margin:0 0 0 2px;}


.text{ border:1px solid #CCC; width:200px; height:16px;}
/*通用链接*/
a:link{color:#666;text-decoration: none;}
a:visited{color:#666;text-decoration: none;}
a:hover,a:active{color:#C8000A;text-decoration:underline;}

/*伪链接标准格式*/
a.Test:link {color: #000;text-decoration: none;}
a.Test:visited {color: #000;text-decoration: none;}
a.Test:hover, a.Test:active {color: #000;text-decoration:underline;}

.WebCenter {margin: 0px auto;}

/*清除浮动*/
/* 这是对Firefox进行的处理，因为Firefox支持生成元素，而IE所有版本都不支持生成元素 */
.ClearFix:after {}{content: "."; clear: both; height: 0; visibility: hidden; display: block;}
/* 这是对 Mac 上的IE浏览器进行的处理 */ 
.ClearFix {}{ display: inline-block;}
/* 这是对 win 上的IE浏览器进行的处理 */ 
* html .ClearFix {}{height: 1%;}
/* 这是对display: inline-block;进行的修改，重置为区块元素*/
.ClearFix {}{display: block;}         

/*溢出文字用省略号点代替*/
.HideWord {white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
/*
溢出文字不显示省略号点
.HideWord {white-space:nowrap;text-overflow:ellipsis; text-overflow:clip;overflow:hidden;}
*/