@charset "gb2312";
/* 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, input, a {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	list-style: none;
}
body {
	font-family:"微软雅黑","黑体","宋体";
	font-size: 12px;
	width: 100%;
	color:#003;
	background:url(../img/bg.jpg) top center;
}


/*头部导航样式*/
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;

}
a:hover {
	text-decoration:none;
	color:#2c620c;
}
a:active {
	text-decoration: none;
}
.nav{
	padding-top:15px;
	height:75px;
	background-color:#93002c;
	
}
.nav-td{
	width:1000px;
	margin:0 auto;
	height:60px;
}
.nav-td h1{
	width:150px;
	height:60px;
	overflow:hidden;
	float:left;
	display:inline;
}
.nav-td p{
	width:820px;
	height:35px;
	line-height:35px;
	display:inline;
	float:right;
	margin-top:25px;
}
.nav-td p a{
	font-size:18px;
	padding:0 10px 0 10px;
	color:#F2E9DA;
	text-decoration:none;
}
.nav-td p a:hover{
	color:#fff;
}





.clear{
	clear:both;
}
#more{
	float:right;
	font-size:12px;
	color:#f1f2f4;
	font-weight:normal;
	font-family:"宋体";
	margin-right:10px;
}
.wrapper{
	margin:0 auto; 
	width:1000px;
}
.wrapper1{
	margin:0 auto; 
	width:1030px;
}


/*左侧微信*/
#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: #ccc;
	font-size: 12px;
	background-color: #93002C;
}
/*右侧代码*/
#share {
	position: fixed;
	_position: absolute;
_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight)-34+"px");
	bottom: 34px;
	left: 95%;
	width: 30px;
	zoom: 1;
}
#share a {
	background-image: url(http://www.0352fang.com/zhuanti/2014/0352dianhua/img/share.png);
	background-repeat: no-repeat;
	display: block;
	width: 30px;
	height: 30px;
	margin-bottom: 2px;
	overflow: hidden;
	text-indent: -999px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#share .sina {
	background-position: 0 0;
	position: absolute;
	bottom: 32px;
}
#share a.sina:hover {
	background-position: -30px 0;
}
#share .tencent {
	background-position: 0 -30px;
	position: absolute;
	bottom: 0;
}
#share a.tencent:hover {
	background-position: -30px -30px;
}
#share a#totop {
	background-position: 0 -120px;
	position: absolute;
	bottom: 64px;
	cursor: pointer;
}
#share a#totop:hover {
	background-position: -30px -120px;
}