.contentBox1Wrap {
  /*background: url("../img/homebg1.png") no-repeat center center;*/
  background: linear-gradient(180deg, #f4f9ff 0%, #eef6ff 100%);
  background-size: 100% 100%;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.contentBox1Wrap .leftImg {
  position: absolute;
  display: block;
  width: 220px;
  height: 415px;
  left: 0;
  top: 40px;
}
.contentBox1Wrap .rightImg {
  position: absolute;
  display: block;
  width: 252px;
  height: 252px;
  right: 64px;
  bottom: 80px;
}

.contentBox1 {
  max-width: 1440px;
  margin: 0 auto;
  min-height: 710px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 151px;
  position: relative;
  z-index: 1;
}
.contentBox1 .mobile-br {
  display: none;
}

.contentBox1 p {
  font-family: InterMedium;
  font-weight: 500;
  font-size: 32px;
  line-height: 1;
  color: #232323;
}
.contentBox1 h1 {
  font-family: InterMedium;
  font-weight: 700;
  font-size: 64px;
  line-height: 1;
  color: #232323;
  margin-top: 32px;
}
.contentBox1 .p1 {
  font-family: InterMedium;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  color: #232323;
  margin-top: 32px;
}
.contentBox1 .homeButton {
  display: block;
  width: 192px;
  height: 56px;
  margin: 32px auto 0;
  cursor: pointer;
}

.contentBox2 {
  max-width: 1440px;
  margin: 0 auto;
  min-height: 585px;
  background: #fff;
  box-sizing: border-box;
  padding-top: 96px;
  text-align: center;
}
.contentBox2 h1 {
  font-family: Inter;
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
  color: #232323;
  margin-bottom: 10px;
}
.contentBox2 > p {
  font-family: InterMedium;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  color: #6a6969;
  margin-bottom: 64px;
}
.contentBox2 .contentBox2List {
  display: flex;
  width: 1120px;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  gap: 24px;
}
.contentBox2 .contentBox2List div {
  flex: 1;
  height: 272px;
  border: 2px solid #fff;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  transition: all 0.5s linear;
}
.contentBox2 .contentBox2List div img {
  display: block;
  width: 72px;
  height: 72px;
  margin: 52px auto 16px;
}
.contentBox2 .contentBox2List div .img1 {
  display: block;
}
.contentBox2 .contentBox2List div .img2 {
  display: none;
}
.contentBox2 .contentBox2List div h2 {
  font-family: Inter;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: #232323;
  margin-bottom: 16px;
}
.contentBox2 .contentBox2List div p {
  font-family: InterMedium;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #6a6969;
  white-space: wrap;
  text-align: center;
}
.contentBox2 .contentBox2List div:hover {
  position: relative;
  transform: translateY(-24px);
  border: 2px solid #4485e9;
  box-shadow: 0 6px 30px 5px #0000000d;
}
.contentBox2 .contentBox2List div:hover .img2 {
  display: block;
}
.contentBox2 .contentBox2List div:hover .img1 {
  display: none;
}

.contentBox3Wrap {
  width: 100%;
  overflow: hidden;
  /*background: url("../img/homebg2.png") no-repeat center center;*/
  background: linear-gradient(90deg, #f6faff 0%, #fffcff 100%);
  background-size: 100% 100%;
  position: relative;
}
.contentBox3Wrap .leftImg {
  position: absolute;
  display: block;
  width: 382px;
  height: 382px;
  left: 0;
  bottom: 0;
}
.contentBox3Wrap .rightImg {
  position: absolute;
  display: block;
  width: 252px;
  height: 252px;
  right: 0;
  top: 0;
}
.contentBox3 {
  max-width: 1440px;
  margin: 0 auto;
  min-height: 712px;
  padding: 96px 160px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.contentBox3 .homebg21 {
  width: 108px;
  height: 8px;
  margin-bottom: 16px;
  display: block;
  overflow: hidden;
}
.contentBox3 h1 {
  font-family: Inter;
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 64px;
}
.contentBox3 p {
  font-family: Inter;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: left;
  margin-bottom: 24px;
}
.contentBox3 p b {
  font-family: Inter;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  background: #d4e5ff;
}

.contentBox4 {
  background: #fff;
  margin: 0 auto;
  max-width: 1440px;
  min-height: 632px;
  padding: 96px 160px;
  box-sizing: border-box;
}
.contentBox4 h1 {
  font-family: Inter;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  margin-bottom: 64px;
}
.contentBox4 .el-carousel {
}
.contentBox4 .el-carousel img {
  display: block;
  width: 100%;
  height: 100%;
}
.contentBox4 .el-carousel__indicators--outside {
  display: none;
}
.contentBox4 .el-carousel__arrow--left,
.contentBox4 .el-carousel__arrow--right {
  width: 32px;
  height: 50px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 6px 6px 0px #0000001f;
}
.contentBox4 .el-carousel__arrow--right i,
.contentBox4 .el-carousel__arrow--left i {
  color: #000;
  font-size: 16px;
}
.contentBox4 .el-carousel__arrow--left {
  left: -10px;
  display: block !important;
}
.contentBox4 .el-carousel__arrow--right {
  right: -10px;
  display: block !important;
}
.contentBox4 .el-carousel__indicators {
  display: none;
}
.contentBox4 .el-carousel__item {
  border: 2px solid #ededed;
  box-sizing: border-box;
  border-radius: 4px;
  transition: all 0.4s linear;
  background: #fff;
  z-index: 0;
}
.contentBox4 .is-active {
  z-index: 2;
}
.contentBox4 .el-carousel__item:hover {
  border: 2px solid #4485e9;
}
.contentBox4 .el-carousel--horizontal {
  overflow-x: visible;
}

.contentBox5Wrap {
  width: 100%;
  overflow: hidden;
  background: linear-gradient(180deg, #f8faff 0%, #ffffff 100%);
}
.contentBox5 {
  max-width: 1440px;
  margin: 0 auto;
  min-height: 584px;
  padding: 96px 160px;
  box-sizing: border-box;
}
.contentBox5 h1 {
  font-family: Inter;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
}
.contentBox5 .contentBox5List {
  margin-top: 64px;
  display: flex;
  justify-content: space-between;
  align-content: center;
  gap: 0 16px;
}
.contentBox5 .contentBox5List div {
  max-width: 352px;
  min-height: 272px;
  position: relative;
  background: #fff;
  border-radius: 12px;
  box-sizing: border-box;
  padding: 40px 32px;
  border: 2px solid #fff;
  box-shadow: 0px 16px 24px -5px #00000014;
  transition: all 0.5s ease;
  margin-bottom: 32px;
}
.contentBox5 .contentBox5List div img {
  position: absolute;
  right: 32px;
  top: 40px;
  display: block;
  width: 92px;
  height: 92px;
}
.contentBox5 .contentBox5List div h1 {
  font-family: Inter;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  text-align: left;
  margin-bottom: 12px;
}
.contentBox5 .contentBox5List div h2 {
  font-family: Inter;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 16px;
}
.contentBox5 .contentBox5List div p {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.contentBox5 .contentBox5List div:hover {
  position: relative;
  transform: translateY(-24px);
  border: 2px solid #4485e9;
}
.contentBox66 {
  display: none;
}
.contentBox6 {
  max-width: 1440px;
  margin: 0 auto;
  min-height: 519px;
  box-sizing: border-box;
  padding: 96px 160px;
}
.contentBox6 h1 {
  font-family: Inter;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  margin-bottom: 64px;
}
.contentBox6 .carouselListWrap {
  display: flex;
  justify-content: space-around;
  padding-top: 5px;
}
.contentBox6 .carouselListWrap .carouselList {
  transition: all 0.5s linear;
  width: 532px;
  height: 189px;
  border-radius: 12px;
  /*box-shadow: 0px 0px 12px 0px rgba(191, 191, 191, 0.5);*/
  box-sizing: border-box;
  padding: 32px 24px;
  border: 2px solid #fff;

  box-shadow: 0px 0px 10px 0px #00000014;
}
.contentBox6 .carouselListWrap .carouselList > div {
  display: flex;
  justify-content: left;
  margin-bottom: 16px;
}
.contentBox6 .carouselListWrap .carouselList img {
  display: block;
  width: 60px;
  height: 60px;
  margin-right: 16px;
  border-radius: 50%;
}
.contentBox6 .carouselListWrap .carouselList h1 {
  margin: 0;
  font-family: Inter;
  font-weight: 700;
  font-size: 18px;
  text-align: left;
  margin-bottom: 8px;
  line-height: 26px;
  vertical-align: middle;
  color: #232323;
}
.contentBox6 .carouselListWrap .carouselList div p {
  color: #8f8f8f;
  font-family: Inter;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  vertical-align: middle;
}
.contentBox6 .carouselListWrap .carouselList p {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  vertical-align: middle;
}
.contentBox6 .carouselListWrap .carouselList:hover {
  border: 2px solid #4485e9;
}

.contentBox6 .el-carousel__indicators--outside {
  display: none;
}
.contentBox6 .el-carousel__arrow--left,
.contentBox6 .el-carousel__arrow--right {
  width: 32px;
  height: 50px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 6px 6px 0px #0000001f;
}
.contentBox6 .el-carousel__arrow--right i,
.contentBox6 .el-carousel__arrow--left i {
  color: #000;
  font-size: 16px;
}
.contentBox6 .el-carousel__arrow--left {
  left: 2px;
}
.contentBox6 .el-carousel__arrow--right {
  right: 2px;
}
.contentBox6 .el-carousel__indicators {
  display: none;
}

.contentBox7Wrap {
  width: 100%;
  /*background: url("../img/homebg3.png") no-repeat center center;*/
  background: linear-gradient(180deg, #d6e0ff 0%, #f5eeff 100%);

  background-size: 100% 100%;
  overflow: hidden;
}
.contentBox7 {
  margin: 0 auto;
  max-width: 1440px;
  min-height: 592px;
  box-sizing: border-box;
  text-align: center;
  padding: 96px 160px;
}
.contentBox7 h1 {
  font-family: Inter;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  /*color: #fff;*/
  color: #232323;
  margin-bottom: 32px;
}
.contentBox7 p {
  font-family: InterMedium;
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  /*color: #FFFFFF;*/
  color: #232323;
}
.contentBox7 .inputBox {
  display: flex;
  justify-content: center;
  margin-top: 64px;
}
.contentBox7 .inputBox .el-input {
  width: 336px;
  height: 56px;
  border-radius: 50px;
  background: #fff;
  margin-right: 10px;
}
.contentBox7 .inputBox .el-input input {
  width: 100%;
  height: 56px;
  border-radius: 50px;
  padding-left: 24px;
  background: transparent;
}
.contentBox7 .inputBox p {
  font-family: Inter, sans-serif;
  display: block;
  cursor: pointer;
  width: 192px;
  height: 56px;
  line-height: 56px;
  border-radius: 50px;
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.contentBox4 .el-carousel__indicators {
  display: none !important;
}
@media (min-width: 375px) and (max-width: 768px) {
  .contentBox1 {
    padding: 64px 24px;
    min-height: 0px;
  }
  .contentBox1 .mobile-br {
    display: block;
  }
  .contentBox1 > p {
    text-align: center;
    font-family: InterMedium;
    font-weight: 500;
    line-height: 32px;
    margin: 0 auto;
    font-size: 24px !important;
    color: #232323;
  }
  .contentBox1 h1 {
    font-family: InterMedium;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    margin: 0 auto;
    color: #232323;
    margin-top: 32px;
  }
  .contentBox1 .p1 {
    font-family: InterMedium;
    font-weight: 500;
    font-size: 18px !important;
    line-height: 26px;
    color: #232323;
    margin-top: 32px;
  }
  .contentBox2 {
    padding: 64px 24px;
    min-height: 0px;
  }
  .contentBox2 h1 {
    font-family: Inter;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #232323;
    margin-bottom: 10px;
  }
  .contentBox2 > p {
    font-family: InterMedium;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #6a6969;
    margin-bottom: 40px;
  }

  .contentBox2 .contentBox2List::-webkit-scrollbar {
    display: none;
  }
  .contentBox2 .contentBox2List div {
    border: 2px solid #4485e9 !important;
    box-shadow: 0 6px 30px 5px #0000000d !important;
    flex: 0 0 auto;
    min-width: 260px;
    height: 272px;
    border: 2px solid #fff;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    transition: all 0.5s linear;
  }
  .contentBox2 .contentBox2List div .img1 {
    display: none !important;
  }
  .contentBox2 .contentBox2List div .img2 {
    display: block !important;
  }
  .contentBox2 .contentBox2List div:hover {
    transform: translateY(0) !important;
    border: 2px solid #4485e9 !important;
    box-shadow: none !important;
  }
  .contentBox2 .contentBox2List {
    display: flex;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    gap: 16px;
    margin: 0;
  }

  .contentBox3 {
    max-width: 1440px;
    margin: 0 auto;
    min-height: 712px;
    padding: 64px 24px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
  }
  .contentBox3 h1 {
    font-family: Inter;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 40px;
  }
  .contentBox3 p {
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    margin-bottom: 24px;
  }
  .contentBox3 p:last-child {
    margin-bottom: 0;
  }

  .contentBox3 p b {
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    background: #d4e5ff;
  }

  .contentBox4 h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 40px !important;
  }
  .contentBox4 {
    width: 100%;
    padding: 64px 24px !important;
    min-height: 200px !important;
  }

  .contentBox4 .el-carousel__item {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    transform: none !important;
    margin: 0 auto !important;
    height: 220px;
    border-radius: 10px;
  }

  .contentBox4 .el-carousel {
    height: 250px !important;
    width: 90% !important;
    margin: 0 auto !important;
    transform: none !important;
  }

  .contentBox4 .el-carousel__arrow--left {
    left: -20px !important;
  }
  .contentBox4 .el-carousel__arrow--right {
    right: -10px !important;
  }
  .contentBox4 .el-carousel__item.is-active {
    transform: none !important;
  }
  .el-carousel__arrow {
    top: 50%;
  }
  .contentBox4 .el-carousel__container {
    height: 100% !important;
  }
  .contentBox4 .el-carousel img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    margin: 0 auto !important;
  }

  
  .contentBox4 .el-carousel__indicators {
    display: flex !important;
    justify-content: center !important;
    margin-top: 20px !important;
    bottom: auto !important;
    padding: 0 !important; 
  }

 
  .contentBox4 .el-carousel__indicator button {
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    background-color: #ddd !important; 
    border: none !important;
    transition: all 0.3s ease !important; 
  }


  .contentBox4 .el-carousel__indicator.is-active button {
    width: 24px !important;
    height: 8px !important; 
    border-radius: 4px !important;
    background-color: #4485e9 !important;
  }


  .contentBox4 .el-carousel__indicator {
    margin: 0 6px !important;
    padding: 0 !important;
  }
  .contentBox5 {
    width: 100%;
    padding: 64px 24px;
  }
  .contentBox5Wrap .contentBox5 h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 40px;
  }
  .contentBox5 .contentBox5List {
    display: flex;
    flex-direction: column;
  }
  .contentBox5 .contentBox5List div {
    width: 100%;
    gap: 32px !important;
    min-width: 100%;
    max-width: 100%;
  }
  .contentBox6 {
    padding: 64px 24px;
  }

  .contentBox7 {
    padding: 64px 24px;
    color: #fff;
    background: linear-gradient(to bottom, #370640, #1e62ba);
    height: auto !important;
  }
  .contentBox7 h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 0;
    color: #fff;
  }

  .contentBox7 h1:nth-child(2) {
    margin-bottom: 32px;
  }
  .contentBox7 p {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
  }
  .contentBox7 .inputBox .el-input {
    width: 100%;
  }
  .contentBox7 .inputBox {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .contentBox7 .inputBox p {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 24px;
  }
  .contentBox66 {
    display: block;
    padding: 64px 24px;
  }
  .contentBox66 h1 {
    font-family: Inter;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 40px;
  }
  .contentBox6 {
    display: none !important;
  }
  .contentBox66 .carouselList {
    display: flex;
    flex-direction: column;
    transition: all 0.5s linear;
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.08),
      0 16px 24px 2px rgba(0, 0, 0, 0.04) !important;
    box-sizing: border-box;
    padding: 32px 24px;
    margin-bottom: 24px;
    border: 2px solid #fff;
  }

  .contentBox66 .carouselList h1 {
    margin: 0;
    font-family: Inter;
    font-weight: 700;
    font-size: 18px;
    text-align: left;
    margin-bottom: 8px;
    line-height: 26px;
    vertical-align: middle;
    color: #232323;
  }
  .contentBox66 .carouselList > div {
    display: flex !important;
    align-items: center;
    gap: 16px !important;
    margin-bottom: 16px !important;
    border-radius: 50%;
    display: flex;
  }

  .contentBox66 .carouselList div img {
    border-radius: 50%;
    width: 60px !important;
    height: 60px !important;
    margin: 0 0 8px 0 !important;
  }

  .contentBox66 .carouselList h1 {
    font-size: 18px !important;
    line-height: 24px !important;
    margin-bottom: 8 !important;
    text-align: left !important;
  }

  .contentBox66 .carouselList div p {
    font-size: 14px !important;
    line-height: 20px !important;
    color: #8f8f8f !important;
    margin: 0 !important;
  }

  .contentBox66 .carouselList > p {
    line-height: 24px !important;
  }
}
