@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

a {noFocusLine:expression(this.onFocus=this.blur())} /* For IE, onFocus 的 F 要大寫*/
:focus {-moz-outline-style: none} /* For Firefox */

body {
	margin-left: 0px;
	margin-top: 0px;
	background-position:50% 0%;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-x;
	}
#index {
	background-image:url(images/bg_index.jpg);
	width:1000px;
	margin:0 auto;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	height: 800px;
}
#index2 {
	background-image:url(images/bg_index.jpg);
	width:1000px;
	margin:0 auto;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	height: 800px;
	position: relative;
}
#header {
	width:1000px;
	margin:0 auto;
	position: relative;
	height: 110px;
}
	#logo {
	width:310px;
	position: absolute;
	left: 10px;
	top: 10px;
	}
#left {
	width: 950px;
	position: relative;
	float: left;
	margin: 0 auto;
}
#left_map {
	position: absolute;
	top: 0px;
	left: 30px;
	width:950px;
	font-size: 15px;
	line-height: 22px;
	color: #333333;
	letter-spacing: 1px;
	text-align: justify;
}

#right {
	width: 360px;
	position: absolute;
	margin: 0 auto;
	left: 30px;
	top: 1300px;
}

#footer {
	width:1000px;
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: top center;
	height: 70px;
	clear: both;
	position: relative;
	top: 1200px;
}
#footer_logo {
	width:200px;
	position: absolute;
	left: 40px;
	top: 10px;
}
#footer_txt {
	width:610px;
	position: absolute;
	top: 20px;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	letter-spacing: 1px;
	left: 250px;
}
#footer_txt a:link{
	color: #333333;
	text-decoration: none;
}
#footer_txt a:hover{
	color: #333333;
	text-decoration: none;
}
#footer_txt a:visited{
	color: #333333;
	text-decoration: none;
}

.c12 {
	font-size: 15px;
	line-height: 22px;
	color: #333333;
	letter-spacing: 1px;
}
