.content1 {
  width: 100%;
  height: 630px;
  background: no-repeat;
  background-size: 100% 630px;
  display: flex;
  justify-content: left;
  align-items: center;
  color: #ffffff;
}
.content1 > div {
  margin-left: 250px;
  margin-right: 200px;
}
.content1 .p1 {
  font-size: 58px;
  text-align: left;
  font-weight: bold;
  line-height: 74px;
}
.content1 .p2 {
  font-size: 24px;
  line-height: 37px;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 60px;
}

.content2 {
  padding: 80px;
  display: flex;
  justify-content: center;
}
.content2 .contentTitle {
  font-size: 36px;
  font-weight: bold;
}
.content2 .smallTitle {
  font-size: 16px;
  margin-top: 19px;
  margin-bottom: 70px;
}

.contentLabel {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.contentLabel .content-left {
  max-width: 436px;
  text-align: left;
  margin-right: 60px;
}
.contentLabel .content-left .title {
  font-size: 28px;
  font-weight: bold;
}
.contentLabel .content-left .title .iconfont {
  font-size: 28px;
  color: #ff603d;
}
.contentLabel .content-left p {
  font-size: 16px;
  margin-top: 35px;
  margin-bottom: 39px;
  line-height: 27px;
}
.contentLabel .content-left .tagContent {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.contentLabel .content-left .tagContent .tagList {
  padding: 8px 21px;
  background-color: #ddefff;
  border-radius: 4px;
  font-size: 13px;
  color: #1890ff;
  margin-right: 12px;
  margin-bottom: 12px;
}
.contentLabel .content-left .tagContent .tagList2 {
  padding: 8px 21px;
  background-color: #ffffff;
  border-radius: 4px;
  font-size: 13px;
  color: #1890ff;
  margin-right: 12px;
  margin-bottom: 12px;
}

.hasBgColor .contentLabel .content-left {
  margin-left: 60px;
}

.content3 {
  display: flex;
  justify-content: center;
  padding-top: 70px;
  padding-bottom: 60px;
}

.classifyContent {
  display: flex;
  align-items: center;
}
.classifyContent .classifyBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 26px;
}
.classifyContent .classifyBox div {
  width: 53px;
  height: 53px;
  background: #60a0ff;
  box-shadow: 0px 4px 19px 0px rgba(21, 21, 21, 0.15);
  border-radius: 8px;
  text-align: center;
  line-height: 53px;
  margin-bottom: 12px;
}
.classifyContent .classifyBox div .iconfont {
  color: #ffffff;
  font-size: 30px;
}
.content-top {
  box-sizing: border-box;
  width: 100%;
  height: 410px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: no-repeat;
  background-size: 100% 410px;
  position: relative;
  margin-bottom: 10px;
}
.content-top .p1 {
  font-size: 58px;
  font-weight: bold;
  line-height: 74px;
  color: #fff;
}
