html,body{
	margin:0px;
	padding:0px;
	
}
body{
	font-family: Arial;
}
a{
	text-decoration: none;
	cursor: pointer;
}
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%;
	padding-top:0px;
	height: 115px;
	background: url(../img/top_bg.gif) repeat-x 0px -15px;
}
#header #language{
	font-weight: bold;
	height: 20px;
	line-height: 30px;
	font-size: 14px;
	font-family: arial;
	text-align: right;
}
#header #language a{
	color: #fff;
}
#logo{
	display: block;	
	height: 95px;
	width: 734px;
	float: left;
	overflow: hidden;
}
#logo a{
	width: 100%;
	height: 100%;
	text-indent: -100000px;
	background: url(../img/logo.png) no-repeat;
	display: block;
}
#footer{
	font-family: arial;
	padding:10px 0px;
	line-height:25px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	background: #8CB91E;
}
#footer div,#footer span{
	color: #fff!important;
}
#footer a{
	color: #fff;
}
#footer a:hover,a:focus{
	color: #eee;
	text-decoration: underline;
}
.con{
	display: block;
	clear: both;
	width: 960px;
	margin-left: auto;
	margin-right:auto;
}
.left{
	float: left;
}
.right{
	float: right;
}

.clear{
	display: block;
	width: 100%;
	clear: both;
}
#nav{
	height: 46px;
	line-height: 46px;
	background: url(../img/nav_bg.gif) repeat-x;
}
#nav .con{
	font-size: 15px;
	position: relative;
}
#nav .con > a{
	float: left;
	color: #fff;
	display: block;
	width: auto;
	text-align: center;
	height:46px;
	line-height: 46px;
	margin-right:5px;
	padding-left: 17px;
	padding-right: 17px;
}
#nav .con > a:first-child{
  padding-left: 30px;
	padding-right: 30px;
}
#nav .con > a.hover-top{
	font-weight: bold;
	background: #fff;
	color:#333;
}
#nav .con > a.hover{
	font-weight: bold;
	background: #EBFCC2;
	color:#333;
}
#nav .con > a:hover{
	background: #fff;
	color:#333;
	font-weight: bold;
}
#nav .con > a.hover-top:hover{
	background: #fff;
	color:#333;
	font-weight: bold;
}
#nav .con div{
	background: #fff;
	display: none;
	z-index: 9999;
	position: absolute;
	top:45px;
	width:108px;
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	border-top: 1px solid #E5E5E5;
}
#nav .con div a{	
	text-align: center;
	display: block;
	height: 45px;
	line-height: 45px;
	color:#333;
	border-bottom: 1px solid #E5E5E5;
}
#nav .con div a:hover{
	color:#874000;
	background: #f8f8f8;
}
#nav #type-top-son1{
	left: 99px;
}
#nav #type-top-son2{
	left: 198px;
}
.bg-green{
	background: #8CB91E;
	height: 38px;
	line-height: 38px;
	border-radius: 6px;
}
/*列表的翻页样式*/
.page{
	color: #666;
	text-align: center;
	display: block;
	clear: both;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	margin-top:20px;
}
.page li{
	display: inline-block;
}
.page li.thisclass{
	font-weight: bold;
}
.page li.thisclass a{
	color: #333;
}
.page li a{
	color: #666;
	padding:0px 5px;
}
.page li a:hover{
	color: #418700;
	text-decoration: underline;
}
.clearfix{
	width: 100%;
	height: 0px;
	clear: both;
}