@font-face {
  font-family: "iconfont";
  src:
    url("/static/css/home/en-us/font/fontIcon/iconfont.woff2?t=1765777637515") format("woff2"),
    url("/static/css/home/en-us/font/fontIcon/iconfont.woff?t=1765777637515") format("woff"),
    url("/static/css/home/en-us/font/fontIcon/iconfont.ttf?t=1765777637515") format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 0.2rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


@font-face {
  font-family: "Poppins";
  src: url("font/Poppins-Regular.ttf");
}

html {
  font-size: calc(100vw / 24) !important;
}

@media screen and (min-width: 1920px) {
  html {
    font-size: 80px !important;
  }
}

:root {
  --mainColor: #08449c;
  --bg-c: #003787;
  --bg: #f5f5f7;
  --font-exo: "Exo", system-ui, -apple-system, sans-serif;
  --main-font: "Muli", system-ui, -apple-system, sans-serif;
}
body {
  font-family: var(--main-font);
}
.com-card {
  width: 17.5rem;
  height: 100%;
  margin: 0 auto;
}
.comHover:hover {
  box-shadow: 0 0 15px rgba(4, 98, 187, 0.6);
  transform: translateY(-5px);
}
.tranImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.5s;
}
.hoverImg:hover img {
  transform: scale(1.1);
}
.com-mores {
  cursor: pointer;
  display: block;
  width: 2.325rem;
  line-height: 0.675rem;
  transition: all 0.3s;
  height: 0.675rem;
  background-color: var(--mainColor);
  border-radius: 0.0625rem;
  font-size: 0.2rem;
  text-align: center;
  color: #ffffff;
}
.com-ls24 {
  font-size: 0.2rem;
  color: #fff;
  line-height: 0.3rem;
}
.com-ls24.black {
  color: #3f3f3f;
}
.com-ls30,
.com-ls30 p {
  font-size: 0.2rem;
  line-height: 0.375rem;
  color: #000000;
}

.iderHeader {
  width: 100%;
  transition:
    transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    background 0.3s;
  height: auto;
}
.iderHeader.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  animation: slideDown 0.5s ease-out;
  box-shadow: 0px 0px 0.375rem 0px rgba(53, 117, 87, 0.1);
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.headerTop {
  width: 100%;
  height: 0.525rem;
  background-color: var(--mainColor);
}

.headerTop .linkList .icon {
  width: auto;
  height: 0.25rem;
  object-fit: contain;
  display: block;
  margin-right: 0.1rem;
}
.headerTop .rt {
  height: 100%;
}
.headerTop .linkList .item {
  margin-right: 0.4rem;
}
.headerTop .linkList .item a,
.headerTop .linkList .item div {
  font-size: 0.2rem;
  color: #ffffff;
  cursor: pointer;
}
.headerTop .linkList .item:last-child .icon {
  height: 0.175rem;
}
.languageSwitching {
  width: fit-content;
  position: relative;
  height: 100%;
  cursor: pointer;
}
.languageSwitching .icons {
  font-size: 0.25rem;
  color: #fff;
}
.languageSwitching .text {
  font-size: 0.2rem;
  color: #ffffff;
  margin: 0 0.075rem 0 0.1125rem;
}
.languageSwitching .text::after {
  display: block;
  content: ">";
  font-family: "Poppins";
  font-size: 0.3rem;
  transition: all 0.3s;
  transform: rotate(90deg);
  color: #ffffff;
  margin-left: 0.075rem;
}
.languageSwitching.active .text::after {
  transform: rotate(0);
}
.languageSwitchingDown {
  position: absolute;
  display: none;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  background-color: #fff;
  box-shadow: 0 0 0.125rem rgba(163, 161, 161, 0.7);
  border-radius: 0 0 0.0625rem 0.0625rem;
  z-index: 888;
}
.languageSwitchingDown a {
  display: block;
  font-size: 0.2rem;
  padding: 0.125rem 0.1875rem;
  border-bottom: 1px solid #eee;
  transition: all 0.3s;
}
.languageSwitchingDown a:hover {
  background-color: var(--mainColor);
  color: #fff;
}
.languageSwitchingDown a:last-child {
  border-radius: 0 0 0.0625rem 0.0625rem;
  border-bottom: none;
}

.headerBot {
  width: 100%;
  height: 1.35rem;
  background-color: #f5f5f7;
}

.menu-level1 > li,
.menu-level1 {
  height: 100%;
}
.menu-level1 > li > a {
  font-size: 0.2rem;
  color: #3f3f3f;
  transition: all 0.3s;
  font-weight: 800;
}

.menu-level1 > li {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 0.375rem;
}

.menu-level1 > li:hover > a {
  color: var(--mainColor);
}

.menu-level1 > li:last-child {
  margin-right: 0;
}
.headerBot .lt,
.headerBotrt {
  height: 100%;
}

.headerBot .logo {
  width: 2.05rem;
  height: auto;
  margin-right: 0.425rem;
}
.headerBot .logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.headerBotrt .search {
  cursor: pointer;
  font-size: 0.3rem;
  color: #111;
}
.headerBotrt .request {
  width: fit-content;
  cursor: pointer;
  height: 0.5875rem;
  background-color: var(--mainColor);
  border-radius: 0.0625rem;
  padding: 0 0.25rem;
  border: solid 0.0125rem #365eaa;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.5875rem;
  transition: all 0.3s;
  color: #ffffff;
  margin-left: 0.3125rem;
}
.headerSwiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.headerSwiper .bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.headerSwiper .swiper-slide {
  position: relative;
}
.headerSwiper .text {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}

.headerSwiper .text .title {
  font-size: 0.75rem;
  line-height: 0.75rem;
  color: #ffffff;
}
.headerSwiper .text .ls {
  font-size: 0.375rem;
  line-height: 0.6rem;
  width: 50%;
  color: #ffffff;
  text-align: center;
  margin: 0.125rem auto 0.15rem auto;
}

.iderIndexBox1 {
  width: 100%;
  height: auto;
  background: url(../picture/bg2.png) top no-repeat;
  background-size: cover;
  padding: 0.6875rem 0 0.8rem 0;
}

.iderIndexBox1 .lt {
  position: relative;
  width: 9.975rem;
  height: auto;
  margin-right: 0.3125rem;
  background: url(../picture/ic1-1.png) right no-repeat;
  background-size: cover;
  background-position-y: 0.175rem;
  padding-bottom: 5%;
  background-position-x: 0.3125rem;
}
.iderIndexBox1 .rt {
  flex: 1;
}
.iderIndexBox1 .lt .img {
  width: 9.25rem;
  height: 9.25rem;
  overflow: hidden;
  border-radius: 50%;
}
.iderIndexBox1 .lt .counter {
  font-size: 0.625rem;
  color: #ffffff;
}
.iderIndexBox1 .lt .nu_text {
  position: absolute;
  left: -0.0625rem;
  top: 1.25rem;
  width: 2.8875rem;
  height: 2.8875rem;
  background-color: var(--mainColor);
  border: solid 0.15rem #ffffff;
  justify-content: center;
  border-radius: 50%;
}
.iderIndexBox1 .lt .em {
  font-family: var(--font-exo);
  font-size: 0.25rem;
  color: #ffffff;
}
.iderIndexBox1 .lt .ls {
  font-size: 0.1625rem;
  line-height: 0.3rem;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  color: #ffffff;
}
.min-tl {
  font-size: 0.225rem;
  font-family: var(--font-exo);
  color: #3f3f3f;
}
.com-tl {
  font-size: 0.6rem;
  color: #313131;
  margin-top: 0.125rem;
}

.iderIndexBox1 .com-tl {
  font-weight: 900;
}
.iderIndexBox1 .com-mores {
  width: 2.45rem;
  height: 0.5875rem;
  line-height: 0.5875rem;
  border-radius: 0.0625rem;
  margin: 0.25rem 0 0.625rem 0;
}
.iderIndexBox1 .rt .counter {
  font-family: var(--font-exo);
  font-size: 0.6rem;
  font-weight: 600;
  color: var(--font-exo);
}
.iderIndexBox1 .rt .em {
  font-family: var(--font-exo);
  font-size: 0.3rem;
  color: #f9c028;
}
.iderIndexBox1 .rt ul {
  gap: 0.625rem 0.5rem;
  grid-template-columns: repeat(auto-fit, minmax(3.2rem, 1fr));
}
.iderIndexBox1 .rt li .nu {
  position: relative;
  width: 100%;
  padding-bottom: 0.175rem;
  margin-bottom: 0.125rem;
  border-bottom: 0.0125rem solid rgba(97, 96, 96, 0.1);
}
.iderIndexBox1 .rt li:nth-child(2) .em {
  font-size: 0.6rem;
}
.iderIndexBox1 .rt li:nth-child(3) .nu,
.iderIndexBox1 .lt .nu_text .nu {
  align-items: baseline;
}
.iderIndexBox1 .rt .nu::after {
  display: block;
  content: "";
  width: 0.575rem;
  height: 0.0125rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--mainColor);
  border-radius: 0.0125rem;
}
.min-tl.center,
.com-tl.center {
  text-align: center;
}
.iderIndexBox2 {
  width: 100%;
  height: auto;
  background-color: var(--bg);
  padding: 1.125rem 0 1rem 0;
}
.iderIndexBox2 .title {
  width: 65%;
  margin: 0 auto;
  text-align: center;
  margin-top: 0.1875rem;
}
.iderIndexBox2 ul {
  padding: 0;
  gap: 0.5rem 0.4125rem;

  grid-template-columns: repeat(auto-fit, minmax(5.5rem, 1fr));
}
.iderIndexBox2 ul li {
  width: 100%;
  height: auto;
}
.iderIndexBox2 li .img {
  width: 100%;
  height: 4rem;
  overflow: hidden;
  border-radius: 0.125rem;
}
.iderIndexBox2Con {
  width: 100%;
  margin-top: 0.75rem;
  height: auto;
}
.iderIndexBox2 li .text {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0.05rem 0.075rem 0px rgba(101, 101, 101, 0.07);
  border-radius: 0.125rem;
  height: auto;
  transition: all 0.3s;
  padding: 0.1875rem 0.625rem 0.5rem 0.375rem;
}
.iderIndexBox2 li .text .names {
  font-size: 0.3rem;
  font-family: var(--font-exo);
  transition: all 0.3s;
  color: #3f3f3f;
}
.iderIndexBox2 li .text .com-ls30 {
  margin: 0.1875rem 0 0.3125rem 0;
}
.iderIndexBox2 li .text .mores {
  font-size: 0.2rem;
  transition: all 0.3s;
  color: #3f3f3f;
}
.iderIndexBox2 li:hover .text {
  background-color: var(--mainColor);
}
.iderIndexBox2 li:hover .names,
.iderIndexBox2 li:hover .com-ls30,
.iderIndexBox2 li:hover .mores {
  color: #fff;
}
.com-mores2 {
  display: block;
  width: 2.45rem;
  height: 0.5875rem;
  cursor: pointer;
  transition: all 0.3s;
  background-color: var(--mainColor);
  border-radius: 0.0625rem;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.5875rem;
  color: #ffffff;
}
.iderIndexBox2 .com-mores2 {
  margin-top: 0.5625rem;
}

.iderIndexBox3 {
  width: 100%;
  height: auto;
  padding: 1.125rem 0 0.75rem 0;
  background: url(../picture/bg3.jpg) no-repeat;
  background-size: cover;
}
.iderIndexBox3 .lt {
  width: 30%;
  margin-right: 1.25rem;
}
.iderIndexBox3 .lt .com-mores2 {
  background-color: #fff;
  color: var(--mainColor);
  margin-top: 0.1875rem;
}
.iderIndexBox3 ul {
  flex: 1;
}
.iderIndexBox3 .lt .com-tl {
  color: #fff;
  line-height: 0.9rem;
}
.iderIndexBox3 ul {
  padding: 0;
  gap: 0.125rem;

  grid-template-columns: repeat(auto-fit, minmax(3.5rem, 1fr));
}
.iderIndexBox3 ul li {
  width: 100%;
  height: 2.6rem;
  border-radius: 0.125rem;
  padding: 0.375rem 0.125rem 0.125rem 0.5rem;
  border: solid 1px rgba(255, 255, 255, 0.2);
}
.iderIndexBox3 li .img {
  width: 1.325rem;
  border-radius: 50%;
  height: 1.325rem;
  transition: all 1s;
  background-color: rgba(255, 255, 255, 0.2);
}
.iderIndexBox3 li:hover .img {
  transform: rotate(360deg);
}
.iderIndexBox3 li .img img {
  width: 0.825rem;

  height: auto;
  object-fit: contain;
}
.iderIndexBox3 li .ls {
  font-size: 0.25rem;
  line-height: 0.3rem;
  margin-top: 0.15rem;
  color: #ffffff;
}

.iderIndexBox4 {
  width: 100%;
  height: auto;
  padding-top: 0.625rem;
  background-color: var(--bg);
}
.iderIndexBox4 .min-tl {
  color: var(--mainColor);
}
.iderIndexBox4 .com-tl {
  width: 80%;
  margin: 0 auto;
  line-height: 0.75rem;
  margin-top: 0.1875rem;
}
.iderIndexBox4 .title {
  width: 80%;
  text-align: center;
  margin: 0 auto;
  font-size: 0.225rem;
  margin-top: 0.125rem;
}
.iderIndexBox4Con {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 0.75rem;
}
.iderIndexBox4Swiper1 {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.iderIndexBox4Swiper1 .swiper-slide {
  position: relative;
}
.iderIndexBox4Swiper1 .text {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}
.iderIndexBox4Swiper1 .text .tl {
  font-size: 0.6rem;
  font-weight: var(--font-exo);
  color: #ffffff;
}
.iderIndexBox4Swiper1 .text .com-ls30 {
  color: #fff;
  width: 30%;
  margin: 0.1875rem 0;
}
.iderIndexBox4Swiper1 .bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}

.iderIndexBox4Con .bto {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.iderIndexBox4Swiper2 {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.iderIndexBox4Swiper2 .icon {
  width: auto;
  height: 0.7rem;
  object-fit: contain;
  display: block;
  transition: all 0.3s;
}
.iderIndexBox4Swiper2 .names {
  font-size: 0.2rem;
  text-align: center;
  color: #ffffff;
  margin-top: 0.3125rem;
}
.iderIndexBox4Swiper2 .con {
  width: 100%;
  cursor: pointer;
  height: 1.8rem;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
}
.iderIndexBox4Swiper2 .swiper-slide-thumb-active .con {
  border-top: 0.1rem solid #f9c028;
  background-color: var(--mainColor);
}

.iderIndexBox5 {
  width: 100%;
  height: auto;
  padding: 0.75rem 0 1.5rem 0;
  background: url(../picture/bg4.png) center no-repeat;
  background-size: cover;
}
.iderIndexBox5 .top .lt {
  width: 45%;
  height: auto;
  margin-right: 1.5rem;
}
.iderIndexBox5 .top .rt {
  flex: 1;
}
.iderIndexBox5 .top .lt .com-tl {
  line-height: 0.75rem;
}
.iderIndexBox5 .top .lt .ls {
  font-size: 0.3rem;
  margin: 0.15rem 0 0.5rem;
  color: #000000;
}
.iderIndexBox5 .top .lt img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.iderIndexBox5 .top .rt .names {
  font-size: 0.225rem;
  font-weight: 600;
  font-style: italic;
  color: #101010;
  margin-bottom: 0.25rem;
}
.iderIndexBox5 .top .rt li {
  position: relative;
}

.iderIndexBox5 .top .rt li .nu {
  width: 0.6rem;
  height: 0.55rem;
  background: url(../picture/ic1-11.png) no-repeat;
  background-size: cover;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.5rem;
  color: #ffffff;
  position: absolute;
  left: 5%;
  bottom: 0.2rem;
}

/* 1. 基础变量与容器定义 */
.iderIndexBox5 .top .rt .brs {
  position: relative;
  width: 100%;
  height: 0.12rem; 
  margin-bottom: 0.4rem;
  background-color: rgba(180, 179, 179, 0.2); 
  border-radius: 0.1rem;
  overflow: hidden;
}

.iderIndexBox5 .top .rt .brs::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 0.0625rem;
  width: var(--per, 0%);
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.2) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0.2) 75%,
      transparent 75%,
      transparent
    ),
    linear-gradient(90deg, #2363c1, #08b0e7); /* 蓝色渐变底 */

  background-size:
    40px 40px,
    100% 100%;
  animation:
    animate-width 1.5s ease-out forwards,
    move-stripes 1s linear infinite;

  box-shadow: 0 0 10px rgba(8, 176, 231, 0.5); /
}

@keyframes animate-width {
  0% {
    width: 0;
  }

}

@keyframes move-stripes {
  from {
    background-position:
      0 0,
      0 0;
  }
  to {
    background-position:
      40px 0,
      0 0; 
  }
}


.iderIndexBox5 .progress-value {
  position: absolute;
  top: -0.4375rem;
  left: var(--per, 0%);
  transform: translateX(-50%); 
  padding: .0375rem .125rem;
  background: #2363c1;
  color: #fff;
  border-radius: .0625rem;
  font-size: .15rem;
  white-space: nowrap;
  transition: left 1.5s ease-out; 
}.progress-bar-info {
border-radius: .1rem;
}

.iderIndexBox5 .progress-value:after {
  content: "";
  position: absolute;
  bottom: -0.075rem;
  left: 50%;
  margin-left: -0.075rem;
  border-top: .075rem solid #2363c1;
  border-left: .075rem solid transparent;
  border-right: .075rem  solid transparent;
}

.br_48 {
  --per: 48%;
}
.br_30 {
  --per: 30%;
}
.br_7 {
  --per: 7%;
}
.br_12 {
  --per: 12%;
}
.br_3 {
  --per: 3%;
}

.iderIndexBox5 .top .rt li.br_48 .nu {
  left: 48%;
}
.iderIndexBox5 .top .rt li.br_48 .brs::after {
  width: 48%;
}
.iderIndexBox5 .top .rt li.br_30 .nu {
  left: 30%;
}
.iderIndexBox5 .top .rt li.br_30 .brs::after {
  width: 30%;
}
.iderIndexBox5 .top .rt li.br_7 .nu {
  left: 7%;
}
.iderIndexBox5 .top .rt li.br_7 .brs::after {
  width: 7%;
}
.iderIndexBox5 .top .rt li.br_12 .nu {
  left: 12%;
}
.iderIndexBox5 .top .rt li.br_12 .brs::after {
  width: 12%;
}
.iderIndexBox5 .top .rt li.br_3 .nu {
  left: 10%;
}
.iderIndexBox5 .top .rt li.br_3 .brs::after {
  width: 3%;
}
.iderIndexBox5 .bto ul {
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
}
.iderIndexBox5 .bto ul li {
  width: 2.1875rem;
  height: 1.45rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 0.2625rem 0px rgba(101, 101, 101, 0.16);
  border-radius: 0.125rem;
  padding: 0.25rem;
  transition: all 0.3s;
  margin: 0 0.3625rem 0.125rem 0;
}
.iderIndexBox5 .bto ul li:nth-child(7n) {
  margin-right: 0;
}
.iderIndexBox5 .bto li img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  object-fit: contain;
}

.iderIndexBox6 {
  width: 100%;
  height: auto;
  padding: 1.25rem 0 0.875rem 0;
  background: url(../picture/ic1-2.png) top no-repeat;
  background-size: cover;
  border-bottom: 1px solid rgba(145, 143, 143, 0.1);
}

.iderIndexBox6Swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 0.625rem;
}
.iderIndexBox6Swiper .con {
  width: 100%;
  height: 5.4375rem;
  background-color: #ffffff;
  border-radius: 0.125rem;
  padding: 0.375rem 0.3125rem 0.125rem 0.3125rem;
}
.iderIndexBox6Swiper .con .img {
  width: 0.95rem;
  height: 0.95rem;
  border-radius: 50%;
  margin-right: 0.1875rem;
}
.iderIndexBox6Swiper .con .top {
  width: 100%;
  padding-bottom: 0.15rem;
  margin-bottom: 0.375rem;
  border-bottom: 1px solid rgba(143, 143, 143, 0.1);
}
.iderIndexBox6Swiper .con .names {
  font-size: 0.3rem;
  font-weight: 600;
  color: #000000;
}
.iderIndexBox6Swiper .con .iconList img {
  width: 0.25rem;
  height: auto;
  object-fit: contain;
  display: block;
  margin-right: 0.0625rem;
}
.iderIndexBox6-pagination {
  margin-top: 0.725rem;
}
.iderIndexBox6-pagination .swiper-pagination-bullet {
  background-color: #2e2e2e;
  opacity: 0.2;
  transition: all 0.3s;
}
.iderIndexBox6-pagination .swiper-pagination-bullet-active {
  background-color: var(--mainColor);
  opacity: 1;
}

.iderIndexBox7 {
  width: 100%;
  height: auto;
  padding: 0.875rem 0 1.25rem 0;
  background-color: var(--bg);
}

.iderIndexBox7Con {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.iderIndexBox7Con .lt {
  width: 8.75rem;
  height: auto;
  margin-right: 0.375rem;
}
.iderIndexBox7Con .lt .img {
  width: 100%;
  height: 5.525rem;
  border-radius: 1px;
  overflow: hidden;
}
.iderIndexBox7Con .lt .text {
  width: 100%;
  height: 4.3625rem;
  padding: 0.3125rem 0.75rem 0.75rem 0.4375rem;
  background-color: #ffffff;
  border-radius: 1px;
}
.iderIndexBox7Con .time {
  font-size: 0.2rem;
  color: #5d5d5d;
  margin-bottom: 0.25rem;
}
.iderIndexBox7Con .lt .names {
  display: block;
  text-decoration: underline;
  font-size: 0.3rem;
  font-weight: 800;
  line-height: 0.45rem;
  color: #08449c;
}
.iderIndexBox7Con .lt .com-ls30 {
  margin: 0.1875rem 0 0.5rem 0;
}
.iderIndexBox7Con .lt .mores {
  text-decoration: underline;
  font-size: 0.2rem;
  color: #08449c;
}

.iderIndexBox7Con ul {
  flex: 1;
}
.iderIndexBox7Con ul li {
  width: 100%;
  height: 3.125rem;
  padding: 0.125rem;
  background-color: #ffffff;
  border-radius: 1px;
  margin-bottom: 0.25rem;
}
.iderIndexBox7Con li .img {
  display: block;
  width: 3.55rem;
  overflow: hidden;
  border-radius: 1px;
  height: 100%;
}
.iderIndexBox7Con li .text {
  flex: 1;
  padding: 0.25rem 0.125rem 0.125rem 0.275rem;
}
.iderIndexBox7Con li .names {
  font-size: 0.25rem;
  display: block;
  font-weight: var(--font-exo);
  line-height: 0.375rem;
  font-weight: 600;
  transition: all 0.3s;
  color: #4c4c4c;
}
.iderIndexBox7Con li .mores {
  display: block;
  font-size: 0.2rem;
  color: #3f3f3f;
  transition: all 0.3s;
  margin-top: 0.375rem;
}
.iderIndexBox7Con li:hover .names,
.iderIndexBox7Con li:hover .mores {
  color: var(--mainColor);
}

.iderIndexBox8 {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.25rem 0;
}
.iderIndexBox8 .lt {
  width: 6.525rem;
  height: auto;
  margin-right: 1.25rem;
}
.iderIndexBox8 .lt .tl {
  font-size: 0.625rem;
  font-family: var(--font-exo);
  font-weight: 800;
  color: var(--mainColor);
}
.iderIndexBox8 .lt .tl_text {
  font-family: var(--font-exo);
  text-decoration: underline;
  font-size: 0.625rem;
  font-weight: 800;
  color: var(--mainColor);
}
.iderIndexBox8 .lt .ls {
  font-size: 0.3rem;
  margin: 0.3125rem 0;
  color: #3f3f3f;
}
.iderIndexBox8 .lt .phone {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  box-shadow: 0px 0px 0.3rem 0px rgba(4, 0, 0, 0.09);
  border-radius: 0.125rem;
  padding: 0.375rem;
}
.iderIndexBox8 .lt .imgs {
  position: relative;
  width: 34%;
}
.iderIndexBox8 .lt .img {
  width: 1.0625rem;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  height: 1.0625rem;
  background-color: var(--mainColor);
  border: solid 0.0625rem #ffffff;
}
.iderIndexBox8 .lt .img img {
  width: 0.5875rem;
  height: auto;
  object-fit: contain;
}
.iderIndexBox8 .lt .phone .bg {
  position: absolute;
  top: 0;
  left: 0.6875rem;
  z-index: 1;
  width: 1.0625rem;
  object-fit: cover;
  height: 1.0625rem;
  border-radius: 50%;
}
.iderIndexBox8 .lt .txt {
  font-size: 0.2rem;
  font-family: var(--font-exo);
  font-weight: 600;
  color: #3f3f3f;
}
.iderIndexBox8 .lt .phone .rt a {
  font-family: var(--font-exo);
  font-weight: 700;
  font-size: 0.375rem;
  display: inline-block;
  color: #3f3f3f;
}

.iderIndexBox8 .form {
  flex: 1;
}
.iderIndexBox8 .form .top {
  align-items: baseline;
}
.iderIndexBox8 .form input {
  width: 4.7rem;
  height: 0.825rem;
  border-radius: 0.05rem;
  border: solid 0.0125rem #e5e5e5;
  font-size: 0.2rem;
  padding-left: 0.1875rem;
  color: #3f3f3f;
  transition: all 0.3s;
  margin-bottom: 0.2375rem;
}
.iderIndexBox8 .form input:focus,
.iderIndexBox8 .form textarea:focus {
  border-color: var(--mainColor);
}
.iderIndexBox8 .form textarea {
  width: 4.7rem;
  transition: all 0.3s;
  height: 1.8875rem;
  border-radius: 0.05rem;
  border: solid 0.0125rem #e5e5e5;
  font-size: 0.2rem;
  padding: 0.1875rem 0 0 0.1875rem;
  color: #3f3f3f;
}
.iderIndexBox8 .form .com-ls24 a {
  color: var(--mainColor);
  font-weight: 700;
  font-family: var(--font-exo);
  font-style: italic;
  text-decoration: underline;
  color: #3f3f3f;
}
.iderIndexBox8 .form .bto .com-ls24 {
  flex: 1;
  margin-right: 0.25rem;
}
.iderIndexBox8 .form button {
  width: 4.7rem;
  cursor: pointer;
  height: 0.725rem;
  background-color: var(--mainColor);
  border-radius: 0.05rem;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.725rem;
  color: #ffffff;
}

.iderFooter {
  width: 100%;
  height: auto;
  background-color: var(--bg-c);
}
.iderFooter .top {
  width: 100%;
  height: auto;
  padding: 0.4375rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.iderFooter .top .logo {
  width: 3.0875rem;
  height: auto;
  object-fit: contain;
}
.iderFooter .bto {
  width: 100%;
  height: auto;
  padding: 0.75rem 0;
}
.iderFooter .bto .names {
  font-family: var(--font-exo);
  font-size: 0.225rem;
  font-weight: 100;
  letter-spacing: 0.0125rem;
  margin-bottom: 0.3125rem;
  color: #ffffff;
}
.iderFooter .bto ul {
  flex: 1;
  justify-content: space-between;
}
.iderFooter .bto .rt {
  width: 3.9375rem;
  margin-left: 22%;
  flex-direction: column;
  align-items: end;
}
.iderFooter .bto li {
  display: flex;
  flex-direction: column;
}
.iderFooter .bto li a {
  font-size: 0.2rem;
  line-height: 0.375rem;
  color: #ffffff;
}
.iderFooter .bto li a:hover,
.iderFooter .bto .rt .con a:hover {
  text-decoration: underline;
}
.iderFooter .bto .rt .footerLink {
  width: fit-content;
  height: auto;
}
.iderFooter .bto .rt .footerLink a {
  margin-right: 0.1125rem;
}
.iderFooter .bto .rt .title {
  border-top: 1px solid #365eaa;
  padding-top: 0.375rem;
  width: 100%;
  text-align: right;
  margin-top: 0.3125rem;
}
.iderFooter .bto .rt .con a,
.iderFooter .bto .rt .con div {
  font-size: 0.2rem;
  display: block;
  line-height: 0.375rem;
  color: #ffffff;
  text-align: right;
}
.iderFooter .bto .rt .con .eml {
  cursor: pointer;
}

.iderFooter .bottom {
  width: 100%;
  padding: 0.375rem 0;
  border-top: 1px solid rgba(192, 191, 191, 0.3);
}
.iderFooter .bottom .ls {
  font-size: 0.2rem;
  color: #ffffff;
}
/* =========== 新*/
.innerBanner {
  position: relative;
  width: 100%;
  height: 9.325rem;
}

.innerBanner .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}

.comNav {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0.2875rem;
}

.comNav a {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #d7d8d8;
  transition: all 0.3s;
}

.comNav a::after {
  display: block;
  content: ">";
  margin: 0 4px;
  font-size: 16px;
  color: #d7d8d8;
}

.comNav a:last-child::after {
  display: none;
}

.comNav a:hover,
.comNav a.active {
  font-weight: 700;
}

.iderApplicationBox1 .text h2 {
  font-size: 0.45rem;
}

.iderApplicationBox1 .text .ls {
  font-size: 0.3rem;
  line-height: 0.6rem;
  color: #f3f5fa;
  width: 34%;
}

.iderApplicationBox2 {
  width: 100%;
  height: auto;
  padding: 1rem 0;
}

.iderApplicationBox2 .lt {
  flex: 1;
  margin-right: 5%;
}
.iderApplicationBox2 .form {
  width: 4.625rem;
  height: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 0.125rem;
  background-color: var(--bg);
  padding: 0.5rem 0.25rem 0.25rem;
}
.iderApplicationBox2 .form .title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -0.3125rem;
  font-size: 0.275rem;
  font-family: var(--font-exo);
  text-align: center;
  width: 80%;
  margin: 0 auto;
  height: 0.5625rem;
  line-height: 0.5625rem;
  background-color: var(--mainColor);
  color: #fff;
  border-radius: 0.125rem;
}
.iderApplicationBox2 .form input {
  width: 100%;
  height: 0.5625rem;

  border: 1px solid #fff;
  font-size: 0.2rem;
  background-color: #fff;
  border-radius: 0.125rem;
  margin-bottom: 0.125rem;
  color: #000;
  padding-left: 0.125rem;
  transition: all 0.3s;
}
.iderApplicationBox2 .form textarea:focus,
.iderApplicationBox2 .form input:focus {
  border-color: var(--mainColor);
}
.iderApplicationBox2 .form textarea {
  width: 100%;
  height: 1.25rem;
  font-size: 0.2rem;
  transition: all 0.3s;
  color: #000;
  border: 1px solid #fff;
  padding: 0.125rem 0 0 0.125rem;
  background-color: #fff;
  border-radius: 0.125rem;
  margin-bottom: 0.125rem;
}
.iderApplicationBox2 .form button {
  position: relative;
  width: 2.1875rem;

  height: 0.625rem;
  font-size: 0.225rem;
  cursor: pointer;
  color: #fff;
  line-height: 0.625rem;
  border-radius: 0.0625rem;
  text-align: center;
  margin: 0 auto;
  margin-top: 0.25rem;
  background-color: var(--mainColor);
}
.iderApplicationBox2 .form .com-ls24 a {
  color: var(--mainColor);
  font-family: var(--font-exo);
  text-decoration: underline;
  font-style: italic;
}
.iderApplicationBox2 .text .com-ls30 {
  margin-top: 0.3125rem;
  font-size: 0.225rem;
}

.iderApplicationBox3 {
  width: 100%;
  height: auto;
  padding: 0.9375rem 0;
  background-color: var(--bg);
}

.iderApplicationBox3Con {
  width: 100%;
  margin-top: 0.75rem;
}

.iderApplicationBox3Con .item .tl {
  font-family: var(--font-exo);
  font-size: 0.3rem;
  color: #000000;
  position: relative;
  margin-bottom: 0.1625rem;
  padding-left: 0.5rem;
}

.iderApplicationBox3Con .item {
  width: 8.6rem;
  height: auto;
  margin: 0 0.3rem 0.5rem 0;
}

.iderApplicationBox3Con .item:nth-child(2n) {
  margin-right: 0;
}

.iderApplicationBox3Con .item .tl::before {
  display: block;
  content: "";
  position: absolute;
  left: 0.225rem;
  top: -0.1875rem;
  width: 0.0125rem;
  height: 0.6rem;
  transform: rotate(45deg);
  background-color: var(--mainColor);
}

.iderApplicationBox3Con .item .img {
  width: 100%;
  height: 4.8rem;
  overflow: hidden;
}

.iderApplicationBox3Con .item .text {
  width: 100%;
  height: 4.675rem;
  background-color: #ffffff;
  padding: 0.125rem 0.4375rem 0.25rem 0.3125rem;
}

.iderApplicationBox3Con .item .text .top p {
  font-size: 0.2rem;
  line-height: 0.375rem;
  color: #616161;
}

.iderApplicationBox3Con .item .text .top p strong {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.375rem;
}

.iderApplicationBox3Con .item .text .ls p {
  font-family: Archivo-SemiBold;
  font-size: 0.225rem;
  margin: 0.3125rem 0 0.125rem 0;
  color: #000000;
}

.iderApplicationBox3Con .item li {
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #616161;
  margin-bottom: 0.125rem;
}

.iderApplicationBox3Con .lastItem {
  width: 100%;
  height: 4.8rem;
  margin-right: 0;
}

.iderApplicationBox3Con .lastItem .bto {
  display: flex;
  height: 100%;
}

.iderApplicationBox3Con .lastItem .img {
  height: 100%;
  width: 8.6rem;
  overflow: hidden;
}

.iderApplicationBox3Con .lastItem .bto .text {
  flex: 1;
  height: 100%;
  padding-top: 0.5rem;
}

.iderApplicationBox4 {
  width: 100%;
  height: auto;
  padding: 1rem 0;
}

.iderApplicationBox4 ul {
  margin-top: 0.625rem;
  justify-content: space-between;
}

.iderApplicationBox4 li {
  cursor: pointer;
  width: calc((100% - 0.1875rem) / 2);
  margin-bottom: 0.15rem;
  height: 3.15rem;
  background-color: var(--bg);
  padding: 0.5rem 0.75rem 0.25rem 0.4875rem;
  border-radius: 0.0625rem;
}

.iderApplicationBox4 li .img {
  width: 1rem;
  border-radius: 50%;
  height: 1rem;
  background-color: rgba(57, 133, 177, 0.1);
  margin-right: 0.3375rem;
}

.iderApplicationBox4 li img {
  width: auto;
  height: 0.575rem;
  object-fit: contain;
  transition: all 0.3s;
}

.iderApplicationBox4 li .text {
  flex: 1;
}

.iderApplicationBox4 li .text h3 {
  margin-bottom: 0.15rem;
  font-size: 0.25rem;
  color: var(--mainColor);
}

.iderApplicationBox4 li:hover img {
  transform: scale(1.1);
}

.iderApplicationBox4 li .text .com-ls16 {
  color: #000000;
}

.iderApplicationBox5 {
  width: 100%;
  height: auto;
  padding: 1.0625rem 0 1.1125rem 0;
  background: url(../picture/bg6.png) no-repeat;
  background-size: cover;
}

.iderApplicationBox5 .com-ls16,
.iderApplicationBox5 .com-tl {
  color: #fff;
}

.iderApplicationBox5 .title {
  text-align: center;
  width: 90%;
  margin: 0 auto;
  margin-top: 0.25rem;
}

.iderApplicationBox5 ul {
  margin-top: 0.625rem;
}

.iderApplicationBox5 li {
  box-shadow: 0px 0px 0.075rem 0px rgba(0, 0, 0, 0.05);
  width: 5.6875rem;
  height: auto;
}

.iderApplicationBox5 li .text {
  width: 100%;
  height: 3.3rem;
  padding: 0.5rem 0.25rem 0.1875rem 0.25rem;
  background-color: rgba(59, 152, 206, 0.4);
}

.iderApplicationBox5 li .names {
  width: 100%;
  height: 2.375rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.375rem 0.25rem 0.25rem 0.4125rem;
  background-color: #ffffff;
}

.iderApplicationBox5 li .names .tl {
  font-size: 0.2rem;
  color: #000000;
}

.iderApplicationBox5 li .names p {
  font-size: 0.2rem;
  padding-left: 0.25rem;
  background: url(../images/im6-5.png) left center no-repeat;
  background-size: 0.1375rem 0.175rem;
  margin: 0.125rem 0;
  color: #000000;
}

.iderApplicationBox5 li .names h3 {
  font-size: 0.25rem;
  color: var(--mainColor);
}

.iderApplicationBox5 li .iconImg {
  justify-content: end;
}

.iderApplicationBox5 li .iconImg img {
  width: 0.275rem;
  height: 0.275rem;
  object-fit: cover;
  margin-right: 0.0625rem;
}

.iderApplicationBox5 li .iconImg img:last-child {
  margin-right: 0;
}

.iderClassificationBox5 {
  width: 100%;
  height: auto;
  padding: 0.875rem 0;
}

.iderClassificationBox5 ul {
  margin-top: 0.4375rem;
}

.iderClassificationBox5 li {
  width: 4.325rem;
  height: auto;
  margin: 0 0.0625rem 0.1rem 0;
}
.iderClassificationBox5 li:nth-child(4n) {
  margin-right: 0;
}

.iderClassificationBox5 li .img {
  width: 100%;
  padding: 0.225rem;
  height: 4.1375rem;
  background-color: var(--bg);
  overflow: hidden;
}

.iderClassificationBox5 li .img img {
  height: auto;
}

.iderClassificationBox5 li .names {
  width: 100%;
  font-size: 0.25rem;
  text-align: center;
  color: #000000;
  border-top: 1px solid #fff;
  height: 1.05rem;
  line-height: 1.05rem;
  background-color: var(--bg);
}
.iderIndexBox9 {
  width: 100%;
  height: 5.95rem;
}

.iderIndexBox9 .com-card {
  align-items: flex-start;
  justify-content: center;
}

.iderIndexBox9 h3 {
  font-size: 0.6rem;
  line-height: 0.75rem;
  letter-spacing: 0.025rem;
  width: 55%;
  color: #f3f5fa;
}

.iderIndexBox9 a {
  display: block;
  width: 2.6875rem;
  height: 0.75rem;
  background-color: var(--mainColor);
  border-radius: 0.0625rem;
  text-align: center;
  line-height: 0.75rem;
  font-size: 0.225rem;
  letter-spacing: 0.0125rem;
  margin-top: 0.1875rem;
  color: #ffffff;
  transition: all 0.3s;
}

.innerBanner .text {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.innerBanner .text h2 {
  font-size: 0.6rem;
  color: #ffffff;
}

.innerBanner .text .ls {
  font-size: 0.25rem;
  line-height: 0.45rem;
  letter-spacing: 0.0125rem;
  color: #ffffff;
  margin-top: 0.125rem;
  width: 49%;
}
.iderCaseDel {
  width: 100%;
  height: auto;
  padding: 0.75rem 0;
  background-color: var(--bg);
}
.iderCaseDel .top {
  width: 100%;
  height: auto;
  margin: 0.5625rem 0;
}
.iderCaseDel .top .imglist {
  gap: 0.25rem;
  grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
}
.iderCaseDel .top .imglist .img {
  display: flex;
  width: 100%;
  height: 5.625rem;
  overflow: hidden;
}
.iderCaseDel .top .text {
  width: 100%;
  margin-top: 0.1875rem;
}
.iderCaseDel .top .text .tl {
  font-size: 0.25rem;
  color: #000;
  font-family: var(--font-exo);
}
.iderCaseDel .top .text .com-ls30 p {
  margin-top: 0.1875rem;
}

/* 1. 外层容器设置 */
.iderCaseDelCon {
  display: flex;
  flex-direction: column; /* 垂直排列子项 */
  position: relative;
}

/* 2. 中间那根虚线 */
.iderCaseDelCon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  background: url(../images/line-arrow.svg) top center;
  background-size: contain;
  transform: translateX(-50%);
  width: 0.4rem;
}

.iderCaseDelCon .item {
  width: 45%;
  position: relative;
  background: #fff;
  margin-bottom: 0.5rem;
  z-index: 2;
  border-radius: 0.1rem;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}
.iderCaseDelCon .item .img {
  width: 100%;
  height: 5.625rem;
  overflow: hidden;
  border-radius: 0.1rem;
}

.iderCaseDelCon .item:nth-child(odd) {
  align-self: flex-start;
}
.iderCaseDelCon .item:nth-child(even) {
  align-self: flex-end;
}
.iderCaseDelCon .item:nth-child(n + 2) {
  margin-top: -3.9375rem;
}

.iderCaseDelCon .item::before {
  content: "";
  position: absolute;
  width: 0.1875rem;
  height: 0.1875rem;
  border: 0.05rem solid var(--mainColor);
  background: #fff;
  border-radius: 50%;
  top: 0.5rem;
}

.iderCaseDelCon .item:nth-child(odd)::before {
  right: calc(-11.5% - 0.075rem);
}
.iderCaseDelCon .item:nth-child(even)::before {
  left: calc(-11.5% - 0.075rem);
}

.iderCaseDelCon .item::after {
  content: "";
  position: absolute;
  display: block;
  top: 0.5625rem;
  width: 10%;
  border-top: 0.025rem dashed var(--mainColor);
}

.iderCaseDelCon .item:nth-child(odd)::after {
  right: -10%;
}
.iderCaseDelCon .item:nth-child(even)::after {
  left: -10%;
}
.iderCaseDelCon .item .img img {
  width: 100%;
  display: block;
}
.iderCaseDelCon .item .text {
  padding: 0.25rem;
}
.iderCaseDelCon .item .names {
  color: var(--mainColor);
  font-size: 0.25rem;
  margin-bottom: 0.125rem;
}
.iderClassificationBox5.inner {
  background-color: var(--bg);
}
.iderClassificationBox5.inner .names,
.iderClassificationBox5.inner .img {
  background-color: #fff;
  border-color: var(--bg);
}

/* news */
.system_news_box {
  width: 100%;
  height: auto;
  background-color: var(--bg);
  padding: 0.625rem 0;
}

.system_news_con {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.4375rem;
}
.system_news_item {
  position: relative;
  border-radius: 0.075rem;
  margin: 0 0.25rem 0.25rem 0;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.08);
}
.system_news_con_cols4 .system_news_item {
  width: calc((100% - 0.75rem) / 4);
}
.system_news_con_cols3 .system_news_item {
  width: calc((100% - 0.5rem) / 3);
}
.system_news_con_cols2 .system_news_item {
  width: calc((100% - 0.25rem) / 2);
}
.system_news_con_cols4 .system_news_item:nth-child(4n),
.system_news_con_cols3 .system_news_item:nth-child(3n),
.system_news_con_cols2 .system_news_item:nth-child(2n) {
  margin-right: 0;
}

.system_news_item .img {
  width: 100%;
  height: 3.575rem;
  overflow: hidden;
  border-radius: 0.075rem 0.075rem 0 0;
}
.system_news_item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.3s;
}
.system_news_item:hover .img img {
  transform: scale(1.2);
}
.system_news_item .text {
  display: block;
  width: 100%;
  height: 3.0625rem;
  border-radius: 0 0 0.075rem 0.075rem;
  padding: 10%;
}
.system_news_item .text .names {
  font-size: 0.25rem;
  line-height: 0.325rem;
  font-weight: 600;
  margin-bottom: 0.1875rem;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
.system_news_item .text .ls {
  font-size: 0.2rem;
  line-height: 0.3125rem;
  margin-bottom: 0.1875rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #828282;
}
.system_news_item .bto {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: space-between;
}
.system_news_item .bto .lt {
  width: 80%;
}
.system_news_item .bto .time,
.system_news_item .bto .author {
  font-size: 0.1875rem;
  font-weight: 700;
  -webkit-transition: 0.5s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 0.5s cubic-bezier(0.37, 0, 0.63, 1);
}
.system_news_item .bto .number {
  font-size: 0.1875rem;
  color: #000;
  display: flex;
  align-items: center;
  font-weight: 600;
}
.system_news_item .bto .number::before {
  margin-right: 0.05rem;
  transition: all 0.3s;
  font-size: 0.225rem;
  color: red;
}
.system_news_item .bto .number:hover::before {
  transform: scale(1.2);
}
.system_news_item .bto .author {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(0.4rem);
}
.system_news_item:hover .author {
  transform: translateY(0);
  opacity: 1;
  overflow: visible;
}
.system_news_item:hover .time {
  position: relative;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-0.4rem);
  transform: translateY(-0.4rem);
}
.system_news_item .bto .author span {
  display: inline-block;
  margin-left: 0.0625rem;
  text-decoration: underline;
}
.system_news_item:hover .names {
  color: var(--mainColor);
}
.system_news_categories {
  position: absolute;
  display: inline-block;
  top: 0.2125rem;
  right: 0.25rem;
  width: fit-content;
  box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.4);
  padding: 0.05rem 0.15rem;
  background-color: #fff;
  color: #000;
  font-size: 0.2rem;
}
@media screen and (max-width: 1024px) {
  .system_news_box {
    padding: 20px 0;
  }
  .system_news_con {
    margin-top: 15px;
  }
  .system_news_item .text .ls {
    font-size: 14px;
    line-height: 24px;
  }
  .system_news_item .bto .time,
  .system_news_item .bto .author,
  .system_news_item .bto .number {
    font-size: 12px;
  }
  .system_news_con_cols4 .system_news_item {
    width: calc((100% - 20px) / 3);
    margin: 0 10px 10px 0;
  }
  .system_news_con_cols4 .system_news_item:nth-child(4n) {
    margin-right: 10px;
  }
  .system_news_con_cols4 .system_news_item:nth-child(3n) {
    margin-right: 0;
  }

  .system_news_item .text {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 768px) {
  .system_news_item .img {
    height: auto;
  }
  .system_news_con_cols4 .system_news_item,
  .system_news_con_cols3 .system_news_item {
    width: calc((100% - 10px) / 2);
  }
  .system_news_con_cols3 .system_news_item {
    margin: 0 10px 10px 0;
  }
  .system_news_con_cols4 .system_news_item:nth-child(3n),
  .system_news_con_cols3 .system_news_item:nth-child(3n) {
    margin-right: 10px;
  }
  .system_news_con_cols4 .system_news_item:nth-child(2n),
  .system_news_con_cols3 .system_news_item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .system_news_item .text {
    height: auto;
  }
  .system_news_con .system_news_item {
    width: 100%;
    margin-right: 0 !important;
  }
}
/* #region  Response style */
@media screen and (max-width: 1366px) {
  html {
    font-size: calc(100vw / 19) !important;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 70px !important;
  }
  .iderHeader,
  .mobileHeader .languageSwitching .text {
    display: none;
  }

  .com-card {
    width: 100%;
    padding: 0 4%;
  }
  body {
    padding-top: 60px;
  }
  .com-tl,
  .iderIndexBox4Swiper1 .text .tl,
  .iderIndexBox8 .lt .tl,
  .iderIndexBox8 .lt .tl_text,
  .innerBanner .text h2 {
    font-size: 18px;
    line-height: 25px !important;
  }
  .iderIndexBox2 li .text .names,
  .iderIndexBox8 .lt .ls,
  .iderApplicationBox3Con .item .tl {
    font-size: 16px;
  }
  .mobileHeader {
    display: flex;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.6);
  }
  .mobileHeader .languageSwitchingDown {
    top: 38px;
  }
  .mobileHeader .languageSwitching .icons {
    color: #000;
  }
  .headerSwiper .text .title,
  .iderIndexBox9 h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .headerSwiper .text .ls {
    width: 100%;
    font-size: 16px;
    line-height: 25px;
  }
  .com-mores,
  .com-mores2 {
    width: fit-content !important;
    height: 35px !important;
    padding: 0 20px;
    line-height: 35px !important;
  }
  .iderIndexBox1,
  .iderIndexBox2,
  .iderIndexBox3,
  .iderIndexBox5,
  .iderIndexBox6,
  .iderIndexBox7,
  .iderIndexBox8,
  .iderApplicationBox2,
  .iderApplicationBox3,
  .iderApplicationBox4,
  .iderApplicationBox5,
  .iderCaseDel,
  .iderClassificationBox5 {
    padding: 20px 0;
  }
  .iderIndexBox4 {
    padding-top: 20px;
  }
  .iderIndexBox2 .title,
  .iderIndexBox4 .com-tl,
  .iderIndexBox4 .title,
  .iderIndexBox4Swiper1 .text .com-ls30,
  .iderIndexBox8 .form .top .form_lt,
  .iderIndexBox8 .form .top .form_rt,
  .iderIndexBox8 .form input,
  .iderIndexBox8 .form textarea,
  .iderIndexBox8 .lt,
  .innerBanner .text .ls,
  .iderApplicationBox3Con .lastItem .img,
  .iderApplicationBox4 li,
  .iderIndexBox9 h3 {
    width: 100%;
  }
  .iderIndexBox1 .com-card,
  .iderIndexBox3 .com-card,
  .iderIndexBox7Con,
  .iderIndexBox8 .com-card,
  .iderIndexBox8 .form .top,
  .iderIndexBox8 .form .bto,
  .iderApplicationBox2 .com-card,
  .iderApplicationBox3Con .lastItem .bto {
    flex-wrap: wrap;
  }
  .iderIndexBox7Con .lt .img,
  .iderIndexBox7Con .lt .text,
  .innerBanner,
  .iderApplicationBox3Con .item .img,
  .iderApplicationBox3Con .item .text,
  .iderApplicationBox3Con .lastItem,
  .iderApplicationBox3Con .lastItem .img,
  .iderApplicationBox4 li,
  .iderCaseDel .top .imglist .img,
  .iderCaseDelCon .item .img,
  .iderClassificationBox5 li .img,
  .iderClassificationBox5 li .names {
    height: auto;
  }
  .iderIndexBox8 .form,
  .iderIndexBox8 .form .bto .com-ls24,
  .iderApplicationBox2 .lt,
  .iderApplicationBox3Con .lastItem .bto .text {
    flex: none;
    width: 100%;
  }
  .iderIndexBox8 .form .bto .com-ls24,
  .iderApplicationBox2 .lt {
    margin: 0 0 15px 0;
  }
  .iderCaseDel .top {
    margin: 15px 0;
  }
  .iderIndexBox3 .lt {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .iderIndexBox2Con,
  .iderIndexBox4Con,
  .iderIndexBox6Swiper,
  .iderIndexBox6-pagination,
  .iderIndexBox7Con,
  .iderApplicationBox3Con,
  .iderApplicationBox4 ul,
  .iderClassificationBox5 ul {
    margin-top: 15px;
  }
  .iderIndexBox2 li .text,
  .iderIndexBox7Con .lt .text,
  .iderApplicationBox4 li {
    padding: 4%;
  }
  .iderIndexBox2 ul {
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
  }

  .iderApplicationBox3Con .item {
    width: 100%;
  }
  .iderIndexBox3 li .img img {
    width: 45px;
  }
  .iderIndexBox4Swiper1 .text::after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .iderIndexBox4Swiper2 .icon {
    height: 35px;
  }
  .iderIndexBox4Swiper2 .con {
    height: auto;
    padding: 4%;
  }
  .iderIndexBox4Swiper2 .names {
    margin-top: 8px;
  }
  .iderIndexBox4Swiper1 .text {
    top: 4%;
    transform: translate(0);
  }
  .iderIndexBox7Con .lt {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .iderIndexBox7Con .lt .com-ls30 {
    margin: 10px 0 15px 0;
  }
  .iderIndexBox8 .lt .ls {
    margin: 10px 0;
  }
  .iderIndexBox8 .lt {
    margin: 0 0 15px 0;
  }
  .iderFooter .bto .rt {
    margin-left: 4%;
  }
  .iderApplicationBox2 .form .title {
    position: static;
    transform: translate(0);
    margin-bottom: 15px;
  }
  .iderApplicationBox2 .form {
    width: 100%;
    padding: 4%;
  }
  .iderApplicationBox2 .text .com-ls30 {
    margin-top: 6px;
  }
  .iderCaseDelCon .item:nth-child(n + 2) {
    margin-top: -242px;
  }
  .iderClassificationBox5 ul {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
  }
  .iderClassificationBox5 ul li {
    width: 100%;
    height: auto;
  }
  .iderClassificationBox5 li .names {
    padding: 2%;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .iderIndexBox1 .lt {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
  }
  .iderIndexBox1 .lt .img {
    width: 100%;
    height: auto;
  }
  .iderIndexBox1 .lt .nu_text {
    position: static;
    width: 100%;
    height: auto;
    border-radius: 15px;
    padding: 4%;
  }
  .iderIndexBox2 li .img {
    height: auto;
  }
  .iderIndexBox1 .rt ul {
    gap: 15px;
  }
  .iderIndexBox2 li .text .com-ls30 {
    margin: 10px 0 15px 0;
  }
  .iderIndexBox4Swiper1 .bg {
    height: 40vh;
  }
  .iderIndexBox5 .bto ul {
    margin-top: 15px;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
  }
  .iderIndexBox5 .bto ul li {
    width: 100%;
    padding: 4%;
    margin: 0;
  }
  .iderIndexBox5 .top,
  .iderFooter .bto,
  .iderFooter .bottom {
    flex-wrap: wrap;
  }
  .iderFooter .bto,
  .iderFooter .top,
  .iderFooter .bottom {
    padding: 4% 0;
  }
  .iderFooter .bto .rt {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .iderIndexBox5 .top .lt {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .iderFooter .bottom .ls {
    width: 100%;
    line-height: 25px;
    text-align: center;
  }
  .iderIndexBox6Swiper .con {
    height: auto;
  }
  .iderFooter .bto li {
    display: none;
  }
  .iderApplicationBox3Con,
  .iderCaseDel .top .imglist {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
  .iderCaseDelCon::before,
  .iderCaseDelCon .item::before,
  .iderCaseDelCon .item::after {
    display: none;
  }
  .iderCaseDelCon .item {
    width: 100%;
    margin: 0 0 12px 0 !important;
  }
}
@media screen and (max-width: 600px) {
  .iderIndexBox2 ul,
  .iderIndexBox3 ul,
  .iderClassificationBox5 ul {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
  .iderIndexBox7Con ul li {
    flex-wrap: wrap;
    height: auto;
  }
  .iderIndexBox7Con li .text {
    flex: none;
    width: 100%;
  }
  .iderIndexBox7Con li .img {
    width: 100%;
    height: auto;
  }
  .iderIndexBox5 .top .rt li.br_3 .nu {
    left: 27%;
  }
  .iderIndexBox5 .top .rt li.br_12 .nu {
    left: 37%;
  }
  .iderIndexBox5 .top .rt li.br_7 .nu {
    left: 30%;
  }
  .iderIndexBox5 .top .rt li.br_30 .nu {
    left: 47%;
  }
  .iderIndexBox5 .top .rt li.br_48 .nu {
    left: 65%;
  }
  .iderIndexBox8 .lt .imgs {
    width: 128px;
  }
  .iderIndexBox8 .lt .phone .rt {
    flex: 1;
  }
  .iderIndexBox8 .lt .phone .rt a {
    font-size: 18px;
  }
  .comNav {
    position: static;
    padding: 4% 0;
  }
  .comNav a,
  .comNav a::after {
    color: #000;
  }
  .iderApplicationBox3Con .item .tl::before {
    top: 3px;
    height: 18px;
  }
}
@media screen and (max-width: 430px) {
  .headerSwiper .bg {
    height: 45vh;
  }
  .iderIndexBox9 {
    height: 30vh;
  }
  .iderIndexBox9 .com-card {
    align-items: center;
  }
  .iderIndexBox9 h3 {
    text-align: center;
  }
  .iderIndexBox3 li .img {
    width: 80px;
    height: 80px;
  }
  .iderIndexBox3 ul li {
    height: auto;
    padding: 4%;
  }
  .iderIndexBox1 .rt ul {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
  .innerBanner .bg {
    height: 45vh;
  }
}
@media screen and (max-width: 375px) {
  .iderIndexBox4Swiper1 .bg {
    height: 80vh;
  }
  .iderIndexBox5 .bto ul {
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
  }
}
/* #endregion  Response style */
