.bannerheader {
  background: linear-gradient(to bottom, #e5f4ff, #f2f5fa);
}
.blueButton {
  background-image: linear-gradient(to right, #027dfc, #0263fe);
}
.blueButton:hover {
  background-image: linear-gradient(to right, #0263fe, #0263fe);
}
.headerbox {
  margin-top: 90px;
}
.header {
  width: 100%;
  max-width: 1430px;
  padding: 80px 50px;
  padding-top: 120px;
  padding-bottom: 68px;
  margin: auto;
}
.headertitle,
.headertitlelu,
.headertitlelu1 {
  font-size: 51px;
  color: #0b0c1b;
  /* letter-spacing: -2.1px; */
  line-height: 1;
}
.headertitle {
  display: flex;
  align-items: center;
}
.headerremake {
  font-size: 20px;
  color: #5a5c76;
  letter-spacing: 0;
  line-height: 1.18;
  margin-top: 32px;
}
.headeritem {
  display: flex;
  margin-top: 48px;
  /* align-items: center; */
}
.headeritemimg img {
  width: 32px;
  margin-top: 3px;
}
.headeritemremake {
  font-size: 15px;
  color: #5a5c76;
  margin-left: 24px;
  line-height: 24px;
}
.headertitlelu,
.headerpro {
  height: 60px;
  overflow: hidden;
}
.headerpro {
  margin-top: 10px;
}
.headertitleluitem {
  position: relative;
  animation-name: topMove;
  animation-duration: 3s;
  animation-iteration-count: 1;
  animation-play-state: running;
  animation-fill-mode: forwards;
  pointer-events: none;
  /* transform: translateY(0) ; */
  will-change: transform;
  display: none;
}
.headertitleluitemno {
  animation: none !important;
}
.headerproitem {
  position: relative;
  display: none;
  margin: 0 12px;
  text-align: center;
}
.headerproitemcru {
  animation-name: topMoveru;
  animation-duration: 3s;
  animation-iteration-count: 1;
  animation-play-state: running; /* 确保动画保持运行状态 */
  animation-fill-mode: forwards;
}
.headerproitemcchu {
  animation-name: topMovechu;
  animation-duration: 3s;
  animation-iteration-count: 1;
  animation-play-state: running; /* 确保动画保持运行状态 */
  animation-fill-mode: forwards;
}
@keyframes topMove {
  0% {
    transform: translateY(54px);
  }
  9% {
    transform: translateY(0);
  }
  91% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-54px);
  }
}
@keyframes topMoveru {
  0% {
    transform: translateY(54px);
  }
  9% {
    transform: translateY(0);
  }
}
@keyframes topMovechu {
  91% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-54px);
  }
}

.headermorebox {
  display: flex;
  justify-content: end;
}
.headermore {
  display: flex;
  margin-top: 54px;
  cursor: pointer;
  width: 110px;
  white-space: nowrap;
  flex-shrink: 0;
  text-align: center;
  border-radius: 48px;
  padding: 8px 12px 8px 16px;
  background-color: #0b0c1b;
}
.headermoretext {
  font-size: 13px;
  margin-left: 10px;
  line-height: 160%;
  color: #fff;
}
.headermoreimg {
  display: flex;
  align-items: center;
}
.headermoreline {
  width: 0px;
  margin-left: 5px;
  height: 16px;
  margin-top: 1px;
  transition: all 0.3s;
  transition-timing-function: linear;
}
.headermorearrow {
  margin-left: -5px;
  width: 16px;
  height: 16px;
  margin-top: 1px;
  transition: all 0.3s;
  transition-timing-function: linear;
}
.headermore:hover .headermoreline {
  width: 16px;
}
.headermore:hover .headermorearrow {
  margin-left: -16px;
}
.headerimg {
  margin-top: 48px;
  border-radius: 10px;
  background-color: #f7f9fc;
  overflow: hidden;
}
.headerconright {
  padding: 40px;
  padding-left: 10px;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.headerconbox {
  display: flex;
  justify-content: space-between;
}
.headercontitle {
  font-size: 24px;
  color: #0b0c1b;
  margin-bottom: 24px;
}
.headerconremake {
  font-size: 15px;
  color: #5a5c76;
  line-height: 24px;
}

.headerimg {
  border-radius: 10px;
  overflow: hidden;
}
.headerimg img {
  width: 100%;
  height: auto;
}
.likedbox {
  /* background-color: #f2f5fa; */
}
.liked {
  width: 100%;
  margin: auto;
  /* max-width: 1509.26px; */
  /* max-width: 1530px; */
  /* padding: 80px 0; */
  padding-top: 0;
  padding-bottom: 80px;
  padding-top: 0px;
  position: relative;
  overflow: hidden;
  /* opacity: 0; */
}
.likedtitle {
  color: #939db8;
  font-size: 17px;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 60px;
}
.likedback {
  background: linear-gradient(
    to right,
    #fff 4%,
    #f2f5fa00 20%,
    #f2f5fa00 80%,
    #fff 96%
  );
  position: absolute;
  width: 100%;
  height: 68px;
  z-index: 99;
}
.likedimg {
  width: 5760px;
  display: flex;
  align-items: center;
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 1;
  animation: mymove 40s 1s infinite linear;
}
@keyframes mymove {
  from {
    left: 0px;
  }
  to {
    left: -2880px;
  }
}
.likedimg img {
  margin-top: 30px;
  width: 2800px;
  /* width: 9%; */
  margin-left: 40px;
  margin-right: 40px;
  object-fit: contain;
}
.datasabox {
  background-color: #fff;
}

.datasa {
  width: 100%;
  max-width: 1430px;
  margin: auto;
  padding: 80px 50px;
}
.datasabigtitle {
  font-size: 32px;
  font-weight: 600;
  color: #0b0c1b;
  line-height: 1;
  text-align: center;
}
.datasabigtitle br {
  display: none;
}
.datasabigremake {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 64px;
  font-size: 17px;
  line-height: 30px;
  color: #5a5c76;
}
.datasacontentimg {
  text-align: right;
  border-radius: 10px;
  overflow: hidden;
}
.datasacontentimg img {
  width: 90%;
}

.datasacontent {
  display: none;
  overflow: hidden;
  transition: all 0.3s; /* 通过名字链接，名字，时间*/
  transition-timing-function: linear; /* 匀速执行 */
}
.datasacontent1 {
  display: block;
}

.datasatitlemax {
  font-size: 34px;
  line-height: 1;
  color: #0b0c1b;
  margin-bottom: 24px;
  /* margin-top: 36px; */
}
.datasatitle {
  font-size: 28px;
  color: #0b0c1b;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 12px;
  margin-top: 15%;
}
.datasalefturl {
  /* padding: 36px 48px; */
  margin-left: 4px;
  width: 90%;
}
.datasaremakeurl1 {
  font-size: 17px;
  color: #5a5c76;
  line-height: 30px;
  margin-top: 0;
}
.datasaremakeurl {
  width: 85%;
  font-size: 17px;
  color: #5a5c76;
  line-height: 30px;
  margin-bottom: 44px;
  /* padding-bottom: 40px; */
  margin-top: 0;
}
.datatleft1 {
  padding-top: 15%;
}
.datasatext {
  margin-top: 16px;
  display: flex;
  align-items: center;
}
.datasatexturl {
  margin-top: 12px;
  display: flex;
  /* align-items: center; */
}
.datasatextcon {
  color: #5a5c76;
  line-height: 26px;
  font-size: 15px;
}
.datasatextimgurl {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  margin-right: 12px;
}
.datasatextimgurl img {
  width: 100%;
  margin-top: 2px;
}
.datasatext1 {
  padding-top: 0;
  margin-top: 24px;
}
.datadesimg {
  text-align: right;
}
.datadesimg img {
  width: 100%;
}
.safeleft {
  padding-top: 8%;
  min-height: 545px;
}
.safetitle {
  font-size: 34px;
  line-height: 1;
  color: #0b0c1b;
}
.safetitle1 {
  padding-top: 13%;
  font-size: 28px;
  color: #0b0c1b;
  font-weight: 600;
  margin-bottom: 12px;
}
.saferemake {
  font-size: 16px;
  color: #5a5c76;
  line-height: 30px;
  margin-top: 40px;
}
.safemore {
  display: flex;
  align-items: center;
  margin-top: 64px;
  cursor: pointer;
}
.safemoretext {
  font-size: 16px;
  color: #007dfc;
}
.safemoreimg img {
  width: 16px;
  height: 16px;
  margin-left: 5px;
  margin-bottom: 3px;
  transition: all 0.3s; /* 通过名字链接，名字，时间*/
  transition-timing-function: linear; /* 匀速执行 */
}
.safemore:hover .safemoreimg img {
  margin-left: 10px;
}
.safeimg {
  text-align: right;
}
.safeimg img {
  width: 100%;
}

.safecontent {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.safecontentitem {
  text-align: center;
  width: 27%;
}
.safecontentimg img {
  width: 46px;
  height: 46px;
}
.safecontenttitle {
  font-size: 20px;
  color: #0b0c1b;
  margin-top: 20px;
  font-weight: 600;
}
.safecontentremake {
  margin-top: 12px;
  font-size: 15px;
  color: #5a5c76;
  line-height: 26px;
  /* min-height: 78px; */
}

.datasaconbottom {
  margin-top: 64px;
  padding-top: 64px;
  border-top: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.databtmitemtop {
  display: flex;
  align-items: center;
}
.databtmitemimg {
  width: 20px;
  margin-bottom: 3px;
}
.databtmitemtitle {
  font-size: 16px;
  color: #0b0c1b;
  margin-left: 8px;
  font-weight: 600;
}
.databtmitemremake {
  font-size: 14px;
  color: #5a5c76;
  margin-top: 12px;
}

.safeimgcc {
  position: relative;
}
.safeimgcc::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #ffffff00 60%, #ffffff 85%);
}
.safeimgaa {
  margin-top: 40px;
  text-align: right;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
}
.safeimgaa img {
  width: 100%;
  border-radius: 10px;
}
/* !---------------------alam-----------------------------------*/

.datasatabbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}
.datasatop {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 64px;
  position: relative;
  border-bottom: 1px solid #e0dee8;
  margin-top: 64px;
}
.datasatab {
  cursor: pointer;
  flex-shrink: 0;
  white-space: nowrap;
  text-align: center;
  /* border-radius: 6px; */
  font-size: 14px;
  padding: 0 8px;
  margin: 0 12px;
  padding-bottom: 16px;
  color: #5a5c76;
  display: flex;
  align-items: center;
  justify-content: center;
}
.datasatab:nth-child(1) {
  margin-left: 0;
}
.datasatab:nth-child(3) {
  margin-right: 0;
}
.datasatab img {
  width: 16px;
  margin-right: 4px;
}
.datasatabno {
  margin-right: 0;
}
.datasatabcut {
  color: #007dfc;
  /* font-weight: 600; */
  position: relative;
}
.datasatabcut::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 10px;
  left: 0;
  bottom: 0;
  background-color: #007dfc;
}
.datasamorebox {
  display: none;
}
.datasamore {
  display: flex;
  cursor: pointer;
  width: 74px;
  flex-shrink: 0;
  margin-bottom: 20px;
  white-space: nowrap;
  text-align: center;
}
.datasamoretext {
  font-size: 14px;
  margin-left: 5px;
  line-height: 20.8px;
  margin-top: 2px;
  font-weight: 400;
  color: #5a5c76;
}
.datasamoreimg {
  display: flex;
  align-items: center;
}
.datasamoreline {
  width: 0px;
  margin-left: 5px;
  height: 16px;
  margin-top: 1px;
  transition: all 0.3s;
  transition-timing-function: linear;
}
.datasamorearrow {
  margin-left: -5px;
  width: 16px;
  height: 16px;
  margin-top: 1px;
  transition: all 0.3s;
  transition-timing-function: linear;
}
.datasamore:hover .datasamoreline {
  width: 16px;
}
.datasamore:hover .datasamorearrow {
  margin-left: -16px;
}
/* !--------------------------------------------------------*/

.datasadlpbox {
  min-height: 545px;
  padding-top: 20px;
}

.datasadlpisbox {
  padding: 24px;

  background-color: #f7f9fc;
  border: 1px solid #eaebf1;
  border-radius: 10px;
}
.datasadlptitle {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #0b0c1b;
}
.datasadlpremake {
  font-size: 18px;
  color: #5a5c76;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 24px;
}

.datasadlpconbox {
  display: flex;
  align-items: center;

  flex-wrap: wrap;
}
.datasadlpcon {
  padding: 24px;
  border-radius: 10px;
  border: 1px solid #dddfe5;
  background-color: #fff;
}
.datasadlpconal {
  flex: 1;
  margin-right: 12px;
}
.datasadlpconal:nth-child(4) {
  margin-right: 0;
}
.datasadlpconal:nth-child(5) {
  margin-right: 0;
  flex: none;
  margin-top: 12px;
  width: 100%;
}
.datasadlpcontitle {
  color: #0b0c1b;
  font-size: 18px;
  text-align: center;
  line-height: 1;
  font-weight: 600;
}
.datasadlpconremake {
  margin-top: 8px;
  font-size: 15px;
  color: #5a5c76;
  text-align: center;
  line-height: 26px;
}
.datasadlpmore {
  display: flex;
  justify-content: center;
}
.datasadlpmore .safemore {
  width: 130px;
  margin-top: 24px;
}
.datasadlpcontitle img {
  width: 20px;
  margin-right: 8px;
  margin-bottom: 3px;
}
/* !--------------------------------------------------------*/
/* uam */
.uczbox {
  background-color: #121826;
  position: relative;
}

.ucz {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1430px;
  margin: auto;
  padding: 80px 50px;
}
.ucztitle {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  color: #fff;
}
.uczremake {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 64px;
  font-size: 17px;
  line-height: 30px;
  color: #939db8;
}
.ucztop {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 18px;
}
.uczmorebox {
  display: none;
}
.uczmore {
  display: flex;
  cursor: pointer;
  width: 100px;
  flex-shrink: 0;
  margin-bottom: 20px;
  white-space: nowrap;
  text-align: center;
  /* border-radius: 48px; */
  /* padding: 8px 12px 8px 16px; */
  /* background-color: #2c3646; */
}
.uczmoretext {
  font-size: 14px;
  margin-left: 5px;
  line-height: 20.8px;
  margin-top: 2px;
  font-weight: 400;
  color: #b0b8dd;
}
.uczmoreimg {
  display: flex;
  align-items: center;
}
.uczmoreline {
  width: 0px;
  margin-left: 5px;
  height: 16px;
  margin-top: 1px;
  transition: all 0.3s;
  transition-timing-function: linear;
}
.uczmorearrow {
  margin-left: -5px;
  width: 16px;
  height: 16px;
  margin-top: 1px;
  transition: all 0.3s;
  transition-timing-function: linear;
}
.uczmore:hover .uczmoreline {
  width: 16px;
}
.uczmore:hover .uczmorearrow {
  margin-left: -16px;
}
.uczconbox {
  display: flex;
  justify-content: space-between;
}
.uczcon {
  border: 1px solid #ffffff1f;
  border-radius: 10px;
  overflow: hidden;
  padding: 32px;
  margin-top: 30px;
  background-color: #1a202f;
  cursor: pointer;
  height: 337px;
}
.uczconmore img {
  margin-left: 16px;
  width: 16px;
  height: 16px;
  margin-bottom: 2px;
  transition: all 0.2s;
  transition-timing-function: linear;
}
.uczcon:nth-child(3n) {
  margin-right: 0;
}
.uczcontip {
  display: flex;
  align-items: center;
}
.uczcontipisbox {
  padding: 32px;
  padding-right: 0;
  flex-shrink: 0;
  width: 60%;
}
.uczconimg {
  margin-right: 12px;
}
.uczconimg img {
  width: 36px;
}
.uczcontitle {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
}
.uczconremake {
  color: #939db8;
  font-size: 15px;
  line-height: 1.8;
  min-height: 50.39px;
  margin-top: 20px;
}
.uczcontipimg {
  text-align: end;
  min-width: 40%;
  flex-shrink: 0;
}
.uczcontipimg img {
  height: 100%;
}
.uczcontipimgli img {
  width: 100%;
  height: auto;
}
.uczcontipimgli11 img {
  width: 100%;
  height: auto;
}
.uczconAZimg img {
  width: 80px;
  height: 80px;
  padding: 24px;
  border-radius: 10px;
  border: 1px solid #ffffff1f;
  margin-right: 12px;
}
.uczcondis {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0;
}

.uzcnac {
  border-radius: 10px;
  border: 1px solid #2c3545;
  padding: 24px;
  display: flex;
  margin-top: 12px;
  align-items: center;
  background-color: #222a3a;
}
.uzcnactitle {
  color: #939db8;
  font-size: 15px;
  line-height: 1.8;
}
.uzcnachengbox {
  display: flex;
  justify-content: center;
}
.uzcnacheng {
  margin: 40px auto;
  color: #939db8;
  font-size: 15px;
  background-color: #222a3a;
  padding: 8px 24px;
  border-radius: 20px;
  border: 1px solid #2c3545;
  position: relative;
}
.uzcnacheng::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 1px;
  background-color: #2c3545;
  top: 50%;
  right: -100px;
}
.uzcnacheng::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 1px;
  background-color: #2c3545;
  top: 50%;
  left: -100px;
}
.uczconmoreimg {
  margin-left: 8px;
  margin-bottom: 1px;
  transition: all 0.2s;
  transition-timing-function: linear;
}
.uzcnac1:hover .uczconmoreimg {
  margin-left: 16px;
}
.uczconmoreimg img {
  width: 14px;
}
.uczconat1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.uzcnacbox {
  text-align: right;
  padding-left: 32px;
  position: relative;
}
.uzcnacbox::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    to bottom,
    #ffffff00 0%,
    #1a202f 93%,
    #1a202f 100%
  );
}
.uzcnacbox img {
  height: 462.84px;
  width: auto;
  border-top-left-radius: 10px;
}
.ucztabbox {
  display: flex;
  align-items: center;
  width: 570px;
  justify-content: space-between;
  flex-shrink: 0;
}
.ucztop {
  position: relative;
}
.ucztop::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #2c3646;
  left: 0;
  bottom: 0;
  z-index: 90;
}
.ucztab {
  cursor: pointer;
  flex-shrink: 0;
  white-space: nowrap;
  text-align: center;
  /* border-radius: 6px; */
  font-size: 14px;
  padding: 0 8px;
  padding-bottom: 16px;
  color: #b0b8dd;
  margin-right: 4px;
  border-bottom: 4px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ucztab img {
  width: 16px;
  margin-right: 4px;
}
.ucztabno {
  margin-right: 0;
}
.ucztabcut {
  /* background-color: #2c3646; */
  border-bottom: 4px solid #2c3646;
  color: #fff;
  position: relative;
}
.uczcontent {
  display: none;
  min-height: 734px;
}
/* !--------------------------------------------------------*/
.uczconubatop {
  height: 512px;
}
.uczconuba {
  height: 162px;
}
.ucztipimgitembox {
  margin-top: 68px;
}
.ucztipimgitem {
  padding: 0 24px 0 0;
}
.ucztipimgitemno {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.ucztipimgitemimg {
  text-align: center;
  display: flex;
  margin-top: 6px;
}
.ucztipimgitemimg img {
  width: 15px;
  margin-right: 8px;
}
.ucztipimgitemremake {
  color: #939db8;
  font-size: 15px;
  line-height: 1.8;
}
.uzcubaimglogo {
  text-align: right;
  margin-top: 48px;
}
.uzcubaimglogo img {
  height: 30px;
  margin-right: -42px;
}
.uczcontipimgxvhua {
  position: relative;
}
.uczcontipimgxvhua::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    to bottom,
    #ffffff00 0%,
    #1a202f 95%,
    #1a202f 100%
  );
}
.uczcontipimgso {
  width: 40%;
}
.uczcontipimgso img {
  width: 110%;
  height: auto;
  margin-left: -10%;
}
.uczcontipimgso1 {
  width: 40%;
}
.uczcontipimgso1 img {
  width: 115%;
  height: auto;
  margin-left: -15%;
}
.uczconat1row {
  flex-direction: row;
  padding: 0;
  height: 172px;
  align-items: center;
}
.ucznet {
  height: 502px;
}
.uczconat1rowimg img {
  /* width: 40%; */
  min-height: 172px;
  /* padding-top: 32px; */
}
.uczconnopadding {
  padding: 0;
}
.uczconispadding {
  padding: 32px;
  padding-bottom: 0;
}
.uczcon704 {
  height: 704px;
}

.xfilebox {
  background-color: #f7f9fc;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  overflow: hidden;
  height: 730px;
}

.xfile {
  width: 100%;
  max-width: 1430px;
  margin: auto;
  padding: 80px 50px;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.xfiletitle {
  font-size: 32px;
  font-weight: 600;
  color: #0b0c1b;
}
.xfiletitle2 {
  text-align: center;
}
.xfileremake {
  margin-top: 24px;
  font-size: 17px;
  line-height: 30px;
  color: #00182aa6;
  text-align: center;
  margin-bottom: 64px;
}
.xfileimg img {
  width: 100%;
}
.xfilecontitle {
  font-size: 34px;
  line-height: 1.3;
  color: #0b0c1b;
}
.xfilecontitle1 {
  font-size: 28px;
  color: #0b0c1b;
  font-weight: 600;
  /* font-size: 34px;
  line-height: 1;
  color: #0b0c1b; */
  margin-bottom: 12px;
}
.xfilecon {
  padding-top: 15%;
}
.xfileconremake {
  font-size: 17px;
  color: #5a5c76;
  line-height: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.xfilemore {
  display: flex;
  margin-bottom: 64px;
  cursor: pointer;
  width: 110px;
  text-align: center;
  border-radius: 48px;
  padding: 8px 12px 8px 16px;
  background-image: linear-gradient(to right, #0b0c1b, #0b0c1b);
}
.xfilemoretext {
  font-size: 14px;
  margin-left: 5px;
  line-height: 160%;
  font-weight: 400;
  color: #fff;
}
.xfilemoreimg {
  display: flex;
  align-items: center;
}
.xfilemoreline {
  width: 0px;
  margin-left: 5px;
  height: 16px;
  margin-top: 0px;
  transition: all 0.3s;
  transition-timing-function: linear;
}
.xfilemorearrow {
  margin-left: -5px;
  width: 16px;
  height: 16px;
  margin-top: 0px;
  transition: all 0.3s;
  transition-timing-function: linear;
}
.xfilemore:hover .xfilemoreline {
  width: 16px;
}
.xfilemore:hover .xfilemorearrow {
  margin-left: -16px;
}
/* 解决方案 */
.solutionBox {
  position: relative;
  /* background-image: url(../image/home/slobanner.svg); */
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.solution {
  width: 100%;
  max-width: 1430px;
  padding: 80px 50px;
  margin: auto;
  position: relative;
}
.solutionremake {
  margin-bottom: 84px;
}

.solutionTitle {
  font-size: 32px;
  font-weight: 600;
  color: #0b0c1b;
  text-align: center;
  margin-bottom: 12px;
}
.solutionremake {
  font-size: 17px;
  line-height: 30px;
  text-align: center;
  color: #5a5c76;
  margin-bottom: 70px;
}
.solutionarr {
  display: flex;
  position: absolute;
  right: 218px;
  /* top: 231px; */
  top: 371px;
}
.uamtiarr {
  width: 38px;
  height: 38px;
  border-radius: 38px;
  padding: 8px;
  background-color: #171926;
  border: 1px solid #283042;
  padding-right: 12px;
  user-select: none;
  cursor: pointer;
}
.uamtiarrle {
  width: 38px;
  height: 38px;
  user-select: none;
  border-radius: 38px;
  padding: 8px;
  border: 1px solid #283042;
  background-color: #171926;
  padding-right: 12px;
  margin-right: 8px;
  cursor: pointer;
  transform: rotateZ(180deg);
}
.uamtiarr:hover,
.uamtiarrle:hover {
  background-color: #171926db;
}
.nohover {
  opacity: 0.4;
}
.nohover:hover {
  background-color: #171926;
}
.solutioncon {
  display: none;
  margin-top: 40px;
}

.solutionconitem {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 64px;
}
.solutionconitemimg img {
  margin-top: 30px;
  width: 90px;
}
.solutionconimg {
  border-radius: 10px;
  /* margin-top: 64px; */
  overflow: hidden;
  position: relative;
}
.solutionconimg img {
  width: 100%;
  height: auto;
}
.solutionconimgright {
  width: 250px !important;
  position: absolute;
  right: 48px;
  top: 48px;
}
.solutioncontit {
  font-size: 34px;
  line-height: 1;
  color: #0b0c1b;
}
.solutioncontitle {
  font-size: 28px;
  color: #0b0c1b;
  font-weight: 600;
  /* font-size: 34px;
  line-height: 1;
  color: #0b0c1b; */
  margin-bottom: 12px;
}
.solutionconremake {
  margin-top: 32px;
  font-size: 16px;
  color: #5a5c76;
}
.solumorebox {
  margin-left: 24px;
  padding-left: 24px;
  flex-shrink: 0;
  border-left: 1px solid #e6e6e6;
}
.solumore {
  display: flex;
  cursor: pointer;
  width: 120px;
  flex-shrink: 0;
  white-space: nowrap;
  text-align: center;
  border-radius: 48px;
  padding: 8px 12px 8px 16px;
  background-image: linear-gradient(to right, #0b0c1b, #0b0c1b);
}
.solumoretext {
  font-size: 13px;
  margin-left: 5px;
  line-height: 160%;
  font-weight: 400;
  color: #fff;
}
.solumoreimg {
  display: flex;
  align-items: center;
}
.solumoreline {
  width: 0px;
  margin-left: 5px;
  height: 16px;
  margin-top: 1px;
  transition: all 0.3s;
  transition-timing-function: linear;
}
.solumorearrow {
  margin-left: -5px;
  width: 16px;
  height: 16px;
  margin-top: 1px;
  transition: all 0.3s;
  transition-timing-function: linear;
}
.solumore:hover .solumoreline {
  width: 16px;
}
.solumore:hover .solumorearrow {
  margin-left: -16px;
}
.powemore {
  display: flex;
  align-items: center;
  margin-top: 64px;
}
.powemoretext {
  font-size: 16px;
  color: #007dfc;
}
.powemoreimg img {
  width: 16px;
  height: 16px;
  margin-left: 5px;
  margin-bottom: 3px;
  transition: all 0.3s; /* 通过名字链接，名字，时间*/
  transition-timing-function: linear; /* 匀速执行 */
}
.powemore:hover .powemoreimg img {
  margin-left: 10px;
}
.poweimg {
  text-align: right;
}
.poweimg img {
  width: 100%;
  border-radius: 10px;
}
/* 开始探索 */
.startHereTitle {
  color: #333;
  font-size: 32px;
  margin-bottom: 64px;
  font-weight: 600;
}
.startHereBox {
  position: relative;
}
.startHereBoxBg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f7f9fc;
  z-index: -2;
}
.startHereContainer {
  margin: auto;
  max-width: 1430px;
  padding: 80px 50px;
  cursor: default;
}
.startHereContainercut {
  padding-left: 20px;
  padding-right: 20px;
}
.chooseWe {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 402px;
  padding: 45px 30px;
  background-color: #fff;
  box-sizing: border-box;
}
.chooseWecut {
  padding-left: 20px;
  padding-right: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.chooseTitle {
  font-size: 15px;
  font-weight: 400;
  color: #0263fe;
  margin-bottom: 10px;
}
.chooseContainer {
  color: #333;
  font-size: 24px;
  font-weight: 500;
}
.phoneNumber {
  margin: 20px 0 10px;
  font-weight: 400;
  font-size: 24px;
}
.fourBox {
  width: 100%;
  height: 400px;
}
.Wechat,
.partner,
.produce,
.work {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center center;
  padding: 20px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.Wechat::before,
.partner::before,
.produce::before,
.work::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: -1;
}
.workcut {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.partner:hover::before,
.work:hover::before {
  z-index: 1;
}
.Wechat {
  /* background-image: url("../image/home/baseMap/1.jpg"); */
  background-color: #040807;
  margin-bottom: 2px;
}
.Wechat:hover .WXQCCode {
  transition: transform 300ms;
  transform: scale(1.7);
}
.WXQCCode {
  scale: 1;
  width: 15%;
  position: absolute;
  left: 18%;
  bottom: 14%;
  transition: transform 300ms;
}
.WXPhone,
.WXBook {
  width: 35%;
  position: absolute;
  right: 5%;
  bottom: 0%;
}
.partner {
  background-image: url("../image/home/baseMap/2.jpg");
  margin-bottom: 2px;
  cursor: pointer;
}
.produce {
  display: flex;
  background-color: #fff;
  position: relative;
  background-image: url("../image/home/baseMap/v-3.jpg");
}
.produce .right {
  width: 120px;
  height: 100%;
  position: relative;
}
.work {
  background-image: url("../image/home/baseMap/4.jpg");
  cursor: pointer;
}
.WeChatTitle,
.partnerTitle,
.produceTitle,
.workTitle {
  color: #0263fe;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 15px;
}
.WechatContainer,
.partnerContainer,
.produceContainer,
.workContainer {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}
.WechatContainer {
  color: #fff;
}
.Wechatint {
  padding: 12px 0;
  display: flex;
  align-items: center;
}
.Wechatbtn {
  cursor: pointer;
  line-height: 40px;
  border-radius: 20px;
  color: #fff;
  background-image: linear-gradient(to right, #0263fe, #0263fe);
  text-align: center;
  margin-left: 12px;
  width: 100px;
}
.produceContainer {
  color: #fff;
}
.produce .images {
  position: absolute;
  top: 12%;
  right: 7%;
  width: 91px;
  height: 130px;
  overflow: hidden;
  box-shadow: -1px -1px 30px 5px #ccc;
}
.produce .images ul {
  position: absolute;
  width: 600%;
  height: 130px;
  top: 0;
  left: 0;
}
.produce .images ul li {
  float: left;
  width: 16.66666666666667%;
  height: 100%;
}
.produce .images .bookImg {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.images:hover {
  transform: scale(1.05);
}
.produce ol {
  position: absolute;
  bottom: 15%;
  right: 12%;
}
.produce ol .bookLi {
  cursor: pointer;
  float: left;
  height: 5px;
  width: 5px;
  background-color: #bababa;
  border-radius: 50%;
  margin: 0 3px;
}
.produce ol .current {
  cursor: pointer;
  float: left;
  height: 5px;
  width: 5px;
  background-color: #005ed1;
  border-radius: 50%;
  margin: 0 3px;
}
.rightBook {
  width: 10px;
  height: 10px;
  position: absolute;
  opacity: 0;
}
.remark {
  color: #9098ab;
  margin: 15px 0;
  font-size: 17px;
  /* font-weight: 300; */
}
/* last */
.essaybox {
  background-color: #fff;
}
.essay {
  width: 100%;
  max-width: 1430px;
  margin: auto;
  padding: 80px 50px;
  padding-top: 0;
}
.essaytitle {
  font-size: 32px;
  font-weight: 600;
  color: #0b0c1b;
  margin-bottom: 64px;
  margin-top: 80px;
  text-align: center;
}
.essaycontentitem {
  border-radius: 10px;
}
.essaycontenttitle {
  background-image: url(../image/home/essay1.jpg);
  /* background-color: #00182A; */
  background-size: cover;
  background-position: center;
  padding: 50px 30px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.essaycontentremake {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.479);
  font-weight: 600;
  margin-bottom: 10px;
}
.essaycontenttext {
  font-size: 19px;
  color: rgba(255, 255, 255, 0.479);
  display: flex;
  align-items: center;
}
.essaycontenttexttitle {
  font-weight: 600;
  color: #fff;
}
.essaycontenttexttitle span {
  font-weight: normal;
  color: #fff;
}
.essaycontenttextremake {
  color: #fff;
  font-size: 16px;
}
.newsContentmax {
  padding: 32px;
  padding-bottom: 28px;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsContentBox {
  margin-bottom: 12px;
  cursor: pointer;
}
.newTime {
  font-family: Wemonum;
  font-size: 14px;
  color: #5a5c76;
  margin-right: 12px;
  padding: 0 20px;
  margin-bottom: 12px;
  margin-top: 26px;
  display: flex;
  align-items: center;
}
.newfl {
  padding: 4px 12px;
  line-height: 20px;
  border-radius: 20px;
  background-color: #f7f9fc;
  color: #5a5c76;
  font-size: 14px;
  margin-left: 12px;
}
.newTitle {
  font-size: 16px;
  color: #5a5c76;
  padding: 0 20px;

  min-height: 47.5px;
}
.newsContentBox:hover .newTitle {
  color: #007dfc;
}
.newsContentimg img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.newsconyttt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newsconytttitem {
  flex: 1;
  margin-left: 64px;
}
.newsconytttitem:first-child {
  margin-left: 0;
}

.colordatasa {
  color: #0b0c1b;
}
.headermorebox2 {
  display: none;
}
/* shoujiduan */
@media only screen and (min-width: 1334px) {
  .headeritemremake br,
  .uczremake br {
    display: none;
  }
  .productlittle {
    display: none;
  }
  .headermorebox2 {
    display: none;
  }
  /* part5 */
}
/* 中等屏幕 */
@media only screen and (min-width: 1141px) and (max-width: 1333px) {
  .headeritemremake br,
  .uczconremake br,
  .uczremake br,
  .saferemake br {
    display: none;
  }
  .ucztipimgitembox {
    margin-top: calc(337px - 64px - 230px);
  }
  .datasadlpconremake {
    min-height: 78px;
  }
  .xfileconremake {
    display: none;
  }
  .xfileconremake2 {
    display: block;
  }
  .xfilecontitle1 {
    display: none;
  }
  .xfilecontitle {
    font-size: 26px;
  }
  .productlittle {
    display: none;
  }
  .headermorebox2 {
    display: none;
  }
  .header {
    padding-top: 120px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1141px) {
  .headeritemremake br,
  .solutionconremake br,
  .uczconremake br,
  .saferemake br,
  .headermorebox2 {
    display: none;
  }
  .headerbox {
    margin-top: 0;
  }
  .solutionarr {
    right: 50px;
    top: 273px;
  }
  .ucztipimgitembox {
    margin-top: 44px;
  }
  .datasadlpconremake {
    min-height: 78px;
  }
  .xfileconremake {
    display: none;
  }
  .xfileconremake2 {
    display: block;
  }
  .xfilecontitle1 {
    display: none;
  }
  .xfilecontitle {
    font-size: 26px;
  }
  .xfile {
    padding-bottom: 80px;
  }
  .xfilebox {
    height: auto;
  }
  .producemore {
    margin-top: 24px !important;
  }
  .produceContainer br,
  .produceContainer span {
    display: none;
  }
  .newsconytttitem {
    margin-left: 32px;
  }
  .productlittle {
    display: none;
  }
  .safeimgaa {
    margin-top: 100px;
  }
  .productmdile {
    display: none;
  }
  .productlittle {
    display: block;
  }
  .header {
    padding-top: 120px;
  }
}
/* 小屏幕页面大于 768px， 小于 991px 时显示的样式效果 */
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .header {
    padding-top: 120px;
  }
  .productmdile {
    display: none;
  }
  .productlittle {
    display: block;
  }
  .newsconytttitem {
    margin-left: 32px;
  }
  .headeritemremake br,
  .xfileremake br {
    display: none;
  }
  .headerbox {
    margin-top: 0;
  }

  .xfile {
    padding-bottom: 80px;
  }
  .xfilebox {
    height: auto;
  }
  .xfilecon {
    display: none;
  }
  .newsconyttt {
    flex-wrap: wrap;
  }
  .newsconytttitem {
    width: 100% !important;
    margin-top: 30px;
    margin-left: 0;
    flex: none;
  }

  .xfileconremake {
    display: none;
  }
  .xfileconremake2 {
    display: block;
  }
  .xfilecontitle1 {
    display: none;
  }
  .xfilecontitle {
    font-size: 26px;
  }
  .xfile {
    padding-bottom: 80px;
  }
  .producemore {
    margin-top: 24px !important;
  }
  .produceContainer br,
  .produceContainer span {
    display: none;
  }
  .xfileimg {
    position: relative;
  }
  .xfileimg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #f7f9fc00 70%, #f7f9fc 100%);
  }
  .xfileimg img {
    width: 100%;
  }
}

@media only screen and (max-width: 576px) {
  /* 整体padding */
  .productmdile {
    display: none;
  }
  .productlittle {
    display: block;
  }
  .headeritemremake br,
  .xfileremake br {
    display: none;
  }
  .header,
  .liked,
  .essay,
  .xfile {
    padding: 60px 20px;
    max-width: 420px;
    width: 100%;
    margin: auto;
  }
  /* 关于对字体的调整 */
  .headertitle {
    font-size: 36px;
  }
  .essaytitle,
  .headertitlelu {
    font-size: 26px;
  }

  .headerremake br .xfileremake br {
    display: none;
  }
  .headerremake {
    font-size: 17px;
    line-height: 28px;
  }
  .headerbox {
    padding-top: 64px;
    margin-top: 0;
    background-color: #040000;
    background-image: url(../image/home/header/headerpho.png);
    background-size: 100%;
    background-position: center 20px;
    background-repeat: no-repeat;
  }
  .headerimg,
  .headermorebox1 {
    display: none;
  }
  .headermorebox2 {
    display: block;
    margin-bottom: 32px;
  }
  .headeritem {
    align-items: center;
    margin-top: 32px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ffffff52;
  }
  .headertitle,
  .headerproitem,
  .headertitleluitem,
  .headerremake,
  .headeritemremake {
    color: #fff;
  }
  .headermoretext {
    color: #0b0c1b;
  }
  .headerproitem {
    line-height: 54px;
  }
  .headermore {
    background-color: #fff;
  }
  .headeritemimg1 img {
    content: url(../image/home/header/banner1bai.svg);
  }
  .headeritemimg2 img {
    content: url(../image/home/header/banner2bai-1.svg);
  }
  .headeritemimg3 img {
    content: url(../image/home/header/banner3bai-1.svg);
  }
  .headermoreline {
    content: url(../image/arrows/lineback.svg);
  }
  .headermorearrow {
    content: url(../image/arrows/arrowback.svg);
  }
  .headeritemremake span {
    display: none;
  }
  .headeritemremakeis {
    display: block !important;
  }
  @keyframes topMove {
    0% {
      transform: translateY(28px);
    }
    9% {
      transform: translateY(0);
    }
    91% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-28px);
    }
  }
  @keyframes topMove3 {
    0% {
      bottom: -38px;
    }
    9% {
      bottom: 0px;
    }
    91% {
      bottom: 0px;
    }
    100% {
      bottom: 38px;
    }
  }
  @keyframes topMoveru {
    0% {
      transform: translateY(38px);
    }
    9% {
      transform: translateY(0);
    }
  }
  @keyframes topMovechu {
    91% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-38px);
    }
  }
  /* liked */
  .liked {
    padding-top: 30px;
    max-width: 100%;
  }
  .likedback {
    width: 100%;
    left: 0;
    bottom: 60px;
  }
  .likedimg {
    padding: 0 30px;
  }

  .likedtitle {
    margin-bottom: 10px;
  }
  .likedimg {
    width: 4160px;
    display: flex;
    align-items: center;
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 1;
    animation: mymove 40s 1s infinite linear;
  }
  @keyframes mymove {
    from {
      left: 0px;
    }
    to {
      left: -2080px;
    }
  }
  .likedimg img {
    margin-top: 30px;
    width: 2000px;
    /* width: 9%; */
    margin-left: 40px;
    margin-right: 40px;
    object-fit: contain;
  }
  .workfin {
    border-bottom-left-radius: 10px;
  }
  .essaycontentitem {
    margin-top: 20px;
  }
  .essaytitle {
    margin-top: 0;
  }
  .essaytitle {
    margin-bottom: 40px;
  }
  .newsconyttt {
    flex-wrap: wrap;
  }
  .newsconytttitem {
    width: 100% !important;
    margin-top: 30px;
    margin-left: 0;
    flex: none;
  }
  .underline,
  .heng {
    display: none;
  }

  .xfileconremake {
    margin-bottom: 0;
  }
  .xfilecon {
    display: none;
  }
  .xfilebox {
    height: auto;
    border: none;
  }
  .xfileimg {
    position: relative;
  }
  .xfileimg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #f7f9fc00 70%, #f7f9fc 95%);
  }
  .xfileimg img {
    width: 100%;
  }
}
