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

@media screen and (min-width: 1920px) {
  html {
    font-size: 80px !important;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 70px !important;
  }
  .com-card {
    width: 100% !important;
    padding: 0 4%;
  }
}
:root {
  --mainColor: #bb2929;
  --bg-c: #f6f8fa;
  --color-f: #00284f;
}
@font-face {
  font-family: "Poppins";
  src: url("font/Poppins-Regular.ttf");
}
body {
  padding-top: 0.6875rem;
}
.com-card {
  width: 17.5rem;
  height: 100%;
  margin: 0 auto;
}
.tranImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.5s;
}
.hoverImg:hover img {
  transform: scale(1.1);
}
.comHover:hover {
  box-shadow: 0 0 15px rgba(231, 20, 20, 0.6);
  transform: translateY(-5px);
}
.com-ls30 {
  font-size: 0.2rem;
  line-height: 0.375rem;
  letter-spacing: 0.0125rem;
  color: #ffffff;
}
.com-ls31 {
  font-size: 0.2rem;
  line-height: 0.375rem;
  color: #f6f8fa;
}
.com-ls24 {
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #000000;
}
.com-tl.white,
.com-ls24.white {
  color: #fff;
}
.iderheader {
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  z-index: 9999;
  position: fixed;
  transition: all 0.3s;
}
.iderheader.active .iderheaderBto,
.iderheader.inner .iderheaderBto {
  background-color: #296acc;
  box-shadow: 0 0 15px rgba(12, 122, 224, 0.6);
}

.iderheaderTop {
  width: 100%;
  height: 0.6875rem;
  background-color: #0a111a;
}
.iderheaderTop .lt a {
  margin-right: 0.2375rem;
}
.iderheaderTop .lt img {
  width: auto;
  height: 0.225rem;
  object-fit: contain;
}
.iderheaderTop .rt .search {
  width: 0.2875rem;
  height: auto;
  object-fit: contain;
  cursor: pointer;
}
.iderheaderTop .rt {
  height: 100%;
}
.languageSwitching {
  cursor: pointer;
  position: relative;
  height: 100%;
  margin: 0 0.2rem 0 0.275rem;
}
.languageSwitching:hover::after {
  transform: rotate(0);
}
.languageSwitching .icon {
  width: 0.3rem;
  height: auto;
  object-fit: contain;
  cursor: pointer;
}
.languageSwitching::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-left: 0.1rem solid transparent;
  border-right: 0.1rem solid transparent;
  border-bottom: 0.0875rem solid #fff;
  transform: rotate(-180deg);
  margin-left: 0.025rem;
  transition: all 0.4s;
}
.downsLanguage {
  position: absolute;
  display: none;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  min-width: 200px;
  background-color: #fff;
  border-radius: 0.1rem;
  z-index: 66;
  box-shadow: 0px 0px 0.375rem 0px rgba(53, 117, 87, 0.1);
}
.downsLanguage a {
  display: block;
  font-size: 0.225rem;
  line-height: 0.4375rem;
  text-align: center;
  width: 100%;
  color: #000;
  transition: all 0.3s;
}
.downsLanguage a:first-child {
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
}
.downsLanguage a:last-child {
  border-bottom-left-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
}
.downsLanguage a:hover {
  color: #fff;
  background-color: #296acc;
}
.comQuote {
  display: block;
  cursor: pointer;
  width: fit-content;
  padding: 0 0.1875rem;
  height: 0.425rem;
  background-color: var(--mainColor);
  border-radius: 0.05rem;
  font-size: 0.2rem;
  line-height: 0.425rem;
  letter-spacing: 0.0125rem;
  color: #ffffff;
  transition: all 0.3s;
}
.iderheaderBto {
  width: 100%;
  height: 0.6625rem;
  transition: all 0.3s;
  border-bottom: 0.0125rem solid rgba(255, 255, 255, 0.1);
}

.iderheaderBto .logo {
  width: 2.125rem;
  height: auto;
  object-fit: cover;
  margin-right: 1.25rem;
}
.menu-level1 > li,
.menu-level1,
.iderheaderBto .lt {
  height: 100%;
}
.iderheaderBto .lt {
  flex: 1;
}
.menu-level1 > li {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 0.375rem;
}

.menu-level1 > li > a::after {
  position: absolute;
  left: 0;
  bottom: -0.025rem;
  display: block;
  content: "";
  width: 0;
  height: 0.025rem;
  border-radius: 0.0125rem;
  background-color: var(--mainColor);
  transition: all 0.3s;
}
.menu-level1 > li > a:hover {
  color: var(--mainColor);
}
.iderheader.active .menu-level1 > li > a:hover {
  color: #fff;
}
.menu-level1 > li a:hover::after {
  width: 100%;
}
.iderheader.active .menu-level1 > li a:hover::after {
  width: 100%;
  background-color: #fff;
}
.menu-level1 > li:last-child {
  margin-right: 0;
}
.menu-level1 > li > a {
  font-family: Lato-Bold;
  font-size: 0.2rem;
  color: #fff;
}
.header.active .menu-level1 > li > a,
.header.inner .menu-level1 > li > a {
  color: #000;
}

.headerSwiper {
  position: relative;
  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;
  z-index: 999;
  left: 0;
  width: 100%;
  height: auto;
  bottom: 1.45rem;
}
.headerSwiper .text .con {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.headerSwiper .text .con .title {
  font-size: 0.9rem;
  line-height: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.05rem;
  color: #ffffff;
}
.headerSwiper .text .con .tl {
  font-size: 0.45rem;
  font-weight: normal;
  font-weight: 800;
  line-height: 0.6rem;
  margin: 0.1875rem 0 0.0625rem 0;
  letter-spacing: 0.025rem;
  color: #ffffff;
}
.headerSwiper .text .con .com-ls30 {
  margin-bottom: 0.1875rem;
}
.com-mores {
  display: block;
  cursor: pointer;
  width: 2.2375rem;
  height: 0.6875rem;
  transition: all 0.3s;
  background-color: var(--mainColor);
  border-radius: 0.0625rem;
  font-size: 0.2rem;
  line-height: 0.6875rem;
  text-align: center;
  letter-spacing: 0.0125rem;
  color: #ffffff;
}
.com-tl {
  text-align: center;
  font-size: 0.45rem;
  font-weight: 800;
  color: #000000;
}

.iderIndexBox1 {
  width: 100%;
  height: auto;
  padding: 1rem 0 0.6625rem 0;
  background: linear-gradient(to top, #c5d4ef, #ffffff);
}
.iderIndexBox1 .com-card {
  width: 21.775rem;
}
.iderIndexBox1Swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 0.875rem;
}
.iderIndexBox1Swiper .swiper-slide {
  position: relative;
  box-shadow: 0px 0px 0.3625rem 0px rgba(101, 101, 101, 0.09);
  background: linear-gradient(to bottom, #c5d4ef, #ffffff);
}
.iderIndexBox1Swiper .swiper-slide::after {
  display: block;
  content: "";
  width: 0;
  height: 0.0375rem;
  background-color: var(--mainColor);
  position: absolute;
  left: 0;
  transition: all 0.5s;
  bottom: 0;
}
.iderIndexBox1Swiper .swiper-slide:hover::after {
  width: 100%;
}
.iderIndexBox1Swiper .swiper-slide:hover .mores {
  color: var(--mainColor);
  text-decoration: underline !important;
}
.iderIndexBox1Swiper .type {
  position: absolute;
  left: 0.2rem;
  display: flex;
  align-items: center;
  top: 0.25rem;
  font-size: 0.225rem;
  font-weight: 600;
  color: #000000;
}
.iderIndexBox1Swiper .type::before {
  display: block;
  content: "";
  width: 0.075rem;
  height: 0.075rem;
  margin-right: 0.1rem;
  background-color: var(--mainColor);
  border-radius: 0.0125rem;
}
.iderIndexBox1Swiper .img {
  width: 100%;
  height: 5.625rem;
  padding: 0.375rem;
  overflow: hidden;
}
.iderIndexBox1Swiper .img img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
  object-fit: cover;
  vertical-align: middle;
}
.iderIndexBox1Swiper .text {
  width: 100%;
  height: 1.95rem;
  padding: 0.25rem 0.3125rem 0.6875rem 0.275rem;
}
.iderIndexBox1Swiper .text .name {
  display: block;
  font-size: 0.225rem;
  font-weight: 500;
  color: #000000;
}
.iderIndexBox1Swiper .text .mores {
  font-size: 0.2rem;
  transition: all 0.3s;
  display: block;
  margin-top: 0.25rem;
  color: #484848;
}
.iderIndexBox1 .bto {
  width: 100%;
  margin-top: 0.75rem;
  padding-left: 2.125rem;
}

.iderIndexBox1-prev,
.iderIndexBox1-next {
  width: 0.625rem;
  height: 0.575rem;
  line-height: 0.575rem;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s;
  background-color: var(--bg-c);
}
.iderIndexBox1-prev {
  margin-right: 0.125rem;
}
.iderIndexBox1-prev:hover,
.iderIndexBox1-next:hover,
.switchLt:hover,
.switchRt:hover {
  background-color: var(--mainColor);
}
.iderIndexBox1-next:hover::after,
.iderIndexBox1-prev:hover::after,
.iderIndexBox3-next:hover::after,
.iderIndexBox3-prev:hover::after,
.switchLt:hover::after,
.switchRt:hover::after {
  color: #fff;
}
.iderIndexBox1-prev::after,
.iderIndexBox3-prev::after,
.switchLt::after {
  display: block;
  content: "\21BC";
  font-size: 26px;
  transition: all 0.3s;
  color: rgba(0, 0, 0, 0.8);
}
.iderIndexBox1-next::after,
.iderIndexBox3-next::after,
.switchRt::after {
  display: block;
  transition: all 0.3s;
  content: "\21C0";
  font-size: 26px;
  color: rgba(0, 0, 0, 0.8);
}
.iderIndexBox1 .bto .rt {
  margin-left: 0.2125rem;
}
.iderIndexBox1-pagination {
  flex: 1;
  height: 1px !important;
  position: relative !important;
}
.iderIndexBox1-pagination .swiper-pagination-progressbar-fill {
  background-color: var(--mainColor) !important;
}

.iderIndexBox2 {
  width: 100%;
  height: auto;
  padding-top: 0.625rem;
}
.iderIndexBox2Swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 0.75rem;
}
.iderIndexBox2Swiper .swiper-slide {
  width: 17.6875rem;
  height: 9.8rem;
  overflow: hidden;
  position: relative;
}

.iderIndexBox2Swiper .text {
  width: 8.325rem;
  position: absolute;
  left: 0.2625rem;
  bottom: 0.25rem;
  opacity: 0;
  height: 2.925rem;
  transform: translateX(500%);
  transition: all 1s;
  padding: 0.3125rem 1.75rem 0.1875rem 0.3rem;
}
.iderIndexBox2Swiper .text .type {
  font-size: 0.175rem;
  color: #ffffff;
}
.iderIndexBox2Swiper .text .name {
  display: block;
  font-size: 0.3rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0.125rem 0 0.3125rem 0;
}
.iderIndexBox2Swiper .text .mores {
  position: absolute;
  right: 0.2875rem;
  bottom: 0.3375rem;
  width: 0.5875rem;
  height: 0.5875rem;
  background-color: var(--mainColor);
  border-radius: 0.125rem;
  background-size: 0.2625rem;
  background-color: var(--mainColor) !important;
}
.glass-card {
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
  box-shadow: inset 0 0 0.125rem 0.125rem rgba(255, 255, 255, 0.5);
}
.iderIndexBox2-prev,
.iderIndexBox2-next {
  width: 0.925rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.iderIndexBox2-prev::after {
  display: block;
  content: "\21BC";
  font-size: 0.375rem;
  color: rgba(0, 0, 0, 0.8);
}
.iderIndexBox2-next::after {
  display: block;
  content: "\21C0";
  font-size: 0.375rem;
  color: rgba(0, 0, 0, 0.8);
}
.iderIndexBox2Swiper .swiper-slide-active .text {
  transform: translateX(0);
  opacity: 1;
}
.iderIndexBox2 .bto {
  width: fit-content;
  height: 0.925rem;
  padding: 0 0.25rem;
  margin: 0 auto;
  margin-top: 0.75rem;
  background-color: rgba(255, 255, 255, 0.4);
}
.iderIndexBox2-pagination .swiper-pagination-bullet,
.iderIndexBox8-pagination .swiper-pagination-bullet {
  width: 0.1625rem;
  height: 0.1625rem;
  background-color: #000000;
  border-radius: 0.075rem;
  opacity: 0.5;
  transition: all 0.3s;
  margin: 0 0.05rem;
}
.iderIndexBox2-pagination .swiper-pagination-bullet-active,
.iderIndexBox8-pagination .swiper-pagination-bullet-active {
  background-color: var(--mainColor);
  opacity: 1;
}
.com-title {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #000000;
  width: 68%;
  margin: 0 auto;
  margin-top: 0.125rem;
  text-align: center;
}

.iderIndexBox3 {
  width: 100%;
  background-size: cover;
  height: auto;
  padding: 1.25rem 0 1.175rem 0;
}
.iderIndexBox3 .com-card {
  width: 18.75rem;
}
.iderIndexBox3Swiper {
  position: relative;
  width: 100%;
  margin-top: 0.75rem;
  height: auto;
  overflow: hidden;
}
.iderIndexBox3Swiper .swiper-slide {
  background-color: #ffffff;
  border-radius: 0.125rem;
  padding: 0.15rem 0.1625rem;
}
.iderIndexBox3Swiper .img {
  width: 100%;
  height: 4.375rem;
  overflow: hidden;
}
.iderIndexBox3Swiper .text {
  width: 100%;
  height: 2.875rem;
  padding: 0.25rem 0.25rem 0.4375rem 0.0625rem;
}
.iderIndexBox3Swiper .text .name {
  font-size: 0.225rem;
  font-weight: 600;
  color: #000000;
}
.iderIndexBox3Swiper .text .com-ls24 {
  margin: 0.1875rem 0 0.5rem 0;
}
.iderIndexBox3Swiper .text .mores {
  font-size: 0.2rem;
  font-weight: 500;
  color: #000000;
  transition: all 0.3s;
}
.iderIndexBox3Swiper .swiper-slide:hover .mores {
  color: var(--mainColor);
  text-decoration: underline !important;
}
.iderIndexBox3-prev,
.iderIndexBox3-next {
  position: absolute;
  top: 1.925rem;
  width: 0.625rem;
  height: 0.575rem;
  cursor: pointer;
  background-color: #f6f8fa;
  transition: all 0.3s;
  z-index: 44;
}
.iderIndexBox3-prev:hover,
.iderIndexBox3-next:hover {
  background-color: var(--mainColor);
}
.iderIndexBox3-prev {
  left: 0.1625rem;
}
.iderIndexBox3-next {
  right: 0.1625rem;
}
.com-tl.left {
  text-align: left;
}

.iderIndexBox4 {
  width: 100%;
  height: auto;
  padding: 1.0875rem 0 1.875rem 0;
  background: linear-gradient(to top, rgba(197, 212, 239, 0.6), #ffffff);
}
.iderIndexBox4 .lt {
  width: 10.25rem;
  position: relative;
  height: 8.1375rem;
}
.iderIndexBox4 .rt {
  flex: 1;
  padding: 0.375rem 0 0 0.75rem;
}
.iderIndexBox4 .lt .item {
  width: calc((100% - 0.25rem) / 2);
  overflow: hidden;
  height: 100%;
  border-radius: 0.125rem;
}
.iderIndexBox4 .lt .imglt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.iderIndexBox4 .lt .imglt .img {
  overflow: hidden;
  border-radius: 0.125rem;
  height: calc((100% - 0.2125rem) / 2);
}
.iderIndexBox4 .lt .text {
  top: 50%;
  left: 50%;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 50%;
  background-color: #2762b8;
  border: solid 0.2125rem #ffffff;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.iderIndexBox4 .lt .text .icon {
  width: 0.65rem;
  height: auto;
  object-fit: contain;
}
.iderIndexBox4 .lt .text .nu {
  margin: 0.125rem 0;
  align-items: baseline;
}
.iderIndexBox4 .lt .text .nu .counter {
  font-size: 0.6rem;
  font-weight: 700;
  color: #ffffff;
}
.iderIndexBox4 .lt .text .nu p {
  font-size: 0.2rem;
  font-weight: 700;
  color: #ffffff;
}
.iderIndexBox4 .lt .text .com-ls24 {
  color: #fff;
  text-align: center;
  width: 70%;
  margin: 0 auto;
}
.com-ls31.black {
  color: #000;
}
.iderIndexBox4 .rt .tl {
  font-size: 0.3rem;
  font-weight: 500;
  line-height: 0.375rem;
  letter-spacing: 0.0125rem;
  color: #6e6e6e;
  margin: 0.15rem 0 0.3125rem 0;
}
.iderIndexBox4 .rt .com-ls31 {
  color: #6e6e6e;
}
.iderIndexBox4 .rt li .nu {
  align-items: baseline;
}
.iderIndexBox4 .rt li .counter,
.iderIndexBox4 .rt li p {
  font-size: 0.45rem;
  font-weight: 700;
  color: #0a111a;
}
.iderIndexBox4 .rt ul {
  width: 100%;
  margin-top: 0.25rem;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(16, 20, 39, 0.1);
}
.iderIndexBox4 .rt ul li {
  width: calc(100% / 2);
  margin-bottom: 0.5625rem;
}
.iderIndexBox4 .rt ul li .com-ls30 {
  color: #484848;
}
.iderIndexBox4 .rt .videos {
  width: 3.05rem;
  cursor: pointer;
  height: 0.675rem;
  border-radius: 0.0625rem;
  border: solid 0.0125rem var(--mainColor);
  font-size: 0.2rem;
  letter-spacing: 1px;
  color: var(--mainColor);
  transition: all 0.3s;
  margin-left: 0.275rem;
}
.iderIndexBox4 .rt .videos::before {
  display: block;
  content: "";
  width: 0.4375rem;
  height: 0.4375rem;
  background: url(../images/im2-7.png) no-repeat;
  background-size: contain;
  margin-right: 0.1rem;
}

.iderIndexBox5 {
  width: 100%;
  height: auto;
  padding: 0.8rem 0 0.9rem 0;
}
.iderIndexBox5 .text {
  flex: 1;
  margin-right: 1.625rem;
}
.iderIndexBox5 .form {
  width: 9.475rem;
  height: auto;
  background-color: #ffffff;
  border-radius: 0.0625rem;
  padding: 0.5625rem 0.4875rem 0.5rem 0.4rem;
}

.iderIndexBox5 .text .com-ls24 {
  font-size: 0.2rem;
  margin-top: 0.25rem;
  line-height: 0.3rem;
  letter-spacing: 0.0125rem;
  color: #ffffff;
}
.iderIndexBox5 .text .com-ls24 p {
  font-size: 0.2rem;
  margin-bottom: 0.25rem;
  line-height: 0.3rem;
}
.iderIndexBox5 .text .com-mores {
  margin-top: 0.625rem;
}
.iderIndexBox5 .inputItem {
  position: relative;
}
.iderIndexBox5 .inputItem .name {
  font-size: 0.175rem;
  color: #000;
  margin-bottom: 0.125rem;
}
.iderIndexBox5 .inputItem .name em {
  color: var(--mainColor);
}
.iderIndexBox5 .formItem {
  width: 100%;
  margin-bottom: 0.1875rem;
}

.iderIndexBox5 .formItem .inputItem {
  width: calc((100% - 0.25rem) / 2);
}
.iderIndexBox5 .formItem input {
  width: 100%;
  height: 0.6125rem;
  font-size: 0.175rem;
  padding-left: 0.25rem;
  color: #bebebe;
  box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.1);
  border-radius: 0.0125rem;
}
.iderIndexBox5 textarea {
  width: 100%;
  height: 1.6625rem;
  box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.1);
  border-radius: 0.0125rem;
  font-size: 0.175rem;
  padding: 0.25rem 0 0 0.25rem;
  color: #bebebe;
}
.iderIndexBox5 .form .ls {
  font-size: 0.2rem;
  line-height: 0.375rem;
  margin: 0.0625rem 0 0.15rem 0;
  color: #000000;
}
.iderIndexBox5 .form .ls a {
  color: #275ed8;
  text-decoration: underline !important;
}
.iderIndexBox5 input[type="submit"] {
  width: 4.5625rem;
  cursor: pointer;
  transition: all 0.3s;
  height: 0.575rem;
  background-color: var(--mainColor);
  box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.1);
  border-radius: 0.025rem;
  font-size: 0.2rem;
  font-weight: 600;
  text-align: center;
  line-height: 0.575rem;
  color: #ffffff;
}

.iderIndexBox6 {
  width: 100%;
  height: auto;
  padding: 1.5rem 0;
  background: linear-gradient(to top, rgba(197, 212, 239, 1), #ffffff);
}
.iderIndexBox6Swiper {
  width: 71.5%;
  margin: 0 auto;
  margin-top: 0.6875rem;
}
.iderIndexBox6Swiper .swiper-slide {
  border-radius: 0.25rem;
  overflow: hidden;
}
.iderIndexBox6 .com-card {
  position: relative;
}

.iderIndexBox6Swiper .con {
  width: 100%;
  height: 5.9rem;
  margin: 0 auto;
  opacity: 1;
  border-radius: 0.25rem;
  background-color: #fff;
  border: solid 1px #d9d9d9;
  padding: 0.4375rem 0.375rem 0.375rem 0.5rem;
}
.iderIndexBox6Swiper .img {
  width: 3.8125rem;
  height: 4.9875rem;
  border-radius: 0.3125rem;
  margin-right: 0.625rem;
}
.iderIndexBox6Swiper .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0.125rem 0 0.25rem 0;
  justify-content: space-between;
}
.iderIndexBox6Swiper .text .com-ls31 {
  color: #6e6e6e;
}
.iderIndexBox6Swiper .text .com-ls31::before {
  display: block;
  content: "";
  width: 0.2125rem;
  height: 0.2rem;
  background: url(../images/im2-14.png) no-repeat;
  background-size: contain;
  margin-bottom: 0.175rem;
}
.iderIndexBox6Swiper .bto .name {
  font-size: 0.25rem;
  font-weight: 600;
  color: #2762b8;
}
.iderIndexBox6Swiper .bto .ls {
  font-size: 0.2rem;
  line-height: 0.375rem;
  letter-spacing: 0.0125rem;
  color: #6e6e6e;
}
.iderIndexBox6Swiper .bto .rt {
  font-size: 0.225rem;
  color: #494949;
}
.iderIndexBox6Swiper .bto .rt::before {
  display: block;
  content: "";
  width: 0.175rem;
  height: 0.15rem;
  background: url(../images/im2-9.png) no-repeat;
  background-size: cover;
  margin-right: 0.1125rem;
}
.iderIndexBox6-prev,
.iderIndexBox6-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 33;
}
.iderIndexBox6-prev {
  left: 0;
}
.iderIndexBox6-next {
  right: 0;
}
.iderIndexBox7 {
  width: 100%;
  height: auto;
  padding: 2.25rem 0 2.775rem 0;
}
.iderIndexBox7 .com-tl {
  width: 60%;
}
.iderIndexBox7 .text {
  width: 50%;
}
.iderIndexBox7 .text .com-ls31 {
  margin: 0.3125rem 0 0.625rem 0;
}

.iderIndexBox8 {
  width: 100%;
  height: auto;
  padding: 1.25rem 0 1rem 0;
  background: linear-gradient(to top, rgba(197, 212, 239, 0.6), #ffffff);
}
.iderIndexBox8 .top {
  width: 100%;
  height: 7.5rem;
  padding: 0.2125rem;
  background-color: #ffffff;
  border-radius: 0.125rem;
}
.iderIndexBox8 .top .textlt {
  flex: 1;
  padding: 0.625rem 0.625rem 0.125rem 0.375rem;
}
.iderIndexBox8 .top .textlt .com-ls31 {
  color: #6f6f6f;
  margin: 0.25rem 0 1.375rem 0;
}
.iderIndexBox8Swiper2 {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.iderIndexBox8 .top .imglist {
  position: relative;
  width: 9.55rem;
  height: 100%;
  overflow: hidden;
}
.iderIndexBox8 .top .imglist .item {
  position: relative;
  width: 100%;
}
.iderIndexBox8 .imglist .item.active {
  display: block;
}
.iderIndexBox8 .top .imglist .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80%;
  height: 2.35rem;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 0px 1.25rem 0px 0px;
  z-index: 2;
  padding: 0.3125rem 0.625rem 0.375rem 0.4375rem;
}
.iderIndexBox8 .top .imglist .text .com-ls24 {
  margin: 0.125rem 0 0.25rem 0;
}
.iderIndexBox8 .top .imglist .text .name {
  font-size: 0.225rem;
  color: #ffffff;
}
.iderIndexBox8 .top .imglist .text .mores {
  font-size: 0.175rem;
  color: #ffffff;
}

.iderIndexBox8Swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 0.3125rem;
}
.iderIndexBox8Swiper .swiper-slide {
  background-color: #ffffff;
  border-radius: 0.125rem;
  cursor: pointer;
  height: 2.5375rem;
  transition: all 0.3s;
}
.iderIndexBox8Swiper .time {
  font-size: 0.225rem;
  color: rgba(25, 37, 70, 0.7);
  padding: 0.3125rem 0.125rem 0.25rem 0.325rem;
  border-bottom: 1px solid rgba(175, 174, 174, 0.2);
}
.iderIndexBox8Swiper .time::before {
  display: block;
  content: "";
  width: 0.325rem;
  height: 0.325rem;
  background: url(../images/im2-10.png) no-repeat;
  background-size: contain;
  margin-right: 0.15rem;
}
.iderIndexBox8Swiper .name {
  width: 100%;
  height: auto;
  padding: 0.3125rem 0.125rem 0.125rem 0.325rem;
  font-size: 0.225rem;
  line-height: 0.3rem;
  color: #0a111a;
}
.iderIndexBox8-pagination {
  width: 100%;
  margin-top: 0.5625rem;
}
.iderIndexBox8Swiper .swiper-slide-thumb-active {
  border: 1px solid var(--mainColor);
}

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

.iderIndexBox9Con {
  width: 100%;
  height: auto;
  padding-left: 3.25rem;
}
.iderIndexBox9Swiper {
  width: 100%;
  position: relative;
  height: auto;
  overflow-x: clip;
  margin-top: 0.8125rem;
}
.iderIndexBox9Swiper .swiper-slide {
  width: 5.75rem;
  padding-right: 0.3125rem;
  border-right: 1px solid #e5e5e5;
}
.iderIndexBox9Swiper .img {
  width: 100%;
  height: 3.4375rem;
  overflow: hidden;
}
.iderIndexBox9Swiper .text {
  width: 100%;
  height: 3.2rem;
  background-color: #f6f8fa;
  transition: all 0.3s;
  padding: 0.1875rem 0.375rem 0.5rem 0.1875rem;
}
.iderIndexBox9Swiper .text .time {
  font-size: 0.2rem;
  color: #4d4d4d;
}
.iderIndexBox9Swiper .text .name {
  display: block;
  transition: all 0.3s;
  font-size: 0.25rem;
  line-height: 0.375rem;
  color: #272727;
  margin: 0.1875rem 0;
}
.iderIndexBox9Swiper .text .com-ls24 {
  color: #838383;
}
.iderIndexBox9Swiper .text .mores {
  color: #838383;
  font-size: 0.2rem;
  display: block;
  margin-top: 0.375rem;
  transition: all 0.3s;
  letter-spacing: 0.0125rem;
}
.iderIndexBox9Swiper .swiper-slide:hover .text {
  background-color: #ffffff;
  box-shadow: 0px 0.1125rem 0.475rem 0px rgba(108, 108, 108, 0.14);
}
.iderIndexBox9Swiper .swiper-slide:hover .name {
  color: #2762b8;
  text-decoration: underline;
}
.iderIndexBox9Swiper .swiper-slide:hover .mores {
  color: var(--mainColor);
  text-decoration: underline !important;
}

.switchLt,
.switchRt {
  cursor: pointer;
  width: 0.625rem;
  height: 0.575rem;
  background-color: #ffffff;
}
.iderIndexBox9-prev {
  position: absolute;
  left: 0;
  top: 1.6875rem;
  z-index: 44;
}
.iderIndexBox9-next {
  position: absolute;
  right: 3.225rem;
  z-index: 44;
  top: 1.6875rem;
}
.iderIndexBox10 .com-card {
  align-items: flex-start;
}
.iderIndexBox10 .text {
  padding-top: 0.75rem;
}
.iderIndexBox10 .text .com-ls31 {
  margin-top: 0.1875rem;
}
.iderfooter {
  width: 100%;
  background-color: #0a111a;
  height: auto;
}
.iderfooterTop {
  width: 100%;
  height: auto;
  padding: 1.0625rem 0 0.3125rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.iderfooterTop .topLt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 26%;
  margin-right: 1.5rem;
}
.iderfooterTop ul {
  flex: 1;
  justify-content: space-between;
}
.iderfooterTop ul li {
  display: flex;
  flex-direction: column;
}
.iderfooterTop .topLt .com-ls31 {
  color: #737373;
  margin-top: 0.375rem;
}
.footerLink a {
  width: 0.475rem;
  height: 0.475rem;
  background-color: rgba(116, 114, 114, 0.1);
  border-radius: 0.05rem;
  margin-right: 0.125rem;
  transition: all 0.3s;
}
.footerLink a:hover {
  background-color: #2762b8;
  transform: translateY(-10px);
}
.footerLink a img {
  width: auto;
  height: 0.225rem;
  object-fit: contain;
}
.iderfooterTop ul {
  margin-bottom: 0.875rem;
}
.iderfooterTop ul li .name {
  font-size: 0.225rem;
  font-weight: 600;
  letter-spacing: 0.0125rem;
  margin-bottom: 0.4375rem;
  color: #ffffff;
}
.iderfooterTop ul li a {
  font-size: 0.2rem;
  line-height: 0.375rem;
  letter-spacing: 0.0125rem;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s;
  margin-bottom: 0.05rem;
}
.iderfooterTop ul li a:hover {
  color: var(--mainColor);
  text-decoration: underline !important;
}
.iderfooterTop ul li:last-child {
  width: 47%;
}
.iderfooterTop ul li:last-child a {
  padding-left: 0.5rem;
  display: block;
  margin-bottom: 0.15rem;
}
.iderfooterTop ul li .phone {
  background: url(../images/im2-11.png) left top no-repeat;
  background-size: 0.2rem;
  background-position-y: 0.125rem;
}
.iderfooterTop ul li .emails {
  background: url(../images/im2-12.png) left top no-repeat;
  background-size: 0.2rem 0.15rem;
  background-position-y: 0.125rem;
}
.iderfooterTop ul li .address {
  background: url(../images/im2-13.png) left top no-repeat;
  background-size: 0.1625rem 0.2375rem;
  background-position-y: 0.125rem;
}

.iderfooterBto {
  width: 100%;
  height: 1.125rem;
}
.iderfooterBto .ls {
  font-size: 0.2rem;
  letter-spacing: 0.0125rem;
  color: rgba(255, 255, 255, 0.6);
}

.iderBanner {
  width: 100%;
  height: auto;
}
.iderBanner .bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.iderComNav {
  width: 100%;
  height: auto;
  padding: 0.15rem 0;
  border-bottom: 1px solid #d9d9d9;
}
.iderComNav a {
  font-size: 0.2rem;
  color: #0a111a;
}
.iderComNav a::after {
  display: block;
  margin: 0 0.05rem;
  content: "\00BB";
}
.iderComNav a:hover,
.iderComNav a.active {
  color: var(--mainColor);
}
.iderComNav a:last-child::after {
  display: none;
}

.iderAboutBox1 {
  width: 100%;
  height: auto;
  padding: 0.875rem 0 1.625rem 0;
  background: linear-gradient(to top, rgba(197, 212, 239, 1), #ffffff);
}
.iderAboutBox1 .text {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  margin-top: 0.4375rem;
}
.iderAboutBox1 .text p {
  font-size: 0.2rem;
  line-height: 0.375rem;
  margin-bottom: 0.25rem;
  color: #6e6e6e;
  text-align: center;
}
.iderAboutBox1 .vodes {
  width: 73.5%;
  position: relative;
  height: 6.925rem;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0px 0px 1.0125rem 0px rgba(108, 108, 108, 0.23);
  border: solid 0.1875rem #ffffff;
  margin: 0 auto;
  margin-top: 0.125rem;
}
.iderAboutBox1 .vodes .icon,
.iderAboutBox7 .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.675rem;
  object-fit: cover;
  height: 1.675rem;
  transform: translate(-50%, -50%);
}

.iderAboutBox2 {
  width: 100%;
  height: auto;
  padding: 1.25rem 0 2rem 0;
}
.iderAboutBox2 ul {
  width: 100%;
  margin-top: 0.75rem;
}
.iderAboutBox2 ul li {
  width: calc((100% - 0.85rem) / 4);
  height: 5.3375rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 1.0125rem 0px rgba(108, 108, 108, 0.23);
  border-radius: 0.125rem;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  align-items: end;
  padding: 0.3125rem 0.4rem 0.125rem 0.375rem;
}
.iderAboutBox2 ul li:hover {
  background-color: var(--mainColor);
  transition: all 0.3s;
}
.iderAboutBox2 ul li:hover .text,
.iderAboutBox2 ul li:hover .text p,
.iderAboutBox2 ul li:hover .name {
  color: #fff;
}
.iderAboutBox2 ul li .icon {
  width: auto;
  height: 0.875rem;
  object-fit: contain;
  transition: all 0.3s;
}
.iderAboutBox2 li .name {
  font-size: 0.3rem;
  font-weight: 600;
  color: #000000;
  width: 100%;
  margin: 0.125rem 0 0.25rem;
}

.iderAboutBox2 li .text p {
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #6e6e6e;
  margin-bottom: 0.1875rem;
}
.iderAboutBox2 ul li:hover .icon {
  filter: brightness(0) invert(1);
}

.iderAboutBox3 {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.625rem 0;
  background: linear-gradient(to top, rgba(197, 212, 239, 0.6), #ffffff);
}

.iderAboutBox3Con {
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
}
.iderAboutBox3Con .img {
  width: 9.175rem;
  height: 9.8125rem;
  border-radius: 0.025rem 1.25rem 0.025rem 1.25rem;
  border: solid 1px #c5d4ef;
  margin-right: 0.75rem;
  padding: 0.1875rem;
  overflow: hidden;
}
.iderAboutBox3Con .img img {
  border-radius: 0.025rem 1.25rem 0.025rem 1.25rem;
}
.iderAboutBox3Con .comFaqBox {
  flex: 1;
}
.comFaqBox .name {
  font-size: 0.225rem;
  font-weight: 600;
  color: #000000;
  transition: all 0.3s;
}
.comFaqBox .item {
  margin-bottom: 0.125rem;
  transition: all 0.3s;
}
.comFaqBox .item .tl {
  width: 100%;
  cursor: pointer;
  height: 0.75rem;
  padding: 0 0.25rem 0 0.35rem;
  background-color: #ffffff;
  border-radius: 0.0625rem;
}
.comFaqBox .item .tl::after {
  display: block;
  content: "+";
  transition: all 0.3s;
  font-size: 0.375rem;
  color: #797979;
}
.comFaqBox .item.active .tl::after {
  content: "-";
  color: var(--mainColor);
}
.comFaqBox .text {
  width: 100%;
  height: auto;
  display: none;
  padding: 0.125rem 0.5rem 0.5rem 0.35rem;
}
.comFaqBox .text p {
  font-size: 0.2rem;
  line-height: 0.3rem;
  margin-bottom: 0.1875rem;
  color: #6e6e6e;
}
.comFaqBox .item.active {
  background: linear-gradient(to bottom, rgba(197, 212, 239, 1), #ffffff);
}
.comFaqBox .item.active .tl {
  background-color: transparent;
}
.comFaqBox .item.active .name {
  color: var(--mainColor);
}
.comFaqBox .item.active .tl {
  height: auto;
  padding: 0.1875rem 0.25rem 0.1875rem 0.35rem;
}
.comFaqBox .item.active .name {
  display: inline;
}

.iderAboutBox4 {
  width: 100%;
  height: auto;
  padding: 1.5rem 0 0.125rem 0;
}
.iderAboutBox4 .top {
  width: 42%;
  height: auto;
  padding-bottom: 0.1875rem;
  border-bottom: 0.025rem solid #fff;
  margin: 0 auto;
  margin-bottom: 0.8125rem;
}
.iderAboutBox4 .top .item {
  position: relative;
  width: calc(100% / 2);
  font-size: 0.375rem;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}
.iderAboutBox4 .top .item:hover,
.iderAboutBox4 .top .item.active {
  color: var(--mainColor);
}
.iderAboutBox4 .top .item::after {
  position: absolute;
  left: 0;
  bottom: -0.225rem;
  display: block;
  content: "";
  width: 0;
  height: 0.0375rem;
  background-color: #bb2929;
  border-radius: 0.025rem;
  transition: all 0.3s;
}
.iderAboutBox4 .top .item:hover::after,
.iderAboutBox4 .top .item.active::after {
  width: 100%;
}
.iderAboutBox4 .top .item:last-child {
  margin-right: 0;
}

.iderAboutBox4Con ul li {
  width: 4.125rem;
  margin: 0 0.325rem 0.8125rem 0;
}
.iderAboutBox4Con ul li:nth-child(4n) {
  margin-right: 0;
}
.iderAboutBox4Con .item {
  display: none;
}

.iderAboutBox4Con ul li .img {
  width: 100%;
  height: 3.275rem;
  overflow: hidden;
}
.iderAboutBox4Con ul li .name {
  width: 100%;
  font-size: 0.2rem;
  text-align: center;
  margin-top: 0.15rem;
  color: #ffffff;
}

.iderAboutBox5 {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.5rem 0;
  background: linear-gradient(to top, rgba(197, 212, 239, 0.6), #ffffff);
}

.iderAboutBox5Swiper {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.625rem;
  overflow: hidden;
}
.iderAboutBox5Swiper .swiper-slide {
  width: 11.6625rem;
  position: relative;
  height: 7.075rem;
}
.iderAboutBox5Swiper .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.iderAboutBox5Swiper .text {
  position: absolute;
  left: 0;
  bottom: -100%;
  z-index: 2;
  width: 100%;
  height: auto;
  padding: 0.25rem 1.25rem 0.125rem 0.4rem;
  background-color: rgba(29, 100, 167, 0.8);
  transition: all 0.5s;
}
.iderAboutBox5Swiper .text .name {
  font-size: 0.375rem;
  font-weight: 600;
  color: #ffffff;
}
.iderAboutBox5-prev {
  position: absolute;
  top: 50%;
  left: 0;
  cursor: pointer;
  transform: translateY(-50%);
  z-index: 22;
}
.iderAboutBox5-next {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 22;
  cursor: pointer;
  transform: translateY(-50%);
}
.iderAboutBox5Swiper .swiper-slide-active .text {
  bottom: 0;
}

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

.iderAboutBox6Swiper {
  width: 100%;
  height: auto;
  margin-top: 1rem;
  overflow: hidden;
}
.iderAboutBox6Swiper .img {
  width: 100%;
  overflow: hidden;
  height: 5.425rem;
}
.iderAboutBox6Swiper .name {
  width: 100%;
  height: 0.8875rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0px 0px 0.1125rem 0px rgba(108, 108, 108, 0.18);
}

.iderAboutBox6-pagination {
  width: 100%;
  margin-top: 0.75rem;
}
.iderAboutBox6-pagination .swiper-pagination-bullet {
  width: 0.1375rem;
  height: 0.1375rem;
  background-color: #ffffff;
  opacity: 1;
  transition: all 0.3s;
}
.iderAboutBox6-pagination .swiper-pagination-bullet-active {
  background-color: #009ee2;
}

.iderAboutBox7 {
  width: 100%;
  height: auto;
  cursor: pointer;
  padding: 1.5rem 0;
  background: linear-gradient(to top, rgba(197, 212, 239, 0.6), #ffffff);
}
.iderAboutBox7 .com-card {
  position: relative;
}

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

.iderSolutionBox1Con {
  width: 100%;
  height: auto;
  margin-top: 1.125rem;
}
.iderSolutionBox1Con .item {
  width: 100%;
  height: 8.125rem;
}
.iderSolutionBox1Con .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.iderSolutionBox1Con .img {
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.iderSolutionBox1Con .text {
  width: 50%;
  height: 100%;
  background-color: #ecf1fa;
  padding: 1.125rem 4.125rem 0.125rem 0.9375rem;
}
.iderSolutionBox1Con .item:nth-child(2n) .text {
  padding: 1.125rem 0.9375rem 0.125rem 4.125rem;
}
.iderSolutionBox1Con .text .name {
  font-size: 0.375rem;
  font-weight: 600;
  color: #0a111a;
}
.iderSolutionBox1Con .text .com-ls31 {
  color: #6e6e6e;
  margin: 0.1875rem 0 0.4375rem 0;
}
.iderSolutionBox1Con .text .moreList a {
  width: fit-content;
  display: block;
  height: 0.6875rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 0.2rem 0px rgba(108, 108, 108, 0.07);
  border-radius: 0.35rem;
  font-size: 0.2rem;
  text-align: center;
  padding: 0 0.4rem;
  line-height: 0.6875rem;
  transition: all 0.3s;
  color: #0a111a;
  margin: 0 0.125rem 0.125rem 0;
}
.iderSolutionBox1Con .text .moreList a:hover {
  background-color: #2762b8;
  color: #fff;
}

.iderSolutionBox1Con .text .com-mores {
  margin-top: 0.5625rem;
  border: solid 0.0125rem #0a111a;
  color: #0a111a;
  transition: all 0.3s;
  background-color: transparent;
}
.iderSolutionBox1Con .com-mores:hover {
  background-color: var(--mainColor);
  border-color: var(--mainColor);
  color: #fff;
}

.iderSolutionDelBox2 {
  width: 100%;
  height: auto;
  padding: 0.8125rem 0 1rem 0;
}
.iderSolutionDelBox2 ul {
  width: 100%;
  margin-top: 0.6875rem;
}
.iderSolutionDelBox2 ul li {
  width: calc((100% - 0.75rem) / 4);
  height: 6.1125rem;
  position: relative;
  background-color: #fff;
  padding: 0.5rem 0.5625rem 0.5625rem 0.25rem;
}
.iderSolutionDelBox2 li .icon {
  width: 0.8625rem;
  height: auto;
  object-fit: contain;
}
.iderSolutionDelBox2 li::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.1rem;
  background-color: var(--mainColor);
  width: 0;
  transition: all 0.3s;
}
.iderSolutionDelBox2 li:hover::after {
  width: 100%;
}
.iderSolutionDelBox2 li .name {
  font-size: 0.225rem;
  line-height: 0.375rem;
  font-weight: 600;
  color: #000000;
  margin: 0.15rem 0 0.625rem 0;
}
.iderSolutionDelBox2 li .com-ls24 {
  color: #000000;
}

.iderSolutionDelBox1 {
  width: 100%;
  height: auto;
  margin-top: 0.275rem;
  padding: 0.4375rem 0 1.4375rem 0;
  background: linear-gradient(to top, rgba(197, 212, 239, 1), #ffffff);
}

.iderSolutionDelBox1Swiper {
  width: 11.1625rem;
  height: 6.85rem;
  overflow-x: clip;
  border-radius: 0.0625rem;
  margin-left: 0.625rem;
}
.iderSolutionDelBox1 .text {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 0.25rem;
}
.iderSolutionDelBox1 .text .com-ls31 {
  color: #6e6e6e;
  margin-top: 0.3125rem;
}
.iderSolutionDelBox1Swiper2 .item {
  font-size: 0.2rem;
  display: block;
  margin-bottom: 0.3125rem;
  color: #0a111a;
}
.iderSolutionDelBox1 .swiper-slide:hover .item,
.iderSolutionDelBox1Swiper2 .swiper-slide-thumb-active .item {
  color: var(--mainColor);
  text-decoration: underline;
}
.iderSolutionDelBox1 .text .com-mores,
.iderSolutionDelBox3 .text .com-mores,
.iderProductBox3 .text .com-mores {
  width: 2.675rem;
}
.iderComNav.inner {
  border-bottom: none;
}
.iderSolutionDelBox1 .iderComNav {
  margin-bottom: 0.5rem;
}

.iderSolutionDelBox1Swiper2 {
  width: 90%;
  height: auto;
  overflow: hidden;
}
.iderSolutionDelBox1Swiper2 .swiper-slide {
  cursor: pointer;
}
.iderSolutionDelBox1-pagination {
  z-index: 66;
  position: relative;
  justify-content: end;
  margin-top: 0.325rem;
}
.iderSolutionDelBox1-pagination .swiper-pagination-bullet,
.iderIndexBox6-pagination .swiper-pagination-bullet {
  width: 0.1375rem;
  height: 0.1375rem;
  opacity: 0.4;
  background-color: #151515;
  transition: all 0.3s;
}
.iderSolutionDelBox1-pagination .swiper-pagination-bullet-active,
.iderIndexBox6-pagination .swiper-pagination-bullet-active {
  background-color: var(--mainColor);
  opacity: 1;
}

.iderSolutionDelBox3 {
  width: 100%;
  height: auto;
  padding: 0.8375rem 0 0.625rem 0;
  background: url(../picture/bg14.png) no-repeat;
  background-size: cover;
}
.iderSolutionDelBox3 .img {
  width: 9.625rem;
  height: auto;
  overflow: hidden;
  margin-right: 0.625rem;
}
.iderSolutionDelBox3 .text {
  flex: 1;
}
.iderSolutionDelBox3 .text .com-ls31 p {
  font-size: 0.2rem;
  line-height: 0.375rem;
  color: #6e6e6e;
  margin-top: 0.3125rem;
}
.iderSolutionDelBox3 .text .com-mores {
  margin-top: 0.625rem;
}
.iderIndexBox3.inner .com-tl,
.iderIndexBox3.inner .com-title {
  color: #fff;
}

.comProductsBox1 {
  width: 100%;
  height: auto;
  padding-top: 0.625rem;
  background: linear-gradient(to top, rgba(197, 212, 239, 0.6), #ffffff);
}
.comProductsBox1 .com-card {
  padding-bottom: 1.375rem;
  border-bottom: 1px solid #dfdfdf;
}
.comProductsBox1 ul {
  width: 100%;
  margin-top: 0.875rem;
}
.comProductsBox1 ul li {
  width: calc((100% - 0.5625rem) / 4);
  margin: 0 0.1875rem 0.1875rem 0;
  background-color: #ffffff;
}
.comProductsBox1 ul li:nth-child(4n) {
  margin-right: 0;
}
.comProductsBox1 li .img {
  width: 100%;
  height: 4.8375rem;
  overflow: hidden;
  padding: 0.25rem;
}
.comProductsBox1 li img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.comProductsBox1 li .text {
  width: 100%;
  border-top: 1px solid rgba(197, 212, 239, 0.6);
  height: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.1875rem 0.125rem 0.225rem 0.2375rem;
}
.comProductsBox1 li .name {
  font-size: 0.2rem;
  font-weight: 600;
  color: #000000;
  transition: all 0.3s;
}
.comProductsBox1 li:hover .mores,
.comProductsBox1 li:hover .name {
  color: var(--mainColor);
  text-decoration: underline !important;
}
.comProductsBox1 li .mores {
  font-size: 0.175rem;
  display: block;
  transition: all 0.3s;
  color: #484848;
}

.iderSolutionDelBox4 {
  width: 100%;
  height: auto;
  padding: 1.125rem 0;
  background: linear-gradient(to top, rgba(197, 212, 239, 0.6), #ffffff);
}

.iderSolutionDelBox4Con {
  width: 100%;
  margin-top: 0.75rem;
}
.iderSolutionDelBox4Con .item {
  position: relative;
  width: calc((100% - 0.6rem) / 2);
  height: 5.7875rem;
  overflow: hidden;
  margin: 0 0.6rem 0.25rem 0;
}
.iderSolutionDelBox4Con .item:nth-child(2n) {
  margin-right: 0;
}
.iderSolutionDelBox4Con .item .text {
  position: absolute;
  left: 0.125rem;
  bottom: 0.125rem;
  width: 4.6125rem;
  height: 1.2625rem;
  padding: 0.3125rem 0.125rem 0.125rem;
}
.iderSolutionDelBox4Con .item .name {
  font-size: 0.225rem;
  font-weight: 600;
  margin-bottom: 0.125rem;
  color: #dfdfdf;
}
.iderSolutionDelBox4Con .item .text.glass-card {
  box-shadow: inset 0 0 0.025rem 0.025rem rgba(255, 255, 255, 0.5);
}

.iderCustomBox1 {
  width: 100%;
  height: auto;
  background: linear-gradient(to top, rgba(197, 212, 239, 0.6), #ffffff);
  padding: 0.875rem 0 1.625rem 0;
}
.iderCustomBox1 .title {
  width: 80%;
  margin: 0 auto;
  margin-top: 0.4375rem;
  color: #6e6e6e;
  text-align: center;
}
.iderCustomBox1 .tl {
  width: 100%;
  text-align: center;
  font-size: 0.225rem;
  font-weight: 600;
  line-height: 0.375rem;
  margin: 0.375rem 0 0.1875rem 0;
  color: #000000;
}
.iderCustomBox1 ul {
  width: 100%;
}
.iderCustomBox1 ul li {
  width: calc((100% - 0.825rem) / 3);
  margin: 0 0.4125rem 0.375rem 0;
}
.iderCustomBox1 ul li:nth-child(3n) {
  margin-right: 0;
}
.iderCustomBox1 ul li .img {
  width: 100%;
  height: 3.825rem;
  overflow: hidden;
  padding: 0.1875rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 1.0125rem 0px rgba(108, 108, 108, 0.23);
  border-radius: 0.125rem;
}
.iderCustomBox1 li .name {
  width: 100%;
  display: block;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 0.125rem 0;
  color: #2762b8;
}
.iderCustomBox1 li .img img {
  width: auto;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
}
.iderCustomBox1 .text {
  text-align: center;
  width: 92%;
  margin: 0 auto;
}
.iderCustomBox1 .text p {
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #6e6e6e;
  margin-bottom: 0.1875rem;
  text-align: center;
}
span {
  color: inherit;
}

.iderCustomBox2 {
  width: 100%;
  height: auto;
  padding: 1rem 0 0.875rem 0;
  background: url(../picture/bg21.png) no-repeat;
  background-size: cover;
}
.iderCustomBox2 ul {
  width: 100%;
  margin-top: 0.625rem;
}
.iderCustomBox2 ul li {
  position: relative;
  width: calc((100% - 0.5375rem) / 2);
  margin: 0 0.5375rem 0.375rem 0;
  height: 4rem;
  background-color: #ffffff;
  padding: 0.2875rem 0.375rem 0.275rem 0.2125rem;
  box-shadow: 0px 0px 0.2rem 0px rgba(108, 108, 108, 0.07);
}
.iderCustomBox2 ul li:nth-child(2n) {
  margin-right: 0;
}
.iderCustomBox2 li .img {
  width: 3.4375rem;
  height: 100%;
  overflow: hidden;
}
.iderCustomBox2 li .text {
  flex: 1;
  padding: 0.375rem 0 0 0.3rem;
}
.iderCustomBox2 li .name {
  font-size: 0.225rem;
  font-weight: 600;
  color: #2762b8;
  margin-bottom: 0.25rem;
}
.iderCustomBox2 li .com-ls31 {
  color: #6e6e6e;
}
.iderCustomBox2 ul li::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  bottom: 0;
  width: 0;
  height: 0.125rem;
  transition: all 0.4s;
  background-color: #2762b8;
  box-shadow: 0px 0px 0.2rem 0px rgba(108, 108, 108, 0.07);
}
.iderCustomBox2 ul li:hover::after {
  width: 100%;
}

.iderCustomBox3 {
  width: 100%;
  height: auto;
  padding: 1.125rem 0 2.625rem 0;
  background: linear-gradient(to top, rgba(197, 212, 239, 0.6), #ffffff);
}
.iderCustomBox3 .title {
  width: 82%;
  margin: 0 auto;
  color: #6e6e6e;
  text-align: center;
  margin-top: 0.3125rem;
}
.iderCustomBox3 ul {
  width: 100%;
  margin-top: 0.875rem;
}
.iderCustomBox3 ul li {
  position: relative;
  width: calc(100% / 6);
  height: 2.9125rem;
  padding-top: 0.525rem;
  border-radius: 50%;
  background: url(../images/im4-8.png) no-repeat;
  background-size: contain;
  background-position-x: -0.0125rem;
}
.iderCustomBox3 li .nu {
  width: 0.5375rem;
  height: 0.5375rem;
  text-align: center;
  line-height: 0.5375rem;
  background-color: #2762b8;
  font-size: 0.225rem;
  font-weight: 600;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -0.125rem;
  color: #ffffff;
}
.iderCustomBox3 li .icon {
  width: auto;
  height: 0.75rem;
  object-fit: contain;
  transition: all 0.3s;
}
.iderCustomBox3 li .com-ls31 {
  text-align: center;
  width: 100%;
  font-weight: 600;
  color: #4f4f4f;
  margin-top: 0.125rem;
}
.iderCustomBox3 li:last-child {
  background: url(../images/im4-9.png) no-repeat;
  background-size: contain;
}

.iderCustomBox4 {
  background-color: #f6f8fa;
}

.iderProductBox1 {
  width: 100%;
  height: auto;
  padding: 0.625rem 0 1.625rem 0;
  background: linear-gradient(to top, rgba(197, 212, 239, 1), #ffffff);
}
.iderProductBox1 .title {
  width: 76%;
  margin: 0 auto;
  color: #6e6e6e;
  text-align: center;
  margin-top: 0.2125rem;
}
.iderProductBox1 ul {
  width: 100%;
  margin-top: 0.375rem;
  perspective: 1200px;
}
.iderProductBox1 ul li {
  width: 4.2rem;
  height: auto;
  margin: 0 0.225rem 0.375rem 0;
  background-color: #fff;
  transition: all 0.5s;
}
/* ==== */
.iderProductBox1 .hoverImg {
  position: relative;
  overflow: hidden; /* 关键：让跑马灯线条从视野外穿过 */
  /* 保持之前的圆角设置，确保线条也贴合圆角 */
  border-radius: 10px;
  /* 稍微加一点内边距或背景，防止内容压住线条 */
  background: #fff;
  z-index: 1;
}

/* 跑马灯线条的通用样式 */
.iderProductBox1 .hoverImg span.border-line {
  position: absolute;
  display: block;
  /* 跑马灯颜色：这里用了亮蓝色，你可以改成 gold 或其他颜色 */
  background: #296acc;
  /* 增加阴影，制造 LED 发光感 */
  box-shadow:
    0 0 10px #296acc,
    0 0 20px #296acc;
  opacity: 0; /* 默认隐藏，hover时才显示 */
  transition: opacity 0.5s;
}

/* 鼠标移入时显示线条 */
.iderProductBox1 .hoverImg:hover span.border-line {
  opacity: 1;
}

/* --- 四条边的具体位置与动画 --- */

/* 1. 顶部线条 */
.iderProductBox1 .hoverImg span.border-line:nth-child(1) {
  top: 0;
  left: 0;
  width: 100%;
  height: 2px; /* 线条粗细 */
  /* 渐变背景，制造“流星尾巴”的效果 */
  background: linear-gradient(90deg, transparent, #296acc);
  /* 动画：名称 时长 线性 无限循环 */
  animation: animate-top 1s linear infinite;
}

/* 2. 右侧线条 */
.iderProductBox1 .hoverImg span.border-line:nth-child(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #296acc);
  animation: animate-right 1s linear infinite;
  animation-delay: 0.25s; /* 延迟播放，形成连接感 */
}

/* 3. 底部线条 */
.iderProductBox1 .hoverImg span.border-line:nth-child(3) {
  bottom: 0;
  right: -100%; /* 初始位置在右侧外面 */
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, #03e9f4);
  animation: animate-bottom 1s linear infinite;
  animation-delay: 0.5s;
}

/* 4. 左侧线条 */
.iderProductBox1 .hoverImg span.border-line:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #296acc);
  animation: animate-left 1s linear infinite;
  animation-delay: 0.75s;
}

/* --- 动画关键帧 --- */

@keyframes animate-top {
  0% {
    left: -100%;
  }
  50%,
  100% {
    left: 100%;
  }
}

@keyframes animate-right {
  0% {
    top: -100%;
  }
  50%,
  100% {
    top: 100%;
  }
}

@keyframes animate-bottom {
  0% {
    right: -100%;
  }
  50%,
  100% {
    right: 100%;
  }
}

@keyframes animate-left {
  0% {
    bottom: -100%;
  }
  50%,
  100% {
    bottom: 100%;
  }
}

/* === */
.iderProductBox1 ul li:nth-child(4n) {
  margin-right: 0;
}
.iderProductBox1 li .img {
  width: 100%;
  height: 4.8rem;
  overflow: hidden;
  padding: 0.2125rem;
}
.iderProductBox1 li .img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: all 0.5s;
}
.iderProductBox1 li .text {
  width: 100%;
  height: 2.475rem;
  transition: all 0.3s;
  border-top: 0.0125rem solid rgba(197, 212, 239, 0.6);
  padding: 0.25rem 0.3125rem 0.4375rem 0.3rem;
}
.iderProductBox1 li .name {
  font-size: 0.225rem;
  font-weight: 700;
  transition: all 0.3s;
  color: #0a111a;
}
.iderProductBox1 li .com-ls31 {
  color: #6e6e6e;
  transition: all 0.3s;
  margin: 0.1875rem 0 0.25rem 0;
}
.iderProductBox1 li .mores {
  font-size: 0.2rem;
  color: #484848;
  transition: all 0.3s;
}
.iderProductBox1 li:hover .text {
  background-color: var(--mainColor);
}
.iderProductBox1 li:hover .name,
.iderProductBox1 li:hover .com-ls31,
.iderProductBox1 li:hover .mores {
  color: #fff;
}
.iderProductBox1 li:hover .mores {
  text-decoration: underline !important;
}

.iderProductBox2 {
  width: 100%;
  padding: 1.375rem 0;
  background: url(../picture/ic3-8.png) no-repeat;
  background-size: cover;
}
.iderProductBox2 .com-card {
  justify-content: end;
}
.iderProductBox2 .text {
  width: 44%;
  padding-right: 2rem;
}
.iderProductBox2 ul {
  margin-top: 0.375rem;
}
.iderProductBox2 .text li {
  font-size: 0.2rem;
  line-height: 0.375rem;
  padding-left: 0.5rem;
  margin-bottom: 0.25rem;
  background: url(../images/im4.png) left top no-repeat;
  background-size: 0.3rem 0.25rem;
  background-position-y: 0.125rem;
  color: #ffffff;
}

.iderProductBox3 {
  width: 100%;
  height: auto;
  padding: 1.25rem 0 1.75rem 0;
  border-bottom: 1px solid #e7e7e7;
  background: linear-gradient(to top, rgba(197, 212, 239, 0.2), #ffffff);
}
.iderProductBox3 .img {
  width: 10.15rem;
  overflow: hidden;
  height: 7.2rem;
  margin-left: 2rem;
}
.iderProductBox3 .text {
  flex: 1;
}
.iderProductBox3 .text .com-ls31 {
  color: #6e6e6e;
  margin: 0.2625rem 0 0.75rem 0;
}

.iderProductBox4 {
  width: 100%;
  height: auto;
  background: linear-gradient(
    to top,
    rgba(197, 212, 239, 0.7),
    rgba(197, 212, 239, 0.2)
  );
  padding: 0.75rem 0 1.125rem 0;
}
.iderProductBox4 .img {
  width: 78%;
  overflow: hidden;
  height: auto;
  margin: 0 auto;
  margin-top: 0.375rem;
}

.comProductsBox1.inner {
  background: linear-gradient(
    to top,
    rgba(197, 212, 239, 1),
    rgba(197, 212, 239, 0.4)
  );
}

.iderIndexBox9.inner .iderIndexBox9Con {
  width: 100%;
  padding: 0;
}
.iderIndexBox9.inner .iderIndexBox9-next {
  right: 0;
}

.iderProductBox5 {
  width: 100%;
  height: auto;
  padding: 0.875rem 0 1.25rem 0;
  background: linear-gradient(
    to top,
    rgba(197, 212, 239, 0.6),
    rgba(197, 212, 239, 0.4)
  );
}
.iderProductBox5 .com-tl {
  width: 28%;
  margin-right: 1rem;
}
.iderProductBox5 .rt {
  flex: 1;
}
.iderProductBox5 .rt .item {
  width: 100%;
  margin-bottom: 0.125rem;
  background-color: #ffffff;
}
.iderProductBox5 .rt .name {
  font-size: 0.2rem;
  font-weight: 600;
  color: #000000;
}
.iderProductBox5 .rt .tl {
  width: 100%;
  cursor: pointer;
  padding: 0 0.275rem;
  height: 0.6875rem;
  border-radius: 0.025rem;
  border-radius: 0.025rem;
}
.iderProductBox5 .rt .text {
  color: #848484;
  display: none;
  padding: 0.3125rem 0.875rem 0.5rem 0.2875rem;
}
.iderProductBox5 .rt .tl::after {
  display: block;
  content: ">";
  font-family: "Poppins";
  font-size: 0.375rem;
  color: #000;
  transition: all 0.3s;
}
.iderProductBox5 .rt .item:hover .tl,
.iderProductBox5 .rt .item.active .tl {
  background-color: var(--mainColor);
}
.iderProductBox5 .rt .item:hover .name,
.iderProductBox5 .rt .item.active .name {
  color: #fff;
}
.iderProductBox5 .rt .item:hover .tl::after,
.iderProductBox5 .rt .item.active .tl::after {
  color: #fff;
}
.iderProductBox5 .rt .item.active .tl::after {
  transform: rotate(90deg);
}
.iderIndexBox6-pagination {
  margin-top: 0.6125rem;
}
.iderIndexBox6-pagination .swiper-pagination-bullet {
  margin: 0 0.0625rem;
}
@media screen and (max-width: 1024px) {
  .iderheader,
  .iderfooterTop ul li {
    display: none;
  }
  .iderfooterTop ul li:last-child {
    display: flex;
  }
  .com-card {
    width: 100%;
    padding: 0 4%;
  }

  body {
    padding-top: 60px;
  }
  .mobileHeader .search,
  .languageSwitching .icon,
  .mobileHeader .logo img {
    filter: brightness(0);
  }
  .downsLanguage {
    top: 39px;
  }
  .mobileHeader {
    display: flex;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.6);
  }
  .headerSwiper .text .con .title {
    font-size: 20px;
    line-height: 30px;
  }
  .headerSwiper .text .con .tl {
    font-size: 18px;
    line-height: 25px;
  }
  .headerSwiper .text .con .com-ls30 {
    text-align: center;
  }
  .com-ls30,
  .com-title {
    line-height: 24px;
  }
  .com-mores {
    width: fit-content;
    padding: 0 20px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
  }
  .headerSwiper .text {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
  }
  .com-tl {
    font-size: 18px;
    line-height: 20px;
  }
  .iderIndexBox4 .lt .text .nu .counter {
    font-size: 24px;
  }
  .iderAboutBox4 .top .item {
    font-size: 18px;
  }
  .iderIndexBox2Swiper .text .name,
  .iderIndexBox9Swiper .text .name,
  .comFaqBox .name,
  .iderAboutBox5Swiper .text .name,
  .iderCustomBox1 li .name,
  .iderSolutionBox1Con .text .name,
  .iderSolutionDelBox1Swiper2 .item {
    font-size: 16px;
  }
  .iderIndexBox2Swiper .text .name {
    margin: 8px 0;
  }
  .iderIndexBox1Swiper .type,
  .iderIndexBox8 .top .imglist .text .mores,
  .iderSolutionDelBox3 .text .com-ls31 p {
    font-size: 14px;
  }
  .iderIndexBox1Swiper .text .name,
  .comProductsBox1 li .mores {
    font-size: 15px;
  }
  .iderIndexBox4 .rt .tl {
    font-size: 16px;
    line-height: 25px;
    margin: 8px 0;
  }
  .iderIndexBox1,
  .iderIndexBox3,
  .iderIndexBox4,
  .iderIndexBox5,
  .iderIndexBox6,
  .iderIndexBox7,
  .iderIndexBox8,
  .iderIndexBox9,
  .iderfooterTop,
  .iderAboutBox1,
  .iderAboutBox2,
  .iderAboutBox3,
  .iderAboutBox4,
  .iderAboutBox5,
  .iderAboutBox6,
  .iderAboutBox7,
  .iderCustomBox1,
  .iderCustomBox2,
  .iderCustomBox3,
  .iderProductBox1,
  .iderProductBox2,
  .iderProductBox3,
  .iderProductBox4,
  .iderProductBox5,
  .iderSolutionBox1,
  .iderSolutionDelBox1,
  .iderSolutionDelBox2,
  .iderSolutionDelBox3,
  .iderSolutionDelBox4 {
    padding: 20px 0;
  }
  .iderSolutionDelBox1 {
    margin: 0;
  }
  .comProductsBox1 .com-card {
    padding-bottom: 20px;
  }
  .iderSolutionDelBox1 .iderComNav {
    margin-bottom: 10px;
  }
  .iderIndexBox2,
  .comProductsBox1 {
    padding-top: 20px;
  }
  .iderIndexBox1Swiper,
  .iderIndexBox2Swiper,
  .iderIndexBox3Swiper,
  .iderIndexBox6Swiper,
  .iderIndexBox9Swiper,
  .iderAboutBox1 .text,
  .iderAboutBox2 ul,
  .iderAboutBox3Con,
  .iderAboutBox5Swiper,
  .iderAboutBox6Swiper,
  .iderAboutBox6-pagination,
  .iderCustomBox2 ul,
  .iderProductBox1 ul,
  .comProductsBox1 ul,
  .iderSolutionBox1Con,
  .iderSolutionDelBox2 ul,
  .iderSolutionDelBox4Con {
    margin-top: 15px;
  }
  .iderIndexBox10 .text {
    padding: 0;
  }
  .iderAboutBox4 .top {
    margin-bottom: 20px;
  }
  .iderIndexBox4 .com-card,
  .iderIndexBox5 .com-card,
  .iderIndexBox8 .top,
  .iderfooterBto,
  .iderAboutBox2 ul,
  .iderAboutBox3Con,
  .iderCustomBox3 ul,
  .iderProductBox3 .com-card,
  .iderProductBox5 .com-card,
  .iderSolutionBox1Con .item,
  .iderSolutionDelBox1 .com-card,
  .iderSolutionDelBox2 ul,
  .iderSolutionDelBox3 .com-card {
    flex-wrap: wrap;
  }
  .iderIndexBox4 .rt,
  .iderIndexBox5 .text,
  .iderIndexBox8 .top .textlt,
  .iderAboutBox3Con .comFaqBox,
  .iderProductBox3 .text,
  .iderSolutionDelBox1 .text,
  .iderSolutionDelBox3 .text {
    flex: none;
    width: 100%;
  }
  .iderIndexBox4 .rt {
    padding: 15px 0 0;
  }
  .iderIndexBox5 .text {
    margin: 0;
  }
  .com-title,
  .iderIndexBox4 .lt,
  .iderIndexBox8 .top .imglist,
  .iderfooterTop ul li:last-child,
  .iderAboutBox1 .text,
  .iderAboutBox5Swiper .swiper-slide,
  .iderCustomBox2 ul li {
    width: 100%;
  }
  .iderIndexBox2Swiper img,
  .iderIndexBox2Swiper .swiper-slide,
  .iderIndexBox3Swiper .img,
  .iderIndexBox4 .lt,
  .iderIndexBox6Swiper .con,
  .iderIndexBox8 .top,
  .iderIndexBox8 .top .imglist .text,
  .iderIndexBox8Swiper .swiper-slide,
  .iderIndexBox9Swiper .img,
  .iderfooterBto,
  .iderAboutBox4Con ul li .img,
  .iderAboutBox5Swiper .swiper-slide,
  .iderAboutBox6Swiper .img,
  .iderAboutBox6Swiper .name,
  .iderSolutionBox1Con .item,
  .iderSolutionDelBox2 ul li,
  .iderSolutionDelBox4Con .item {
    height: auto;
  }
  .iderIndexBox6Swiper {
    width: 90%;
  }
  .iderIndexBox4 .rt .videos {
    height: 35px;
    width: fit-content;
    padding: 0 20px;
  }
  .iderIndexBox1 .bto {
    padding-left: 0;
    margin-top: 15px;
  }
  .iderIndexBox2Swiper .text {
    width: 92%;
    height: auto;
    left: 4%;
    padding: 2% 70px 2% 2%;
    transform: translateX(-4%);
  }
  .iderIndexBox1Swiper .text {
    height: auto;
    padding: 5% 3%;
  }
  .iderAboutBox6Swiper .name {
    padding: 15px 10px;
  }
  .iderIndexBox2 .bto {
    height: 45px;
    margin-top: 15px;
    padding: 0;
  }
  .iderIndexBox4 .rt .videos::before {
    width: 22px;
    height: 22px;
  }
  .iderIndexBox4 .lt .text .icon {
    width: 22px;
  }
  .iderIndexBox4 .lt .text {
    width: 150px;
    height: 150px;
    border: 2px solid #ffffff;
  }
  .iderIndexBox4 .lt .text .com-ls24 {
    width: 80%;
  }
  .iderIndexBox4 .lt .item {
    width: calc((100% - 10px) / 2);
  }
  .iderIndexBox5 .text .com-mores {
    margin-top: 13px;
  }
  .iderIndexBox5 .form,
  .iderCustomBox3 .title {
    width: 100%;
    height: auto;
    margin-top: 15px;
  }
  .iderIndexBox8 .top {
    padding: 0;
  }
  .iderIndexBox8 .top .textlt .com-ls31 {
    margin: 10px 0 20px 0;
  }
  .iderIndexBox8 .top .textlt,
  .iderIndexBox8Swiper .name,
  .iderAboutBox5Swiper .text {
    padding: 4%;
  }
  .iderIndexBox6-prev {
    left: 4%;
  }
  .iderIndexBox6-next {
    right: 4%;
  }
  .iderIndexBox9Con {
    padding: 0 4%;
  }
  .iderIndexBox9-next {
    right: 0;
  }
  .iderIndexBox9Swiper .swiper-slide {
    padding-right: 0;
    border-right: none;
  }
  .iderIndexBox7 .text {
    width: 64%;
  }
  .iderfooterBto {
    padding: 4% 0;
  }
  .iderAboutBox1 .text p {
    margin-bottom: 8px;
  }
  .iderAboutBox1 .vodes {
    width: 100%;
    height: auto;
  }
  .iderAboutBox1 .vodes .icon,
  .iderAboutBox7 .icon {
    height: 90px;
    width: 90px;
  }
  .iderAboutBox2 ul li,
  .iderCustomBox1 ul li,
  .comProductsBox1 ul li,
  .iderSolutionDelBox2 ul li {
    width: calc((100% - 10px) / 2);
    margin: 0 10px 10px 0;
  }
  .iderCustomBox1 ul li:nth-child(3n) {
    margin-right: 10px;
  }
  .iderAboutBox2 ul li:nth-child(2n),
  .iderCustomBox1 ul li:nth-child(2n),
  .iderCustomBox2 ul li,
  .comProductsBox1 ul li:nth-child(2n),
  .iderSolutionDelBox2 ul li:nth-child(2n) {
    margin-right: 0;
  }
  .iderAboutBox2 ul li .icon {
    height: 40px;
  }
  .iderAboutBox3Con .img {
    width: auto;
    height: auto;
    margin: 0 0 15px 0;
  }
  .iderAboutBox4Con ul li,
  .iderProductBox1 ul li {
    width: calc((100% - 20px) / 3);
    margin: 0 10px 15px 0;
  }
  .iderAboutBox4Con ul li:nth-child(4n),
  .iderProductBox1 ul li:nth-child(4n) {
    margin-right: 10px;
  }
  .iderAboutBox4Con ul li:nth-child(3n),
  .iderProductBox1 ul li:nth-child(3n) {
    margin-right: 0;
  }
  .iderAboutBox4 .top {
    width: 60%;
  }
  .iderCustomBox1 .title {
    width: 100%;
    margin-top: 15px;
  }
  .iderCustomBox1 .tl {
    margin: 10px 0;
  }
  .iderCustomBox3 ul {
    justify-content: flex-start;
  }
  .iderCustomBox3 ul li {
    position: relative;
    width: 200px;
    margin: 0 3% 15px 0 !important;
    height: 200px;
    background: none !important;
    border: 1px solid #333;
  }
  .iderCustomBox3 ul li:nth-child(2n) {
    margin-right: 0 !important;
  }
  .iderProductBox2 .text li {
    margin-bottom: 4px;
  }
  .iderProductBox2 .text {
    width: 100%;
    padding: 4%;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .iderProductBox3 .img {
    width: auto;
    height: auto;
    margin: 15px 0 0;
  }
  .iderProductBox3 .text .com-ls31 {
    margin: 15px 0;
  }
  .iderProductBox5 .com-tl {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .iderSolutionBox1Con .text,
  .iderSolutionDelBox2 ul li {
    padding: 4% !important;
  }
  .iderSolutionBox1Con .text .moreList a {
    height: 35px;
    line-height: 35px;
  }
  .iderSolutionBox1Con .text .com-ls31 {
    margin: 10px 0 15px 0;
  }
  .iderSolutionDelBox1Swiper2 .item {
    margin-bottom: 0;
  }
  .iderSolutionDelBox1Swiper2 {
    width: 100%;
    margin: 10px 0;
  }
  .iderSolutionDelBox1Swiper {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .iderSolutionDelBox1 {
    padding-bottom: 35px;
  }
  .iderSolutionDelBox2 li .icon {
    width: 35px;
  }
  .iderSolutionDelBox3 .img {
    margin: 0 0 15px 0;
  }
  .iderSolutionDelBox3 .text .com-ls31 p {
    margin-top: 7px;
  }
  .iderSolutionDelBox3 .text .com-mores {
    margin-top: 15px;
  }
  .iderSolutionDelBox4Con .item .text {
    height: auto;
    width: 96%;
  }
}

@media screen and (max-width: 768px) {
  .iderIndexBox5 .form {
    padding: 3%;
  }
  .iderIndexBox7 .text,
  .iderIndexBox7 .com-tl,
  .iderIndexBox8 .top .imglist .text,
  .iderAboutBox2 ul li,
  .iderAboutBox3Con .img,
  .iderAboutBox4 .top,
  .iderSolutionBox1Con .img,
  .iderSolutionBox1Con .text,
  .iderSolutionDelBox3 .img,
  .iderSolutionDelBox4Con .item {
    width: 100%;
  }
  .iderAboutBox4 .top .item::after {
    bottom: -15px;
  }
  .iderAboutBox2 ul li {
    margin-right: 0;
  }
  .iderIndexBox8 .top .imglist .text {
    padding: 15px 30px 10px 10px;
  }
  .iderIndexBox5 .formItem .inputItem {
    width: 100%;
    margin-bottom: 10px;
  }
  .iderIndexBox5 .formItem,
  .iderIndexBox6Swiper .con,
  .iderfooterTop {
    flex-wrap: wrap;
    margin: 0;
  }
  .iderIndexBox8Swiper {
    margin-top: 10px;
  }
  .iderIndexBox6Swiper .text,
  .iderProductBox3 .img {
    flex: none;
    width: 100%;
  }
  .iderIndexBox6Swiper .con,
  .comFaqBox .text {
    padding: 4%;
  }
  .comFaqBox .name {
    margin-right: 10px;
  }
  .iderIndexBox7 .text .com-ls31 {
    margin: 10px 0 15px 0;
  }
  .iderCustomBox1 ul li .img,
  .iderCustomBox2 ul li {
    height: auto;
  }
  .iderCustomBox2 li .img {
    width: 40%;
  }
  .iderCustomBox1 ul {
    align-items: flex-start;
  }
  .iderIndexBox9Swiper .text,
  .iderAboutBox2 ul li {
    height: auto;
    padding: 4%;
  }
  .iderIndexBox6Swiper .img {
    width: auto;
    height: auto;
    margin: 0;
  }
  .iderIndexBox5 input[type="submit"] {
    width: 65%;
  }
  .iderIndexBox6Swiper .con .bto,
  .iderIndexBox9Swiper .bto {
    margin-top: 15px;
  }
  .iderIndexBox6-pagination {
    margin-top: 20px;
  }
  .iderIndexBox9-prev {
    margin-right: 15px;
  }
  .iderIndexBox9-prev,
  .iderIndexBox9-next {
    position: static;
    background-color: #eee;
  }
  .iderfooterTop .topLt {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .iderfooterTop ul {
    margin: 0;
  }
  .footerLink {
    margin: 10px 0;
  }
  .onlineservice_box li {
    align-items: center;
    justify-content: center;
  }
  .onlineservice_box li:first-child {
    display: none !important;
  }
  .iderfooterBto .ls {
    text-align: center;
    width: 100%;
    margin: 4px 0;
  }
  #back_top {
    width: 48px;
    position: fixed;
    right: 4%;
    bottom: 20vh;
    height: 48px;
    overflow: visible;
  }
  .iderAboutBox4Con ul li,
  .iderProductBox1 ul li {
    width: calc((100% - 10px) / 2);
  }
  .iderAboutBox4Con ul li:nth-child(3n),
  .iderProductBox1 ul li:nth-child(3n) {
    margin-right: 10px;
  }
  .iderAboutBox4Con ul li:nth-child(2n),
  .iderProductBox1 ul li:nth-child(2n),
  .iderSolutionDelBox4Con .item {
    margin-right: 0;
  }
  .iderProductBox4 .img {
    width: 100%;
    margin-top: 15px;
  }
}
@media screen and (max-width: 500px) {
  .iderIndexBox4 .rt .bto,
  .iderCustomBox2 ul li {
    flex-wrap: wrap;
  }
  .iderCustomBox3 ul li {
    width: 165px;
    height: 165px;
  }
  .headerSwiper .text .con .tl {
    margin: 5px 0;
    text-align: center;
  }
  .iderProductBox1 li .img,
  .iderProductBox1 li .text,
  .comProductsBox1 li .img,
  .comProductsBox1 li .text {
    height: auto;
  }
  .iderProductBox1 li .text {
    padding: 4%;
  }
  .iderIndexBox3-prev,
  .iderIndexBox3-next {
    position: static;
    transform: translate(0);
  }
  .iderIndexBox6Swiper .img,
  .iderCustomBox1 ul li,
  .iderCustomBox2 li .img,
  .iderProductBox1 ul li,
  .comProductsBox1 ul li,
  .iderSolutionDelBox2 ul li {
    width: 100%;
  }
  .iderCustomBox3 ul {
    width: 100%;
    justify-content: space-between;
  }
  .iderCustomBox1 ul li,
  .iderProductBox1 ul li,
  .comProductsBox1 ul li,
  .iderSolutionDelBox2 ul li {
    margin-right: 0 !important;
  }
  .iderCustomBox2 ul li {
    padding: 4%;
    margin-bottom: 10px;
  }
  .iderCustomBox2 li .text {
    padding: 4% 0;
  }
  .iderIndexBox3-prev {
    margin-right: 15px;
  }
  .iderIndexBox3Swiper .bto {
    margin-top: 15px;
  }
  .iderIndexBox3Swiper .text {
    height: auto;
    padding: 15px 0 0;
  }
  .iderIndexBox3Swiper .text .com-ls24 {
    margin: 10px 0;
  }
  .iderIndexBox1Swiper .img {
    height: auto;
    padding: 20px 15px;
    margin-top: 25px;
  }
  .iderIndexBox1Swiper .type {
    top: 10px;
    left: 10px;
  }
  .mobileHeader .logo {
    width: 55%;
  }
  .comProductsBox1 li .mores {
    margin-top: 15px;
  }
  .comProductsBox1 li .text {
    padding: 4%;
  }
  .headerSwiper .bg {
    height: 45vh;
  }
  .iderSolutionDelBox2 li .name {
    margin: 10px 0 15px 0;
  }
  .iderProductBox5 .rt .item .name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-right: 10px;
    text-overflow: ellipsis;
  }
  .iderProductBox5 .rt .item.active .name {
    display: inline;
  }
  .iderProductBox5 .rt .item.active .tl {
    height: auto;
    padding: 8px 15px;
  }
  .downsLanguage {
    transform: translateX(-62%);
  }
}
@media screen and (max-width: 430px) {
  .iderCustomBox3 ul li {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 375px) {
  .iderCustomBox3 ul {
    justify-content: center;
  }
  .iderCustomBox3 ul li {
    width: 185px;
    height: 185px;
  }
  .downsLanguage {
    transform: translateX(-70%);
  }
}
@media screen and (max-width: 360px) {
  .headerSwiper .bg {
    height: 55vh;
  }
  .iderAboutBox4Con ul li {
    width: 100%;
    margin-right: 0 !important;
  }
  .iderIndexBox4 .rt .videos {
    margin: 15px 0 0;
  }
}
