* {
  margin: 0;
  padding: 0;
}
em,
i {
  font-style: normal;
}
li {
  list-style: none;
}
img {
  border: 0;
  vertical-align: middle;
}
button {
  cursor: pointer;
}
a {
  text-decoration: none;
}
a:hover {
  color: #ff0000;
}
button,
input {
  font-family: Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
}
body {
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  font: 12px/1.5 Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
  color: #666;
}
.hide,
.none {
  display: none;
}
.clearfix {
  *zoom: 1;
}
.clearfix::after {
  visibility: hidden;
  content: '.';
  display: block;
  height: 0;
  clear: both;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.wrapper {
  margin: 0 auto;
  width: 1200px;
}
.header {
  height: 72px;
  background: #081020;
}
.logo {
  display: block;
  margin-top: 19px;
}
.nav {
  padding-top: 24px;
}
.nav li {
  padding: 0 36px;
}
.nav a {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 25px;
  transition: all 0.08s ease-in-out;
}
.nav a:hover {
  color: #E60D26;
}
.nav .selected a {
  color: #E60D26;
}
.banner {
  height: 325px;
  background-color: #0E1629 !important;
  overflow: hidden;
}
.banner h3 {
  font-weight: 600;
  font-size: 48px;
  color: #FFFFFF;
  line-height: 67px;
  padding-top: 116px;
}
.footer {
  height: 169px;
  background: #000000;
  padding-top: 30px;
  box-sizing: border-box;
  color: #fff;
}
.footer li {
  padding: 0 36px;
}
.footer a {
  font: inherit;
  color: #ffffff;
}
.footer-link {
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 31px;
  opacity: 0.8;
  margin-top: 15px;
}
.footer-code {
  width: 108px;
  height: 108px;
  margin-right: 32px;
}
.footer-companyinfo {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 26px;
  text-align: left;
  opacity: 0.8;
  margin-top: 10px;
}
.data {
  height: 235px;
  background: #006DD0 url(../images/bg-data.png) no-repeat center right;
}
.data-boxs li {
  width: 25%;
  text-align: center;
}
.data-number {
  padding-top: 77px;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 50px;
}
.data-number b {
  font-size: 36px;
}
.data-number span {
  font-size: 28px;
}
.data-name {
  font-weight: 500;
  font-size: 26px;
  color: rgba(255, 255, 255, 0.79);
  line-height: 37px;
  margin-top: 16px;
}
