@charset "utf-8";

/* CSS Document */

.banner{
	position:relative;
	left:50%;
	margin-left:-960px;}
.contentArea{
	width:1000px;
	margin:0 auto;
	padding-top:20px;}
.leftnav{
	float:left;}
.leftnav h2{
	width:190px;
	height:63px;
	background:#155eaa;
	color:white;
	font-size:25px;
	padding-left:21px;
	padding-top:36px;}
.leftnav h2 em{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	margin-top:8px;
	display:inline-block;}
.leftnav ul{
	border-left:1px solid #e7e6e6;
	border-right:1px solid #e7e6e6;}
.leftnav ul li{
	font-size:13px;
	color:#666;
	line-height:38px;
	height:38px;
	width:184px;
	border-bottom:1px solid #e7e6e6;
	padding-left:25px;}
.leftnav ul li:hover{
	background:#eeefeb;}
.rightArea{
	float:left;
	width:737px;
	min-height:400px;
	margin-left:38px;
	}
.position{
	width:752px;
	border-bottom:1px solid #999a9a;
	padding-bottom:9px;
	}
.position span{
	font-size:12px;
	color:#645b58;
	float:left;
	position:relative;
	top:7px;
	background:url(../image/house.jpg) left center no-repeat;
	padding-left:12px;}
.position span em{
	color:#155eaa;}
.fontArea{
	padding-top:18px;
	}
.secondNav li{
	float:left;
	width:79px;
	height:33px;
	background:#f7f0d6;
	line-height:33px;
	font-size:14px;
	color:#333333;
	margin-right:3px;
	text-align:center;}
.secondNav li:hover{
	border-bottom:3px solid #f30a00;
	height:30px;}
.imgArea{
	width:715px;
	margin:0 auto;
	padding-top:34px;}
.imgArea li{
	float:left;
	text-align:center;
	margin:0 26px;
	margin-bottom:20px;}
.imgArea li h3{
	font-size:12px;
	color:#333333;
	line-height:25px;}
.imgArea li img{
	border:1px solid #aaaaaa;
	padding:2px;
	width:180px;
	height:134px;}


/*******开始弹出样式********/
.overDiv{
	display:none;
	background-color: #000;
	width: 100%;
	height: 100%;
	left:0;
	top:0;/*FF IE7*/
	filter:alpha(opacity=80);/*IE*/
	opacity:0.8;/*FF*/
	z-index:99998;
	position:fixed!important;/*FF IE7*/
	position:absolute;/*IE6*/
	_top:       expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 :/*IE6*/
	document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);/*IE5 IE5.5*/
}
.pop{ width:550px; padding:10px; background:#fff; display:none; position:fixed; left:50%; top:100px; margin-left:-285px; z-index:99999;}
.pop .img img{ display:block; width:550px; height:400px;}
.pop .t{ width:100%; line-height:40px; float:left; }
.pop .t .fl{ float:left;}
.pop .t .close{ float:right; margin-top:10px;}
/*******结束弹出样式********/




