@charset "utf-8";
/* CSS Document */
* {
	font-size: 14px;
	font-family:tahoma;
}
body, html {
	margin:0;
	padding:0;
}
ul, li {
	margin:0;
	padding:0;
}
a {
	text-decoration: none;
}
img {
	border: none;
}
textarea {
	resize:none;
}

div.panel {
	width: 970px;
	padding: 0 15px;
	margin: 0 auto;
	position: relative;
}
a.banner {
	
}
a.banner img {
	width: 100%;
}
div.backHome {
	position: absolute;
	right: 65px;
	top: 35px;
	width: 60px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	color: #e5f9e6;
	background-color: #479b4c;
	cursor: pointer;
	font-weight: bold;
	z-index: 20;
}
div.wraper {
	border: 1px solid #ccc;
	padding: 25px 0;
}

div.footer {
	background: url('../images/footer.png') no-repeat center center;
}
div.footer div.footerLine {
	margin: 3px auto;
	text-align: center;
}
div.footer div.footerLine a {
	padding: 0 10px;
	border-left: 1px solid #ddd;
	font-size: 12px;
	color: #000;
}
div.footer div.footerLine a:first-child {
	border-left: none;
}
div.footer div.footerLine span  {
	font-size: 10px;
}