@font-face {
  font-family: PingFangSC-Bold;
  src: url(/imgs/msyhhv.ttc)
}

.banner {
  position: relative
}

.bannerCont {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  margin-top: 0
}

.professionUnd {
  width: 72px;
  height: 4px;
  background: #4a7fff;
  margin-top: 14px;
  opacity: 1
}

.cont22backBox {
  width: 208px;
  height: 46px;
  background: #fff;
  border-radius: 23px;
  opacity: .8;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666;
  line-height: 14px;
  font-style: normal;
  display: flex;
  align-items: center;
  position: absolute;
  top: 171px;
  left: 115px;
  padding-left: 20px;
  z-index: 9999
}

.bannerTitle {
  height: 40px;
  font-size: 40px;
  background: linear-gradient(90deg, #36f, #c833ff);
  line-height: 40px;
  text-align: left;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.bannerDesc1,
.bannerTitle {
  font-family: PingFangSC-Bold;
  font-style: normal
}

.bannerDesc1 {
  height: 90px;
  font-size: 30px;
  color: #313159;
  line-height: 45px;
  text-align: left
}

.banner1 {
  width: 1250px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: self-end;
}

.bannerDesc {
  width: 560px;
  height: 70px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #333;
  line-height: 35px;
  text-align: left;
  font-style: normal
}

.bannerBtn {
  width: 160px;
  height: 48px;
  background: #36f;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  margin-top: 20px
}

.bannerDesctitle {
  font-weight: 500;
  color: #333;
  line-height: 18px;
  margin-left: 5px
}

.bannerDescCont,
.bannerDesctitle {
  font-family: PingFangSC, PingFang SC;
  font-size: 18px;
  text-align: left;
  font-style: normal
}

.bannerDescCont {
  width: 240px;
  height: 52px;
  font-weight: 400;
  color: #6c798e;
  line-height: 26px;
  margin-top: 5px
}

.contTitle1 {
  width: 205px;
  height: 38px;
  font-family: PingFangSC-Bold;
  font-size: 38px;
  color: #333;
  line-height: 38px;
  text-align: center;
  font-style: normal;
  margin: 0 auto;
  position: relative
}

@keyframes donghua1animation {
  0% {
    width: 250px
  }

  to {
    width: 0
  }
}

.donghua1 {
  height: 38px;
  width: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: -1;
  animation: donghua1animation 1.5s
}

.contDesc1 {
  height: 38px;
  font-family: PingFangSC-Bold;
  font-size: 28px;
  color: #999;
  line-height: 38px;
  text-align: center;
  font-style: normal;
  margin: 20px auto 0;
  width: 100%
}

.cont1Img {
  height: 634px;
  display: block;
  margin: 40px auto 0
}

.cont2 {
  background: #f7f9ff
}

.cont2,
.cont3 {
  width: 100%;
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center
}

.cont2Desc {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #333;
  line-height: 40px;
  margin-left: 8px
}

.cont2Desc,
.cont2Title {
  text-align: left;
  font-style: normal
}

.cont2Title {
  height: 24px;
  font-family: PingFangSC-Bold;
  font-size: 24px;
  background: linear-gradient(90deg, #36f, #c833ff);
  line-height: 24px;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.cont1 {
  padding: 100px 0
}

@keyframes rotate {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(1turn)
  }
}

.rotate {
  animation: rotate 30s linear infinite
}

.rotate1 {
  animation: rotate 10s linear infinite
}

@keyframes sousuoanimation {
  0% {
    width: 150px
  }

  to {
    width: 0
  }
}

.liZong {
  width: 150px;
  height: 30px;
  background: #95eb6a;
  position: absolute;
  right: 425px;
  bottom: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  animation: sousuoanimation 4s infinite
}

.cont32Desc {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 15px;
  color: #333;
  line-height: 15px;
  text-align: left;
  font-style: normal;
  background: linear-gradient(125.30041679129515deg, #f15ab1, #ff734b);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

@keyframes cont31animation {
  0% {
    left: -200px;
    display: none
  }

  to {
    left: 87px;
    display: block
  }
}

.cont60animation {
  animation: cont31animation 1s;
  animation-delay: 2s;
  animation-fill-mode: forwards
}

@keyframes marquee {
  0% {
    transform: translateX(0)
  }

  to {
    transform: translateX(-50%)
  }
}

@keyframes marqueetwo {
  0% {
    transform: translateX(-50%)
  }

  to {
    transform: translateX(0)
  }
}

.marquee-container {
  width: 1200px;
  overflow: hidden;
  position: relative
}

.marquee-content {
  display: flex;
  width: 200%;
  animation: marquee 15s linear infinite
}

.marquee-contenttwo {
  display: flex;
  width: 200%;
  animation: marqueetwo 15s linear infinite
}

.marquee-content img,
.marquee-contenttwo img {
  width: 180px
}
