 /* CSS Document */
@charset "utf-8";
html,body{

	height: 100%;
	font-family: 微软雅黑;
	background: #f4f4f4;
	-moz-osx-font-smoothing: grayscale;/*firefox*/
	-webkit-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	background: url(../images/bg.jpg);
	
}
body,div,p,a,table,td,textarea,form,input,img,ul,li,dl,dt,dd,h1,h2,h3,h4 {

	margin:0; 
	padding:0; 
	font-weight:normal; 
	font-size:12px; 
	font-family: 微软雅黑;
	-webkit-font-smoothing: subpixel-antialiased; /*chrome、safari*/
	-moz-osx-font-smoothing: grayscale;/*firefox*/
}
body{

	font-size:12px; 
	font-family: 微软雅黑;
	-moz-osx-font-smoothing: grayscale;/*firefox*/
	-webkit-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
}
ul,ol{

	list-style:none;
}
img{

	border:0;
}
a{

	color:#333; 
	text-decoration:none;
}
a:hover{

	outline:0;
}
.header{

	width: 1200px;
	margin: 0px auto;
	height: 85px;
	overflow: hidden;
}
.logo{

	float: left;
	padding-top: 18px;
}
.menu{

	float: right;
}
.menu-list{

	float: left;
	width: 140px;
	height: 80px;
	text-align: center;
	display: block;
	margin-right: 1px;
}
.menu-list a{

	font-size: 16px;
	color: #000;
	display: block;
	padding-top: 20px;
}
.menu-list span{

	color: #666;
	font-size: 12px;
}
.menu-list a:hover{

	color: #fff;
	background: #40b241;
	width: 140px;
	height: 60px;
	display: block;
	padding-top: 20px;
}
.menu-list a:hover span{

	color: #fff;
}
.menu-list .cut{

	color: #fff;
	background: #40b241;
	width: 140px;
	height: 60px;
	display: block;
	padding-top: 20px;
}
.menu-list .cut span{

	color: #fff;
}
.footer{

	overflow: hidden;
	width: 100%;
	min-width: 1200px;
	height: 80px;
	background: #000;
	line-height: 80px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	margin-top: 60px;
}