@charset "utf-8";
/* CSS Document */
body, h1, h2, h3, h4, h5, h6, p, blockquote, dl, dt, dd, ul, ol, li, form, fieldset, legend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
html, body {
	height: 100%;
	font-size: 12px;
	font-family: "微软雅黑", Arial, sans-serif;
	color: #595757;
	background: #fff;
}
a {
	color: #595757;
	text-decoration: none;
}
a:hover {
	color: #006033;
	text-decoration: underline;
}
img {
	border: 0 none;
}
ol, ul, li {
	list-style: none;
}
div, ul, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
input[type="submit"] {
	cursor: pointer;
}
button {
	cursor: pointer;
}
.clear {
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.box {
	width: 1310px;
	height: auto;
	margin: 0 auto;
}
.m1310 {
	min-width: 1310px;
}
.ov {
	overflow: hidden;
}
/*头部*/
.header {
	width: 1310px;
	height: 93px;
	padding: 5px;
	background: url(../images/bg_00.png) center center no-repeat;
	position: absolute;
	top: 60px;
	left: 50%;
	margin-left: -660px;
	z-index: 9999;
}
.header1 {
	width: 1310px;
	height: 93px;
	padding: 5px;
	background: url(../images/bg_00.png) center center no-repeat;
	position: absolute;
	top: 60px;
	margin:0 auto;
	

	z-index: 9999;
}
.bg{ width:1310px; margin:0 auto;}
.header .box {
	height: 93px;
	position: relative;
}
.logo {
	width: auto;
	height: auto;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
}
.logo a {
	display: block;
	width: 206px;
	height: 67px;
}
/*导航*/
.nav {
	width: 1085px;
	height: 93px;
	position: absolute;
	top: 0px;
	left: 206px;
}
.nav ul li {
	width: 135px;
	height: 93px;
	line-height: 93px;
	text-align: center;
	float: left;
	position: relative;
}
.nav ul li a {
	font-size: 19px;
	color: #006033;
}
.nav a:hover {
	text-decoration: none;
}
.nav_box {
	display: none;
	width: 1105px;
	height: auto;
	position: absolute;
	top: 93px;
}
.nav_box .nav_bg {
	width: 100%;
	height: 10px;
	background-image: url(../images/bg_01.png);
	background-repeat: no-repeat;
}
.nav_box .nav_box_con {
	width: 100%;
	height: auto;
	min-height: 248px;
	overflow: hidden;
	background: #fff;
}
.nav_box dl {
	width: 97px;
	height: auto;
	overflow: hidden;
	padding-top: 33px;
	padding-left: 64px;
	float: left;
}
.nav_box dl dd {
	width: 100%;
	height: 31px;
	line-height: 31px;
	padding-bottom: 2px;
	background: url(../images/bg_03.jpg) left bottom repeat-x;
	text-align: left;
	text-indent: 13px;
}
.nav_box dl dd a {
	font-size: 14px;
	color: #4c4948;
}
.nav_box dl dd a:hover {
	color: #006033;
}
.nav_box .nav_box_con .nav_con {
	width: 284px;
	height: auto;
	overflow: hidden;
	float: left;
	padding-left: 220px;
	padding-top: 24px;
	text-align: left;
}
.nav_box .nav_box_con .nav_con b {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 28px;
	line-height: 28px;
	font-weight: normal;
	font-size: 14px;
	color: #666464;
}
.nav_box .nav_box_con .nav_con span {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 144px;
	line-height: 24px;
	font-size: 13px;
	color: #595757;
	overflow: hidden;
}
.nav_box .nav_box_con .nav_con a {
	display: block;
	margin: 0 auto;
	width: auto;
	height: 24px;
	line-height: 24px;
	padding-left: 24px;
	background: url(../images/bg_02.jpg) left center no-repeat;
	font-size: 16px;
	color: #666464;
}
.nav_box .nav_box_con .nav_con a:hover {
	color: #006033;
}
.nav_box .nav_box_con .nav_img {
	width: 300px;
	height: auto;
	overflow: hidden;
	float: left;
	padding-top: 33px;
	padding-left: 61px;
}
.nav_box .nav_box_con .nav_img img {
	width: 300px;
	height: auto;
}
/*底部*/
.footer {
	width: 100%;
	height: 153px;
	overflow: hidden;
	border-top: 8px solid #eacc76;
	background: #006033;
}
.footer_con {
	height: auto;
	font-size: 14px;
	line-height: 30px;
	overflow: hidden;
	padding-top: 46px;
	color: #fff;
	text-align: center;
}
.footer_con span {
	font-size: 16px;
}
.footer_con a {
	color: #fff;
}
