@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
body {
  font-size: 12px;
  font-family: Microsoft YaHei;
}
img {
  border: none;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
table,
th,
tr,
td {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}
input,
select,
textarea,
map,
area {
  outline: none;
  border: none;
  background: none;
  resize: none;
}
/* 清浮动 */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
body,
html {
  height: 100%;
  width: 100%;
}
.inner {
  margin: 0 auto;
  width: 1038px;
}
#wrapper {
  min-width: 1250px;
}
#wrapper .header {
  height: 872px;
  width: 100%;
  background: url(../images/header-img.jpg) no-repeat top center;
}
#wrapper .item-img2 {
  height: 524px;
  width: 100%;
  background: url(../images/item-img2.jpg) no-repeat top center;
}
#wrapper .item-img3 {
  height: 959px;
  margin-top: -1px;
  width: 100%;
  background: url(../images/item-img3.jpg) no-repeat top center;
}
#wrapper .item-img4 {
  height: 549px;
  width: 100%;
  background: url(../images/item-img4.jpg) no-repeat top center;
}
#wrapper .item-img5 {
  height: 639px;
  margin-top: -1px;
  width: 100%;
  background: url(../images/item-img5.jpg) no-repeat top center;
}
#wrapper .footer {
  height: 404px;
  width: 100%;
  background: url(../images/footer-img.jpg) no-repeat top center;
}
