*{
	margin:0px;
	padding:0px;
}
body{
	background:url(imagesbody_bg.jpg)
}
img{
	border:0px;
}
#banner{
	width:100%;
	height: 100px;
	overflow:hidden;
	background:url(imagesbanner_bg.png); 
}
.logo{
	float:left;
	width: 236px;
	height: 100px;
	margin: 0px 0px 0px 97px;
}
.top_nav{
	float: left;
	overflow: hidden;
	width:400px;
	margin: 62px 0px 0px 515px;
}
.top_nav li{
	list-style: none;
	display:block;
	float: right;
}
.top_nav li a{
	display:block;
	padding:7px 10px 0px 10px;
	display:block;
	height:25px;
	font-family: Tahoma, serif,"Microsoft YaHei";
	text-align:center;
	text-decoration: none;
	color: rgb(0,0,0);
}
.top_nav li a:hover{
	cursor:pointer;
	background:rgb(0,0,0);
	color:#FFFFFF !important;
}
#main{
	width:1024px;
	margin:0px auto;
	position: relative;
	text-align:center;
	box-shadow: 2px 2px 2px #E8E8E8, -2px -2px 2px #E8E8E8;
	border: 1px solid #DFDFDF;
	margin:10px auto;
}
.map_l{
	width:1000px;
	overflow:hidden;
	margin:10px auto;	
}
.map_l img{
	width:100%;
}
._title p{
	text-align:center;
	padding:7px 16px;
	font-size: 30px;
	font-weight: 700;
}
.content_words{
	margin: 10px 0px;
}
.content_words p{
	margin: 5px auto;
	text-align:left;
	text-indent:2em;
}
._icon{
	position:fixed;
	width:150px;
}

._icon img{
	width:100%;
}

.footer{
	border-top:rgb(191,191,191) 1px solid;
	padding:20px;
	text-align: center;
	font-family: Tahoma, serif,"Microsoft YaHei";
}
.friend_link{
	overflow:hidden;
	margin:0px auto;
	width: 1140px;
}
.friend_link li{
	list-style: none;
	float: left;
	padding:0px 8px;
	color:rgb(69, 69, 75);
}
.friend_link li a{
	color:rgb(69, 69, 75);
}
.copyright{
	color:#666666;
}
.copyright a{
	text-decoration:none;
	color:#666666;
}
