
/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
A:link {
	COLOR: #646464;
	TEXT-DECORATION: none;
	font-size: 13px;
}
A:visited {
	COLOR: #737373;
	TEXT-DECORATION: none;
	font-size: 13px;
}
A:hover   {
	COLOR: #298DA2;
	TEXT-DECORATION: none;
	font-size: 13px;
}
A:active {
	COLOR: #646464;
	TEXT-DECORATION: none;
	font-size: 13px;
}
/* [打印][顶部]等的css定义－调用代码为<a class='aj' ***>***</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 {
	FONT-FAMILY: 'Lucida Grande', 'Lucida Sans Unicode', '宋体', '新宋体', arial, verdana, sans-serif;
	FONT-SIZE: 13px;
	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: 宋体;
}
input {
	height: 18px;
	border: 1px solid #C6C6C6;
	color: #646464;
}
select {
	border: 1px solid #C6C6C6;
	color: #828282;
	font-size: 12px;
}


/* 产品缩览图边框的css定义 */
.bk {
	border: 1px solid #cccccc;
}

/* 文本框的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: "宋体";
	font-size: 14px;
	font-weight: bold;
	color: #307B93;
	text-decoration: none;
	line-height: normal;
	letter-spacing: 4px;
}
.M1a {
	font-family: "宋体";
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #307B93;
	line-height: normal;
	letter-spacing: 4px;
}
.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;
}


.L4 {
	font-family: "宋体";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
/* ==================新闻列表等下虚线的css定义================== */
.L5 {
	font-family: "宋体";
	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定义================= */
.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;
}
.Fu_Page_td {
HEIGHT: 22;
COLOR: #333333;FONT-WEIGHT: normal;
PADDING-LEFT:2;
}

/* ==================页脚的css定义================== */
.FootAddress {
	font-family: Geneva, Arial, Helvetica, sans-serif,"宋体",;
	font-size: 12px;
	font-weight: normal;
	color: #8C8C8C;
	text-decoration: none;
}
.bottom_Td {
height: 25;
color: #E7E7E7; line-height: 150%;
}
.bottom_TdHR {
height: 2;
}
.M1n {
	font-family: "宋体";
	font-size: 15px;
	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: "宋体";
	font-size: 15px;
	line-height: 28px;
	text-decoration: none;
	letter-spacing: 2px;
	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;
	letter-spacing: 3px;
	font-weight: bold;
	color: #49A7CC;
	font-family: "Arial", Helvetica, sans-serif, "宋体";
	padding-left: 15px;
}

