@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: "微软雅黑", '宋体', sans-serif;
	line-height: 180%;
	color: #333;
	background-color: #F6F6F6;
}

/* resetS
--------------------------------------------------------------------------------------- */
body, 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;
	font-size: 12px;
	font-weight: normal;
	overflow: hidden;
}

p {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
	overflow: hidden;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, var {
	font-style: normal;
	font-weight: normal;
	display: inline
}

li {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

abbr, acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

input, textarea, select {
	font: 100% Tahoma, Helvetica, Arial, sans-serif
}

input, select {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

input, textarea, a {
	outline: medium none;
}

legend {
	color: #333;
}

a {
	text-decoration: none;
}

a:link {
	color: #6EA5C9;
}

a:visited {
	color: #6EA5C9;
}

a:hover, a:active, a:focus {
	color: #6EA5C9;
	text-decoration: underline;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	content: ” “;
	clear: both;
	height: 0;
}

.clearfix {
	zoom: 1;
}

.font_12 {
	font-size: 12px;
}

/**
*常用的几个框。
**/
.left_window {
	border: 1px solid #D4D4D4;
	margin-bottom: 20px;
	background: none repeat scroll 0 0 #FFFFFF;
}

.left_window h2 {
	height: 25px;
	line-height: 25px;
	font-weight: 800;
	color: #111111;
	font-size: 12px;
	padding: 0px 10px;
	background-color: #F5F5F5;
}

.left_window ul {
	font-size: 12px;
	line-height: 25px;
	margin: 10px;
}

.index_box {
	float: left;
	width: 342px;
	margin-right: 20px;
}

.index_box ul li {
	float: left;
	width: 160px;
}

/* tops
--------------------------------------------------------------------------------------- */
#top {
	background: url("../images/headbg_index.png") repeat-x scroll 0 0
		transparent;
	top: 0;
	width: 100%;
	z-index: 30001;
	height: 54px;
}

#top, #top a {
	color: #eee;
	font-size: 12px;
}

#top a:hover {
	color: #FFF;
}

#top .top_left {
	float: left;
	line-height: 50px;
	width: 580px;
}

#top .top_left .top_logo {
	float: left;
	width: 150px;
}

#top .top_left .top_city {
	float: left;
	width: 100px;
}

#top .top_left .top_city .top_city_name {
	font-size: 20px;
	font-weight: 800;
}

#top .top_left .top_city .top_city_select {
	font-size: 12px;
}

#top .top_left .top_nav {
	margin-left: 300px;
}

#top .top_left .top_nav li {
	float: left;
	width: 80px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

.top_nav li:hover {
	background: none repeat scroll 0 0 #A40000;
}

.top_nav .current {
	background: none repeat scroll 0 0 #A40000;
}

#top .top_right {
	font-size: 12px;
	float: right;
	line-height: 50px;
	text-align: right;
	height: 50px;
	overflow: hidden;
}

#top .top_right img {
	margin-top: 8px;
}

#top .top_right ul li {
	float: right;
	width: 80px;
	background-color: #eeee;
}

#top .top_right .nologin li {
	float: right;
	width: 80px;
}

.top-banner {
	margin: 10px auto 10px auto;
	width: 980px;
	height: 90px;
}

.top-banner img {
	border: 1px solid #ccc;
}

.top-banner .close {
	height: 17px;
	opacity: 0.25;
	float: right;
	margin-top: -83px;
	margin-right: 5px;
	width: 16px;
}

.border {
	border: 1px solid #e6e6e6;
}

.line {
	border-top: 1px solid #e6e6e6;
	width: 100%;
	height: 5px;
	clear: both;
	float: none;
	margin-top: 20px;
}

#footer {
	width: 980px;
	margin: 10px auto;
	clear: both;
	text-align: center;
	padding: 5px 0px;
	line-height: 180%;
}

a.num_add, a.num_reduce {
	text-decoration: none;
	font-size: 18px;
}

a.disabled {
	text-decoration: none;
	color: #ccc;
}

.new_ad_img li {
	float: left;
}

.new_ad_num {
	float: right;
	margin-top: -25px;
	margin-right: 5px;
}

.new_ad_num ul {
	padding-left: 1px;
}

.new_ad_num li {
	background: none repeat scroll 0 0 #C5C84C;
	color: #FFFFFF;
	cursor: pointer;
	float: left;
	margin-left: 2px;
	padding: 0px 5px;
	text-align: center;
}

.new_ad_num li span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 25px;
}

.new_ad_num li.onshow {
	background: none repeat scroll 0 0 #FF6600;
	color: #FFFFFF;
}

.space {
	height: 5px;
	clear: both;
	float: none;
	line-height: 5px;
}

.warning {
	font-size: 14px;
	line-height: 180%;
	clear: both;
	margin: 10px 0px;
	padding: 20px;
	color: #33333;
	background-color: #ffffdd;
	border: 1px solid #e3e197;
}

.errorbox {
	font-size: 14px;
	line-height: 180%;
	clear: both;
	margin: 10px 0px;
	padding: 20px;
	color: #333333;
	background-color: #ffffdd;
	border: 1px solid #e3e197;
}

.tabs {
	border-bottom: 2px solid #86B9CC;
	height: 28px;
	overflow: hidden;
	padding: 4px 10px 0;
	white-space: nowrap;
	float: none;
	clear: both;
}

.tabs a {
	text-decoration: none;
}

.tabs a:hover {
	text-decoration: underline;
}

.tabs ul {
	float: left;
	list-style: none outside none;
	padding: 2px 10px 0;
	margin: 0;
}

.tabs li {
	float: left;
	margin: 1px 3px 0;
}

.tabs li a, .tabs li a:hover {
	background: url("../images/tabs.gif") no-repeat scroll 100% 0 #EEEEEE;
	color: #323232;
	display: block;
	float: left;
	padding: 0 10px 0 0;
	text-decoration: none;
}

.tabs li a span {
	background: url("../images/tabs.gif") no-repeat scroll 0 0 transparent;
	cursor: pointer;
	display: block;
	float: left;
	height: 23px;
	line-height: 23px;
	padding: 1px 0 0 10px;
}

.tabs li em {
	font: 10px/1.2em Arial, Helvetica, sans-serif;
	padding: 0 0 0 3px;
}

.tabs li i {
	margin-right: -1em;
}

.tabs li.on {
	margin: 0 3px;
}

.tabs li.on a, .tabs li.on a:hover {
	background-color: #87B9CC;
	background-position: 100% -50px;
	color: #fff;
}

.tabs li.on a span {
	background-position: 0 -50px;
	padding: 2px 0 2px 10px;
}

.tabs li.orphan {
	
}

.tabs li.orphan a, .tabs li.orphan a:hover {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	color: #CC3300;
	padding: 0;
}

.tabs li.orphan a:hover {
	text-decoration: underline;
}

.tabs li.orphan a span {
	background: none repeat scroll 0 0 transparent;
	padding-left: 7px;
	padding-right: 7px;
}

.tabs .action, .tabs .option {
	margin: 0 5px;
	padding: 3px 0 0;
}

.tabs .action {
	float: left;
}

.tabs .option {
	float: right;
}