/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none; color:#000000} /* 链接无下划线,有为underline */ 
a:link {color: #000000;} /* 未访问的链接 */
a:visited {color: #000000;} /* 已访问的链接 */
a:hover{color: #000000; text-decoration:underline;} /* 鼠标在链接上 */ 
.bgtop {
	background-image: url(image/bg1.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

a:active {color: #009900;} /* 点击激活链接 */

.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:#000000;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td
{
	font-family:"宋体";
	font-size: 9pt;
	line-height: 150%;
	font-weight: normal; color:#000000;
}
/* 按钮的css定义:对应css中的“button”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
button
{
font-size: 9pt;height: 20px;
}
/* 下拉列表框的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-weight:bold;}
a.nav:visited {color: #FFFFFF; font-weight:bold;}
a.nav:hover{color: #FFFF00; font-weight:bold;}
.content_jianjie {
	font-size: 14px;
}

a.nav:active {color: #FFFFFF; font-weight:bold;}
/* 导航下搜索提交框样式 */
.s4{border:0; width:41px; height:20px; background:url(images/input_bg.gif);}
.kuang {
	border: 1px solid #CCCCCC;
}
.k2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

