.header .nav {
  background: #2c991a;
  box-sizing: border-box;
  line-height: 70px;
  height: 70px;
  font-size: 20px;
  font-weight: bold;
}
.header .nav ul {
  width: 1380px;
  margin: 0 auto;
}
.header .nav ul li {
  float: left;
  color: #FFFFFF;
  width: 276px;
  position: relative;
  text-align: center;
}
.header .nav ul li a {
  display: block;
}
.header .nav ul li.active {
  background: #80c269;
}
.header .nav ul li:hover {
  background: #80c269;
}
.main .pos {
  width: 1380px;
  background: url("/fswz/pos_green.png") no-repeat center left;
  padding-left: 30px;
  margin: 20px auto;
  line-height: 26px;
  box-sizing: border-box;
}
.foot {
  width: 100%;
}
.foot .Links {
  height: 66px;
  background: #DEEFD8;
}
.foot .Links .linkCon {
  width: 1380px;
  margin: 0 auto;
}
.foot .Links .linkCon .shu {
  width: 2px;
  height: 22px;
  background-color: #333;
  display: inline-block;
  _zoom: 1;
  _display: inline;
  vertical-align: middle;
  margin: -54px 5px 0;
}
.foot .Links .linkCon .cusSelect {
  width: 150px;
  height: 66px;
  line-height: 66px;
  position: relative;
  cursor: pointer;
  background: url("/fswz/links_green.png") no-repeat right center;
  display: inline-block;
  _zoom: 1;
  _display: inline;
}
.foot .Links .linkCon .cusSelect .cusTitle {
  height: 100%;
  font-size: 18px;
  display: block;
  font-weight: bold;
  color: #000;
  text-align: center;
  line-height: inherit;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
}
.foot .Links .linkCon .cusSelect .cusOpSet {
  min-width: 100%;
  max-height: 300px;
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #ccc;
  position: absolute;
  left: 0;
  overflow-y: auto;
  background-color: #fff;
  z-index: 100;
}
.foot .Links .linkCon .cusSelect .cusOpSet .cusOption {
  width: auto;
  line-height: 36px;
  font-size: 16px;
  background-color: inherit;
  padding: 0;
  white-space: nowrap;
}
.foot .Links .linkCon .cusSelect .cusOpSet .cusOption a {
  text-decoration: none;
  color: inherit;
  display: block;
  padding: 0 10px;
}
.foot .Links .linkCon .cusSelect .cusOpSet .cusOption:hover {
  background-color: #7ba148;
  color: #fff;
}
.foot .footerCon {
  background: #2c991a;
}
.foot .footerCon .info {
  width: 550px;
  margin: 0 auto;
  padding: 50px 0;
  color: #ffffff;
}
.foot .footerCon .info .massage {
  line-height: 36px;
  font-size: 18px;
}