html,body{
	margin:0px;
	padding:0px;
}
body{
	font-family: '宋体'/Arial;
	/*background-color: #E2E9F1;*/
}
a{
	text-decoration: none;
	cursor: pointer;
	color: #00346F;
}
ul,li,dl,dt,dd{
	margin: 0px;
	padding:0px;
	list-style: none;;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
}
h1,h2,h3,h4{
	margin: 0px;
	padding:0px;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
	font-weight: normal;
}
p{
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
	margin:0px;
	padding:0px;
}
#header{
	width:100%;
}
#header #language{
	font-weight: bold;
	height: 20px;
	line-height: 30px;
	font-size: 14px;
	font-family: arial;
	text-align: right;
}
#header #language a{
	color: #00346F;
}
#logo{
	display: block;	
	width: 100%;
	overflow: hidden;
}
#logo a{
	width: 100%;
	height: 100%;
	display: block;
}
#footer{
	height:45px;
	line-height:45px;
	text-align: center;
	font-size: 12px;
	color: #999;
	margin-top: 15px;
}
.con{
	display: block;
	clear: both;
	margin-left: auto;
	margin-right:auto;
	background-color: #fff;
	width: 940px;
	margin-bottom: 10px;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	display: block;
	width: 100%;
	clear: both;
}
#nav{
	margin-top: 10px;
}
#nav .con{
	background-color: #8CB91E;
	font-size: 15px;
	position: relative;
	height: 38px;
	line-height: 38px;
}
#nav .con > a{
	float: left;
	color: #fff;
	display: block;
	padding:0px 20px;
	text-align: center;
	line-height: 38px;
	margin-right:5px;
	font-weight: bold;
}
#nav .con > a:hover,#nav .con > a.hover{
	border-top:1px solid #efefef;
	border-left:1px solid #efefef;
	border-right:1px solid #efefef;
	background: #fff;
	color:#333;
	padding:0px 19px;
}
#nav .con div{
	left: 90px;
	background: #fff;
	display: none;
	z-index: 9999;
	position: absolute;
	top:38px;
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	border-top: 1px solid #E5E5E5;
}
#nav .con div a{
	padding:0px 10px;	
	font-size: 13px;
	text-align: center;
	display: block;
	line-height: 35px;
	color:#333;
	border-bottom: 1px solid #E5E5E5;
}
#nav .con div a:hover{
	color:#874000;
	background: #f8f8f8;
}