.title {
	font-size: 18px;
	font-weight: bolder;
	color: #000000;
	line-height: 30px;
}
.red {
	color: #FF0000;
}
.gray {
	font-size: 12px;
	font-weight: bolder;
	color: #3C3C3C;
}
.pig_red {
	font-size: 12px;
	font-weight: bolder;
	color: #BE0707;
}
a:link {
	font-size: 12px;
	color: #3F3F3F;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	color: #347D90;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #0281ED;
	text-decoration: none;
}
.table1 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8C8C8C;
	border-right-color: #8C8C8C;
	border-bottom-color: #8C8C8C;
	border-left-color: #8C8C8C;
}
.table2 {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8C8C8C;
	border-right-color: #8C8C8C;
	border-bottom-color: #8C8C8C;
	border-left-color: #8C8C8C;
}
td {
	font-size: 12px;
	line-height: 20px;
	color: #000000;
}
.top
{
	background-attachment: fixed;
	background-image: url(../images/22_01.jpg);
	background-repeat: no-repeat;
	background-position: center center;

}
.bottom {
	background-attachment: fixed;
	background-image: url(../images/22_30.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}

/*****公司名称的样式*****/
.companyNameStyle
{	
	font-size: 18px;
	font-weight: bolder;
	color: #000000;
	line-height: 30px;
}
/*****公司形象图片的样式****/
.companyImageStyle
{
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8C8C8C;
	border-right-color: #8C8C8C;
	border-bottom-color: #8C8C8C;
	border-left-color: #8C8C8C;
}
/****公司简介的样式******/
.companyIntroductStyle
{
	font-size: 12px;
	line-height: 20px;
	color: #000000;
}

/*****首页新闻行的样式******/
.indexPageNewsTRStyle a:link {
	font-size: 12px;
	color: #3F3F3F;
	text-decoration: none;
}
.indexPageNewsTRStyle a:visited {
	font-size: 12px;
	color: #347D90;
	text-decoration: none;
}
.indexPageNewsTRStyle a:hover {
	font-size: 12px;
	color: #0281ED;
	text-decoration: none;
}
{
	line-height: 25px;
	width:80%;
}


/*****首页新闻前缀的样式****/
.indexPageNewsPrefixTagTDStyle
{ width:4%;
text-align:center;
}
/*****首页新闻标题的样式****/
.indexPageNewsTitleTDStyle
{
	font-size: 12px;
	font-weight: bolder;
	color: #BE0707;
}
/******首页新闻时间的样式*****/
.indexPageNewsDateTDStyle
{
	font-size: 12px;
	line-height: 25px;
	color: #000000;
	width:16%;
}
/******自定义栏目行的样式*****/
.customCatalogTRStyle
{
}
/*********自定义栏目前缀的样式***/
.customCatalogPrefixTagTDStyle
{
	width:25%;
	text-align:center;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #95C2DA;
  
   
}
/*********自定义栏目内容的样式********/
.customCatalogContentTDStyle {
    width:75%;
	text-align:left;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #95C2DA;
  }
.customCatalogContentTDStyle a:link {
	font-size: 12px;
	color: #3F3F3F;
	text-decoration: none;
}
.customCatalogContentTDStyle a:visited {
	font-size: 12px;
	color: #347D90;
	text-decoration: none;
}
.customCatalogContentTDStyle a:hover {
	font-size: 12px;
	color: #0281ED;
	text-decoration: none;
}
/*****自定义栏目后缀的样式*****/
.customCatalogSuffixTagTDStyle
{
}
/*****产品类别行的样式******/
.productClassTRStyle
{
}
/******产品类别前缀的样式******/
.productClassPrefixTagTDStyle
{
	width:25%;
	text-align:right;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #95C2DA;
  
}
/****产品类别内容的样式*****/
.productClassContentTDStyle
{	width:75%;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #95C2DA;
}
.productClassContentTDStyle a:link {
	font-size: 12px;
	color: #3F3F3F;
	text-decoration: none;
}
.productClassContentTDStyle a:visited {
	font-size: 12px;
	color: #347D90;
	text-decoration: none;
}
.productClassContentTDStyle a:hover {
	font-size: 12px;
	color: #0281ED;
	text-decoration: none;
}
/****产品类别后缀的样式****/
.productClassSuffixTagTDStyle
{
}
/****首页产品行的样式*****/
.indexProductTRStyle
{ bgcolor:#FFFFFF
}
.indexProductTRStyle a:link {
	font-size: 12px;
	color: #3F3F3F;
	text-decoration: none;
}
.indexProductTRStyle a:visited {
	font-size: 12px;
	color: #347D90;
	text-decoration: none;
}
.indexProductTRStyle a:hover {
	font-size: 12px;
	color: #0281ED;
	text-decoration: none;
}


/*****首页产品图片的样式*****/
.indexProductImageTDStyle
{
}
/*****首页产品文字的样式****/
.indexProductTextTDStyle
{
}
/*****页脚样式****/
.pageFooterStyle
{
	line-height: 23px;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: center center;
}




/****以下是预留样式*****/
/***语言版本的样式****/
.languageEditorStyle
{
}
