* {
  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;
  align-items: center;
  height: 114px;
  line-height: 114px;
}
.index .header .content .logo {
  width: 523px;
  height: 114px;
  line-height: 69px;
}
.index .header .content .logo img {
  height: 100%;
}
.index .header .content .tabs ul {
  display: flex;
  width: 440px;
  font-size: 24px;
  justify-content: space-between;
}
.index .header .content .tabs ul .active a {
  color: #1558d4;
}
.banner {
  background-image: linear-gradient(to right, #0d77e4 0%, #0851bc 100%);
  height: 770px;
}
.banner .content {
  color: #FFF;
  height: 770px;
  font-size: 61px;
  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: 719px;
}
.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;
}
