.warp-box {
  min-width: 1920px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.layout-new-footer-box {
  padding-top: 100px;
}

.headwarp-box {
  width: 100%;
  height: 947px;
  position: relative;
  overflow: hidden;
}
.headwarp-box img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
}
.headwarp-box .imgbg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}
.headwarp-box .binfo {
  position: absolute;
  left: 0;
  right: 0;
  top: 270px;
  z-index: 10;
}
.headwarp-box .binfo .timg {
  margin: 0 auto 37px auto;
}
.headwarp-box .binfo .txt {
  text-align: center;
  color: #000;
  font-size: 30px;
  letter-spacing: 2px;
  margin-bottom: 52px;
}
.headwarp-box .binfo .tbtn a {
  position: relative;
  z-index: 20;
  text-decoration: none;
  width: 330px;
  height: 70px;
  border-radius: 50px;
  border: 1px solid #fff;
  letter-spacing: 2px;
  background: #2a68fa;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  margin: 0 auto;
  cursor: pointer;
  box-shadow: inset 0 0 10px rgb(255, 255, 255), 0 0 18px #88a3f7;
  animation: fadeInOutPoint 1s infinite;
}
.headwarp-box .binfo .tbtn a i {
  width: 33px;
  height: 32px;
  background: url(./../image/index/icon/ri.png) no-repeat center center;
  background-size: contain;
}
.headwarp-box .swiper-container {
  position: absolute;
  left: 0;
  width: 100%;
  height: 135px;
  bottom: 90px;
  z-index: 9;
}
.headwarp-box .swiper-container .swiper-slide {
  position: relative;
}
.headwarp-box .swiper-container .swiper-slide .sitem {
  width: 260px;
  height: 135px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -130px;
}
.headwarp-box .swiper-container .swiper-slide .sitem .di {
  position: absolute;
  left: 50%;
  bottom: 73px;
  transform: translateX(-50%);
}
.headwarp-box .swiper-container .swiper-slide .sitem .dt {
  color: #000;
  font-size: 18px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  text-align: center;
}
.headwarp-box .swiper-container .swiper-slide .sitem.s-up {
  background: url(./../image/index/icon/upbg.png) no-repeat center center;
  background-size: contain;
}
.headwarp-box .swiper-container .swiper-slide .sitem.s-down {
  background: url(./../image/index/icon/downbg.png) no-repeat center center;
  background-size: contain;
}
.headwarp-box .swiper-container .swiper-slide:hover {
  z-index: 9999;
}
.headwarp-box .swiper-container .swiper-slide:hover .sitem {
  width: 354px;
  height: 222px;
  margin-left: -177px;
  bottom: -50px;
}
.headwarp-box .swiper-container .swiper-slide:hover .sitem .di {
  bottom: 130px;
  transform: scale(1.2) translateX(-40%);
}
.headwarp-box .swiper-container .swiper-slide:hover .sitem .dt {
  color: #2a68fa;
  font-size: 22px;
  bottom: 50px;
  font-weight: 700;
}
.headwarp-box .swiper-container .swiper-slide:hover .sitem.s-up {
  background: url(./../image/index/icon/upbg-a.png) no-repeat center center;
  background-size: cover;
}
.headwarp-box .swiper-container .swiper-slide:hover .sitem.s-down {
  background: url(./../image/index/icon/downbg-a.png) no-repeat center center;
  background-size: cover;
}
.headwarp-box .swiper-container .swiper-pagination {
  bottom: -50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.headwarp-box .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  cursor: pointer;
  background: #bdc4cb;
}
.headwarp-box .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  height: 4px;
  border-radius: 5px;
  background: #f57808;
}

.one-warp {
  background: #000;
  width: 100%;
  height: 100vh;
  position: relative;
}
.one-warp #orbitCanvas {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}
.one-warp .timg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.5s;
}
.one-warp .track {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
}
.one-warp .track .line-one {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 21;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.5s;
  transition-delay: 0.3s;
}
.one-warp .track .line-two {
  position: relative;
  z-index: 23;
  opacity: 0;
  transition: all 0.5s;
  transition-delay: 0.6s;
}
.one-warp .track .line-two .ball {
  display: block;
  width: 37px;
  height: 37px;
  background: url(./../image/index/celve/ball.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  z-index: 24;
  opacity: 1;
  transform: scale(0);
  transform-origin: center;
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}
.one-warp .track .line-two .ball.ball1 {
  left: 60px;
  bottom: 51px;
  transition-delay: 0.8s;
}
.one-warp .track .line-two .ball.ball2 {
  left: 315px;
  bottom: 1px;
  transition-delay: 0.9s;
}
.one-warp .track .line-two .ball.ball3 {
  left: 671px;
  bottom: -18px;
  transition-delay: 1s;
}
.one-warp .track .line-two .ball.ball4 {
  left: 1071px;
  bottom: 2px;
  transition-delay: 1.1s;
}
.one-warp .track .line-two .ball.ball5 {
  right: 173px;
  bottom: 60px;
  transition-delay: 1.2s;
}
.one-warp .track .line-two .ball.ball6 {
  right: 79px;
  top: 43px;
  transition-delay: 1.3s;
}
.one-warp .track .line-two .ball.ball7 {
  right: 499px;
  top: -15px;
  transition-delay: 1.4s;
}
.one-warp .track .line-two .ball.ball8 {
  left: 514px;
  top: 2px;
  transition-delay: 1.5s;
}
.one-warp .track .line-two .ball.ball9 {
  left: 154px;
  top: 63px;
  transition-delay: 1.6s;
}
.one-warp .track .line-two .ball.ball-s {
  transform: scale(1);
  opacity: 5;
}
.one-warp .track .line-two .ball.ball-s-a {
  animation: fadeInOutBall 1.5s infinite;
}
.one-warp .track .line-two .point {
  position: absolute;
  z-index: 25;
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
  transition-delay: 2s;
}
.one-warp .track .line-two .point.point1 {
  left: -37px;
  bottom: 14px;
}
.one-warp .track .line-two .point.point2 {
  left: 335px;
  bottom: -48px;
}
.one-warp .track .line-two .point.point3 {
  left: 697px;
  bottom: -63px;
}
.one-warp .track .line-two .point.point4 {
  left: 1102px;
  bottom: -40px;
}
.one-warp .track .line-two .point.point5 {
  right: 27px;
  bottom: 20px;
}
.one-warp .track .line-two .point.point6 {
  right: -24px;
  top: 4px;
}
.one-warp .track .line-two .point.point7 {
  right: 399px;
  top: -58px;
}
.one-warp .track .line-two .point.point8 {
  left: 379px;
  top: -40px;
}
.one-warp .track .line-two .point.point9 {
  left: 58px;
  top: 26px;
}
.one-warp .track .line-two .point.point-s {
  transform: scale(1);
  opacity: 1;
}
.one-warp .sopacity {
  opacity: 1 !important;
}
.one-warp .alook {
  position: absolute;
  bottom: 70px;
  left: 50%;
  z-index: 40;
  transform: translateX(-50%);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 20px;
  opacity: 0;
  transition: all 0.5s;
  cursor: pointer;
}
.one-warp .alook span {
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
}
.one-warp .alook i {
  display: block;
  width: 32px;
  height: 32px;
  background: url(./../image/index/arrow.png) no-repeat center center;
  background-size: contain;
  animation: rightArrow 0.8s infinite;
}
.one-warp .alook:hover span {
  color: #f57808;
}

.nbox img {
  margin: 0 auto;
}

.moddule-title-box {
  color: #000;
  font-size: 54px;
  text-align: center;
  letter-spacing: 3px;
}

.moddule-more-box a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 180px;
  height: 50px;
  font-size: 18px;
  color: #373736;
  border-radius: 30px;
  border: 1px solid #000;
  cursor: pointer;
  margin: 0 auto;
  text-decoration: none;
}
.moddule-more-box a i {
  width: 8px;
  height: 16px;
  background: url(./../image/common/more.png) no-repeat center center;
  background-size: contain;
}
.moddule-more-box a:hover {
  border: 1px solid #f57808;
  color: #f57808;
}

.module-one-box {
  height: 950px;
  background: #fff;
}
.module-one-box .main-box {
  padding-top: 70px;
}
.module-one-box .main-box .moddule-title-box {
  margin-bottom: 30px;
}
.module-one-box .main-box .moddule-more-box {
  margin-bottom: 98px;
}
.module-one-box .main-box .content-box {
  display: flex;
  align-items: flex-start;
}
.module-one-box .main-box .content-box .xitem {
  width: 400px;
  height: 490px;
  position: relative;
  cursor: pointer;
}
.module-one-box .main-box .content-box .xitem .mbox {
  width: 100%;
  height: 100%;
  padding-top: 60px;
  text-align: center;
  letter-spacing: 1px;
  box-shadow: 0 0 24px rgba(216, 216, 216, 0.48);
  cursor: pointer;
  transition: all 0.18s linear;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.module-one-box .main-box .content-box .xitem .mbox .t1 {
  font-size: 34px;
  color: #858585;
  margin-bottom: 20px;
}
.module-one-box .main-box .content-box .xitem .mbox .t2 {
  font-size: 22px;
  color: #858585;
  margin-bottom: 30px;
}
.module-one-box .main-box .content-box .xitem .mbox .t3 {
  font-size: 18px;
  color: #828282;
  margin-bottom: 20px;
}
.module-one-box .main-box .content-box .xitem .mbox .t3:last-of-type {
  margin-bottom: 40px;
}
.module-one-box .main-box .content-box .xitem .mbox .btn {
  display: none;
  margin: 0 auto;
  width: 214px;
  height: 54px;
  line-height: 54px;
  border: 1px solid #1b1b1b;
  font-size: 20px;
  color: #000;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  letter-spacing: 2px;
  text-decoration: none;
}
.module-one-box .main-box .content-box .xitem .mbox .btn:hover {
  color: #fff;
  background: #f57808;
  border: 1px solid #f57808;
}
.module-one-box .main-box .content-box .xitem.active .mbox {
  width: 460px;
  height: 590px;
  position: absolute;
  left: -30px;
  top: -50px;
  z-index: 1;
  border-radius: 4px;
}
.module-one-box .main-box .content-box .xitem.active .mbox .btn {
  display: block;
}
.module-one-box .main-box .content-box .xitem:nth-child(1).active .mbox {
  border: 2px solid #cbe2fb;
  box-shadow: 0 0 27px rgba(211, 231, 252, 0.8);
}
.module-one-box .main-box .content-box .xitem:nth-child(2).active .mbox {
  border: 2px solid #fee0da;
  box-shadow: 0 0 27px rgba(253, 212, 204, 0.8);
}
.module-one-box .main-box .content-box .xitem:nth-child(3).active .mbox {
  border: 2px solid #fdeac9;
  box-shadow: 0 0 27px rgba(254, 235, 203, 0.8);
}
.module-one-box .main-box .content-box .xitem:nth-child(4).active .mbox {
  border: 2px solid #e2defd;
  box-shadow: 0 0 27px rgba(213, 207, 250, 0.8);
}

.module-two-box {
  height: 726px;
  background: url(./../image/index/tbg.jpg) no-repeat top center;
  background-size: contain;
  padding-top: 100px;
  position: relative;
}
.module-two-box .moddule-title-box {
  margin-bottom: 35px;
}
.module-two-box .moddule-more-box {
  margin-bottom: 70px;
}
.module-two-box .content-box {
  position: absolute;
  left: 50%;
  bottom: -72px;
  margin-left: -798px;
  width: 1596px;
  height: 480px;
  display: flex;
  align-items: flex-start;
}
.module-two-box .content-box .xitem {
  width: 532px;
  height: 480px;
  position: relative;
  cursor: pointer;
  box-shadow: 0 0 27px rgba(230, 230, 230, 0.5);
}
.module-two-box .content-box .xitem .mcontent {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 42px 0 0 69px;
}
.module-two-box .content-box .xitem .mcontent .dl {
  width: 130px;
  height: 130px;
  position: relative;
  margin-bottom: 50px;
}
.module-two-box .content-box .xitem .mcontent .dl .l-t {
  font-size: 20px;
  color: #000;
  line-height: 1.4em;
  position: absolute;
  left: 0;
  top: 44px;
  padding-left: 15px;
}
.module-two-box .content-box .xitem .mcontent .dl .l-t:after {
  content: "";
  width: 4px;
  height: 60%;
  background: #ea6943;
  position: absolute;
  left: -2px;
  top: 5px;
}
.module-two-box .content-box .xitem .mcontent .ricon {
  display: block;
  position: absolute;
  right: 0;
  z-index: 10;
}
.module-two-box .content-box .xitem .mcontent .t1 {
  font-size: 48px;
  color: #000;
  letter-spacing: 1px;
  margin-bottom: 33px;
}
.module-two-box .content-box .xitem .mcontent .more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 180px;
  height: 50px;
  font-size: 18px;
  color: #373736;
  border-radius: 30px;
  border: 1px solid #000;
  cursor: pointer;
  text-decoration: none;
}
.module-two-box .content-box .xitem .mcontent .more i {
  width: 8px;
  height: 16px;
  background: url(./../image/common/more.png) no-repeat center center;
  background-size: contain;
}
.module-two-box .content-box .xitem .mcontent .more:hover {
  border: 1px solid #f57808;
  color: #f57808;
}
.module-two-box .content-box .xitem.xm1 {
  background: #fff;
}
.module-two-box .content-box .xitem.xm1 .dl {
  border: 1px solid #ededed;
}
.module-two-box .content-box .xitem.xm1 .ricon {
  width: 105px;
  height: 145px;
  background: url(./../image/index/tc-1.png) no-repeat center center;
  background-size: contain;
  top: 43px;
}
.module-two-box .content-box .xitem.xm2 {
  background: #f5f5f5;
}
.module-two-box .content-box .xitem.xm2 .dl {
  border: 1px solid #e8e8e8;
}
.module-two-box .content-box .xitem.xm2 .ricon {
  width: 108px;
  height: 153px;
  background: url(./../image/index/tc-2.png) no-repeat center center;
  background-size: contain;
  top: 33px;
}
.module-two-box .content-box .xitem.xm3 {
  background: #e6e6e6;
}
.module-two-box .content-box .xitem.xm3 .dl {
  border: 1px solid #d5d5d5;
}
.module-two-box .content-box .xitem.xm3 .ricon {
  width: 89px;
  height: 148px;
  background: url(./../image/index/tc-3.png) no-repeat center center;
  background-size: contain;
  top: 26px;
}
.module-two-box .content-box .xitem .abg {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 0%;
  opacity: 0;
  transition: all 0.5s;
}
.module-two-box .content-box .xitem:nth-child(1) .abg {
  background: #1c83f6;
}
.module-two-box .content-box .xitem:nth-child(2) .abg {
  background: #8867e7;
}
.module-two-box .content-box .xitem:nth-child(3) .abg {
  background: #dc3819;
}
.module-two-box .content-box .xitem.active .abg, .module-two-box .content-box .xitem:hover .abg {
  height: 260px;
  opacity: 1;
}
.module-two-box .content-box .xitem.active .abg1, .module-two-box .content-box .xitem:hover .abg1 {
  top: -20px;
}
.module-two-box .content-box .xitem.active .dl, .module-two-box .content-box .xitem:hover .dl {
  border: 1px solid #fff !important;
}
.module-two-box .content-box .xitem.active .dl .l-t, .module-two-box .content-box .xitem:hover .dl .l-t {
  color: #fff !important;
}
.module-two-box .content-box .xitem.active .dl .l-t:after, .module-two-box .content-box .xitem:hover .dl .l-t:after {
  background: #fff;
}
.module-two-box .content-box .xitem.active.xm1 .ricon, .module-two-box .content-box .xitem:hover.xm1 .ricon {
  background: url(./../image/index/tc-1-a.png) no-repeat center center;
  background-size: contain;
}
.module-two-box .content-box .xitem.active.xm2 .ricon, .module-two-box .content-box .xitem:hover.xm2 .ricon {
  background: url(./../image/index/tc-2-a.png) no-repeat center center;
  background-size: contain;
}
.module-two-box .content-box .xitem.active.xm3 .ricon, .module-two-box .content-box .xitem:hover.xm3 .ricon {
  background: url(./../image/index/tc-3-a.png) no-repeat center center;
  background-size: contain;
}
.module-two-box .content-box .xitem.active .t1, .module-two-box .content-box .xitem:hover .t1 {
  color: #fff !important;
}
.module-two-box .content-box .xitem.active .more, .module-two-box .content-box .xitem:hover .more {
  color: #fff !important;
  border: 1px solid #fff !important;
}
.module-two-box .content-box .xitem.active .more i, .module-two-box .content-box .xitem:hover .more i {
  background: url(./../image/common/more-a.png) no-repeat center center;
  background-size: contain;
}

.layout-footer-box {
  height: 600px;
  padding-top: 30px;
}

@keyframes orbit-rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes fadeInOutBall {
  0% {
    opacity: 0.5;
    transform: scale(0.8);
  }
  50% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 0.5;
    transform: scale(0.8);
  }
}
@keyframes fadeInOutPoint {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes rightArrow {
  0% {
    transform: translateX(10px);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(10px);
  }
}