body{
  background: #F6F8FC;
}

.doublelinet{
  background: #F6F8FC;
}

.bannerbgpoi {
  width: 100%;
  min-height: 557px !important;
  animation: none !important;
}

.top-main-box,
.top-sub-img {
  position: absolute;
  object-fit: contain;
}

.top-main-box {
  top: 5%;
  right: 6%;
  width: auto;
  height: 35%;
  min-width: 653px;
  min-height: 426px;
  z-index: -1;
}

.top-main-img {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.top-sub-img.img2,
.top-sub-img.img4,
.top-sub-img.img5,
.top-sub-img.img6 {
  height: 15%;
}

.top-sub-img.img1,
.top-sub-img.img3 {
  height: 17%;
}

.top-sub-img.img1 {
  top: 43px;
  left: 22%;
  animation: floatAnimation 6s ease-in-out infinite;
  z-index: 6;
}

.top-sub-img.img2 {
  top: 46px;
  right: 21%;
  animation: floatAnimation 4s ease-in-out infinite;
  z-index: 2;
}

.top-sub-img.img3 {
  top: 140px;
  left: 9%;
  animation: floatAnimation 8s ease-in-out infinite;
  z-index: 2;
}

.top-sub-img.img4 {
  top: 141px;
  right: 31%;
  animation: floatAnimation 5s ease-in-out infinite;
}

.top-sub-img.img5 {
  top: 242px;
  left: 30%;
  animation: floatAnimation 7s ease-in-out infinite;
  z-index: 6;
}

.top-sub-img.img6 {
  top: 266px;
  right: 26%;
  animation: floatAnimation 9s ease-in-out infinite;
  z-index: 6;
}

.backwite {
  padding: 27px 0 32px;
}

.backwite .question-title {
  margin: 0 0 14px 20px;
  font-family: Arial;
  font-weight: 400;
  font-size: 20px;
  color: #BBC4CF;
  line-height: 1;
}

.backwite .question-subtitle {
  margin: 0 0 23px 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 20px;
  color: #555555;
  line-height: 1;
}

.question-box {
  display: flex;
  overflow: hidden;
}

.question-item {
  padding: 14px 18px 0;
  width: calc(80% / 5);
  flex: 1;
  box-shadow: 8px 0 16px -5px rgba(108, 136, 177, 0.2);
}

.question-item h4 {
  position: relative;
  padding: 0 14px;
  margin: 0;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 18px;
  color: #565656;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.question-item h4::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 14px;
  background: #AEB4BE;
}

.question-item h4 strong {
  color: #FF5340;
}

.question-item .question-item-abs {
  min-height: 60px;
  margin: 11px 0 26px;
  padding: 0 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #959BA2;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.question-service-box {
  position: relative;
  flex-wrap: wrap;
  padding: 22px 2px 5px 10px;
  border-radius: 3px;
  border: 1px solid #E5EEFB;
}

.question-service-box::before {
  content: "服务内容";
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 68px;
  height: 22px;
  background: #FFFFFF;
  border-radius: 3px;
  border: 1px solid #CBCFD8;
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #959BA2;
  line-height: 22px;
}

.question-service-box p {
  width: calc(50% - 7px);
  margin: 0 7px 8px 0;
  height: 28px;
  background: #7F88C2;
  border-radius: 3px;
  line-height: 28px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.aboutblueBtn {
  width: 140px;
}

.listtype {
  position: relative;
  width: 23%;
  padding-bottom: 16px;
  min-height: 164px;
  z-index: 22;
}

.listtypetxt {
  width: 27%;
  cursor: pointer;
}

.field-box {
  display: flex;
  margin: -8px auto 33px;
}

.field-box-item {
  width: calc((80% - 10px)/6);
  flex: 1;
  padding: 36px 12px 32px;
  background: #FFFFFF;
  border-radius: 15px;
}

.field-box-item:hover {
  box-shadow: 0px 2px 30px 0px rgba(50, 71, 148, 0.3);
}

.field-box-item:hover img {
  animation: hvr-bob2 3s ease-in infinite;
}

.field-box-item:not(:last-of-type) {
  margin-right: 10px;
}

.field-box-item .field-title {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 18px;
  color: #3A475C;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.field-box-item img {
  margin: 34px auto 27px;
  width: 120px;
  height: 120px;
}

.field-case-box {
  display: flex;
  flex-wrap: wrap;
  margin-right: -4px;
  margin-bottom: -5px;
}

.field-case {
  width: calc(50% - 4px);
  box-sizing: border-box;
  margin-right: 4px;
  margin-bottom: 5px;
  padding: 6px 9px;
  border-radius: 100px;
  border: 1px solid #666666;
  font-size: 12px;
  line-height: 1;
  color: #666666;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: default;
}

.field-case:hover {
  color: #fff;
  background: #6B74AD;
  border: 1px solid #6B74AD;
}

.case-box {
  display: flex;
  padding: 25px 0 21px;
}

.case-box-item {
  flex: 1;
  width: calc((80% - 20px) / 2);
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0px 1px 35px 0px rgba(186, 189, 207, 0.2);
  border-radius: 8px;
  text-align: center;
  overflow: hidden;
}

.case-box-item:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0px 2px 30px 0px rgba(50, 71, 148, 0.3);
}

.case-box-item:hover .case-box-item-content img {
  animation: hvr-bob2 3s ease-in infinite;
}

.case-box-item:first-of-type {
  margin-right: 20px;
}

.case-box-item-header {
  display: flex;
  text-align: left;
}

.case-box-item-header-left {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 3px;
  width: 76px;
  height: 66px;
  background: #99A0CE;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 21px;
}

.case-box-item-header-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 17px;
  height: 66px;
  background: #696F8F;
  overflow: hidden;
}

.case-box-item-header-right h4 {
  margin: 0 0 10px 0;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.case-box-item-header-right p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #DCDFED;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.case-box-item-content {
  margin-top: 17px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.case-box-item-content img {
  width: 190px;
  height: 190px;
}

.case-box-item-content-list {
  text-align: left;
}

.case-box-item-content-list p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #9098AB;
  line-height: 30px;
}

.case-box-item-content-list ul {
  margin: 0;
  padding-left: 18px;
}

.case-box-item-content-list ul li {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #555555;
  line-height: 30px;
}

.case-box-item-content-list ul li::marker {
  width: 4px;
  border-radius: 50%;
  color: #5ABA79;
}

.case-box-item-abs {
  display: flex;
  align-items: center;
  min-height: 62px;
  padding: 16px 58px 14px;
  position: relative;
  border: 1px dashed #5FCA8F;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #777777;
  line-height: 20px;
}

.case-box-item-abs .left-quotes {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 35px;
  display: inline-block;
  background-image: url(https://cdn.qiantongban.com/static/stastic/base-qtb/images/leftQuotationMark.png);
  background-size: cover;
  width: 13px;
  height: 10px;
}

.case-box-item-abs .right-quotes {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 37px;
  display: inline-block;
  background-image: url(https://cdn.qiantongban.com/static/stastic/base-qtb/images/rightQuotationMark.png);
  background-size: cover;
  width: 12px;
  height: 10px;
}

.case-box-item-abs::before {
  content: "上线方案";
  position: absolute;
  width: 88px;
  height: 19px;
  left: 50%;
  top: -8px;
  transform: translateX(-50%);
  background: url("http://static.test.weifenghr.com/static/stastic/base-qtb/images/mini-title-back.png") no-repeat;
  background-size: 100% 100%;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 19px;
  text-align: center;
}

.case-box-item-footer {
  margin-top: 20px;
  width: 150px;
  height: 34px;
  background: #5E6BB9;
  border-radius: 3px;
  border: none;
  outline: none;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 34px;
  cursor: pointer;
}

.sub-title {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 20px;
  color: #3A475C;
  text-align: center;
}

.sub-title-line {
  width: 335px;
  height: 16px;
  margin: 20px auto 31px;
}

.recommend-box {
  display: flex;
  margin-bottom: 39px;
}

.recommend-box-item {
  width: calc((80% - 20px) / 4);
  flex: 1;
  position: relative;
  padding: 24px 26px 21px;
  background: #6B74AD;
  border-radius: 10px;
  overflow: hidden;
  color: #FFFFFF;
  cursor: default;
}

.recommend-box-item::before {
  position: absolute;
  content: "";
  width: 144px;
  height: 139px;
  right: 0;
  bottom: 0;
}

.recommend-box-item:nth-of-type(1)::before {
  background: url("http://static.test.weifenghr.com/static/stastic/base-qtb/images/zzbl/recommend-box1.png") no-repeat;
  background-size: 100%;
}

.recommend-box-item:nth-of-type(2)::before {
  background: url("http://static.test.weifenghr.com/static/stastic/base-qtb/images/zzbl/recommend-box2.png") no-repeat;
  background-size: 100%;
}

.recommend-box-item:nth-of-type(3)::before {
  background: url("http://static.test.weifenghr.com/static/stastic/base-qtb/images/zzbl/recommend-box3.png") no-repeat;
  background-size: 100%;
}

.recommend-box-item:nth-of-type(4)::before {
  background: url("http://static.test.weifenghr.com/static/stastic/base-qtb/images/zzbl/recommend-box4.png") no-repeat;
  background-size: 100%;
}

.recommend-box-item:not(:last-of-type) {
  margin-right: 20px;
}

.recommend-box-item:hover::before{
  transform: scale(1.1);
}

.recommend-title {
  position: relative;
  margin-bottom: 38px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
}

.recommend-title::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background: #FFFFFF;
  left: 0;
  bottom: -19px;
}

.recommend-box-item ul {
  margin: 0;
  padding-left: 17px;
  position: relative;
  z-index: 10;
}

.recommend-box-item ul li {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
}

.linearGradientOne {
  background: #9199C8;
  line-height: 24px;
}

.linearGradientOne.change{
  position: relative;
}

.linearGradientOne.change::after{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -31px;
  width: 24px;
  height: 24px;
  background: url(http://static.test.weifenghr.com/static/stastic/base-qtb/images/change-icon.png) no-repeat;
  background-size: 100% 100%;
}

.linearGradient {
  height: 230px;
  background: #F0F1F6;
}

.linearGradient p {
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  line-height: 1;
}

.linearGradientArrow {
  width: 21px;
  height: 15px;
}

.linearGradientOne1 {
  position: relative;
}

.linearGradientOneTitle {
  margin-top: 20px;
}

.linearGradientOneTitle::before {
  content: "需求快速启动";
  position: absolute;
  left: 0;
  top: -20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  line-height: 1;
}

.linearGradientOne1::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 6px;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: url(https://cdn.qiantongban.com/static/stastic/base-qtb/images/progress-arrow.png) no-repeat;
  background-size: 100% 100%;
}

@keyframes hvr-bob2 {
  25% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }

  75% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes floatAnimation {
  0% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px)
  }

  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px)
  }

  100% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px)
  }
}

@media screen and (max-width: 1920px) {
  .top-main-box {
    right: 3%;
  }
}

@media screen and (max-width: 1680px) {
  .top-main-box {
    right: 0;
  }
}

@media screen and (max-width: 1500px) {
  .top-main-box {
    top: 2%;
    right: -6%;
    transform: scale(0.8);
  }
}