@charset "utf-8";
/* CSS Document */

/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #000000;} /* 未访问的链接 */
a:visited {color: #000000;} /* 已访问的链接 */
a:hover{color: #cc0000;} /* 鼠标在链接上 */ 
a:active {color: #0000ff;} /* 点击激活链接 */
/* 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='channel' ***>***</a> */
a.channel:link {color: #ffffff;}
a.channel:visited {color: #ffffff;}
a.channel:hover{color: #ffff00;}
a.channel:active {color: #ffffff;}
/* 顶部当前频道文字链接的css定义－－调用代码为<a class='channel2' ***>***</a> */
a.channel2:link {color: #999999;}
a.channel2:visited {color: #999999;}
a.channel2:hover{color: #cc0000;}
a.channel2:active {color: #ffff00;}
/* 顶部导航文字链接的css定义－－调用代码为<a class='channel2' ***>***</a> */
a.channel4:link {color: #ffffff;}
a.channel4:visited {color: #ffffff;}
a.channel4:hover{color: #ffff00;}
a.channel4:active {color: #ffffff;}
/* 底部版权信息文字链接的css定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='bottom' ***>***</a> */
a.bottom:link {color: #000000;}
a.bottom:visited {color: red;}
a.bottom:hover{color: #000000;}
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;}
/* 二级页面左侧导航链接的CSS定义。调用代码为<a class='channel3' ***>***</a> */
a.channel3:link{
color:#336601;
text-decoration:none;
float:left;
width:100px;
padding:3px 5px 0px 5px;
}
a.channel3:visited{
color:#336601;
text-decoration:none;
float:left;
padding:3px 5px 0px 5px;
width:100px;
}
a.channel3:hover{
color:white;
float:left;
padding:3px 3px 0px 20px;
width:88px;
text-decoration:none;
background-color:#539D26;
}
a.channel3:active{
color:white;
float:left;
padding:3px 3px 0px 20px;
width:88px;
text-decoration:none;
background-color:#BD06B4;
}
/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{
	margin:0px;
	font-size: 12px;
	background-position:center top;
	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;
	color: #000000;
}
img{
border:none;}
/* 鏂囨湰妗嗙殑css瀹氫箟:瀵瑰簲css涓殑鈥渋nput鈥濓紝杩欓噷涓烘枃鏈鐨勯鏍艰缃紝鍙畾涔夊唴瀹逛负鑳屾櫙銆佸瓧浣撱侀鑹层佽竟妗嗙瓑 */
input
{
width:230px;
background-color: #ffffff; 
border-bottom: #d22229 1px solid;
border-left: #d22229 1px solid;
border-right: #d22229 1px solid;
border-top: #d22229 1px solid;
color: #d22229;
height: 18px;
border-color: #d22229 #d22229 #d22229 #d22229; font-size: 9pt
}
/* 鍗曞厓鏍肩殑css瀹氫箟:瀵瑰簲css涓殑鈥渢d鈥濓紝杩欓噷涓烘荤殑琛ㄦ牸瀹氫箟锛屼负涓鑸〃鏍肩殑鐨勫崟鍏冩牸椋庢牸璁剧疆锛屽彲瀹氫箟鍐呭涓鸿儗鏅佸瓧浣撻鑹层佹牱寮忕瓑 */
td
{
	font-size: 12px;
	line-height: 150%;
	color: #000000;
}
.topbg{
	background-image: url(hepc/hepc_top_bg.gif);
	background-repeat: repeat-x;
}
.centertd{
	width:1004px;
}
/*---------------------褰撳墠浣嶇疆鏂囧瓧琛ㄦ牸鏍峰紡----------------------------------*/
.mapstone{
	font-size: 12px;
	color: #999999;
	height: 30px;
	text-indent: 20px;
}
/*---------------------瀵艰埅鑿滃崟鏍峰紡----------------------------------*/
.topmenu{
	height:67px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#menu{
	height:32px;
	margin-top:3px; background-color:#0081cc;
}
#menu ul{
	margin:auto;
	width:846px;
	height:32px;
	list-style-type:none;
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
}
.m_li{
	float:left;
	width:94px;
	line-height:31px;
	text-align:center;
	margin-right:-2px;
	margin-left:-2px;
}
.m_li a{
	display:block;
	color:#FFFFFF;
	width:94px;
	font-size: 12px;
}
.m_line{
	float:left;
	width:1px;
	height:32px;
	line-height:31px;   /*ff涓嬫湁鏁?鍥剧墖鍨傜洿灞呬腑)*/
}
.m_line img{
	margin-top:expression(( 32 - this.height ) / 2);   /*ie涓嬫湁鏁?鍥剧墖鍨傜洿灞呬腑)*/
}
.m_li_a{
	float:left;
	width:114px;
	line-height:31px;
	text-align:center;
	padding-top:3px;
	font-weight:bold;
	background-image:url(hepc/menu_bg.gif);
	position:relative;
	height:32px;
	margin-top:-3px;
	margin-right:-2px;
	margin-left:-2px;
}
.m_li_a a{
	display:block;
	color:#ffffff;
	width:114px;
	font-size: 12px;
}
.smenu{
	width:1004px;
	margin:0px auto 0px auto;
	padding:0px;
	list-style-type:none;
	height:32px;
	color: #FFFFFF;
}
.s_li{
	line-height:31px;
	width:auto;
	display:none;
	height:32px;
}
.s_li_a{
	line-height:32px;
	width:auto;
	display:block;
	height:32px;
}
/*---------------------JS多个banner切换----------------------------------*/
#content {
	MARGIN: 0px auto; OVERFLOW: hidden; WIDTH: 1004px
}
#slider1 {
	OVERFLOW: hidden;
	WIDTH: 1004px;
	POSITION: relative;
	HEIGHT: 150px;
	float: center;
}
#slider1 IMG {
	BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px
}
#slider1Content {
	MARGIN: 0px auto;
	WIDTH: 1004px;
	POSITION: relative;
	TOP: 0px;
	right: 0px;
	left:0px;
}
.slider1Image {
		MARGIN: 0px auto;DISPLAY: none; FLOAT: left; POSITION: relative
}
.slider1Image SPAN {
	PADDING-RIGHT: 14px; DISPLAY: none; PADDING-LEFT: 14px; FILTER: alpha(opacity=0); PADDING-BOTTOM: 12px; FONT: 10px/15px Arial, Helvetica, sans-serif; WIDTH: 1004px; COLOR: #fff; PADDING-TOP: 12px; POSITION: absolute; BACKGROUND-COLOR: #000; -moz-opacity: 0.7; -khtml-opacity: 0.7; opacity: 0.7
}
.clear {
	CLEAR: both
}
.slider1Image SPAN STRONG {
	FONT-SIZE: 14px
}
.left {
	LEFT: 0px;
	WIDTH: 500px! important;
	TOP: 0px;
	HEIGHT: 150px;
	text-align: left;
}
.right {
	RIGHT: 0px;
	WIDTH: 500px! important;
	top: 0px;
	HEIGHT: 150px;
	text-align: left;
}
UL {
	LIST-STYLE-TYPE: none
}
.banner{
height:150px;
background-color:#0081cc;}
/*---------------------整个MainContent区域整体样式----------------------------------*/
.mainbody{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-image: url(hepc/hepc_main_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.newstd{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #013b8c;
}
.zyimg{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.xd{
	font-size: 14px;
	font-weight: bold;
	color: #00d6ff;
}
.zytable{
	color:#999999;
	width:282px;
	height:100px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	font-size: 12px;
}
.proimg{
	color:#999999;
	width:100px;
	height:70px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	font-size: 12px;
}
.gc{
	font-size: 14px;
	font-weight: bold;
	color: #cd3301;
}
.tt{
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
/*---------------------二级或新闻标题及栏目信息内容表格样式----------------------------------*/
.newstitlefont{
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
}
.newsfontmix{
	font-size: 12px;
	color: #000000;
}

.newscontentfont{
	font-size: 14px;
	line-height: 31px;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #cccccc;
}
.newstablebg{
	background-color: #f5f5f5;
}
.newstabletl{
	background-image: url(hepc/hepc_news_tl.gif);
	height: 12px;
	width: 12px;
}
.newstabletc{
	background-image: url(hepc/hepc_news_tc.gif);
	background-repeat: repeat-x;
	height: 12px;
}
.newstablell{
	background-image: url(hepc/hepc_news_ll.gif);
	background-repeat: repeat-y;
}
.newstablelr{
	background-image: url(hepc/hepc_news_lr.gif);
	background-repeat: repeat-y;
}
.newstabletr{
	background-image: url(hepc/hepc_news_tr.gif);
	height: 12px;
	width: 12px;
}
.newstablebl{
	background-image: url(hepc/hepc_news_bl.gif);
	height: 12px;
	width: 12px;}
.newstablebc{
	background-image: url(hepc/hepc_news_bc.gif);
	height: 12px;
	background-repeat: repeat-x;
}
.newstablebr{
	background-image: url(hepc/hepc_news_br.gif);
	height: 12px;
	width: 12px;
}