.navtop {
  width: 100%;
  height: 44px;
  background: #F83635;
}
.nav {
  width: 100%;
  height: 100px;
  background: #FFFFFF;
}
.nav .navcon {
  width: 1180px;
  height: 100px;
  margin: 0 auto;
}
.nav .navcon ul {
  height: 100px;
  display: block;
}
.nav .navcon ul li {
  list-style: none;
  float: left;
  margin-left: 35px;
  line-height: 100px;
}
.nav .navcon ul li a {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #342525;
  padding: 10px 0;
  cursor: pointer;
}
.nav .navcon ul li .active {
  border-bottom: 2px solid #F83635;
  color: #F83635;
}
.bannerbg {
  width: 100%;
  height: 573px;
  background: url(../images/banner.jpg) no-repeat top center;
  position: relative;
}
