<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 英文自动换行 */
td {word-break: break-all; word-wrap:break-word;}
/* 细线表格 */
table { BORDER-COLLAPSE: collapse;}
/* 虚线表格*/
.tab { BORDER-STYLE: dotted;}
/* 标题优化 */
h1{font-size: 13px;font-weight: bold;color:#000000;}
/* 总链接样式 */
a{font-weight: bold;}
a:link {text-decoration: none;color: #003333;}
a:visited {text-decoration: none;color: #003333;}
a:hover {text-decoration: none;	color: #CC0033;}
a:active {text-decoration: none;color: #CC0033;}
/* 产品标题链接样式 */
a.pro:link {	text-decoration: none;  color: #727272;}
a.pro:visited {	text-decoration: none;	color: #727272;}
a.pro:hover {	text-decoration: none;	color: #000000;}
a.pro:active {	text-decoration: none;	color: #000000;}
/* 新闻标题链接样式 */
a.n:link {
	text-decoration: none;
	color: #333333;
	font-weight: normal;
	line-height: normal;
	font-family: "宋体";
	font-size: 14px;
}
a.n:visited {
	text-decoration: none;
	color: #333333;
	font-weight: normal;
	font-family: "宋体";
	font-size: 14px;
	line-height: normal;
}
a.n:hover {
	text-decoration: none;
	color: #FF3300;
	font-weight: normal;
	font-family: "宋体";
	font-size: 14px;
}
a.n:active {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	font-family: "宋体";
	font-size: 14px;
}
/* 产品类别列表链接样式 */
a.lb:link {text-decoration: none; color: #333333;font-weight: normal}
a.lb:visited {	text-decoration: none;color: #333333;font-weight: normal}
a.lb:hover {	text-decoration: none;	color: red;font-weight: normal}
a.lb:active {	text-decoration: none;color: red;font-weight: normal}
.big {font-size:13px;color:#000000;font-weight: bold;}
/* 翻页数字字体颜色样式 */
.na1 {font-size:12px;color:#96171A;}
.na2 {font-size:12px;color:#c5c5c5;}
/* 翻页上下页链接样式 */
.na {font-size:12px;color:#c5c5c5;}
a.na:link {	text-decoration: none;  color: #FF3300;	font-weight: normal;}
a.na:visited {	text-decoration: none;	color: #FF3300;font-weight: normal;}
a.na:hover {	text-decoration: none;	color: #0D7408;font-weight: normal;}
a.na:active {	text-decoration: none;	color: #0D7408;font-weight: normal;}
/* 表单输入框样式 */
select,input,textarea {	border-right: #cccccc 1px solid; padding-right: 2px; border-top: #cccccc 1px solid;  padding-top: 2px; border-left: #cccccc 1px solid; padding-left: 2px; border-bottom: #cccccc 1px solid; padding-bottom: 2px; font-size: 12px;font-family: Tahoma, Verdana, Arial, sans-serif;color: #666666; }
/* 表单字体样式 */
.tt {font-size:12px;color:#0D7408;}
/* 表格细线样式 */
.ta {background-color:#c3c3c3;}
.tan {background-color:#ffffff;}
.tae {background-color:#ECF6FC;}
/* 表单背景颜色样式 */
.ba {background-color:#ffffff;padding: 2px 2px 2px 2px;}
.bb {background-color:#F1F7FA;padding: 2px 2px 2px 2px;}
/* 边框颜色样式 */
.bkbg {border:#c5c5c5;padding: 2px 2px 2px 6px;}
/*表格底框灰色虚线*/
.x1 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

</pre></body></html>