.float-list2-channel-title {
  width: 100%;
  font-weight: 600;
  font-size: 38px;
  color: #000000;
  line-height: 53px;
  text-align: center;
  margin: 0 auto 60px auto;
}

.float-list2-box {
  width: 100%;
  height: 384px;
  background-repeat: no-repeat;
  position: relative;
}
.float-list2-box .float-list2-box-content-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
}
.float-list2-box .float-list2-box-content .float-list2-box-content-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.float-list2-box .float-list2-box-content .float-list2-box-content-item .title {
  font-weight: 600;
  font-size: 32px;
  color: #FFFFFF;
  line-height: 45px;
  margin-bottom: 4px;
}
.float-list2-box .float-list2-box-content .float-list2-box-content-item .line {
  width: 60px;
  height: 4px;
  background: #22BCF8;
  margin-bottom: 12px;
}
.float-list2-box .float-list2-box-content .float-list2-box-content-item .desc {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 25px;
}

.float-list2-list {
  position: absolute;
  left: calc(50% - 600px);
  bottom: -75px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 20px;
  margin: 0 auto;
  width: 1200px;
  background: #FFFFFF;
  box-shadow: 0px 0px 50px 0px rgba(16, 96, 188, 0.2);
  border-radius: 6px;
}
.float-list2-list .float-list2-list-item {
  width: 1200px;
  justify-content: space-around;
  align-items: center;
}
.float-list2-list .list-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 165.7142857143px;
  height: 120px;
}
.float-list2-list .list-box .list-text {
  font-size: 18px;
  color: #666;
  text-align: center;
}
.float-list2-list .list-box .img {
  width: 60px;
  height: 60px;
  margin-bottom: 6px;
}
.float-list2-list .list-box .img img {
  width: 100%;
  height: 100%;
}
.float-list2-list .list-box .img:hover {
  transform: translateY(-2px);
}

/*# sourceMappingURL=index.css.map */
