﻿@charset "utf-8";
/*

CSS Document 
CSS兼容
property:value; 所有浏览器 
property:value\9; 所有IE浏览器
+property:value; IE7
_property:value; IE6 

*/
body {margin: 0 auto;padding: 0;font-family:宋体,Verdana, Arial, Helvetica, Sans-Serif;font-size:12px;color: #666; background:url(../Images/bg123.jpg) repeat-x #FFF;}

.menu{ color:#FFF; font-size:14px; font-weight:bold;}
.menu a:link{color:#FFF;text-decoration: none;}
.menu a:visited{color:#FFF;text-decoration: none;}
.menu a:hover,a:active{color:#C91D1B;text-decoration:underline;}


.menu1{ width:100px; height:35px; background:url(../Images/menu1.jpg) repeat-x;}
.menu2{ width:100px; height:35px; background:none;}

.ltitle1{ width:235px; height:39px; background:url(../Images/index_04_01_01.jpg) no-repeat;}

.tab1{ width:184px; height:23px; background:url(../Images/tab1.jpg) no-repeat; color:#FFF; font-weight:bold;}
.tab1 a:link{color:#FFF;text-decoration: none;}
.tab1 a:visited{color:#FFF;text-decoration: none;}
.tab1 a:hover,a:active{color:#C91D1B;text-decoration:underline;}

.tab2{ width:184px; height:23px; background:none;}
.tab3{ margin:0 0 0 15px;}

.white{ color:#FFF;}
.white a:link{color:#FFF;text-decoration: none;}
.white a:visited{color:#FFF;text-decoration: none;}
.white a:hover,a:active{color:#C91D1B;text-decoration:underline;}

.n{ border-bottom:1px dashed #CCC;}
/*通用链接*/
a:link{color:#666;text-decoration: none;}
a:visited{color:#666;text-decoration: none;}
a:hover,a:active{color:#C91D1B;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;}
*/