.comHover:hover {
  box-shadow: 0 0 15px rgba(69, 43, 110, 0.6);
  transform: translateY(-5px);
}
.Ohd_1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Ohd_2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Ohd_5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flex {
  display: flex;
}

.flex-c {
  display: flex;
  align-items: center;
}

.flex-wp {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.flex-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-cum {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.flex-con {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tranImg {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.3s;
}
.hoverImg:hover img {
  transform: scale(1.1);
}

.iderBanner {
  position: relative;
  width: 100%;
  height: auto;
}
.iderBanner .bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.iderBanner .text {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.iderBanner .text .title {
  font-size: 52px;
  font-weight: 700;
  color: #ffffff;
}
.iderBanner .text .ls {
  width: 37%;
  font-family: ArialMT;
  font-size: 30px;
  margin-top: 1%;
  color: #ffffff;
}
.com-tl {
  font-weight: 700;
  font-size: 48px;
  color: #121111;
}
.iderProductBox1 {
  width: 100%;
  height: auto;
  padding: 5% 0 4% 0;
}
.iderProductBox1 .text {
  flex: 1;
}
.iderProductBox1 .text ul {
  margin-top: 8%;
}
.iderProductBox1 .img {
  width: 52.5%;
  height: auto;
  margin-left: 4%;
  border-radius: 10px;
  overflow: hidden;
}
.iderProductBox1 .text li {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  padding-left: 8%;
  background: url(/public/static/images/home/en-us/im1.png) left top no-repeat;
  background-size: 32px;
}
.iderProductBox1 .text li strong {
  display: block;
  font-size: 20px;
  color: var(--mainColor);
}

.iderProductBox2 {
  width: 100%;
  height: auto;
  background-color: #f6f6f6;
  padding: 4% 0 1% 0;
}
.iderProductBox2 ul li {
  width: calc((100% - 4%) / 3);
  margin: 0 2% 3% 0;
}
.iderProductBox2 .img {
  width: 100%;
  height: 439px;
  overflow: hidden;
}
.iderProductBox2 .img img {
  height: 100%;
}
.iderProductBox2 .text {
  width: 100%;
  height: 242px;
  padding: 5% 2% 2% 5%;
  background-color: #ffffff;
}
.iderProductBox2 .text .name {
  font-size: 20px;
  font-weight: 600;
  color: var(--mainColor);
}
.iderProductBox2 .text .ls {
  font-size: 16px;
  margin-top: 3%;
  line-height: 28px;
  color: #000000;
}
.iderProductBox2 ul li:nth-child(3n) {
  margin-right: 0;
}

.iderProductBox3 {
  width: 100%;
  height: auto;
  padding: 5% 0 6% 0;
}
.iderProductBox3 .text {
  width: 44%;
  margin-right: 6%;
}
.iderProductBox3 .text .ls {
  font-size: 18px;
  line-height: 36px;
  color: #000000;
  margin: 1% 0;
}
.iderProductBox3 .text .ls strong {
  color: var(--mainColor);
}
.iderProductBox3 .text .img {
  width: 100%;
  border-radius: 10px;
  height: auto;
  overflow: hidden;
}
.iderProductBox3 ul {
  flex: 1;
  align-items: baseline;
}
.iderProductBox3 ul li {
  width: calc((100% - 8%) / 2);
  margin: 0 8% 8% 0;
}
.iderProductBox3 ul li:nth-child(2n) {
  margin-right: 0;
}
.iderProductBox3 li .nu {
  width: 65px;
  height: 65px;
  background-color: var(--mainColor);
  border-radius: 16px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 65px;
  color: #ffffff;
}
.iderProductBox3 li .name {
  font-size: 20px;
  font-weight: 600;
  margin: 3% 0 2% 0;
  color: var(--mainColor);
}
.com-ls30 {
  font-size: 16px;
  line-height: 30px;
  color: #000000;
}
.com-tl.center {
  text-align: center;
}
.iderProductBox4 {
  width: 100%;
  height: auto;
}
.iderProductBox4 ul li {
  width: calc((100% - 4.3%) / 4);
  height: auto;
  margin: 0 1.4% 0 0;
}
.iderProductBox4 li .img {
  width: 100%;
  height: 340px;
  overflow: hidden;
}
.iderProductBox4 li .name {
  display: flex;
  padding: 0 3%;
  align-items: center;
  height: 102px;
  font-size: 24px;
  font-weight: 500;
  color: var(--mainColor);
  background-color: #ffffff;
  width: 100%;
}
.iderProductBox4 ul li:nth-child(4n) {
  margin-right: 0;
}
.iderProductBox4 .top {
  margin-top: 3%;
}
.iderProductBox4 ul {
  align-items: baseline;
}
.iderProductBox4 .bto {
  width: 100%;
  background-color: #f6f6f6;
  padding: 26px 0 5% 0;
}
.iderProductBox4 li img {
  height: 100%;
}

.iderProductBox5 {
  position: relative;
  width: 100%;
  height: auto;
}
.iderProductBox5 .con {
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  line-height: normal;
  overflow: visible;
  transform: translate(-50%, -50%);
}
.iderProductBox5 .con::after {
  display: none;
}
.iderProductBox5 .bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.iderProductBox5 .icon {
  width: 170px;
  height: 170px;
  object-fit: cover;
}
.iderProductBox5 .name {
  width: 100%;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  margin-top: 10%;
  color: #ffffff;
}

.iderProductBox6 {
  width: 100%;
  height: auto;
  padding: 6% 0;
  background-color: #f6f6f6;
}
.iderProductBox6 ul {
  width: 100%;
  margin-top: 3%;
}
.iderProductBox6 ul li {
  width: calc((100% - 4%) / 5);
  height: 455px;
  padding: 2% 1% 2% 1%;
  transition: all 0.3s;
  cursor: pointer;
  background-color: #ffffff;
}
.iderProductBox6 ul li .icon {
  width: 56px;
  height: 56px;
  object-fit: cover;
}
.iderProductBox6 li .name {
  font-size: 20px;
  font-weight: 600;
  margin: 7% 0 10% 0;
  color: #121111;
}
.com-ls24 {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.iderProductBox6 li:hover {
  box-shadow: 0 0 15px #eee;
  transform: translateY(-10px);
}

.iderProductBox7 {
  width: 100%;
  height: auto;
  padding-bottom: 17px;
  background-color: #f6f6f6;
}
.iderProductBox7 .comApplicationsList {
  margin-top: 4%;
}
.comApplicationsList li {
  width: calc((100% - 1.5%) / 2);
  margin: 0 1.5% 1.8% 0;
  background-color: #f6f6f6;
  padding: 1.2% 1%;
}
.comApplicationsList li:nth-child(2n) {
  margin-right: 0;
}
.comApplicationsList li .img {
  width: 45.3%;
  height: 266px;
  overflow: hidden;
  margin-right: 2.5%;
  border-radius: 1px;
}
.comApplicationsList li .name {
  font-size: 20px;
  font-weight: 600;
  color: #121111;
}

.comApplicationsList li .ls p {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-top: 4%;
}
.comApplicationsList li .ls p strong {
  font-style: italic;
}
.comApplicationsList li .text {
  flex: 1;
  padding-top: 2%;
}

.com-title {
  text-align: center;
  font-size: 16px;
  margin: 0 auto;
  width: 50%;
  margin-top: 0.5%;
  line-height: 28px;
  color: #000000;
}

.iderProductBox8 {
  width: 100%;
  height: auto;
  margin: 12px 0 3% 0;
}
.iderProductBox9 {
  width: 100%;
  background-color: #f6f6f6;
  height: auto;
  padding: 6% 0 339px 0;
}
.iderProductBox9 .com-tl {
  width: 25%;
  margin-right: 9.5%;
}

.iderProductBox9 .comFaq {
  flex: 1;
}
.comFaq .item {
  width: 100%;
  height: auto;
  padding: 0 4%;
  background-color: #fff;
  margin-bottom: 11px;
}
.comFaq .item .tl {
  width: 100%;
  height: 74px;
  cursor: pointer;

  background-color: #ffffff;
}
.comFaq .item .tl::after {
  display: block;
  content: "+";
  font-size: 36px;
  color: #121111;
  transition: all 0.3s;
}
.comFaq .item .tl .name {
  font-size: 20px;
  flex: 1;
  margin-right: 3%;
  font-weight: 600;
  transition: all 0.3s;
  color: #121111;
}
.comFaq .item .text {
  width: 100%;
  display: none;
  padding: 2% 0;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
}
.comFaq .item.active .tl {
  border-bottom: 1px solid rgba(216, 215, 215, 0.4);
}
.comFaq .item.active .tl::after {
  content: "-";
  color: var(--mainColor);
}
.comFaq .item.active .tl .name {
  color: var(--mainColor);
}
.comFaq .item.active .tl {
  height: auto;
  padding: 1.5% 0;
}

.iderPageBox1 {
  width: 100%;
  height: auto;
  padding-top: 3%;
}
.iderPageBox1 ul {
  margin-top: 3%;
  align-items: baseline;
  padding-bottom: 3%;
  border-bottom: 1px solid #e5e5e5;
}
.iderPageBox1 ul li {
  width: calc((100% - 6%) / 3);
  margin: 0 2% 2.5% 0;
  border-radius: 1px;
}
.iderPageBox1 li .img {
  width: 100%;
  background-color: #e0e0e0;
  height: auto;
  overflow: hidden;
}
.iderPageBox1 li .name {
  width: 100%;
  background-color: #f6f6f6;
  font-size: 18px;
  height: 96px;
  line-height: 32px;
  color: #000000;
}
.iderPageBox1 ul li:nth-child(3n) {
  margin-right: 0;
}

.iderPageBox2 {
  padding: 3% 0;
}
.iderPageBox2 .com-tl {
  width: 60%;
  margin: 0 auto;
}
.iderPageBox2 .table {
  width: 100%;
  margin-top: 2%;
}
.iderPageBox2 thead th {
  width: calc(100% / 6);
  height: 85px;
  padding-left: 1%;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  color: #ffffff;
  background-color: var(--mainColor);
  border-right: 1px solid #ffff;
}
.iderPageBox2 table tr td {
  height: 218px;
  font-size: 16px;
  line-height: 32px;
  color: #121111;
  background-color: #f6f6f6;
  border-left: none;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.iderPageBox2 table tr:nth-child(2n) td {
  background-color: #e5e5e5;
}

.iderPageBox3 {
  width: 100%;
  height: auto;
  padding: 4% 0;
  background-color: #f6f6f6;
}
.iderPageBox3Top {
  width: 100%;
  height: auto;
  padding: 1.8% 4%;
  margin-top: 2.5%;
  background-color: var(--mainColor);
}
.iderPageBox3Swiper1 {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.iderPageBox3Swiper1 .name {
  width: 100%;
  padding: 0 5%;
  cursor: pointer;
  height: 72px;
  background-color: rgba(243, 242, 242, 0.2);
  border-radius: 36px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #f6f6f6;
  transition: all 0.3s;
}

.iderPageBox3Swiper1 .swiper-slide-thumb-active .name {
  color: #000;
  background-color: #fff;
}

.iderPageBox3Swiper2 .text .name {
  font-size: 36px;
  line-height: 48px;
  color: var(--mainColor);
}
.iderPageBox3Swiper2 .text li {
  margin-top: 3.6%;
}
.iderPageBox3Swiper2 .text li .tl {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}
.iderPageBox3Swiper2 .text li p {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.iderPageBox3Swiper2 .text li:last-child .tl {
  font-style: italic;
}
.iderPageBox3Swiper2 .text {
  flex: 1;
}
.iderPageBox3Swiper2 .img {
  width: 51%;
  height: auto;
  overflow: hidden;
  margin-left: 2%;
}
.iderPageBox3Swiper2 .swiper-slide {
  background-color: #fff;
  padding: 4% 1.2% 4% 2.5%;
}
.iderPageBox4 .com-title {
  width: 50%;
  margin: 0 auto;
  margin-top: 1.2%;
}
.iderPageBox4 {
  width: 100%;
  height: auto;
  padding: 6% 0;
}
.iderPageBox4 ul {
  margin-top: 3%;
}
.iderPageBox4 ul li {
  position: relative;
  width: calc((100% - 5.5%) / 4);
  height: 455px;
  background-color: #f6f6f6;
  margin: 0 1.5% 1.5% 0;

  padding: 2% 1% 1% 1%;
}
.iderPageBox4 li::after {
  position: absolute;
  top: 0;
  right: -53px;
  z-index: 2;
  display: block;
  content: "";
  width: 69px;
  height: 69px;
  background: url(/public/static/images/home/en-us/im1-3.png) no-repeat;
  background-size: cover;
}
.iderPageBox4 li:nth-child(4n)::after {
  display: none;
}
.iderPageBox4 ul li:nth-child(4n) {
  margin-right: 0;
}
.iderPageBox4 li .nu {
  position: relative;
  width: 75px;
  height: 75px;
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  z-index: 2;
  transition: all 0.3s;
  margin: 0 auto;
  background-color: rgba(12, 68, 250, 0.1);
  border-radius: 25px;
}
.iderPageBox4 li .nu::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 58px;
  height: 58px;
  background-color: var(--mainColor);
  border-radius: 25px;
  z-index: -1;
}
.iderPageBox4 li .name {
  font-size: 20px;
  font-weight: 600;
  margin: 6% 0 0;
  color: #121111;
}
.iderPageBox4 li .text p {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-top: 4%;
}
.iderPageBox4 li .text p strong {
  font-style: italic;
  transition: all 0.3s;
}
.iderPageBox4 li:hover p strong {
  color: var(--mainColor);
}
.iderPageBox4 li:hover .nu {
  transform: scale(1.1);
}

.iderPageBox5 {
  width: 100%;
  height: auto;
  background-color: #f6f6f6;
}
.iderPageBox5 .img {
  width: 47.5%;
  height: auto;
  overflow: hidden;
}
.iderPageBox5 .lt {
  flex: 1;
  padding: 3% 3% 2% 8.2%;
}
.iderPageBox5 .com-title {
  width: 100%;
  text-align: left;
}

.iderPageBox5Faq {
  width: 100%;
  margin-top: 3%;
}
.iderPageBox5Faq .item.active .name {
  color: var(--mainColor);
}
.iderPageBox5Faq .item.active .text {
  border-radius: 10px;
  padding: 1% 2% 0 2%;
  background: linear-gradient(to bottom, #e5e8f7, transparent);
}
.iderPageBox5Faq .item.active .tl::after {
  color: var(--mainColor);
}
.iderPageBox5Faq .item.active {
  padding-bottom: 4%;
}
.iderPageBox5Faq .item .text p {
  margin-bottom: 2%;
}
.iderPageBox5Faq .item .text p strong {
  font-style: italic;
}

.iderPageBox6 {
  width: 100%;
  height: auto;
  padding-top: 5%;
}
.iderPageBox6 .contentWH1600 {
  padding-bottom: 4%;
  border-bottom: 1px solid #e5e5e5;
}
.iderPageBox6 .img {
  width: 47.5%;
  margin-right: 3.7%;
}
.iderPageBox6 .rt {
  flex: 1;
  padding-top: 2%;
}
.iderPageBox6 .com-title {
  text-align: left;
  width: 100%;
}
.iderPageBox6 .iderPageBox5Faq .item,
.iderPageBox6 .iderPageBox5Faq .item .tl {
  background-color: #f6f6f6;
}

.iderPageBox7 {
  width: 100%;
  height: auto;
  padding: 4% 0;
}
.iderPageBox7 ul {
  margin-top: 3%;
}
.iderPageBox7 ul li:hover {
  background-color: var(--mainColor);
}
.iderPageBox7 ul li:hover .name,
.iderPageBox7 ul li:hover .ls p {
  color: #fff;
}
.iderPageBox7 ul li .name {
  color: var(--mainColor);
}

.iderPageBox8 {
  width: 100%;
  height: auto;
  padding: 3% 0 4% 0;
}

.comTitle {
  width: 80%;
  margin: 0 auto;
}

.comTitle p {
  font-size: 16px;
  margin-top: 2%;
  line-height: 28px;
  text-align: center;
  color: #000000;
}
.iderPageBox8 ul {
  margin-top: 3%;
}
.iderPageBox8 ul li {
  cursor: pointer;
  position: relative;
  width: calc((100% - 4.8%) / 3);
  margin: 0 2.4% 2% 0;
  height: 486px;
  border-radius: 1px;
  overflow: hidden;
}
.iderPageBox8 li .img {
  width: 100%;
  height: calc(100% - 96px);
  overflow: hidden;
}
.iderPageBox8 li img {
  height: 100%;
}
.iderPageBox8 ul li:nth-child(3n) {
  margin-right: 0;
}
.iderPageBox8 li .text {
  position: absolute;
  display: flex;
  align-items: center;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 96px;
  overflow: hidden;
  transition: all 0.3s;
  background-color: #ffffff;
  padding: 0 2%;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
}
.iderPageBox8 li .name {
  width: 100%;
  font-size: 18px;
  transition: all 0.3s;
  line-height: 32px;
  text-align: center;
  color: #2c2c2c;
}
.iderPageBox8 li .ls {
  display: none;
}
.iderPageBox8 li .ls P {
  font-size: 16px;
  line-height: 28px;
  margin-top: 2.5%;
  transition: all 0.3s;
  color: #ffffff;
}
.iderPageBox8 li .ls P strong {
  font-style: italic;
}
.iderPageBox8 li:hover .text {
  height: 100%;
  background-color: rgba(8, 64, 247, 0.6);
}
.iderPageBox8 li:hover .text {
  flex-direction: column;
  padding: 3%;
}
.iderPageBox8 li:hover .text .name {
  color: #fff;
}
.iderPageBox8 li:hover .ls {
  display: block;
}
.iderPageBox8 li:hover .img {
  height: 100%;
}

.iderPageBox9 {
  width: 100%;
  height: auto;
  padding: 3% 0;
  background-color: #f6f6f6;
}
.iderPageBox9 .top {
  width: 100%;
  height: auto;
  padding: 2% 0;
  margin-top: 2%;
  background-color: var(--mainColor);
}
.iderPageBox9 .top .item {
  width: 265px;
  height: 52px;
  border-radius: 26px;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  line-height: 52px;
  cursor: pointer;
  padding: 0 1%;
  margin-right: 9px;
  transition: all 0.3s;
  color: #f6f6f6;
}
.iderPageBox9 .top .item:last-child {
  margin-right: 0;
}
.iderPageBox9 .top .item:hover,
.iderPageBox9 .top .item.active {
  background-color: #fff;
  color: var(--mainColor);
}
.iderPageBox9Con {
  width: 100%;
  padding: 3% 2% 3.5% 2%;
  height: auto;
  background-color: #fff;
}

.iderPageBox9Con .innerTab {
  width: 100%;
  height: auto;

  border-bottom: 1px solid rgba(75, 74, 74, 0.1);
}
.innerTab .item {
  font-size: 18px;
  position: relative;
  font-weight: 600;
  margin-right: 4.5%;
  cursor: pointer;
  color: #2c2c2c;
  padding-bottom: 1.4%;
}
.innerTab .item:last-child {
  margin-right: 0;
}
.innerTab .item::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 0%;
  height: 2px;
  transition: all 0.3s;
  background-color: var(--mainColor);
}
.innerTab .item:hover,
.innerTab .item.active {
  color: var(--mainColor);
}
.innerTab .item:hover::after,
.innerTab .item.active::after {
  width: 100%;
}

.itemList ul li {
  width: calc((100% - 4.8%) / 4);
  margin: 0 1.6% 2% 0;
  border-radius: 1px;
}
.itemList ul li:nth-child(4n) {
  margin-right: 0;
}
.itemList li .img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.itemList li .text {
  width: 100%;
  height: 221px;
  padding: 6% 4%;
  background-color: #f6f6f6;
}
.itemList li .text .name {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}
.itemList li .text .ls {
  font-size: 16px;
  display: block;
  width: 100%;
  margin-top: 4%;
  line-height: 24px;
  color: #000000;
}
.itemList {
  display: none;
}
.itemList .items {
  display: none;
  margin-top: 2.5%;
}
.iderPageBox9Con .itemList.active,
.iderPageBox9Con .items.active {
  display: block;
}

.iderPageBox10 {
  width: 100%;
  height: auto;
  padding: 4% 0;
}
.iderPageBox10 .rtList {
  width: 64.3%;
  height: auto;
  margin-left: 5%;
}
.iderPageBox10 .rtList .img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.iderPageBox10 .rtList .item {
  display: none;
}
.iderPageBox10 .rtList .item .ls p {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
}
.iderPageBox10 .rtList .item .tl {
  font-size: 30px;
  font-weight: 600;
  margin: 1.2% 0;
  color: var(--mainColor);
}
.iderPageBox10 .rtList .item .ls p strong {
  display: block;
  font-style: italic;
}
.iderPageBox10 .ltText {
  flex: 1;
}
.iderPageBox10 .ltText .conItem {
  width: 100%;
  margin-top: 20%;
}
.iderPageBox10 .ltText .item {
  position: relative;
  font-size: 18px;
  cursor: pointer;
  height: 74px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  color: rgba(27, 27, 27, 0.7);
  transition: all 0.3s;
}
.iderPageBox10 .ltText .item:hover,
.iderPageBox10 .ltText .item.active {
  color: var(--mainColor);
  font-weight: 600;
  border-bottom: 1px solid var(--mainColor);
}

.iderPageBox11 {
  width: 100%;
  height: auto;
  padding: 4% 0;
  background-color: #f6f6f6;
}
.iderPageBox11 ul {
  margin-top: 2.5%;
  align-items: baseline;
}
.iderPageBox11 ul li {
  width: calc((100% - 4.3%) / 4);
  margin: 0 1.4% 1.7% 0;
}
.iderPageBox11 ul li:nth-child(4n) {
  margin-right: 0;
}
.iderPageBox11 li .img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.iderPageBox11 li .name {
  width: 100%;
  font-size: 24px;
  justify-content: center;
  padding: 0 2%;
  text-align: center;
  color: #000000;
  height: 102px;
  background-color: #ffffff;
}

.iderPageBox12 {
  width: 100%;
  height: auto;
  padding: 3% 0 0 7.9%;
  background: url(../picture/bg1.png) no-repeat;
  background-size: cover;
}
.iderPageBox12 .ltText {
  flex: 1;
}
.iderPageBox12 .img {
  width: 48.4%;
  height: auto;
  overflow: hidden;
  margin-left: 8.5%;
}

.iderPageBox12Faq .item .tl .name {
  font-size: 18px;
}

.iderPageBox12 .com-tl {
  color: #fff;
}
.iderPageBox12 .ltText {
  padding-top: 2%;
}
.iderPageBox12 .ltText .ls {
  font-size: 16px;
  margin: 2% 0 5% 0;
  line-height: 28px;
  color: #f6f6f6;
}

.iderPageBox13 {
  width: 100%;
  height: auto;
  padding-top: 5%;
}
.iderPageBox13 .contentWH1600 {
  padding-bottom: 5%;
  border-bottom: 1px solid #e5e5e5;
}
.iderPageBox13 .img {
  width: 47.6%;
  height: auto;
  overflow: hidden;
  margin-right: 3.8%;
}
.iderPageBox13 .ltText {
  flex: 1;
  padding-top: 1%;
}
.iderPageBox13 .com-title {
  text-align: left;
  width: 100%;
}

.iderPageBox13Faq .item,
.iderPageBox13Faq .item .tl {
  background-color: #f6f6f6;
}
.iderPageBox13Faq .item.active .text {
  padding: 1.5% 11% 0 2%;
}
.iderPageBox13Faq .item .text p {
  margin-bottom: 3%;
}

.iderPageBox14 .com-tl {
  width: fit-content;
  margin-right: 5.2%;
}
.comFaq .item.active .tl {
  height: auto;
  padding: 1% 0;
}

.comFaq .item.active .tl .name {
  display: block;
}
@media screen and (max-width: 1700px) {
  .iderPageBox4 ul li {
    width: calc((100% - 4%) / 3);
    margin: 0 1.3% 2% 0;
  }
  .iderPageBox4 ul li:nth-child(4n) {
    margin-right: 1.3%;
  }
  .iderPageBox4 ul li:nth-child(3n) {
    margin-right: 0;
  }
  .iderPageBox4 ul li:nth-child(4n)::after {
    display: block;
  }
  .iderPageBox4 ul li:nth-child(3n)::after {
    display: none;
  }
}
@media screen and (max-width: 1366px) {
  .iderBanner .text .title,
  .com-tl,
  .iderProductBox5 .name {
    font-size: 40px;
  }
  .iderBanner .text .ls {
    width: 50%;
    font-family: ArialMT;
    font-size: 20px;
  }
  .iderProductBox2 .img,
  .iderProductBox4 li .img,
  .comApplicationsList li .img {
    height: auto;
  }
  .iderProductBox4 ul li {
    width: calc((100% - 4%) / 3);
    margin: 0 2% 2% 0;
  }
  .iderProductBox4 ul li:nth-child(4n),
  .iderProductBox6 ul li:nth-child(5n) {
    margin-right: 2%;
  }
  .iderProductBox4 ul li:nth-child(3n),
  .iderProductBox6 ul li:nth-child(3n) {
    margin-right: 0;
  }
  .iderProductBox5 .icon {
    width: 110px;
    height: 110px;
  }
  .com-title,
  .iderPageBox2 .com-tl,
  .comTitle {
    width: 100%;
  }
  .iderProductBox6 ul li {
    width: calc((100% - 4%) / 3);
    margin: 0 2% 2% 0;
  }

  .iderProductBox6 ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .comApplicationsList li {
    width: 100%;
    margin: 0 0 2% 0;
  }
  .iderPageBox2 thead th {
    white-space: nowrap;
  }
  .iderPageBox2 .table {
    width: auto;
    max-width: 1366px;
    overflow: auto;
  }

  .iderPageBox4 ul li {
    width: calc((100% - 1.3%) / 2);
  }
  .iderPageBox4 ul li:nth-child(3n) {
    margin-right: 1.3%;
  }
  .iderPageBox8 ul li:nth-child(3n) {
    margin-right: 2%;
  }
  .itemList ul li:nth-child(4n) {
    margin-right: 1.4%;
  }
  .iderPageBox4 ul li:nth-child(2n),
  .iderPageBox8 ul li:nth-child(2n),
  .itemList ul li:nth-child(3n) {
    margin-right: 0;
  }
  .iderPageBox4 ul li:nth-child(3n)::after {
    display: block;
  }
  .iderPageBox4 ul li:nth-child(2n)::after {
    display: none;
  }
  .iderPageBox4 .com-title {
    width: 100%;
  }
  .iderPageBox8 ul li {
    width: calc((100% - 4%) / 2);
    margin: 0 2% 2% 0;
  }
  .itemList ul li {
    width: calc((100% - 4.2%) / 3);
    margin: 0 1.4% 2% 0;
  }
}

@media screen and (max-width: 992px) {
  .iderProductBox1 .contentWH1600,
  .iderProductBox3 .contentWH1600,
  .iderProductBox9 .contentWH1600,
  .iderPageBox3Swiper2 .swiper-slide,
  .iderPageBox5,
  .iderPageBox6 .contentWH1600,
  .iderPageBox10 .contentWH1600,
  .iderPageBox12,
  .iderPageBox13 .contentWH1600 {
    flex-wrap: wrap;
  }
  .com-title {
    width: 100%;
  }
  .iderProductBox1 .text,
  .iderProductBox3 ul,
  .comFaq,
  .iderProductBox9 .comFaq,
  .iderPageBox3Swiper2 .text,
  .iderPageBox5 .lt,
  .iderPageBox6 .rt,
  .iderPageBox12 .ltText,
  .iderPageBox13 .ltText {
    flex: none;
    width: 100%;
  }
  .iderPageBox6 .img,
  .iderPageBox13 .img {
    display: none;
  }
  .iderPageBox5,
  .iderPageBox12 {
    padding: 20px 4%;
  }
  .iderPageBox5 .lt {
    padding: 0;
  }

  .iderProductBox1 .text ul {
    margin-top: 3%;
  }
  .iderProductBox9 .com-tl {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .iderProductBox3 .text {
    width: 100%;
    margin: 0 0 3% 0;
  }
  .iderProductBox1 .img {
    width: 80%;
    margin: 2% 0 0;
  }
  .iderProductBox2 ul li,
  .iderProductBox6 ul li,
  .itemList ul li {
    width: calc((100% - 2%) / 2);
  }
  .iderProductBox2 ul li:nth-child(3n),
  .iderProductBox6 ul li:nth-child(3n),
  .itemList ul li:nth-child(3n) {
    margin-right: 2%;
  }
  .iderProductBox2 ul li:nth-child(2n),
  .iderProductBox6 ul li:nth-child(2n),
  .itemList ul li:nth-child(2n) {
    margin-right: 0;
  }
  .iderProductBox4 li .name {
    height: auto;
    padding: 15px 3%;
    font-size: 16px;
  }
  .iderPageBox1 li .name {
    font-size: 16px;
    line-height: 25px;
    padding: 0 10px;
  }
  .iderProductBox5 .icon {
    width: 60px;
    height: 60px;
  }
  .iderProductBox5 .name {
    font-size: 20px;
  }

  .iderProductBox9 {
    padding-bottom: 285px;
  }

  .comFaq .item .tl .name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .iderPageBox3Swiper2 .img {
    width: 80%;
    margin: 2% 0 0;
  }
  .iderPageBox10 .rtList {
    width: 100%;
    margin: 15px 0 0;
  }
  .iderPageBox10 .ltText .conItem {
    margin: 15px 0;
  }
  .iderPageBox11 ul li {
    width: calc((100% - 4.2%) / 3);
    margin: 0 1.4% 1.7% 0;
  }
  .iderPageBox11 ul li:nth-child(2n) {
    margin-right: 1.4%;
  }
  .iderPageBox11 ul li:nth-child(3n) {
    margin-right: 0;
  }
  .iderPageBox11 li .name {
    font-size: 16px;
    line-height: 24px;
    height: auto;
    padding: 15px 10px;
  }
  .iderPageBox12 .img {
    margin: 2% 0 0;
  }
}

@media screen and (max-width: 768px) {
  .iderBanner .text .title,
  .com-tl {
    font-size: 20px;
  }
  .iderProductBox3 ul {
    flex-wrap: wrap;
  }
  .iderProductBox6 ul {
    align-items: baseline;
  }
  .iderProductBox6 ul li {
    height: auto;
  }
  .iderProductBox3 ul li {
    width: 100%;
    margin: 0 0 4% 0;
  }
  .iderProductBox1 .text li strong,
  .iderPageBox10 .rtList .item .tl {
    font-size: 18px;
  }
  .iderProductBox3 .text .ls {
    font-size: 18px;
    line-height: 25px;
  }
  .iderProductBox2 .text .name,
  .iderProductBox3 li .name,
  .comApplicationsList li .name,
  .comFaq .item .tl .name,
  .iderPageBox3Swiper2 .text li .tl,
  .iderPageBox4 li .name {
    font-size: 16px;
  }
  .iderProductBox2 .text .ls,
  .com-ls30,
  .com-ls24,
  .comApplicationsList li .ls p,
  .comFaq .item .text,
  .comFaq .item .text p,
  .iderPageBox3Swiper2 .text li p,
  .iderPageBox4 li .text p,
  .iderPageBox8 li .ls P,
  .iderPageBox10 .rtList .item .ls p {
    font-size: 14px;
    line-height: 24px;
  }
  .iderPageBox4 li .text p {
    margin-top: 5px;
  }
  .iderBanner .text .ls {
    width: 100%;
    font-size: 18px;
    line-height: 25px;
  }
  .iderProductBox1 .img,
  .iderPageBox3Swiper2 .img,
  .iderPageBox5 .img {
    width: 100%;
  }
  .iderPageBox3Swiper2 .text .name {
    font-size: 18px;
    line-height: 25px;
  }
  .iderProductBox1 .text li {
    padding-left: 30px;
    font-size: 14px;
    line-height: 24px;
    background-size: 25px;
  }
  .iderProductBox3 li .nu {
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
  }
  .iderProductBox4 ul li,
  .iderPageBox1 ul li,
  .iderPageBox11 ul li {
    width: calc((100% - 2%) / 2);
  }
  .iderProductBox4 ul li:nth-child(3n),
  .iderPageBox1 ul li:nth-child(3n),
  .iderPageBox11 ul li:nth-child(3n) {
    margin-right: 2%;
  }
  .iderProductBox4 ul li:nth-child(2n),
  .iderPageBox1 ul li:nth-child(2n),
  .iderPageBox11 ul li:nth-child(2n) {
    margin-right: 0;
  }

  .iderProductBox6 ul li .icon {
    width: 35px;
    height: 35px;
  }
  .iderProductBox9 {
    padding-bottom: 60px;
  }
  .comFaq .item .tl::after {
    font-size: 22px;
  }
  .comFaq .item .tl {
    height: 50px;
  }
  .comFaq .item.active .tl {
    padding: 10px 0;
  }
  .iderPageBox4 ul li {
    width: 100%;
    height: auto;
    padding: 15px 20px;
    margin-right: 0 !important;
  }
  .iderPageBox8 ul li {
    width: 100%;
    margin-right: 0 !important;
  }
  .iderPageBox4 ul li::after {
    display: none !important;
  }
  .iderPageBox8 li .name {
    font-size: 16px;
    line-height: 24px;
  }
  .iderPageBox9 .top {
    flex-wrap: wrap;
  }
  .iderPageBox9 .top .item {
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
  }
  .iderPageBox10 .ltText .item {
    font-size: 16px;
    height: auto;
    padding: 10px 0;
  }
}
@media screen and (max-width: 500px) {
  .iderProductBox6 ul li,
  .itemList ul li {
    width: 100%;
    margin-right: 0 !important;
  }
  .iderProductBox6 li .name {
    margin: 3% 0;
  }
  .comApplicationsList li {
    flex-wrap: wrap;
  }
  .iderPageBox1 li .name {
    height: auto;
    padding: 10px;
  }
  .comApplicationsList li .img {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .iderProductBox6 ul li {
    padding: 20px 10px;
  }
  .comApplicationsList li .ls p {
    margin-top: 5px;
  }
  .iderPageBox12 .img {
    width: 100%;
  }
  .itemList ul li .text {
    height: auto;
  }
  .iderPageBox9 .top {
    flex-wrap: wrap;
  }
  .iderPageBox9 .top .item {
    width: 100%;
    margin-bottom: 10px;
  }
  .comApplicationsList li .text {
    padding: 10px;
  }
}
@media screen and (max-width: 430px) {
  .iderBanner .bg {
    height: 30vh;
  }
  .iderProductBox2 .text {
    height: auto;
    padding: 2% 3.5%;
  }
  .iderProductBox2 ul li,
  .iderProductBox4 ul li,
  .iderPageBox1 ul li,
  .iderPageBox11 ul li {
    width: 100%;
    margin-right: 0 !important;
  }
  .iderPageBox9Con .innerTab {
    flex-wrap: wrap;
  }
  .iderPageBox9Con .innerTab .item {
    width: 100%;
    margin-bottom: 10px;
  }
}
