body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* 浅灰色变深灰色 */
a.2:link {color: #a1a0a0; text-decoration: none;}
a.2:visited {text-decoration: none;color: #a1a0a0;}
a.2:hover {text-decoration:  none;color: #333333;}
a.2:active {text-decoration: none;color: #a1a0a0;}

/* 白色变白灰色下划线 */
a.bai_bai:link {color: #ffffff; text-decoration: none;}
a.bai_bai:visited {text-decoration: none;color: #ffffff;}
a.bai_bai:hover {text-decoration: underline;color: #ffffff;}
a.bai_bai:active {text-decoration: none;color: #ffffff;}

/* 白色变红色下划线 */
a.bai_hong:link {color: #ffffff; text-decoration: none;}
a.bai_hong:visited {text-decoration: none;color: #ffffff;}
a.bai_hong:hover {text-decoration: underline;color: #db0010;}
a.bai_hong:active {text-decoration: none;color: #ffffff;}

/* 灰色变红色下划线 */
a.hui_hong:link {color: #333333; text-decoration: none;}
a.hui_hong:visited {text-decoration: none;color: #333333;}
a.hui_hong:hover {text-decoration: underline;color: #db0010;}
a.hui_hong:active {text-decoration: none;color: #333333;}

/* 红色变红色下划线 */
a.4:link {color: #db0010;text-decoration: none;}
a.4:visited {text-decoration: none;color: #db0010;}
a.4:hover {text-decoration: underline;color: #db0010;}
a.4:active {text-decoration: none;color: #db0010;}

/* 蓝色变蓝色下划线 */
a.5:link {color: #0158a7;text-decoration: none;}
a.5:visited {text-decoration: none;color: #0158a7;}
a.5:hover {text-decoration: underline;color: #0158a7;}
a.5:active {text-decoration: none;color: #0158a7;}

/* 蓝色变红色下划线 */
a.slan_hong:link {color: #0158a7;text-decoration: none;}
a.slan_hong:visited {text-decoration: none;color: #0158a7;}
a.slan_hong:hover {text-decoration: underline;color: #db0010;}
a.slan_hong:active {text-decoration: none;color: #0158a7;}

.hui12 {
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
.qhui12 {
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #a1a0a0;
}
.shui14 {
	font-family: "宋体";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}
.bai12{
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	color: #ffffff;
}
.bai14c{
	font-family: "宋体";
	font-size: 14px;
	font-style: bold;
	color: #ffffff;
}
.hong12 {
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #db0010;
}
.chong12 {
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #db0010;
}
.chong14 {
	font-family: "宋体";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #db0010;
}
.hong14 {
	font-family: "宋体";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #db0010;
}
.clan12 {
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #0158a7;
}
.lan12 {
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #0158a7;
}
.lan14 {
	font-family: "宋体";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #0158a7;
}
.clan14 {
	font-family: "宋体";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #0158a7;
}
.slan14 {
	font-family: "宋体";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #1d3457;
}
.clan23 {
	font-family: "黑体";
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #0158a7;
}

/*行间距*/
.line{
	line-height:22px;
}

.line2{
	line-height:24px;
}

.line3{
	line-height:20px;
}
.line4{
	line-height:25px;
}
/*表格垂直间距*/
.mar {
	margin-top:5px;
}
.mar1 {
	margin-top:5px;
}
.mar2 {
	margin-top:8px;
}
.mar3 {
	margin-top:3px;
}
/*灰边框*/
.kuang1 { border:1px solid #d5d5d5;}
/*蓝边框*/
.kuanglan { border:1px solid #b0cae3;}
/*蓝边框左*/
.kuanglan2 {
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #b0cae3;
}
/*蓝边框左下*/
.kuanglan3 {
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-color: #b0cae3;
	border-bottom-width: 1px;
	border-bottom-color: #b0cae3;
}
/*蓝边框上右*/
.kuanglan5 {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-color: #b0cae3;
	border-right-color: #b0cae3;
}
/*蓝边框左右下*/
.kuanglan4 {
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-color: #b0cae3;
	border-bottom-width: 1px;
	border-bottom-color: #b0cae3;
	border-right-color: #b0cae3;
	border-right-width: 1px;
}
/*输入框*/
.bd1 {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	margin: 1px;
	padding: 1px;
	width: 90px;
	border: 1px solid #cccccc;
}
.bd2 {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	margin: 1px;
	padding: 1px;
	height: 18px;
	width: 150px;
	border: 1px solid #cccccc;
	line-height: 16px;
}
.bd3 {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	margin: 1px;
	padding: 1px;
	height: 18px;
	width: 100px;
	border: 1px solid #cccccc;
	line-height: 16px;
}
.bd4 {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	margin: 1px;
	padding: 1px;
	height: 18px;
	width: 70px;
	border: 1px solid #cccccc;s
	line-height: 16px;
}
.bd5 {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	margin: 1px;
	padding: 1px;
	height: 18px;
	width: 45px;
	border: 1px solid #cccccc;s
	line-height: 16px;
}
.m1{
	background-image: url(/images/left_menu1.gif.gif)
	color:#e40112;
	cursor:hand;
	text-align:center;
	font-family: "宋体";
	font-size: 14px;
	font-weight: bold;
	width:124px;
}
.m2{
	background-image:url(/images/left_menu2.gif.gif);
	color:#494949;
	cursor:hand;
	text-align:center;
	font-family: "宋体";
	font-size: 14px;
	width:124px;
}

.a1 {
	background-image:url(/images/home_100.gif);   
	color:#1d3457;
	cursor:hand;
	text-align:center;
	font-size: 14px;
	font-weight: bold;	
	padding:5 0 0 0;
}
.a2 {
	background-image:url(/images/home_102.gif);   
	color:#0158a7;
	cursor:hand;
	text-align:center;
	font-size: 14px;
	padding:5 0 0 0;
}

.a3 {
	background-image:url(../images/yrx_03.gif);   
	font-family: "宋体";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #1d3457;
	width:88px;
	cursor:hand;
}
.a4 {
	background-image:url(../images/yrx_05.gif);   
	font-family: "宋体";
	font-size: 14px;
	font-style: normal;
	color: #1d3457;
	width:87px;
	cursor:hand;
}

.ar1 {
	background-image:url(/images/home_104.gif);   
	color:#0158a7;
	cursor:hand;
	text-align:center;
	font-size: 14px;
	font-weight: bold;	
	padding:3 0 0 0;
}
.ar2 {
	background-image:url(/images/home_106.gif);   
	color:#0158a7;
	cursor:hand;
	text-align:center;
	font-size: 14px;
	padding:3 0 0 0;
}

.ar3 { 
	font-family: "宋体";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #1d3457;
	width:87px;
	cursor:hand;
}
.ar4 {
	background-image:url(../images/yrx_06.gif);  
	font-family: "宋体";
	font-size: 14px;
	font-style: normal;
	color: #1d3457;
	width:87px;
	cursor:hand;
	border-bottom:1px solid #b0cae3;	
}

.l1{
	background-image:url(/images/home_62.gif);
	cursor:hand;
}

.l2{
	background-image:url(/images/home_63.gif);
	cursor:hand;
}

.l3 {
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #0158a7;
	background-color:#FFFFFF;
}
.l4 {
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #0158a7;
	background-color:#EBF4FB;
	border-bottom:1px solid #b0cae3;
}

.r1{
	background-image:url(/images/home_64.gif);
	cursor:hand;
}

.r2{
	background-image:url(/images/home_65.gif);
	cursor:hand;
}

#content1,#content2{
	white-space:nowrap;
	word-break:keep-all;
	vertical-align:top;
}

#content3,#content4{
	white-space:nowrap;
	word-break:keep-all;
	vertical-align:top;
}

/*购房部分样式*/
.gfb1 {	
	background:url(/images/home_164.gif) repeat-x;   
	color:#0158a7;
	cursor:hand;
	text-align:center;
	font-size: 14px;
	font-weight: bold;	
	padding:3 0 0 0;
}
.gfb2 {	
	background:url(/images/home_166.gif) repeat-x;   
	color:#0158a7;
	cursor:hand;
	text-align:center;
	font-size: 14px;
	padding:3 0 0 0;
}
.ph1 {
	background:url(/images/home_104.gif) repeat-x 0 0 1px;   
	color:#0158a7;
	cursor:hand;
	text-align:center;
	font-size: 14px;
	font-weight: bold;	
	padding:3 0 0 0;
}
.ph2 {
	background:url(/images/home_106.gif) repeat-x;   
	color:#0158a7;
	cursor:hand;
	text-align:center;
	font-size: 14px;
	padding:3 0 0 0;
}

/*视频部分样式*/
.sp1 {
	background:url(/images/home_104.gif) repeat-x;   
	color:#0158a7;
	cursor:hand;
	text-align:center;
	font-size: 14px;
	font-weight: bold;	
	padding:3 0 0 0;
}
.sp2 {
	background:url(/images/home_106.gif) repeat-x;   
	color:#0158a7;
	cursor:hand;
	text-align:center;
	font-size: 14px;
	padding:3 0 0 0;
}
.mrt1 {
	background:url(/images/home_164.gif) repeat-x;   
	color:#0158a7;
	cursor:hand;
	text-align:center;
	font-size: 14px;
	font-weight: bold;	
	padding:3 0 0 0;
}
.mrt2 {
	background:url(/images/home_166.gif) repeat-x;   
	color:#0158a7;
	cursor:hand;
	text-align:center;
	font-size: 12px;
	padding:3 0 0 0;
}
/*互动部分样式*/
.zx1 {
	background:url(/images/home_104.gif) repeat-x;   
	color:#0158a7;
	cursor:hand;
	text-align:center;
	font-size: 14px;
	font-weight: bold;	
	padding:3 0 0 0;
}
.zx2 {
	background:url(/images/home_106.gif) repeat-x;   
	color:#0158a7;
	cursor:hand;
	text-align:center;
	font-size: 14px;
	padding:3 0 0 0;
}

a.linkqz:link {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a.linkqz:visited {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a.linkqz:hover {
	font-size: 12px;
	color: #ff0000;
	text-decoration: underline;
}

/* 底 ———————————————————————————————————————————— */
.bottom{ width:975px; padding-left:10px; height:150px;  margin-top:7px; text-align:center; color:#888888;}
.bottombar a{ font:12px; color:#000; text-decoration:none;}
.bottombar{ text-align:center;  margin-top:4px; width:960px; border-top:#a9cee9 2px solid; height:50px; font:12px; line-height:20px; padding-top:10px; float:left; margin:5px 0 0 0;}