body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #64A026;

}

a {
	color:#ffffff;
	text-decoration:underline;

}
a:hover { color:#ffff00;text-decoration:underline;}
.main {
	height: 650px;
	width: 1000px;
	margin:auto;
}
.main .nav {

	height: 40px;
	width: 959px;
	background-color: #5E9A22;
	border-bottom-style:solid;
	border-bottom-color:#FFFFFF;
	border-bottom-width:1px;fgt
}
.top {}
.top {
	margin: 0px;
	padding: 0px;
}

.menu {
	width:850px;
	margin:auto;
	padding: 0px;
	font-family: "微软雅黑";
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu ul {
	padding:0;
	margin:0;
	list-style-type: none;
	height: 40px;
	text-align: left;
}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
.menu ul li {
	float:left;
	position:relative;
	height: 40px;
	padding-right: 25px;
	padding-left: 25px;
	text-align: left;
	font-size:13px;
}



/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu ul li a, .menu ul li a:visited {
display:block; 
text-align:left; 
text-decoration:none; 
height:40px; 
color:#fff; 
line-height:40px; 
font-size:13px;
}
.menu .current {
	width: 180px;
}
/* make the dropdown ul invisible */
.menu ul li ul {
display: none;
}
/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu ul li:hover a {
color:#fff; 
background:#5E9A22;
}
/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li:hover ul {
display:block; 
position:absolute; 
top:40px; 
left:0; 
width:180px;
}
/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li a {
display:block; 
background:#fff; 
color:#000;
width:180px;
font-size:11px;
text-indent:15px;
}
/* style the background and forground colors of the links on hover */
.menu ul li:hover ul li a:hover {
	background:#fff;
	color:#000000;
}
.main2 {
	height: 477px;
	width: 900px;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 30px;
	font-family: "微软雅黑";
	line-height: 20px;
}
.main2 h1 {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
}

.main3 {
	height: 477px;
	width: 900px;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	color: #eee;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 30px;
	font-family: "微软雅黑";
	line-height: 20px;
}
.main3 h1 {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	color: #FFFFFF;
}
.navi {
	float: left;
	width: 220px;
	height: 1400px;
	background-color:#75B12E;
	margin-right: 34px;
}
.navi ul {
	list-style-type: none;
	display: block;

}
.navi li {
	line-height: 35px;
	height: 35px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	display:block;

}


#contactForm label {
	height: 30px;
	line-height: 40px;
}
.main2 h2 {
	font-size: 13px;
	font-weight: normal;
}

.main3 h2 {
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}
.cw li {
	display: block;
	width: 30%;
	padding:0px;
	float: left;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;

}


.cw img {
	-webkit-filter: drop-shadow(2px 2px 2px rgba(0,0,0,.2)); /*考虑浏览器兼容性：兼容 Chrome, Safari, Opera */

                filter: drop-shadow(2px 2px 2px rgba(0,0,0,.2));
				border:solid;
				border-width:1px;
}
