﻿/* 头部 */
.top-header {
  width: 100;
  height: 30px;
  background: #eaeaea;
}
.top-header .inner {
  width: 1400px;
  font-size: 16px;
  color: #262626;
  text-align: right;
  line-height: 30px;
}
.top-header .inner .tell {
  font-weight: bold;
}
header {
  width: 100%;
}
.headerNav {
  height: 130px;
  background-color: #fff0 !important;
  margin-top: 0px !important;
}
.headerNav {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: #fff;
}
.headerNav .logo {
  width: 125px;
  height: 95px;
}
.indexBg {
  margin-top: 50px;
}
