.banner {
  height: 520px;
  background: url(../../img/saas/banner.png) no-repeat center;
  position: relative;
}
.banner .wrp1150 {
  position: relative;
  height: 100%;
}
.banner .btn-group {
  position: absolute;
  bottom: 120px;
  left: 0;
}
.banner .btn-group .btn {
  font-size: 18px;
  display: block;
  width: 158px;
  height: 52px;
  border: 1px solid;
  text-align: center;
  line-height: 52px;
  color: #0655fe;
  background: #fff;
  border-radius: 999px;
}
.saas {
  padding: 80px 0;
}
.saas .cont_center {
  width: 1150px;
  margin: 0 auto;
}
.saas h2 {
  text-align: center;
  margin-bottom: 34px;
  font-size: 36px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #333333;
}
.saas .subtitle {
  font-size: 20px;
  color: #84827B;
  text-align: center;
  margin-bottom: 80px;
  line-height: 36px;
}
.Saas-box {
  width: 1150px;
  height: 570px;
  position: relative;
}
.specialty {
  background: #f7faff;
  padding: 80px 0;
}
.specialty h2 {
  text-align: center;
  margin-bottom: 74px;
  font-size: 36px;
  font-family: PingFang SC;
  font-weight: 800;
  color: #333333;
}
.specialty .content .item1,
.specialty .content .item2,
.specialty .content .item3,
.specialty .content .item4 {
  display: flex;
  justify-content: space-between;
}
.specialty .content .item1 .text,
.specialty .content .item2 .text,
.specialty .content .item3 .text,
.specialty .content .item4 .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.specialty .content .item1 .text .title,
.specialty .content .item2 .text .title,
.specialty .content .item3 .text .title,
.specialty .content .item4 .text .title {
  color: #FF6900;
  font-size: 28px;
  margin-bottom: 40px;
}
.specialty .content .item1 .text .intro,
.specialty .content .item2 .text .intro,
.specialty .content .item3 .text .intro,
.specialty .content .item4 .text .intro {
  font-size: 18px;
  color: #333333;
  font-weight: 500;
}
.specialty .content .item1 {
  margin-bottom: 48px;
}
.specialty .content .item1 .text {
  text-align: right;
}
.specialty .content .item1 .text p {
  margin-bottom: 24px;
}
.specialty .content .item2 {
  margin-bottom: 143px;
}
.specialty .content .item2 .text .intro {
  width: 307px;
}
.specialty .content .item2 .text .intro p {
  line-height: 40px;
}
.specialty .content .item3 {
  margin-bottom: 126px;
}
.specialty .content .item3 .text .intro {
  width: 415px;
}
.specialty .content .item3 .text .intro p {
  line-height: 40px;
}
.specialty .content .item4 {
  margin-bottom: 109px;
}
.specialty .content .item4 .text .intro {
  width: 513px;
}
.specialty .content .item4 .text .intro p {
  line-height: 40px;
}
.specialty .content .btnWrap {
  display: flex;
  justify-content: center;
}
.specialty .content .btnWrap .btn1,
.specialty .content .btnWrap .btn2 {
  cursor: pointer;
  width: 177px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  border-radius: 999px;
  font-size: 18px;
  margin: 0 20px;
}
.specialty .content .btnWrap .btn1 {
  border: 1px solid #4381FF;
  color: #4381FF;
}
.specialty .content .btnWrap .btn2 {
  background: #4381FF;
  color: #fff;
}
.data {
  margin: 0 auto;
  width: 1150px;
  padding: 80px 0 60px 0;
  text-align: center;
}
.data h2 {
  font-size: 36px;
  color: #333;
  font-weight: 800;
  margin-bottom: 40px;
}
.data .subtitle {
  font-weight: 500;
  font-size: 20px;
  color: #84827B;
  margin-bottom: 70px;
}
.data .imgbox img {
  width: 100%;
}
.project {
  background: url(../../img/saas/fn-bg02.png?) no-repeat;
  background-size: cover;
}
.project .content {
  padding: 70px 0;
  width: 1150px;
  margin: 0 auto;
  text-align: center;
}
.project .content h2 {
  font-size: 40px;
  font-weight: 800;
  color: #FFFFFF;
}
.project .content .subtitle {
  margin: 38px auto 0 auto;
  width: 931px;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
}
.project .content .imgbox {
  margin-top: 38px;
}
.core {
  width: 1150px;
  margin: 0 auto;
  padding: 120px 0 20px 0;
}
.core h2 {
  text-align: center;
  font-weight: 800;
  font-size: 36px;
  color: #333;
  margin-bottom: 63px;
}
.core .content {
  display: grid;
  grid-template-columns: repeat(4, 280px);
  grid-template-rows: 340px;
  grid-column-gap: 10px;
}
.core .content .item {
  padding: 30px 16px;
  background: #F7FAFF;
}
.core .content .item .head {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.core .content .item .head .l {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.core .content .item .head .l img {
  width: 100%;
  height: 100%;
}
.core .content .item .head .r {
  color: #070337;
  font-size: 24px;
  font-weight: 800;
}
.core .content .item .body {
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.core .content .item .body .text {
  box-sizing: content-box;
  display: flex;
  align-items: center;
}
.core .content .item .body .text .ll {
  margin-right: 8px;
  width: 16px;
  height: 16px;
}
.core .content .item .body .text .ll img {
  display: block;
  width: 100%;
  height: 100%;
}
.core .content .item .body .text .rr {
  flex: 1;
  font-size: 16px;
  color: #070337;
}
.core .content .item:nth-child(1) .head .l {
  background: linear-gradient(-48deg, #FF238A 0%, #FF9ECF 100%);
  box-shadow: 0px 14px 27px 0px rgba(254, 70, 158, 0.4);
}
.core .content .item:nth-child(2) .head .l {
  background: linear-gradient(-48deg, #0344FE 0%, #0397FF 100%);
  box-shadow: 0px 14px 27px 0px rgba(124, 192, 255, 0.4);
}
.core .content .item:nth-child(3) .head .l {
  background: linear-gradient(-48deg, #E99C03 0%, #FBCF04 100%);
  box-shadow: 0px 14px 27px 0px rgba(255, 218, 99, 0.4);
}
.core .content .item:nth-child(4) {
  margin-right: 0;
}
.core .content .item:nth-child(4) .head .l {
  background: linear-gradient(-48deg, #7032FF 0%, #A948FF 100%);
  box-shadow: 0px 14px 27px 0px rgba(124, 192, 255, 0.4);
}
.system {
  width: 1150px;
  margin: 0 auto;
  padding: 60px;
}
.system h2 {
  text-align: center;
  font-weight: 800;
  font-size: 36px;
  color: #333;
  margin-bottom: 63px;
}
.system .content {
  display: flex;
  flex-wrap: wrap;
}
.system .content .item {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.system .content .item .icon {
  width: 114px;
  height: 114px;
}
.system .content .item .icon img {
  width: 100%;
  height: 100%;
}
.system .content .item .text {
  margin-top: 20px;
  color: #333333;
  font-weight: 500;
  font-size: 20px;
}
.system .content .item:nth-child(n+6) {
  margin-top: 40px;
}
.value {
  width: 1150px;
  margin: 0 auto;
  padding: 60px;
}
.value h2 {
  text-align: center;
  font-weight: 800;
  font-size: 36px;
  color: #333;
  margin-bottom: 63px;
}
.value .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.value .content .l {
  width: 645px;
}
.value .content .r {
  width: 500px;
}
.value .content .r .top {
  display: grid;
  grid-template-columns: repeat(2, 240px);
  grid-template-rows: repeat(3, 80px);
  grid-gap: 20px 20px;
}
.value .content .r .top .item {
  padding: 0 10px;
  display: flex;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(216, 235, 255, 0.5);
}
.value .content .r .top .item .ll {
  margin-right: 12px;
  width: 40px;
  height: 40px;
}
.value .content .r .top .item .ll img {
  width: 100%;
  height: 100%;
}
.value .content .r .top .item .rr {
  color: #070337;
  font-weight: 500;
  font-size: 18px;
}
.value .content .r .bottom {
  margin-top: 47px;
  display: flex;
  justify-content: center;
}
.value .content .r .bottom .btn {
  cursor: pointer;
  width: 238px;
  height: 74px;
  line-height: 74px;
  text-align: center;
  border-radius: 999px;
  font-size: 26px;
  background: #4381FF;
  color: #fff;
}
.boxTitle {
  cursor: pointer;
  position: absolute;
  left: 55px;
  top: 157px;
  z-index: 3;
  background: rgba(46, 113, 246, 0.1);
  color: #3883FA;
  font-size: 36px;
  text-align: center;
  width: 286px;
  height: 286px;
  line-height: 286px;
  border-radius: 50%;
}
.boxTitle:hover {
  background-color: #2E71F6;
  color: #ffffff;
}
.boxText {
  box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  left: 55px;
  top: 56px;
  z-index: 2;
  background: rgba(233, 240, 246, 0.8);
  color: #3883FA;
  font-size: 16px;
  text-align: center;
  width: 458px;
  height: 458px;
  padding-top: 160px;
  padding-left: 286px;
  line-height: 48px;
  border-radius: 50%;
}
.boxText:hover {
  background-color: #337BFA;
  color: #ffffff;
}
.boxText:hover ~ div {
  background-color: #ffffff;
  color: #3883FA;
}
.boxTips {
  position: absolute;
  left: 328px;
  top: 388px;
  z-index: 3;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #337BFA;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
}
.rounds {
  position: absolute;
  left: 55px;
  top: 0px;
  z-index: 1;
  width: 569px;
  height: 569px;
  border-radius: 50%;
  border: 1px solid #E9F0F6;
}
.subBank {
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 9;
  background: none !important;
}
.subBank .xiaoRound {
  position: relative;
  background-color: #337BFA;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.subBank .xiaoRound::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  animation: myfirst 1s linear infinite;
}
.subBank .subTitle {
  margin: 0 8px 0 13px;
  background-color: #337BFA;
  padding: 16px 24px;
  color: #FEFEFE;
  border-radius: 10px;
  font-size: 18px;
}
.subBank .subline {
  width: 50px;
  border-top: 1px dashed #337BFA;
}
.subBank .subBox {
  cursor: pointer;
  padding: 24px 20px;
  border: 1px dashed #337BFA;
  border-radius: 10px;
  font-size: 16px;
  color: #3883FA;
  background-color: #ffffff;
}
.subBank .subBox p {
  font-size: 16px;
  margin-bottom: 10px;
}
.subBank .subBox:hover {
  background-color: #DAE6F8;
}
.bank1 {
  top: 0px;
  left: 530px;
}
.bank2 {
  top: 209px;
  left: 622px;
}
.bank3 {
  bottom: 0px;
  left: 531px;
}
@keyframes myfirst {
  50%,
  75% {
    transform: scale(2.5);
  }
  80%,
  100% {
    opacity: 0;
  }
  /* 0% {background-size: 100%;}
				50%{background-size: 80%;}
			    100% {background-size: 100%;} */
}
.theme {
  color: #3883fa;
}
.theme2 {
  color: #FF6900;
}
.theme3 {
  color: #7835ff;
}
