/*****-----头部-----*****/

/*****-----文字/链接/边框-----*****/
/*****----------*****/
/*****----------*****/
/*****-----顶部距离为0-----*****/
body {
	font-size: 12px;
	text-decoration: none;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
/*****-----表格内常规文字(13号字体)-----*****/
form{
padding-top:0px; padding-bottom:0px; margin-top:0px; margin-bottom:0px;
}
table {
	font-size: 12px;
}
/*****-----题标文字(14号字体/黑色字)-----*****/
.font_black {
	font-size: 14px;
	color: #000000;
}
/*****-----题标文字(14号字体/白色字)-----*****/
.font_white {
	font-size: 14px;
	color: #FFFFFF;
}
/*****-----题标文字(14号字体/蓝色色字)-----*****/
.font_green {
	font-size: 14px;
	color: #00B025;
}
/*****-----题标文字(14号字体/蓝色色字)-----*****/
.font_blue {
	font-size: 14px;
	color: #0066CC;
}
/*****-----题标文字(14号字体/蓝色色字)-----*****/
.font_blue_B{
	font-size: 14px;
	color: #0066CC;
	font-weight:bold;
}
/*****-----题标文字(14号字体/橙色色字)-----*****/
.font_Orange  {
	font-size: 14px;
	color: #FF3300;
	line-height: 25px;

}
/*****-----正常内容文字(12号字体/行高22px/黑色)-----*****/
.font_wenzi  {
	font-size: 12px;
	line-height: 22px;
		color: #000000;
}
/*****-----副内容文字(12号字体/行高22px/浅灰色)-----*****/
.font_wenzi2  {
	font-size: 12px;
	line-height: 22px;
		color: #666666;
}
/*****-----新闻资讯题标文字(18号字体/行高28px/加粗)-----*****/
.font_new  {
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	color:#03005C;
}
/*****-----新闻资讯内容文字(14号字体/行高28px)-----*****/
.font_news  {
	font-size: 14px;
	line-height: 28px;
}
/*****-----新闻资讯内容文字(12号字体/粗体)-----*****/
.font_new0 {
	font-size: 13px;
	line-height: 20px;
	font-weight:bold;

}
/*****-----文字链接(正常为黑色/鼠标放到链接下显示为橙色加下划线)-----*****/
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF3300;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}
/*****-----表格边框(四边为灰色/实线)-----*****/
.border_Hui_TBLR {
	border: 1px solid #CCCCCC;
}
/*****-----表格边框(左右边为灰色/实线)-----*****/
.border_Hui_LR {
	border-top: none;
	border-right: 1px solid #CCCCCC;
	border-bottom: none;
	border-left: 1px solid #CCCCCC;
}
/*****-----表格边框(底边为灰色/实线)-----*****/
.border_Hui_B {
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
}
/*****-----表格边框(四边为蓝色/实线)-----*****/
.border_lan_TBLR {
	border: 1px solid #B9DBFC;
}
/*****-----表格边框(四边为蓝色/实线)-----*****/
.border_cheng_TBLR {
	border: 1px solid #FF3300;
}
/*****-----表格边框(四边为灰色/虚线)-----*****/
.border_Hui2_TBLR {
	border: 1px dashed #CCCCCC;
}
/*****-----表格边框(右边为灰色/虚线)-----*****/
.border_Hui2_R {
	border-top: none;
	border-right: 1px dashed #CCCCCC;
	border-bottom: none;
	border-left: none;
}
/*****-----表格边框(底边为灰色/虚线)-----*****/
.border_Hui2_B {
	border-top: none;
	border-right: none;
	border-bottom: 1px dashed #CCCCCC;
	border-left: none;
}
/*****-----表格边框(底边为蓝色/虚线)-----*****/
.border_lan_B {
	border-top: none;
	border-right: none;
	border-bottom: 1px dashed #3262DE
	border-left: none;
}

.borderHuiR {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
/*****-----表格边框(右边为灰色/浅虚线)-----*****/
.borderHui3B {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E7E7E7;
}
.styletr {
	line-height: 22px;
}
/*****-----新闻资讯二级页面栏目题标文字-----*****/
.t2
{
	color:#000000;
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
	}
/*****-----表格边框(底边为灰色/点线)-----*****/
.kuang6 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
/*****-----资讯页面导航的链接样式-----*****/
a.infor:link {
	font-size: 15px;
	font-weight: bold;
	color:#fff;
}
a.infor:visited {
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
a.infor:hover {
	font-size: 15px;
	color:#FF3300;
	font-weight: bold;
	text-decoration: underline;
}
a.infor:active {
	font-size: 15px;
	color:#FF3300;
	font-weight: bold;
	text-decoration: none;
}
/*****-----资讯中创业故事片页面导航的链接样式-----*****/
a.infor_story:link {
	font-size: 14px;
	color: #0066CC;
	font-weight:bold;
}
a.infor_story:visited {
	font-size: 14px;
	color: #0066CC;
	font-weight: bold;
	text-decoration: none;
}
a.infor_story:hover {
	font-size: 14px;
	color:#FF3300;
	font-weight: bold;
	text-decoration: underline;
}
a.infor:active {
	font-size: 14px;
	color:#FF3300;
	font-weight: bold;
	text-decoration: none;
}
.label { border:#999 1px solid}
.fontinf {
	font-size: 14px;
	line-height: 25px;
	text-decoration: none;
}
.shopxian {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 1px dotted #CCCCCC;

}
#navcontainer { margin-left: 0px; }

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, Helvetica, sans-serif;
}

#navcontainer li { margin: 0; }

#navcontainer a
{
height:35px;
font-weight: bold;
display: block;
padding: 10px 43px;
width: 150px;
color: #000000;
text-decoration: none;
font-size: 14px;
background-image: url(http://image.hehu.com/shop010.gif);
background-repeat: no-repeat;
background-position: 0 0;
}

#navcontainer a:hover
{
color: #ff3300;
font-size: 15px;
text-decoration: none;
background-image: url(http://image.hehu.com/vertical06a.gif);
background-repeat: no-repeat;
background-position: 0 0;
}

#navcontainer ul ul li { margin: 0px; }

#navcontainer ul ul a
{
display: block;
padding: 5px 5px 5px 30px;
width: 150px;
color: #000;
background-color: #C5D8C5;
text-decoration: none;
font-weight: normal;
}

#navcontainer ul ul a:hover
{
color: #000;
background-color: #889E88;
text-decoration: none;
}
.shop_t1  {
	font-size: 40px;
	color:#FF0000;
	/*filter: blur(strength=3,direction=90);*/
	height:1;
	line-height: 75px;
	font-weight: bolder;
	font-family: "黑体";
	/*font-family:"楷体_GB2312"*/
}
.qiyesoso {
PADDING-TOP: 0 15 3 15;
font-size: 12px;
color: #FF9900;
border: solid 1px #CCCCCC;
height: 22px;
background: #330000;
}
.pic {
padding:4px;
margin:4px;
border:1px #CCCCCC solid;
line-height:30px
}
.topinput{
color: #777777;
height:15px;
border:1px solid #CCC;
background-color:#FFF;
}
.topinput2{
color: #777777;
height:18px;
border:1px solid #ff6600;
background-color:#FFF;
}
.user {
	font-size: 12px;
	line-height: 23px;
}
.index_info_14 {
	font-size: 14px;
	font-weight: bold;
	color: #FF3300;
	text-decoration: none;
	line-height: 18px;
}
/*****-----焦点图样式-----*****/

.phototop {
	OVERFLOW: hidden;
	WIDTH: 298px;
	POSITION: relative;
	HEIGHT: 230px;
	text-align: center;
	border: 1px solid #9DDCFB;
	background-color: #ECF7FF;
}
.phototop TD {
HEIGHT: 230px
}
.phototop BR {
	FONT-SIZE: 4px; LINE-HEIGHT: 4px
}
.phototop A:link {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	line-height: 19px;
	color:#FF0000;
}
.phototop A:visited {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	line-height: 19px;
	color:#FF0000;
}
.phototop A:hover {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	line-height: 19px;
	color:#0066CC;
}
.phototop A:active {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	line-height: 19px;
	color:#FF0000;
}
.phototop .slider {
	POSITION: absolute;
	left: 0px;
	top: 0px;
}
.phototop .slider IMG {
	DISPLAY: block;
	MARGIN: 0px;
	WIDTH: 288px;
	HEIGHT: 200px;
	border: 1px solid #9DDCFB;
}
.phototop .num {
	RIGHT: 7px; POSITION: absolute; TOP: 185px
}
.phototop .num LI {
	FONT-SIZE: 12px;
	FLOAT: left;
	OVERFLOW: hidden;
	WIDTH: 20px;
	CURSOR: pointer;
	COLOR: #FFFFFF;
	LINE-HEIGHT: 15px;
	HEIGHT: 16px;
	TEXT-ALIGN: center;
	font-family: "黑体";
	border: 1px solid #FFFFFF;
	filter: Alpha(Opacity=50);
	font-weight: bold;
	background-color: #0066CC;
	margin-left: 2px;
}
.phototop .num LI.on {
	BACKGROUND: #FF0000;filter: Alpha(Opacity=70);
}
td {
	word-break: break-all ;
}


#topnew2010 {
	position:absolute;
	left:50%;
	margin:0px 0px 0px -460px;
	width:920px;
	background: #FFFFFF;
}
