/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #000000;} /* 未访问的链接 */
a:visited {color: #000000;} /* 已访问的链接 */
a:hover{color: #000033; text-decoration: underline;} /* 鼠标在链接上 */ 
a:active {color: #000000;} /* 点击激活链接 */
body {
margin: 0px;
font-size: 9pt;
background-position:center;
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;
}
.body {
	font-size: 12px;
	line-height: 24px;
	color: #000000;
	text-decoration: none;
}
/* 单元格的CSS定义:对应CSS中的“TD”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
TD
{
FONT-FAMILY:宋体;FONT-SIZE: 9pt;line-height: 200%; }
img{border:none}
/* 下拉列表框的css定义:对应css中的“select”，这里为下拉列表框的风格设置，可定义内容为背景、字体、颜色、边框等 */
select
{
font-size: 9pt;height: 20px;
}
/* 文本框的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;
}
/*首页年月日样式*/
.nyr {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
/*首页menu样式*/
.menu_title {
	font-family: "宋体";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.menu_title:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.menu_title:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.menu_title:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.menu_title:active {
	color: #FFFFFF;
	text-decoration: none;
}
/*首页导航样式*/
.navmenu {
	font-size: 12px;
	color: #000000;
         line-height:20px;
	text-decoration: none;
}
a.navmenu :link {
	font-size: 12px;
	color: #000000;
         line-height:20px;
	text-decoration: none;
}
a.navmenu :visited {
	font-size: 12px;
	color: #000000;
         line-height:20px;
	text-decoration: none;
}
a.navmenu :hover {
	font-size: 12px;
	color: #000000;
         line-height:20px;
	text-decoration: underline;
}
a.navmenu :active {
	font-size: 12px;
	color: #000000;
         line-height:20px;
	text-decoration: none;
}

/*首页栏目列表内容样式*/
.mainlist {
	font-size: 12px;
	line-height: 24px;
	color: #000000;
	text-decoration: none;         
}
a.mainlist :link {
	font-size: 12px;
	line-height: 24px;
	color: #000000;
	text-decoration: none;      
}
a.mainlist :visited {
	font-size: 12px;
	line-height: 24px;
	color: #000000;
	text-decoration: none;
        }
a.mainlist :hover {
	font-size: 12px;
	line-height: 24px;
	color: #000033;
	text-decoration: none;         
}
a.mainlist :active {
	font-size: 12px;
	line-height: 24px;
	color: #000000;
	text-decoration: none;        
}

* 自定义列表标签链接文字颜色定义 */
a.aaa{text-decoration: none;}
a.aaa:link {color: 000000;FONT-SIZE: 9pt;text-decoration:none}
a.aaa:visited {color: 000000;FONT-SIZE: 9pt;text-decoration:none}
a.aaa:hover{color: 000033;FONT-SIZE: 9pt; text-decoration:underline}
a.aaa:active {color: 000000;FONT-SIZE: 9pt;text-decoration:none}
.bbb /* --自定义列表标签中偶数表格行背景颜色定义-- */
{
height: 24;font-size:9pt;color: #000000;
}
.ccc /* --自定义列表标签中偶数表格行背景颜色定义-- */
{
height: 24;font-size:9pt;color: #000000;
}

/*去掉首页公告栏水平线*/
hr { 
    display: none; 
}
/* 竖向滚动公告的链接定义。调用代码为<a class='AnnounceBody1' ***>***</a> */
.AnnounceBody1{color: #000000;text-decoration: none;line-height:18px;padding-left:5px;}
a.AnnounceBody1:link {color: #000000;text-decoration: none;}
a.AnnounceBody1:visited {color: #000000;text-decoration: none;}
a.AnnounceBody1:hover{color: #000033; text-decoration:underline}
a.AnnounceBody1:active {color: #000000;text-decoration: none;}

/*首页中部新闻列表虚线样式*/
a.list1{text-decoration: none;}
a.list1:link {color: 000000;FONT-SIZE: 9pt;text-decoration:none}
a.list1:visited {color: 000000;FONT-SIZE: 9pt;text-decoration:none}
a.list1:hover{color: 000033;FONT-SIZE: 9pt; text-decoration:underline}
a.list1:active {color: 000000;FONT-SIZE: 9pt;text-decoration:none}
.list2 {line-height:23px;BORDER-BOTTOM:1px dotted;  TEXT-DECORATION:none;color:#000000;}
.list3 {line-height:23px;BORDER-BOTTOM:1px dotted;  TEXT-DECORATION:none;color:#000000;}

/*首页新闻列表边框*/
.index_tab{BORDER: #999999 1px solid;}

.AnnounceTitle /* 弹出公告标题文字大小、颜色定义 */ 
{ 
color: ff0000;font-weight:bold;font-size: 14;line-height: 150%; 
}


/*首页底部友情链接文字样式*/
.bottom {
	font-family: "宋体";
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #3D5672;
	text-decoration: none;
}
.bottombody {
	font-family: "宋体";
	font-size: 12px;
	line-height: 20px;
	color: #000033;
	text-decoration: none;
}
a.bottombody:link {
	font-size: 12px;
	color: #000033;
	text-decoration: none;
}
a.bottombody:visited {
	font-size: 12px;
	color: #000033;
	text-decoration: none;
}
a.bottombody:hover {
	font-size: 12px;
	color: #000033;
	text-decoration: underline;
}
a.bottombody:active {
	font-size: 12px;
	color: #000033;
	text-decoration: none;
}
.list{font-size: 12px;
	color: #000000;
	text-decoration: none;
         padding:10px;
         line-height: 150%;
}

/*来源页面样式*/

.copefrom{font-family: "黑体";
	font-size: 24px;
	font-weight: bold;
	color: #154A72;
	text-decoration: none;}
             /*二级页面样式开始*/
/*协会章程标题样式*/
.title {
	font-family: "宋体";
	font-size: 18px;
	font-weight: bolder;
	color: #030303;
	text-decoration: none;
}

/*二级页面左侧menu样式*/
.leftmenu {
	font-family: "宋体";
	font-size: 14px;
         font-weight:bold;
	color: 144A72;
	text-decoration: none;
}
a.leftmenu:link {
	font-family: "宋体";
	font-size: 14px;
         font-weight:bold;
	color: 144A72;
	text-decoration: none;
}
a.leftmenu:visited {
	font-family: "宋体";
	font-size: 14px;
         font-weight:bold;
	color: 144A72;
	text-decoration: none;
}
a.leftmenu:hover {
	font-family: "宋体";
	font-size: 14px;
         font-weight:bold;
	color: 144A72;
	text-decoration: none;
}
a.leftmenu:active {
	font-family: "宋体";
	font-size: 14px;
         font-weight:bold;
	color: 144A72;
	text-decoration: none;
}
/*产品图片边框样式*/
.pro_border{BORDER: #DADADA 1px solid;}
/*table边框样式*/
.border{BORDER: #9ABBE5 1px solid; }

/*企业名录内容页样式*/

.hyml-tab{border: 1px solid #CFE7F5;
}
.hyml-title{font-family: "黑体";
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;}

/*产品内容页样式*/
.pro_tab1 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFff;
}
.pro_tab2 {	border: 1px solid #7191A9;
}
.pro_tab3 {	border: 1px solid #AEAEAE;
}
.pro_font_title {font-size:18px; font-weight:bold; color:#154A72;
}
/*产品列表虚线*/

a.pro1{text-decoration: underline;}
a.pro1:link {color: 144A72;FONT-SIZE: 9pt;text-decoration: underline;}
a.pro1:visited {color: 144A72;FONT-SIZE: 9pt;text-decoration: underline;}
a.pro1:hover{color: 144A72;FONT-SIZE: 9pt;text-decoration: none;}
a.pro1:active {color: 144A72;FONT-SIZE: 9pt;text-decoration: underline;}
.pro2 {height:23px;line-height:23px;text-decoration: underline;}
.pro3 {height:23px;line-height:23px;text-decoration: underline;}

.pro_blue {
	font-family: "宋体";
	font-size: 12px;
	line-height: 18px;
	color: 144A72;
	text-decoration: none;padding-left:8px;
         }
.pro_table {

background:url('../img/product/pro_class.gif')
}

/*新闻列表虚线样式*/
.main_list1
{background: url(/Skin/blue/xuxian.gif);line-height:28px;}
.main_list2
{background: url(/Skin/blue/xuxian.gif);line-height:28px;}
     /*二级页面样式结束*/

　　/* --展会频道的css定义开始-- */

.zh_nav{font-size:13px;color:#01487C;line-height:120%;font-weight:bolder;padding-top:7px;}
a.zh_nav:link{font-size:13px;color:#01487C;line-height:120%;font-weight:bolder;padding-top:7px;}
a.zh_nav:visited{font-size:13px;color:#01487C;line-height:120%;font-weight:bolder;padding-top:7px;}
a.zh_nav:hover{font-size:13px;color:#01487C;line-height:120%;font-weight:bolder;padding-top:7px;text-decoration: underline;}
a.zh_nav:active{font-size:13px;color:#01487C;line-height:120%;font-weight:bolder;padding-top:7px;}
.zh_body {
	font-family: "宋体";
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}
.zh_white {
	font-family: "宋体";
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
}
.zh_leftmenu {
	font-family: "宋体";
	font-size: 14px;
	font-weight: bold;
	color: 01487C;
	text-decoration: none;
	padding-left: 32px;
}
a.zh_leftmenu:link {
	font-family: "宋体";
	font-size: 14px;
	font-weight: bold;
	color: 01487C;
	text-decoration: none;
	padding-left: 32px;
}
a.zh_leftmenu :visited{
	font-family: "宋体";
	font-size: 14px;
	font-weight: bold;
	color: 01487C;
	text-decoration: none;
	padding-left: 32px;
}
a.zh_leftmenu :hover{
	font-family: "宋体";
	font-size: 14px;
	font-weight: bold;
	color: 01487C;
	text-decoration: underline;
	padding-left: 32px;
}
a.zh_leftmenu:active {
	font-family: "宋体";
	font-size: 14px;
	font-weight: bold;
	color: 01487C;
	text-decoration: none;
	padding-left: 32px;
}
.zh_rightmenu {
	font-family: "宋体";
	font-size: 14px;
	font-weight: bold;
	color: 01487C;
	text-decoration: none;
	padding-left: 20px;
}
a.zh_rightmenu:link{
	color: 01487C;
	text-decoration: none;
}
a.zh_rightmenu:visited{
	color: 01487C;
	text-decoration: none;
}
a.zh_rightmenu:hover{
	color: 01487C;
	text-decoration: none;
}
a.zh_rightmenu:active {
	color: 01487C;
	text-decoration: none;
}
.zh_bottom {
	font-family: "宋体";
	font-size: 14px;
	font-weight: bold;
	color: 01487C;
	text-decoration: none;
       
         line-height:15px;
	}
.zh_left {
	font-family: "宋体";
	font-size: 12px;
	line-height: 23px;
	color: #125484;
	text-decoration: none;
	padding-left: 15px;
	letter-spacing: 1.5px;
}
a.zh_left:link {
	color: #125484;
	text-decoration: none;
}
a.zh_left:visited {
	color: #125484;
	text-decoration: none;
}
a.zh_left:hover {
	color: #125484;
	text-decoration: underline;
}
a.zh_left:active {
	color: #125484;
	text-decoration: none;
}

.zh_middle {
	font-family: "宋体";
	font-size: 12px;
	line-height: 23px;
	color: #000000;
	text-decoration: none;
	padding-left: 30px;
         padding-right:10px;
	letter-spacing: 1.5px;
}



　　/* --文章显示页的css定义开始-- */

.main_articletitle /* 主标题文字颜色定义 */
{
color: 000000;font-weight:bold;font-size: 18;line-height: 150%;word-break: break-all;
}
.main_articlesubheading /* 副标题文字颜色定义 */
{
color: 000000;font-weight:bold;line-height: 150%;word-break: break-all;
}
.article_tdbgall /* 责编等表格背景、文字颜色定义(760) */
{
color: 000000;line-height: 150%;font-size: 12px;padding-left:10;padding-right:10;
}
.article_content
{color: 000000;padding:14;font-size:14;line-height: 150%;}
　　/* --文章显示页的css定义结束-- */
　　/* --评论显示页的css定义开始-- */

.comment_title /* 标题背景颜色定义(760) */
{
background:#ffffff;color: #000000;font-weight: normal;height: 25;
}
.comment_tdbg1 /* 表格背景颜色定义(760) */
{
background:#ffffff;line-height: 120%;
}
.comment_tdbg2 /* 留言显示1px表格背景颜色定义 */
{
background:#ffffff;
}
　　/* --评论显示页的css定义结束-- */
/* --用户控制css定义开始-- */
.user_left /*左区块定义*/
{
background:#f3f3f3;width:170px;padding-left: 4px;border-left-width: 2px;border-left-style: solid;border-left-color: #ffffff;padding-right: 4px;
}
.user_box/*左区块内标题栏定义*/
{
border: 1px solid #bfbfbf;background-color: #ffffff;border-collapse:15;
}
.user_righttitle {
background-color: #f3f3f3;padding-top: 5px;padding-right: 5px;padding-bottom: 1px;padding-left: 5px;
border-top-width: 2px;border-right-width: 2px;border-bottom-width: 1px;border-left-width: 2px;
border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;
border-top-color: #ffffff;border-right-color: #ffffff;border-bottom-color: #bfbfbf;border-left-color: #ffffff;
}
.user_line {
line-height: 1px;background-image: url(/Skin/ocean/line.gif);
}
.user_toolstop/*左区块内标题栏定义*/
{
line-height: 28px;font-size: 12px;font-weight: bold;color: #666666;padding-left: 10px;letter-spacing: 4pt;
}
.user_toolsbot/*左区块内内容定义*/
{
line-height: 25px;font-size: 12px;color: #666666;border-right-width: 4px;border-right-style: solid;border-right-color: #ffffff;
}
.user_toolspoint/*区块内箭头栏定义*/
{
padding-left: 6px;
}

/*用户控制面板右*/
.user_right {
background-color: #ffffff;padding-right: 2px;padding-left: 6px;width:572px;
}
.border1
{
border: 1px solid #bfbfbf;
}

.title
{
background:#449ae8;color: #ffffff;font-weight: normal;
}
.border
{
border: 1px solid #449ae8;
}
.tdbg
{
background:#f0f0f0;line-height: 120%;
}
.tdbgmouseover{
background:#bfdfff;line-height: 120%;
}
.tdbg2
{
background:#e0eef5;line-height: 120%;
}
.tdbg5
{
background:#e0eef5;line-height: 120%;
}
.title5
{
width:80px;background:url('../user/images/titlebg2.gif');line-height: 120%;padding-top:2px;cursor:hand;
}
.title6
{
width:80px;background:url('../user/images/titlebg1.gif');color: #ffffff;font-weight: normal;padding-top:2px;cursor:hand;
}
.button1
{
width:90px;
}
.show_page {
text-align: center;
}
/*优惠活动页面样式*/
.yhbody{font-size: 12px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;}
.yhbody1{font-size: 12px;
	line-height: 17px;
	color: #000000;
	text-decoration: none;}
