/* 全局变量 */
:root {
  --index-bannner-font-size-title: 30px;
  --index-bannner-font-size-content: 20px;
  --index-banner-text-color-black: #202020;
  --index-banner-text-color-white: #fff;
  --index-banner-mobile-content-background: #f5f5f5;
  --index-bannner-mobile-font-size-content: 16px;
}

html.dark {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
  filter: gray;
  -webkit-filter: progid:dximagetransform.microsoft.basicimage(grayscale=1);
  filter: progid:dximagetransform.microsoft.basicimage(grayscale=1);
}

body,
div {
  margin: 0;
  padding: 0;
}

.right-color-changeLang {
  height: 32px;
  width: 40px;
  border: solid 1px #f3f7ff;
  background-color: #f3f7ff;
  border-radius: 10px 0px 0px 10px;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  color: #4673d9;
}

.right-fade-changeLang {
  height: 32px;
  width: 40px;
  border: solid 1px #f3f7ff;
  border-radius: 10px 0px 0px 10px;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  color: #b7b7b7;
}

.left-color-changeEn {
  height: 32px;
  width: 40px;
  border: solid 1px #f3f7ff;
  background-color: #f3f7ff;
  border-radius: 0px 10px 10px 0px;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  color: #4673d9;
}

.left-fade-changeEn {
  height: 32px;
  width: 40px;
  border: solid 1px #f3f7ff;
  border-radius: 0px 10px 10px 0px;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  color: #b7b7b7;
}

.br::after {
  content: "\A";
  white-space: pre;
}

.main-content {
  width: 100%;
  overflow: hidden;
}

.mainpage {
  max-width: 9999px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.mainpage::before {
  content: "";
  display: block;
  height: 100px;
  width: 100%;
}

.mainpage .banner-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: calc(100vh - 100px);
}

.mainpage .banner-item > .pc-banner {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
  object-fit: cover;
}

.pc-banner-div0 {
  position: absolute;
  width: 700px;
  color: #fff;
  top: 20%;
  left: 40%;
}

.pc-banner-div0 .font-detail {
  display: block;
  font-size: 20px;
  color: #fff;
  line-height: 36px;
  margin-top: 8%;
}

.pc-banner-div1 {
  position: absolute;
  width: 1000px;
  color: #fff;
  top: 30%;
}

/* .pc-banner-content1 {
  position: absolute;
  top: 107px;
} */

.pc-banner-div1 .font30b {
  width: 100%;
  font-size: 45px;
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0px 3px 5px rgba(10, 20, 76, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}

.pc-banner-div1 .font-detail {
  display: block;
  font-size: 20px;
  color: #fff;
  line-height: 36px;
  margin-top: 15px;
  /* font-style: italic; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.pc-banner-div2 {
  position: absolute;
  width: 1000px;
  color: #fff;
  /* left: 15%; */
  top: 20%;
}

.pc-banner-div2 .font-detail {
  display: block;
  font-size: 20px;
  color: #fff;
  line-height: 36px;
  margin-top: 60px;
}

.pc-banner-div3 {
  position: absolute;
  width: 1000px;
  color: #fff;
  /* left: 15%; */
}

.pc-banner-div3 .font-detail {
  display: block;
  font-size: 20px;
  color: #fff;
  line-height: 40px;
  margin-top: 60px;
}

.pc-banner-div3 .content-text {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.pc-banner-div3 .content-text span {
  width: 50%;
}

.pc-banner-btn span {
  display: block;
  width: 181px !important;
  height: 34px;
  border-radius: 4px;
  border: 1px solid #fff;
  margin-bottom: 20px;
  text-align: center;
  line-height: 34px;
}

.pc-banner-div4 {
  position: absolute;
  width: 1000px;
  color: #202020;
  /* left: 15%; */
  top: 30%;
}

.pc-banner-div4 .font30b {
  display: block;
  margin-bottom: 58px;
  color: white;
  width: fit-content;
  /* text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5); */
}

.pc-banner-div4 .font-detail {
  display: block;
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 40px;
  color: white;
  text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
}

.pc-banner-div5 {
  position: absolute;
  width: 1000px;
  height: calc(100vh - 100px);
  color: #202020;
  top: 10%;
}

.pc-banner-div5 .font30b {
  display: block;
  margin-bottom: 58px;
}

/* 箭头动效 */
.pc-banner-down-arrow {
  position: absolute;
  bottom: 5%;
  animation-name: img-remove;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

@keyframes img-remove {
  0% {
    bottom: 5%;
  }

  50% {
    bottom: 2%;
  }

  100% {
    bottom: 5%;
  }
}

.font30b {
  font-size: var(--index-bannner-font-size-title);
  font-weight: bold;
}

.font20b {
  font-size: var(--index-bannner-font-size-content);
  font-weight: bold;
}

.font20 {
  font-size: var(--index-bannner-font-size-content);
}

.font16 {
  font-size: var(--index-bannner-mobile-font-size-content);
  color: var(--index-banner-text-color-black);
}

.font50b {
  font-style: italic;
  font-weight: bold;
  font-size: 50px;
  text-shadow: 10px 3px 12px rgba(7, 56, 170, 0.47);
}

.button-container {
  width: 700px;
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 35px;
  grid-column-gap: 92px;
}

/*.button-item {*/
/*  width: 300px;*/
/*  height: 48px;*/
/*  background: #ffffff;*/
/*  border: 1px solid #4673d9;*/
/*  text-align: center;*/
/*  color: #181818;*/
/*  transition: background 300ms;*/
/*}*/

/*.button-item:hover {*/
/*  cursor: pointer;*/
/*  !* animation-name: button-item;*/
/*        animation-duration: 300ms;*/
/*        animation-iteration-count: 1;*/
/*        animation-fill-mode: forwards; *!*/
/*  background: #3754e2;*/
/*  color: white;*/
/*}*/

/* @keyframes button-item {
        from {}

        to {
            background: #4673D9;
            color: white;
        }
    } */

/*.button-item span {*/
/*  font-size: 20px;*/
/*  font-family: Microsoft YaHei;*/
/*  font-weight: 400;*/
/*  !* line-height: 48px; *!*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  height: inherit;*/
/*}*/

/* .button-active {
        background: #4673D9;
        color: white;
    } */

/* 轮播 */

.swiper-container {
  width: 100%;
  height: 100%;
  padding: 10px !important;
}

/* .swiper-slide {
  width: 260px !important;
  height: 260px !important;
  box-shadow: 0px 3px 12px 1px rgba(62, 112, 215, 0.2);
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(5, 1fr);
  align-items: center;
}

.swiper-slide .img-container {
  width: 140px;
  height: 140px;
  margin: auto;
  grid-row-start: 2;
  grid-row-end: 3;
}

.swiper-slide img {
  width: 140px;
  height: 140px;
  object-fit: contain;
}

.swiper-slide span {
  display: block;
  grid-row-start: 3;
  grid-row-end: 5;
} */

.my-bullet {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #dfdfdf;
  position: relative;
  margin: 0 2px;
}

.my-bullet-active {
  background: #3e70d7;
}

#my-pagination {
  position: relative;
  top: 20px;
  margin: auto;
}

.new-first-swiper-wrapper {
  width: 350px !important;
  height: 200px !important;
  box-shadow: 0px 3px 12px 1px rgba(62, 112, 215, 0.2);
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(5, 1fr);
  align-items: center;
}

.new-first-swiper-wrapper .img-container {
  width: 350px;
  height: 200px;
  margin: auto;
  grid-row-start: 2;
  grid-row-end: 3;
}

.new-first-swiper-wrapper img {
  /* display: block; */
  width: 320px;
  height: 180px;
  object-fit: contain;
}

.new-scond-swiper-wrapper {
  width: 250px !important;
  height: 200px !important;
  box-shadow: 0px 3px 12px 1px rgba(62, 112, 215, 0.2);
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(5, 1fr);
  align-items: center;
}

.new-scond-swiper-wrapper .img-container {
  width: 250px;
  height: 200px;
  margin: auto;
  grid-row-start: 2;
  grid-row-end: 3;
}

.new-scond-swiper-wrapper img {
  /* display: block; */
  width: 220px;
  height: 180px;
  object-fit: contain;
}

/* 手机用到的 */
.mobile-banner-div,
.banner-item .mobile-banner,
.mobile-banner-text {
  display: none;
}

.mobile-banner-content {
  background-color: #f2f2f2;
  padding: 20px;
  padding-bottom: 40px;
  width: 100%;
}

.mobile-banner-content .font-detail {
  display: inline-block;
  line-height: 36px;
}

.mobile-banner-content .font-detail:nth-child(2) {
  margin-top: 20px;
}

.mobile-banner-content3 {
  flex: 1;
}

.mobile-banner-bottom {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  align-items: baseline;
}

.mobile-banner-bottom > div:nth-child(1) {
  display: flex;
  flex-direction: column;
  color: #202020;
  font-size: 18px;
  line-height: 36px;
  margin-right: 30px;
  margin-bottom: 10px;
}

.mobile-banner-bottom > div:nth-child(2) {
  flex: 1;
}

.mobile-banner-bottom > div:nth-child(2) > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-banner-bottom > div:nth-child(2) > div:nth-child(1) {
  margin-bottom: 20px;
}

.mobile-banner-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 144px;
  height: 36px;
  color: #202020;
  font-size: 16px;
  cursor: default;
  border-radius: 4px;
  margin-right: 30px;
  background: #d8d8d8;
}

/* 媒体查询 手机到pc之间 */
@media screen and (min-width: 768px) and (max-width: 1140px) {
}

/* 媒体查询 手机样式 */
@media screen and (max-width: 1140px) {
  #back {
    visibility: hidden;
  }

  .mainpage .banner-item {
    flex-direction: column;
    height: auto;
  }

  .mainpage .banner-item .pc-banner {
    display: none;
  }

  .banner-item .mobile-banner {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    object-fit: fill;
  }

  .mobile-banner-text {
    color: #fff;
    display: block;
    position: absolute;
    text-align: center;
    top: 17%;
  }

  .mobile-banner-div {
    display: flex;
    width: 100%;
  }

  .pc-banner-div0,
  .pc-banner-div1,
  .pc-banner-div2,
  .pc-banner-div3,
  .pc-banner-div4,
  .pc-banner-div5 {
    visibility: hidden;
  }

  .pc-banner-down-arrow {
    display: none;
  }

  .button-container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 14px;
    grid-row-gap: 20px;
    margin-top: 30px;
  }

  /*.button-item {*/
  /*  width: auto;*/
  /*  background: #d8d8d8;*/
  /*  border-radius: 6px;*/
  /*  border: none;*/
  /*}*/

  /*.button-item span {*/
  /*  font-size: 16px;*/
  /*  font-family: Microsoft YaHei;*/
  /*  font-weight: 400;*/
  /*  !* color: #202020; *!*/
  /*}*/

  .mobile-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 7px;
    grid-row-gap: 10px;
    margin-top: 40px;
  }

  .mobile-swiper-slide {
    background: #ffffff;
    /* max-height: 230px; */
    /* max-width: 224px; */
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 0.5fr;
  }

  .mobile-img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-row: 1/3;
    margin: 0 auto;
  }

  .mobile-img-container img {
    width: 80%;
    height: 80%;
    object-fit: contain;
  }

  .mobile-swiper-slide span {
    grid-row: 3/4;
    text-align: center;
    padding: 0px 10%;
    padding-bottom: 10%;
    font-size: 80%;
  }
}

#back {
  height: 40px;
  width: 42px;
  position: fixed;
  right: 70px;
  bottom: 100px;
  display: none;
  cursor: pointer;
}

.banner-item:nth-child(2n) .pc-banner {
  filter: brightness(90%);
}

.partition-catalog{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  width: auto;
  height: 100px;
  background: #3B70D8;
  position: relative; /* 建立定位基準 */
  justify-content: space-between; /* 均分剩餘空間 */
  gap: 20px; /* 元素間固定間距 */
  padding: 20px;
  align-items: center;    /* 垂直居中 */
  align-content: center;
  margin: 0 auto;
  max-width: 1200px;
}
.new-button-item{
  width: 220px;
  height: 25px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  z-index: 1;
  margin: 0 70px;
  cursor: pointer;
}

.center{
  margin-right: -32px;
}
.right{
  margin-right: -50px;
}
.div-line {
  width: 240px;
  height: 2px;
  background: #3B70D8;
  margin-top: 6px;
}
.div-line2{
  width: 140px;
  height: 2px;
  background: #3B70D8;
  margin-top: 6px;
}
.div-line3{
  width: 130px;
  height: 2px;
  background: #3B70D8;
  margin-top: 6px;
}
.new-button-item.active{
  display: grid;
  grid-template-columns: repeat(1,2fr);
  width: 380px;
  height: 121px;
  background: #FFFFFF;
  box-shadow: 7px 5px 8px 1px rgba(31,86,194,0.3);
  border-radius: 10px;
  border: 1px solid rgba(160,183,227,0.65);
  justify-content: center; /* 水平居中 */
  align-items: center;     /* 垂直居中 */
  justify-items:center;
  align-content: center;
  z-index: 2;  /* 控制層級 */
  min-width: 100px; /* 防止內容塌陷 */
  padding: 20px;
  margin: 0 70px;
  font-weight: bold;
  font-size: 24px;
  color: #3B70D8;
  transition: transform 0.5s;
  transform: translate(-41px,0px);
}
.new-button-item.right.active {
  transform: translate(21px, 0px);
}
.new-banner-item{
  display: flex;
  flex-wrap: wrap;
  position: relative; /* 建立定位基準 */
  justify-content: space-between; /* 均分剩餘空間 */
  gap: 20px; /* 元素間固定間距 */
  padding: 50px 41px 70px 100px;
  margin: 0 auto;
  max-width: 1200px;
}

.new-banner-item.secend-box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.new-item {
  display: none;
  margin: 0 auto;
  height: auto;
}
.new-item.act {
  display: block;
}
.child-item{
  width: 370px;
  height: 655px;
  background: #ffffff;
  box-shadow: 7px 5px 8px 5px rgba(31,86,194,0.3);
  position: relative;
}
.child-item.third{
  height: 320px;
  position: relative;
}
.second{
  width: 274px;
  position: relative;

}

.child-item.left{
  border-radius: 20px 0px 0px 20px;
}
.child-item.center{
  transform: translate(-71px, 0px);
}
.child-item.right{
  border-radius: 0px 20px 20px 0px;
}
#right-out{
  transform: translate(-108px, 0px);
}

#div-second{
  transform: translate(-38px,0);
}

#div-third{
  transform: translate(-74px,0);
}

#div-fourth{
  transform: translate(-110px,0);
}

.child-item.left-up{
  border-radius: 20px 0px 0px 0px;
}
.child-item.left-down{
  border-radius: 0px 0px 0px 20px;
}
.child-item.center-up{
  transform: translate(-29px,0);
}
.child-item.center-down{
  transform: translate(-29px,0);
}
.child-item.right-up{
  border-radius: 0px 20px 0px 0px;
}
#div3-right-up{
  transform: translate(-59px,0);
}
#div3-right-down{
  transform: translate(-59px,0);
}
.child-item.right-down{
  border-radius: 0px 0px 20px 0px;
}
.child-item:hover{
  background: #2e66d6;
}
.child-item:hover .child-item-text,
.child-item:hover .child-item-text-m{
  color: white;
  transition: all 0.3s
}


.child-item-text{
  width: 264px;
  height: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 22px;
  color: #333333;
  line-height: 5px;
  position: absolute;
  left: 44%;
  transform: translateX(-50%);
  top: 12%;  /* 调节此处值改变垂直位置 */
  display: flex;
  align-items: center;
  justify-content: center;
}
.child-item-text.box1-text1{
  width: 289px;
  height: 60px;
  line-height: 25px;
  left: 50%;
  top: 12%
}
.child-item-text.box1-text2{
  left: 38%;
}
.child-item-text-m.box1-m2{
  top: 20%;
}
.child-item-text.box2-text1{
  width: 191px;
  height: 59px;
  font-size: 22px;
  line-height: 28px;
}
.child-item-text.box2-text2{
  width: 191px;
  height: 58px;
  font-size: 22px;
  line-height: 28px;
}
.child-item-text.box2-text3{
  width: 213px;
  height: 58px;
  line-height: 25px;
  left: 50%
}
.child-item-text.box2-text4{
  width: 211px;
  height: 59px;
  font-size: 22px;
  line-height: 26px;
  left: 50%;
}
.child-item-text-m.box2-m1{
  width: 214px;
  height: 50px;
  font-size: 18px;
  line-height: 32px;
  position: absolute;
  left: 48%;
  transform: translateX(-50%);
  top: 25%;  /* 调节此处值改变垂直位置 */
  display: flex;
  align-items: center;
  justify-content: center;
}
.child-item-text-m.box2-m2{
  width: 214px;
  height: 81px;
  font-size: 18px;
  line-height: 32px;
  position: absolute;
  left: 49%;
  transform: translateX(-50%);
  top: 25%;  /* 调节此处值改变垂直位置 */
  display: flex;
  align-items: center;
  justify-content: center;
}
.child-item-text-m.box2-m3{
  width: 212px;
  height: 50px;
  left: 49%;
  top: 25%;
}
.child-item-text-m.box2-m4{
  top: 25%;
  left: 50%;
  width: 213px;
  height: 83px;
}

.child-item-text.box3-text1{
  width: 192px;
  height: 22px;
  font-size: 22px;
  line-height: 5px;
  left: 35%;
  top: 15%;
}
.child-item-text.box3-text2{
  left: 35%;
  width: 289px;
  height: 22px;
  line-height: 18px;
  top: 15%;

}
.child-item-text.box3-text3{
  width: 291px;
  line-height: 35px;
  left: 40%;
  top: 15%;
  font-size: 22px;
}
.child-item-text.box3-text4{
  width: 166px;
  left: 32%;
  height: 22px;
  font-size: 22px;
  line-height: 5px;
  top: 15%;
}
.child-item-text.box3-text5{
  width: 296px;
  left: 50%;
  line-height: 18px;
  height: 22px;
  font-size: 22px;
  top: 15%;
}
.child-item-text.box3-text6{
  width: 162px;
  left: 30%;
  line-height: 18px;
  height: 22px;
  font-size: 22px;
  top: 15%;
}

.child-item-text-m.box3-m1{
  width: 223px;
  height: 19px;
  font-size: 18px;
  position: absolute;
  left: 41%;
  transform: translateX(-50%);
  top: 30%;  /* 调节此处值改变垂直位置 */
  display: flex;
  align-items: center;
  justify-content: center;
}
.child-item-text-m.box3-m2{
  width: 291px;
  height: 54px;
  left: 50%;
  font-size: 18px;
  transform: translateX(-50%);
  top: 30%;  /* 调节此处值改变垂直位置 */
  display: flex;
  align-items: center;
  justify-content: center;
}
.child-item-text-m.box3-m3{
  width: 291px;
  height: 54px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  top: 30%;  /* 调节此处值改变垂直位置 */
  display: flex;
  align-items: center;
  justify-content: center;
}
.child-item-text-m.box3-m4{
  width: 288px;
  height: 54px;
  left: 50%;
  font-size: 18px;
  position: absolute;
  transform: translateX(-50%);
  top: 30%;  /* 调节此处值改变垂直位置 */
  display: flex;
  align-items: center;
  justify-content: center;
}
.child-item-text-m.box3-m5{
  width: 291px;
  height: 54px;
  left: 51%;
  font-size: 18px;
  position: absolute;
  transform: translateX(-50%);
  top: 30%;  /* 调节此处值改变垂直位置 */
  display: flex;
  align-items: center;
  justify-content: center;
}
.child-item-text-m.box3-m6{
  width: 291px;
  left: 50%;
  height: 54px;
  font-size: 18px;
  position: absolute;
  transform: translateX(-50%);
  top: 30%;  /* 调节此处值改变垂直位置 */
  display: flex;
  align-items: center;
  justify-content: center;
}


.child-item-text-m{
  width: 288px;
  height: 88px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 35px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 23%;  /* 调节此处值改变垂直位置 */
  display: flex;
  align-items: center;
  justify-content: center;
}

.pc-icon{
  position: absolute;
  right: 0;          /* 水平靠右‌:ml-citation{ref="3,7" data="citationList"} */
  top: 348px;
}

.mobile-icon{
  display: none;
  position: absolute;
  right: 0;          /* 水平靠右‌:ml-citation{ref="3,7" data="citationList"} */
  top: 200px;
}
.new-pc-icon{
  top: 160px;
}
.pc-icon-new {
  opacity: 0; /* 默认隐藏新图‌:ml-citation{ref="5" data="citationList"} */
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 68%;  /* 调节此处值改变垂直位置 */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.child-item:hover .pc-icon {
  opacity: 0;            /* 悬停时隐藏原图‌:ml-citation{ref="5" data="citationList"} */
}
.child-item:hover .pc-icon-new {
  opacity: 1;            /* 悬停时显示新图‌:ml-citation{ref="5" data="citationList"} */
}
.mobile-icon-new{
  display: none;
}
.mobile-text{
  display: none;
}
.banner-item.new{
  height: auto;
}
.last-title{
  width: 100%;
  height: 29px;
  position: absolute;
  top: -96px;
  z-index: 2;
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 30px;
  color: #181818;
  line-height: 109px;
}
.icon-out-box{
  width: 1100px;
  height: 100px;
  position: absolute;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5,1fr);
  column-gap: 10px;
  top: 40px;
  left: -73px;
}
.icon-out-box.second{
  width: 880px;
  height: 100px;
  position: absolute;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  column-gap: 10px;
  top: 250px;
  left: 40px;
}
.icon-box{
  background-image: url("../assets/images/pc/zh-CN/index/pc-index-pic02.png");
  width: 220px;
  height: 248px;
  opacity: 0.92;

  /* 可选：内容居中 */
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  position: relative;
  text-align: center;
}
.pc-icon-img{
  position: absolute;
  left: 51px;
  top:53px;
}
.pc-icon-img.big{
  position: absolute;
  left: 41px;
  top:53px;
}
.icon-text{
  width: 184px;
  height: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #181818;
  line-height: 5px;
  position: absolute;
  left: 18px;
  top:169px;
}

@media screen and (max-width: 1140px){
  .partition-catalog{
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 创建等宽三列 */
    gap: 0; /* 单元格间距 */
    width: 100%; /* 容器宽度(按需设置) */
    background: #FFFFFF;
  }
  .new-button-item{
    width: 179px;
    height: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 15px;
    color: #333333;
    text-align: left;
    margin: 0;
  }
  .new-button-item.center{
    width: 118px;
  }
  .div-line,.div-line2,.div-line3 {
    background: #FFFFFF;
    width: 135px;
  }


  .new-button-item.active{
    display: grid;
    width: 180px;
    height: 20px;
    font-family: Microsoft YaHei;
    background: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    justify-content: left; /* 水平居中 */
    align-items: center;     /* 垂直居中 */
    z-index: 0;  /* 控制層級 */
    margin: 0;
    padding: 0 0 0 0;
    font-weight: bold;
    font-size: 15px;
    color: #3B70D8;
    transition: transform 0.5s;
    transform: scale(1);
    justify-items:normal;
  }
  .new-button-item.active.center{
    width: 118px;
  }
  .new-button-item.active .div-line{
    width: 135px;
    height: 2px;
    background: #3B70D8;
    margin-top: 10px;
  }
  .new-button-item.active .div-line2{
    width: 70px;
    height: 2px;
    background: #3B70D8;
    margin-top: 10px;
  }
  .new-button-item.active .div-line3{
    width: 60px;
    height: 2px;
    background: #3B70D8;
    margin-top: 10px;
  }

  .new-banner-item{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    justify-content: center;
  }

  .child-item{
    width: 330px;
    height: 350px;
    background: #ffffff;
    box-shadow: 7px 5px 8px 5px rgba(31,86,194,0.3);
    position: relative;
    border-radius: 20px;
  }
  .child-item.left{
    border-radius: 20px;
  }
  .child-item.right{
    border-radius: 20px;
  }
  .child-item.left-up{
    border-radius: 20px;
  }
  .child-item.right-up{
    border-radius: 20px;
  }
  .child-item.left-down{
    border-radius: 20px;
  }
  .child-item.right-down{
    border-radius: 20px;
  }

  .pc-icon{
    display: none;
  }
  .mobile-icon{
    display: block;
  }
  .mobile-icon-new{
    display: block;
  }
  .mobile-text{
    display: block;
  }
  .child-item:hover{
    background: #ffffff;
  }
  .child-item:hover .child-item-text,
  .child-item:hover .child-item-text-m{
    color: #333333;
    transition: all 0.3s
  }

  .child-item-text{
    width: 216px;
    height: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    line-height: 5px;
    position: absolute;
    left: 38%;
    transform: translateX(-50%);
    top: 15%;  /* 调节此处值改变垂直位置 */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .child-item-text.box1-text1{
    width: 271px;
    height: 18px;
    line-height: 21px;
    left: 46%;
    top: 15%
  }
  .child-item-text.box1-text2{
    left: 32%;
  }
  .child-item-text-m{
    width: 275px;
    height: 87px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 28%;  /* 调节此处值改变垂直位置 */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .child-item-text-m.box1-m1{
    width: 273px;
    height: 51px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    top: 28%
  }
  .child-item-text-m.box1-m2{
    top: 22%;
    left: 49%;
  }
  .mobile-icon-new{
    position: absolute;
    left: 26px;          /* 水平靠右‌:ml-citation{ref="3,7" data="citationList"} */
    top: 300px;
  }
  .mobile-text{
    width: 60px;
    height: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 35px;
    position: absolute;
    left: 54px;          /* 水平靠右‌:ml-citation{ref="3,7" data="citationList"} */
    top: 293px;
  }
  .child-item-text.box2-text1{
    width: 196px;
    height: 18px;
    font-size: 18px;
    line-height: 19px;
  }
  .child-item-text-m.box2-m1{
    width: 275px;
    height: 48px;
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    left: 52%;
    transform: translateX(-50%);
    top: 26%;  /* 调节此处值改变垂直位置 */
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .child-item-text.box2-text2{
    width: 196px;
    height: 18px;
    font-size: 18px;
    line-height: 18px;
  }
  .child-item-text-m.box2-m2{
    width: 272px;
    height: 49px;
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    left: 52%;
    transform: translateX(-50%);
    top: 26%;  /* 调节此处值改变垂直位置 */
    display: flex;
    align-items: center;
    justify-content: center;
  }


  .child-item-text.box2-text3{
    width: 271px;
    height: 18px;
    font-size: 18px;
    left: 50%
  }
  .child-item-text-m.box2-m3{
    width: 240px;
    height: 17px;
    font-size: 16px;
    line-height: 20px;
    left: 48%;
    top: 30%;
  }

  .child-item-text.box2-text4{
    width: 230px;
    height: 18px;
    font-size: 18px;
    line-height: 20px;
    left: 45%;
  }
  .child-item-text-m.box2-m4{
    width: 274px;
    height: 49px;
    font-size: 16px;
    line-height: 20px;
    top: 30%;
    left: 54%;
  }
  .right{
    margin-right: 44px;
  }
  .child-item.third{
    height: 350px;
  }

  .child-item-text.box3-text1{
    width: 196px;
    height: 18px;
    font-size: 18px;
    line-height: 19px;
  }
  .child-item-text.box3-text2{
    width: 196px;
    height: 18px;
    font-size: 18px;
    left: 35%;
    top: 15%
  }
  .child-item-text.box3-text3{
    width: 271px;
    height: 18px;
    font-size: 18px;
    line-height: 18px;
    left: 40%;
    top: 15%;
  }
  .child-item-text.box3-text4{
    width: 230px;
    height: 18px;
    font-size: 18px;
    line-height: 19px;
    left: 32%;
  }
  .child-item-text.box3-text5{
    width: 271px;
    height: 18px;
    font-size: 18px;
    line-height: 18px;
    left: 50%;
  }
  .child-item-text.box3-text6{
    width: 230px;
    height: 18px;
    font-size: 18px;
    line-height: 19px;
    left: 30%;
  }

  .child-item-text-m.box3-m1{
    width: 275px;
    height: 48px;
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    left: 43%;
    transform: translateX(-50%);
    top: 24%;  /* 调节此处值改变垂直位置 */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .child-item-text-m.box3-m2{
    width: 272px;
    height: 49px;
    font-size: 16px;
    line-height: 20px;
    left: 54%;
    transform: translateX(-50%);
    top: 28%;  /* 调节此处值改变垂直位置 */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .child-item-text-m.box3-m3{
    width: 236px;
    height: 17px;
    font-size: 16px;
    line-height: 20px;
    left: 48%;
    position: absolute;
    transform: translateX(-50%);
    top: 32%;  /* 调节此处值改变垂直位置 */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .child-item-text-m.box3-m4{
    width: 274px;
    height: 49px;
    font-size: 16px;
    line-height: 20px;
    left: 54%;
    position: absolute;
    transform: translateX(-50%);
    top: 27%;  /* 调节此处值改变垂直位置 */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .child-item-text-m.box3-m5{
    width: 236px;
    height: 17px;
    font-size: 16px;
    line-height: 20px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    top: 32%;  /* 调节此处值改变垂直位置 */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .child-item-text-m.box3-m6{
    width: 274px;
    height: 49px;
    font-size: 16px;
    line-height: 20px;
    left: 53%;
    position: absolute;
    transform: translateX(-50%);
    top: 27%;  /* 调节此处值改变垂直位置 */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .last-title{
    display: none;
  }
  .icon-out-box{
    display: none;
  }
  .icon-out-box.second{
    display: none;
  }



}

@media screen and (max-width: 768px){
  .partition-catalog{
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 创建等宽三列 */
    gap: 0; /* 单元格间距 */
    width: 100%; /* 容器宽度(按需设置) */
    background: #FFFFFF;
  }
  .new-button-item{
    width: 179px;
    height: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 15px;
    color: #333333;
    text-align: left;
    margin: 0;
  }
  .new-button-item.center{
    width: 118px;
  }
  .div-line,.div-line2,.div-line3 {
    background: #FFFFFF;
    width: 135px;
  }
  .new-button-item.active{
    display: grid;
    width: 180px;
    height: 20px;
    font-family: Microsoft YaHei;
    background: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    justify-content: left; /* 水平居中 */
    align-items: center;     /* 垂直居中 */
    z-index: 0;  /* 控制層級 */
    margin: 0;
    padding: 0 0 0 0;
    font-weight: bold;
    font-size: 15px;
    color: #3B70D8;
    transition: transform 0.5s;
    transform: scale(1);
    justify-items:normal;
  }
  .new-button-item.active.center{
    width: 118px;
  }
  .new-button-item.active .div-line{
    width: 135px;
    height: 2px;
    background: #3B70D8;
    margin-top: 10px;
  }
  .new-button-item.active .div-line2{
    width: 70px;
    height: 2px;
    background: #3B70D8;
    margin-top: 10px;
  }
  .new-button-item.active .div-line3{
    width: 60px;
    height: 2px;
    background: #3B70D8;
    margin-top: 10px;
  }

  .new-banner-item{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    justify-content: center;
  }

  .child-item{
    width: 330px;
    height: 350px;
    background: #ffffff;
    box-shadow: 7px 5px 8px 5px rgba(31,86,194,0.3);
    position: relative;
    border-radius: 20px;
  }
  .child-item.left{
    border-radius: 20px;
  }
  .child-item.right{
    border-radius: 20px;
  }
  #right-out{
    transform: translate(0,0);
  }
  .child-item.left-up{
    border-radius: 20px;
  }
  .child-item.right-up{
    border-radius: 20px;
  }
  .child-item.left-down{
    border-radius: 20px;
  }
  .child-item.right-down{
    border-radius: 20px;
  }



  .pc-icon{
    display: none;
  }
  .mobile-icon{
    display: block;
  }
  .mobile-icon-new{
    display: block;
  }
  .mobile-text{
    display: block;
  }
  .child-item:hover{
    background: #ffffff;
  }
  .child-item:hover .child-item-text,
  .child-item:hover .child-item-text-m{
    color: #333333;
    transition: all 0.3s
  }

  .child-item-text{
    width: 216px;
    height: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    line-height: 5px;
    position: absolute;
    left: 38%;
    transform: translateX(-50%);
    top: 15%;  /* 调节此处值改变垂直位置 */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .child-item-text.box1-text1{
    width: 271px;
    height: 18px;
    line-height: 21px;
    left: 46%;
    top: 15%
  }
  .child-item-text.box1-text2{
    left: 32%;
  }
  .child-item-text-m{
    width: 275px;
    height: 87px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 35px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 28%;  /* 调节此处值改变垂直位置 */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .child-item-text-m.box1-m1{
    width: 273px;
    height: 51px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 35px;
    top: 28%
  }
  .child-item-text-m.box1-m2{
    top: 22%;
    left: 49%;
  }
  .mobile-icon-new{
    position: absolute;
    left: 26px;          /* 水平靠右‌:ml-citation{ref="3,7" data="citationList"} */
    top: 300px;
  }
  .mobile-text{
    width: 60px;
    height: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 35px;
    position: absolute;
    left: 54px;          /* 水平靠右‌:ml-citation{ref="3,7" data="citationList"} */
    top: 293px;
  }
  .child-item-text.box2-text1{
    width: 196px;
    height: 18px;
    font-size: 18px;
    line-height: 19px;
  }
  .child-item-text-m.box2-m1{
    width: 275px;
    height: 48px;
    font-size: 16px;
    position: absolute;
    left: 52%;
    transform: translateX(-50%);
    top: 26%;  /* 调节此处值改变垂直位置 */
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .child-item-text.box2-text2{
    width: 196px;
    height: 18px;
    font-size: 18px;
    line-height: 18px;
  }
  .child-item-text-m.box2-m2{
    width: 272px;
    height: 49px;
    font-size: 16px;
    position: absolute;
    left: 52%;
    transform: translateX(-50%);
    top: 26%;  /* 调节此处值改变垂直位置 */
    display: flex;
    align-items: center;
    justify-content: center;
  }


  .child-item-text.box2-text3{
    width: 271px;
    height: 18px;
    font-size: 18px;
    left: 50%
  }
  .child-item-text-m.box2-m3{
    width: 240px;
    height: 17px;
    font-size: 16px;
    left: 48%;
    top: 30%;
  }

  .child-item-text.box2-text4{
    width: 230px;
    height: 18px;
    font-size: 18px;
    line-height: 19px;
    left: 45%;
  }
  .child-item-text-m.box2-m4{
    width: 274px;
    height: 49px;
    font-size: 16px;
    line-height: 32px;
    top: 30%;
    left: 54%;
  }
  .right{
    margin-right: 0px;
  }
  .child-item.third{
    height: 350px;
  }

  .child-item-text.box3-text1{
    width: 196px;
    height: 18px;
    font-size: 18px;
    line-height: 19px;
  }
  .child-item-text.box3-text2{
    width: 196px;
    height: 18px;
    font-size: 18px;
    left: 35%;
    top: 15%
  }
  .child-item-text.box3-text3{
    width: 271px;
    height: 18px;
    font-size: 18px;
    line-height: 18px;
    left: 40%;
    top: 15%;
  }
  .child-item-text.box3-text4{
    width: 230px;
    height: 18px;
    font-size: 18px;
    line-height: 19px;
    left: 32%;
  }
  .child-item-text.box3-text5{
    width: 271px;
    height: 18px;
    font-size: 18px;
    line-height: 18px;
    left: 50%;
  }
  .child-item-text.box3-text6{
    width: 230px;
    height: 18px;
    font-size: 18px;
    line-height: 19px;
    left: 30%;
  }

  .child-item-text-m.box3-m1{
    width: 275px;
    height: 48px;
    font-size: 16px;
    line-height: 32px;
    position: absolute;
    left: 43%;
    transform: translateX(-50%);
    top: 24%;  /* 调节此处值改变垂直位置 */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .child-item-text-m.box3-m2{
    width: 272px;
    height: 49px;
    font-size: 16px;
    line-height: 32px;
    left: 54%;
    transform: translateX(-50%);
    top: 28%;  /* 调节此处值改变垂直位置 */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .child-item-text-m.box3-m3{
    width: 236px;
    height: 17px;
    font-size: 16px;
    line-height: 32px;
    left: 48%;
    position: absolute;
    transform: translateX(-50%);
    top: 32%;  /* 调节此处值改变垂直位置 */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .child-item-text-m.box3-m4{
    width: 274px;
    height: 49px;
    font-size: 16px;
    line-height: 32px;
    left: 54%;
    position: absolute;
    transform: translateX(-50%);
    top: 27%;  /* 调节此处值改变垂直位置 */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .child-item-text-m.box3-m5{
    width: 236px;
    height: 17px;
    font-size: 16px;
    line-height: 32px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    top: 32%;  /* 调节此处值改变垂直位置 */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .child-item-text-m.box3-m6{
    width: 274px;
    height: 49px;
    font-size: 16px;
    line-height: 32px;
    left: 53%;
    position: absolute;
    transform: translateX(-50%);
    top: 27%;  /* 调节此处值改变垂直位置 */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .last-title{
    display: none;
  }
  .icon-out-box {
    display: none;
  }
  .icon-out-box.second{
    display: none;
  }

  #div1 .new-banner-item{
    top: -10px;
  }
  #div2 .new-banner-item{
    top: -50px;
  }
  #div3 .new-banner-item{
    top: -40px;
  }

}

@media  screen and (max-width: 1280px){
  .new-banner-item{
    padding: 50px 41px 70px 100px;
  }
  .new-banner-item.div2{
    padding: 50px 0px 70px 59px;
  }
  .new-banner-item.div3{
    padding: 50px 0px 70px 59px;
  }
  .child-item.left{
    transform: translate(-42px,0px);
  }
  .child-item.center{
    transform: translate(-71px, 0px);
  }
  #right-out{
    transform: translate(-67px, 0px);
  }
  #div-first{
    transform: translate(-11px,0);
  }
  #div-second{
    transform: translate(-40px,0);
  }

  #div-third{
    transform: translate(-66px,0);
  }

  #div-fourth{
    transform: translate(-95px,0);
  }

  .child-item.left-up{
    border-radius: 20px 0px 0px 0px;
    transform: translate(-11px,0);
  }
  .child-item.left-down{
    border-radius: 0px 0px 0px 20px;
  }
  #div3-left-down{
    transform: translate(-11px,0);
  }
  .child-item.center-up{
    transform: translate(-28px,0);
  }
  .child-item.center-down{
    transform: translate(-28px,0);
  }
  .child-item.right-up{
    border-radius: 0px 20px 0px 0px;
  }
  #div3-right-up{
    transform: translate(-45px,0);
  }
  #div3-right-down{
    transform: translate(-45px,0);
  }
  .child-item.right-down{
    border-radius: 0px 0px 20px 0px;
  }
  .last-title{
    top: 30px;
  }
  .icon-out-box{
    top: 170px;
    left: 36px;
  }
  .icon-out-box.second{
    top: 377px;
    left: 156px;
  }
}

@media screen and (max-width: 820px){
  .new-banner-item{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    justify-content: center;
    justify-items: end;
    padding: 0 27px 70px 100px;
  }
  #right-out{
    transform: translate(0px,10px);
  }
  #div-first{
    transform: translate(-35px, -10px);
  }
  #div-second{
    transform: translate(-65px, -10px);
  }
  #div-third{
    transform: translate(-35px, 0px);
  }
  #div-fourth{
    transform: translate(-19px, 0px);
  }

  .child-item.left-up{
    border-radius: 20px;
    transform: translate(-30px,-20px);
  }
  .child-item.right-up{
    border-radius: 20px;
  }
  #div3-right-up{
    border-radius: 20px;
    transform: translate(-30px,-10px);
  }
  .child-item.center-up{
    border-radius: 20px;
    transform: translate(-70px,-20px);
  }
  .child-item.left-down{
    border-radius: 20px;
  }
  #div3-left-down{
    border-radius: 20px;
    transform: translate(-70px,-10px);
  }
  .child-item.right-down{
    border-radius: 20px;
  }
  #div3-right-down{
    border-radius: 20px;
    transform: translate(-70px,0);
  }
  .child-item.center-down{
    border-radius: 20px;
    transform: translate(-30px,0);
  }
  .new-button-item.right.active {
    transform: translate(0px, 0px);
  }

  #div1 .new-banner-item{
    top: -10px;
  }
  #div2 .new-banner-item{
    top: -50px;
  }
  #div3 .new-banner-item{
    top: -40px;
  }
}

@media screen and (max-width: 390px){
  .new-button-item.right.active {
    transform: translate(0px, 0px);
  }
  .new-banner-item{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    justify-content: center;
    justify-items: end;
    padding: 0 27px 70px 100px;
  }
  .child-item.left{
    transform: translate(-40px,-10px);
  }
  #right-out{
    transform: translate(-36px,10px);
  }
  #div-first{
    transform: translate(-35px, -50px);
  }
  #div-second{
    transform: translate(-35px, -40px);
  }
  #div-third{
    transform: translate(-35px, -30px);
  }
  #div-fourth{
    transform: translate(-35px, -20px);
  }

  .child-item.left-up{
    border-radius: 20px;
    transform: translate(-30px,-50px);
  }
  .child-item.right-up{
    border-radius: 20px;
  }
  #div3-right-up{
    border-radius: 20px;
    transform: translate(-30px,-30px);
  }
  .child-item.center-up{
    border-radius: 20px;
    transform: translate(-30px,-40px);
  }
  .child-item.left-down{
    border-radius: 20px;
  }
  #div3-left-down{
    border-radius: 20px;
    transform: translate(-30px,-20px);
  }
  .child-item.right-down{
    border-radius: 20px;
  }
  #div3-right-down{
    border-radius: 20px;
    transform: translate(-30px,0);
  }
  .child-item.center-down{
    border-radius: 20px;
    transform: translate(-30px,-10px);
  }

  #div1 .new-banner-item{
    top: -10px;
  }
  #div2 .new-banner-item{
    top: -20px;
  }
  #div3 .new-banner-item{
    top: -20px;
  }
}

