/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{
	text-decoration: none;
	color:#666666;
	font-size: 12px;
} /* 链接无下划线,有为underline */ 
a:link {color: #666666;} /* 未访问的链接 */
.b3 {
	background-image: url(image/b3.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

a:visited {color: #666666;} /* 已访问的链接 */
a:hover{color: #6bb231; text-decoration:underline;} /* 鼠标在链接上 */ 
a:active {color: #666666;} /* 点击激活链接 */

.topbgmy {
	background-image: url(image/top.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

a.channel2:active {color: #ffff00;}
/* 


/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body {
	margin:0px;
	font-size: 9pt;
	color:#009933;
	background-repeat: repeat;
	background-image: url(image/bg_body.jpg);
}
/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td
{
	font-family:"宋体";
	font-size: 9pt;
	line-height: 150%;
	font-weight: normal; color:#666666;
}
/* 按钮的css定义:对应css中的“button”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
button
{
font-size: 9pt;height: 20px;
}
.dibg {
	background-image: url(image/dibg2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

/* 下拉列表框的css定义:对应css中的“select”，这里为下拉列表框的风格设置，可定义内容为背景、字体、颜色、边框等 */
select
{
font-size: 9pt;height: 20px;
}


hr
{
height:1px;
color:#5575B0；
}
/* --标题文字控制-- */
.title_font { font-weight:bold; letter-spacing:2px; color:#CC0000; padding-top:2px; padding-left:3px;}
.ysrs_font { font-weight:bold; color:#990000;}
/* --标题文字控制 news_d_title-- */
.news_d_title { font-weight:bold; color:#996600;}
/* --标题文字控制 站内搜索-- */
.seach_t { font-weight:bold; color:#7C8805;}
/* --底部文字样式-- */
.coyend { font-weight:bold; color:#FFCC99;}
.coyeng { font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#333333;}
/* --用户登陆-- */
.input_user { border:1px solid #CA7625; background-color:#FFFFFF; width:100px; height:18px;}
.input_code { border:1px solid #CA7625; background-color:#FFFFFF; width:50px; height:18px;}

.mjwy { color:FF6600; font-weight:bold;}
/* --网站编辑信息-- */
.infoto { color:996600;}
/* 分页显示文字链接颜色 */
a.list:link {color: #CC0000;}
a.list:visited {color: #C5901F;}
a.list:hover{color: #ff6600; text-decoration:underline;}
a.list:active {color: #C5901F;}

/* 导航 */
a.nav:link {
	color: #FFFFFF;
	font-size: 12px;
}
a.nav:visited {
	color: #FFFFFF;
	font-size: 12px;
	}
a.nav:hover{color: #FFCC00;
	font-size: 12px;
	}
.content_jianjie {
	font-size: 14px;
}
.white {
	font-size: 12px;
	color: #FFFFFF;
}
.blodwhite {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}


a.nav:active {color: #333333; font-weight:bold;}
/* 导航下搜索提交框样式 */
.s4{border:0; width:41px; height:20px; background:url(images/input_bg.gif);}
.14 {
	font-size: 14px;
}
