﻿html,
body {
  min-width: 1150px;
  min-width: 930px;
  background: #ffffff url(../img/bg.jpg) no-repeat center top;
}

.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;
  background: url(../img/nav.png) repeat-x center center;
}

.header .nav .nav_right {
  right: 0;
  top: 0;
  background: url(../img/nav.png) repeat-x center center;
}

.header .nav .nav_center {
  margin: 0 auto;
  width: 1150px;
  height: 100%;
  background: url(../img/navcontainer.png) no-repeat center top;
  background-size: 100% 84px;
  padding: 15px 40px 0 40px;
  box-sizing: border-box;
}

.header .nav .nav_center li {
  width: 85px;
  display: inline-block;
  font-size: 0;
  text-align: center;
  background: url(../img/navline.jpg) no-repeat right 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 .container {
  display: flex;
}

.footer .textBox {
  display: flex;
  justify-content: center;
}

.footer p {
  color: #fff;
  line-height: 24px;
}

.footer p a {
  color: #fff;
}

.footer .text {
  width: 12rem;
  text-align: left;
  margin-top: 0.5rem
}

.footer .link {
  height: 70px;
  margin: 0 4rem 0 8rem;
}

.searchForm {
  position: absolute;
  top: 40px;
  right: 300px;
}

.searchf {
  height: 30px;
  width: auto;
  overflow: hidden;
  float: right;
}

.searchf span {
  float: left;
  line-height: 30px;
  padding-right: 5px;
}

.searchf input {
  width: 277px;
  height: 30px;
  line-height: 30px;
  border: none;
  background: url(../images/search_03.jpg) no-repeat;
  text-indent: 2em;
  color: #686868;
  float: left;
}

.searchf button {
  float: left;
  width: 24px;
  height: 23px;
  cursor: pointer;
  width: 58px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  border: none;
  background: #bc2423;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}