@charset "utf-8";
/* CSS Document */

body {
	padding: 0px;
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	width: 960px;
	height: auto;
		}
.header {
	width: 960px;
	height: 100px;
	background-color: white;
	margin: 0px;
	padding: 0px;
	}
	
.header img {
	float:left;
	position: relative;
	margin-top: 15px;
	height: 80px;
	width: 302px;
	background-repeat: no-repeat;
	}

.header .sublinks {
	width: 550px;
	height: 100px;
	float: right;
	background-image: url(style_res/header_img.jpg);
	}
	
.header .sublinks a {
	text-decoration: none;
	float: right;
	margin-top: 10px;
	margin-right: 25px;
	color: #019330;
	font-family: "宋体","ＤＦ中太楷書体", "仿宋";
	font-size: 16px;
	font-weight: 700;
	}
	.header .sublinks a:hover{
		color: black;
		}
.header .sublinks button:hover {
	color: #3C0;
	cursor: pointer;	
	}
	
#top_nav{
	display:block;
	background-color: #019330;
	border:1px solid #008000;
	font:bold 16px Sans-serif;
	height:35px;
	width:958px;
	margin:0px 0px;
		
}

#top_nav ul{
	margin:0px;
	padding:0px;
}

#top_nav li{
	position:relative;
	float:left;
	list-style-type:none;
	z-index: 40;
}

#top_nav li:hover ul{
	display:block;
}

#top_nav ul:after{
	
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

#top_nav li a{
	text-decoration:none;
	display:block;
	color:white;
	border-right:1px solid #019330;
	padding: 8px 14.5px;
	    font-size: 15px;
    font-family: 宋体;
}

#top_nav ul ul{
	
}

#top_nav ul ul li {
 
	
}

#top_nav ul ul li a {
	    padding: 2px; 
		    font-size: 12px;
}
.wp_nav .sub-nav .nav-item .mark {
    background: #fff;
    background-color: #019330;
    opacity: .90;
}
.wp_nav .sub-nav .nav-item a span.item-name {
    text-indent: 10px;
}
.wp_nav .sub-nav .nav-item a.parent:hover {
  
    background-color: #0C0;
}
#top_nav li a:hover{
	color:red;
}

#top_nav li:hover{
	background-color: #0C0;
}

#top_nav ul ul li:hover{
	background-image:none;
}

.container {
	width: 960px;
	min-height: 750px;
	background-color: #DBFECF;
	z-index: -1;
	}
	
#newsbar {
	width: 860px;
	height: 20px;
	margin: auto;
	background: rgb(102,204,204);
	}
#newsbar h5 {
	margin: 0px;
	color: white;
	padding-top: 2px;
	}

.container img {
		
	}
.container h3 {
	font-weight: bolder;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
	margin: auto;
	padding: 0px 100px 0px 100px;
	text-align: center;
	padding-top: 50px;
	color: #003500;			
	}
.container h6 {
	padding: 0px 100px;
	font-weight: bolder;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #003500;
	}
.container p {
	font-size: 16px;
	text-align: justify;
	padding: 15px 100px 0px 100px;
	word-spacing: 4px;
	margin: auto;
	color: #666;
	text-indent: 50px;
	}

.container .slider {
	width: 860px;
	height: 320px;
	margin: 20px auto auto 47px;
	border: medium outset #d6d6d6;
	box-shadow: 0px 5px 20px black;
	overflow: hidden;
	}

.container .slider .picture {
	width: 840px;
	height: 300px;
	margin: 9px auto auto 9px;
	}
.container .news {
	width:550px;
	height: 290px;
	float: left;
	margin: 30px 0 0 10px;
	border-style: solid;
	border-color: #019330;
	}
.container .news .newshead {
	width: 550px;
	height: 25px;
	background-color: #019330;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	}
.container .news .newshead a {
	margin: 0px;
	padding-right: 20px;
	float: right;
	padding-top: 3px;
	text-decoration: none;
	color: #FFF;
	}
.container .news .newshead a:hover {
	color: #030;
	}
#newsbox {
	width: 530px;
	height: auto;
	padding: 0px;
	margin-left: 10px;
	}
#newsbox p {
	margin: auto;
	padding: 0px;
	padding-left: 5px;
	position: relative;	
	}
#newsbox a {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
		}
#newsbox a:hover {
	color: #3C0;
	}	
#newsbox li {
	font-family:"Times New Roman", Times, serif;
	text-align:left;
	margin: 0px;
	font-size:13px;
	text-align: left;
	list-style-position: inside;
	list-style-type: square;
	}
.container .events {
	width: 350px;
	height: 290px;
	float: right;
	margin: 30px 10px 0 0;
	border-style:  solid;
	border-color: #019330;
	}
.container .events .eventshead {
	width: 350px;
	height: 25px;
	background-color: #019330;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	}
.container .events .eventshead a {
	margin: 0px;
	padding-right: 20px;
	float: right;
	padding-top: 3px;
	text-decoration: none;
	color: #FFF;
	}
.container .events .eventshead a:hover {
	color: #030;
	}

.container .events .eventimg {
		margin: 0px;
		height: 75px;
		width: 330px;
		float: left;
		}
.container .events .eventimg img {
	margin-top: 5px;
			width: 80px;
			height: 60px;
			float: left;
			}
.container .events .eventimg .eventheading {
			margin-top: 5px;
			width: 240px;
			height: 60px;
			float: right;
			
		}
.container .events .eventimg .eventheading a{
	text-decoration: none;
	color: #000;
		
	}
.container .events .eventimg .eventheading a:hover {
	color: #3C0;
	}
.container .events .eventimg .eventheading h5 {
	margin: 0px;
	font-size: 12px;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
			}
.newsevent img {
	height: 400px;
	width: 650px;
	margin-top: 40px;
	border: thin solid #000;	
	}
	
#footer {
	width: 960px;
	height: 50px;
	background-color: #019330;
	}
#footer p {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 12px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	}
ul, li {
margin: 0px;
padding: 0px;
list-style: none;
}
.container .news div#newsbox li {
    line-height: 30px;
}
.wp_nav .nav-item a span.item-name {
    display: inline-block;
    padding: 0px !important;
    line-height: 20px !important;
    cursor: pointer;
}



.container div#list li.clearfix {
    line-height: 40px;
    color: #333;
}




























