@font-face {
  font-family: "Montserrat-Bold";
  src: url("font/Montserrat-Bold.ttf");
}
@font-face {
  font-family: "Montserrat-Black";

  src: url("font/Montserrat-Black.ttf");
}
@font-face {
  font-family: "Montserrat-ExtraBold";
  src: url("font/Montserrat-ExtraBold.ttf");
}
@font-face {
  font-family: "Montserrat-ExtraLight";
  src: url("font/Montserrat-ExtraLight.ttf");
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url("font/Montserrat-Medium.ttf");
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("font/Montserrat-Regular.ttf");
}
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("font/Montserrat-SemiBold.ttf");
}
@font-face {
  font-family: "Montserrat-Thin";
  src: url("font/Montserrat-Thin.ttf");
}
@font-face {
  font-family: "Poppins-Light";
  src: url("font/Poppins-Light.ttf");
}
:root {
  --mainColor: #d74c24;
  --bg-c: #f8f8f8;
  --main-font: "Montserrat-Medium", system-ui, -apple-system, sans-serif;
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 80px !important;
  }
}

.comHover:hover {
  box-shadow: 0 0 15px rgba(240, 98, 32, 0.6);
  transform: translateY(-5px);
}

body {
  font-family: var(--main-font);
}

.com-card {
  width: 15rem;
  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 {
  width: 100%;
  height: calc(1.0875rem + 40px);
  transition: all 0.3s ease;
}
.headerTop {
  width: 100%;
  height: 40px;
  background-color: #f7f7f7;
}
.headerTop .com-card {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.linkList a {
  display: block;
  margin-right: 0.25rem;
}
.linkList img {
  width: fit-content;
  height: 14px;
  object-fit: contain;
}
.linkList {
  background: url(../images/im2-6.png) center right no-repeat;
  background-size: 1px 24px;
  margin-right: 18px;
}
.languageSwitching {
  cursor: pointer;
  height: 100%;
}
.languageSwitching .icon {
  margin-left: 7px;
  width: 20px;
  height: 20px;
  object-fit: cover;
}
.header .logo {
  width: fit-content;
  height: auto;
}
.header .logo img {
  width: 0.775rem;
  object-fit: cover;
  height: 0.6375rem;
  vertical-align: bottom;
}
.header .logo p {
  font-size: 12px;
  margin-top: 7px;
  color: #000000;
}

.headerCon {
  width: 100%;
  position: relative;
  height: calc(1.0875rem + 40px);
  transition: all 0.3s;
  z-index: 999;
  top: 0;
  left: 0;
}

.header.active .headerCon {
  position: fixed;
  box-shadow: 0px 0px 0.375rem 0px rgba(53, 117, 87, 0.1);
  background-color: #fff;
}

.headerBto {
  height: calc(100% - 40px);
}

.headerBto .rt .search {
  width: 25px;
  height: auto;
  object-fit: contain;
  cursor: pointer;
}

.menu-level1 > li,
.menu-level1,
.headerBto .rt {
  height: 100%;
}

.menu-level1 > li > a {
  font-size: 0.2rem;
  color: #162b33;
}

.menu-level1 > li {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 0.3375rem;
}

.menu-level2 li a {
  color: #000;
}
.menu-level1 .contacts {
  display: block;
  width: 1.5rem;
  height: 0.475rem;
  background-color: var(--mainColor);
  border-radius: 0.0625rem;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.475rem;
  color: #ffffff;
  transition: all 0.3s;
}
.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: 50%;
  transform: translateY(-50%);
  height: auto;
}

.headerSwiper .text .con {
  width: 60%;
  height: auto;
}

.headerSwiper .text .con .title {
  font-size: 0.6rem;
  line-height: 0.75rem;
  color: #f3f3fe;
}

.quotations {
  display: block;
  cursor: pointer;
  width: 2.775rem;
  height: 0.575rem;
  transition: all 0.3s;
  background-color: var(--mainColor);
  font-size: 0.2rem;
  line-height: 0.575rem;
  color: #ffffff;
  text-align: center;
  border-radius: 0.0625rem;
}
.headerSwiper .quotations {
  margin: 0.3125rem 0 0.5rem 0;
}
.headerSwiper .com-card {
  position: relative;
}
.headerSwiper .imgList img {
  width: 1.5125rem;
  height: 1.5125rem;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 0.1375rem;
}
.headerSwiper .img {
  position: absolute;
  right: -10%;
  top: -30%;
  height: auto;
}
.headerSwiper .img .icon {
  width: 9.575rem;
  height: 7.25rem;
  object-fit: cover;
}
.header-next,
.header-prev {
  width: 0.625rem;
  height: 0.625rem;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/im1-7.png) no-repeat;
  background-size: cover;
  z-index: 33;
  transition: all 0.3s;
}
.header-next {
  right: 21px;
  transform: translateY(-50%) rotate(180deg);
}
.header-prev {
  left: 21px;
}
.header-next:hover {
  background: url(../images/im1-6.png) no-repeat;
  background-size: cover;
  transform: translateY(-50%) rotate(0);
}
.header-prev:hover {
  background: url(../images/im1-6.png) no-repeat;
  background-size: cover;
  transform: translateY(-50%) rotate(180deg);
}
.header-pagination {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0.375rem !important;
  z-index: 33;
}
.header-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #ffffff;
  transition: all 0.3s;
  opacity: 0.65;
}
.header-pagination .swiper-pagination-bullet-active {
  background-color: var(--mainColor);
  opacity: 1;
}

.com-title {
  width: 100%;
  height: auto;
  align-items: self-end;
}
.com-title .lt {
  width: 65%;
}
.com-tl {
  font-family: Montserrat-Bold;
  font-size: 0.45rem;
  color: #000000;
}
.com-tl::before {
  display: block;
  content: "";
  width: 0.4625rem;
  height: 0.325rem;
  background: url(../images/im1-8.png) no-repeat;
  background-size: cover;
  margin-right: 0.0625rem;
}
.com-ls {
  font-size: 0.2rem;
  line-height: 0.375rem;
  color: #848484;
  margin-top: 0.125rem;
}

.com-mores {
  cursor: pointer;
  width: 3rem;
  height: 0.575rem;
  background-color: #ffffff;
  border-radius: 0.0625rem;
  border: solid 1px #cccccc;
  font-size: 0.2rem;
  color: #848484;
  transition: all 0.3s;
}
.com-mores::after {
  display: block;
  content: "";
  background: url(../images/im1-9.png) no-repeat;
  width: 0.425rem;
  height: 0.175rem;
  background-size: cover;
  margin-left: 0.1125rem;
}
.com-mores:hover,
.iderIndexBox4 .com-mores,
.iderIndexBox6 .com-mores {
  background-color: var(--mainColor);
  color: #fff;
  border: solid 1px var(--mainColor);
}
.com-mores:hover::after,
.iderIndexBox4 .com-mores::after,
.iderIndexBox6 .com-mores::after {
  filter: brightness(0) invert(1);
}

.iderIndexBox1 {
  width: 100%;
  height: auto;
  padding-top: 1rem;
}
.iderIndexBox1 .com-card {
  padding-bottom: 0.625rem;
  border-bottom: 1px solid rgba(202, 201, 201, 0.3);
}
.iderIndexBox1Swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 0.4375rem;
}
.iderIndexBox1Swiper .img {
  width: 100%;
  height: 3.625rem;
  padding: 0.3125rem;
  overflow: hidden;
  background-color: var(--bg-c);
}
.iderIndexBox1Swiper .img img {
  object-fit: contain;
}
.iderIndexBox1Swiper .text {
  display: block;
  width: 100%;
  height: 2.3125rem;
  padding: 0.3125rem 0.25rem 0.25rem;
  background-color: var(--bg-c);
}
.iderIndexBox1Swiper .text .name {
  font-size: 0.225rem;
  text-align: center;
  line-height: 0.3rem;
  color: #000000;
}
.iderIndexBox1Swiper .text .mores {
  font-size: 0.2rem;
  color: #000000;
  margin-top: 0.3125rem;
  transition: all 0.3s;
}
.iderIndexBox1Swiper .text .mores::after {
  display: block;
  content: "";
  width: 0.425rem;
  height: 0.175rem;
  margin-left: 0.0625rem;
  background: url(../images/im1-9.png) no-repeat;
  background-size: cover;
  transition: all 0.3s;
}
.iderIndexBox1Swiper .swiper-slide:hover .mores::after {
  background: url(../images/im1-10.png) no-repeat;
  background-size: cover;
}
.iderIndexBox1Swiper .swiper-slide:hover .mores {
  text-decoration: underline;
  color: var(--mainColor);
}
.iderIndexBox1-pagination {
  margin-top: 0.375rem;
}
.iderIndexBox1-pagination .swiper-pagination-bullet {
  width: 17px;
  height: 5px;
  background-color: #b2b2b2;
  box-shadow: 0px 0px 68px 0px rgba(108, 108, 108, 0.23);
  border-radius: 2px;
  opacity: 1;
}
.iderIndexBox1-pagination .swiper-pagination-bullet-active {
  background-color: var(--mainColor);
}
.iderIndexBox2 {
  width: 100%;
  height: auto;
  padding-top: 1rem;
}
.iderIndexBox2 .com-card {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(202, 201, 201, 0.3);
}
.iderIndexBox2 .top {
  width: 100%;
  margin: 0.5rem 0 0.375rem 0;
}
.iderIndexBox2 .top .icon {
  width: 0.7rem;
  height: auto;
  object-fit: contain;
  margin-right: 0.2125rem;
  transition: all 0.3s;
}
.iderIndexBox2 .top li {
  width: calc((100% - 0.775rem) / 3);
  height: 3.0625rem;
  background-color: var(--bg-c);
  transition: all 0.3s;
  cursor: pointer;
  padding: 0.4375rem 0.25rem 0.3125rem 0.3125rem;
}
.iderIndexBox2 .top li:hover {
  box-shadow: 0 0 0.1875rem #fa4444;
}
.iderIndexBox2 .top li:hover .icon {
  transform: scale(1.1);
}
.iderIndexBox2 .top .tl {
  margin-bottom: 0.375rem;
}
.iderIndexBox2 .top .name {
  font-family: Montserrat-Bold;
  font-size: 0.25rem;
  color: #000000;
}
.iderIndexBox2 .top .text,
.iderIndexBox2 .top .text p {
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #848484;
}
.iderIndexBox2 .bto {
  width: 100%;
  height: 5rem;
  background-color: var(--bg-c);
}
.iderIndexBox2 .bto .img {
  width: 8.15rem;
  height: 100%;
  padding-left: 2%;
  overflow: hidden;
  margin-right: 0.325rem;
}
.iderIndexBox2 .bto .img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all 0.3s;
}

.iderIndexBox2 .bto .text .name {
  font-family: Montserrat-Bold;
  font-size: 0.25rem;
  margin-bottom: 0.3125rem;
  color: #000000;
}
.iderIndexBox2 .bto .text li {
  font-family: Montserrat-Regular;
  font-size: 0.2rem;
  padding-left: 0.4125rem;
  background: url(../images/im1-14.png) left center no-repeat;
  background-size: 0.15rem 0.1875rem;
  line-height: 0.4rem;
  cursor: pointer;
  color: #848484;
  transition: all 0.3s;
}
.iderIndexBox2 .bto .text li:hover {
  transform: translateX(5%);
}

.iderIndexBox3 {
  width: 100%;
  height: auto;
  padding-top: 0.8125rem;
}
.iderIndexBox3 ul {
  width: 100%;
  margin-top: 0.625rem;
}
.iderIndexBox3 ul li {
  position: relative;
  width: calc(100% / 4);
  height: 8.9375rem;
  overflow: hidden;
}
.iderIndexBox3 .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  align-items: baseline;
  height: 100%;
  position: absolute;
  left: 0;
  padding: 0.75rem 0.25rem 0.5rem 0.5rem;
  bottom: 0;
}
.iderIndexBox3 .text .name {
  font-family: Montserrat-Bold;
  font-size: 0.3rem;
  color: #ffffff;
  margin-bottom: 0.125rem;
}
.com-ls30 {
  font-size: 0.2rem;
  line-height: 0.375rem;
  color: #ffffff;
}
.com-mores2 {
  font-size: 0.2rem;
  color: #ffffff;
  transition: all 0.3s;
}
.com-mores2::after {
  display: block;
  content: "";
  width: 0.425rem;
  height: 0.175rem;
  filter: brightness(0) invert(1);
  background: url(../images/im1-10.png) no-repeat;
  background-size: cover;
  margin-left: 0.1125rem;
}
.com-mores2:hover::after {
  filter: none;
}
.com-mores2:hover {
  color: var(--mainColor);
}

.iderIndexBox4 {
  width: 100%;
  height: auto;
  padding: 1.625rem 0 1.25rem 0;
}
.iderIndexBox4 .top .img {
  width: 7.8125rem;
  height: 7.3125rem;
  overflow: hidden;
  margin-left: 0.5rem;
  box-shadow: 0px 0px 0.5rem 0px rgba(108, 108, 108, 0.16);
}
.iderIndexBox4 .top .text {
  flex: 1;
}
.iderIndexBox4 .top .text .ls {
  margin-top: 0.25rem;
}
.iderIndexBox4 .top .text .ls p {
  font-size: 0.2rem;
  line-height: 0.375rem;
  margin-bottom: 0.3125rem;
  color: #848484;
}
.iderIndexBox4 .bto .nus {
  font-family: Montserrat-ExtraBold;
  font-size: 0.6rem;
  font-style: italic;
  line-height: 0.5rem;
  color: #858585;
}
.iderIndexBox4 .bto {
  align-items: baseline;
  margin-top: 1rem;
}
.iderIndexBox4 .bto li .nu {
  position: relative;
  align-items: self-end;
  width: 100%;
  padding-bottom: 0.25rem;
  margin-bottom: 0.125rem;
  border-bottom: 1px solid #bfbfbf;
}
.iderIndexBox4 .bto li .nu::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 0.6875rem;
  height: 0.0125rem;
  background-color: var(--mainColor);
}
.iderIndexBox4 .bto li .nu p {
  font-family: Montserrat-ExtraBold;
  font-size: 0.45rem;
  color: #858585;
  margin-left: 0.05rem;
}

.iderIndexBox4 .bto li {
  width: calc((100% - 2.25rem) / 4);
  height: auto;
}
.iderIndexBox4 .bto li:nth-child(2) .nu p {
  font-family: Montserrat-Regular;
  font-size: 0.225rem;
  color: #858585;
}
.iderIndexBox4 .bto .ls {
  font-family: Montserrat-Light;
  font-size: 0.225rem;
  line-height: 0.375rem;
  color: #848484;
}

.iderIndexBox5 {
  width: 100%;
  height: auto;
  padding: 1.25rem 0;
  background-color: var(--bg-c);
}
.iderIndexBox5 ul {
  width: 100%;
  height: auto;
  margin-top: 0.625rem;
}
.iderIndexBox5 ul li {
  width: calc((100% - 0.75rem) / 3);
  height: auto;
}
.iderIndexBox5 .img {
  position: relative;
  width: 100%;
  height: 2.975rem;
  overflow: hidden;
}
.iderIndexBox5 .img::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 0;
  height: 0.0875rem;
  transition: all 0.3s;
  background-color: var(--mainColor);
}
.iderIndexBox5 li:hover .img::after {
  width: 100%;
}
.iderIndexBox5 .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 2.825rem;
  padding: 0.25rem 0.325rem 0.5625rem 0.25rem;
  background-color: #ffffff;
}
.iderIndexBox5 .text .time {
  font-size: 0.2rem;
  margin-bottom: 0.15rem;
  color: #000000;
}
.iderIndexBox5 .text .name {
  font-size: 0.25rem;
  line-height: 0.375rem;
  color: #000000;
}
.iderIndexBox5 .text .mores {
  font-size: 0.2rem;
  color: #000000;
  transition: all 0.3s;
}
.iderIndexBox5 .text .mores::after {
  display: block;
  content: "";
  width: 0.425rem;
  height: 0.175rem;
  margin-left: 0.125rem;
  opacity: 0;
  background: url(../images/im1-10.png) no-repeat;
  background-size: cover;
}
.iderIndexBox5 li:hover .mores {
  text-decoration: underline;
  color: var(--mainColor);
}
.iderIndexBox5 li:hover .mores::after {
  opacity: 1;
}

.iderIndexBox6 {
  width: 100%;
  position: relative;
  height: 5.925rem;
}
.iderIndexBox6 .com-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.iderIndexBox6 .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
.iderIndexBox6::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to right, #194089, transparent);
}
.iderIndexBox6 .text {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 2;
  bottom: 0;
}
.iderIndexBox6 .text .tl {
  font-size: 0.6rem;
  width: 50%;
  line-height: 0.6875rem;
  color: #ffffff;
}
.iderIndexBox6 .text .ls {
  font-size: 0.25rem;
  line-height: 0.375rem;
  margin: 0.125rem 0 0.375rem 0;
  color: #ffffff;
}

.footer {
  width: 100%;
  height: auto;
}
.footer .top {
  width: 100%;
  height: auto;
  padding: 0.6rem 0 0.5375rem 0;
}
.footer .top .lt {
  width: 34%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: baseline;
  margin-right: 7.5%;
}
.footer .logo {
  align-items: baseline;
}
.footer .logo img {
  width: 0.775rem;
  height: 0.6375rem;
  object-fit: cover;
  margin-bottom: 0.0875rem;
}
.footer .logo p {
  font-size: 12px;
  color: #000000;
}
.footer .top .lt .addres {
  font-size: 0.2rem;
  color: #000000;
  margin: 0.125rem 0 0.1875rem 0;
}
.footer .top .lt .con p,
.footer .top .lt .con a {
  font-size: 0.2rem;
  font-family: Montserrat-Light;
  line-height: 0.4rem;
  color: rgba(0, 0, 0, 0.6);
}

.footLink a {
  margin-right: 0.3625rem;
}
.footLink a:hover p {
  color: var(--mainColor);
}
.footLink a p {
  text-decoration: underline;
  font-size: 14px;
  color: #000000;
  transition: all 0.3s;
}
.footLink a img {
  width: auto;
  margin-left: 5px;
  height: 20px;
  object-fit: contain;
}
.footer .top ul {
  flex: 1;
  justify-content: space-between;
}
.footer .top li {
  display: flex;
  flex-direction: column;
}
.footer .top li .name {
  font-size: 0.225rem;
  margin-bottom: 0.25rem;
  color: #000000;
}
.footer .top li a {
  font-size: 0.2rem;
  line-height: 0.4rem;
  color: rgba(0, 0, 0, 0.6);
}
.footer .top .form {
  width: 5.575rem;
  height: auto;
}
.footer .top .formList {
  width: 100%;
  height: auto;
  margin-bottom: 0.125rem;
}
.footer .top .info {
  position: relative;
  height: 0.575rem;
}
.footer .top .formList .info {
  width: calc((100% - 0.125rem) / 2);
}
.footer .top input[type="text"] {
  font-size: 14px;
  width: 100%;
  height: 100%;
  background-color: var(--bg-c);
  color: rgba(0, 0, 0, 0.5);
  padding-left: 0.125rem;
}
.footer .top .form .textarea {
  width: 100%;
  height: 1.25rem;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  padding: 0.125rem 0 0 0.125rem;
  background-color: var(--bg-c);
}
.footer .top .form .imgVerifyCode {
  margin: 0.125rem 0 0.1875rem 0;
}
.footer .top .form .imgVerifyCode input {
  width: 2.725rem;
}
.footer .top .form .imgVerifyCode img {
  position: static;
  width: 1.8875rem;
  object-fit: cover;
  vertical-align: bottom;
  height: 100%;
}
.footer .top .form .ls {
  font-size: 14px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.5);
}
.footer .top .form .ls a {
  text-decoration: underline;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.5);
}
.footer .top input[type="submit"] {
  width: 1.85rem;
  height: 0.525rem;
  cursor: pointer;
  background-color: var(--mainColor);
  border-radius: 0.0625rem;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.525rem;
  color: #f8f8f8;
  transition: all 0.3s;
  margin-top: 0.25rem;
}
.footer .bto {
  height: 0.85rem;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.footer .bto .ls {
  font-size: 0.2rem;
  color: #000000;
}

.iderBanner {
  position: relative;
  width: 100%;
  height: auto;
}
.iderBanner .text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: auto;
  z-index: 2;
}
.iderBanner .bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.iderBanner .com-card {
  position: relative;
}
.iderBanner .lt {
  width: 69%;
}
.iderBanner .tl {
  font-family: "Montserrat-Bold";
  font-size: 0.6rem;
  line-height: 0.625rem;
  color: #f3f3fe;
}
.iderBanner .com-ls30 {
  width: 60%;
  font-family: "Montserrat-Regular";
  color: #f5f5f5;
  margin: 0.1875rem 0 0.375rem 0;
}
.iderBanner .img {
  position: absolute;
  right: -2rem;
  top: -0.625rem;
  width: 9.4125rem;
  height: 6.5rem;
  overflow: hidden;
  z-index: 2;
}
.iderBanner::after {
  display: block;
  position: absolute;
  right: 0;
  content: "";
  width: 52%;
  height: 3.7125rem;
  z-index: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--mainColor);
  border-radius: 1px;
}
.iderBanner .img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  vertical-align: bottom;
}

.comNav {
  width: 100%;
  height: 0.625rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.comNav a {
  font-size: 0.2rem;
  color: #000000;
}
.comNav a::after {
  display: block;
  content: "»";
  font-size: 0.2rem;
  color: #000000;
  margin: 0 0.05rem;
}
.comNav a:hover,
.comNav a.active,
.comNav a.active::after,
.comNav a:hover::after {
  color: var(--mainColor);
}
.comNav a:last-child::after {
  display: none;
}

.iderproductBox1 {
  width: 100%;
  height: auto;
  padding-top: 1rem;
}
.iderproductBox1 .com-tl::before {
  width: 0.325rem;
  height: 0.225rem;
  margin-right: 0.0375rem;
}
.iderproductBox1 .com-card {
  padding-bottom: 0.875rem;
  border-bottom: 1px solid #eaeaea;
}
.iderproductBox1 .productList {
  width: 100%;
  margin-top: 0.5rem;
}

.productList li {
  width: 4.65rem;
  height: auto;
  margin: 0 0.525rem 0.375rem 0;
  background-color: var(--bg-c);
}
.productList li:nth-child(3n) {
  margin-right: 0;
}
.productList li .img {
  width: 100%;
  height: 3.65rem;
  padding: 0 0.3125rem;
  overflow: hidden;
}
.productList li .text {
  display: block;
  width: 100%;
  height: 2.2875rem;
  padding: 0.375rem 0.375rem 0.375rem;
}
.productList li .text .name {
  font-size: 0.225rem;
  line-height: 0.3rem;
  text-align: center;
  color: #000000;
}

.com-mores3 {
  font-size: 0.2rem;
  color: #000000;
  margin-top: 0.25rem;
  transition: all 0.3s;
}
.com-mores3::after {
  display: block;
  content: "";
  width: 0.425rem;
  height: 0.175rem;
  background: url(../images/im1-9.png) no-repeat;
  background-size: cover;
  margin-left: 0.125rem;
  transition: all 0.3s;
}
.productList li:hover .com-mores3 {
  color: var(--mainColor);
}
.productList li:hover .com-mores3::after {
  background: url(../images/im1-10.png) no-repeat;
  background-size: cover;
}

.iderproductBox2 {
  width: 100%;
  height: auto;
  padding: 0.5rem 0 1.125rem 0;
}
.iderproductBox2 .videos {
  width: 100%;
  height: 6.55rem;
  overflow: hidden;
  margin-top: 0.75rem;
  border: solid 0.225rem #eaeaea;
}
.iderproductBox2 .videos iframe {
  width: 100%;
  height: 100%;
}

.iderproductBox3 {
  width: 100%;
  height: auto;
  padding: 0.9375rem 0 1.25rem 0;
  background-color: var(--bg-c);
}
.iderproductBox3 .img {
  position: relative;
  width: 6.3875rem;
  height: 8.2125rem;
  overflow: hidden;
  margin-right: 0.5625rem;
  margin-top: 0.375rem;
}
.iderproductBox3 .img::after {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  content: "";
  height: 100%;
  width: 4.225rem;
  z-index: 0;
  background-color: var(--mainColor);
}
.iderproductBox3 .img img {
  width: 100%;
  height: 97%;
  object-fit: cover;
  position: absolute;
  left: 0.1125rem;
  top: 0.1125rem;
  z-index: 2;
}
.iderproductBox3 ul {
  flex: 1;
  margin-top: 0.5rem;
}
.iderproductBox3 li .nu {
  width: 0.5375rem;
  height: 0.5375rem;
  background-color: var(--mainColor);
  border-radius: 0.0625rem;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.5375rem;
  margin-right: 0.1625rem;
  color: #f5f5f5;
}
.iderproductBox3 li {
  position: relative;
  width: 100%;
  padding-bottom: 0.1875rem;
  margin-bottom: 0.3125rem;
  border-bottom: 1px solid #bfbfbf;
}
.iderproductBox3 li::after {
  display: block;
  content: "";
  width: 0.6rem;
  height: 0.0125rem;
  background-color: var(--mainColor);
  position: absolute;
  left: 0;
  bottom: -0.0125rem;
}
.iderproductBox3 li .com-ls30 {
  font-family: Montserrat-Regular;
  color: #848484;
  flex: 1;
}

.iderproductBox4 {
  width: 100%;
  height: auto;
  padding: 0.625rem 0;
}
.iderproductBox4 ul {
  width: 100%;
  margin-top: 0.475rem;
}
.iderproductBox4 ul li {
  width: 7.3625rem;
  height: 3.925rem;
  padding: 0.25rem 0.25rem 0.25rem 0.1375rem;
  margin: 0 0.275rem 0.375rem 0;
  background-color: var(--bg-c);
}
.iderproductBox4 ul li:nth-child(2n) {
  margin-right: 0;
}
.iderproductBox4 li .img {
  width: 3.1375rem;
  height: 100%;
  overflow: hidden;
  border-radius: 0.0625rem;
  margin-right: 0.275rem;
}
.iderproductBox4 li .name {
  font-family: Montserrat-Bold;
  font-size: 0.225rem;
  line-height: 0.375rem;
  color: #000000;
}
.iderproductBox4 li .text {
  display: block;
  flex: 1;
  margin-top: 0.125rem;
}
.iderproductBox4 li .text .ls {
  margin-top: 0.15rem;
}
.iderproductBox4 li .text .ls div {
  font-size: 0.2rem;
  line-height: 0.3rem;
  margin-bottom: 0.05rem;
  color: #848484;
}
.iderproductBox4 li .text .ls div strong {
  font-family: Montserrat-MediumItalic;
  color: var(--mainColor);
  font-style: italic;
}

.iderproductBox5 {
  width: 100%;
  height: auto;
  padding: 0.9375rem 0;
  background-color: var(--bg-c);
}
.iderproductBox5 .lt {
  width: 5.1125rem;
  height: auto;
  margin-right: 0.75rem;
}
.com-tl div {
  flex: 1;
}
.iderproductBox5 .lt .com-tl {
  align-items: baseline;
}
.iderproductBox5 .lt .bto {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 2.2375rem;
  background-color: #ffffff;
  border-radius: 2px;
  margin-top: 1rem;
  padding: 0.125rem 0.25rem 0.35rem 0.2375rem;
}
.iderproductBox5 .lt .bto .ls {
  font-family: Montserrat-Bold;
  font-size: 0.225rem;
  line-height: 0.375rem;
  color: #000000;
}
.iderproductBox5 .lt .bto .mores {
  display: block;
  width: 1.9875rem;
  height: 0.575rem;
  background-color: var(--mainColor);
  border-radius: 0.0625rem;
  font-family: Montserrat-Medium;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.575rem;
  color: #ffffff;
  margin-top: 0.125rem;
  transition: all 0.3s;
}
.iderproductBox5 .rt {
  flex: 1;
}
.comFaq .item {
  margin-bottom: 0.125rem;
}
.comFaq .item .tl {
  width: 100%;
  height: 0.6875rem;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 0.025rem;
  padding: 0 0.2875rem;
  transition: all 0.3s;
}
.comFaq .item .tl::after {
  display: block;
  font-family: Poppins-Light;
  content: ">";
  font-size: 0.375rem;
  color: #000000;
  transition: all 0.3s;
}
.comFaq .item .name {
  font-family: Montserrat-SemiBold;
  font-size: 0.2rem;
  color: #000000;
}
.comFaq .item .text {
  font-family: Montserrat-Regular;
  font-size: 0.2rem;
  line-height: 0.375rem;
  padding: 0.3125rem 0.375rem 0.5rem 0.3125rem;
  color: #848484;
  background-color: #ffffff;
  border-radius: 2px;
  display: none;
}
.comFaq .item.active .tl {
  background-color: var(--mainColor);
}
.comFaq .item.active .tl::after {
  transform: rotate(90deg);
  color: #fff;
}
.comFaq .item.active .name {
  color: #fff;
}

.iderproductBox6 {
  width: 100%;
  height: auto;
  padding: 0.875rem 0 1.225rem 0;
}

.iderproductBox6Con {
  position: relative;
  width: 100%;
  padding-top: 0.625rem;
  height: auto;
}
.iderproductBox6Con::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: url(../picture/bg1.png) center no-repeat;
  background-size: revert;
  opacity: 0.5;
  z-index: -1;
}
.iderproductBox6 .tl {
  font-family: Montserrat-Bold;
  font-size: 0.375rem;
  text-align: center;
  color: #000000;
}
.iderproductBox6 .tl-ls {
  font-family: Montserrat-Regular;
  font-size: 0.225rem;
  text-align: center;
  margin-top: 0.125rem;
  color: #666666;
}
.iderproductBox6 .form {
  width: 100%;
  margin-top: 0.625rem;
  height: auto;
}
.iderproductBox6 .form .formList {
  margin-bottom: 0.2375rem;
}
.iderproductBox6 .form .formList .info {
  position: relative;
  width: calc((100% - 0.25rem) / 2);
  height: 0.575rem;
  box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.1);
  border-radius: 1px;
}
.iderproductBox6 .form input[type="text"] {
  width: 100%;
  height: 100%;
  font-family: Montserrat-ExtraLight;
  font-size: 0.2rem;
  padding-left: 0.125rem;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.5);
}
.iderproductBox6 .form .textarea {
  position: relative;
  width: 100%;
  height: 1.6625rem;
}
.iderproductBox6 .form textarea {
  width: 100%;
  height: 100%;
  background-color: #fff;
  font-family: Montserrat-ExtraLight;
  box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.1);
  border-radius: 1px;
  font-size: 0.2rem;
  padding: 0.125rem 0 0 0.125rem;
  color: rgba(0, 0, 0, 0.5);
}
.iderproductBox6 .form .ls {
  font-family: Montserrat-ExtraLight;
  font-size: 0.2rem;
  margin: 0.125rem 0 0.2375rem 0;

  color: #000000;
}
.iderproductBox6 .form .ls a {
  color: #005ce0;
  text-decoration: underline !important;
}
.iderproductBox6 .form input[type="submit"] {
  width: 3rem;
  margin: 0 auto;
  height: 0.575rem;
  background-color: var(--mainColor);
  border-radius: 0.0625rem;
  font-family: Montserrat-Regular;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.575rem;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s;
}

.iderIndexBox6.inner .tl {
  font-family: Montserrat-Bold;
}
.iderIndexBox6.inner::after {
  background: linear-gradient(to right, #192a49, transparent);
}

.comNav.inner {
  background-color: var(--bg-c);
  border-bottom: none;
}

.iderApplicationBox1 {
  width: 100%;
  height: auto;
  padding: 0.5rem 0;
  background-color: var(--bg-c);
}
.com-tl2 {
  font-family: Montserrat-Bold;
  font-size: 0.45rem;
  letter-spacing: 0.0125rem;
  color: #000000;
}
.iderApplicationBox1 .title {
  color: #848484;
  font-family: Montserrat-Regular;
  margin: 0.2375rem 0 0.5rem 0;
}
.iderApplicationBox1 .tl-ls {
  font-family: Montserrat-Regular;
  font-size: 0.225rem;
  line-height: 0.375rem;
  letter-spacing: 0.0125rem;
  color: #000000;
}

.iderApplicationBox1Con {
  width: 100%;
  margin-top: 0.375rem;
}
.iderApplicationBox1Con .item {
  width: 100%;
  height: 5.975rem;
  margin-bottom: 0.475rem;
}
.iderApplicationBox1Con .item .name {
  font-family: Montserrat-Bold;
  font-size: 0.25rem;
  color: #000000;
}
.iderApplicationBox1Con .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.iderApplicationBox1Con .item .img {
  width: 7.475rem;
  height: 100%;
  overflow: hidden;
}
.iderApplicationBox1Con .item .text {
  flex: 1;
  height: 100%;
  background-color: #fff;
  padding: 0.375rem 0.3rem 0.125rem 0.375rem;
}
.iderApplicationBox1Con .item li {
  font-size: 0.2rem;
  line-height: 0.35rem;
  color: #848484;
  font-family: Montserrat-Regular;
  margin-top: 0.1875rem;
  padding-left: 0.375rem;
  background: url(../images/im2-1.png) left top no-repeat;
  background-size: 0.25rem 0.2125rem;
  background-position-y: 0.1rem;
}
.iderApplicationBox1Con .item li strong {
  display: block;
  font-style: italic;
  font-family: Montserrat-Bold;
  color: var(--mainColor);
}
.iderApplicationBox1Con .item p {
  font-family: Montserrat-Regular;
  font-size: 0.2rem;
  line-height: 0.3rem;
  margin-top: 0.125rem;
  color: #848484;
}

.iderApplicationBox1 .bto .com-ls30 {
  font-family: Montserrat-Regular;
  color: #848484;
  margin-top: 0.2375rem;
}

.iderApplicationBox2 {
  width: 100%;
  height: auto;
  padding: 0.875rem 0;
}
.iderApplicationBox2 .tl {
  font-family: Montserrat-Bold;
  font-size: 0.225rem;
  margin: 0.375rem 0 0.4375rem 0;
  color: #000000;
}
.iderApplicationBox2Con .item {
  width: calc((100% - 0.975rem) / 3);
  height: 7.275rem;
  background-color: var(--bg-c);
  cursor: pointer;
  border-radius: 0.0625rem;
  transition: all 0.3s;
  padding: 0.5rem 0.1875rem 0.25rem 0.3375rem;
}
.iderApplicationBox2Con .item .icon {
  width: 0.75rem;
  height: 0.625rem;
  object-fit: cover;
  transition: all 0.3s;
}
.iderApplicationBox2Con .item .name {
  font-family: Montserrat-Bold;
  font-size: 0.225rem;
  line-height: 0.375rem;
  color: #000000;
  margin: 0.375rem 0 0.325rem 0;
}
.iderApplicationBox2Con .item li {
  font-family: Montserrat-Regular;
  font-size: 0.2rem;
  line-height: 0.35rem;
  color: #848484;
}
.iderApplicationBox2Con .item li strong {
  font-family: Montserrat-BoldItalic;
  color: var(--mainColor);
  font-style: italic;
}
.iderApplicationBox2Con .item:hover .icon {
  transform: scale(1.1);
}
.iderApplicationBox2Con .item:hover {
  box-shadow: 0 0 0.1875rem #eee;
}
.iderIndexBox5.inner {
  padding: 0.75rem 0 1.125rem 0;
}
.iderIndexBox5.inner .text {
  padding-top: 0.375rem;
}

.iderApplicationBox3 {
  width: 100%;
  height: auto;
  padding: 0.75rem 0;
}
.iderApplicationBox3 .productList {
  margin-top: 0.75rem;
}
.iderBanner.inner .lt {
  width: 50%;
}
.iderBanner.inner .lt .quotations {
  margin-top: 0.1625rem;
}
.iderBanner.inner::after {
  display: none;
}
.comNav.white {
  background-color: #fff;
}

.iderProductionBox1 {
  width: 100%;
  height: auto;
  padding: 0.75rem 0;
  background-color: var(--bg-c);
}

.iderProductionBox1Con {
  width: 100%;
  margin-top: 0.625rem;
}
.iderProductionBox1Con .img {
  width: 6.6rem;
  margin-right: 0.4375rem;
  height: 6.1375rem;
  border-radius: 1px;
  overflow: hidden;
}
.iderProductionBox1Con .text {
  flex: 1;
}
.iderProductionBox1Con .text p {
  font-family: Montserrat-Regular;
  font-size: 0.2rem;
  margin-bottom: 0.3125rem;
  line-height: 0.375rem;
  color: #848484;
}

.iderProductionBox2 {
  width: 100%;
  height: auto;
  padding-top: 0.75rem;
}
.iderProductionBox2 .com-card {
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid rgba(128, 126, 126, 0.23);
}

.iderProductionBox2Swiper {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  overflow: hidden;
}
.iderProductionBox2Swiper img {
  width: 100%;
  height: 7.4125rem;
  object-fit: cover;
  vertical-align: bottom;
}
.iderProductionBox2-pagination {
  width: 100%;
  margin-top: 0.5rem;
}
.iderProductionBox2-pagination .swiper-pagination-bullet,
.iderCaseBox3-pagination .swiper-pagination-bullet,
.iderCompanyBox5-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background-color: #000000;
  opacity: 0.3;
  transition: all 0.3s;
}
.iderProductionBox2-pagination .swiper-pagination-bullet-active,
.iderCaseBox3-pagination .swiper-pagination-bullet-active,
.iderCompanyBox5-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: var(--mainColor);
}

.iderProductionBox3 {
  width: 100%;
  height: auto;
  padding: 0.875rem 0 0.625rem 0;
  border-bottom: 1px solid rgba(129, 129, 129, 0.23);
}
.iderProductionBox3 ul {
  width: 100%;
  margin-top: 0.5625rem;
}
.iderProductionBox3 ul li {
  width: 7.35rem;
  height: auto;
  margin: 0 0.3rem 0.375rem 0;
}
.iderProductionBox3 ul li:nth-child(2n) {
  margin-right: 0;
}
.iderProductionBox3 li .img {
  width: 100%;
  height: 4.7875rem;
  overflow: hidden;
}
.iderProductionBox3 li .name {
  width: 100%;
  font-family: Montserrat-Light;
  font-size: 0.2rem;
  padding: 0.2rem 0;
  color: #000;
}
.iderProductionBox3 li .name::before {
  display: block;
  content: "/";
  margin-right: 0.125rem;
  font-family: Montserrat-Black;
  font-size: 0.2rem;
  color: var(--mainColor);
}

.iderServiceBox1 {
  width: 100%;
  height: auto;
  padding: 1.225rem 0;
  background-color: var(--bg-c);
}
.iderServiceBox1 .img {
  width: 8.225rem;
  height: 5.55rem;
  margin-right: 0.6rem;
  overflow: hidden;
  cursor: pointer;
  border-radius: 0.125rem;
}
.iderServiceBox1 .text {
  flex: 1;
}
.iderServiceBox1 .text .name {
  font-family: Montserrat-Bold;
  font-size: 0.3rem;
  line-height: 0.45rem;
  margin: 0.325rem 0;
  color: #000000;
}
.iderServiceBox1 .text .com-ls30 {
  color: #848484;
  font-family: Montserrat-Regular;
}

.iderServiceBox2 {
  width: 100%;
  height: auto;
  padding: 1rem 0 0.625rem 0;
}
.iderServiceBox2 .item .img {
  width: 6.9625rem;
  height: 4.55rem;
  border-radius: 0.125rem;
  overflow: hidden;
}
.iderServiceBox2 .item .text {
  width: 41%;
}
.iderServiceBox2 .item {
  cursor: pointer;
  align-items: flex-start;
  border-top: 1px solid #000;
  padding: 0.4375rem 0;
  border-bottom: 1px solid #000;
}
.iderServiceBox2 .item .text .nu {
  width: 0.4875rem;
  height: 0.375rem;
  line-height: 0.375rem;
  background-color: var(--mainColor);
  border-radius: 0.0625rem;
  font-family: Montserrat-Bold;
  font-size: 0.225rem;
  text-align: center;
  color: #efefef;
}
.iderServiceBox2 .item .text .name {
  font-family: Montserrat-Bold;
  font-size: 0.375rem;
  line-height: 0.45rem;
  color: #000000;
  margin: 0.1625rem 0 0.25rem 0;
}
.iderServiceBox2 .item .com-ls30 {
  color: #848484;
  font-family: Montserrat-Regular;
}

.iderServiceBox3 {
  width: 100%;
  height: auto;
  padding-bottom: 0.875rem;
  border-bottom: 1px solid rgba(128, 126, 126, 0.23);
}
.iderServiceBox3 .img {
  width: 8.4875rem;
  height: auto;
  margin-right: 1.0625rem;
}
.iderServiceBox3 .com-ls30 {
  color: #848484;
  margin: 0.25rem 0;
}
.iderServiceBox3 .text {
  flex: 1;
}
.comNav.grey {
  background-color: #f7f7f7;
  border-bottom: none;
  border-top: 1px solid #f7f7f7;
}
.iderCaseBox1 {
  width: 100%;
  height: auto;
  padding: 0.625rem 0 1rem 0;
  background-color: #f7f7f7;
}

.iderCaseBox1 .img {
  width: 7.6125rem;
  height: 5.5625rem;
  overflow: hidden;
  cursor: pointer;
  margin-left: 0.5rem;
}
.iderCaseBox1 .text {
  flex: 1;
}
.iderCaseBox1 .text p {
  color: #848484;
  font-family: Montserrat-Regular;
  font-size: 0.2rem;
  line-height: 0.375rem;
  margin-top: 0.3125rem;
}
.iderCaseBox1 .text .quotations {
  margin-top: 0.25rem;
}

.iderCaseBox2 {
  width: 100%;
  height: auto;
  padding: 0.875rem 0 0.5rem 0;
  background-color: #f7f7f7;
}
.iderCaseBox2 ul {
  margin-top: 0.5625rem;
}
.iderCaseBox2 ul li {
  cursor: pointer;
  width: 7.425rem;
  height: 5.2rem;
  background-color: #ffffff;
  border-radius: 0.0625rem;
  margin: 0 0.15rem 0.25rem 0;
  padding: 0.4625rem 0.2125rem 0.125rem 0.375rem;
}
.iderCaseBox2 ul li:nth-child(2n) {
  margin-right: 0;
}
.iderCaseBox2 li .icon {
  width: 0.625rem;
  height: 0.625rem;
  object-fit: cover;
  transition: all 0.3s;
}
.iderCaseBox2 li:hover .icon {
  transform: scale(1.1);
}
.iderCaseBox2 li .name {
  font-family: Montserrat-Bold;
  font-size: 0.25rem;
  margin: 0.25rem 0 0.1875rem 0;
  color: #000000;
}
.iderCaseBox2 li .text p {
  font-family: Montserrat-Regular;
  font-size: 0.2rem;
  line-height: 0.3rem;
  margin-bottom: 0.25rem;
  color: #848484;
}

.iderCaseBox3 {
  width: 100%;
  height: auto;
  padding: 1.25rem 0;
}
.iderCaseBox3Swiper {
  width: 100%;
  height: auto;
  overflow-x: clip;
  margin-top: 0.6125rem;
}

.iderCaseBox3Swiper .tl img {
  width: 1.2625rem;
  height: 1.2625rem;
  margin-right: 0.3375rem;
  border-radius: 0.1rem;
}
.iderCaseBox3Swiper .tl .ls {
  font-family: Montserrat-Bold;
  font-size: 0.3rem;
  color: #000000;
}
.iderCaseBox3Swiper .tl p {
  font-family: Montserrat-Bold;
  font-size: 0.2rem;
  margin-top: 0.0625rem;
  color: #000000;
}
.iderCaseBox3Swiper .swiper-slide {
  width: 9.1875rem;
  height: 5.25rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.1);
  border-radius: 0.0625rem;
  padding: 0.75rem 0.625rem 0.25rem 0.8125rem;
}
.iderCaseBox3Swiper .swiper-slide::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  transition: all 0.3s;
  bottom: 0;
  background: linear-gradient(to left, #fff, transparent);
}
.iderCaseBox3Swiper .swiper-slide-active::after {
  opacity: 0;
}
.iderCaseBox3Swiper .com-ls30 {
  color: #848484;
  margin-top: 0.5rem;
}

.iderCaseBox3-pagination {
  width: 100%;
  margin-top: 0.5625rem;
}

.iderCaseBox4 {
  width: 100%;
  height: auto;
  background-color: #f7f7f7;
  padding: 1.125rem 0 1rem 0;
}

.iderCaseBox4Con {
  width: 100%;
  margin-top: 0.5rem;
}
.iderCaseBox4Con .comFaq {
  width: calc((100% - 0.15rem) / 2);
}
.iderCaseBox4Con .comFaq .tl {
  border-radius: 0.0625rem;
}
.iderApplicationBox3.inner {
  border-bottom: 1px solid rgba(129, 129, 129, 0.21);
}

.iderproductBox6.inner .iderproductBox6Con::after {
  display: none;
}

.iderCompanyBox1 {
  width: 100%;
  height: auto;
  padding: 0.75rem 0;
}
.iderCompanyBox1 .com-ls {
  margin: 0.375rem 0;
}
.iderCompanyBox1Con {
  width: 100%;
  height: auto;
  justify-content: space-between;
}
.iderCompanyBox1Con .item {
  width: calc((100% - 0.75rem) / 2);
}
.iderCompanyBox1Con .item .tl {
  font-family: Montserrat-Bold;
  font-size: 0.225rem;
  color: var(--mainColor);
  margin-bottom: 0.0625rem;
}
.iderCompanyBox1Con .item li {
  font-size: 0.2rem;
  line-height: 0.375rem;
  margin-bottom: 0.3125rem;
  color: #848484;
}
.iderCompanyBox1Con .item li strong {
  font-style: italic;
  color: var(--mainColor);
  font-family: Montserrat-SemiBold;
}

.iderCompanyBox1 .videos {
  width: 100%;
  height: 6.55rem;
  margin-top: 0.625rem;
  overflow: hidden;
  border: solid 0.225rem #eaeaea;
}

.iderCompanyBox1 .videos iframe {
  width: 100%;
  height: 100%;
}

.iderCompanyBox2 {
  width: 100%;
  background-color: #f3f3f3;
  height: auto;
  padding: 0.9375rem 0 1.4375rem 0;
}
.iderCompanyBox2 .img {
  position: relative;
  width: 6.3125rem;
  height: 7.1rem;
  border-radius: 0.125rem;
  margin-right: 1.25rem;
}
.iderCompanyBox2 .name {
  position: absolute;
  right: -0.475rem;
  bottom: -0.375rem;
  width: 2.525rem;
  height: 1.5625rem;
  background-color: var(--mainColor);
  border-radius: 0.125rem;
  padding: 0.3125rem 0 0 0.475rem;
}
.iderCompanyBox2 .name .tl {
  font-family: Montserrat-Bold;
  font-size: 0.375rem;
  color: #ffffff;
}
.iderCompanyBox2 .name p {
  font-family: Montserrat-Medium;
  font-size: 0.225rem;
  margin-top: 0.1875rem;
  color: #ffffff;
}
.iderCompanyBox2 .text {
  flex: 1;
}
.iderCompanyBox2 .text .ls p {
  font-family: Montserrat-Light;
  font-size: 0.2rem;
  line-height: 0.375rem;
  margin-top: 0.3125rem;
  color: #848484;
}

.iderCompanyBox3 {
  width: 100%;
  height: auto;
  padding: 1.25rem 0;
}
.iderCompanyBox3 .title {
  align-items: flex-start;
  justify-content: space-between;
}
.iderCompanyBox3 .title .com-ls {
  width: 55%;
  margin-top: 0;
}
.iderCompanyBox3Con {
  width: 100%;
  height: 7.075rem;
  margin-top: 0.875rem;
}
.iderCompanyBox3Con .lt {
  width: 4.6625rem;
  height: 100%;
}
.iderCompanyBox3Con .lt li {
  width: 100%;
  margin-bottom: 0.075rem;
  display: flex;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  height: calc((100% - 0.075rem) / 2);
  padding: 0.3rem 0.125rem 0.375rem 0.55rem;
}
.iderCompanyBox3Con .lt li:last-child {
  margin-bottom: 0;
}
.iderCompanyBox3Con .lt li .icon {
  width: 0.975rem;
  height: auto;
  object-fit: contain;
  transition: all 0.3s;
}
.iderCompanyBox3Con .lt li:first-child {
  background-color: #184041;
}
.iderCompanyBox3Con .lt ul {
  height: 100%;
}
.iderCompanyBox3Con .lt li .name {
  font-family: Montserrat-Bold;
  font-size: 0.25rem;
  margin-bottom: 0.0625rem;
  color: #ffffff;
}
.iderCompanyBox3Con .lt li:last-child {
  background-color: #ffffff;
  box-shadow: 0px 0px 0.075rem 0px rgba(108, 108, 108, 0.26);
}
.iderCompanyBox3Con .lt li:last-child .name,
.iderCompanyBox3Con .lt li:last-child .com-ls30 {
  color: #000;
}
.iderCompanyBox3Con .con {
  width: 5.8rem;
  height: 100%;
  background-color: #142950;
  margin: 0 0.1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.625rem 0.375rem 0.625rem 0.525rem;
}
.iderCompanyBox3Con .con .tl {
  font-family: Montserrat-Bold;
  font-size: 0.25rem;
  line-height: 0.375rem;
  color: #ffffff;
}
.iderCompanyBox3Con .con .quotations {
  width: 2.3rem;
  height: 0.625rem;
  background-color: #ffffff;
  border-radius: 0.0625rem;
  font-family: Montserrat-Light;
  font-size: 0.2rem;
  margin-top: 0.225rem;
  text-align: center;
  line-height: 0.625rem;
  color: #000000;
}
.iderCompanyBox3Con .img {
  flex: 1;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
}
.iderCompanyBox4 {
  width: 100%;
  background-color: #f3f3f3;
  height: auto;
  padding: 1rem 0 1.5rem 0;
}

.iderCompanyBox4Swiper {
  width: 100%;
  height: auto;
  overflow-x: clip;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 0.9375rem;
  position: relative;
  z-index: 3;
}
.iderCompanyBox4Swiper .swiper-slide {
  position: relative;
  cursor: pointer;
}
.iderCompanyBox4Swiper .time {
  font-family: Montserrat-Medium;
  font-size: 0.225rem;
  text-align: center;
  color: #000000;
  margin-bottom: 0.1625rem;
  transition: all 0.3s;
}
.iderCompanyBox4Swiper .dot {
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  z-index: 22;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.05rem;
  border-radius: 50%;
  transition: all 0.3s;
  background-color: #b2b2b2;
}
.iderCompanyBox4Swiper .swiper-slide-thumb-active .time {
  transform: scale(1.4);
  color: var(--mainColor);
  font-family: Montserrat-Bold;
}
.iderCompanyBox4Swiper .swiper-slide-thumb-active .dot {
  width: 0.275rem;
  height: 0.275rem;
  bottom: -0.1375rem;
  background-color: #fff;
  border: 0.1rem solid var(--mainColor);
}

.iderCompanyBox4Swiper2 {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.iderCompanyBox4Swiper2 .con {
  width: 100%;
  height: 6.5rem;
  background-color: #ffffff;
  border-radius: 1px;
  padding: 1rem 1.625rem 1rem 1.3125rem;
}
.iderCompanyBox4Swiper2 .con .img {
  width: 5.8125rem;
  margin-right: 0.5375rem;
  height: 4.4rem;
  border-radius: 1px;
  overflow: hidden;
}
.iderCompanyBox4Swiper2 .con .text {
  flex: 1;
}
.iderCompanyBox4Swiper2 .con .name {
  font-family: Montserrat-Bold;
  font-size: 0.3rem;
  color: var(--mainColor);
}
.iderCompanyBox4Swiper2 .con .ls p {
  font-size: 0.2rem;
  font-family: Montserrat-Light;
  margin-top: 0.25rem;
  line-height: 0.375rem;
  color: #000000;
}

.iderCompanyBox4-next,
.iderCompanyBox4-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 22;
  font-family: Poppins-Light;
  font-size: 0.45rem;
  font-weight: 600;
  color: #8c8c8c;
  cursor: pointer;
}
.iderCompanyBox4-next {
  left: 0.3625rem;
}
.iderCompanyBox4-prev {
  right: 0.3625rem;
}
.iderCompanyBox4-next:hover,
.iderCompanyBox4-prev:hover {
  color: var(--mainColor);
}

.iderCompanyBox5 {
  width: 100%;
  height: auto;
  padding: 1.25rem 0;
}
.iderCompanyBox5 .com-tl {
  align-items: baseline;
}
.iderCompanyBox5 .com-card {
  align-items: flex-start;
}
.iderCompanyBox5 .text .com-ls30 {
  color: #848484;
  margin: 0.4375rem 0 0.375rem 0;
}

.iderCompanyBox5 .text {
  flex: 1;
}

.iderCompanyBox5Swiper {
  width: 8rem;
  height: auto;
  overflow-x: clip;
  margin-left: 1.375rem;
}
.iderCompanyBox5Swiper .swiper-slide {
  padding: 0.1625rem;
}
.iderCompanyBox5Swiper .img {
  width: 100%;
  height: 5.45rem;
  box-shadow: 0px 0px 0.3rem 0px rgba(108, 108, 108, 0.34);
}

.iderCompanyBox5-pagination {
  margin-top: 0.5375rem;
}

.iderPrductDelBox1 {
  width: 100%;
  height: auto;
  padding: 0.125rem 0 0.875rem 0;
  background-color: var(--bg-c);
}
.iderPrductDelBox1 .lt {
  width: 7.6125rem;
  height: auto;
  margin-right: 0.875rem;
}

.iderPrductDelBox1Swiper {
  width: 100%;
  height: 6.825rem;
  overflow: hidden;
  margin-bottom: 0.0625rem;
}

.iderPrductDelBox1Swiper2 {
  width: 100%;
  height: 1.325rem;
  overflow: hidden;
}

.iderPrductDelBox1Swiper2 img {
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.3s;
}
.iderPrductDelBox1Swiper2 .swiper-slide-thumb-active img {
  border: 0.025rem solid var(--mainColor-y);
  opacity: 1;
}
.iderPrductDelBox1 .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.4375rem 0;
}
.iderPrductDelBox1 .text .com-ls30 {
  color: #000;
  font-family: "Montserrat-Regular";
  margin-top: 0.15rem;
}
.iderPrductDelBox1 .text .comQuote {
  width: 1.95rem;
  height: 0.575rem;
  background-color: var(--mainColor);
  border-radius: 0.0625rem;
  font-family: Montserrat-Medium;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.575rem;
  margin-right: 0.1125rem;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s;
}
.iderPrductDelBox1 .text .donws {
  width: 2.4rem;
  height: 0.575rem;
  border-radius: 0.0625rem;
  border: solid 1px var(--mainColor);
  font-family: Montserrat-Medium;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.575rem;
  color: var(--mainColor);
  transition: all 0.3s;
}
.iderPrductDelBox1 .text .donws::before {
  display: block;
  content: "";
  width: 0.175rem;
  height: 0.2rem;
  background: url(../images/im2.png) no-repeat;
  background-size: contain;

  margin-right: 0.15rem;
}

.iderPrductDelBox2 {
  width: 100%;
  height: auto;
  padding-top: 0.325rem;
  transition: all 0.3s;
}
.iderPrductDelBox2.fixed {
  position: fixed;
  left: 0;
  top: calc(1.0875rem + 40px);
  background-color: #fff;
  z-index: 33;
  box-shadow: 0px 0px 0.3rem rgba(108, 108, 108, 0.34);
}
.iderPrductDelBox2 .com-card {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.iderPrductDelBox2 a {
  position: relative;
  font-family: Montserrat-Regular;
  font-size: 0.225rem;
  padding-bottom: 0.3125rem;
  color: #000000;
  margin-right: 0.5625rem;
  transition: all 0.3s;
}
.iderPrductDelBox2 a:hover,
.iderPrductDelBox2 a.active {
  font-family: Montserrat-Bold;
  color: var(--mainColor);
}
.iderPrductDelBox2 a:hover::after,
.iderPrductDelBox2 a.active::after {
  width: 100%;
}
.iderPrductDelBox2 a::after {
  display: block;
  content: "";
  width: 0;
  position: absolute;
  left: 0;
  bottom: -0.0187rem;
  transition: all 0.3s;
  height: 0.0375rem;
  background-color: var(--mainColor);
  border-radius: 1px;
}

.iderPrductDelBox3 {
  width: 100%;
  height: auto;
}

.iderPrductDelBox3Item1 {
  width: 100%;
  padding: 1.125rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.iderPrductDelBox3Item1 .tl {
  font-family: Montserrat-Bold;
  font-size: 0.3rem;
  margin: 0.375rem 0 0.1875rem 0;
  color: #000000;
}
.iderPrductDelBox3Item1 .com-ls30 {
  color: #848484;
}

.iderPrductDelBox3Item2 {
  width: 100%;
  height: auto;
  padding: 0.75rem 0 0.6875rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.iderPrductDelBox3Item2 table {
  width: 100%;
  height: auto;
  overflow: auto;
  margin-top: 0.625rem;
}
.iderPrductDelBox3Item2 table th {
  height: 0.7125rem;
  background-color: var(--mainColor);
  border-radius: 1px;
  border-right: 1px solid #fff;
  font-size: 0.225rem;
  color: #ffffff;
  text-align: center;
}
.iderPrductDelBox3Item2 table td {
  font-size: 0.2rem;
  text-align: center;
  background-color: #f8f8f8;
  color: #505050;
  height: 0.6rem;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.iderPrductDelBox3Item2 table tr:nth-child(2n) td {
  background-color: #e5e5e5;
}
.iderPrductDelBox3Item3 {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.iderPrductDelBox3Item3 .iderApplicationBox2 .tl {
  font-size: 0.3rem;
  font-family: Montserrat-Medium;
}

.iderPrductDelBox3Item4 .iderproductBox2 {
  padding: 0.875rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.iderPrductDelBox3Item4 .iderproductBox2 .videos {
  margin-top: 0.4375rem;
}

.iderPrductDelBox3Item5 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.iderPrductDelBox3Item6 {
  width: 100%;
  height: auto;
  padding: 0.5625rem 0 0.375rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.iderPrductDelBox3Item6 li .nu {
  width: 0.9rem;
  border-radius: 50%;
  height: 0.9rem;
  background-color: var(--mainColor);
  border: solid 0.1rem #fff;
  font-family: Montserrat-ExtraBold;
  font-size: 0.3rem;
  text-align: center;
  color: #f8f8f8;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: all 0.3s;
}
.iderPrductDelBox3Item6 li:hover .nu {
  transform: scale(1.1);
}
.iderPrductDelBox3Item6 ul {
  width: 100%;
  margin-top: 1.5625rem;
}
.iderPrductDelBox3Item6 li {
  position: relative;
  width: 1.75rem;
  margin-bottom: 0.75rem;
}
.iderPrductDelBox3Item6 li .tl {
  position: relative;
}
.iderPrductDelBox3Item6 li .name {
  font-family: Montserrat-SemiBold;
  font-size: 0.2rem;
  line-height: 0.225rem;
  text-align: center;
  color: var(--mainColor);
}
.iderPrductDelBox3Item6 .bto {
  flex-direction: row-reverse;
}
.iderPrductDelBox3Item6 .bto,
.iderPrductDelBox3Item6 .top {
  width: 100%;
  align-items: baseline;
  justify-content: space-between;
}
.iderPrductDelBox3Item6 li .bg {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -1.3625rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 0.325rem;
  z-index: 0;
  background-color: #949494;
}
.iderPrductDelBox3Item6 li .bg::after {
  display: block;
  content: "";
  width: 0.4125rem;
  height: 0.225rem;
  background: url(../images/im2-2.png) no-repeat;
  background-size: cover;
}
.iderPrductDelBox3Item6 .bto li .bg::after {
  transform: rotate(180deg);
}
.iderPrductDelBox3Item6 .bto li:first-child .bg {
  display: none;
}
.iderPrductDelBox3Item6 .top li:last-child {
  flex-direction: column-reverse;
  transform: translateY(-1.0625rem);
}
.iderPrductDelBox3Item6 .top li:last-child .bg {
  top: auto;
  left: 50%;
  width: 2.5rem;
  transform: translateX(-50%) rotate(90deg);
  bottom: -1.25rem;
}
.iderApplicationBox3.inner li img {
  object-fit: contain;
}

@media screen and (max-width: 1024px) {
  .header,
  .footer .top li,
  .iderproductBox3 .img,
  .iderCompanyBox3Con .img,
  .iderPrductDelBox3Item6 li .bg {
    display: none;
  }

  .footer .top li:last-child {
    display: flex;
  }
  .mobileHeader {
    display: flex;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.6);
  }
  .com-card {
    width: 100%;
    padding: 0 4%;
  }

  body {
    padding-top: 60px;
  }
  .com-tl,
  .iderIndexBox6 .text .tl,
  .com-tl2,
  .iderproductBox6 .tl,
  .iderBanner .tl,
  .iderCompanyBox2 .name .tl {
    font-size: 18px;
  }
  .iderBanner .tl {
    line-height: 25px;
  }
  .com-tl::before {
    width: 20px;
    height: 13px;
  }
  .iderCompanyBox4Swiper2 .con .name {
    font-size: 16px;
  }
  .com-ls,
  .iderIndexBox3 .text .name,
  .iderIndexBox6 .text .ls,
  .footer .top .lt .addres,
  .iderproductBox6 .tl-ls,
  .iderproductBox5 .lt .bto .ls,
  .iderPrductDelBox3Item1 .tl,
  .iderServiceBox1 .text .name,
  .iderServiceBox2 .item .text .name {
    font-size: 16px;
    line-height: 24px;
  }
  .comNav a,
  .iderApplicationBox1 .tl-ls,
  .iderApplicationBox2Con .item .name,
  .productList li .text .name,
  .comFaq .item .name,
  .iderproductBox6 .form input[type="submit"],
  .iderproductBox4 li .name,
  .iderCompanyBox1Con .item .tl,
  .iderCompanyBox4Swiper .time,
  .iderPrductDelBox1 .text .comQuote,
  .iderPrductDelBox1 .text .donws,
  .iderPrductDelBox2 a,
  .iderPrductDelBox3Item2 table th {
    font-size: 15px;
  }
  .iderServiceBox1 .text .name {
    margin: 10px 0;
  }
  .iderPrductDelBox1 .text .donws::before {
    width: 12px;
    height: 12px;
  }
  .iderPrductDelBox1 .text {
    padding: 15px 0 0;
  }

  .iderIndexBox1Swiper .text .name {
    font-size: 15px;
    line-height: 24px;
  }
  .iderIndexBox1Swiper .text .mores,
  .com-mores2,
  .iderIndexBox5 .text .mores,
  .com-mores3,
  .iderproductBox6 .form input[type="text"],
  .iderproductBox6 .form textarea,
  .iderPrductDelBox3Item2 table td,
  .iderPrductDelBox3Item6 li .name {
    font-size: 14px;
  }
  .iderIndexBox4 .bto .nus {
    font-size: 26px;
  }
  .iderIndexBox2 .top .text,
  .iderIndexBox2 .top .text p,
  .iderIndexBox2 .bto .text li,
  .com-ls30,
  .iderIndexBox4 .top .text .ls p,
  .footer .top .lt .con p,
  .footer .top .lt .con a,
  .footer .bto .ls,
  .iderApplicationBox1Con .item li,
  .iderApplicationBox2Con .item li,
  .comFaq .item .text,
  .iderproductBox6 .form .ls,
  .iderCaseBox1 .text p,
  .iderCaseBox2 li .text p,
  .iderproductBox4 li .text .ls div,
  .iderCompanyBox1Con .item li,
  .iderCompanyBox2 .text .ls p,
  .iderCompanyBox4Swiper2 .con .ls p,
  .iderProductionBox1Con .text p,
  .iderProductionBox3 li .name {
    font-size: 14px;
    line-height: 24px;
  }

  .iderCompanyBox4Swiper2 .con .ls p {
    margin-top: 5px;
  }
  .iderProductionBox1Con .text p {
    margin-bottom: 10px;
  }
  .iderCaseBox2 li .text p,
  .iderCompanyBox1Con .item li {
    margin-bottom: 5px;
  }
  .iderIndexBox2 .top,
  .iderIndexBox3 ul,
  .iderIndexBox4 .top,
  .iderIndexBox5 ul,
  .footer .top .com-card,
  .footer .bto .com-card,
  .comNav .com-card,
  .iderApplicationBox1Con .item,
  .iderApplicationBox2Con,
  .iderproductBox5 .com-card,
  .iderCaseBox1 .com-card,
  .iderCaseBox4Con,
  .iderproductBox3 .com-card,
  .iderCompanyBox1Con,
  .iderCompanyBox2 .com-card,
  .iderCompanyBox3 .title,
  .iderCompanyBox3Con,
  .iderCompanyBox5 .com-card,
  .iderPrductDelBox1 .com-card,
  .iderPrductDelBox2 .com-card {
    flex-wrap: wrap;
  }
  .iderPrductDelBox2 {
    padding-top: 10px;
  }
  .iderIndexBox4 .top .text,
  .iderApplicationBox1Con .item .text,
  .iderCaseBox1 .text,
  .iderproductBox3 ul,
  .iderCompanyBox2 .text,
  .iderCompanyBox5 .text,
  .iderPrductDelBox1 .text {
    flex: none;
    width: 100%;
  }
  .iderIndexBox4 .top .img,
  .iderCaseBox1 .img {
    height: auto;
    margin: 10px 0 0;
  }
  .iderIndexBox4 .top .img,
  .iderIndexBox5 .img,
  .iderIndexBox6,
  .iderApplicationBox1Con .item,
  .iderCompanyBox3Con,
  .iderCompanyBox4Swiper2 .con,
  .iderCompanyBox4Swiper2 .con .img,
  .iderCompanyBox5Swiper .img,
  .iderProductionBox2Swiper img,
  .iderProductionBox3 li .img {
    height: auto;
  }
  .iderIndexBox4,
  .iderIndexBox5,
  .iderApplicationBox1,
  .iderApplicationBox2,
  .iderIndexBox5.inner,
  .iderApplicationBox3,
  .iderproductBox5,
  .iderproductBox6,
  .footer .top,
  .iderCaseBox1,
  .iderproductBox2,
  .iderCaseBox2,
  .iderCaseBox3,
  .iderCaseBox4,
  .iderproductBox3,
  .iderproductBox4,
  .iderCompanyBox1,
  .iderCompanyBox2,
  .iderCompanyBox3,
  .iderCompanyBox4,
  .iderCompanyBox5,
  .iderProductionBox1,
  .iderProductionBox3,
  .iderPrductDelBox3Item1,
  .iderPrductDelBox3Item2,
  .iderPrductDelBox3Item4 .iderproductBox2,
  .iderPrductDelBox3Item6,
  .iderServiceBox1,
  .iderServiceBox2 {
    padding: 20px 0;
  }
  .iderproductBox4 {
    padding-bottom: 0;
  }
  .iderIndexBox1,
  .iderIndexBox2,
  .iderproductBox1,
  .iderProductionBox2 {
    padding-top: 20px;
  }
  .iderCompanyBox1 .com-ls {
    margin: 15px 0;
  }
  .iderIndexBox5 ul,
  .iderproductBox2 .videos,
  .iderCaseBox2 ul,
  .iderCaseBox3Swiper,
  .iderCaseBox4Con,
  .productList,
  .iderproductBox3 ul,
  .iderproductBox4 ul,
  .iderCompanyBox3Con,
  .iderCompanyBox4Swiper,
  .iderProductionBox1Con,
  .iderProductionBox2Swiper,
  .iderProductionBox3 ul,
  .iderPrductDelBox1 .text .bto,
  .iderPrductDelBox3Item2 table {
    margin-top: 15px;
  }
  .iderIndexBox1 .com-card,
  .iderIndexBox2 .com-card,
  .iderProductionBox2 .com-card,
  .iderPrductDelBox1,
  .iderServiceBox3 {
    padding-bottom: 20px;
  }
  .iderCompanyBox4Swiper2 .con .img {
    width: 45%;
    margin-right: 3%;
  }
  .iderproductBox6Con {
    padding-top: 0;
  }
  .iderproductBox5 .lt {
    margin-bottom: 15px;
  }
  .com-mores {
    width: fit-content;
    padding: 0 15px;
    height: 35px;
    font-size: 15px;
  }
  .com-mores::after,
  .iderIndexBox1Swiper .text .mores::after,
  .com-mores2::after,
  .iderIndexBox5 .text .mores::after,
  .com-mores3::after {
    width: 20px;
    height: 8px;
    background-size: contain;
  }
  .headerSwiper .text .con .title {
    font-size: 20px;
    line-height: 25px;
  }
  .headerSwiper .img {
    position: static;
    width: 42%;
  }
  .headerSwiper .com-card {
    justify-content: space-between;
  }
  .headerSwiper .img .icon {
    height: auto;
    width: 100%;
  }
  .iderProductionBox1Con .img {
    height: auto;
    margin-right: 4%;
    width: 45%;
  }
  .headerSwiper .imgList img {
    width: 17%;
    height: auto;
  }
  .quotations {
    width: fit-content;
    padding: 0 15px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
  .headerSwiper .quotations {
    margin: 10px 0 15px 0;
  }

  .iderIndexBox2 .top li,
  .iderIndexBox5 ul li,
  .iderApplicationBox2Con .item,
  .productList li,
  .iderCompanyBox3Con .lt li,
  .iderProductionBox3 ul li {
    width: calc((100% - 10px) / 2);
    margin: 0 10px 10px 0;
  }
  .iderCompanyBox3Con .lt > ul {
    display: flex;
    justify-content: space-between;
  }
  .iderIndexBox5 ul li:nth-child(3n),
  .iderApplicationBox2Con .item:nth-child(3n),
  .productList li:nth-child(3n) {
    margin-right: 10px;
  }
  .iderIndexBox2 .top li:nth-child(2n),
  .iderIndexBox5 ul li:nth-child(2n),
  .iderApplicationBox2Con .item:nth-child(2n),
  .productList li:nth-child(2n),
  .iderCompanyBox3Con .lt li:last-child,
  .iderProductionBox3 ul li:nth-child(2n) {
    margin-right: 0;
  }
  .iderIndexBox2 .top .tl {
    margin-bottom: 12px;
  }
  .iderIndexBox2 .bto .img {
    width: 47%;
  }
  .footer .top .form,
  .iderproductBox5 .lt,
  .iderCaseBox4Con .comFaq,
  .iderCompanyBox3 .title .com-ls,
  .iderCompanyBox3Con .lt {
    width: 100%;
  }
  .iderCompanyBox3 .title .com-ls {
    margin-top: 10px;
  }
  .iderCaseBox2 ul li,
  .iderproductBox4 ul li {
    width: 100%;
    margin-right: 0;
  }
  .footer .top .lt {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .iderIndexBox3 ul li {
    width: calc(100% / 2);
  }
  .footLink {
    margin: 15px 0;
  }
  .footer .bto {
    height: auto;
    padding: 3% 0;
  }
  .iderApplicationBox1 .title {
    margin: 10px 0 15px 0;
  }
  .iderApplicationBox2Con .item .icon {
    width: 25px;
    height: auto;
  }
  .iderproductBox5 .lt {
    margin-right: 0;
  }
  .iderApplicationBox2 .tl {
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0 15px 0;
  }
  .iderproductBox6Con::after {
    background-size: contain;
  }
  .iderBanner .img {
    position: static;
    width: 42%;
    height: auto;
  }
  .iderproductBox5 .lt .bto {
    margin-top: 15px;
  }
  .iderCompanyBox2 .img {
    height: auto;
    margin: 0 0 4% 0;
  }
  .iderCompanyBox3Con .lt li {
    height: 200px;
  }
  .iderCompanyBox3Con .con {
    width: 100%;
    margin: 0;
  }
  .quotations,
  .iderCompanyBox3Con .con .quotations {
    width: fit-content;
    padding: 0 15px;
    height: 38px;
    line-height: 38px;
    font-size: 15px;
  }
  .iderCompanyBox4Swiper2 .con {
    padding: 4% 45px;
  }
  .iderCompanyBox5Swiper {
    width: 100%;
    margin: 15px 0 0;
  }
  .iderCompanyBox5 .text .com-ls30 {
    margin: 10px 0;
  }
  .iderPrductDelBox1 .lt {
    width: 70%;
    margin: 0 0 10px 0;
  }
  .iderPrductDelBox2 a {
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .iderPrductDelBox2.fixed {
    top: 60px;
  }
  .iderPrductDelBox3Item2 table th,
  .iderPrductDelBox3Item2 table td {
    white-space: nowrap;
    padding: 0 15px;
  }
  .iderPrductDelBox3Item2 table {
    overflow-x: scroll;
  }
  .iderPrductDelBox3Item6 .top li:last-child {
    flex-direction: column;
    transform: translateY(0);
  }
  .iderPrductDelBox3Item6 li {
    width: calc((100% - 40px) / 5);
    margin: 0 10px 5% 0;
  }
  .iderPrductDelBox3Item6 li:nth-child(5n) {
    margin-right: 0;
  }
  .iderPrductDelBox3Item6 .bto {
    flex-direction: row;
  }
  .iderPrductDelBox3Item6 .bto,
  .iderPrductDelBox3Item6 .top {
    justify-content: flex-start;
  }
  .iderPrductDelBox3Item6 ul {
    margin-top: 15px;
  }
  .iderServiceBox1 .img {
    width: 50%;
    height: auto;
    margin-right: 3%;
  }
  .iderServiceBox2 .item {
    padding: 10px 0;
  }
  .iderServiceBox2 .item .img {
    width: 50%;
    height: auto;
  }
  .iderServiceBox2 .item .text {
    width: 48%;
  }
  .iderServiceBox2 .item .text .nu {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
  .iderServiceBox3 .img {
    width: 50%;
    margin-right: 4%;
  }
}
@media screen and (max-width: 768px) {
  body {
    padding-bottom: 48px;
  }
  .headerSwiper .com-card,
  .com-title,
  .iderIndexBox2 .bto,
  .iderIndexBox4 .bto,
  .iderproductBox6 .form .formList,
  .iderBanner .com-card,
  .iderCompanyBox4Swiper2 .con,
  .iderProductionBox1Con,
  .iderServiceBox1 .com-card,
  .iderServiceBox2 .item,
  .iderServiceBox3 .com-card {
    flex-wrap: wrap;
  }
  .iderProductionBox1Con .text,
  .iderServiceBox1 .text {
    flex: none;
    width: 100%;
  }
  .iderServiceBox1 .img {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .iderProductionBox1Con .img {
    margin: 0 0 15px 0;
    width: 50%;
  }
  .iderBanner.rtImg .bg {
    height: 54vh;
  }
  .iderIndexBox2 .top {
    margin-top: 15px;
  }
  .headerSwiper .bg {
    height: 45vh;
  }
  .iderIndexBox2 .bto,
  .comNav,
  .iderApplicationBox2Con .item,
  .productList li .img,
  .iderCaseBox2 ul li,
  .iderCaseBox3Swiper .swiper-slide,
  .iderproductBox4 ul li,
  .iderproductBox5 .lt .bto,
  .iderPrductDelBox1Swiper {
    height: auto;
  }
  .iderCompanyBox4Swiper2 .con .img {
    width: 100%;
    margin: 0 0 3% 0;
  }
  .iderproductBox5 .lt .bto {
    padding: 15px 10px;
  }
  .comNav {
    padding: 10px 0;
  }
  .comNav a {
    margin-bottom: 5px;
  }
  .iderIndexBox2 .bto {
    padding: 3%;
  }
  .iderIndexBox2 .bto .img,
  .iderproductBox6 .form .formList {
    margin: 0;
  }
  .headerSwiper .text .con,
  .com-title .lt,
  .iderIndexBox2 .bto .img,
  .iderIndexBox4 .top .img,
  .iderIndexBox6 .text .tl,
  .iderApplicationBox1Con .item .img,
  .iderApplicationBox2Con .item,
  .iderproductBox6 .form .formList .info,
  .iderCaseBox1 .img,
  .iderCaseBox3Swiper .swiper-slide,
  .iderBanner .lt,
  .iderBanner.inner .lt,
  .iderCompanyBox1Con .item,
  .iderServiceBox2 .item .text,
  .iderServiceBox2 .item .img {
    width: 100%;
  }
  .iderBanner .img,
  .iderServiceBox2 .item .img {
    margin: 3% 0 0;
  }
  .iderBanner .img {
    width: 60%;
  }
  .headerSwiper .img {
    width: 50%;
    margin: 0 auto;
  }
  .iderproductBox6 .form .formList .info {
    margin-bottom: 10px;
  }
  .com-title .com-mores {
    margin-top: 15px;
  }
  .iderIndexBox2 .top li {
    width: 100%;
    margin-right: 0;
    height: auto;
  }
  .iderIndexBox3 .text {
    padding: 7% 3%;
  }
  .iderIndexBox4 .bto {
    margin-top: 15px;
  }
  .iderIndexBox4 .bto li {
    width: calc((100% - 8%) / 2);
  }
  .iderIndexBox6 {
    height: 245px;
  }
  .iderApplicationBox2Con .item {
    margin-right: 0 !important;
  }
  .iderIndexBox6 .text .tl {
    line-height: 25px;
  }
  .comFaq .item .name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    margin-right: 10px;
  }
  .comFaq .item.active .tl {
    height: auto;
    padding: 10px 17px;
  }
  .comFaq .item.active .name {
    display: inline;
  }
  .iderproductBox6 .form,
  .iderCaseBox3-pagination,
  .iderCompanyBox1 .videos {
    margin-top: 15px;
  }
  .iderproductBox2 .videos,
  .iderCompanyBox1 .videos {
    height: 270px;
  }

  .iderCaseBox3Swiper .swiper-slide {
    padding: 15px;
  }
  .iderPrductDelBox3Item6 li {
    width: calc((100% - 20px) / 3);
  }
  .iderPrductDelBox3Item6 li:nth-child(5n) {
    margin-right: 10px;
  }
  .iderPrductDelBox3Item6 li:nth-child(3n) {
    margin-right: 0;
  }
  .iderPrductDelBox1 .lt {
    width: 100%;
  }
  .iderproductBox4 ul li {
    padding: 10px;
  }
  .iderServiceBox2 .item .text .name {
    margin: 10px 0;
  }
  .iderServiceBox3 .img {
    width: 100%;
    margin: 0 0 3% 0;
  }
}
@media screen and (max-width: 520px) {
  .iderIndexBox1Swiper .img,
  .iderPrductDelBox1Swiper2 {
    height: auto;
  }
  .iderPrductDelBox3Item2 table {
    display: block;
  }
  .footLink,
  .iderproductBox4 ul li {
    flex-wrap: wrap;
  }
  .footLink a {
    margin-bottom: 10px;
  }
  .footer .top .formList {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .iderCompanyBox3Con .lt > ul {
    flex-wrap: wrap;
  }
  .iderCompanyBox3Con .lt li,
  .iderProductionBox1Con .img,
  .iderProductionBox3 ul li {
    width: 100%;
    height: auto;

    margin-right: 0;
  }
  .iderCompanyBox3Con .lt li:last-child {
    margin-bottom: 10px;
  }
  .productList li .text {
    height: auto;
  }
  .footer .top .formList .info {
    width: 100%;
    margin-bottom: 8px;
  }
  .iderIndexBox1Swiper .text {
    height: auto;
    padding: 14px 10px;
  }
  .iderIndexBox5 ul li,
  .productList li {
    width: 100%;
    margin-right: 0 !important;
  }
  .iderIndexBox3 ul li {
    width: 100%;
    height: auto;
  }
  .iderBanner .img {
    width: 78%;
    margin: 0 auto;
    margin-top: 3%;
  }
  .iderproductBox4 li .text {
    flex: none;
    width: 100%;
  }
  .iderBanner .com-ls30,
  .iderCompanyBox2 .img {
    width: 100%;
  }
  .iderCompanyBox2 .name {
    right: 0;
    height: auto;
    bottom: 0;
    padding: 4%;
  }
  .iderCompanyBox3Con .con {
    padding: 15px;
  }
  .iderPrductDelBox3Item6 li {
    width: calc((100% - 10px) / 2);
  }
  .iderPrductDelBox3Item6 li:nth-child(3n) {
    margin-right: 10px;
  }
  .iderPrductDelBox3Item6 li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 430px) {
  .headerSwiper .text .con .title {
    font-size: 18px;
    line-height: 24px;
  }
  .headerSwiper .img {
    width: 55%;
  }
  .iderIndexBox5 .text {
    height: auto;
    padding: 15px 10px;
  }
  .iderproductBox4 li .img {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .iderIndexBox5 .text .name {
    margin: 10px 0;
  }
  .iderBanner::after {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .headerSwiper .bg {
    height: 60vh;
  }
  .iderBanner.rtImg .bg {
    height: 72vh;
  }
}
@media screen and (max-width: 360px) {
  .iderBanner.rtImg .bg {
    height: 90vh;
  }
  .iderBanner.inner .bg {
    height: 35vh;
  }
  .iderPrductDelBox3Item6 li {
    width: 100%;
    margin-right: 0 !important;
  }
}
