﻿@charset "utf-8";
body {
	margin:0;
	padding:0;
	width:100%;
	background:#ffffff;
}
html {
	padding:0;
	margin:0;
}
/* main */
.main {
	width:100%;
	padding:0;
	margin:0 auto;
}
.resize {
	width:960px;
	margin:0 auto;
}
/********** header **********/
.header {
}
.block_header {
	margin:0 auto;
	width:960px;
}
/* logo */
.logo {
	float:left;
	padding:0;
	margin:34px 0 13px 0;
	width:164px;
}
.service {
    float: right;
    margin: 23px 0 0;
    padding: 7px;
    width: 266px;
}

/* menu */	


.menudrop {
	padding:0;
	margin:0;
	width:960px;
	height:28px;
	background: url(/images/index/bg_menu.gif) top repeat-x;
}
ul.menu {
	list-style:none;
	margin:0;
	padding:0
}
ul.menu * {
	margin:0;
	padding:0
}
ul.menu a {
	display:block;
	color:#333;
	text-decoration:none
}
ul.menu li {
	position:relative;
	float:left;
	text-align:center;
}
ul.menu ul {
	position:absolute;
	top:27px;
	left:0;
	background:#d1d1d1;
	display:none;
	opacity:0;
	list-style:none
}
ul.menu ul li {
	position:relative;
	border:1px solid #aaa;
	border-top:none;
	width:90px;
	margin:0
}
ul.menu ul li a {
	display:block;
	padding:3px 7px 5px;
	background-color:#d1d1d1;
	font:12px "宋体";
}
ul.menu ul li a:hover {
	background-color:#c5c5c5
}
ul.menu ul ul {
	left:90px;
	top:-1px
}
ul.menu .menulink {
	border-right:1px solid #b6b6b6;
	border-top:1px solid #b6b6b6;
	border-left:1px solid #dddddd;
	border-bottom:1px solid #b6b6b6;
	padding:7px 7px 6px;
	font:bold 12px "宋体";
	width:70px;
	color:#FFFFFF;
}
ul.menu .menuactive {
	border-right:1px solid #b6b6b6;
	border-top:1px solid #b6b6b6;
	border-left:1px solid #dddddd;
	border-bottom:1px solid #b6b6b6;
	padding:7px 7px 6px;
	font:bold 12px "宋体";
	width:70px;
	background:url(/images/index/header.gif);
	color:#333333
}
ul.menu .menublank {
	border-right:1px solid #b6b6b6;
	border-top:1px solid #b6b6b6;
	border-left:1px solid #dddddd;
	border-bottom:1px solid #b6b6b6;
	padding:7px 7px 6px;
	width:170px;
	font:bold 12px "宋体"
}
ul.menu .menulink:hover, ul.menu .menuhover {
	background:url(/images/index/header_over.gif);
	color:#333333
}
ul.menu .sub {
	background:#d1d1d1 url(/images/index/arrowmenu.gif) 80px 8px no-repeat;
}
ul.menu .topline {
	border-top:1px solid #aaa
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b {
	position:absolute;
	top: 0;
	border: 1px solid #918d8d;
	border-width: 0 1px;
	font:12px "宋体";
	line-height:18px;
	z-index:20;
	background-color: white;
	width: 90px;
	visibility: hidden;
}
.dropmenudiv_b a {
	width: auto;
	display: block;
	text-indent: 5px;
	border: 0 solid #918d8d;
	border-bottom-width: 1px;
	padding: 2px 0;
	text-decoration: none;
	color: black;
	text-align:center;
}
* html .dropmenudiv_b a { /*IE only hack*/
	width: 100%;
}
.dropmenudiv_b a:hover {
	background-color: #e2e2e2;
}
/********** slider **********/
.slider {
	margin:0 auto;
	padding:0;
	height:253px;
}
.slider div.slice1 {
	margin:0 auto;
	width:960px;
	padding:0;
}
/********** block index **********/
.body {
	padding:0;
	margin:0;
}
.body h2 {
	font: bold 16px "宋体", Arial;
	color:#373737;
	padding:10px 5px 5px;
	margin:0;
	float:left;
}
.body p {
	font:normal 12px/1.6em "宋体", Arial;
	color:#8d8d8d;
	padding:3px;
	margin:0;
}
.body strong {
	color:#656565;
	text-decoration: underline;
	background: url(/images/index/arrow.gif) no-repeat;
	padding-left:12px;
	margin-left: -3px;
}
.body_resize {
	width:960px;
	margin:0 auto;
	padding:0;
	background:#fff;
}
/********************topi***************/
/*News */
.News {
	width:281px;
	float: left;
	margin:5px 0;
	padding:5px;
}
.News .more {
	float: right;
	font-size: 12px;
	margin:15px 10px 0 0;
}
.News .more a {
	color:#e30000;
	text-decoration: none;
}
.border {
	background-image: 
url(/images/index/border.gif);
	background-repeat: repeat-y;
	float: left;
	height: 750px;
	margin: 20px 21px;
	width: 1px;
}
.News ul li a:hover {
	color:#2e5a7c;
	text-decoration:underline;
}
/********** footer **********/
.footer {
border-top: 1px solid #E30000;
	padding:20px 0;
	margin:0 auto;
	width:960px;
}
.footer .resize div {
	width:960px;
	color: #787878;
	font:normal 11px "宋体", sans-serif;
	text-align: center;
	margin:0 auto;
}
.footer .resize div a {
	color:#787878;
	font:normal 11px Tahoma, Geneva, sans-serif;
	padding:0 1px;
}
p.clr, .clr {
	clear:both;
	padding:0;
	margin:0;
	background:none;
}
li.bg, .bg {
	clear:both;
	border-top:1px solid #eaeaea;
	padding:0;
	margin:5px;
	background:none;
}
.pic_title4 {
	margin: 0 auto;
	padding: 3px 0;
	width: 281px;
}
.pic_title4 img {
	border:1px solid #C0C0C0;
}
.pic_title4 p {
	text-align:right;
}
.markview {
	margin: 0;
	padding: 3px 0;
}
.markview_nav {
	font: 12px "宋体", Arial;
	background: url(/images/index/arrow.gif) no-repeat;
	padding-left:12px;
	margin-left: -3px;
}
.roll {
	width:281px;
	height:200px;

}


body, p, tr, td, ul li, span { font-family: "宋体",Arial; font-size: 12px; margin: 0px; padding: 0pt; color: rgb(0, 0, 0); text-decoration: none; }
.clear { margin: 0pt; padding: 0pt; height: 0pt; line-height: 0px; clear: both; }
/*.main { width: 960px; height: auto; margin: 0pt auto; border-left: 1px solid rgb(177, 180, 182); border-right: 1px solid rgb(177, 180, 182); }*/

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
.center_box { width: 960px; height: auto; padding-bottom: 20px;  margin: 0 auto;}
.center_left2 { 
width: 330px; 
height: auto; 
float: left; 
line-height: 18px;
overflow: hidden; 
margin-top:5px; }
.center_left2 img { float: left; }
.left_lb3 { 
	width: 300px; 
	height: auto; 
	float: left; 
	display: inline; 
	padding-left: 30px; 
	overflow: hidden; 
	color: rgb(0, 0, 0);
}
.left_lb3 p a { 
width: 300px;
height: auto; 
float: left; 
line-height: 18px; 
color: rgb(0, 0, 0); 
margin-top: 10px; 
}
.left_lb3 p a:hover { color: rgb(153, 0, 0); text-decoration: underline; }
.left_lb3 p a span { color: rgb(153, 0, 0); text-decoration: underline; }
.center_right1 { width: 570px; height: auto; float: left; padding: 0pt 30px; display: inline; background-color: rgb(239, 239, 239); 
margin:5px 0 10px;}
.right_title1 { width: 570px; height: 20px; float: left; line-height: 20px; padding: 15px 0pt; display: inline; border-bottom: 1px dashed rgb(177, 180, 182); }
.right_nr { 
	width: 570px; 
	height: auto; 
	float: left; 
	line-height: 20px; 
	padding-top: 20px; 
}
.right_nr a{
	color:#000000;
	text-decoration:none;
	line-height:20px;
	text-indent:5px;
}
.right_nr a:hover{
	color:#990000;
	text-decoration:none;
}

img{
border:none}

/*物业精选*/
.lb_box{
width:100%;
height:90px;
float:left;
border-bottom:dashed 1px #B1B4B6;
padding:10px 0;
}
.lb_box img{
float: left;
padding:10px 20px 10px 0;
display:block;
}
.lb_box2{
width:100%;
height: auto;
float:left;
}
.lb_nr1{
width:300px;
height:auto;
float:left;
padding-top:10px;
}
.lb_nr1 table a{
	color:#000000;
	text-decoration:none;
}
.lb_nr2{
width:290px;
height:auto;
float:left;
margin-right:15px;
display:inline;
}
.lb_nr3{
width:290px;
height:auto;
float:left;
display:inline;
}
.lb_nr3 p{
width:290px;
height:auto;
float:left;
display:inline;
line-height:20px;
}
.lb_nr3 p span{
width:290px;
height:auto;
float:left;
display:inline;
line-height:20px;
padding-top:30px;
text-decoration:underline;
}
.lb_nr4{
width:260px;
height:auto;
float:left;
}
.lb_nr4 p{
width:260px;
height:auto;
float:left;
line-height:20px;
}
.lb_nr4 img{
float:left;
margin-bottom:17px;
border:solid 1px #fff;
}
.xm_gg{
width:290px;
height:auto;
float:left;
}
.xm_gg table td{
text-indent:1em;
border-bottom: solid 1px #B1B4B6;
}
.xm_line{
border-right: solid 1px #B1B4B6;
}
.xm_gg p{
width:290px;
height:25px;
float:left;
line-height:25px;
padding-top:20px;
text-align: right;
}
.tel_box{
	width:260px;
	height:120px;
	float:left;
	border:solid 1px #999;
	background:efefef;
	margin:8px 0;
	padding:8px;
}
.tel_box table{
line-height: normal;
}
.fy{
width:550px;
float:left;
padding-top:20px;
text-align:right;
 }
 
 .right_title3{
width:570px;
height:20px;
float:left;
line-height:20px;
padding-top:15px;
display:inline;
border-bottom:dashed 1px #B1B4B6;
}
.right_title4{
		width:570px;
		height:22px;
		float:left;
		padding:15px 0;
		line-height:20px;
		display:inline;
}
.center_right2 { 
		width: 570px;
		height: auto; 
		float: left; 
		padding: 0pt 30px; 
		display: inline; 
		background-color: rgb(239, 239, 239); 
		margin:5px 0 10px;
}

.left_lb1{
margin-left:-50px;
width:330px;
height:auto;
float:left;
display:inline;
}
.left_lb1 ul li{
width:300px;
height:auto;
float:left;
color:#000000;
text-decoration: none;
padding-left:30px;
}
.left_lb1 ul li a{
width:300px;
height:auto;
color:#000000;
text-decoration:none;
}
.left_lb1 ul li span{
width:300px;
height:auto;
float:left;
padding-top:10px;
color:#000000;
display:inline;
text-decoration: underline;
}
.left_lb1 ul li a:hover{
color:#990000;
text-decoration:none;
}
.left_lb1 strong{
color:#990000;
padding-top:10px;
display:inline;
font-weight:lighter;
text-decoration:none;
}




.left_lb2{
margin-left:-20px;
width:330px;
height:auto;
float:left;
display:inline;
overflow:hidden;
}
.left_lb2 ul li{
width:300px;
height:auto;
float:left;
padding-left:5px;
color:#fff;
line-height:20px;
text-decoration:none;
}
.left_lb2 ul li a{
	width:300px;
	height:auto;
	color:#000000;
	cursor:hand;
	text-decoration:none;
}
.left_lb2 ul li span{
	width:300px;
	height:auto;
	float:left;
	padding-top:15px;
	display:inline;
	text-decoration: underline;
}
.left_lb2 ul li a:hover{
	color:#990000;
	text-decoration:none;
}
.left_lb2_2{
	color:#990000;
	text-decoration:none;
}
.right_nr2 p{
width:570px;
height: auto;
float:left;
overflow:hidden;
}
.right_nr2 p span{
width:570px;
float:left;
font-size:20px;
padding-top:30px;
overflow:hidden;
text-align: center;
line-height:25px;
}
.right_nr2 p a span{
width:570px;
height: auto;
float:left;
text-align:right;
}

.blog{
width:550px;
float:left;
padding-left:20px;
font-weight:lighter;
background:url(/images/tb3.jpg) left center no-repeat;
}
.blog2{
width:550px;
float:left;
background:url(/images/tb3.jpg) left center no-repeat;
font-weight:lighter;
display:inline;
padding-left:20px;
margin-bottom:10px;
}
 


