@charset "utf-8";
/* CSS Document */

html, body, div, span, object, iframe, h1, h3, h2, h4, h5, h6, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, p, section, menu, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	list-style: none;
}
body {
	font-family: "微软雅黑", "黑体", "宋体";
	font-size: 12px;
	line-height: 20px;
	color: #002;
	background-color: #c1c2c3;
	background: url(http://www.0352fang.com/zhuanti/2015/yzls1/img/copy/bodybg.jpg);
}
a {
	cursor: pointer;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
/*nav*/
.z_nav {
	width: 100%;
	height: 39px;
	line-height: 41px;
	overflow: hidden;
	background: url(http://www.0352fang.com/zhuanti/2014/qxhuodong/img/nav-bj.gif);/*background: url(http://www.0352fang.com/zhuanti/2014/14dichanjie/img/nav-bj.gif);*/
}
.z_nav-k {
	width: 1050px;
	margin: 0 auto;
}
.z_nav-k .z_nav-logo {
	float: left;
}
.z_nav-k .z_nav-link {
	float: left;
}
.z_nav-k .z_nav-link a {
	float: left;
	margin: 0 10px;
	font-size: 15px;
	color: #FFF;
}
.z_nav-k .z_nav-link a:hover {
	color: #00DCF4;
}
.z_nav-k .z_nav-right {
	float: right;
}
.z_nav-k .z_nav-right li {
	float: left;
}
.z_nav-k .z_nav-right li a {
	float: left;
	font-size: 15px;
	color: #FFF;
	display: inline;
}
/*页脚*/
.footer {
	width: 1000px;
	height: auto;
	margin: 25px auto;
	display: block;
}
.footer #p1 {
	text-align: right;
	border-bottom: 1px solid #333;
	width: 1000px;
	line-height: 36px;
	font-size: 18px;
	color: #123163;
}
.footer #p2 {
	margin-top: 20px;
	text-align: center;
	width: 1000px;
	line-height: 28px;
	font-size: 12px;
	color: #000;
}
/*左侧微信*/
#frombox {
	width: 150px;
	height: 180px;
	float: left;
	position: fixed;
	left: 2px;
	bottom: 2px;
	_position: absolute;
	_bottom: auto;
_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
	_margin-bottom: 2px;
	overflow: hidden;
	background: url(http://www.0352fang.com/zhuanti/2014/huatang/img/weixin.gif) top left no-repeat;
}
#frombox p {
	height: 27px;
	line-height: 27px;
	margin-top: 153px;
	text-align: center;
	color: #900;
	font-size: 12px;
	background-color: #FFC;
}
/*返回顶部*/
#rocket-to-top div {
	left: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	width: 149px;
}
#rocket-to-top .level-2 {
	background: url(../img/rocket_button_up.png) no-repeat scroll -149px 0 transparent;
	display: none;
	height: 250px;
	opacity: 0;
	z-index: 1;
}
#rocket-to-top .level-3 {
	background: none repeat scroll 0 0 transparent;
	cursor: pointer;
	display: block;
	height: 150px;
	z-index: 2;
}
#rocket-to-top {
	background: url(../img/rocket_button_up.png) no-repeat scroll 0 0 transparent;
	cursor: default;
	display: block;
	height: 250px;
	margin: -125px 0 0;
	overflow: hidden;
	padding: 0;
	position: fixed;
	right: 0;
	top: 80%;
	width: 149px;
	z-index: 11;
}
