@charset "utf-8";
/*-----------------------RESET----------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	font-size:100%;
}
/*vertical-align: baseline;*/
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	font-size: 12px;
	line-height: 160%;
}
a:link, a:visited, a:hover, a:active {
	font-family: "宋体", Arial, Helvetica, sans-serif;
	text-decoration: none;
	outline: none;
}
/*-------------------------公用样式---------------------------------*/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0px;
	height: 0px
}
.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both
}
.clearfix {
	_zoom: 1
}
*+html .clearfix {
	overflow:hidden
}
.fl {
	float:left
}
.fr {
	float:right
}
.f12 {
	font-size:12px
}
.f14 {
	font-size:14px
}
.f16 {
	font-size:16px
}
.f12b {
	font-size:12px;
	font-weight:bold
}
.f14b {
	font-size:14px;
	font-weight:bold
}
.f16b {
	font-size:16px;
	font-weight:bold
}
.bold {
	font-weight:bold
}
.nor {
	font-weight:normal
}
.dec_under {
	text-decoration:underline
}
.dec_none {
	text-decoration:none
}
.black {
	color:black
}
.green {
	color:green
}
.blue {
	color:blue
}
.blue1 {
	color:#002777
}
.red {
	color:red
}
.gray_c {
	color:#ccc
}
.gray_d {
	color:#ddd
}
.gray_6 {
	color:#666
}
.gray_9 {
	color:#999
}
.gray_3 {
	color:#333
}
.highlight {
	color:#FF4800;
	font-weight:bold
}
.highlight_nor {
	color:#FF4800;
	font-weight:normal
}
.m_all_5 {
	margin:5px
}
.p_all_5 {
	padding:5px
}
.m_all_10 {
	margin:10px
}
.p_all_10 {
	padding:10px
}
.m_all_20 {
	margin:20px
}
.p_all_20 {
	padding:20px
}
.mt5 {
	margin-top:5px
}
.mr5 {
	margin-right:5px
}
.mb5 {
	margin-bottom:5px
}
.ml5 {
	margin-left:5px
}
.mlr5 {
	margin-left:5px;
	margin-right:5px
}
.mtb5 {
	margin-top:5px;
	margin-bottom:5px
}
.pt5 {
	padding-top:5px
}
.pr5 {
	padding-right:5px
}
.pb5 {
	padding-bottom:5px
}
.pl5 {
	padding-left:5px
}
.plr5 {
	padding-left:5px;
	padding-right:5px
}
.ptb5 {
	padding-top:5px;
	padding-bottom:5px
}
.mt10 {
	margin-top:10px
}
.mr10 {
	margin-right:10px
}
.mb10 {
	margin-bottom:10px
}
.ml10 {
	margin-left:10px
}
.mlr10 {
	margin-left:10px;
	margin-right:10px
}
.mtb10 {
	margin-top:10px;
	margin-bottom:10px
}
.pt10 {
	padding-top:10px
}
.pr10 {
	padding-right:10px
}
.pb10 {
	padding-bottom:10px
}
.pl10 {
	padding-left:10px
}
.plr10 {
	padding-left:10px;
	padding-right:10px
}
.ptb10 {
	padding-top:10px;
	padding-bottom:10px
}
.mt20 {
	margin-top:20px
}
.mr20 {
	margin-right:20px
}
.mb20 {
	margin-bottom:20px
}
.ml20 {
	margin-left:20px
}
.mlr20 {
	margin-left:20px;
	margin-right:20px
}
.mtb20 {
	margin-top:20px;
	margin-bottom:20px
}
.pt20 {
	padding-top:20px
}
.pr20 {
	padding-right:20px
}
.pb20 {
	padding-bottom:20px
}
.pl20 {
	padding-left:20px
}
.plr20 {
	padding-left:20px;
	padding-right:20px
}
.ptb20 {
	padding-top:20px;
	padding-bottom:20px
}
/*-------------------圆角------------------------------*/
.tl, .tr, .bl, .br, .tl_b, .tr_b, .bl_b, .br_b, .tl_c, .tr_c, .bl_c, .br_c, .tl_d, .tr_d, .bl_d, .br_d {
	position:absolute;
	width:4px;
	height:4px;
	background:url(http://img.imgzhubajie.com/img/index_v3/j_6.gif) no-repeat;
	overflow:hidden;
}/*纯色无边框*/
.tl {
	top:0;
	left:0;
	background-position:0 0;
}
.tr {
	top:0;
	right:0;
	background-position:-4px 0;
}
.bl {
	bottom:0px;
	left:0px;
	background-position:0 -4px;
}
.br {
	bottom:0px;
	right:0px;
	background-position:-4px -4px;
}/*带蓝色边框BFE3FF*/
.tl_b {
	top:-1px;
	left:-1px;
	background-position:0px -8px;
}
.tr_b {
	top:-1px;
	right:-1px;
	background-position:-4px -8px;
}
.bl_b {
	bottom:-1px;
	left:-1px;
	background-position:0 -12px;
}
.br_b {
	bottom:-1px;
	right:-1px;
	background-position:-4px -12px;
}/*带黄色边框FFC937*/
.tl_c {
	top:-1px;
	left:-1px;
	background-position:0px -24px;
}
.tr_c {
	top:-1px;
	right:-1px;
	background-position:-4px -24px;
}
.bl_c {
	bottom:-1px;
	left:-1px;
	background-position:0 -28px;
}
.br_c {
	bottom:-1px;
	right:-1px;
	background-position:-4px -28px;
}/*带灰色边框CCC*/
.tl_d {
	top:-1px;
	left:-1px;
	background-position:0px -32px;
}
.tr_d {
	top:-1px;
	right:-1px;
	background-position:-4px -32px;
}
.bl_d {
	bottom:-1px;
	left:-1px;
	background-position:0 -36px;
}
.br_d {
	bottom:-1px;
	right:-1px;
	background-position:-4px -36px;
}
body {
	background:url(http://img.imgzhubajie.com/img/index_v4/body_bg.gif) repeat-x left 36px;
}
.header {
	margin:0px auto;
	width:960px;
	background:url(http://img.imgzhubajie.com/img/user_manage/header_bg.gif) no-repeat left top;
	padding-top:27px;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:20px;
}
.header h1 {
	float:left;
}
.header h1 a {
	float:left;
	display:block;
	background:url(http://img.imgzhubajie.com/img/bid_v2/bid_v2_content/logo.gif) no-repeat;
}
.header a.index_logo, .header a.zj_logo, .header a.gy_logo {
	width:290px;
	height:60px;
}
.header a.zj_logo {
	background:url(http://img.imgzhubajie.com/img/bid_v2/bid_v2_content/logo_1.gif) no-repeat;
}
.header a.gy_logo {
	background:url(http://img.imgzhubajie.com/img/bid_v2/bid_v2_content/logo_2.gif) no-repeat;
} 


/* 二级频道导航  2010.3.1   新的二级导航公用样式*/
