/*默认样式 沈云波*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	}
/*网站菜单 13号粗字体样式*/
.menu{
    filter:
        Dropshadow(offx=1,offy=0,color=white)
        Dropshadow(offx=0,offy=1,color=white)
        Dropshadow(offx=0,offy=-1,color=white)
        Dropshadow(offx=-1,offy=0,color=white);
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #640000; 
	/*
	filter:dropshadow(color=#FFFFFF, offx=1, offy=1, positive=1); 
	*/
	}
/*栏目页栏目名称13号粗字体样式*/
.cl_name{
    filter:
        Dropshadow(offx=1,offy=0,color=white)
        Dropshadow(offx=0,offy=1,color=white)
        Dropshadow(offx=0,offy=-1,color=white)
        Dropshadow(offx=-1,offy=0,color=white);
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #CC0000;
	}
/*日期显示样式 12号字体样式*/
.date{
	font-size: 12px;
	filter:dropshadow(color=#FFFFFF, offx=1, offy=1, positive=1); 
	color: #000000; 
	text-decoration: none
	}
/*首页解决方案栏目分类背景图片*/
.jjfa_bg {
	background-image: url(in_jjfa_2bg.gif);
	background-repeat: no-repeat;
	}
/*图片新闻背景图*/
.new_bg {
	background-image: url(in_new_bg.gif);
	background-repeat: no-repeat;
	}
/*公司产品信息模块背景图*/
.ggcp_bg {
	background-image: url(in_gscp_bgpic.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
/*公司资质信息模块背景图*/
.gszz_bg {
	background-image: url(in_gszz_bgpic.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
/*14号黑色字体样式*/
.td14{
	line-height:20px;
	font-size: 14px;
	color: #000000;
	letter-spacing: 1px;
	}
.td14 a:link {
	color: #000000;
	text-decoration:none;
	}
.td14 a:visited {
	color: #000000;
	text-decoration:none;
	}
.td14 a:hover {
	color: #cc0000;
	text-decoration:none;
	}

/*14号黑色字粗体样式*/
.t14Bb{
	line-height:20px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 1px;
	}
.t14Bb a:link {
	color: #000000;
	text-decoration:none;
	}
.t14Bb a:visited {
	color: #000000;
	text-decoration:none;
	}
.t14Bb a:hover {
	color: #cc0000;
	text-decoration:none;
	}
/*14号红色粗体*/
.t14Br {
	font-size: 14px;
	color:#d2141e;
	line-height:18px;
	font-weight: bold;
	}
.t14Br a:link {
	color: #d2141e;
	text-decoration:none;
	}
.t14Br a:visited {
	color: #d2141e;
	text-decoration:none;
	}
.t14Br a:hover {
	color: #d2141e;
	text-decoration:underline;
	}
/*12号红色*/
.t12r {
	font-size: 12px;
	color:#d2141e;
	line-height:18px;
	text-decoration:none;
	}
.t12r a:link {
	color: #d2141e;
	text-decoration:none;
	}
.t12r a:visited {
	color: #d2141e;
	text-decoration:none;
	}
.t12r a:hover {
	color: #d2141e;
	text-decoration:none;
	}
/*12号黑色字体样式*/
.td12{
	line-height:18px;
	font-size: 12px;
	color: #000000;
	}
.td12 a:link {
	color: #000000;
	line-height:18px;
	text-decoration:none;
	}
.td12 a:visited {
	color: #000000;
	line-height:18px;
	text-decoration:none;
	}
.td12 a:hover {
	color: #FF0000;
	line-height:18px;
	text-decoration:none;
	}
/*12号灰色字体样式*/
.t12gray{
	line-height:18px;
	font-size: 12px;
	color: #969696;
	}
/*12号白色字体样式*/
.t12w {
	font-size: 12px;
	color:#FFFFFF;
	line-height:18px;
	text-decoration:none;
	}
.t12w a:link {
	color: #FFFFFF;
	line-height:18px;
	text-decoration:none;
	}
.t12w a:visited {
	color: #FFFFFF;
	line-height:18px;
	text-decoration:none;
	}
.t12w a:hover {
	color: #FFFFFF;
	line-height:18px;
	text-decoration:none;
	}


