@CHARSET "utf-8";

/*通用设置*/
body {
	font-family: "宋体", arial, sans-serif;
	text-align: center;
	margin: 0pt auto;
	padding: 0;
	background: #FFF;
	font-size: 12px;
	color: #000;
}

div,form,img,ul,ol,li,dl,dt,dd {
	margin: 0;
	padding: 0;
	border: 0;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}

table,td,tr,th {
	font-size: 12px;
}

input,button,select {
	font-family: "宋体", arial, sans-serif;
}

/*用于切断上下float元素*/
.clear {
	font-size: 1px;
	clear: both;
	height: 0px;
	overflow: hidden;
	line-height: 0px;
}

/*水平线一般设置*/
.hr {
	font-size: 1px;
	clear: both;
	height: 1px;
	overflow: hidden;
	line-height: 0px;
	margin: 0px auto;
}

/*填充空白*/
.blank {
	font-size: 1px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	line-height: 0px;
}

.lblank {
	font-size: 1px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	line-height: 0px;
	float: left;
}

.rblank {
	font-size: 1px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	line-height: 0px;
	float: right;
}
.blank_h_2{
	width: 2px;
}
.blank_h_5 {
	width: 5px;
}

.blank_h_8 {
	width: 8px;
}

.blank_h_10 {
	width: 10px;
}

.blank_h_16 {
	width: 16px;
}

.blank_h_20 {
	width: 20px;
}

.blank_v_2 {
	height: 2px;
}

.blank_v_3 {
	height: 3px;
}

.blank_v_5 {
	height: 5px;
}

.blank_v_10 {
	height: 10px;
}

.blank_v_15 {
	height: 15px;
}

.blank_v_25 {
	height: 25px;
}

.blank_v_35 {
	height: 35px;
}

/*一般链接的样式*/
a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #C00;
	text-decoration: underline;
}

a:active {
	color: #C00;
	text-decoration: underline;
}

/*站内市场导航一般样式,菜单程序所必须的*/
.goto_menu,.goto_menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.goto_menu { /*line-height: 1.0;*/
	
}

.goto_menu ul {
	position: absolute;
	top: -999em;
	width: 150px;
}

.goto_menu ul li,.goto_menu a {
	width: 100%;
}

.goto_menu li {
	float: left;
	position: relative;
	z-index: 99;
}

.goto_menu a {
	display: block;
}

.goto_menu li:hover ul,ul.goto_menu li.sfHover ul {
	left: -1px;
	top: 23px;
}

.goto_menu li:hover li ul,.goto_menu li.sfHover li ul {
	top: -999em;
}

.goto_menu li li:hover ul,ul.goto_menu li li.sfHover ul {
	left: 9.45em;
	top: -1px;
}

.goto_menu li li:hover li ul,.goto_menu li li.sfHover li ul {
	top: -999em;
}

.goto_menu li li li:hover ul,ul.goto_menu li li li.sfHover ul {
	left: 9.45em;
	top: -1px;
}

.superfish li:hover ul,.superfish li li:hover ul,.superfish li li li:hover ul
	{
	top: -999em;
}

embed,object {
	position: relative;
	z-index: 0;
}