body{
	background: url(../images/bg2.png) repeat-x;
	background-color:#f4f3ef;
}

#slideshow2{
	width:1000px;
	height:195px;
	margin:10px auto;
	background:url(../images/contactus.png) no-repeat;
}

#news_main{
	position: relative;
	width:1000px;
	margin:10px auto;

}

#news_main section#right{
	position:relative;
	float:right;
	width:998px;
	border:1px solid #dfdfdf;
	border-top: none;
}

#news_main section#right .title{
	position: relative;	

	width:998px;
}

#news_main section#right .title span.p{
	margin-left:100px;
	color:#333;
}

#news_main section#right .content{
	width:100%;
	position: relative;
	background-color: #fff;
	float:left;
}

#news_main section#right .content .contactus_container{
	position: relative;
	width:95%;
	height:320px;
	margin:0 auto;
	padding:20px 0;
}


#news_main section#right .content .contactus_container .map{
	float:left;
	width:480px;
	height:320px;
	background-color:#eee;
}

#news_main section#right .content .contactus_container .map img{
	padding:5px;
	border:1px solid #dfdfdf;
	background-color: #fff;
}

#news_main section#right .content .contactus_container .desc{
	float:right;
	width:430px;
	height:320px;
}

#news_main section#right .content .contactus_container .desc p{font-size:14px;height:30px;line-height: 30px;}

#news_main section#right .content .contactus_container .desc p.bold{
	font-weight: bold;
	font-family: "微软雅黑";
	margin-top:10px;
}

#news_main section#right .content .contactus_container .desc h4{
	height:40px;
	font-size:18px;
	font-weight: bold;
	font-family: "微软雅黑";
	border-bottom: 1px solid #eee;
}

footer{
	position: relative;
	float:left;
	width:100%;
	height:184px;
	margin-top:20px;
	background:url(../images/footer_bg.png) repeat-x;
}