@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  background-color: #f2f6fb;
}

.home-one-header {
  background-color: #fff;
}

.home-one-header-nav {
  background-color: #fff;
}

.title {
  position: relative;
}

.title::before, .title::after {
  content: '';
  position: absolute;
  width: 49px;
  /* 修改为图片的实际宽度 */
  height: 22px;
  /* 修改为图片的实际高度 */
  background-size: cover;
  background-repeat: no-repeat;
  top: 50%;
  transform: translate(0, -50%);
}

.title::before {
  background-image: url("/images/titleLeft1.png");
  /* 替换为左侧图片的真实URL */
}

.title::after {
  background-image: url("/images/titleRight1.png");
  /* 替换为右侧图片的真实URL */
}

.main .one {
  height: 500px;
  position: relative;
  background: url(/images/logobg.jpg) no-repeat top;
}

.main .one .box {
  width: 1200px;
  margin: 0 auto;
  padding-top: 120px;
}

.main .one .box .btn {
  margin-top: 55px;
  display: block;
  width: 201px;
  height: 51px;
  border-radius: 4px;
  text-align: center;
  line-height: 51px;
  background-color: #0469FF;
  font-size: 18px;
  color: #FFFFFF;
  cursor: pointer;
}

.main .two {
  height: 820px;
  background: url("/images/logoBanner2.png") no-repeat 0 0/100% 820px;
}

.main .two .wrapper {
  padding-top: 56px;
}

.main .two .wrapper .top {
  text-align: center;
  margin-bottom: 9px;
}

.main .two .wrapper .top .title {
  font-size: 28px;
  color: #222222;
  margin-bottom: 8px;
}

.main .two .wrapper .top .title::before {
  background-image: url("/images/titleLeft1.png");
  /* 替换为左侧图片的真实URL */
  left: 298px;
}

.main .two .wrapper .top .title::after {
  background-image: url("/images/titleRight1.png");
  /* 替换为右侧图片的真实URL */
  right: 298px;
}

.main .two .wrapper .top .tip {
  font-size: 15px;
  color: #777777;
}

.main .two .wrapper .bottom .toggle {
  text-align: right;
}

.main .two .wrapper .bottom .toggle img {
  cursor: pointer;
}

.main .two .wrapper .bottom .toggle img:first-child {
  margin-right: 8px;
}

.main .two .wrapper .bottom .swiper2 {
  width: 100%;
  height: 300px;
}

.main .two .wrapper .bottom .swiper2 .logo-left,
.main .two .wrapper .bottom .swiper2 .logo-right {
  position: relative;
  left: 1150px;
  top: 0px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.main .two .wrapper .bottom .swiper2 .logo-left {
  top: 10px;
  left: 1140px;
}

.main .two .wrapper .bottom .swiper2 .logo-right {
  top: -10px;
  left: 1170px;
}

.main .two .wrapper .bottom .swiper2 .swiper-wrapper img {
  width: 290px;
  height: 249px;
}

.main .two .wrapper .bottom .swiper3 {
  width: 100%;
  height: 258px;
}

.main .two .wrapper .bottom .swiper3 img {
  width: 290px;
  height: 249px;
}

.main .two .wrapper .bottom .btn {
  margin-top: 25px;
  text-align: center;
}

.main .two .wrapper .bottom .btn a {
  display: inline-block;
  width: 201px;
  height: 51px;
  text-align: center;
  line-height: 51px;
  border-radius: 4px;
  background-color: #0469FF;
  font-size: 18px;
  color: #FFFFFF;
  cursor: pointer;
}

.main .three {
  height: 780px;
  background-color: #fff;
}

.main .three .wrapper {
  padding-top: 56px;
}

.main .three .wrapper .top {
  text-align: center;
  margin-bottom: 9px;
}

.main .three .wrapper .top .title {
  font-size: 28px;
  color: #222222;
  margin-bottom: 8px;
}

.main .three .wrapper .top .title::before {
  background-image: url("/images/titleLeft1.png");
  /* 替换为左侧图片的真实URL */
  left: 391px;
}

.main .three .wrapper .top .title::after {
  background-image: url("/images/titleRight1.png");
  /* 替换为右侧图片的真实URL */
  right: 391px;
}

.main .three .wrapper .top .toggle {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main .three .wrapper .top .toggle .item {
  padding: 6px 22px;
  border-radius: 16px;
  border: 1px solid #777777;
  cursor: pointer;
  font-size: 14px;
  color: #222222;
}

.main .three .wrapper .top .toggle .item:not(:last-child) {
  margin-right: 18px;
}

.main .three .wrapper .top .toggle .item.active {
  background-color: #0469FF;
  color: white;
  border-color: #0469FF;
}

.main .three .wrapper .swiper4 {
  margin-top: 34px;
  border-radius: 4px;
}

.main .three .wrapper .bottom {
  width: 1300px;
  height: 542px;
}

.main .four {
  height: 1249px;
  background-color: #f2f6fb;
}

.main .four .wrapper {
  padding-top: 50px;
}

.main .four .wrapper .top {
  margin-bottom: 20px;
}

.main .four .wrapper .top .title {
  text-align: center;
  font-size: 28px;
  color: #222222;
  margin-bottom: 8px;
}

.main .four .wrapper .top .title::before {
  background-image: url("/images/titleLeft1.png");
  /* 替换为左侧图片的真实URL */
  left: 407px;
}

.main .four .wrapper .top .title::after {
  background-image: url("/images/titleRight1.png");
  /* 替换为右侧图片的真实URL */
  right: 407px;
}

.main .four .wrapper .top .tip {
  text-align: center;
  font-size: 14px;
  color: #777777;
}

.main .four .wrapper .bottom {
  margin-top: 70px;
}

.main .four .wrapper .bottom .step {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main .four .wrapper .bottom .step:not(:last-child) {
  margin-bottom: 168px;
}

.main .four .wrapper .bottom .step.reverse .left {
  order: 2;
}

.main .four .wrapper .bottom .step.reverse .left .list .item::after {
  left: -145px;
}

.main .four .wrapper .bottom .step.reverse .left .list .item .num {
  order: 2;
  margin-right: 0;
}

.main .four .wrapper .bottom .step.reverse .left .list .item .detail {
  order: 1;
  margin-right: 22px;
}

.main .four .wrapper .bottom .step.reverse .right {
  order: 1;
}

.main .four .wrapper .bottom .step .left .step-title {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.main .four .wrapper .bottom .step .left .step-title span {
  font-size: 24px;
  color: #222222;
  margin-right: 40px;
}

.main .four .wrapper .bottom .step .left .step-title img {
  width: 49px;
  height: 19px;
}

.main .four .wrapper .bottom .step .left .list .item {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.main .four .wrapper .bottom .step .left .list .item.active::after {
  display: inline-block;
}

.main .four .wrapper .bottom .step .left .list .item.active .num {
  background-color: #3161f5;
}

.main .four .wrapper .bottom .step .left .list .item.active .detail {
  background-color: white;
  border-radius: 4px;
  box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.08);
}

.main .four .wrapper .bottom .step .left .list .item::after {
  content: '';
  display: none;
  position: absolute;
  right: -145px;
  top: 50%;
  transform: translateY(-50%);
  background: url("/images/logoXx1.png") no-repeat 0 0/114px 2px;
  width: 114px;
  height: 2px;
}

.main .four .wrapper .bottom .step .left .list .item:hover .detail span {
  color: #3161f5;
}

.main .four .wrapper .bottom .step .left .list .item .num {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #777;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  color: #FFFFFF;
  margin-right: 22px;
  font-family: din;
}

.main .four .wrapper .bottom .step .left .list .item .detail {
  padding-left: 24px;
  width: 324px;
  height: 87px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.main .four .wrapper .bottom .step .left .list .item .detail span {
  font-size: 18px;
  color: #222222;
}

.main .four .wrapper .bottom .step .left .list .item .detail p {
  margin-top: 6px;
  font-size: 14px;
  color: #999999;
}

.main .four .wrapper .bottom .step .left .btn {
  margin-top: 20px;
}

.main .four .wrapper .bottom .step .left .btn:hover .before {
  display: none;
}

.main .four .wrapper .bottom .step .left .btn:hover .after {
  display: inline-block;
}

.main .four .wrapper .bottom .step .left .btn img {
  width: 201px;
  height: 51px;
  cursor: pointer;
}

.main .four .wrapper .bottom .step .left .btn .after {
  display: none;
}

.main .four .wrapper .bottom .step .right {
  width: 676px;
  height: 410px;
}

.main .four .wrapper .bottom .step .right video {
  width: 100%;
  height: 100%;
}

.main .five {
  margin-top: 40px;
  background: url("/images/l41.png") no-repeat center;
  height: 90px;
  position: relative;
}

.main .five .five-center {
  width: 1200px;
  height: 90px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}

.main .five .five-center:hover .before {
  display: none;
}

.main .five .five-center:hover .after {
  display: inline-block;
}

.main .five .five-center img {
  width: 201px;
  height: 51px;
  cursor: pointer;
  position: relative;
  top: 20px;
}

.main .five .five-center .after {
  display: none;
}

.elevator {
  position: fixed;
  top: 53%;
  right: 2%;
  width: 56px;
  height: 242px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.1);
  border-radius: 4px 4px 4px 4px;
}

.elevator ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 60px;
  color: #666666;
  font-size: 12px;
  position: relative;
  cursor: pointer;
}

.elevator ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 24px;
  height: 1px;
  background: #E6E9F2;
  border-radius: 0px 0px 0px 0px;
}

.elevator ul li:last-child::after {
  width: 14px;
  height: 2px;
  background: #666666;
  top: 19px;
}

.elevator ul li:last-child:hover::after {
  width: 14px;
  height: 2px;
  background: #3161F5;
  top: 19px;
}

.elevator ul li:last-child .icon-shouqi {
  position: absolute;
  top: 14px;
  left: 21.5px;
  margin-top: -5px;
  font-size: 6px;
}

.elevator ul li:last-child div {
  margin-top: 10px;
}

.elevator ul li:hover {
  color: #3161F5;
}
