@charset "utf-8";



body {
 font: 12px/1.231 SimSun, arial, helvetica, clean, sans-serif;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, tr, table {
 margin: 0;
 padding: 0;
}
fieldset, img {
 border: 0;
}
a img {
 border: 0;
}
address, caption, cite, code, dfn, strong, th, var, optgroup {
 font-style: inherit;
 font-weight: inherit;
}
em {
 font-style: normal;
}
b, strong {
 font-weight: bold;
}
del, ins {
 text-decoration: none;
}
li {
 list-style: none;
}
caption, th {
 text-align: left;
}
h1, h2, h3, h4, h5, h6 {
 font-size: 100%;
 font-weight: normal;
}
q:before, q:after {
 content: '';
}
abbr, acronym {
 border: 0;
 font-variant: normal;
}
sup {
 vertical-align: baseline;
}
sub {
 vertical-align: baseline;
}
legend {
 color: #000;
}
a {
 text-decoration: none;
}
table {
 border-collapse: collapse;
 border-spacing: 0;
}

.clear {
 clear: both;
}

.clearfix {
*zoom:1;
}
.clearfix:after {
 display: table;
 line-height: 0;
 content: "";
 clear: both;
}
.nav {
  background-color: #098346;
  line-height: 40px;
  height: 40px ;
  width: 980px;
  margin: 10px auto;
  display: flex;
}
.nav li {
  flex-grow: 1;
  border-right: 1px solid #FFFFFF;
}
.nav li:last-child{
	border-right: 0px;
}
.nav a {
  display: block;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-size: 14px;
}

#banner {
 margin: 0 auto;
 height: 226px;
 width: 980px;
}

#bottom {
 border-top: 5px solid #128043;
 width: 980px;
 height: 50px;
 margin: 20px auto 0;
}