:root {
  --mainColor: #2d9e94;
  --col: #2a5d9e;
  --gradient-colors: #2dcafd, #005198;
}
@font-face {
  font-family: "Poppins-ExtraLight";
  src: url("fonts/Poppins-ExtraLight.ttf");
  font-display: swap;
}
.Crumbs_nav .active span {
  color: var(--mainColor);
}

.com-title {
  display: flex;
  justify-content: space-between;
}

.com-tl {
  font-size: 50px;
  font-weight: 600;
  font-family: Poppins-Regular;
  color: var(--mainColor);
}

.com-tl span {
  color: #3f3f3f;
}

.com-title .ls {
  width: 60%;
  font-size: 30px;
  line-height: 40px;
  color: #000000;
}

.com-title .ls strong {
  font-weight: 600;
  color: var(--mainColor);
}

.ider_LandingBox1 {
  width: 100%;
  height: auto;
}

.ider_LandingBox1 .canton_core_products_content_ul {
  margin-top: 70px;
}

.ider_LandingBox1 .canton_core_products_content_ul li:nth-child(1) img,
.ider_LandingBox1 .canton_core_products_content_ul li:nth-child(2) img,
.ider_LandingBox1 .canton_core_products_content_ul li:nth-child(3) img,
.ider_LandingBox1 .canton_core_products_content_ul li:nth-child(4) img {
  height: 70px;
  object-fit: contain;
}

.ider_LandingBox1 .canton_core_products_content_ul li:last-child img {
  height: 58px;
  object-fit: contain;
}

.ider_LandingBox1 .canton_core_products_content_ul_ico {
  border: 5px solid var(--mainColor);
}

.ider_LandingBox1
  .canton_core_products_content_ul
  li:hover
  .canton_core_products_content_ul_ico {
  background-color: var(--mainColor);
}

.ider_LandingBox1 .canton_core_products_content_ul:after {
  border: 1px dashed var(--mainColor);
}

.ider_LandingImg {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
  margin-top: 30px;
}

.ider_LandingBox2 {
  width: 100%;
  height: auto;
  padding: 75px 0 100px 0;
}

.ider_LandingBox2 .nav {
  width: 100%;
  height: 243px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ider_LandingBox2 .nav .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc((100% - 18px) / 3);
  height: 100%;
  background-color: #defffc;
  border-radius: 5px;
  transition: all 0.3s;
  cursor: pointer;
}

.ider_LandingBox2 .nav .item img {
  width: auto;
  height: auto;
  object-fit: contain;
  transition: all 0.3s;
}

.ider_LandingBox2 .nav .item h3 {
  font-family: Poppins-Bold;
  font-size: 24px;
  font-weight: 500;
  margin-top: 28px;
  color: #1f1f1f;
}

.ider_LandingBox2 .nav .item:hover {
  background-color: #d2fffb;
}

.ider_LandingBox2 .nav .item:hover img {
  transform: scale(1.1);
}

.ider_LandingBox2Con {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 9px;
  justify-content: space-between;
}

.ider_LandingBox2Con li {
  position: relative;
  height: auto;
  overflow: hidden;
  margin-bottom: 9px;
  width: 28.6%;
  cursor: pointer;
}

.ider_LandingBox2Con li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.3s;
}

.ider_LandingBox2Con li:nth-child(3),
.ider_LandingBox2Con li:nth-child(4) {
  width: 41.5%;
}

.ider_LandingBox2Con li .name {
  position: absolute;
  left: 0;
  bottom: 0;
  width: fit-content;
  height: 60px;
  line-height: 60px;
  background-color: rgba(43, 165, 139, 0.7);
  border-radius: 0px 50px 0px 0px;
  padding: 0 50px 0 20px;
  font-family: Poppins-Black;
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
}

.ider_LandingBox2Con li:hover img {
  transform: scale(1.1);
}

.ider_LandingBox3 {
  width: 100%;
  height: auto;
  padding: 70px 0 60px 0;
  background-color: #f1f1f1;
}

.ider_LandingBox3 .com-title .ls {
  width: 52%;
}

.ider_LandingBox3XCon {
  position: relative;
  width: 100%;
  height: auto;
  padding-left: 14%;
  margin-top: 60px;
}

.ider_LandingBox3_swiper {
  width: 100%;
  height: auto;
  overflow-x: clip !important;
  overflow: inherit;
}

.ider_LandingBox3_swiper .swiper-slide {
  width: 80%;
  display: flex;
  cursor: pointer;
  background-color: #ffffff;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 13px 18px 20px 50px;
}

.ider_LandingBox3_swiper .img {
  width: 64.5%;
  height: auto;
  margin-left: 60px;
  overflow: hidden;
}

.ider_LandingBox3_swiper .img img {
  width: 100%;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.3s;
}

.ider_LandingBox3_swiper .swiper-slide:hover img {
  transform: scale(1.1);
}

.ider_LandingBox3_swiper h3 {
  font-family: Poppins-Bold;
  font-size: 36px;
  font-weight: 500;
  color: var(--mainColor);
}

.ider_LandingBox3_swiper .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  padding: 60px 0 40px 0;
}

.ider_LandingBox3_swiper .ls {
  font-family: Poppins-Regular;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
  flex: 1;
  margin-top: 20px;
}

.ider_LandingBox3_swiper .ls a {
  color: var(--mainColor);
  text-decoration: underline;
}

.ider_LandingBox3_swiper .Inquiry {
  width: fit-content;
  display: none;
  padding: 0 60px;
  height: 58px;
  background-color: var(--mainColor);
  border-radius: 29px;
  font-family: Poppins-Regular;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  line-height: 58px;
  color: #ffffff;
}

.ider_LandingBox3_swiper .swiper-slide-active .Inquiry {
  display: block;
}

.ider_LandingBox3XCon .bto {
  display: flex;
  align-items: center;
  margin-top: 28px;
  justify-content: space-between;
  padding-right: 8%;
}

.ider_LandingBox3XCon .bto .rt {
  display: flex;
  align-items: center;
}

.ider_LandingBox3-prev,
.ider_LandingBox3-next,
.ider_LandingBox5-prev,
.ider_LandingBox5-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49px;
  font-size: 34px;
  height: 45px;
  cursor: pointer;
  color: #fff;
  background-color: rgba(71, 71, 71, 0.1);
  transition: all 0.3s;
}

.ider_LandingBox3-next {
  margin-right: 6px;
}

.ider_LandingBox3-next:hover,
.ider_LandingBox3-prev:hover,
.ider_LandingBox5-next:hover,
.ider_LandingBox5-prev:hover {
  background-color: var(--mainColor);
}

.ider_LandingBox3-pagination .swiper-pagination-bullet,
.ider_LandingBox5-pagination .swiper-pagination-bullet {
  background-color: #3f3f3f;
  opacity: 1;
  transition: all 0.3s;
  margin: 0 4px;
}

.ider_LandingBox3-pagination .swiper-pagination-bullet-active,
.ider_LandingBox5-pagination .swiper-pagination-bullet-active {
  background-color: var(--mainColor);
}

.ider_LandingBox4 {
  width: 100%;
  height: auto;
  padding: 80px 0;
}

.ider_LandingBox4 .com-title .ls {
  width: 50%;
}

.ider_LandingBox4 ul {
  margin-top: 45px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ider_LandingBox4 li {
  width: 24%;
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
  cursor: pointer;
}

.ider_LandingBox4 li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.3s;
}

.ider_LandingBox4 li:hover img {
  transform: scale(1.1);
}

.ider_LandingBox5 {
  width: 100%;
  height: auto;
  padding: 70px 0 40px 0;
  background-color: rgba(25, 175, 163, 0.1);
}

.ider_LandingBox5Con {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 60px;
}

.ider_LandingBox5_swiper {
  width: 100%;
  height: auto;
  overflow-x: clip;
}

.ider_LandingBox5_swiper .img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.ider_LandingBox5_swiper .img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.3s;
}

.ider_LandingBox5_swiper .text {
  width: 100%;
  height: 215px;
  background-color: #ffffff;
  box-shadow: 0px 0px 27px 0px rgba(107, 107, 107, 0.45);
  padding: 15px 30px 30px 35px;
}

.ider_LandingBox5_swiper .text h3 {
  font-size: 30px;
  line-height: 36px;
  color: var(--mainColor);
}

.ider_LandingBox5_swiper .text .ls {
  font-size: 18px;
  line-height: 36px;
  color: #3f3f3f;
  margin-top: 8px;
}

.ider_LandingBox5-next {
  position: absolute;
  left: 0;
  top: 200px;
  z-index: 666;
  background-color: rgba(63, 62, 62, 0.8);
}

.ider_LandingBox5-prev {
  position: absolute;
  right: 0;
  top: 200px;
  z-index: 666;
  background-color: rgba(63, 62, 62, 0.8);
}

.ider_LandingBox5Con .bto {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.ider_LandingBox5_swiper .swiper-slide:hover img {
  transform: scale(1.1);
}

.ider_LandingBox6 {
  width: 100%;
  height: auto;
  padding: 100px 0 80px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ider_LandingBox6 .danzon_contentWH {
  display: flex;
}

.ider_LandingBox6 .img {
  width: 60%;
  height: auto;
  overflow: hidden;
  margin-right: 40px;
  overflow: hidden;
}

.ider_LandingBox6 .img:hover img {
  transform: scale(1.1);
}

.ider_LandingBox6 .img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.3s;
}

.ider_LandingBox6 .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-top: 30px;
  justify-content: space-between;
}

.ider_LandingBox6 .text .ls {
  font-size: 30px;
  line-height: 36px;
  color: #000000;
  margin: 25px 0;
}

.ider_LandingBox6 .text li {
  font-size: 20px;
  line-height: 48px;
  color: #000000;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-family: Poppins-Regular;
}

.ider_LandingBox6 .text li::before {
  margin-right: 10px;
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  background-color: var(--mainColor);
  border-radius: 1px;
  transform: rotate(45deg);
}

.ider_LandingBox6 .text .mores {
  display: block;
  width: fit-content;
  padding: 0 100px;
  height: 58px;
  background-color: var(--mainColor);
  border-radius: 29px;
  font-size: 18px;
  text-align: center;
  margin-top: 15px;
  line-height: 58px;
  color: #ffffff;
}

.ider_LandingBox7 {
  width: 100%;
  height: auto;
  background: url(../images/ider_bg1.jpg) bottom no-repeat;
  background-size: cover;
  background-position-y: 2px;
}

.ider_LandingBox7 .danzon_service_content_left_title h4 {
  font-weight: 500;
  color: var(--mainColor);
}

.ider_LandingBox7 .danzon_service_content_left_form_btn,
.ider_LandingBox7 .danzon_service_content_right {
  background: none;
  background-color: var(--mainColor);
}

.ider_LandingBox7 .danzon_service_content_left {
  box-shadow: 0px 0px 14px 2px rgba(101, 101, 101, 0.16);
}

.ider_LandingBox7 .danzon_service_content_right_content h4 {
  font-weight: 600;
}

.ider_LandingBox7 .danzon_service_content_right {
  align-items: baseline;
}

.ider_LandingBox7 .danzon_service_box {
  background-color: transparent;
}

.ider_LandingBox7 .server3 .conBox a {
  width: 218px;
  height: 49px;
  line-height: 49px;
  background-color: #1f1f1f;
  border-radius: 10px;
}

.ider_LandingBox7 .server3 {
  border-bottom: none;
  background-color: rgba(238, 237, 237, 0.5);
}

.ider_LandingBox7 .footer_box {
  background-color: rgba(238, 237, 237, 0.5);
}

.ider_LandingBox7 .footer_follow ul li a {
  display: block;
  border: solid 1px #434343;
  border-radius: 50%;
  width: 38px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ider_LandingBox7 .footer_follow ul li {
  transition: all 0.3s;
}

.ider_LandingBox7 .footer_follow ul li:hover {
  transform: translateY(-10px);
}

.ider_LandingBox7 .footer_box .footer_copyright .text a {
  font-weight: 600;
  color: #000;
}

.ider_LandingBox7 .footer_box .footer_copyright {
  border-top: none;
}
.ider_LandingBox8.Fast_contact ul li.onlineservice_li {
  background-color: var(--mainColor);
}
.comTxt {
  background: linear-gradient(90deg, var(--gradient-colors));
  background-size: 80% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: gradient 3s linear infinite;
}
.com-tl2 {
  text-align: center;
  font-size: 72px;
  font-weight: 500;
  line-height: 1;
}
.com-title2 {
  width: 75%;
  margin: 0 auto;
  margin-top: 1%;
  text-decoration: underline;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  color: #000000;
}

.iderUsBox1 {
  width: 100%;
  height: auto;
  padding-top: 4%;
  border-top: 1px solid rgba(56, 103, 190, 0.2);
}
.iderUsBox1Con {
  width: 100%;
  height: auto;
  /* background-attachment: fixed !important; */
  background: url(../picture/bg1.png) top no-repeat;
  background-size: cover;
  margin-top: 3%;
}
.iderUsBox1Con .top {
  padding: 40% 0 6.5% 0;
}
.iderUsBox1Con .imgs {
  width: 100%;
  height: auto;
}
.iderUsBox1Con .imgs img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.iderUsBox1Con ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(138px, 1fr));
  gap: 14px;
}
.flex-con {
  display: flex;
  align-items: center;
  justify-content: center;
}
.iderUsBox1Con ul li {
  width: 100%;
}
.iderUsBox1Con li .img {
  width: 100%;
  height: 112px;
  background-color: var(--col);
  border-radius: 10px;
}
.iderUsBox1Con li .img img {
  transition: all 0.3s;
}
.iderUsBox1Con li .text {
  width: 100%;
  height: 110px;
  background-color: #ffffff;
  border-radius: 10px;
  font-size: 16px;
  padding: 15px 10px 10px;
  text-align: center;
  line-height: 24px;
  color: #3c3c3c;
}

.iderUsBox1Con .bto {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
}
.iderUsBox1Con .bto .item {
  position: relative;
  width: 100%;
  height: 376px;
  overflow: hidden;
}
.hoverImg:hover img {
  transform: scale(1.2);
}
.tranImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.5s;
}
.iderUsBox1Con .bto .ls {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 100%;
  z-index: 2;
  padding: 0 2% 3% 5%;
}
.iderUsBox1Con .bto .ls ::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}
.iderUsBox1Con .bto .name {
  font-size: 30px;
  color: #efefef;
}
.iderUsBox1Con .bto .type {
  font-size: 24px;
  color: #efefef;
}

.iderUsBox2 {
  width: 100%;
  height: auto;
  padding: 8% 0 6% 0;
}
.iderUsBox2 .top {
  width: 100%;
  margin-top: 2.5%;
}
.iderUsBox2-prev,
.iderUsBox2-next {
  cursor: pointer;
  width: 56px;
  height: 56px;
  background-color: rgba(55, 117, 189, 0.1);
  transition: all 0.3s;
  border-radius: 50%;
  font-family: Poppins-ExtraLight;
  font-size: 36px;
  color: #979797;
}
.iderUsBox2-prev {
  margin-right: 6px;
}
.iderUsBox2-prev:hover,
.iderUsBox2-next:hover {
  background-color: var(--col);
  color: #fff;
}

.iderUsBox2Swiper {
  width: 100%;
  overflow-x: clip;
  height: auto;
  margin-top: 4%;
}
.iderUsBox2Swiper .swiper-slide {
  width: 1200px;
  height: 600px;
}
.iderUsBox2Swiper .con {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 73px 0px rgba(107, 107, 107, 0.23);
  border-radius: 10px;
  padding: 4% 2% 2%;
}
.iderUsBox2Swiper .con .name {
  font-size: 36px;
  font-weight: 700;
  height: 0;
  overflow: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.3s;
  color: var(--col);
}
.iderUsBox2Swiper .con .ls {
  font-size: 24px;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  height: 0;
  overflow: hidden;
  opacity: 0;
  margin-top: 1%;
  line-height: 36px;
  color: #313131;
  transition: all 0.3s;
}
.iderUsBox2Swiper .con .img {
  width: 100%;
  height: 496px;
  overflow: hidden;
  transition: all 0.3s;
  border-radius: 10px;
}
.iderUsBox2Swiper .con .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
.iderUsBox2Swiper .swiper-slide-active .img {
  height: 376px;
  margin-top: 2%;
}
.iderUsBox2Swiper .swiper-slide-active .name,
.iderUsBox2Swiper .swiper-slide-active .ls {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.iderUsBox3 {
  width: 100%;
  height: auto;
  padding: 5% 0;
  background: url(../picture/bg3.png) no-repeat;
  background-size: cover;
}
.iderUsBox3 .com-tl2,
.iderUsBox3 .com-title2 {
  color: #fff;
}

.iderUsBox3Swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 2.6%;
}
.iderUsBox3Swiper .img {
  width: 100%;
  overflow: hidden;
  height: 315px;
}
.iderUsBox3-pagination {
  margin-top: 2.6%;
}
.iderUsBox3-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background-color: #ffffff;
  opacity: 0.5;
  transition: all 0.3s;
  margin: 0 10px;
}
.iderUsBox3-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.iderUsBox4 {
  width: 100%;
  height: auto;
  padding: 4% 0 6% 0;
}

.iderUsBox4Swiper {
  position: relative;
  width: 100%;
  height: auto;
  overflow-x: clip;
  margin-top: 5%;
}
.iderUsBox4Swiper .img {
  display: flex;
  width: 100%;
  height: 307px;
  overflow: hidden;
  border-radius: 2px;
}
.iderUsBox4Swiper .text {
  width: 100%;
  height: 208px;
  padding: 3.5% 5% 5%;
  background-color: #ffffff;
  box-shadow: 0px 0px 18px 0px rgba(107, 107, 107, 0.13);
  border-radius: 2px;
}
.iderUsBox4Swiper .text .addres {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  padding-left: 25px;
  background: url(../picture/ims1-8.png) no-repeat;
  background-size: 15px 20px;
  color: #2d2d2d;
  background-position-y: 5px;
}
.iderUsBox4Swiper .text .ls {
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  margin-top: 4%;
}
.iderUsBox4Swiper .text .ls strong {
  color: var(--col);
}
.iderUsBox4-prev,
.iderUsBox4-next {
  cursor: pointer;
  position: absolute;
  top: 28%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #ffffff;
  font-family: Poppins-ExtraLight;
  font-size: 36px;
  z-index: 2;
  transition: all 0.3s;
  color: var(--col);
}
.iderUsBox4-prev {
  left: 11px;
}
.iderUsBox4-next {
  right: 11px;
}
.iderUsBox4-next:hover,
.iderUsBox4-prev:hover {
  color: #fff;
  background-color: var(--col);
}

.iderUsBox5 {
  width: 100%;
  background-color: rgba(43, 102, 179, 0.1);
  height: auto;
  padding: 6% 0;
}
.iderUsBox5 .danzon_contentWH {
  display: flex;
  align-items: center;
}
.iderUsBox5 .img {
  width: 50%;
  margin-right: 3.6%;
  overflow: hidden;
}
.iderUsBox5 .text {
  flex: 1;
}
.iderUsBox5 .text .ls {
  font-size: 24px;
  margin: 3% 0 4% 0;
  color: #313131;
}
.iderUsBox5 .text .imgs {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  margin-right: 14px;
  background-color: #ffffff;
  box-shadow: 0px 0px 18px 0px rgba(107, 107, 107, 0.21);
}
.iderUsBox5 .com-tl2 {
  text-align: left;
}
.iderUsBox5 .text ul {
  display: flex;
  flex-wrap: wrap;
}
.iderUsBox5 .text ul li {
  display: flex;
  width: calc(100% / 2);
  align-items: center;
  margin-bottom: 4%;
}
.iderUsBox5 .text ul li img {
  height: 38px;
  width: auto;
  object-fit: contain;
  transition: all 0.5s;
}
.iderUsBox5 .text .mores {
  display: block;
  width: 235px;
  height: 58px;
  line-height: 58px;
  background-image:
    linear-gradient(91deg, #2dcafd 0%, #005198 100%),
    linear-gradient(#2a5d9e, #2a5d9e);
  background-blend-mode: normal, normal;
  border-radius: 29px;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  margin-top: 4%;
}

.iderUsBox6 {
  background: url(../picture/bg2.png) no-repeat;
  background-size: cover;
}
.iderUsBox6 .danzon_service_content_left_title h4 {
  color: transparent;
  font-weight: 700;
  background-size: 89% auto;
}
.iderUsBox6 .danzon_service_content_left_form input,
.iderUsBox6 .danzon_service_content_left_form select,
.iderUsBox6 .danzon_service_content_left_form textarea {
  border-color: rgba(0, 0, 0, 0.3);
}
.danzon_service_content_left_form label.tips {
  color: red;
  font-size: 13px;
}
.iderUsBox6 .danzon_service_content_left_form_btn {
  background-image:
    linear-gradient(91deg, #2dcafd 0%, #005198 100%),
    linear-gradient(#000000, #000000);
  background-blend-mode: normal, normal;
}
.iderUsBox6 .danzon_service_content_right_content h4 {
  font-weight: 700;
}
@media screen and (max-width: 1660px) {
  .ider_LandingBox3_swiper .img {
    width: 50%;
  }

  .ider_LandingBox3XCon {
    padding-left: 10%;
  }
  .com-tl2 {
    font-size: 60px;
  }
  .ider_LandingBox5_swiper .text {
    height: auto;
  }
}

@media screen and (max-width: 1400px) {
  .ider_LandingBox1 {
    padding-bottom: 0;
  }
  .com-tl2 {
    font-size: 44px;
  }
  .ider_LandingBox2 {
    padding: 5% 0;
  }
  .iderUsBox1Con .bto .item {
    height: auto;
  }
  .iderUsBox1Con .bto .name {
    font-size: 20px;
  }
  .iderUsBox1Con .bto .type {
    font-size: 16px;
  }
}

@media screen and (max-width: 1200px) {
  .com-title {
    flex-wrap: wrap;
  }

  .com-title .ls {
    width: 100%;
    margin-top: 10px;
    font-size: 24px;
  }

  .ider_LandingBox1 .canton_core_products_content_ul {
    margin-top: 15px;
  }

  .com-tl {
    font-size: 36px;
  }

  .ider_LandingBox2 .nav .item h3 {
    font-size: 18px;
  }

  .ider_LandingBox2 .nav {
    height: auto;
  }

  .ider_LandingBox2 .nav .item {
    padding: 5% 0;
    text-align: center;
  }

  .ider_LandingBox3XCon {
    padding: 0;
  }

  .ider_LandingBox3XCon .bto {
    padding: 0 4%;
  }

  .ider_LandingBox3_swiper .Inquiry {
    margin-top: 10px;
  }

  .ider_LandingBox3 .com-title .ls,
  .ider_LandingBox4 .com-title .ls {
    width: 100%;
  }

  .ider_LandingBox3,
  .ider_LandingBox4,
  .ider_LandingBox5,
  .ider_LandingBox6 {
    padding: 4% 0;
  }

  .ider_LandingBox3XCon,
  .ider_LandingBox4 ul,
  .ider_LandingBox5Con {
    margin-top: 4%;
  }
  .iderUsBox1Con .bto {
    grid-template-columns: repeat(2, 1fr);
  }

  .iderUsBox4Swiper .text .addres {
    font-size: 16px;
    line-height: 26px;
  }
  .iderUsBox4Swiper .text .ls {
    font-size: 14px;
    line-height: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .iderUsBox2Swiper .con .name {
    font-size: 18px;
  }
  .iderUsBox2Swiper .con .ls {
    font-size: 16px;
    line-height: 25px;
    width: 100%;
  }
  .iderUsBox2Swiper .con,
  .iderUsBox2Swiper .swiper-slide,
  .iderUsBox2Swiper .swiper-slide-active .img,
  .iderUsBox2Swiper .con .img,
  .iderUsBox3Swiper .img,
  .iderUsBox4Swiper .img,
  .iderUsBox4Swiper .text {
    height: auto;
  }
  .iderUsBox5 .danzon_contentWH {
    flex-wrap: wrap;
  }
  .iderUsBox5 .img {
    width: 100%;
    height: auto;
    margin: 0 0 3% 0;
  }
  .iderUsBox5 .text {
    flex: none;
    width: 100%;
  }
  .iderUsBox2-prev,
  .iderUsBox2-next {
    width: 35px;
    height: 35px;
    font-size: 22px;
  }
  .iderUsBox4-prev {
    margin-right: 4%;
  }
  .iderUsBox4-prev,
  .iderUsBox4-next {
    width: 35px;
    height: 35px;
    font-size: 22px;
    position: static;
    transform: translate(0);
    background-color: #eeee;
  }
  .iderUsBox4Swiper .bto {
    margin-top: 2%;
  }
}
@media screen and (max-width: 992px) {
  .ider_LandingBox1 .canton_core_products_content_ul li:nth-child(1) img,
  .ider_LandingBox1 .canton_core_products_content_ul li:nth-child(2) img,
  .ider_LandingBox1 .canton_core_products_content_ul li:nth-child(3) img,
  .ider_LandingBox1 .canton_core_products_content_ul li:nth-child(4) img,
  .ider_LandingBox1 .canton_core_products_content_ul li:last-child img {
    height: 40px;
  }

  .ider_LandingBox2Con li .name {
    height: auto;
    padding: 3% 5%;
    font-size: 16px;
    line-height: 25px;
  }

  .ider_LandingBox3_swiper .swiper-slide {
    flex-wrap: wrap;
    padding: 3%;
  }

  .ider_LandingBox6 .danzon_contentWH {
    flex-wrap: wrap;
  }

  .ider_LandingBox3_swiper .img {
    width: 100%;
    margin: 10px 0 0;
  }

  .ider_LandingBox3_swiper .Inquiry {
    display: block;
  }

  .ider_LandingBox4 ul {
    justify-content: flex-start;
  }

  .ider_LandingBox4 li {
    width: calc((100% - 10px) / 2);
    margin: 0 10px 10px 0;
  }

  .ider_LandingBox4 li:nth-child(2n) {
    margin-right: 0;
  }

  .ider_LandingBox6 .text {
    flex: none;
    width: 100%;
  }

  .ider_LandingBox6 .img {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .ider_LandingBox2 .nav {
    flex-wrap: wrap;
  }

  .ider_LandingBox2 .nav .item {
    width: 100%;
    margin-bottom: 10px;
  }

  .ider_LandingBox2Con li {
    width: calc((100% - 10px) / 2) !important;
  }
  .iderUsBox1Con {
    background-attachment: fixed !important;
  }
  .iderUsBox1Con .top {
    padding: 6% 0;
  }
}

@media screen and (max-width: 430px) {
  .iderUsBox1Con .bto {
    grid-template-columns: repeat(1, 1fr);
  }
  .com-tl,
  .ider_LandingBox3_swiper h3,
  .com-tl2 {
    font-size: 18px;
  }
  .com-title2,
  .iderUsBox5 .text ul li {
    width: 100%;
  }
  .iderUsBox5 .text .mores {
    width: fit-content;
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    border-radius: 20px;
    font-size: 16px;
  }
  .com-title .ls,
  .ider_LandingBox3_swiper .ls,
  .ider_LandingBox5_swiper .text h3,
  .ider_LandingBox6 .text .ls,
  .com-title2,
  .iderUsBox5 .text .ls {
    font-size: 16px;
    line-height: 25px;
  }

  .ider_LandingBox2Con li,
  .ider_LandingBox2Con li:nth-child(3),
  .ider_LandingBox2Con li:nth-child(4) {
    width: 100% !important;
  }

  .ider_LandingBox2 .nav .item h3 {
    margin-top: 10px;
  }

  .ider_LandingBox2 .nav .item img {
    width: 45px;
    height: 45px;
  }

  .ider_LandingBox3_swiper .Inquiry {
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    padding: 0 15px;
  }

  .ider_LandingBox3_swiper .text {
    padding: 5% 0;
  }

  .ider_LandingBox5_swiper .text .ls,
  .ider_LandingBox6 .text li {
    font-size: 14px;
    line-height: 24px;
  }

  .ider_LandingBox5_swiper .text {
    padding: 3%;
  }

  .ider_LandingBox5-next,
  .ider_LandingBox5-prev {
    position: static;
  }

  .ider_LandingBox5Con .bto {
    margin-top: 15px;
  }

  .ider_LandingBox5-pagination {
    margin: 0 15px;
  }

  .ider_LandingBox6 .text li::before {
    margin-right: 5px;
    width: 5px;
    height: 5px;
  }

  .ider_LandingBox6 .text .ls {
    margin: 10px 0;
  }

  .ider_LandingBox6 .text .mores {
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    font-size: 15px;
  }
}
