* {
  margin: 0;
  padding: 0;
}
.content {
  margin: 0 auto;
  width: 1532px;
}
ul li {
  list-style: none;
  cursor: pointer;
}
a {
  color: #000;
  text-decoration: none;
}
.index .header .content {
  display: flex;
  justify-content: space-between;
  height: 114px;
  /*line-height: 50px;*/
}

.index .header .content .tabs ul {
  display: flex;
  width: 200px;
  justify-content: space-between;
}
.index .body .content .home {
  box-sizing: border-box;
}
.index .header .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*height: 114px;*/
  /*line-height: 114px;*/
}
.index .header .content .logo {
  width: 600px;
  height: 60px;
  line-height: 69px;
}
.index .header .content .logo img {
  height: 100%;
}
.index .header .content .tabs ul {
  display: flex;
  width: 344px;
  font-size: 14px;
  justify-content: space-between;
  text-align: center;
}

.index .header .content .tabs a {
  /*min-width: 80px;*/
  /*height: 40px;*/
  padding: 10px 20px;
  line-height: 40px;
  border-radius: 4px;
  border-width: 0px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
}
.index .header .content .tabs ul .active {
  background-color: #1e50ae;
  color: #fff;
  border-radius: 4px;
}
.index .header .content .tabs ul a:hover {
  background-color: #1e50ae;
  color: #fff;
}

.index .header .content .tabs ul .active a {
  color: #fff;
}
.banner {
  background-color: #1e50ae;
  height: 770px;
}
.banner .content {
  color: #FFF;
  height: 770px;
  font-size: 50px;
  font-family: "SimHei";
  letter-spacing: 0px;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner .content .erp {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner .content .erp .title {
  margin-bottom: 51px;
}
.banner .content img {
  width: 500px;
  height: auto;
}
.footerBom {
  background: #000;
  height: 504px;
}
.footerBom .content {
  box-sizing: border-box;
  padding: 147px 0 0 0;
  display: flex;
}
.footerBom .logo {
  width: 300px;
  height: 114px;
  background: #FFF;
  text-align: center;
  line-height: 123px;
  font-size: 70px;
  margin-right: 197px;
}
.footerBom .logo img {
  height: 100%;
}
.footerBom .text {
  color: #FFF;
}
.footerBom .text ul li {
  margin-bottom: 24px;
}

.header {
  position: fixed;
  top: 0;
  z-index: 9999;
  background-color: white;
  width: 100%;
  border-bottom: 1px solid #f7f9fa;
}