html,
body {
  min-width: 1150px;
  min-width: 930px;
}

.container {
  width: 1150px;
  margin: 0 auto;
}

.header {
  width: 100%;
  height: 338px;
}

.header .logo {
  width: 572px;
  padding-top: 68px;
  margin-bottom: 66px;
  margin-left: 50px;
}

.header .logo img {
  display: block;
}

.header .nav {
  width: 100%;
  height: 84px;
  overflow: hidden;
  position: relative;
}

.header .nav .nav_left,
.header .nav .nav_right {
  position: absolute;
  height: 100%;
  height: 69px;
}

.header .nav .nav_left {
  top: 0;
  left: 0;

}

.header .nav .nav_right {
  right: 0;
  top: 0;

}

.header .nav .nav_center {
  margin: 0 auto;
  width: 1150px;
  height: 100%;

  background-size: 100% 84px;
  padding: 15px 40px 0 40px;
  box-sizing: border-box;
}

.header .nav .nav_center li {
  width: 94px;
  display: inline-block;
  font-size: 0;
  text-align: center;

}

.header .nav .nav_center li:last-child {
  background: none;
}

.header .nav .nav_center a {
  color: #fff;
  font-size: 16px;
  line-height: 69px;
  text-decoration: none;
}

.content {
  padding: 12px 5px 0 5px;
  box-sizing: border-box;
  width: 1150px;
  margin: 0 auto;
  background-color: #fff;
}

.footer {
  width: 100%;
  height: 160px;
  box-sizing: border-box;
  background-color: #d30305;
  border-top: 5px solid #8c0001;
  padding-top: 40px;
}

.footer p {
  color: #fff;
}

.footer .text {
  width: 450px;
  text-align: center;
  margin-left: 268px;
  float: left;
}

.footer .link {
  width: 196px;
  height: 70px;
  background-color: #fff;
  float: left;
}

#_span_jiucuo img {
  margin-top: 5px !important;
  margin-left: 5px !important;
}

#imgConac {
  float: right;
  margin-top: -5px;
}

