body {
  margin: 0;
  padding: 0;
}
.content {
  width: 100%;
  min-width: 960px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header {
  width: 100%;
  min-width: 1920px;
  height: 360px;
}
.item {
  width: 970px;
  height: 214px;
  margin: 0 auto;
  background: url(./image/3.png) no-repeat center;
  overflow: hidden;
}
.dataBox {
  margin-left: 295px;
  margin-top: 90px;
}
.itemBox {
  display: inline-block;
  margin-right: 20px;
  text-align: center;
}
.topText {
  font-size: 30px;
  font-weight: bold;
}
.redColor {
  color: #f13f30;
}
.botText {
  font-size: 22px;
  color: #999999;
  text-align: right;
}
.img {
  margin: 0 auto;
  width: 970px;
}

.main-footer{
  width: 100%  !important;
}
.main-footer-fn{
  background: #1a1a34 !important;
}
.main-top-wrap{
  background-color:#f9f9f9 !important;
}
