body,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
a,
span {
  padding: 0;
  margin: 0;
}
body {
  background: #fff;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
img {
  border: 0;
  vertical-align: top;
}
.clearfix {
  zoom: 1;
  _zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  line-height: 0px;
  height: 0px;
  clear: both;
  visibility: hidden;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #000;
}
img {
  border: none;
}
.clear {
  clear: both;
}
.equal {
  padding-bottom: 9999px;
  margin-bottom: -9999px;
  overflow: hidden;
}
input,
textarea,
select,
button,
a:focus {
  outline: none;
}
.mainContainerx {
  width: 69%;
  margin: 0px auto;
  clear: both;
}
body {
  min-width: 1280px;
  max-width: 1920px;
  overflow-x: hidden;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  text-align: center;
}
table {
  border-collapse: collapse;
  border: 1px solid #333;
  margin: 10px auto;
  max-width: 820px;
}

td {
  border-collapse: collapse;
  border: 1px solid #333;
}
.clearBoth {
  clear: both;
}

/* -------------header------------------------- */
.header {
  width: 100%;
  height: 163px;
  background: url("../image/top.png") left center no-repeat;
  background-size: 100%;
  margin: 0 auto;
}
.header .logo {
  height: 110px;
  margin-top: 27px;
}
.header .logo img {
  position: relative;
  top: 39px;
  margin-left: 167px;
}

.header .searchForm {
  position: relative;
  top: 110px;
  margin-right: 13px;
}
.header .searchForm input {
  height: 34px;
  border: 1px solid #e1e1e1;
  width: 266px;
  line-height: 34px;
  padding: 0px 0px 0px 12px;
  float: left;
  border-radius: 17px 0 0 17px;
  background: #fff;
  color: #a3a3ae;
  border-right: none;
  text-align: right;
}
.header .searchForm input::-webkit-input-placeholder {
  color: #a3a3ae;
}
.header .searchForm button {
  width: 44px;
  height: 35px;
  border: 1px solid #e1e1e1;
  border-left: none;
  background: url("../image/search.png") no-repeat center center #fff;
  float: left;
  border-radius: 0 17px 17px 0;
}

.navContainer {
  width: 100%;
  height: 48px;
  margin-top: 0px;
  padding: 0px;
  background: #8f000b;
  position: relative;
  margin: 0 auto;
}
.nav {
  height: 49px;
  width: 100%;
  display: inline-block;
  float: right;
background: #8f000b;
}
.nav > li {
  position: relative;
  float: left;
  width: 140px;
  text-align: center;
  height: 54px;
  margin-left: 3%;
}
.nav > li > a {
  color: #fff;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  font-size: 18px;
}
.nav li .navSub {
  position: absolute;
  z-index: 999;
  background: url("../image/nav_bg.png") repeat-x;
  height: 40px;
  width: 1920px;
  top: 54px;
  left: 0px;
  display: none;
}
.nav > li:hover > a,
.nav > li.active > a {
  border-bottom: 1px solid #fff;
}
.nav > li:hover > .navSub,
.nav > li.active > .navSub {
  display: block;
}
.nav > li .navSub ul {
  display: inline-block;
  width: auto;
  height: auto;
}
.nav li .navSub li {
  height: 40px;
  position: relative;
  float: left;
  width: 120px;
  text-align: center;
}
.nav li .navSub li a {
  color: #8f000b;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.nav li .navSub li:hover a {
  color: rgb(240, 182, 23);
  background: #a8000e;
}

/* ------------footer------------------------ */
.footer{clear: both;height: 130px;background: #8f000b;padding:20px 35px 41px 35px; color: #fff;}
.footer .foot_code{width: 250px;text-align: center;margin-top:20px;}
.footer .foot_code img{width:100px;}
.footer .foot_text{font-size: 18px;margin-left: 36%; line-height: 42px;}
.footer .foot_text label{position:relative;top:3px;}
