.nav .homeButton{
  display: none;
}

.contentBox1Wrap {
  /*background: url("../img/homebg1.png") no-repeat center center;*/
  /*background: linear-gradient(180deg, #f4f9ff 0%, #eef6ff 100%);*/
  background: linear-gradient(180deg, #F4F9FF 0%, #FCF4FF 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: 'Inter', sans-serif; 
  font-weight: 500;
  font-size: 32px;
  line-height: 1;
  color: #232323;
}
.contentBox1 h1 {
  font-family: 'Inter', sans-serif; 
  font-weight: 700;
  font-size: 64px;
  line-height: 1;
  color: #232323;
  margin-top: 32px;
}
.contentBox1 .p1 {
  font-family: 'Inter', sans-serif; 
  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', sans-serif; 
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
  color: #232323;
  margin-bottom: 10px;
}
.contentBox2 > p {
  font-family: 'Inter', sans-serif; 
  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.2s 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', sans-serif; 
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: #232323;
  margin-bottom: 16px;
}
.contentBox2 .contentBox2List div p {
  font-family: 'Inter', sans-serif; 
  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: linear-gradient(90deg, #FAF7FF 0%, #FFFDF7 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: 316px;
  /*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', sans-serif; 
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 64px;
}
.contentBox3 p {
  font-family: 'Inter', sans-serif; 
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: left;
  margin-bottom: 24px;
}
.contentBox3 p b {
  font-family: 'Inter', sans-serif; 
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  /*background: #d4e5ff;*/
  background: #FFE1D4;
}


.contentBox4 {
  background: #F4F7FF;
  margin: 0 auto;
  max-width: 1440px;
  min-height: 632px;
  padding: 96px 160px;
  box-sizing: border-box;
}
.contentBox4 h1 {
  font-family: 'Inter', sans-serif; 
  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: #FAFBFF;
}
.contentBox5 {
  max-width: 1440px;
  margin: 0 auto;
  min-height: 584px;
  padding: 96px 160px;
  box-sizing: border-box;
}
.contentBox5 h1 {
  font-family: 'Inter', sans-serif; 
  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', sans-serif; 
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  text-align: left;
  margin-bottom: 12px;
}
.contentBox5 .contentBox5List div h2 {
  font-family: 'Inter', sans-serif; 
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 16px;
}
.contentBox5 .contentBox5List div p {
  font-family: 'Inter', sans-serif; 
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #8F8F8F;
}
.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: 570px;
  box-sizing: border-box;
  padding: 96px 160px;
  /*background: #F7F7F9;*/
}
.contentBox6 h1 {
  font-family: 'Inter', sans-serif; 
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  margin-bottom: 64px;
}
.contentBox6 .carouselListWrap {
  display: flex;
  justify-content: center;
  gap: 16px;
  padding-top: 5px;
}
.contentBox6 .carouselListWrap .carouselList {
  transition: all 0.5s linear;
  width: 515px;
  height: 240px;
  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;
  background: #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', sans-serif; 
  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', sans-serif; 
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  vertical-align: middle;
}
.contentBox6 .carouselListWrap .carouselList p {
  font-family: 'Inter', sans-serif; 
  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: 20px;
}
.contentBox6 .el-carousel__arrow--right {
  right: 20px;
}
.contentBox6 .el-carousel__indicators {
  display: none;
}


.contentCountWrap{
  width: 100%;
  box-sizing: border-box;
  background: #F4F7FF;
  overflow: hidden;
}
.contentCountBox{
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
  padding: 96px 0;
}
.contentCountBox .outsideTitle{
  font-family: Inter,sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  color: #232323;
  margin:0 auto 64px;
  width: 90%;
}
.contentCountContent{
  border-radius: 12px;
  background: #fff;
  box-sizing: border-box;
  padding: 24px;
  font-family: Inter,sans-serif !important;
  max-width: 1120px;
  box-shadow: 0 6px 30px 5px #0000000D;
}
.contentCountContent .title h2{
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 8px;
  color: #232323;
}
.contentCountContent .title p{
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #232323;
  margin-bottom: 16px;
}
.contentCountContent .contentCountContentBox{
  display: flex;
  justify-content: space-between;
}
.contentCountContentBox .leftBox,
.contentCountContentBox .rightBox{
  width: 50%;
  box-sizing: border-box;
}
.contentCountContentBox .leftBox{
  padding-right: 24px;
  border-right: 1px solid #E6E6E6;
}
.contentCountContentBox .leftBox .topBox{
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #232323;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
  gap:2px 8px;
}
.contentCountContentBox .leftBox .topBox p{
  white-space: nowrap;
}
.contentCountContentBox .leftBox .topBox span{
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #6A6969;
}
.contentCountContentBox .currencyBox{
  position: relative;
  display: flex;
  justify-content: center;
}
.contentCountContentBox .currencyBox .showBox{
  background: #F8F8F8;
  border-radius: 4px;
  line-height: 28px;
  height: 28px;
  width: 49px;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  justify-content: center;
}
.contentCountContentBox .currencyBox .el-icon-arrow-down{
  font-weight: 700;
  font-size: 14px;
  color: #6A6969;
  transition: all .1s linear;
}
.contentCountContentBox .popoverBox{
  position: absolute;
  top: 30px;
  left: 0;
  background: #fff;
  z-index: 1002;
  box-shadow: 0px 6px 30px 5px #0000000D;
  padding: 5px;
  width: 49px;
  box-sizing: border-box;
}
.contentCountContentBox .popoverBox p{
  cursor: pointer;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  font-weight: 400;
}
.contentCountContentBox .leftSliderList{
  margin-top: 16px;
}
.contentCountContentBox .sliderText{
  display: flex;
  justify-content: space-between;
  align-items: end;
  flex-wrap: wrap;
  margin-bottom: 16px;
  gap: 2px 8px;
}
.contentCountContentBox .sliderText p{
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #232323;
  white-space: nowrap;
}
.contentCountContentBox .sliderText span{
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #6A6969;
}
.contentCountContentBox .sliderText b{
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: #232323;
}
.contentCountContentBox .el-slider__bar{
  background: #817DDA;
}
.contentCountContentBox .el-slider__button{
  border-color: #817DDA;
}
.contentCountContentBox .el-slider__runway{
  background: #E7E7E7;
  margin: 0;
}
.contentCountContentBox .el-input-number span{
  background: #fff;
}
.contentCountContentBox .leftBox .btnBox{
  margin-top: 20px;
}
.contentCountContentBox .leftBox .btnBox .btn{
  cursor: pointer;
  max-width: 320px;
  width: auto;
  height: 44px;
  display: flex;
  justify-content: center;
  gap: 12px;
  align-items: center;
  font-weight: 700;
  border-radius: 8px;
  font-size: 14px;
  line-height: 22px;
  color: #F5F2EA;
  /*background: linear-gradient(233.47deg, #B269FF 8.51%, #6688C5 95.73%);*/
  margin: 0;
  margin-bottom: 12px;
}
.contentCountContentBox .leftBox .btnBox .btn img{
  display: block;
  width: 16px;
  height: 16px;
}
.contentCountContentBox .leftBox .btnBox p{
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #8F8F8F;
}
.contentCountContentBox .rightBox{
  padding-left: 24px;
}
.contentCountContentBox .rightBox .topNavBox{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #232323;
  margin-bottom: 16px;
}
.contentCountContentBox .rightBox .naxBox{
  display: flex;
  justify-content: left;
  align-items: center;
}
.contentCountContentBox .rightBox .naxBox p{
  cursor: pointer;
  border: 1px solid #D9D9D9;
  line-height: 32px;
  width: 100px;
  height: 32px;
  text-align: center;
}
.contentCountContentBox .rightBox .naxBox .p1{
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right-color: transparent;
}
.contentCountContentBox .rightBox .naxBox .p2{
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left-color: transparent;
}
.contentCountContentBox .rightBox .naxBox .active{
  border-color: #6688C5 !important;
  color: #6688C5 !important;
}
.contentCountContentBox .rightBox .rightTitle{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: #232323;
  margin-bottom: 16px;
}
.contentCountContentBox .rightBox img{
  display: block;
  width: 16px;
  height: 16px;
}
.contentCountContentBox .rightBox .rightTitle p{
  gap: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #232323;
  cursor: pointer;
}
.contentCountContentBox .rightContentList {
  margin-bottom: 32px;
}
.contentCountContentBox .rightContentList h1{
  display: flex;
  justify-content: left;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #232323;
  gap: 6px;
  margin-bottom: 12px;
}
.contentCountContentBox .rightContentList .p1{
  margin-bottom: 14px;
  display: flex;
  justify-content: left;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 6px;
  position: relative;
}
.contentCountContentBox .rightContentList .p1 .p1_1{
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  color: #232323;
  display: block;
  position: relative;
  /*min-width: 60px;*/
}
.contentCountContentBox .rightContentList .p1 .p1_2{
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #232323;
  position: relative;
}
.contentCountContentBox .rightContentList .p2{
  display: flex;
  justify-content: left;
  margin-bottom: 4px;
}
.contentCountContentBox .rightContentList .p2 div{
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #6A6969;
  position: relative;
}
.loadingMark{
  position: absolute !important;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  z-index: 1;
  background: #f8f8f8;
  /*background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);*/
  background-size: 200% 100%;
  /*animation: skeleton-loading 1.5s infinite;*/
  /*opacity: 1;*/
  /*transition: opacity 5s linear;*/
}
@keyframes skeleton-loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.contentCountContentBox .rightBotBox h1{
  cursor: pointer;
  display: flex;
  justify-content: left;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: #6A6969;
  gap: 6px;
  margin-bottom: 6px;
}
.contentCountContentBox .rightBotBox .el-icon-arrow-down{
  font-weight: 700;
  font-size: 14px;
  color: #6A6969;
  transition: all .1s linear;
}
.animationClass{
  transform: rotate(180deg);
}
.contentCountContentBox .rightBotBox li{
  color: #6A6969;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin-left: 25px;
}
.contentCountContentBox .rightBotBox li span{
  color: #6A6969;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
}

@media (max-width: 768px) {
  .contentCountBox{
    padding: 64px 0;
  }
  .contentCountBox .outsideTitle{
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 40px;
  }
  .contentCountContent .title h2{
    font-size: 18px;
    line-height: 26px;
  }
  .contentCountContent .title p{
    font-size: 14px;
    line-height: 22px;
  }
  .contentCountContent .contentCountContentBox{
    display: block;
  }
  .contentCountContentBox .leftBox,
  .contentCountContentBox .rightBox{
    width: 100%;
    box-sizing: border-box;
    padding: 0;
  }
  .contentCountContentBox .leftBox{
    border: 0;
    margin-bottom: 24px;
  }
  .el-input-number{
    width: 100%;
  }
  .contentCountContentBox .leftBox .btnBox .btn{
    width: 100%;
    max-width: 1000px;
  }
  .rightTitle p span{
    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', sans-serif; 
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  /*color: #fff;*/
  color: #232323;
}
.contentBox7 p {
  font-family: 'Inter', sans-serif; 
  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: 8px;
  background: #fff;
  margin-right: 10px;
}
.contentBox7 .inputBox .el-input input {
  width: 100%;
  height: 56px;
  border-radius: 8px;
  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: 8px;
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.contentBox4 .el-carousel__indicators {
  display: none !important;
}


.contentBox8Wrap{
  width: 100%;
  background: #fff;
}
.contentBox8{
  box-sizing: border-box;
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
  padding:96px  24px;
  display: flex;
  justify-content: left;
  gap: 64px;
}
.contentBox8 h1{
  /*width: 270px;*/
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  text-align: left;
  padding-top: 25px;
  color: #232323;
  margin-bottom: 64px;
}
.contentBox8Box{
  width: 90%;
}
.contentBox8List{
  padding: 31px 0;
  /*max-height: 28px;*/
  overflow: hidden;
  border-bottom: 1px dashed #D7E0FF;
  position: relative;
  /*transition: max-height 0.5s ease;*/
}
.contentBox8List .topBox{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contentBox8List .showBtn{
  border: 2px solid #232323;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  box-sizing: border-box;
  cursor: pointer;
}
.contentBox8List .showBtn b{
  display: block;
  position: relative;
  width: 13px;
  height: 2px;
  background: #232323;
  top: 10px;
  left: 5px;
  transition: all 0.1s linear;
}
.contentBox8List .showBtn .b2{
  transform: rotate(90deg);
  top: 8px;
}
.contentBox8List .markBox{
  position: absolute;
  bottom: 0;
  height: 31px;
  width: 100%;
  background: #fff;
}
.contentBox8List h2{
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  width: 90%;
  color: #013062;
}
.contentBox8List .contentDiv{
  margin-top: 12px;
  display: none;
  white-space: pre-line;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #232323;
}
.contentBox8List .contentDiv p {
  font-family: Inter,sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.contentBox8List .contentDiv p:first-child{
  margin-bottom: 8px;
}
.contentBox8ActiveList .contentDiv{
  display: block;
  /*max-height: 130px !important;*/
}
.contentBox8ActiveList h2{
  color: #0F63CA;
}
.contentBox8ActiveList .showBtn .b2{
  transform: rotate(0);
}
@media (max-width: 769px) {
  .contentBox8{
    padding: 24px;
    display: block;
  }
  .contentBox8 h1{
    width: 100%;
    text-align: center;
    font-size: 48px;
    line-height: 56px;
  }
}


.aboutLogoBox{
  height: 200px;
  border: 1px solid #D9D9D9;
  /*padding: 70px 0;*/
  box-sizing: border-box;
  background:  linear-gradient(180deg, #370640 0%, #1F58A7 100%);
  /*background: linear-gradient(180deg, #F5EEFF 0%, #D6E0FF 100%);*/
  position: relative;
}
.aboutLogoWrapBox{
  display: flex;
  justify-self: left;
  align-items: center;
  width: auto;
  gap: 16px;
  position: absolute;
  /*transition: all .01s linear;*/
  /*animation: logoAn 20s infinite linear;*/
}
@keyframes logoAn {
  0%{
    transform: translatex(0%);
  }
  100%{
    transform: translatex(calc(-50% - 8px));
  }
}
.aboutLogoBox a{
  /*display: block;*/
  width: 284px !important; /* 5个滑块 + 4个间距 */
  /*height: 180px !important;*/
  /*background: #2C2C2C47;*/
  position: relative;
  transition:all .5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aboutLogoBox a:hover{
  transform: scale(1.1);
}
.aboutLogoBox a img{
  /*position: absolute;*/
  /*left: 50%;*/
  /*top: 50%;*/
  /*transform: translate(-50%, -50%);*/
  /*width: 228px;*/
  display: block;
  height: 42px;
}
.imgHeight22{
  height: 22px !important;
}
.KnowFromDiv{
  /*background: linear-gradient(94.09deg, #26043B 5.22%, #071258 94.92%);*/
  /*line-height: 40px ;*/
  /*width: 143px;*/
  /*height: 40px;*/
  /*position: absolute !important;*/
  /*left: 0;*/
  /*right: 0;*/
  /*margin: auto;*/
  /*top: 42px;*/
  /*border-radius: 8px;*/
  margin-top: 43px;
  margin-bottom: 32px;
  color: #fff;
  text-align: center;
  display: block;
  font-family: Inter,sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
}


@media (min-width: 10px) and (max-width: 768px) {
  .contentBox1 {
    padding: 64px 24px;
    min-height: 0px;
  }
  .contentBox1 .mobile-br {
    display: block;
  }
  .contentBox1 > p {
    text-align: center;
    font-family: 'Inter', sans-serif; 
    font-weight: 500;
    line-height: 32px;
    margin: 0 auto;
    font-size: 24px !important;
    color: #232323;
  }
  .contentBox1 h1 {
    font-family: 'Inter', sans-serif; 
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    margin: 0 auto;
    color: #232323;
    margin-top: 32px;
  }
  .contentBox1 .p1 {
    font-family: 'Inter', sans-serif; 
    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', sans-serif; 
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #232323;
    margin-bottom: 10px;
  }
  .contentBox2 > p {
    font-family: 'Inter', sans-serif; 
    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', sans-serif; 
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 40px;
  }
  .contentBox3 p {
    font-family: 'Inter', sans-serif; 
    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', sans-serif; 
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    /*background: #d4e5ff;*/
    background: #FFE1D4;
  }

  .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', sans-serif; 
    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', sans-serif; 
    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: 8px !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;
  }
}
@media (min-width: 769px) and (max-width: 1300px) {
  .contentBox1 {
    width: 100%;
    padding: 158px 64px;
  }
  .contentBox1 h1 {
    line-height: 72px;
  }
  .contentBox1 .p1 {
    line-height: 48px;
  }
  .contentBox2 h1 {
    line-height: 56px;
  }
  .contentBox2 > p {
    line-height: 32px;
  }
  .contentBox2 .contentBox2List {
    width: 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: row !important;
    align-items: stretch !important;
    justify-content: center !important;
    gap: 24px !important;
    margin: 0 auto !important;
  }

  .contentBox2 .contentBox2List div {
    flex: 0 0 calc(48% - 8px) !important;
    max-width: calc(50% - 8px) !important;
    width: 50% !important;
  }

  .contentBox2 {
    padding: 96px 64px !important;
  }
  .contentBox3 {
    padding: 96px 64px !important;
  }
  .contentBox3 h1 {
    line-height: 56px;
  }
  .contentBox4 {
    padding: 96px 64px !important;
  }
  .contentBox4 {
    width: 100% !important; 
    padding: 96px 64px !important; 
    width: 100% !important;
  }
  .contentBox4 .el-carousel__item {
    width: 60% !important;
  }
  .contentBox5 {
    padding: 96px 64px !important;
  }
  .contentBox5 .contentBox5List {
    display: flex;
    flex-direction: column;
  }
  .contentBox5 .contentBox5List div {
    width: 100% !important;
    min-width: 100%;
  }
  .contentBox6 {
    padding: 96px 64px !important;
  }
  .contentBox6 .carouselListWrap {
    gap: 24px;
    width: 94% !important;
    margin: 0 auto !important;
  }
  .contentBox6 .carouselListWrap .carouselList {
    height: auto !important;
    padding: 32px 24px;
    height: 283px !important;
  }
  .contentBox6 .el-carousel .el-carousel__container {
    height: auto !important;
    min-height: 300px !important;
  }
  .contentBox6 .carouselListWrap .carouselList:hover {
    /* position: relative;
    transform: translateY(-24px); */
  }
  .contentBox7 {
    padding: 96px 64px !important;
  }
  .contentBox7 .inputBox {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 53px !important;
  }
}

