/* CSS Document */
* {
	margin: 0;
	padding: 0;
	list-style: none;
}
body {
	background: #fff;
	font: normal 16px/22px 微软雅黑;
}
img {
	border: 0;
}
a {
	text-decoration: none;
	color: #333;
}
li
{
	border: none;
}

a:hover {
	color: #FF8400;
}
#bg
{
	width:100%;
	margin:0 auto;
}
#logo {
	width: 1200px;
	height: 100px;	
	margin: 0 auto;
}
#logo_left {
	float: left;
	padding:20px 447px 20px 54px;
}
#logo_right {
	float: left;
	padding:10px 0 9px 0;
}

/* 本例子css */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.navBar {
	position: relative;
	z-index: 1;
	padding-left: 10px;
	height: 60px;
	line-height: 60px;
	background: url(../images/line.gif) repeat-x 0 bottom #fff;
	color: #333;
	background: #00cc67;
}

.nav {
	position: relative;
	width: 1050px;
	margin: 0 auto;
	font-family: "Microsoft YaHei", SimSun, SimHei;
	font-size: 16px;
}
.nav a {
	color: #fff;
}
.nav h3 {
	font-size: 100%;
	font-weight: normal;
}
.nav .m {
	float: left;
	position: relative;
	z-index: 1;
}
.nav .s {
	float: left;
	width: 3px;
	text-align: center;
	color: #D4D4D4;
	font-size: 12px;
}
.nav h3 a {
	display: block;
	width: 124px;
	text-align: center;

}
.nav h3 a:hover{
	color:#ff6501;
}
.nav .sub {
	display: none; /*默认隐藏*/
	position: absolute;
	left: -3px;
	top: 60px;
	z-index: 1;
	width: 150px;
	border: 1px solid #E6E4E3;
	border-top: 0;
	background: #fff;
}
.nav .sub li {
	text-align: center;
	margin-bottom: -1px;
}
.nav .sub li a {
	display: block;
	border-bottom: 1px solid #E6E4E3;
	padding: 8px 0;
	height: 28px;
	line-height: 28px;
	color: #00cc67;
}
.nav .sub li a:hover {
	color: #fff;
	background: #FE7700;
}
.nav .block {
	height: 3px;
	width: 130px;
	background: #FE7700;
	position: absolute;
	left: 0;
	top: 57px;
	overflow: hidden;
}
/* 本例子css */


#footer {
	margin-top: 10px;
	height: 100px;
	background: #00cc67;
}
#footer p {
	color: #FFF;
	padding-top: 5px;
	text-align: center;
	font-size: 12px;
	font-family: "微软雅黑";
}
#footer a:hover{
	color:#ccc;
}
.clear
{
	clear:both;
}
