/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #000000;} /* 未访问的链接 */
a:visited {color: #333333;} /* 已访问的链接 */
a:hover{color: #ae0927;} /* 鼠标在链接上 */ 
a:active {color: #0000ff;} /* 点击激活链接 */
/* 栏目页文章列表文字 */
a.listA:link {color: #000000;font-size: 14px;}
a.listA:visited {color: #333333;font-size: 14px;}
a.listA:hover{COLOR: #ae0927;font-size: 14px;}
a.listA:active {color: #0000ff;font-size: 14px;}
/* 首页行业动态推荐文字 */
a.top_link_w:link {color: #003399;font-weight:bold;font-size: 16px;}
a.top_link_w:visited {color: #000000;font-weight:bold;font-size: 16px;}
a.top_link_w:hover{COLOR: #ae0927;font-weight:bold;font-size: 16px;}
a.top_link_w:active {color: #ffffff;font-weight:bold;font-size: 16px;}
/* 首页商标注册指南文字连接 */
a.index_zczn:link {color: #ffffff;}
a.index_zczn:visited {color: #0000ff;}
a.index_zczn:hover{COLOR: #ae0927;}
a.index_zczn:active {color: #ffffff;}
/* 网站菜单文字连接 */
a.menu_link:link {color: #285350;font-size: 14px;}
a.menu_link:visited {color: #37716C;font-size: 14px;}
a.menu_link:hover{COLOR: #ae0927;font-size: 14px;}
a.menu_link:active {color: #ffffff;font-size: 14px;}
/* 商标分类文字连接 */
a.sbfl:link {color: #285350;font-weight:bold;font-size: 14px;}
a.sbfl:visited {color: #37716C;font-weight:bold;font-size: 14px;}
a.sbfl:hover{COLOR: #ae0927;font-weight:bold;font-size: 14px;}
a.sbfl:active {color: #ffffff;font-weight:bold;font-size: 14px;}
/* --菜单标题背景定义-- */
.menu_soft_title1
{
width:100px;height:30px;font-weight: normal; 
}
/* --菜单标题背景定义-- */
.menu_soft_title2{
width:100px;height:30px;line-height: 120%;
}
/* 底部版权信息文字链接的css定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='bottom' ***>***</a> */
a.bottom:link {color: #ffffff;}
a.bottom:visited {color: #ffffff;}
a.bottom:hover{color: #ffff00;}
a.bottom:active {color: #ffffff;}
/* 文章栏目标题文字链接的css定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='class' ***>***</a> */
a.class:link {color: #ffffff;}
a.class:visited {color: #ffffff;}
a.class:hover{color: #ff0000;}
a.class:active {color: #ffffff;}
/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{
margin:0px;
font-size: 9pt;
text-decoration: none;
scrollbar-face-color: #f6f6f6;
scrollbar-highlight-color: #ffffff; scrollbar-shadow-color: #cccccc; scrollbar-3dlight-color: #cccccc; scrollbar-arrow-color: #330000; scrollbar-track-color: #f6f6f6; scrollbar-darkshadow-color: #ffffff;
}
/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td
{
	font-family:"宋体";
	font-size: 9pt;
	line-height: 150%;
	font-weight: normal;
}
/* 文本框的css定义:对应css中的“input”，这里为文本框的风格设置，可定义内容为背景、字体、颜色、边框等 */
/*input
{
background-color: #ffffff; 
border-bottom: #666666 1px solid;
border-left: #666666 1px solid;
border-right: #666666 1px solid;
border-top: #666666 1px solid;
color: #666666;
height: 18px;
border-color: #666666 #666666 #666666 #666666; font-size: 9pt
}
/* 按钮的css定义:对应css中的“button”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
button
{
font-size: 9pt;height: 20px;
}
/* 下拉列表框的css定义:对应css中的“select”，这里为下拉列表框的风格设置，可定义内容为背景、字体、颜色、边框等 */
select
{
font-size: 9pt;height: 20px;
}
.listbg /* --栏目文章列表内容间隔颜色的定义1-- */
{
height:25px;background-image: url(//Skin/zszl060608/newslist.gif);
}
.listbg2 /* --栏目文章列表内容间隔颜色的定义2-- */
{
height:25px;background-image: url(//Skin/zszl060608/newslist.gif);
}
.sbfl_td2
{
background:#F6F6F6;
}
