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

@font-face {
  font-family: "Lato-Black";

  src: url("font/Lato-Black.ttf");
}

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

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

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

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

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

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

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

:root {
  --mainColor: #005ce0;
  --bg-c: #f5f5f7;
  --main-font: "Lato-Regular", system-ui, -apple-system, sans-serif;
}

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

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

.comHover:hover {
  box-shadow: 0 0 15px rgba(11, 109, 255, 0.6);
  transform: translateY(-5px);
}

body {
  font-family: var(--main-font);
}

.f_36 {
  font-size: 0.45rem;
}
.f_30 {
  font-size: 0.375rem;
}
.f_24 {
  font-size: 0.3rem;
}

.f_20 {
  font-size: 0.25rem;
}

.f_18 {
  font-size: 0.225rem;
}

.f_16 {
  font-size: 0.2rem;
}

.com-card {
  width: 20rem;
  height: 100%;
  margin: 0 auto;
}

.tranImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.3s;
}

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

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 1rem;
  transition: all 0.3s ease;
  z-index: 9999;
}

.header.active {
  box-shadow: 0px 0px 0.375rem 0px rgba(53, 117, 87, 0.1);
  background-color: #092246;
}

.header .com-card {
  width: 15rem;
}

.header .logo {
  display: flex;
  width: 1.625rem;
  height: auto;
  margin-right: 0.4875rem;
}

.header .logo img {
  width: 100%;
  object-fit: cover;
  height: auto;
  vertical-align: bottom;
}

.languageSwitching {
  cursor: pointer;
  height: 100%;
  margin-left: 0.3rem;
}

.languageSwitching .icon {
  width: 20px;
  height: auto;
  object-fit: cover;
}

.menu-level1 > li,
.menu-level1,
.header .rt,
.header .lt {
  height: 100%;
}

.menu-level1 > li > a {
  font-size: 14px;
  color: #000000;
}

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

.header .search {
  width: 20px;
  height: 20px;
  object-fit: cover;
  cursor: pointer;
}

.menu-level2 li a {
  color: #000;
}

.header.active .menu-level1 > li > a,
.header.inner .menu-level1 > li > a {
  color: #fff;
}

.header.active .search,
.header.active .languageSwitching .icon,
.header.inner .search,
.header.inner .languageSwitching .icon {
  filter: brightness(0) invert(1);
}

.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;
  cursor: pointer;
}

.headerSwiper .text {
  position: absolute;
  z-index: 999;
  left: 0;
  width: 100%;
  top: 2.4375rem;
  height: auto;
}

.headerSwiper .text .con {
  width: 100%;
  height: auto;
  flex-direction: column;
}

.headerSwiper .text .con .title {
  color: #000000;
}

.headerSwiper .text .con .ls {
  color: #000000;
  margin: 0.1875rem 0;
}

.com-mores {
  display: block;
  cursor: pointer;
  width: 1.7rem;
  height: 0.475rem;
  background-color: var(--mainColor);
  border-radius: 0.2375rem;
  color: #f5f5f7;
  line-height: 0.475rem;
  text-align: center;
  transition: all 0.3s;
}

.iderIndexBox1 {
  width: 100%;
  height: auto;
  padding: 0.625rem 0 0.375rem 0;
  background-color: var(--bg-c);
}

.iderIndexBox1 ul li {
  outline-color: #000;
  position: relative;
  width: calc((100% - 0.4rem) / 2);
  margin: 0 0.4rem 0.375rem 0;
  overflow: hidden;
}

.iderIndexBox1 ul li:nth-child(2n) {
  margin-right: 0;
}

.iderIndexBox1 li .text {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0.575rem;
  z-index: 2;
}

.iderIndexBox1 li .text .name {
  font-family: Lato-Bold;
  margin-bottom: 0.1875rem;
  color: #000;
}

.iderIndexBox2 {
  width: 100%;
  height: auto;
  padding: 0.6625rem 0;
}

.com-tl {
  font-family: Lato-Bold;
  color: #000000;
  text-align: center;
}

.com-title {
  color: #000000;
  text-align: center;
  line-height: 0.375rem;
  margin-top: 0.1375rem;
}
.iderIndexBox2 .com-title {
  margin-top: 0.1rem;
}
.iderIndexBox2 .navs {
  width: 100%;
  height: auto;
  margin: 0.15rem 0 0.5625rem 0;
}

.iderIndexBox2 .navs .item {
  width: 2.0875rem;
  cursor: pointer;
  height: 0.6rem;
  line-height: 0.6rem;
  font-weight: 600;
  background-color: var(--bg-c);
  border-radius: 0.3rem;
  text-align: center;
  margin-right: 0.125rem;
  transition: all 0.3s;
}

.iderIndexBox2 .navs .item:hover,
.iderIndexBox2 .navs .item.active {
  background-color: var(--mainColor);
  color: #fff;
}

.iderIndexBox2 .navs .item:last-child {
  margin-right: 0;
}

.iderIndexBox2Con {
  width: 100%;
  height: auto;
}

.iderIndexBox2Con .item .tl,
.iderIndexBox2Con .item .name {
  text-align: center;
}

.iderIndexBox2Con .item {
  width: 100%;
  height: 0;
  overflow: hidden;
  transform: translateY(10%);
  background-color: #ffffff;

  box-shadow: 0px 0px 0.3625rem 0px rgba(4, 0, 0, 0.17);
  transition: all 0.3s;
}

.iderIndexBox2Con .item .tl {
  margin-top: 0.1rem;
}

.iderIndexBox2Con .item .img {
  width: 100%;
  height: auto;
  margin-top: 0.2125rem;
}

.iderIndexBox2Con .item .img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}

.iderIndexBox2Con .item.active {
  height: auto;
  overflow: visible;
  padding: 0.375rem 1.5625rem 0.3125rem 1.5625rem;
  transform: translateY(0);
}

.iderIndexBox3 {
  width: 100%;
  height: auto;
  padding: 0.375rem 0 0.5625rem 0;
  background-color: var(--bg-c);
}

.iderIndexBox3 .top {
  width: 100%;
  height: auto;
  margin: 0.625rem 0 0.1125rem 0;
}

.iderIndexBox3 li {
  width: calc((100% - 1.8rem) / 4);
  border-radius: 0.125rem;
  background-color: #ffffff;
}

.iderIndexBox3 .top li {
  height: 1.675rem;
  padding: 0.4375rem 0.125rem 0.125rem 0.325rem;
}

.iderIndexBox3 .top li .name {
  font-family: Lato-Bold;
}

.iderIndexBox3 .top li .ls {
  color: #5a5a5a;
  margin-top: 0.0875rem;
}

.iderIndexBox3 .con {
  width: 100%;
  height: 7.6125rem;
  overflow: hidden;
  border-radius: 0.125rem;
}

.iderIndexBox3 .bto {
  margin-top: 0.35rem;
}

.iderIndexBox3 .bto li {
  height: auto;
  padding: 0.0875rem 0.225rem 0.1rem 0.225rem;
}

.iderIndexBox3 .bto li .img {
  width: 100%;
  border-radius: 10px;
  height: 2.5rem;
  overflow: hidden;
}

.iderIndexBox3 .bto li .name {
  display: flex;
  padding: 0.25rem 0.0625rem;
}

.iderIndexBox4 {
  width: 100%;
  height: auto;
  padding: 0.4375rem 0 1.125rem 0;
}

.iderIndexBox4 ul {
  width: 100%;
}

.iderIndexBox4 .top {
  width: 100%;
}

.iderIndexBox4 .top,
.iderIndexBox4 .bto {
  overflow-x: clip;
}

.iderIndexBox4 li {
  width: 3.5rem;
  height: auto;
  margin-right: 0.325rem;
}

.iderIndexBox4 li .img {
  width: 100%;
  height: 4.825rem;
  background-color: #ffffff;
  padding: 0.1rem 0.1125rem;
  box-shadow: 0px 0px 0.3625rem 0px rgba(0, 0, 0, 0.17);
  border-radius: 1px;
  margin-top: 0.5rem;
}

.iderIndexBox4 li .name {
  width: 100%;
  height: auto;
  margin-top: 0.125rem;
  text-align: center;
}

.iderIndexBox4Swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.iderIndexBox5 {
  width: 100%;
  height: auto;
  padding: 0.6875rem 0 0.75rem 0;
  background: url(../picture/bg.webp) no-repeat;
  background-size: cover;
}

.com-tl.left {
  text-align: left;
}

.iderIndexBox5 .title {
  line-height: 0.45rem;
  color: #000000;
  margin-top: 0.175rem;
}

.com-ls24 {
  line-height: 0.3rem;
  color: #000;
}

.iderIndexBox5 .com-ls24 {
  margin: 0.125rem 0 0.175rem 0;
}

.iderIndexBox5 .com-mores {
  width: 2.1875rem;
  height: 0.6rem;
  line-height: 0.6rem;
  border-radius: 0.2875rem;
}

.iderIndexBox5 .top {
  width: 32%;
}

.iderIndexBox5 .com-card {
  width: 20.375rem;
}

.iderIndexBox5Swiper {
  width: 100%;
  height: 9rem;
  overflow: hidden;
  margin-top: 0.625rem;
  background: url(../picture/bg1.png) center no-repeat;
  background-size: 100% 0.3375rem;
  padding-left: 0.2875rem;
}

.iderIndexBox5Swiper .con {
  height: 3.975rem;
  width: 4.075rem;
}

.iderIndexBox5Swiper .con .br {
  position: relative;
  height: 100%;
  width: 0.0125rem;
  background-color: var(--mainColor);
}

.iderIndexBox5Swiper .con .rt {
  flex: 1;
  margin-left: 0.25rem;
}

.iderIndexBox5Swiper .con .text {
  font-size: 0.2rem;
  line-height: 0.3rem;
  width: 80%;
  color: #000000;
}

.iderIndexBox5Swiper .con .name {
  width: 80%;
  font-family: Lato-Bold;
}

.iderIndexBox5Swiper .con .dot:first-child {
  position: absolute;
  left: -0.0625rem;
  top: 0;
  width: 0.125rem;
  height: 0.125rem;
  border-radius: 50%;
  background-color: var(--mainColor);
  border: solid 0.0313rem #ffffff;
}

.iderIndexBox5Swiper .con .dot:last-child {
  position: absolute;
  left: -0.075rem;
  bottom: 0;
  width: 0.1625rem;
  height: 0.1625rem;
  border-radius: 50%;
  background-color: var(--mainColor);
  border: solid 0.0375rem #ffffff;
}

.iderIndexBox5Swiper .item {
  height: 100%;
  position: relative;
}

.iderIndexBox5Swiper .item.active {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.iderIndexBox5Swiper .item.active .con {
  transform: translate(30%);
}

.iderIndexBox5Swiper .item img {
  width: 2.5125rem;
  height: 1.65rem;
  object-fit: cover;
  vertical-align: bottom;
  margin: 0.0875rem 0 0.125rem 0;
}

.iderIndexBox5Swiper .item .text li {
  position: relative;
  padding-left: 0.25rem;
}

.iderIndexBox5Swiper .item .text li::after {
  position: absolute;
  left: 0;
  top: 0.0625rem;
  display: block;
  content: "";
  width: 0.125rem;
  border-radius: 50%;
  height: 0.125rem;
  background-color: var(--mainColor);
  border: solid 0.0375rem #ffffff;
}

.iderIndexBox6 {
  position: relative;
  width: 100%;
  height: auto;
}

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

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

.iderIndexBox6 .text .tl {
  text-align: center;
  color: #ffffff;
}

.iderIndexBox6 .text .ls {
  line-height: 0.375rem;
  color: #ffffff;
  text-align: center;
  margin: 0.125rem 0 0.325rem 0;
}

.iderIndexBox6 .text .com-mores {
  width: 3.5rem;
  height: 0.7rem;
  line-height: 0.7rem;
  border-radius: 0.35rem;
}

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

.iderIndexBox7 ul {
  width: 100%;
  margin-top: 0.4rem;
}

.iderIndexBox7 ul li {
  cursor: pointer;
  width: calc((100% - 0.85rem) / 5);
  height: 4.975rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 0.4rem 0px rgba(4, 0, 0, 0.1);
  border-radius: 0.5rem 0px 0.5rem 0px;
  padding: 0.4625rem 0.25rem 0.25rem;
  transition: all 0.3s;
}

.iderIndexBox7 .img {
  width: 1.125rem;
  height: 1.125rem;
  background-color: rgba(10, 92, 245, 0.1);
  border-radius: 0.35rem;
  transition: all 0.3s;
}

.iderIndexBox7 .img img {
  width: 0.625rem;
  height: auto;
  transition: all 0.3s;
  object-fit: contain;
  transition: all 0.3s;
}

.iderIndexBox7 li .name {
  font-family: Lato-Bold;
  color: #000000;
  text-align: center;
  transition: all 0.3s;
  margin: 0.5rem 0;
}

.iderIndexBox7 li .br {
  width: 0.425rem;
  height: 0.0125rem;
  background-color: var(--mainColor);
  border-radius: 0.0125rem;
  transition: all 0.3s;
}

.iderIndexBox7 li .com-ls24 {
  text-align: center;
  transition: all 0.3s;

  margin-top: 0.125rem;
}

.iderIndexBox7 li:hover img {
  transform: scale(1.1);
  filter: brightness(0) invert(1);
}

.iderIndexBox7 li:hover .img {
  background-color: rgba(255, 255, 255, 0.2);
}

.iderIndexBox7 li:hover {
  background-color: var(--mainColor);
}

.iderIndexBox7 li:hover .name,
.iderIndexBox7 li:hover .com-ls24 {
  color: #fff;
}

.iderIndexBox7 li:hover .br {
  background-color: #fff;
}

.tempWrap {
  width: 100% !important;
}
.iderIndexBox8 {
  width: 100%;
  height: auto;
  padding: 1rem 0 0.9375rem 0;
}

.iderIndexBox8Swiper {
  width: 100%;
  height: auto;
  margin-top: 0.5625rem;
  overflow-x: clip;
}
.iderIndexBox8Swiper .img {
  width: 100%;
  height: 1.175rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 32px 0px rgba(4, 0, 0, 0.1);
}
.iderIndexBox8Swiper .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
.iderIndexBox8-pagination {
  width: 100%;
  margin-top: 0.625rem;
}

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

.iderIndexBox9Swiper {
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
  overflow-x: clip;
}
.iderIndexBox9Swiper .swiper-slide {
  width: 5.4rem;
  padding-right: 0.3125rem;
  border-right: 1px solid #e5e5e5;
}
.iderIndexBox9Swiper .img {
  width: 100%;
  height: 3.4375rem;
  overflow: hidden;
}
.iderIndexBox9Swiper .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 3.1875rem;
  padding: 0.175rem 0.125rem 0.4375rem 0.225rem;
}
.iderIndexBox9Swiper .text .time {
  color: #4d4d4d;
}
.iderIndexBox9Swiper .text .name {
  line-height: 0.375rem;
  color: #272727;
  margin: 0.1875rem 0 0.0875rem 0;
}
.iderIndexBox9Swiper .text .com-ls24 {
  color: #838383;
}
.iderIndexBox9Swiper .text .mores {
  letter-spacing: 0.0125rem;
  color: #838383;
}
.iderIndexBox9Swiper .swiper-slide-active .text {
  background-color: #fff;
  box-shadow: 0px 0.1125rem 0.475rem 0px rgba(108, 108, 108, 0.14);
}
.iderIndexBox9Swiper .swiper-slide-active .name {
  color: var(--mainColor);
  text-decoration: underline;
}
.iderIndexBox9Swiper .swiper-slide-active .mores {
  color: var(--mainColor);
}
.iderIndexBox9 .bto {
  margin-top: 1.125rem;
}
.iderIndexBox9-prev,
.iderIndexBox9-next {
  width: 0.625rem;
  height: 0.575rem;

  cursor: pointer;
}
.iderIndexBox9-prev {
  margin-right: 0.1625rem;
  background: url(../images/im3-18.png) no-repeat;
  background-size: cover;
}
.iderIndexBox9-next {
  background: url(../images/im3-19.png) center no-repeat;
  background-size: cover;
}
.iderIndexBox9-next:hover {
  background: url(../images/im3-17.png) no-repeat;
  background-size: cover;
}
.iderIndexBox9-prev:hover {
  background: url(../images/im3-20.png) no-repeat;
  background-size: cover;
}

.iderIndexBox10 {
  width: 100%;
  height: 1.45rem;
  background-color: var(--mainColor);
}
.iderIndexBox10 .ls {
  color: #ffffff;
}
.iderIndexBox10 .mores {
  width: 2.0125rem;
  height: 0.5625rem;
  background-color: #ffffff;
  border-radius: 0.275rem;
  text-align: center;
  line-height: 0.5625rem;
  color: var(--mainColor);
  margin-left: 0.275rem;
  transition: all 0.3s;
}

.footer {
  width: 100%;
  height: auto;
  background-color: #092246;
  padding-top: 0.75rem;
}
.footer .logo {
  width: 3.8rem;
  height: 0.8125rem;
  object-fit: cover;
}

.footer .con {
  width: 100%;
  height: auto;
  margin-top: 0.3125rem;
  padding: 0.9375rem 0;
  border-top: 1px solid rgba(153, 151, 151, 0.1);
  border-bottom: 1px solid rgba(153, 151, 151, 0.1);
}
.footer .con ul {
  justify-content: space-between;
}
.footer li .name {
  color: #fff;
  font-family: "Lato-Bold";
  margin-bottom: 0.375rem;
}
.footer li {
  display: flex;
  flex-direction: column;
}
.footer li a {
  line-height: 24px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #ffffff;
}
.footer li .ls {
  line-height: 0.3rem;
  letter-spacing: 0.0125rem;
  color: #ffffff;
}
.footer li:last-child {
  width: 4.6875rem;
}
.footer li .addres {
  display: block;
  width: 3.625rem;
}
.footer li input[type="text"] {
  width: 3.725rem;
  height: 0.5625rem;
  margin-right: 0.1125rem;
  border-bottom: 1px solid #b1b1b1;
  border-radius: 1px;
  background-color: transparent;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.footer li input[type="submit"] {
  width: 0.85rem;
  height: 0.5625rem;
  background: url(../images/im1-22.png) center no-repeat;
  background-size: 0.275rem;
  border-radius: 0.0125rem;
  background-color: var(--mainColor);
}
.footer li .form {
  margin: 0.625rem 0 0.375rem 0;
}
.footLink img {
  width: auto;
  height: 0.225rem;
  object-fit: contain;
}

.footLink a {
  display: block;
  margin-right: 0.3375rem;
}
.footer .bto {
  padding: 0.3375rem 0;
}
.footer .bto .ls {
  font-size: 14px;
  letter-spacing: 1px;
  color: #ffffff;
}
.iderBanner {
  position: relative;
  width: 100%;
  height: auto;
}

.iderBanner video {
  width: 100%;
  max-height: 12.5rem;
  object-fit: cover;
  vertical-align: bottom;
}
.iderBanner .img {
  height: auto;
  width: 100%;
  justify-content: end;

  margin-top: 0.375rem;
  padding-right: 10%;
}
.iderBanner .img img {
  width: 9.375rem;
  height: 8.75rem;
  object-fit: contain;
}
.iderBanner .bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}

.iderNavs {
  width: 100%;
  height: auto;
  padding: 0.225rem 0;
  border-bottom: 1px solid #f5f5f7;
}
.iderNavs a {
  color: #000000;
}
.iderNavs a::after {
  display: block;
  content: "»";
  font-size: 0.2rem;
  color: #000;
  margin: 0 0.0625rem;
}
.iderNavs a:last-child::after {
  display: none;
}
.iderNavs a:hover,
.iderNavs a:hover::after,
.iderNavs a.active,
.iderNavs a.active::after {
  color: var(--mainColor);
}

.iderServiceBox1 {
  width: 100%;
  height: auto;
  padding: 0.75rem 0 1.875rem 0;
  background-color: var(--bg-c);
}
.iderServiceBox1 ul {
  width: 100%;
  margin-top: 0.6875rem;
  border: solid 0.0125rem #dcdcdc;
}
.iderServiceBox1 ul li {
  width: 4.9875rem;
  height: auto;
  padding: 0.15rem;
  border-right: solid 0.0125rem #dcdcdc;
  border-bottom: solid 0.0125rem #dcdcdc;
}
.iderServiceBox1 ul li:nth-child(4n) {
  border-right: none;
}
.iderServiceBox1 li .img {
  width: 100%;
  height: 2.85rem;
  overflow: hidden;
}
.iderServiceBox1 li .text {
  display: block;
  width: 100%;
  height: 2.75rem;
  padding: 0.3125rem;
}
.iderServiceBox1 li .name {
  font-family: Lato-Bold;
  text-align: center;
}
.iderServiceBox1 li .com-ls24 {
  text-align: center;
  margin-top: 0.1375rem;
}
.com-ls30 {
  line-height: 0.375rem;
  color: #000000;
}
.iderServiceBox2 .com-tl {
  text-align: left;
  margin-bottom: 0.1875rem;
}
.iderServiceBox2 {
  width: 100%;
  height: auto;
  padding-top: 0.875rem;
}
.iderServiceBox2 .lt {
  width: 5.325rem;
  margin-right: 0.775rem;
}
.iderServiceBox2 .com-card {
  padding-bottom: 0.65rem;
  border-bottom: 1px solid #f5f5f7;
}
.iderServiceBox2 ul {
  flex: 1;
}
.comServiceList li {
  width: 4.45rem;
  height: auto;
  margin: 0 0.275rem 0.25rem 0;
}
.comServiceList li:nth-child(3n) {
  margin-right: 0;
}
.comServiceList li .img {
  width: 100%;
  height: 2.75rem;
  outline-color: #000;
  overflow: hidden;
}
.comServiceList li .name {
  width: 100%;
  height: 1rem;
  background-color: var(--bg-c);
}
.com-tl.left {
  text-align: left;
}

.iderServiceBox3 {
  width: 100%;
  height: auto;
  padding: 0.75rem 0 0.875rem 0;
  border-bottom: 1px solid rgba(153, 152, 152, 0.3);
}
.iderServiceBox3 .com-tl {
  margin-bottom: 0.15rem;
}
.iderServiceBox3 ul {
  flex: 1;
}
.iderServiceBox3 .rt {
  width: 5.275rem;
  margin-left: 0.825rem;
}

.iderServiceBox3 li {
  position: relative;
}
.iderServiceBox3 li .text {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  background-color: var(--mainColor);
  transition: all 0.3s;
}
.iderServiceBox3 li:hover .text {
  height: 3.7625rem;
  overflow: visible;
  padding: 0.375rem 0.25rem 0.25rem;
}
.iderServiceBox3 li {
  overflow: hidden;
}
.iderServiceBox3 li .text .com-ls24 {
  text-align: center;
  color: #fff;
}
.iderServiceBox3 li .text .tl {
  color: #fff;
  text-align: center;
  margin-bottom: 0.1875rem;
}

.iderServiceBox4 {
  width: 100%;
  height: auto;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(172, 170, 170, 0.4);
}
.iderServiceBox4 .com-title {
  margin: 0 auto;
  width: 85%;
}
.iderServiceBox4 ul {
  width: 100%;
  margin-top: 0.5625rem;
}
.iderServiceBox4 li {
  width: 3.3875rem;
  cursor: pointer;
  position: relative;
  height: auto;
  margin: 0 0.7625rem 0.6125rem 0;
}
.iderServiceBox4 li:nth-child(5n) {
  margin-right: 0;
}
.iderServiceBox4 li .img {
  width: 100%;
  height: 2.5rem;
  overflow: hidden;
  border-radius: 0.125rem;
}
.iderServiceBox4 li .name {
  width: fit-content;
  width: 3.25rem;
  color: #ffffff;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  margin: 0 auto;
  background-color: var(--mainColor);
  border-radius: 0.25rem;
  margin-top: 0.1125rem;
}
.iderServiceBox4 li::after {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  right: -0.6rem;
  display: block;
  content: "";
  width: 0.4125rem;
  height: 0.325rem;
  background: url(../images/im2.png) no-repeat;
  background-size: cover;
}
.iderServiceBox4 li:nth-child(5)::after {
  right: auto;
  top: auto;
  bottom: -0.475rem;
  left: 50%;
  transform: translateX(-50%) translateY(0) rotate(90deg);
}
.iderServiceBox4 li:nth-child(n + 6):nth-child(-n + 10)::after {
  transform: translateY(50%) rotate(-180deg);
}
.iderServiceBox4 li:nth-child(10)::after,
.iderServiceBox4 li:last-child::after {
  display: none;
}
.iderServiceBox4 li:nth-child(11)::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.4125rem;
  height: 0.325rem;
  background: url(../images/im2.png) no-repeat;
  background-size: cover;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  top: -0.4375rem;
}

.iderServiceBox5 {
  width: 100%;
  height: auto;
  padding: 0.9375rem 0;
}
.iderServiceBox5 table {
  width: 100%;
  margin-top: 0.4375rem;
}
.iderServiceBox5 table th {
  height: 0.6875rem;
  background-color: var(--mainColor);
  border-right: 1px solid #fff;
}
.iderServiceBox5 table th img {
  width: 1.625rem;
  height: 0.425rem;
  display: block;
  margin-left: 0.5rem;
  object-fit: contain;
}
.iderServiceBox5 table td {
  height: 0.6875rem;
  font-size: 0.225rem;
  padding: 0 0.5rem;
  text-align: left;
  color: #3e3e3e;
  background-color: #f5f5f7;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.iderServiceBox5 table tr:nth-child(2n) td {
  background-color: #e8f1ff;
}

.iderServiceBox6 {
  width: 100%;
  height: auto;
  padding-top: 0.6625rem;
  background-color: var(--bg-c);
}
.iderServiceBox6 ul {
  margin-top: 0.4375rem;
}
.iderServiceBox6 ul li {
  cursor: pointer;
  transition: all 0.3s;
  width: calc((100% - 0.5625rem) / 4);
  height: 4.7125rem;
  background-color: #ffffff;
  border-radius: 0.125rem;
  justify-content: center;
}
.iderServiceBox6 li .img {
  width: 0.9625rem;
  height: 0.9625rem;
  background-color: var(--mainColor);
  border-radius: 0.125rem;
  transition: all 0.3s;
}
.iderServiceBox6 li .img img {
  width: auto;
  height: 0.625rem;
  transition: all 0.3s;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.iderServiceBox6 li .name {
  color: var(--mainColor);
  margin-top: 0.3125rem;
}
.iderServiceBox6 li .com-ls30 {
  color: #f5f5f7;
  font-size: 0.175rem;
  text-align: center;
  line-height: 0.225rem;
  padding: 0 0.375rem;
  margin-top: 0.25rem;
  height: 0;
  overflow: hidden;
  transition: all 0.3s;
  opacity: 0;
}
.iderServiceBox6 li:last-child img {
  height: 0.4125rem;
}
.iderServiceBox6 li:hover {
  background-color: var(--mainColor);
}
.iderServiceBox6 li:hover .com-ls30 {
  height: auto;
  overflow: visible;
  opacity: 1;
}
.iderServiceBox6 li:hover .img {
  background-color: #fff;
}
.iderServiceBox6 li:hover img {
  filter: none;
}
.iderServiceBox6 li:hover .name {
  color: #ffff;
}

.iderServiceBox7 {
  width: 100%;
  height: auto;
  padding: 0.375rem 0 1.125rem 0;
  background-color: var(--bg-c);
}
.iderServiceBox7Con {
  width: 100%;
  height: auto;
  background-color: #fff;
  box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.1);
  padding: 0.475rem 2.5rem 0.625rem 2.5rem;
}
.iderServiceBox7Con .form {
  width: 100%;
  margin-top: 0.375rem;
}
.iderServiceBox7Con .form .formList {
  width: 100%;
  height: 0.575rem;
  margin-bottom: 0.2375rem;
}
.iderServiceBox7Con .form .formList input {
  width: calc((100% - 0.25rem) / 2);
  height: 100%;
  box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.1);
  border-radius: 1px;
  font-size: 0.2rem;
  padding-left: 0.125rem;
  color: rgba(0, 0, 0, 0.7);
}
.iderServiceBox7Con .form input {
  width: 100%;
  height: 0.575rem;
  box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.1);
  border-radius: 1px;
  font-size: 0.2rem;
  padding-left: 0.125rem;
  color: rgba(0, 0, 0, 0.7);
}
.iderServiceBox7Con .form textarea {
  width: 100%;
  height: 1.6625rem;
  box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.1);
  border-radius: 1px;
  font-size: 0.2rem;
  background-color: #fff;
  padding: 0.125rem 0 0 0.125rem;
  color: rgba(0, 0, 0, 0.7);
}

.iderServiceBox7Con .form .ls {
  line-height: 0.375rem;
  color: #000000;
}
.iderServiceBox7Con .form .ls a {
  font-size: 0.2rem;
  line-height: 0.375rem;
  text-decoration: underline;
  color: var(--mainColor);
  font-style: italic;
}
.iderServiceBox7Con .form input[type="submit"] {
  width: 4.5625rem;
  height: 0.575rem;
  background-color: var(--mainColor);
  box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.1);
  border-radius: 0.2875rem;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.575rem;
  margin: 0 auto;
  color: #ffffff;
  margin-top: 0.25rem;
  cursor: pointer;
  transition: all 0.3s;
}

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

.iderServiceBox8Con {
  width: 100%;
  margin-top: 0.5625rem;
}
.iderServiceBox8Con .comFaq {
  width: calc((100% - 0.3875rem) / 2);
}
.comFaq .item {
  width: 100%;
  height: auto;
  margin-bottom: 0.125rem;
}
.comFaq .item .tl {
  width: 100%;
  height: 0.725rem;
  background-color: var(--bg-c);
  border-radius: 1px;
  cursor: pointer;
  padding: 0 0.25rem;
}
.comFaq .item .name {
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 0.1875rem;
}
.comFaq .item .tl::after {
  display: block;
  content: "+";
  font-size: 0.225rem;
  color: #000000;
}
.comFaq .item .text {
  width: 100%;
  display: none;
  border-top: 1px solid #fff;
  height: 2.1625rem;
  padding: 0.25rem;
  font-size: 14px;
  color: #000000;
  line-height: 24px;
  background-color: var(--bg-c);
  border-radius: 1px;
  overflow-y: auto;
}
.comFaq .item.active .name {
  display: inline;
}
.comFaq .item.active .tl {
  height: auto;
  padding: 0.125rem 0.2875rem;
}
.comFaq .item.active .tl::after {
  content: "-";
}

.iderBanner .text {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 2.35rem;
}
.iderBanner .text .tl {
  color: #ffffff;
  font-weight: normal;
  text-align: center;
}
.iderNavs.inner {
  background-color: var(--bg-c);
}

.iderAboutBox1 {
  width: 100%;
  height: auto;
  padding: 0.625rem 0 0.2625rem 0;
}

.iderAboutBox1 .tl {
  font-family: Lato-Bold;
  color: #000;
  text-align: center;
  margin: 0.1875rem 0 0.1rem 0;
}
.iderAboutBox1 .com-ls30 {
  width: 65%;
  margin: 0 auto;
}
.com-ls30.center {
  text-align: center;
}
.iderAboutBox1 ul {
  width: 100%;
  margin-top: 0.375rem;
}
.iderAboutBox1 ul li {
  width: 2.125rem;
  cursor: pointer;
  height: auto;
}
.iderAboutBox1 ul li:hover .icon {
  transform: scale(1.1);
}
.iderAboutBox1 li .icon {
  width: auto;
  height: 0.875rem;
  transition: all 0.3s;
  object-fit: contain;
}
.iderAboutBox1 li .name {
  line-height: 0.325rem;
  color: #000000;
  margin-top: 0.2375rem;
}
.iderAboutBox1 li .name p {
  font-size: 0.225rem;
  line-height: 0.325rem;
  color: #000000;
}
.iderAboutBox1 .comVideos {
  margin-top: 0.375rem;
}
.comVideos {
  cursor: pointer;
  position: relative;
  height: 9.025rem;
  background-color: #000;
  overflow: hidden;
  padding: 0.125rem 0.5625rem;
}
.comVideos .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
.comVideos .text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.comVideos .text .icon {
  width: 1.4375rem;
  object-fit: cover;
  height: 1.4375rem;
  transition: all 0.3s;
}
.comVideos .text .name {
  color: #f5f5f7;
  margin-top: 0.25rem;
}
.iderAboutBox2 {
  padding-top: 0.875rem;
}
.iderAboutBox2 .iderIndexBox5Swiper {
  margin-top: 2.0375rem;
}
.iderAboutBox3 {
  width: 100%;
  height: auto;
  padding: 1.25rem 0 0.625rem 0;
  background-color: var(--bg-c);
}

.iderAboutBox3Con {
  width: 100%;
  perspective: 600px;
}
.iderAboutBox3Con .img {
  width: 4.5rem;
  height: 8.25rem;
  background-color: #ffffff;
  border-radius: 0.1875rem;
  padding: 0.125rem;
}
.iderAboutBox3Con .con {
  width: 6.5rem;
  height: 7.1875rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 0.3rem 0px rgba(169, 169, 169, 0.24);
  border-radius: 0.1875rem;
  margin: 0 0.425rem;
  padding: 0.375rem 0.75rem 0.75rem;
}
.iderAboutBox3Con .con .icon {
  width: 0.75rem;
  height: auto;
  object-fit: contain;
  margin-right: 0.5625rem;
  transition: all 0.3s;
}
.iderAboutBox3Con .con .item .name {
  color: var(--mainColor);
  font-family: Lato-Bold;
  margin-bottom: 0.125rem;
}
.iderAboutBox3Con .con .item {
  padding-bottom: 0.25rem;
  margin-bottom: 0.3125rem;
  cursor: pointer;
  border-bottom: 1px solid rgba(124, 123, 123, 0.1);
}
.iderAboutBox3Con .con .item:last-child {
  border-bottom: none;
}
.iderAboutBox3Con .con .item .text {
  flex: 1;
}
.iderAboutBox3Con .con .item li {
  font-size: 0.225rem;
  line-height: 0.375rem;

  display: flex;
  align-items: center;
}
.iderAboutBox3Con .con .item li::before {
  display: block;
  content: "";
  width: 0.0875rem;
  border-radius: 50%;
  margin-right: 0.1125rem;
  height: 0.0875rem;
  background-color: var(--mainColor);
}
.iderAboutBox3Con .con .item:hover .icon {
  transform: scale(1.1);
}
.iderAboutBox3Con .lt {
  position: relative;
  transform-style: preserve-3d;
  transform: rotateY(15deg) translateX(33%);
  transition: transform 1s;
}
.iderAboutBox3Con .rt {
  position: relative;
  transform-style: preserve-3d;
  transform: rotateY(-15deg) translateX(-33%);
  transition: transform 1s;
}

.iderServiceBox5 {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #f5f5f7;
}

.iderServiceBox5 .bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.iderServiceBox5 .top {
  position: absolute;
  top: 0.625rem;
  width: 100%;
  left: 0;
}

.iderServiceBox4.inner {
  border-bottom: none;
}

.iderAboutBox6 {
  width: 100%;
  height: auto;
  padding: 1.375rem 0 0.85rem 0;
}
.iderAboutBox6 .img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}

.iderAboutBox7 {
  width: 100%;
  height: auto;
  padding: 0.8125rem 0;
  background-color: var(--bg-c);
}
.iderAboutBox7 .com-card {
  width: 21.875rem;
}
.iderAboutBox7 ul {
  align-items: baseline;
  margin-top: 0.575rem;
}
.iderAboutBox7 li:first-child {
  width: 14.9125rem;
}
.iderAboutBox7 li:first-child .img,
.iderAboutBox7 li:nth-child(2) .img {
  height: 6.875rem;
}
.iderAboutBox7 li:nth-child(2) {
  width: 6.575rem;
}
.iderAboutBox7 li {
  width: 5.1875rem;
  height: auto;
  margin: 0 0.375rem 0.375rem 0;
}
.iderAboutBox7 li:last-child,
.iderAboutBox7 li:nth-child(2) {
  margin-right: 0;
}
.iderAboutBox7 li .img {
  width: 100%;
  height: 3.4375rem;
  border-radius: 0.125rem;
  overflow: hidden;
}
.iderAboutBox7 li .name {
  width: 100%;
  font-family: Lato-Bold;
  margin-top: 0.1rem;
  color: #000000;
}

.iderAboutBox8 {
  width: 100%;
  height: auto;
  padding: 1.125rem 0;
}
.iderAboutBox8 .top {
  width: 100%;
  margin: 0.3125rem 0 0.1rem 0;
  height: auto;
  background-color: #ffffff;
  box-shadow: 0px 0px 0.475rem 0px rgba(0, 0, 0, 0.08);
  border-radius: 1px;
  padding: 0.75rem 0.6rem 0 1.0625rem;
}
.iderAboutBox8 .top li {
  width: calc((100% - 1.75rem) / 3);
  margin: 0 0.875rem 1rem 0;
}
.iderAboutBox8 .top li:nth-child(3n) {
  margin-right: 0;
}
.iderAboutBox8 .top li .icon {
  width: 0.7rem;
  height: auto;
  object-fit: contain;
  margin-right: 0.2rem;
}
.iderAboutBox8 .top li .name {
  font-family: Lato-Bold;
  color: #000;
}
.iderAboutBox8 .top li .ls {
  font-size: 14px;
  line-height: 24px;
  margin-top: 0.0875rem;
  color: #000000;
}
.iderAboutBox8 .bto {
  width: 100%;
  padding: 0.375rem 0.525rem 0.625rem 0.525rem;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 0.475rem 0px rgba(0, 0, 0, 0.08);
  border-radius: 1px;
}
.iderAboutBox8 .bto .tl {
  color: var(--mainColor);
  font-family: Lato-Black;
  text-align: center;
}
.iderAboutBox8 .bto ul {
  width: 100%;
  margin: 0.25rem 0;
}
.iderAboutBox8 .bto ul li {
  width: calc((100% - 0.8625rem) / 4);
  margin-right: 0.2875rem;
  height: 2.025rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 0.475rem 0px rgba(0, 0, 0, 0.08);
  border-radius: 1px;
  padding: 0.3125rem 0.5rem 0.125rem 0.5rem;
}
.iderAboutBox8 .bto li .name {
  font-family: Lato-Bold;
  text-align: center;
  margin: 0.125rem 0 0.05rem 0;
}
.iderAboutBox8 .bto li .text {
  line-height: 0.3rem;
  color: #000000;
  text-align: center;
}
.iderAboutBox8 .bto .ls p {
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #000000;
}
.iderAboutBox8 .bto .ls strong {
  font-family: Lato-Bold;
}

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

.iderAboutBox9rSwiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 0.5625rem;
}

.iderAboutBox9rSwiper .swiper-slide {
  width: 5.3125rem;
  height: 3.85rem;
  overflow: hidden;
  border-radius: 1px;
}

.iderAboutBox9-pagination {
  margin-top: 0.625rem;
}
.iderServiceBox7.inner {
  background-color: #fff;
}
.iderServiceBox7.inner .iderServiceBox7Con {
  box-shadow: none;
  background-color: transparent;
}

.iderPrductsBox1 {
  width: 100%;
  height: auto;
  padding-top: 0.5625rem;
}
.iderPrductsBox1 .navs {
  width: 100%;
  margin: 0.4rem 0 0.4125rem 0;
}
.iderPrductsBox1 .navs .item {
  width: fit-content;
  padding: 0 0.2875rem;
  height: 0.625rem;
  line-height: 0.625rem;
  text-align: center;
  background-color: #f5f5f7;
  border-radius: 0.0625rem;
  transition: all 0.3s;
  border: solid 1px #eeeeee;
  margin-right: 0.125rem;
}
.iderPrductsBox1 .navs .item:last-child {
  margin-right: 0;
}
.iderPrductsBox1 .navs .item.active,
.iderPrductsBox1 .navs .item:hover {
  background-color: var(--mainColor);
  color: #fff;
}

.iderPrductsBox1Con {
  width: 100%;
  height: auto;
  padding: 0.625rem 0 0.75rem 0;
  background-color: var(--bg-c);
}
.comPrductList li {
  width: 4.725rem;
  height: auto;
  margin: 0 0.3625rem 0.375rem 0;
}
.comPrductList li:nth-child(4n) {
  margin-right: 0;
}
.comPrductList li .img {
  width: 100%;
  height: 4.125rem;
  padding: 0.225rem 0.5rem;
  overflow: hidden;
  margin-bottom: 1px;
  background-color: #fff;
}
.comPrductList li .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 1.5rem;
  background-color: #ffffff;
  border-radius: 1px;
  padding: 0.25rem 0.25rem 0.375rem 0.25rem;
  transition: all 0.3s;
}
.comPrductList li:hover .text {
  background-color: var(--mainColor);
}
.comPrductList li:hover .text .name,
.comPrductList li:hover .text .mores {
  color: #fff;
}
.comPrductList li:hover .text .mores {
  text-decoration: underline;
}
.comPrductList li .text .name {
  font-family: Lato-Bold;
  color: #000000;
  transition: all 0.3s;
}
.comPrductList li .text .mores {
  color: #000000;
  transition: all 0.3s;
}

.iderPrductsBox2 {
  width: 100%;
  height: auto;
  padding: 0.75rem 0 1.875rem 0;
}

.iderPrductsBox2Con {
  width: 100%;
  margin-top: 0.875rem;
}
.iderPrductsBox2Con .img {
  width: 7.575rem;
  height: 8.525rem;
  border-radius: 1px;
  margin-right: 0.35rem;
  overflow: hidden;
}
.iderPrductsBox2Con .rt {
  flex: 1;
  display: flex;
  padding-top: 0.125rem;
  flex-direction: column;
  justify-content: space-between;
}
.iderPrductsBox2Con .rt .tl {
  color: var(--mainColor);
  width: fit-content;
  font-family: Lato-BlackItalic;
}
.iderPrductsBox2Con .rt .title::after {
  display: block;
  content: "";
  flex: 1;
  height: auto;
  margin-left: 0.35rem;
  border: 1px dashed var(--mainColor);
}
.iderPrductsBox2Con .rt .item {
  width: calc((100% - 0.35rem) / 2);
  margin: 0 0.35rem 0.3125rem 0;
  background-color: var(--bg-c);
  cursor: pointer;
  padding: 0.375rem 0.3125rem 0.1875rem 0.4875rem;
  height: 3.75rem;
  border-radius: 1px;
}
.iderPrductsBox2Con .rt .item:nth-child(2n) {
  margin-right: 0;
}
.iderPrductsBox2Con .rt .item .icon {
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  transition: all 0.3s;
  object-fit: contain;
}
.iderPrductsBox2Con .rt .item .name {
  color: var(--mainColor);
  font-family: Lato-Bold;
  margin: 0.15rem 0 0.175rem 0;
}
.iderPrductsBox2Con .rt .item li,
.iderPrductsBox2Con .rt .item .text {
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #000000;
}

.iderPrductsBox2Con .rt .item li strong {
  font-family: Lato-Bold;
}
.iderPrductsBox2Con .rt .item:last-child,
.iderPrductsBox2Con .rt .item:nth-child(3) {
  margin-bottom: 0;
}
.iderPrductsBox2Con .rt .item:hover .icon {
  transform: scale(1.1);
}

.iderPrductsBox3 {
  width: 100%;
  height: auto;
  padding: 0.875rem 0;
  background-color: var(--bg-c);
}
.iderPrductsBox3Con {
  width: 100%;
  margin-top: 0.7rem;
}
.iderPrductsBox3Con .item {
  width: calc((100% - 0.3rem) / 2);
  margin: 0 0.3rem 0.3125rem 0;
  height: 3.875rem;
  background-color: #ffffff;
  border-radius: 1px;
  padding: 0.1875rem 0.1375rem 0.1875rem 0.4125rem;
}
.iderPrductsBox3Con .item:nth-child(2n) {
  margin-right: 0;
}
.iderPrductsBox3Con .item .img {
  width: 5.0625rem;
  margin-left: 0.4375rem;
  border-radius: 1px;
  height: 1.25rem;
  overflow: hidden;
  height: 3.4875rem;
}
.iderPrductsBox3Con .item .text {
  flex: 1;
  display: block;
  margin-top: 0.125rem;
}
.iderPrductsBox3Con .item .name {
  font-family: Lato-Bold;
  color: var(--mainColor);
}
.iderPrductsBox3Con .item li,
.iderPrductsBox3Con .item .text {
  font-size: 0.2rem;
  line-height: 0.375rem;
  color: #000000;
}
.iderPrductsBox3Con .item li strong {
  font-family: Lato-Bold;
}

.iderPrductsBox4 {
  width: 100%;
  height: auto;
  padding: 1.6rem 0 1.95rem 0;
  background: url(../picture/bg6.webp) no-repeat;
  background-size: cover;
}
.iderPrductsBox4 .iderServiceBox7Con {
  padding: 0;
  background-color: transparent;
}
.iderPrductsBox4 .com-tl,
.iderPrductsBox4 .com-title,
.iderPrductsBox4 .form .ls,
.iderPrductsBox4 .form .ls a {
  color: #fff;
}

.iderDetailsBox1 {
  width: 100%;
  height: auto;
  padding: 0.3125rem 0 1rem 0;
  background-color: var(--bg-c);
}

.iderDetailsBox1 .lt {
  width: fit-content;
  height: 8.1625rem;
  margin-right: 1.25rem;
}

.detailBox1Swiper1 {
  width: 1.7875rem;
  height: 100%;
  overflow: hidden;
  margin-right: 0.1125rem;
}
.detailBox1Swiper1 .img {
  width: 100%;
  height: 1.55rem;
  overflow: hidden;
  padding: 0.15rem;
  background-color: #ffffff;
  border-radius: 1px;
}
.detailBox1Swiper2 {
  width: 9.35rem;
  overflow: hidden;
  height: 100%;
}
.detailBox1Swiper2 .img {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 0.125rem 0.375rem;
}
.detailBox1Swiper1 .swiper-slide .img {
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.3s;
}
.detailBox1Swiper1 .swiper-slide-thumb-active .img {
  opacity: 1;
}

.iderDetailsBox1 .rt {
  flex: 1;
  padding-top: 0.5625rem;
}
.iderDetailsBox1 .rt .tl {
  font-family: Lato-Bold;
  color: #000000;
  margin-top: 0.15rem;
}
.iderDetailsBox1 .rt .text {
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #000000;
}
.iderDetailsBox1 .rt .text p {
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #000000;
  margin-top: 0.25rem;
}

.linkList {
  width: 100%;
  height: auto;
  padding: 0.4375rem 0;
  border-top: 1px solid rgba(150, 148, 148, 0.2);
  border-bottom: 1px solid rgba(150, 148, 148, 0.2);
  margin-top: 0.375rem;
}
.linkList a {
  margin-right: 0.225rem;
  transition: all 0.3s;
}
.linkList a:hover {
  transform: translateY(-10px);
}
.linkList img {
  width: 0.4rem;
  height: 0.4rem;
  object-fit: cover;
}

.iderNavs.details {
  margin-top: 1rem;
}
.iderDetailsBox1 .rt .bto {
  margin-top: 0.4375rem;
}
.iderDetailsBox1 .rt .bto .quote {
  width: 2.325rem;
  height: 0.575rem;
  line-height: 0.575rem;
  cursor: pointer;
  text-align: center;
  background-color: var(--mainColor);
  box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.1);
  border-radius: 0.2875rem;
  color: #fff;
  transition: all 0.3s;
  margin-right: 0.125rem;
}
.iderDetailsBox1 .rt .bto .downs {
  width: 2.4625rem;
  height: 0.575rem;
  box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.1);
  border-radius: 0.2875rem;
  border: solid 1px var(--mainColor);
  color: var(--mainColor);
  transition: all 0.3s;
}
.iderDetailsBox1 .rt .bto .downs::before {
  display: block;
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  background: url(../images/im2-6.png) no-repeat;
  background-size: cover;
  margin-right: 0.125rem;
}

.iderDetailsBox2 {
  width: 100%;
  height: auto;
  padding-top: 0.2375rem;
  margin-bottom: 0.75rem;
}
.iderDetailsBox2.fixed {
  position: fixed;
  left: 0;
  box-shadow: 0px 0px 0.375rem 0px rgba(53, 117, 87, 0.1);
  top: 1rem;
  z-index: 333;
  background-color: #fff;
}
.iderDetailsBox2 .com-card {
  border-bottom: 1px solid rgba(161, 161, 161, 0.4);
}
.iderDetailsBox2 a {
  position: relative;
  font-family: Lato-Bold;
  color: #000;
  padding-bottom: 0.2375rem;
  margin-right: 0.625rem;
}
.iderDetailsBox2 a::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.025rem;
  content: "";
  width: 0;
  height: 0.0625rem;
  background-color: var(--mainColor);
  box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.1);
  border-radius: 0.0375rem;
  transition: all 0.3s;
}
.iderDetailsBox2 a:hover::after,
.iderDetailsBox2 a.active::after {
  width: 100%;
}
.iderDetailsBox2 a:hover,
.iderDetailsBox2 a.active {
  color: var(--mainColor);
}
.iderDetailsBox3 .item {
  display: none;
}
.iderDetailsBox3Item1 {
  width: 100%;
  height: auto;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.iderDetailsBox3Item1 .imgList {
  margin-top: 0.4375rem;
  align-items: flex-start;
}
.iderDetailsBox3Item1 .imgList .img-item {
  width: calc((100% - 27px) / 2);
  height: auto;
  margin-bottom: 0.25rem;
}
.iderDetailsBox3Item1 .imgList .img-item:nth-child(2n) {
  margin-right: 0;
}
.iderDetailsBox3Item1 .imgList img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.iderDetailsBox3Item3 {
  width: 100%;
  height: auto;
  padding-bottom: 0.875rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.iderDetailsBox3Item3 .text {
  flex: 1;
}
.iderDetailsBox3Item3 .text li {
  font-family: Lato-Bold;
  font-size: 0.225rem;
  border-bottom: 1px solid #ececf1;
  color: #000000;
  padding: 0.3125rem 0 0.3125rem 0.6125rem;
  background: url(../images/im3-16.png) left center no-repeat;
  background-size: 0.4rem;
}
.iderDetailsBox3Item3 .text ul {
  margin-top: 0.875rem;
}
.iderDetailsBox3Item3 .img {
  width: 10.875rem;
  height: 6.9375rem;
  border-radius: 1px;
  margin-left: 0.7375rem;
  overflow: hidden;
  cursor: pointer;
}

.iderDetailsBox3Item4 {
  width: 100%;
  height: auto;
  padding-bottom: 0.875rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.iderDetailsBox3Item4 .comVideos {
  margin-top: 0.625rem;
  height: 9.4rem;
  padding: 0;
}

.iderDetailsBox4 {
  width: 100%;
  height: auto;
  padding: 0.5rem 0 1.125rem 0;
}
.iderDetailsBox4 .comPrductList {
  margin-top: 0.5625rem;
}
.iderDetailsBox4 .comPrductList li .img,
.iderDetailsBox4 .comPrductList li .text {
  background-color: var(--bg-c);
}

.iderDetailsBox3Item2 {
  width: 100%;
  height: auto;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.iderDetailsBox3Item2 table {
  width: 100%;
  height: auto;
  margin-top: 0.375rem;
}
.iderDetailsBox3Item2 table th {
  height: 0.75rem !important;
  background-color: var(--mainColor);
  border-radius: 1px;
  font-family: Lato-Bold;
  font-size: 0.225rem;
  padding-left: 0.625rem;
  text-align: left;
  color: #ffffff;
}
.iderDetailsBox3Item2 table td {
  height: 0.6875rem !important;
  background-color: #f5f5f7;
  border-radius: 1px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  font-size: 0.2rem;
  color: #2a2a2a;
  line-height: 0.375rem;
  padding: 0.125rem 0.2875rem;
}
.iderDetailsBox3Item2 table td strong {
  font-family: Lato-Black;
}
@media screen and (max-width: 1400px) {
  .f_36 {
    font-size: 24px;
  }
  .f_30 {
    font-size: 18px;
  }
  .f_20 {
    font-size: 17px;
  }
  .f_18 {
    font-size: 16px;
  }
  .f_16 {
    font-size: 12px;
  }
  .iderPrductsBox1 .navs {
    flex-wrap: wrap;
  }
  .iderPrductsBox1 .navs .item {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1366px) {
  .header .com-card {
    width: 100%;
    padding: 0 10%;
  }
  .com-mores {
    width: fit-content;
    padding: 0 15px;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 60px !important;
  }
  .header,
  .footer li {
    display: none;
  }
  .footer li:nth-child(4),
  .footer li:last-child {
    display: flex;
  }
  .f_36 {
    font-size: 20px;
  }
  .mobileHeader {
    display: flex;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.6);
  }
  .com-card,
  .iderIndexBox5 .com-card,
  .iderAboutBox7 .com-card {
    width: 100%;
    padding: 0 4%;
  }
  .f_24,
  .iderAboutBox8 .bto li .name,
  .iderNavs a,
  .comServiceList li .name {
    font-size: 15px;
  }
  .f_16,
  .iderDetailsBox3Item2 table td,
  .iderDetailsBox3Item3 .text li {
    font-size: 14px;
  }
  body {
    padding-top: 60px;
  }
  .iderIndexBox7 li .name,
  .iderAboutBox8 .bto .tl,
  .iderDetailsBox3Item2 table th,
  .comFaq .item .tl::after {
    font-size: 16px;
  }
  .iderIndexBox1 ul li {
    width: calc((100% - 10px) / 2);
    margin: 0 10px 10px 0;
  }
  .iderIndexBox2 .navs,
  .iderIndexBox3 .top ul,
  .iderIndexBox3 .bto ul,
  .iderIndexBox7 ul,
  .footer .bto,
  .iderAboutBox1 ul,
  .iderAboutBox3Con,
  .iderAboutBox8 .bto ul,
  .iderDetailsBox1 .com-card,
  .iderDetailsBox1 .lt,
  .iderNavs .com-card,
  .iderDetailsBox3Item3,
  .iderPrductsBox2Con,
  .iderServiceBox8Con,
  .iderServiceBox2 .com-card,
  .iderServiceBox3 .com-card,
  .iderServiceBox6 ul,
  .iderDetailsBox3Item3 .con {
    flex-wrap: wrap;
  }
  .iderIndexBox1,
  .iderIndexBox2,
  .iderIndexBox3,
  .iderIndexBox4,
  .iderIndexBox5,
  .iderIndexBox7,
  .iderIndexBox8,
  .iderAboutBox1,
  .iderAboutBox3,
  .iderServiceBox4,
  .iderAboutBox6,
  .iderAboutBox7,
  .iderAboutBox8,
  .iderAboutBox9,
  .iderServiceBox7,
  .iderDetailsBox3Item1,
  .iderDetailsBox3Item2,
  .iderDetailsBox3Item3,
  .iderDetailsBox3Item4,
  .iderDetailsBox4,
  .iderPrductsBox2,
  .iderPrductsBox3,
  .iderServiceBox8,
  .iderServiceBox1,
  .iderServiceBox3,
  .iderServiceBox5 {
    padding: 20px 0;
  }
  .iderServiceBox2 .com-card {
    padding-bottom: 20px;
  }
  .com-title {
    font-size: 16px;
    line-height: 24px;
  }
  .iderPrductsBox1,
  .iderServiceBox2,
  .iderServiceBox6 {
    padding-top: 20px;
  }
  .iderServiceBox3 .com-card {
    flex-direction: column-reverse;
  }
  .iderIndexBox3 .con,
  .iderIndexBox3 .bto li .img,
  .iderIndexBox5Swiper .item img,
  .iderServiceBox4 li .img,
  .iderAboutBox7 li .img,
  .iderAboutBox7 li:first-child .img,
  .iderAboutBox7 li:nth-child(2) .img,
  .iderDetailsBox3Item4 .comVideos,
  .comPrductList li .img,
  .iderServiceBox1 li .img,
  .comServiceList li .img,
  .iderDetailsBox3Item3 .img {
    height: auto;
  }
  .iderPrductsBox1 .navs {
    margin: 10px 0;
  }
  .iderPrductsBox2Con .rt {
    flex: none;
    width: 100%;
  }
  .iderIndexBox8Swiper,
  .iderAboutBox7 ul,
  .iderAboutBox9rSwiper,
  .iderAboutBox9-pagination,
  .iderDetailsBox3Item2 table,
  .iderDetailsBox3Item3 .text ul,
  .iderDetailsBox3Item4 .comVideos,
  .iderDetailsBox4 .comPrductList,
  .iderPrductsBox2Con,
  .iderPrductsBox3Con,
  .iderServiceBox8Con,
  .iderServiceBox1 ul,
  .iderServiceBox2 ul,
  .iderServiceBox5 table,
  .iderServiceBox6 ul {
    margin-top: 15px;
  }
  .iderIndexBox5 .top,
  .iderIndexBox5Swiper .con .name,
  .iderAboutBox1 .com-ls30,
  .iderServiceBox4 .com-title,
  .iderDetailsBox1 .lt,
  .detailBox1Swiper1,
  .iderServiceBox8Con .comFaq,
  .iderServiceBox2 .lt,
  .iderServiceBox3 .rt {
    width: 100%;
  }

  .iderIndexBox5Swiper .con .text,
  .iderAboutBox3Con .con .item li,
  .iderAboutBox8 .bto .ls p,
  .iderServiceBox7Con .form .ls a,
  .iderDetailsBox1 .rt .text p,
  .iderPrductsBox2Con .rt .item li,
  .iderPrductsBox2Con .rt .item .text,
  .iderPrductsBox3Con .item li,
  .iderPrductsBox3Con .item .text,
  .iderServiceBox6 li .com-ls30 {
    font-size: 14px;
    line-height: 24px;
  }
  .iderServiceBox6 li .name {
    font-size: 16px;
    margin: 8px 0;
  }
  .iderIndexBox2 .navs .item {
    width: calc((100% - 30px) / 4);
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    margin: 0 10px 10px 0;
    padding: 0 15px;
  }
  .iderIndexBox3 li,
  .iderAboutBox7 li,
  .iderAboutBox8 .top li,
  .iderAboutBox8 .bto ul li,
  .iderServiceBox6 ul li {
    width: calc((100% - 20px) / 2);
    margin: 0 10px 10px 0;
  }
  .iderIndexBox7 ul li,
  .iderAboutBox1 ul li,
  .iderServiceBox4 li,
  .comPrductList li,
  .comServiceList li {
    width: calc((100% - 20px) / 3);
    margin: 0 10px 10px 0;
  }
  .iderServiceBox1 ul li {
    width: calc(100% / 3);
  }
  .iderServiceBox1 ul li:nth-child(4n) {
    border-right: 1px solid #dcdcdc;
  }
  .iderServiceBox1 ul li:nth-child(3n) {
    border-right: none;
  }
  .iderServiceBox4 li:nth-child(5n),
  .comPrductList li:nth-child(4n) {
    margin-right: 10px;
  }
  .iderIndexBox2 .navs .item:nth-child(4n),
  .iderIndexBox3 li:nth-child(2n),
  .iderIndexBox7 ul li:nth-child(3n),
  .iderAboutBox1 ul li:nth-child(3n),
  .iderServiceBox4 li:nth-child(3n),
  .iderAboutBox7 li:nth-child(2n),
  .iderAboutBox8 .top li:nth-child(2n),
  .iderAboutBox8 .bto ul li:nth-child(2n),
  .comPrductList li:nth-child(3n),
  .comServiceList li:nth-child(3n),
  .iderServiceBox6 ul li:nth-child(2n) {
    margin-right: 0;
  }

  .iderIndexBox2 .navs,
  .iderIndexBox3 .top {
    margin: 15px 0;
  }
  .iderIndexBox2Con .item.active {
    padding: 15px 30px;
  }
  .iderIndexBox2Con .item .tl,
  .iderIndexBox2Con .item .name {
    font-size: 18px;
  }
  .iderIndexBox4 .top,
  .iderIndexBox4 .bto {
    padding: 0;
  }
  .iderIndexBox5Swiper .item img {
    width: 202px;
  }
  .iderIndexBox5Swiper .con {
    width: fit-content;
  }
  .iderIndexBox7 .img img {
    width: 25px;
  }
  .iderIndexBox7 ul {
    justify-content: flex-start;
  }
  .iderIndexBox9 {
    padding: 20px 0;
  }
  .iderIndexBox9Swiper {
    margin-top: 15px;
  }
  .iderIndexBox9 .bto {
    margin-top: 20px;
  }
  .footer li:last-child {
    width: 60%;
  }
  .footer li .addres {
    width: 80%;
  }
  .iderIndexBox9Swiper .swiper-slide {
    padding-right: 0;
    border-right: none;
  }
  .footer li input[type="text"] {
    flex: 1;
  }
  .footer .bto .ls {
    line-height: 24px;
    width: 100%;
    text-align: center;
  }
  .iderBanner .text {
    top: 11%;
  }
  .iderAboutBox1 li .icon {
    height: 32px;
  }
  .comVideos {
    height: auto;
    padding: 0;
  }
  .comVideos .text .icon {
    width: 50px;
    height: 50px;
  }
  .iderAboutBox3Con .lt,
  .iderAboutBox3Con .rt,
  .iderServiceBox4 li::after {
    display: none;
  }
  .iderAboutBox3Con .con {
    width: 100%;
    padding: 20px 15px;
    margin: 15px 0 0;
  }
  .iderAboutBox3Con .con .icon {
    width: 33px;
  }
  .iderAboutBox3Con .con .item:last-child {
    margin-bottom: 0;
  }
  .iderAboutBox7 li:nth-child(2) {
    width: auto;
  }
  .iderAboutBox8 .top li .icon {
    width: 35px;
  }
  .iderAboutBox8 .top {
    padding: 20px;
  }
  .iderServiceBox7Con {
    padding: 0;
  }
  .detailBox1Swiper2 {
    width: 80%;
    height: auto;
    margin: 10px 0 0;
  }
  .detailBox1Swiper1,
  .detailBox1Swiper1 .img {
    height: auto;
  }
  .iderDetailsBox1 .lt {
    height: auto;
    margin: 0 0 15px 0;
  }
  .iderNavs.details {
    margin-top: 0;
  }
  .iderNavs a {
    margin-bottom: 5px;
  }
  .iderDetailsBox1 {
    padding: 0 0 20px 0;
  }
  .linkList {
    padding: 15px 0;
  }
  .iderDetailsBox2.fixed {
    top: 60px;
  }
  .iderDetailsBox2 {
    margin-bottom: 0;
  }
  .iderDetailsBox3Item3 .img {
    width: 100%;
    margin: 10px 0 0;
  }
  .iderDetailsBox3Item3 .text {
    padding: 0;
  }
  .iderPrductsBox2Con .img {
    width: auto;
    height: auto;
    margin: 0 0 10px 0;
  }
  .iderPrductsBox2Con .rt .title {
    margin-bottom: 15px;
  }
  .iderPrductsBox2Con .rt .item {
    height: auto;
  }
  .iderPrductsBox2Con .rt .con {
    align-items: baseline;
  }
  .iderPrductsBox3Con .item {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .iderServiceBox3 .rt {
    margin: 0 0 15px 0;
  }
  .iderServiceBox3 li:hover .text {
    height: 100%;
  }
  .iderServiceBox7 .iderServiceBox7Con {
    padding: 20px;
  }
  .iderServiceBox7.inner .iderServiceBox7Con {
    padding: 0;
  }
  .iderBanner .img img {
    width: 40%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  body {
    margin-bottom: 48px;
  }
  .footer .con ul,
  .iderDetailsBox2 .com-card,
  .iderPrductsBox3Con .item {
    flex-wrap: wrap;
  }
  .iderDetailsBox2 a {
    padding-bottom: 5px;
    margin: 0 10px 5px 0;
  }
  .headerSwiper .text .con .ls {
    line-height: 24px;
    text-align: center;
    margin: 10px 0;
  }
  .headerSwiper .text .con .title,
  .iderIndexBox10 .ls,
  .comPrductList li .text .name {
    text-align: center;
  }
  .iderIndexBox1 ul li,
  .iderAboutBox8 .bto ul li,
  .detailBox1Swiper2,
  .iderPrductsBox2Con .img,
  .iderServiceBox6 ul li {
    width: 100%;
    margin-right: 0;
  }
  .iderIndexBox5Swiper .con {
    height: auto;
  }
  .iderIndexBox2 .navs .item {
    width: calc((100% - 20px) / 3);
  }
  .iderIndexBox7 ul li,
  .iderServiceBox4 li,
  .comPrductList li,
  .comServiceList li {
    width: calc((100% - 10px) / 2);
  }
  .iderIndexBox2 .navs .item:nth-child(4n),
  .iderIndexBox7 ul li:nth-child(3n),
  .iderServiceBox4 li:nth-child(3n),
  .comPrductList li:nth-child(3n),
  .comServiceList li:nth-child(3n) {
    margin-right: 10px;
  }
  .iderIndexBox2 .navs .item:nth-child(3n),
  .iderIndexBox7 ul li:nth-child(2n),
  .iderServiceBox4 li:nth-child(2n),
  .comPrductList li:nth-child(2n),
  .comServiceList li:nth-child(2n) {
    margin-right: 0;
  }
  .iderIndexBox5Swiper .con .text,
  .footer li .addres,
  .footer li:last-child,
  .iderPrductsBox2Con .rt .item {
    width: 100%;
  }
  .iderIndexBox5Swiper {
    height: auto;

    background: url(../picture/bg1.png) bottom no-repeat;
    background-size: 100% 0.3375rem;
    padding: 0 0 20px 4px;
  }
  .iderPrductsBox2Con .rt .item {
    margin-right: 0;
    margin-bottom: 10px !important;
  }
  .iderIndexBox5Swiper .item.active {
    flex-direction: column;
    justify-content: flex-start;
  }
  .iderIndexBox5Swiper .item.active .con {
    transform: translate(0);
  }
  .iderIndexBox5Swiper .con .br {
    min-height: 250px;
  }
  .iderIndexBox6 .text .tl {
    font-size: 18px;
  }
  .iderIndexBox6 .text .com-mores {
    width: fit-content;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
  }
  .header,
  .footer li {
    margin-bottom: 15px;
  }
  .footer li .name {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .footer .con {
    padding: 15px 0;
  }
  .footer {
    padding-top: 20px;
  }
  .iderAboutBox8 .bto ul li {
    height: auto;
    padding: 20px 15px;
  }
  .iderAboutBox8 .bto {
    padding: 15px;
  }
  .comPrductList li .text .mores {
    margin-top: 10px;
  }
  .comPrductList li .text {
    height: auto;
    padding: 15px 10px;
  }
  .comPrductList li .img {
    padding: 10px;
  }
  .iderPrductsBox3Con .item {
    height: auto;
    padding: 10px;
  }
  .iderPrductsBox3Con .item .img {
    margin: 10px 0 0;
  }
  .iderPrductsBox3Con .item .text {
    flex: none;
    width: 100%;
  }
  .iderServiceBox1 ul li {
    width: calc(100% / 2);
  }
  .iderServiceBox1 ul li:nth-child(3n) {
    border-right: 1px solid #dcdcdc;
  }
  .iderServiceBox1 ul li:nth-child(2n) {
    border-right: none;
  }
}
@media screen and (max-width: 500px) {
  .iderIndexBox10 .com-card {
    flex-wrap: wrap;
  }
  .iderIndexBox10 {
    height: auto;
    padding: 6% 0;
  }
  .iderServiceBox7Con .form .formList {
    height: auto;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .iderServiceBox7Con .form .formList input {
    height: 40px;
    width: 100%;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .iderServiceBox7Con .form textarea {
    font-size: 14px;
  }
  .iderServiceBox7Con .form input[type="submit"] {
    font-size: 16px;
    width: 50%;
  }
  .iderIndexBox10 .mores {
    margin: 10px 0 0;
  }
  .iderIndexBox3 .bto li,
  .iderIndexBox7 ul li,
  .iderServiceBox4 li,
  .iderAboutBox7 li,
  .iderAboutBox8 .top li,
  .iderPrductsBox3Con .item .img,
  .comServiceList li {
    width: 100%;
    margin-right: 0 !important;
  }
  .iderServiceBox4 li .name {
    width: fit-content;
    padding: 0 15px;
  }
  .iderIndexBox7 ul li {
    height: auto;
    padding: 20px 10px;
  }
  .iderIndexBox7 li .name {
    margin: 15px 0;
  }
  .headerSwiper .text {
    top: 11%;
  }
  .iderAboutBox8 .top li {
    margin-bottom: 20px;
  }
  .iderAboutBox1 ul li,
  .iderPrductsBox1 .navs .item {
    width: calc((100% - 10px) / 2);
  }
  .iderAboutBox1 ul li:nth-child(3n) {
    margin-right: 10px;
  }
  .iderAboutBox1 ul li:nth-child(2n),
  .iderPrductsBox1 .navs .item:nth-child(2n) {
    margin-right: 0;
  }
  .iderServiceBox5 .top {
    top: 15px;
  }
  .iderPrductsBox3Con .item .img,
  .iderServiceBox1 li .text,
  .comServiceList li .name {
    height: auto;
  }
  .iderDetailsBox3Item2 table {
    display: block;
    overflow-x: scroll;
  }
  .iderServiceBox1 li .text {
    padding: 15px;
  }
  .iderServiceBox1 ul li {
    width: 100%;
    border-right: none !important;
  }
  .comServiceList li .name {
    padding: 15px 10px;
  }

  .iderServiceBox5 table th img {
    padding: 0 20px;
    margin: 0;
  }
  .iderServiceBox6 ul li {
    height: auto;
    padding: 20px 10px;
  }
}
@media screen and (max-width: 430px) {
  .f_36 {
    font-size: 18px;
  }
  .iderIndexBox2Con .item .tl,
  .iderIndexBox2Con .item .name {
    font-size: 16px;
  }
  .headerSwiper .bg {
    height: 45vh;
  }
  .iderIndexBox1 li .text {
    top: 15px;
  }
  .iderIndexBox2 .navs .item {
    width: calc((100% - 10px) / 2);
  }
  .iderIndexBox2 .navs .item:nth-child(3n) {
    margin-right: 10px;
  }
  .iderIndexBox2 .navs .item:nth-child(2n) {
    margin-right: 0;
  }
  .iderIndexBox3 .top li {
    width: 100%;
    height: auto;
    padding: 15px 10px;
    margin-right: 0 !important;
  }
  .iderIndexBox6 .bg {
    height: 40vh;
  }
  .iderIndexBox9Swiper .swiper-slide,
  .iderAboutBox9rSwiper .swiper-slide {
    width: 100%;
    padding-right: 0;
    border-right: none;
  }
  .comPrductList li {
    width: 100%;
    margin-right: 0 !important;
  }
  .iderBanner .img img {
    width: 84%;
  }
  .iderBanner video {
    height: 42vh;
  }
}
@media screen and (max-width: 420px) {
  .iderBanner .img img {
    width: 50%;
  }
}
@media screen and (max-width: 375px) {
  .iderPrductsBox1 .navs .item {
    width: 100%;
    margin-right: 0 !important;
  }
  .iderServiceBox5 table {
    overflow-x: scroll;
    display: block;
  }
}
@media screen and (max-width: 320px) {
  .headerSwiper .bg {
    height: 50vh;
  }
  .iderIndexBox2 .navs .item,
  .iderAboutBox1 ul li,
  .iderDetailsBox3Item1 .imgList .img-item {
    width: 100%;
    margin-right: 0 !important;
  }
  .iderDetailsBox3Item1 .imgList .img-item {
    margin-bottom: 0;
  }
  .iderBanner video {
    height: 54vh;
  }
}
