/*css reset*/
body {
  margin: 0;
  font-family: "Microsoft YaHei";
}
p {
  margin: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
}
img {
  border: 0;
  vertical-align: top;
}

.main {
  width: 1200px;
  margin: 0 auto;
}

/*header*/
.header {
  height: 100px;
  background: #eaeff2;
}
.header img{
  height: 100px;
}

/*main-top*/
.main-top {
  position: relative;
  width: 100%;
  height: 263px;
  z-index: 0;
}
.fadepic {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.fadepic > li {
  position: absolute;
}
.fadepic > li > img {
  width: 1200px;
  height: 263px;
}

.nav {
  position: absolute;
  bottom: 0;
  width: 1200px;
  height: 36px;
  z-index: 2;
}
.nav > ul{
  position: relative;
  left: 40px;
}
.nav > ul > li{
  float: left;
  margin: 0px 3px;
}
.nav > ul > li > a{
  text-align: center;
  color: #fff;
  width: 130px;
  height: 33px;
  display: block;
  border: #a0a6a9 1px solid;
}
.nav > ul > li > a:hover{
  color: #333;
}
.nav > ul > li > a > span{
  font-size:18px;
  vertical-align: middle;
}

/*main-middle*/
.main-middle {
  width: 100%;
  height: 242px; 
  margin-bottom: 15px;
}




/*main-bottom*/
.footer {
  height: 100px;
  background: #757a7d;
}
.address {
  padding-top: 12px;
}
.address > p {
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  color: #fff;
}
