
/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
A:link {
	COLOR:#646464;
	TEXT-DECORATION: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
A:visited {
	COLOR: #737373;
	TEXT-DECORATION: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
A:hover   {
	COLOR: #298DA2;
	TEXT-DECORATION: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
A:active {
	COLOR: #646464;
	TEXT-DECORATION: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
/* [PRINT][TOP]的css定义－调用代码为<a class='bottom' ***>***</a> */
A.a1:link		{COLOR: #3399CC;}
A.a1:visited	{COLOR: #3399CC;}
A.a1:hover		{COLOR: #FE8645;}
A.a1:active	{COLOR: #3399CC;}

/* 首页新品推介文字的css定义－调用代码为<a class='a2' ***>***</a> */
A.a2:link		{COLOR: #FE5B01;}
A.a2:visited	{COLOR: #FE5B01;}
A.a2:hover		{COLOR: #3E85E8;}
A.a2:active	{COLOR: #FE5B01;}

/* top的css定义－调用代码为<a class='a3' ***>***</a> */
A.a3:link		{
	COLOR: #FFFFFF;
	font-size: 12px;
}
A.a3:visited	{
	COLOR: #FFFFFF;
	font-size: 12px;
}
A.a3:hover		{
	COLOR: #787878;
	font-size: 12px;
}
A.a3:active	    {
	COLOR: #FFFFFF;
	font-size: 12px;
}

BODY {
	background-image: url(bodybg.gif);
	background-position:center;
	FONT-FAMILY: 'Arial', 'Helvetica', 'sans-serif', 'Lucida Grande', 'Lucida Sans Unicode', arial, verdana, sans-serif;
	FONT-SIZE: 12px;
	MARGIN: 0px 0px;
	color: #646464;/*SCROLLBAR-FACE-COLOR: #313884;
SCROLLBAR-HIGHLIGHT-COLOR: #D7DAF1;
SCROLLBAR-SHADOW-COLOR: #009aaa;
SCROLLBAR-3DLIGHT-COLOR: #000000;
SCROLLBAR-ARROW-COLOR: #ffffff;
SCROLLBAR-TRACK-COLOR: #cccccc;
SCROLLBAR-DARKSHADOW-COLOR: #000000; */
}
TD {
FONT-SIZE: 13px;LINE-HEIGHT: 15px;
FONT-FAMILY: Arial, Helvetica, sans-serif;
}
input {
	height: 18px;
	border: 1px solid #C6C6C6;
	color: #646464;
}
select {
    FONT-FAMILY: Arial, Helvetica, sans-serif;
	border: 1px solid #C6C6C6;
	color: #828282;
	font-size: 12px;
}


/* 文本框的css定义:对应css中的“input”，这里为文本框的风格设置，可定义内容为背景、字体、颜色、边框等 */
Textarea {
COLOR: #000;FONT-SIZE: 12px;
BORDER-WIDTH: 1px;BORDER-COLOR: #CCC;
PADDING: 1px;
}


/* ==================各栏分格线的css定义================== */
.L1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;

}
/* ==================产品列表下边框的css定义================== */
.L2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;	
	border-bottom-color: #C8C8C8;
}

/* ==================2像素分格线的css定义================== */
.L3 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
}

.M1 {
	border-top-width: 2.8px;
	border-right-width: 2.8px;
	border-bottom-width: 2.8px;
	border-left-width: 2.8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #77BED6;
	border-right-color: #77BED6;
	border-bottom-color: #77BED6;
	border-left-color: #77BED6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #307B93;
	text-decoration: none;
	line-height: normal;
}
.M1a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #307B93;
	line-height: normal;
}
.M2 {
	border-top-width: 2.8px;
	border-right-width: 2.8px;
	border-bottom-width: 2.8px;
	border-left-width: 2.8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #DEDEDE;
	border-right-color: #DEDEDE;
	border-bottom-color: #DEDEDE;
	border-left-color: #DEDEDE;
	font-family: Arial, Helvetica, sans-serif;
}

.L4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
/* ==================新闻列表中的css定义================== */
.L5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.7px;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	line-height: normal;
	
}
/* ==================类L5,字体变小,用于日期================== */
.L5a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	line-height: normal;
	color: #999999;	
}
/* ==================信息反馈的CS定义================== */
.L6 {
    border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D3EDEE;
	font-size: 14px;
	line-height: normal;
}
/* ==================产品展示最右一个边框的CS定义2================= */
.L7 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #BED7DE;
	border-right-color: #BED7DE;
	border-bottom-color: #BED7DE;
	border-left-color: #BED7DE;
}


/* 按钮的css定义:对应css中的“button”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
.button_temp {
HEIGHT: 20px;
FONT-SIZE: 9pt;
BACKGROUND: #FFF;
}

/* 下拉列表框的css定义:对应css中的“select”，这里为下拉列表框的风格设置，可定义内容为背景、字体、颜色、边框等 */
.select_Page {
HEIGHT: 22px;
BACKGROUND: #FFF;
COLOR: #333;FONT-SIZE: 9pt;
BORDER-TOP: solid 1px #666;BORDER-BOTTOM: solid 1px #666;BORDER-LEFT: solid 1px #666;BORDER-RIGHT: solid 1px #666;
BORDER-COLOR: #666;
}

/* ------------分页栏表格背景、文字颜色定义------------ */
.Fu_Page_title {
	WIDTH: 100%;
	HEIGHT: 25;
	COLOR: #333333;
	TEXT-ALIGN: center;
	MARGIN: 0;
	BORDER: 3;
	PADDING: 0;
	background-color: #E8F1F9;
	font-family: Arial, Helvetica, sans-serif;
}
.Fu_Page_td {
	HEIGHT: 22;
	COLOR: #333333;
	FONT-WEIGHT: normal;
	PADDING-LEFT:2;
	font-family: Arial, Helvetica, sans-serif;
}

/* ==================FootLogoC1中的css定义================== */
.FootLogoC1 {
width: 766; height: 1;
}

/* ==================FootAddress中的css定义================== */
.FootAddress {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #8C8C8C;
	text-decoration: none;
}

/* ==================FootMenu中的css定义================== */
.FootMenu {
width: 764;
background: #6BAED6;
}
.FootMenu_Td {
height: 25; color: #E7E7E7;
}

/* ==================FootCopyright中的css定义开始================== */
.FootCopyright {
width: 764;
background: #6BAED6;
/*border-left: 1px solid #D6DBDE; border-right: 1px solid #D6DBDE; border-bottom: 1px solid #D6DBDE;*/
}
.bottom_Td {
height: 25;
color: #E7E7E7; line-height: 150%;
}
.bottom_TdHR {
height: 2;
}
.M1n {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 26px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
/* ==================产品详细页右边线的CS定义================== */
.L8 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FE8645;
	border-right-color: #FE8645;
	border-bottom-color: #FE8645;
	border-left-color: #FE8645;
}
/* ==================公司介绍文字的CSS定义================== */
.C1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 25px;
	text-decoration: none;
	background-image: url(../../ima/build.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
/* ==================联系我们文字的CSS定义================== */
.C2 {
	font-size: 17px;
	line-height: 32px;
	text-decoration: none;
	font-weight: bold;
	color: 49A7CC;
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	padding-left: 15px;
}

