:root {
  --mainColor: #e31919;
}
@font-face {
  font-family: "Lato-Black";
  src: url("fonts/Lato-Black.ttf");
}
@font-face {
  font-family: "Lato-Bold";
  src: url("fonts/Lato-Bold.ttf");
}
@font-face {
  font-family: "Lato-Light";
  src: url("fonts/Lato-Light.ttf");
}
@font-face {
  font-family: "Lato-Regular";
  src: url("fonts/Lato-Regular.ttf");
}
@font-face {
  font-family: "Lato-Thin";
  src: url("fonts/Lato-Thin.ttf");
}
@font-face {
  font-family: "Lato-Hairline";
  src: url("fonts/Lato-Hairline.ttf");
}
.com-card {
  width: 17.625rem;
  height: 100%;
  margin: 0 auto;
  transition: all 0.3s;
}
.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-con {
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.iderBanner {
  width: 100%;
  height: auto;
  position: relative;
  background: url(/public/static/images/home/en-us/ider_banner.png) no-repeat;
  background-size: cover;
}
.list-paddingleft-2 {
  padding: 0 !important;
}
.iderBannerTop {
  width: 100%;
  height: auto;
  padding: 2.1875rem 0 6.025rem;
}
.iderBannerTop .text {
  width: 100%;
  /* margin-right: .9rem; */
}
.iderBannerTop .text ul {
  width: 51%;
}
.iderBannerTop .text .img {
  width: auto;
  height: 0.675rem;
  object-fit: cover;
  vertical-align: bottom;
}

.iderBannerTop .text .tl {
  font-family: Lato-Regular;
  font-size: 0.75rem;
  margin: 0.25rem 0 6% 0;
  font-weight: 700;
  color: #ffffff;
}

.iderBannerTop .text .ls {
  font-family: Lato-Bold;
  font-size: 0.6rem;
  line-height: 0.75rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.25rem;
}
.iderBannerTop .text li .icon {
  width: 0.7625rem;
  border-radius: 50%;
  height: 0.7625rem;
  background-color: var(--mainColor);
  margin-right: 0.15rem;
}
.iderBannerTop .text li:first-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 0.3125rem;
  margin-bottom: 0.1875rem;
}
.iderBannerTop .text .icon img {
  width: auto;
  height: 0.375rem;
  object-fit: contain;
}
.iderBannerTop .text .txt .time {
  font-family: Lato-Regular;
  text-decoration: underline;
  font-size: 0.45rem;
  font-family: Lato-Regular;
  line-height: 0.6rem;
  color: #ffffff;
}
.iderBannerTop .text .txt p {
  font-family: Lato-Regular;
  font-size: 0.225rem;
  color: #ffffff;
}
.iderBannerTop .text .txt {
  flex: 1;
}
.iderBannerTop .text .txt .ls {
  font-family: Lato-Regular;
  font-size: 0.25rem;
  line-height: 0.375rem;
  color: #ffffff;
}

.iderBannerTop .rt {
  width: 3.675rem;
  height: auto;
  display: none;
  border-radius: 0.25rem;
  border: solid 1px #62249b;
}

.iderBannerTop .rt .icon {
  width: 100%;
  height: 1.05rem;
  background-color: var(--mainColor);
  border-radius: 0.25rem 0.25rem 0px 0px;
}

.iderBannerTop .rt .icon img {
  width: 0.5125rem;
  height: auto;
  object-fit: contain;
  margin-right: 0.2rem;
}
.iderBannerTop .rt .icon p {
  font-family: Lato-Regular;
  font-size: 0.225rem;
  color: #ffffff;
}

.iderBannerTop .rt .time {
  font-family: Lato-Black;
  font-size: 0.85rem;
  background-color: #fff;
  height: 1.05rem;
  text-align: center;
  line-height: 1.05rem;
  font-weight: 700;
  color: var(--mainColor);
  border-radius: 0 0 0.25rem 0.25rem;
}
.iderBannerBto {
  padding: 0.5875rem 0 1.375rem 0;
}
.iderBannerBto .imgs {
  width: 9.375rem;
  height: auto;
  margin-right: 1.0625rem;
}
.iderBannerBto .imgs img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.iderBannerBto .text {
  flex: 1;
}
.com-tl {
  font-family: Lato-Regular;
  font-size: 0.9rem;
  color: #000000;
}
.iderBannerBto .text .com-ls30 {
  margin: 0.375rem 0;
}
.com-ls30 {
  font-family: Lato-Light;
  font-size: 0.2rem;
  line-height: 0.375rem;
  color: #000000;
}
.iderBannerBto .text .address img {
  width: 0.625rem;
  height: auto;
  object-fit: cover;
  margin-right: 0.225rem;
}

.iderBannerBto .text .address p {
  flex: 1;
  font-family: Lato-Light;
  text-decoration: underline;
  font-size: 0.225rem;
  color: #000000;
}
.iderBannerBto .text .tel {
  margin: 1rem 0 0.375rem 0;
}
.iderBannerBto .text .tel .img {
  width: 0.975rem;
  height: 0.975rem;
  background-color: #ffffff;
  border-radius: 0.475rem;
  border: solid 0.1375rem var(--mainColor);
  margin-right: 0.25rem;
}
.iderBannerBto .text .tel .img img {
  width: 0.5rem;
  height: auto;
  object-fit: contain;
}
.iderBannerBto .text .tel p {
  font-family: Lato-Hairline;
  font-size: 0.2rem;
  color: #000000;
}
.iderBannerBto .text .tel .nu {
  font-family: Lato-Bold;
  font-size: 0.45rem;
  color: var(--mainColor);
  line-height: 0.425rem;
}
.com-mores {
  display: block;
  cursor: pointer;
  width: 3.6375rem;
  height: 0.6875rem;
  background-color: var(--mainColor);
  border-radius: 0.35rem;
  font-family: Lato-Regular;
  font-size: 0.2rem;
  line-height: 0.6875rem;
  text-align: center;
  letter-spacing: 0px;
  color: #ffffff;
}

.iderContent {
  padding: 0.7125rem 0 0 0;
  background-color: var(--mainColor);
}

.iderBox1 {
  position: relative;
  width: 100%;
  height: auto;
  padding-right: 2.775rem;
}
.iderBox1Con {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 0.875rem 0 0.75rem 0;
}
.iderBox1 .com-card {
  width: 15.375rem;
}
.iderBox1 li {
  width: 100%;
  padding-bottom: 0.4375rem;
  margin-bottom: 0.5rem;
  border-bottom: 0.05rem solid var(--mainColor);
}
.iderBox1 li .text {
  width: 5.7rem;
  margin-right: 1.8375rem;
  padding-right: 3%;
}
.iderBox1 li .tl {
  width: 5.075rem;
  height: 0.625rem;
  line-height: 0.625rem;
  text-align: left;
  background-color: var(--mainColor);
  border-radius: 0.0625rem 0.1125rem 0.0625rem 0.0625rem;
  font-family: Lato-Bold;
  font-size: 0.375rem;
  color: #ffffff;
  padding-left: 0.3rem;
  margin-bottom: 0.3125rem;
}

.iderBox1 li .name {
  font-family: Lato-Hairline;
  font-size: 0.3rem;
  line-height: 0.45rem;
  color: #000000;
  margin-bottom: 0.125rem;
}

.iderBox1 li .ls {
  font-family: Lato-Hairline;
  font-size: 0.2rem;
  line-height: 0.375rem;
  font-weight: 700;
  color: #000000;
}

.iderBox1 li .img {
  flex: 1;
  height: auto;
  overflow: hidden;
}
.iderBox1 li:hover img {
  transform: scale(1.1);
}
.iderBox1 li .img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all 0.3s;
  vertical-align: bottom;
}

.iderBox1 li:nth-child(2n) {
  flex-direction: row-reverse;
}
.iderBox1 li .mores {
  display: inline-block;
  margin-top: 0.4375rem;
  font-family: Lato-Regular;
  font-size: 0.2rem;
  color: #000000;
  transition: all 0.3s;
}
.iderBox1 li:hover .mores {
  text-decoration: underline;
  color: var(--mainColor);
}
.iderBox1 li:nth-child(2n) .text {
  margin: 0 0 0 1.8375rem;
  padding: 0 0 0 3%;
}

.idercomRt .dot {
  position: relative;
  width: 0.8125rem;
  height: 0.25rem;
  background-color: #ffffff;
  border-radius: 0.1625rem;
  transform: rotate(-45deg);
}

.idercomRt .dot::before {
  position: absolute;
  top: -0.3125rem;
  display: block;
  content: "";
  right: 0;
  width: 0.5rem;
  height: 0.2125rem;
  background-color: #ffffff;
  border-radius: 0.1rem;
}
.idercomRt .com-tl2 {
  font-family: Lato-Regular;
  font-size: 0.9rem;
  color: #ffffff;
  writing-mode: vertical-lr;
  margin: 0.4375rem 0;
}
.idercomRt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.025rem;
}

.idercomRt .dot2 {
  transform: rotate(135deg);
}

.iderBox2 {
  position: relative;
  width: 100%;
  height: auto;
  padding-right: 2.775rem;
}
.iderBox2Con {
  width: 100%;
  height: auto;
  padding: 0.5625rem 0;
  background-color: #efefef;
}
.iderBox2 ul {
  width: 100%;
  height: auto;
}
.iderBox2 li {
  position: relative;
  height: 6.25rem;
  cursor: pointer;
  margin-bottom: 0.375rem;
  overflow: hidden;
  width: calc((100% - 0.4375rem) / 2);
}

.iderBox2 li .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.3s;
}
.iderBox2 li:hover .img,
.iderBox2 li:hover .icon img {
  transform: scale(1.1);
}

.iderBox2 li .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  align-items: end;
  height: auto;
  justify-content: space-between;
}
.iderBox2 li .text .lt {
  height: 3.375rem;
  flex: 1;
  padding: 0.25rem 1.625rem 0.1875rem 0.625rem;
  clip-path: polygon(0% -300%, 100% 100%, 0% 100%);
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s;
}
.iderBox2 li .text .icon {
  width: 1.325rem;
  height: 1.325rem;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 0 0.375rem 0.4rem 0.35rem;
}

.iderBox2 li .text .icon img {
  width: auto;
  height: 0.725rem;
  object-fit: cover;
  transition: all 0.3s;
}

.iderBox2 li .text .name {
  font-family: Lato-Regular;
  font-size: 0.3rem;
  color: #000000;
  transition: all 0.3s;
  margin-bottom: 0.125rem;
}
.iderBox2 li .text .ls {
  font-family: Lato-Hairline;
  font-size: 0.2rem;
  line-height: 0.35rem;
  font-weight: 700;
  transition: all 0.3s;
  color: #000000;
}
.iderBox2 .com-mores {
  margin: 0 auto;
}
.iderBox2 li:hover .lt {
  background-color: var(--mainColor);
}
.iderBox2 li:hover .lt .name,
.iderBox2 li:hover .lt .ls {
  color: #fff;
}
.iderBox3 {
  position: relative;
  width: 100%;
  height: auto;
  padding-right: 2.775rem;
}
.iderBox3 .com-tl {
  font-family: Lato-Light;
}
.iderBox3Con {
  width: 100%;
  height: auto;
  padding: 1.375rem;
  background: url(/public/static/images/home/en-us/ider_bg.png) center no-repeat;
  background-size: contain;
  background-color: #fff;
}
.iderBox3 ul {
  margin-top: 0.625rem;
}
.iderBox3 li {
  width: 4.1rem;
  height: auto;
}

.iderBox3 li .img {
  width: 100%;
  height: 4.8875rem;
  overflow: hidden;
}
.iderBox3 li:hover img {
  transform: scale(1.1);
}
.iderBox3 li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
  vertical-align: bottom;
}
.iderBox3 li .name {
  position: relative;
  width: 100%;
  font-family: Lato-Regular;
  font-size: 0.25rem;
  line-height: 0.375rem;
  color: #000000;
  padding-bottom: 0.1875rem;
  margin-bottom: 0.125rem;
  border-bottom: 0.025rem solid #bebebe;
}
.iderBox3 li .name::after {
  display: block;
  content: "";
  width: 1.1rem;
  position: absolute;
  left: 0;
  bottom: -0.025rem;
  height: 0.025rem;
  background-color: var(--mainColor);
}
.iderBox3 li .mores {
  display: inline-block;
  font-family: Lato-Regular;
  font-size: 0.2rem;
  color: #000000;
  transition: all 0.3s;
  margin-top: 0.5625rem;
}
.iderBox3 li:hover .mores {
  color: var(--mainColor);
  text-decoration: underline;
}
.iderBox3 li .ls {
  font-family: Lato-Hairline;
  font-size: 0.2rem;
  font-weight: 700;
  line-height: 0.3rem;
  color: #717171;
}

.iderBox4 {
  width: 100%;
  height: auto;
}
.iderBox4 .img {
  width: 14.8375rem;
  object-fit: cover;
  vertical-align: bottom;
  height: 10.1625rem;
}
.iderBox4 .text {
  flex: 1;
  padding: 0 1.8125rem 0 0.525rem;
}

.iderBox4 .com-tl {
  font-family: Lato-Regular;
  font-size: 1.25rem;
  color: #ffffff;
}
.iderBox4 .text .name {
  font-family: Lato-Light;
  font-size: 0.45rem;
  color: #ffffff;
  margin: 0.25rem 0 0.375rem 0;
}
.iderBox4 .text .ls {
  font-size: 0.2rem;
  line-height: 0.35rem;
  font-family: Lato-Light;
  color: #ffffff;
}

.iderBox4 .text .com-mores {
  background-color: #fff;
  color: var(--mainColor);
  margin-top: 1.125rem;
}
.iderBox5 {
  width: 100%;
  height: auto;
  background: url(/public/static/images/home/en-us/ider_bg1.png) no-repeat;
  background-size: cover;
  background-color: #fff;
  background-position-y: 100%;
  padding-bottom: 0.8625rem;
}
.iderBox5Top {
  width: calc(100% - 2.775rem);
  background: url(/public/static/images/home/en-us/ider_bg1.png) no-repeat;
  background-size: cover;
  background-color: #fff;
  background-position: 0.95rem 39%;
  height: 1.975rem;
}
.iderBox5 .tl {
  font-family: Lato-Bold;
  font-size: 0.45rem;
  color: #000000;
  text-align: center;
}
.iderBox5Con {
  width: 100%;
}
.iderBox5Con .com-card {
  width: 17.5rem;
  height: auto;
  padding: 0.625rem 1.25rem 0.5rem 1.2125rem;
  box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.1);
  border-radius: 0.0125rem 1.25rem 0.0125rem 0.0125rem;
  background-color: #fff;
}
.iderBox5 .name {
  font-family: Lato-Hairline;
  font-size: 0.225rem;
  text-align: center;
  color: #000000;
}

.iderBox5Con .info {
  position: relative;
  width: calc((100% - 0.25rem) / 2);
  margin: 0 0.25rem 0.25rem 0;
  height: 0.575rem;
  box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.1);
  border-radius: 1px;
}
.iderBox5Con .info:nth-child(2n) {
  margin-right: 0;
}
.iderBox5Con .info input[type="text"] {
  width: 100%;
  height: 100%;
  font-family: Lato-Hairline;
  font-size: 0.2rem;
  padding-left: 0.1125rem;
  font-weight: 700;
  border: none;
  color: #000000;
}

.iderBox5Con .findus {
  width: 100%;
}
.iderBox5Con .textarea {
  width: 100%;
  height: 1.6625rem;
  box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.1);
  border-radius: 1px;
  margin: 0 0 0.25rem 0;
}
.iderBox5Con textarea {
  width: 100%;
  height: 100%;
  font-family: Lato-Hairline;
  font-size: 0.2rem;
  font-weight: 700;
  border: none;
  padding: 0.1125rem 0 0 0.1125rem;
  color: #000000;
}
.iderBox5Con .ls {
  font-family: Lato-Hairline;
  font-size: 0.2rem;
  font-weight: 700;
  color: #000000;
}
.iderBox5Con .ls a {
  font-family: Lato-Hairline;
  text-decoration: underline;
  font-size: 0.2rem;
  color: #005ce0;
  font-weight: 700;
}
.iderBox5Con input[type="submit"] {
  width: 4.5625rem;
  height: 0.575rem;
  cursor: pointer;
  background-color: var(--mainColor);
  box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.1);
  border-radius: 0.2875rem;
  font-family: Lato-Hairline;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.575rem;
  border: none;
  margin: 0 auto;
  margin-top: 0.3625rem;
  color: #ffffff;
}
.iderBox5Con .formList {
  width: 100%;
}
.iderBox5Con .form {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0.5625rem;
}
/* 南非样式 */
.com-card2 {
  width: 17.5rem;
  height: 100%;
  margin: 0 auto;
}
.com-ftl {
  font-size: 0.45rem;
  font-weight: 800;
  color: #000000;
  text-align: center;
}

.idernfbox1 {
  width: 100%;
  height: 11.5rem;
  background-color: #e4edf1;
  padding: 0.8125rem 0 0.975rem 0;
}
.idernfbox1Con {
  width: 10.25rem;
  height: 8.1rem;
  position: relative;
  background: url(../images/icf1-16.png) center no-repeat;
  background-size: cover;
  margin: 0 auto;
  margin-top: 0.8125rem;
}
.idernfbox1 .title {
  text-align: center;
  font-size: 0.225rem;
  font-weight: 700;
  line-height: 0.375rem;
  color: #ff0000;
}

.idernfbox1Con .item .dot {
  position: relative;
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  background-color: rgba(252, 3, 3, 0.1);
  animation: pulseDot 2s ease-in-out infinite alternate;
}
.idernfbox1Con .item .dot::after {
  width: 0.125rem;
  height: 0.125rem;
  border-radius: 50%;
  display: block;
  content: "";
  background-color: #ff0000;
}
.idernfbox1Con .item {
  position: absolute;
  display: flex;
  cursor: pointer;
  width: fit-content;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.idernfbox1Con .item .name {
  font-size: 12px;
  color: #000000;
  margin-top: 0.125rem;
}

@keyframes pulseDot {
  from {
    transform: scale(0.7);
  }
  to {
    transform: scale(1.1);
  }
}

.idernfbox1 .itemSwiper {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -6rem;
  overflow: hidden;
  height: 0;
  width: 0;
  width: 11.325rem;
  background-color: #ffffff;
  z-index: 9999;
  box-shadow: 0px 0px 0.7375rem 0px rgba(0, 3, 34, 0.27);
}
.idernfbox1Con .item .con {
  position: relative;
  width: 100%;
  height: auto;
}
.idernfbox1Con .item.active .itemSwiper {
  overflow: visible;
  padding: 0.5625rem 0.5625rem 0.3125rem 0.4375rem;
  height: auto;
  min-height: 5.7125rem;
}
.idernfbox1 .itemSwiper::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(-90deg);
  bottom: -0.5625rem;
  display: flex;
  content: "";
  width: 0;
  height: 0;
  z-index: 22;
  border-top: 0.375rem solid transparent;
  border-bottom: 0.375rem solid transparent;
  border-right: 0.375rem solid #fff;
}
.idernfbox1Swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.idernfbox1Swiper .img {
  width: 4.875rem;
  height: 3.9rem;
  overflow: hidden;
  border-radius: 0.0125rem;
}
.idernfbox1Swiper .text {
  flex: 1;
  padding: 0.05rem 0.125rem 0 0.3125rem;
}
.idernfbox1Swiper .swiper-slide {
  align-items: flex-start;
}
.idernfbox1Swiper .text .tl {
  font-size: 0.3rem;
  font-weight: 600;
  line-height: 0.45rem;
  text-align: left;
  color: #000000;
}
.idernfbox1Swiper .text .ls {
  font-size: 0.2rem;
  text-align: left;
  line-height: 0.375rem;
  color: #000000;
  margin: 0.1875rem 0 0.25rem 0;
}
.idernfbox1-pagination {
  margin-top: 0.375rem;
  padding-top: 0.4375rem;
  border-top: 1px solid #f0f4f7;
}
.idernfbox1-pagination .swiper-pagination-bullet-active {
  background-color: #e31919;
}
.idernfbox1Con .item1 {
  right: 2.375rem;
  bottom: 1.1875rem;
}
.idernfbox1Con .item2 {
  right: 4.875rem;
  bottom: 0.5rem;
}
.idernfbox1Con .item3 {
  left: 1.5375rem;
  bottom: 0.6625rem;
}
.idernfbox1Con .item4 {
  left: 2.5rem;
  bottom: 0px;
}
.idernfbox1Con .item5 {
  left: 0.1375rem;
  bottom: 2.6rem;
}
.idernfbox1Con .item6 {
  left: 3.2125rem;
  bottom: 0.5375rem;
}
.idernfbox1Con .item7 {
  right: 2.1rem;
  top: 3.4875rem;
}
.idernfbox1Con .item8 {
  left: 4.0625rem;
  bottom: 1.6125rem;
}
.idernfbox1Con .item9 {
  left: 4.2875rem;
  bottom: 3.8875rem;
}
.idernfbox1Con .item10 {
  left: 0.625rem;
  bottom: 3.1625rem;
}
.idernfbox1Con .item11 {
  left: 1.9625rem;
  bottom: 1.3375rem;
}
.idernfbox1Con .item12 {
  right: 4.175rem;
  bottom: 1.325rem;
}
.idernfbox1Con .item13 {
  right: 4.3375rem;
  bottom: 0.6125rem;
}
.idernfbox1Con .item14 {
  left: 0.5625rem;
  bottom: 1.875rem;
}
.idernfbox1Con .item15 {
  left: 1.625rem;
  top: 2.2375rem;
}
.idernfbox1Con .item16 {
  left: -1.35rem;
  top: 3.75rem;
}

.idernfbox2 {
  width: 100%;
  height: auto;
  padding: 0.8125rem 0 1.125rem 0;
  background-color: #f0f4f7;
}

.idernfbox2Con {
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
}
.idernfbox2Con .img {
  width: 10.5875rem;
  overflow: hidden;
  height: 7.275rem;
  border-radius: 1px;
  margin-left: 0.2rem;
}
.idernfbox2Con .img img {
  display: none;
}
.tranImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
  vertical-align: bottom;
}
.hoverImg:hover img {
  transform: scale(1.2);
}
.idernfbox2Con .lt {
  flex: 1;
}
.idernfbox2Con .lt .item {
  margin-bottom: 0.125rem;
  border-radius: 0.125rem;
}
.idernfbox2Con .lt .item .name {
  font-size: 0.225rem;
  font-weight: 800;
  color: #000000;
  flex: 1;
  transition: all 0.3s;
  margin-right: 0.125rem;
}

.idernfbox2Con .lt .item .tl {
  width: 100%;
  height: 0.8rem;
  background-color: #ffffff;
  cursor: pointer;
  padding: 0 0.35rem;
  border-radius: 0.125rem;
}
.idernfbox2Con .lt .item .tl::after {
  display: block;
  content: "";
  width: 0.1375rem;
  cursor: pointer;
  height: 0.175rem;
  background: url(../images/icf1-17.png) no-repeat;
  background-size: cover;
}
.idernfbox2Con .lt .item .text {
  padding: 0 0.35rem 0.25rem 0.35rem;
  border-radius: 0 0 0.125rem 0.125rem;
  width: 100%;
  height: auto;
  display: none;
  background-color: #fff;
}
.idernfbox2Con .lt .item .text .ls {
  font-size: 0.2rem;
  font-weight: 600;
  line-height: 0.375rem;
  color: #525252;
  margin-bottom: 0.25rem;
}
.idernfbox2Con .lt .item.active {
  background-color: #fff;
}
.com-fmore {
  display: flex;
  justify-content: center;
  cursor: pointer;
  width: 2.1375rem;
  height: 0.575rem;
  background-color: #e31919;
  border-radius: 0.2875rem;
  font-size: 0.2rem;
  font-weight: 700;
  line-height: 0.575rem;
  text-align: center;
  color: #ffffff;
}
.idernfbox2Con .lt .item.active .name {
  color: #e31919;
}

.idernfbox2Con .lt .item.active .tl::after {
  width: 0.175rem;
  height: 0.1375rem;
  background: url(../images/icf1-18.png) no-repeat;
  background-size: cover;
}

.idernfbox3 {
  width: 100%;
  height: auto;
  padding: 1rem 0;
}
.com-ftitle {
  font-size: 0.2rem;
  font-weight: 400;
  line-height: 0.375rem;
  color: #000000;
  text-align: center;
  width: 70%;
  margin: 0 auto;
  margin-top: 0.25rem;
}

.idernfbox3Swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 0.75rem;
}
.idernfbox3Swiper .text {
  width: 100%;
  background-color: #f0f4f7;
  height: 4.1rem;
  padding: 0.5rem 0.25rem 0.5rem 0.375rem;
}
.idernfbox3Swiper .text .name {
  font-size: 0.3rem;
  font-weight: 700;
  line-height: 0.375rem;
  text-align: left;
  color: #000000;
}
.idernfbox3Swiper .text .ls {
  font-size: 0.2rem;
  line-height: 0.375rem;
  font-weight: 400;
  text-align: left;
  margin: 0.125rem 0 0.375rem 0;
  color: #000000;
}
.idernfbox3Swiper .swiper-slide {
  flex-direction: column;
}
.idernfbox3Swiper .img {
  width: 100%;
  height: 4.675rem;
  overflow: hidden;
  border-radius: 1px;
}
.idernfbox3-pagination {
  margin-top: 1rem;
}
.idernfbox3-pagination .swiper-pagination-bullet {
  width: 0.1625rem;
  height: 0.1625rem;
  background-color: #686868;
  border-radius: 0.625rem;
  opacity: 1;
  transition: all 0.3s;
}
.idernfbox3-pagination .swiper-pagination-bullet-active {
  background-color: #e31919;
}

.idernfbox4 {
  width: 100%;
  height: auto;
  padding: 0.8125rem 0 0.5625rem 0;
  background: url(../images/icf1-5.png) no-repeat;
  background-size: cover;
}
.idernfbox4 .com-ftl,
.idernfbox4 .com-ftitle {
  color: #fff;
}

.idernfbox4Con {
  width: 100%;
  height: auto;
  justify-content: center;
  margin-top: 0.425rem;
}
.idernfbox4Con .item {
  width: 3.9rem;
  height: 4.4375rem;
  flex-direction: column;
  padding: 0.375rem 0.375rem;
  background: url(../images/icf1-19.png) no-repeat;
  background-size: cover;
  margin-right: 1rem;
  transition: all 0.3s;
  cursor: pointer;
}
.idernfbox4Con .item:hover {
  background: url(../images/icf1-20.png) no-repeat;
  background-size: cover;
}
.idernfbox4Con .item:nth-child(3n) {
  margin-right: 0;
}
.idernfbox4Con .item .img {
  width: 0.975rem;
  height: 0.975rem;
  background-color: #ff0000;
  border-radius: 0.125rem;
}
.idernfbox4Con .item .img img {
  width: auto;
  height: 0.5625rem;
  object-fit: contain;
  transition: all 0.3s;
}
.idernfbox4Con .item .name {
  font-size: 0.2rem;
  font-weight: 600;
  line-height: 0.375rem;
  color: #000000;
  text-align: center;
  margin-top: 0.25rem;
}
.idernfbox4Con .item:nth-child(4) {
  margin-top: -0.625rem;
  margin-left: 0.975rem;
}
.idernfbox4Con .item:nth-child(5) {
  margin-top: -0.625rem;
}
.idernfbox4Con .item:last-child img {
  width: 0.5875rem;
}
.com-fls30 {
  font-size: 0.2rem;
  font-weight: 400;
  line-height: 0.375rem;
  color: #000000;
}

.idernfbox5 {
  width: 100%;
  height: auto;
  padding: 1.875rem 0;
  background-color: #f0f4f7;
}
.idernfbox5 .com-ftl {
  position: relative;
  text-align: left;
  padding-bottom: 0.275rem;
  border-bottom: 0.0125rem solid #b7b7b7;
}
.idernfbox5 .com-ftl::after {
  display: block;
  content: "";
  width: 2.35rem;
  height: 0.0125rem;
  position: absolute;
  left: 0;
  bottom: -0.0063rem;
  background-color: #e31919;
  border-radius: 0.0125rem;
}
.idernfbox5 .lt {
  flex: 1;
}
.idernfbox5 .rt {
  position: relative;
  width: 11.325rem;
  height: 7.5375rem;
  border-radius: 0.25rem;
  margin-left: 0.6rem;
  overflow: hidden;
}
.idernfbox5 .lt .com-fls30 {
  margin: 0.3125rem 0 0.5rem 0;
}
.idernfbox5 .lt li {
  font-size: 0.2rem;
  font-weight: 500;
  line-height: 0.3rem;
  padding-left: 0.375rem;
  color: #000000;
  background: url(../images/icf1-21.png) top left no-repeat;
  background-size: 0.25rem 0.2rem;
  background-position-y: 0.0875rem;
  margin-bottom: 0.25rem;
}
.idernfbox5 .lt ul {
  margin-bottom: 0.4375rem;
}
.idernfbox5 .rt .videoList {
  width: auto;
  height: auto;
  position: absolute;
  right: 0.25rem;
  bottom: 0.1875rem;
  z-index: 2;
}
.idernfbox5 .rt .videoList .img {
  position: relative;
  width: 3.7375rem;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  margin-right: 0.25rem;
}
.idernfbox5 .rt .videoList .img:last-child {
  margin-right: 0;
}
.idernfbox5 .rt .videoList .img::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  display: block;
  content: "";
  width: 0.4125rem;
  height: 0.4125rem;
  background: url(../images/icf1-12.png) no-repeat;
  background-size: cover;
}

.idernfbox6 {
  width: 100%;
  height: auto;
  padding: 1.5rem 0 0.6875rem 0;
  background: url(../images/icf1-15.png) center no-repeat;
  background-size: contain;
}

.idernfbox6 .com-ftitle {
  width: 29%;
}
.idernfbox6 form {
  margin-top: 0.6875rem;
}
.idernfbox6 form .item {
  width: 100%;
  height: auto;
  margin-bottom: 0.2375rem;
}
.idernfbox6 form .item .input {
  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;
}
.idernfbox6 form .item input[type="text"] {
  width: 100%;
  height: 100%;
  font-size: 0.2rem;
  font-weight: 600;
  padding-left: 0.1875rem;
  color: rgba(0, 0, 0, 0.5);
  border: none;
}

.idernfbox6 form .textarea {
  width: 100%;
  height: 1.6625rem;
  background-color: #000000;
  box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.1);
  border-radius: 1px;
}
.idernfbox6 form textarea {
  width: 100%;
  height: 100%;
  font-size: 0.2rem;
  outline: none;
  resize: none;
  font-weight: 600;
  padding: 0.1875rem 0 0 0.1875rem;
  color: rgba(0, 0, 0, 0.5);
  border: none;
}
.idernfbox6 form .ls {
  font-size: 0.2rem;
  font-weight: 400;
  line-height: 0.375rem;
  color: #000000;
  margin: 0.125rem 0 0.4375rem 0;
}
.idernfbox6 form .ls a {
  color: #2669ea;
  text-decoration: underline !important;
}
.idernfbox6 form input[type="submit"] {
  cursor: pointer;
  width: 3rem;
  height: 0.625rem;
  background-color: #e31919;
  border-radius: 0.3rem;
  font-size: 0.2rem;
  font-weight: 400;
  text-align: center;
  border: none;
  line-height: 0.625rem;
  color: #ffffff;
}
.swiper-close-btn {
  position: absolute;
  width: 0.4375rem;
  height: 0.4375rem;
  background-color: red;
  border: none;
  background: url(../images/f_close.svg) no-repeat;
  background-size: cover;
  top: 0.125rem;
  right: 0.125rem;
}

@media screen and (max-width: 1024px) {
  .com-card,
  .iderBox1 .com-card,
  .iderBox5Con .com-card {
    width: 97%;
  }
  .iderBannerTop {
    padding: 10% 0 20% 0;
  }
  .iderBannerTop,
  .iderBannerBto,
  .iderBox3 ul {
    flex-wrap: wrap;
  }
  .iderBannerTop .text {
    width: 100%;
    margin: 0 0 3% 0;
  }
  .iderBannerBto .imgs {
    width: 50%;
    margin: 0 0 2% 0;
  }
  .iderBannerBto .text {
    flex: none;
    width: 100%;
  }
  .com-ls30,
  .iderBox1 li .ls,
  .iderBox2 li .text .ls,
  .iderBox3 li .ls,
  .iderBox4 .text .ls,
  .iderBox5Con .ls,
  .iderBox5Con .ls a {
    font-size: 14px;
    line-height: 25px;
  }
  .com-tl,
  .iderBox4 .com-tl,
  .iderBox5 .tl {
    font-size: 24px;
  }
  .iderBox1 li .mores,
  .iderBox3 li .mores,
  .iderBox5 .name {
    font-size: 15px;
  }
  .iderBannerBto .text .tel {
    margin: 15px 0;
  }
  .idercomRt {
    display: flex;
    align-items: center;
    position: static;
    transform: translate(0);
    margin: 15px 0;
  }
  .iderContent {
    padding: 20px 0 0;
  }
  .iderBox1,
  .iderBox2,
  .iderBox3 {
    padding-right: 0;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
  }
  .idercomRt .com-tl2 {
    font-size: 24px;
    writing-mode: lr;
    margin: 0 0;
  }
  .idercomRt .dot::before {
    display: none;
  }
  .iderBox1 li .text {
    width: 50%;
    margin-right: 2%;
  }
  .iderBox1 li .tl {
    font-size: 18px;
  }
  .iderBox2 li {
    height: auto;
  }
  .iderBox2 li .text .lt {
    padding: 2%;
    height: 100%;
    clip-path: border-box;
  }
  .iderBox2 li .text .icon {
    width: 70px;
    height: 70px;
    margin: 0 10px 10px;
  }
  .iderBox3Con {
    padding: 20px 0;
  }
  .iderBox3 li {
    width: calc((100% - 10px) / 2);
    margin: 0 10px 10px 0;
  }
  .iderBox3 ul {
    align-items: baseline;
    margin-top: 15px;
    justify-content: flex-start;
  }
  .iderBox3 li:nth-child(2n) {
    margin-right: 0;
  }
  .iderBox3 li .img,
  .iderBox4 .img {
    height: auto;
  }
  .iderBox3 li .name {
    font-size: 16px;
  }
  .iderBox4 .img {
    width: 40%;
  }
  .iderBox4 .text .name {
    font-size: 16px;
    margin: 10px 0;
  }
  .iderBox4 .text .com-mores {
    margin-top: 3%;
  }
  .iderBox4 .text {
    padding: 3%;
  }
  .iderBox5Top {
    display: none;
  }
  .iderBox5Con .com-card {
    height: auto;
    padding: 3%;
  }
  .iderBox5Con {
    padding: 4% 0;
  }
}

@media screen and (max-width: 768px) {
  .iderBannerBto .imgs,
  .iderBannerTop .text ul {
    width: 100%;
  }
  .iderBox1 li,
  .iderBox2 ul,
  .iderBox4 {
    flex-wrap: wrap;
  }
  .iderBox2 li {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .iderBox1 li .text {
    width: 100%;
    margin: 0 0 2% 0;
    padding: 0;
  }
  .iderBannerBto .text .address p span {
    font-size: 20px !important;
  }
  .iderBannerBto .text .address img {
    width: 20px;
    object-fit: contain;
  }
  .iderBox1 li .img {
    flex: none;
    width: 100%;
    margin-top: 2%;
  }
  .iderBox4 .img {
    width: 100%;
  }
  .iderBox1 li:nth-child(2n) .text {
    margin: 0;
    padding: 0;
  }
  .iderBox4 .text {
    flex: none;
    width: 100%;
  }
  .iderBox5Con .info {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 430px) {
  .com-card,
  .iderBox1 .com-card,
  .iderBox5Con .com-card {
    width: 100%;
    padding: 0 4%;
  }
  .iderBox5Con .com-card {
    padding: 3% 4%;
  }
  .iderBannerTop .text .ls {
    font-size: 20px;
    line-height: 25px;
  }
  .iderBannerTop .text .txt .time {
    font-size: 20px;
  }
  .iderBannerTop .rt {
    margin: 0 auto;
  }
  .iderBox1Con {
    padding: 20px 0;
  }
  .iderBox1 li .tl {
    width: 100%;
    margin-bottom: 15px;
  }
  .iderBox2 li .text {
    width: 100%;
    padding: 10px;
    position: static;
    flex-wrap: wrap;
    align-items: baseline;
    flex-direction: column-reverse;
  }
  .iderBox2 li .text .lt {
    flex: none;
    width: 100%;
  }
  .iderBox2 li .text .icon {
    margin: 0;
  }
  .iderBox3 li {
    width: 100%;
    margin-right: 0;
  }
  .iderBox3 li .mores {
    margin-top: 20px;
  }
  .iderBox5Con input[type="submit"] {
    font-size: 16px;
  }
  .iderBox5Con .info input[type="text"] {
    font-size: 14px;
  }
  .iderBox5 {
    padding-bottom: 0;
  }
}

/* 南非响应 */
@media screen and (max-width: 1024px) {
  .com-card2 {
    width: 100% !important;
    padding: 0 4%;
  }
}
@media screen and (max-width: 992px) {
  .com-ftl {
    font-size: 18px;
  }
  .idernfbox1Con {
    width: 100%;
    height: auto;
    background: none;
  }
  .idernfbox1Con .item {
    position: static;
    width: 20%;
    margin-bottom: 15px;
  }
  .idernfbox1 {
    height: auto;
    padding: 20px 0;
  }
  .idernfbox1Con {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .idernfbox1 .itemSwiper {
    position: absolute;
    width: 100%;
    top: 200px;
  }
  .idernfbox1 .itemSwiper::after {
    display: none;
  }
  .idernfbox1Con .item .name {
    font-size: 15px;
  }
  .idernfbox1Swiper .text .tl {
    font-size: 16px;
    line-height: 24px;
  }
  .idernfbox1Swiper .text .ls {
    font-size: 14px;
    line-height: 24px;
  }
  .idernfbox1Con .item.active .itemSwiper {
    padding: 10px;
    min-height: auto;
  }
  .idernfbox1-pagination {
    padding-top: 10px;
    margin-top: 10px;
  }
  .swiper-close-btn {
    left: 50%;
    transform: translateX(-50%);
    width: 28px;
    height: 28px;
    top: -25px;
  }
}

@media screen and (max-width: 768px) {
  .idernfbox1Swiper .swiper-slide {
    flex-wrap: wrap;
  }
  .idernfbox1Swiper .img {
    width: 100%;
    height: auto;
  }

  .idernfbox1Swiper .text {
    padding: 10px 0;
  }
  .idernfbox1Con .item {
    width: 30%;
  }
}
@media screen and (max-width: 430px) {
  .idernfbox1Con .item {
    width: 50%;
  }
  .idernfbox1 .itemSwiper {
    top: 0;
  }
}

@media screen and (max-width: 992px) {
  .com-ftl {
    font-size: 18px;
  }
  .com-ftitle {
    font-size: 16px;
    width: 100%;
    margin-top: 10px;
  }
  .com-fls30 {
    font-size: 14px;
    line-height: 22px;
  }
  .idernfbox6 form .item {
    flex-wrap: wrap;
  }
  .idernfbox2 {
    padding: 20px 0;
  }
  .idernfbox2Con {
    margin-top: 20px;
    display: flex;
    flex-direction: column-reverse;
  }
  .idernfbox2Con .lt,
  .idernfbox6 .com-ftitle {
    width: 100%;
  }
  .idernfbox2Con .img {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .idernfbox2Con .lt .item .name {
    font-size: 16px;
  }
  .idernfbox2Con .lt .item .text .ls {
    font-size: 14px;
    line-height: 22px;
  }
  .idernfbox2Con .lt .item .tl {
    height: 50px;
  }

  .idernfbox3 {
    padding: 20px 0;
  }
  .idernfbox3Swiper {
    margin-top: 20px;
  }
  .idernfbox3Swiper .img {
    height: auto;
  }
  .idernfbox3Swiper .text {
    height: auto;
    padding: 20px;
  }
  .idernfbox3Swiper .text .name {
    font-size: 18px;
  }
  .idernfbox3Swiper .text .ls {
    font-size: 14px;
    line-height: 22px;
    margin: 10px 0;
  }
  .idernfbox3-pagination {
    margin-top: 20px;
  }
  .idernfbox4 {
    padding: 20px 0;
    background-attachment: scroll;
  }
  .idernfbox4Con {
    margin-top: 20px;
    flex-wrap: wrap;
    display: flex;
  }
  .idernfbox4Con .item {
    width: calc((100% - 10px) / 2);
    margin: 0 10px 10px 0 !important;
    height: auto;
    padding: 20px;
    background: none;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .idernfbox4Con .item:hover {
    background-color: rgba(255, 255, 255, 1);
  }
  .idernfbox4Con .item:nth-child(2n) {
    margin-right: 0 !important;
  }
  .idernfbox4Con .item .name {
    font-size: 16px;
    margin-top: 15px;
  }
  .idernfbox4Con .item .img {
    width: 60px;
    height: 60px;
  }
  .idernfbox5 {
    padding: 20px 0;
  }
  .idernfbox5 .com-card2 {
    display: flex;
    flex-direction: column;
  }
  .idernfbox5 .lt {
    width: 100%;
  }
  .idernfbox5 .rt {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    margin-left: 0;
    margin-top: 20px;
  }
  .idernfbox5 .lt li {
    font-size: 14px;
    line-height: 22px;
  }
  .idernfbox5 .rt .videoList .img {
    width: 120px;
    height: 80px;
  }
  .idernfbox6 {
    padding: 20px 0;
    background-size: cover;
  }
  .idernfbox6 form {
    margin-top: 20px;
  }
  .idernfbox6 form .item .input {
    width: 100%;
    margin-bottom: 23px;
    height: 45px;
  }
  .idernfbox6 form .item {
    margin-bottom: 0;
  }
  .idernfbox6 form input[type="text"],
  .idernfbox6 form textarea {
    font-size: 14px;
  }
  .idernfbox6 form .textarea {
    height: 120px;
  }
  .idernfbox6 form .ls {
    font-size: 14px;
    line-height: 22px;
    margin: 15px 0;
  }
  .idernfbox6 form input[type="submit"] {
    width: 50%;
    height: 40px;
    font-size: 16px;
    border-radius: 25px;
  }
}

@media screen and (max-width: 430px) {
  .idernfbox4Con .item {
    width: 100% !important;
    margin-right: 0 !important;
  }

  .idernfbox5 .rt .videoList {
    width: 100%;
    display: flex;
    justify-content: center;
    left: 0;
  }
  .idernfbox5 .rt .videoList .img {
    width: 30%;
    height: auto;
    aspect-ratio: 3/2;
  }
  .com-fmore {
    width: 50%;
    margin: 10px auto;
  }
}
