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

body {
	/*background-image: url("../images/bg.jpg");*/
	font-family:Arial, Helvetica, sans-serif;
	background-repeat:no-repeat;
	font-size:14px;
	background-color:#fff;
	color:#333;
}
a:link , a:visited , a:active {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color:#d60d7f;
}
hr {
	border:none dotted thin;
	background-color:#ccc;
	height:1px;
}
h2 {
	font-size:18px;
	font-weight:bolder;
	color:#333;
	padding:0;
	margin:0;
}
h3 {
	font-size:16px;
	font-weight:bolder;
	color:#76a737;
	padding:0;
	margin:0;
}
a:normal, a:visited, a:active {
	color:#333;
}
a:hover {
	color:#76a737;
}
.menu {
	width:950px;
	height:38px;
	-moz-box-shadow: 0 0 10px #333;
	-webkit-box-shadow: 0 0 10px #333;
	box-shadow: 0 0 10px #333;
	position:relative;
	z-index:2;
}
.menu img, .menu a {
	float:left;
}
.login {
	background-image:url("../images/login/bg.png");
	width:227px;
	height:121px;
	position:absolute;
	top:10px;
	left:50%;
	z-index:1;
	color:white;
	margin-left:248px;
	-moz-box-shadow: 0 10px 10px #333;
	-webkit-box-shadow: 0 10px 10px #333;
	box-shadow: 0 10px 10px #333;
}
.login input {
	width:120px;
}
.login tr, .login td {
	height:20px;
	margin:0;
	padding:0;
	padding-left:10px;
	padding-top:5px;
}
.bt_submit {
	background:none;
	border:0;
	background-image:url("../images/login/submit.png");
	width:120px;
	height:20px;
}
.bt_submit:hover {
	background:none;
	border:0;
	background-image:url("../images/login/submit-over.png");
	cursor:pointer;
	width:120px;
	height:20px;
}
.banner {
	z-index:2;
	position:relative;
	-moz-box-shadow: 0 0 10px #333;
	-webkit-box-shadow: 0 0 10px #333;
	box-shadow: 0 0 10px #333;
}
.shadow {
	width:950px;
	height:380px;
	background-image:url("../images/content/product/shadow.png");
	position:absolute;
	top:380px;
	left:50%;
	margin-left:-475px;
	z-index:1;
}
.content_bg {
	width:908px;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-moz-box-shadow: 0 0 10px #333;
	-webkit-box-shadow: 0 0 10px #333;
	box-shadow: 0 0 10px #333;
	background-color:#eee;
	border:solid thin white;
	position:relative;
	z-index:2;
	padding:20px;
}
.content_left {
	width:180px;
	float:left;
}
.content_right {
	width:680px;
	float:left;
	padding-left:30px;
	border-left:solid thin #666;
	text-align:justify;
}
.content_right_1 {
	width:250px;
	float:left;
}
.content_right_2 {
	width:430px;
	float:left;
}
.bt_view {
	-moz-box-shadow: 0 0 5px #333;
	-webkit-box-shadow: 0 0 5px #333;
	box-shadow: 0 0 5px #333;
}
.town {
	width:100%;
	height:80px;
	background-image:url("../images/town.png");
}
.footerbar {
	width:100%;
	height:60px;
	background-color:#202020;
}
.footer {
	color:#ccc;
	text-align:center;
	padding-top:15px;
	font-size:10px;
}