.header {
  width: 100%;
  min-width: 1200px;
  position: relative;
}
.header .headerTop {
  height: 46px;
  line-height: 46px;
  background-color: #eee;
}
.header .headerTop .data {
  width: 1200px;
  margin: 0 auto;
  font-size: 16px;
}
.header .headerOlder {
  width: 100%;
  height: 92px;
  box-sizing: border-box;
  padding: 1px 0;
  background-color: #db1c2e;
}
.header .headerOlder a.btn {
  color: #fff;
  font-size: 28px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  width: 186px;
  margin: 18px auto 0;
  border: 1px solid #f17000;
  display: block;
  border-radius: 5px;
  background: #f17000;
  cursor: pointer;
}
.header .headerBanner img {
  width: 100%;
}
.header .headerNav {
  background-color: #db1c2e;
  width: 100%;
  color: #ffffff;
}
.header .headerNav .con {
  width: 1200px;
  margin: 0 auto;
}
.header .headerNav .con ul.nav {
  width: 990px;
}
.header .headerNav .con ul.nav > li {
  float: left;
  box-sizing: border-box;
  height: 58px;
  line-height: 28px;
  position: relative;
  width: 110px;
  cursor: pointer;
  text-align: center;
  padding: 15px 0;
  font-size: 22px;
}
.header .headerNav .con ul.nav li a {
  display: block;
}
.header .headerNav .con ul.nav > li:hover {
  background: linear-gradient(180deg, #C00012, rgba(192, 0, 18, 0));
}
.header .headerNav .con ul.nav > li .xwdtNav{
  position: absolute;
  top: 53px;
  left: -5px;
  padding: 10px 0;
  margin: 5px 0;
  z-index: 10;
  width: 120px;
  background-color: #D91A2C;
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}
.header .headerNav .con ul.nav > li .xwdtNav li {
  margin: 0 8px;
  padding: 15px 0;
  line-height: 24px;
  font-size: 20px;
  text-align: center;
  color: #fff;
}
.header .headerNav .con ul.nav > li .xwdtNav li:hover {
  border-radius: 4px;
  background-color: #FFAFB7;
  color: #fff;
}
.header .headerNav .con .search {
  width: 210px;
}
.header .headerNav .con .search .form {
  width: 210px;
  border: 1px solid #FFFFFF;
  height: 40px;
  line-height: 40px;
  position: relative;
  border-radius: 8px;
  margin: 8px 0 0;
  display: block;
}
.header .headerNav .con .search input {
  height: 40px;
  display: block;
  text-indent: 6px;
  width: 170px;
  font-size: 18px;
  background: none;
  color: #FFFFFF;
}
.header .headerNav .con .search input::placeholder {
  color: #FFFFFF;
}
.header .headerNav .con .search button {
  z-index: 2;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: none;
  font-size: 20px;
  border-radius: 8px;
  display: block;
  text-align: center;
}
.header .headerNav .con .search button img {
  width: 70%;
  display: block;
  margin: 0 auto;
}