@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	-o-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	}
body{
	background:url(bg.jpg) repeat-x;
	font-family: 'Open Sans', sans-serif;
	}
a{
	text-decoration:none;
	}
img{
	border:none;
	}
#bg{
	width:100%;
	overflow:hidden;
	background:url(green.png) no-repeat top center;
	}
#head{
	width:950px;
	overflow:hidden;
	margin-left:auto;
	margin-right: auto;
	height:100px;
	}
#page{
	box-shadow:0 0 10px #666; 
	width:950px;
	overflow:hidden;
	margin-left:auto;
	margin-right: auto;
	background:#FFF;
	margin-bottom:30px;
	border-radius:10px;
	}
#header{
	padding:10px;
	width:100%;
	overflow:hidden;
	background:url(header.jpg) repeat-x;
	}
.logo{
	width:600px;
	height:120px;
	float:left;
	background:url(logo.png) no-repeat;
	}
.hright{
	float:right;
	}
#menu{
	height:45px;
	width:100%;
	overflow:hidden;
	background:#768e12;
	}
#menu ul{
	list-style:none;
	}
#menu ul li{
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	}
#menu ul .sep{
	width:2px;
	float:left;
	height:50px;
	background:url(sep.png) no-repeat;
	}
#menu ul li a{
	color:#FFF;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:30px;
	padding-right:30px;
	font-weight:bold;
	}
#menu ul li a:hover{
	color:#EDEF00;
	}
#banner{
	width:100%;
	overflow:hidden;
	height:350px;
	background:#666;
	}
#fshadow{
	width:100%;
	overflow:hidden;
	height:20px;
	background:url(fshadow.png) no-repeat center top;
	}
#main{
	padding:10px;
	width:100%;
	overflow:hidden;
	}
.mleft{
	float:left;
	overflow:hidden;
	width:220px;
	}
.mleft h2{
	font-size:20px;
	background:#768D18;
	color:#FFF;
	padding:5px;
	border-radius:5px;
	}
.mleft ul li{
	margin-left:5px;
	border-bottom:1px dotted #393;
	padding:5px;
	list-style:none;
	padding-left:20px;
	background:url(arr.png) no-repeat 0px 10px;
	}
.mleft ul li a{
	font-size:13px;
	color:#393;
	}

.mright{
	width:690px;
	float:right;
	overflow:hidden;
	}
.mright h1{
	border-bottom:1px dotted #333;
	font-size:27px;
	}
.mright p{
	margin-top:5px;
	font-size:13px;
	line-height:1.8em;
	text-align:justify;
	}
.row{
	margin-top:10px;
	overflow:hidden;
	width:100%;
	}

#footer{
	height:330px;
	width:100%;
	overflow:hidden;
	background:#768d18;
	background:url(footer.jpg) no-repeat left bottom;
	}