.ipromain {
  position: relative;
}

.iproSwiper {
  max-width: 1240px !important;
  margin: 0 auto !important;
  position: static !important;
  padding: 150px 150px 150px 0px;
}

.indexproductwrapper_img img {
  width: 100%;
}

.swiperbtns {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -40%);
  width: 115%;
  z-index: 11;
}

.iproSwiper .swiper-button-next {
  right: 0px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  z-index: 999999;
  position: absolute;
  border-radius: 50%;
  transition: all ease 0.3s;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: var(--primary-color);
  color: #fff;
}

.iproSwiper .swiper-button-prev {
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  z-index: 999999;
  position: absolute;
  border-radius: 50%;
  transition: all ease 0.3s;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: var(--primary-color);
  color: #fff;
}

.iproSwiper .swiper-button-next::after,
.iproSwiper .swiper-button-prev::after {
  font-size: 18px;
}

.iproSwiper .swiper-button-next:hover,
.iproSwiper .swiper-button-prev:hover {
  transition: all ease 0.3s;
  color: var(--primary-color);
  background-color: #fff;
}

.iproSwiper .swiper-pagination {
  width: 150px;
  background: #fff;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 150px 0;
}

.iproSwiper .swiper-pagination-bullet {
  width: auto;
  height: auto;
  background: transparent;
  font-size: 14px;
  border-radius: 0;
  height: 38px;
  line-height: 38px;
  opacity: 1;
}

.iproSwiper .swiper-pagination-bullet-active {
  border-bottom: 2px solid var(--primary-color);
  font-size: 18px;
  font-weight: bold;
  background: transparent;
}

.ipro_des {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ipro_des span {
  position: absolute;
  right: 0;
  top: -35%;
  font-size: 360px;
  line-height: 1;
  color: var(--primary-lighter);
  font-weight: bold;
  font-family: "PingFang-Regular", "PingFang Bold", Arial, Helvetica, sans-serif;
  z-index: -1;
}

.indexTitle {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  font-family: "PingFang-Regular", "PingFang Bold", Arial, Helvetica, sans-serif;
  z-index: 0;
}

.indexTitle::before {
  position: absolute;
  content: "";
  bottom: 1px;
  left: 0px;
  width: 48px;
  height: 9px;
  background: var(--primary-color);
  z-index: -1;
}

.ipro_des h3 {
  margin: 70px 0 30px;
}

.ipro_des h3 {
  position: relative;
  font-size: 21px;
  line-height: 1.3;
  font-weight: bold;
  color: #000;
  font-family: "PingFang-Regular", "PingFang Bold", Arial, Helvetica, sans-serif;
  z-index: 0;
}

.ipro_box p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 3px;
  color: #000;
}

.ipro_btn {
  margin-top: 60px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.ipro_btn a {
  display: block;
  padding: 6px 34px;
  line-height: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 20px;
  transition: all ease 0.3s;
}

.ipro_btn a:hover {
  background: transparent;
  color: var(--primary-color);
}



/* indexAbout */
.indexAbout {
  padding: 100px 0 10px;
  background-image: linear-gradient(0deg, #fff 6%, var(--primary-color) 6%);
}

.iAbout_left {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.iAbout_left h2 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}

.iAbout_left h1 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
}

.iAbout_left>p {
  font-size: 14px;
  color: #fff;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  /* word-break: break-all; */
}

.iAbout_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 25px 10px;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: all ease 0.3s;
}

.iAbout_box i {
  display: block;
  height: 50px;
  color: var(--primary-color);
  font-size: 50px;
  line-height: 50px;
  transition: all ease 0.3s;
}

.iAbout_num span {
  font-size: 16px;
  font-weight: bold;
  color: var(--primary-txt);
  transition: all ease 0.3s;
}

.iAbout_box>p {
  color: var(--primary-txt);
  font-size: 13px;
  line-height: 1.3;
  text-align: center;
  word-wrap: break-word;
  transition: all ease 0.3s;
}

.iAbout_box:hover {
  background: var(--primary-light);
}

.iAbout_box:hover i,
.iAbout_box:hover p,
.iAbout_box:hover span {
  color: #fff;
}

.iabout_right {
  position: relative;
}

.iabout_rimg {
  display: block;
  position: relative;
  margin-top: 60px;
}

.iabout_rimg img {
  width: calc(100% - 15px);
  position: relative;
  object-fit: cover;
  transform: translate(0px, -15px);
  transition: all ease 0.5s;
  z-index: 999;
  border-top-left-radius: 160px;
}

.indexAbout:hover img {
  transition: all ease 0.5s;
  transform: translate(15px, 0);
}

.iabout_rbg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  width: calc(100% - 15px);
  height: 100%;
  background-color: var(--primary-light);
  border-top-left-radius: 160px;
}


/* indexService */
.indexService {
  padding: 80px 0 70px;
}

.indexService .indexTitle,
.indexHonor .indexTitle {
  margin-bottom: 90px;
}

.indexService .row>div {
  margin-bottom: 30px;
}

.iser_box {
  height: 100%;
  background: var(--primary-color);
}

.iser_img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 66%;
}

.iser_img img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}

.iser_des {
  padding: 12px 30px;
  background: var(--primary-color);
  color: #fff;
  text-align: center;
}

.iser_des h3 {
  font-size: 15px;
  line-height: 1.3;
  font-weight: bold;
}

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


/* indexHonor */
.iHonor_bot {
  padding: 65px 0;
  background: url(../images/ihbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.iHonorSwiper .swiper-wrapper,
.iLogoSwiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.iHonor_box {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 146%;
  border-radius: 10px;
}

.iHonor_box img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
}

.iLogoSwiper {
  padding: 70px 0;
}

.iLogo_box {
  border-radius: 10px;
  overflow: hidden;
  padding: 15px 30px;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.iLogo_img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 40%;
}

.iLogo_img img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
}


/* indexNews */
.indexNews .indexTitle {
  margin-bottom: 75px;
}

.iNews_mid {
  padding-bottom: 30px;
  background: linear-gradient(0deg, var(--primary-color) 60%, #fff 60%);
}

.iNews_mid .row>div {
  margin-bottom: 30px;
}

.inews_mbox {
  width: 90%;
  margin: auto;
  height: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
  border-radius: 15px;

}

.inews_mimg {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  display: block;
  padding-top: 95%;
}

.inews_mimg::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.inews_mimg img {
  width: 100%;
  vertical-align: middle;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.inews_mcontent {
  display: block;
  position: absolute;
  bottom: -50%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 80%;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 20px 15px;
  border: 3px solid #fff;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  z-index: 2;
}

.inews_mcontent h3 {
  font-size: 24px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  white-space: normal;
  word-break: break-all;
}

.inews_mcontent span {
  display: block;
  width: 50%;
  height: 3px;
  background-color: #fff;
  text-align: center;
  margin: 12px auto;
}

.inews_mcontent p {
  font-size: 14px;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  white-space: normal;
  word-break: break-all;
}

.inews_more {
  display: inline-block;
  width: 100%;
  padding: 12px 33px 40px;
  border-radius: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  z-index: 2;
  background: rgba(1, 100, 54, 0.7);
}


.inews_more h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  display: -webkit-box;
  color: #fff;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-transform: uppercase;
}

.inews_mbox:hover .inews_mcontent {
  bottom: 50%;
  transform: translate(-50%, 50%);
  opacity: 1;
}

.inews_mbox:hover .inews_more {
  bottom: -50%;
}

.iNews_bot {
  padding: 70px 0;
}

.indexnews_bmain {
  height: 100%;
  position: relative;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 24px;
  overflow: hidden;
}

.indexnews_bbox {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 25px 10px;
  transition: all ease 0.3s;
  cursor: pointer;
  border-bottom: 1px #eee solid;
}

.indexnews_times {
  text-align: center;
  border-right: 1px #ddd solid;
  flex: 0 15%;
}


.indexnews_times span {
  transition: all ease 0.3s;
  color: #8b8b8b;
}

.indexnews_times h2 {
  margin-top: 3px;
  font-size: 20px;
  font-weight: bold;
  transition: all ease 0.3s;
}

.indexnews_title {
  flex: 0 85%;
  padding: 0 10px 0 30px;
}

.indexnews_title h2 a {
  font-size: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: bold;
  color: #4b4b4b;
  transition: all ease 0.3s;
}

.indexnews_title span {
  margin-top: 3px;
  color: #4b4b4b;
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: bold;
  transition: all ease 0.3s;
}

.indexnews_bbox:hover {
  background-color: var(--primary-color);
  transition: all ease 0.3s;
}

.indexnews_bbox:hover a,
.indexnews_bbox:hover span,
.indexnews_bbox:hover h2 {
  color: #fff;
}



/* index_contact */
.index_contact {
  background-color: #f4f4f4;
  margin-bottom: 60px;
  overflow: hidden;
}

.index_contact .container {
  max-width: 100% !important;
}

.indexCon_left {
  padding: 0;
}

.indexConLeft {
  height: 100%;
}

.indexCon_img {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.indexCon_img img {
  object-fit: cover;
  height: 100%;
}

.indexCon_right {
  padding: 0;
}

.indexCon_right {
  background-color: #f4f4f4;
  padding-top: 80px;
}

.indexCon_right .indexTitle {
  font-size: 22px;
  text-transform: uppercase;
  margin-left: 60px;
  margin-bottom: 10px;
}

.index_contact .yandex-form {
  min-height: fit-content;
}

.index_contact .contact_inquiry_form_main {
  background-color: #f4f4f4;
  padding: 0px;
}

.index_contact .contact_inquiry_form_main .list {
  margin-left: 60px;
  margin-right: 30%;
}

.index_contact .yandex-form #form #submit {
  margin-bottom: 0;
  line-height: 4;
  background-color: var(--primary-color);
}

.index_contact .yandex-form #form .list p {
  line-height: 1.5;
}

.index_contact .yandex-form #form .list input,
.index_contact .yandex-form #form .list textarea {
  padding: 10px 5px 10px 10px;
  border: none;
  border-bottom: solid #ddd 1px;
  background: transparent;
}

.index_contact .yandex-form #form .list textarea {
  height: 85px;
}

/* footer */
.index_footer {
  padding: 50px 0;
  background-color: var(--primary-color);
  position: relative;
  overflow: hidden;
}

.footer_mid {
  width: 80%;
  padding: 30px 0;
  margin: auto;
  border-top: 1px solid var(--primary-light);
  border-bottom: 1px solid var(--primary-light);
}

.footer_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.index_footer .container {
  z-index: 999;
  position: relative;
}

.footer_logo img {
  max-width: 180px;
  vertical-align: middle;
  max-height: initial;
}

.footer_main1 {
  padding-right: 18%;
}

.footer_mainp {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  word-wrap: break-word;
  word-break: break-all;
}

.footer_main h2 {
  font-size: 14px;
  color: #fff;
  margin-bottom: 20px;
}

.index_footer .public_ad_header_social_media {
  justify-content: flex-start;
  margin-left: 0;
}

.public_ad_header_social_media {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 30px;
  gap: 15px;
}

.public_ad_header_social_media a {
  border: 1px solid var(--primary-color);
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: var(--primary-color);
  text-align: center;
  display: flex;
  justify-content: center;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.public_ad_header_social_media a i {
  font-size: 18px;
  text-align: center;
  color: #fff;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.public_ad_header_social_media a:hover {
  background-color: #fff;
}

.public_ad_header_social_media a:hover i {
  color: var(--primary-color);
}

.footer_page h3,
.footer_contact h3,
.footer_nav h3 {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer_page a {
  display: block;
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
  text-transform: capitalize;
  word-wrap: break-word;
  word-break: break-all;
}

.footer_page a:hover {
  text-decoration: underline !important;
  color: #eee;
}

.footer_contact li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}

.footer_contact li i {
  font-size: 24px;
  line-height: 1;
  color: #fff;
  margin-right: 10px;
  padding: 9px 9px;
  border-radius: 4px;
}

.footer_conbox {
  padding: 9px 0;
}

.footer_p p {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  word-wrap: break-word;
  word-break: break-all;
}

.footer_p {
  max-width: 300px;
  margin-bottom: 20px;
}

.footer_contact li p {
  font-size: 16px;
  color: #fff;
  flex: 1;
}

.footer_contact li a {
  font-size: 16px;
  color: #fff;
  flex: 1;
}

.footer_copyrights {
  padding: 30px 0 0px 0;
  width: 100%;
  font-size: 18px;
  color: #fff;
}

.footer_copyrights_name {
  font-size: 18px;
  color: #fff;
}

.footer_copyrights_p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
  color: #ddd;
}

.footer_Powered {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.footer_copyrights_p p {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #ddd;
  display: inline;
  margin-bottom: 10px;
}

.footer_copyrights_p a {
  font-size: 16px;
  color: #ddd;
  display: inline;
  text-transform: uppercase;
}

.footer_tags {
  padding: 0 0 25px 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}

.footer_tags p {
  font-size: 12px;
  color: #fff;
  text-transform: capitalize;
  margin-right: 10px;
}

.footer_tags a {
  font-size: 12px;
  color: #fff;
  display: block;
  margin: 3px 5px 3px 0px;
}

.footer_tags a:hover {
  text-decoration: underline !important;
  color: #eee;
}



/* shi pei */
@media (max-width:575px) {
  .bg-dark {
    background-color: #fff !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }

  .navbar-toggler {
    background-color: var(--primary-color);
  }

  .btn:hover {
    background-color: #333 !important;
    border-color: #333 !important;
  }

  .text-bg-dark {
    background-color: #fff !important;
  }

  .navbar-nav .show>.nav-link,
  .navbar-nav .nav-link.active {
    color: #111;
    font-weight: bold;
  }

  .nav-link {
    color: #111;
  }

  .nav-link:hover,
  .nav-link:focus {
    color: #111;
  }

  .btn-close {
    --bs-btn-close-white-filter: auto;
  }

  .dropdown-menu-dark {
    --bs-dropdown-bg: transparent;
  }

  .dropdown-item {
    color: #222;
  }

  .dropdown-item:hover,
  .dropdown-item:focus {
    background-color: var(--primary-color);
  }


  .iproSwiper {
    padding: 80px 80px 40px 0px;
  }

  .iproSwiper .swiper-pagination {
    width: 83px;
    right: -2px;
    padding: 80px 2px 30px 0;
    justify-content: flex-start;
  }

  .swiperbtns {
    width: 100%;
    top: 86%;
  }

  .iproSwiper .swiper-button-prev {
    right: 15px;
    left: auto;
    bottom: 64px;
    top: auto;
  }

  .iproSwiper .swiper-button-next {
    right: 15px;
    bottom: 0px;
    left: auto;
    top: auto;
  }

  .ipro_btn {
    margin-top: 30px;
  }

  .indexTitle {
    font-size: 26px;
    word-break: break-all;
  }

  .ipro_des h3 {
    font-size: 18px;
    margin: 30px 0 16px;
  }

  .ipro_des span {
    top: -20%;
    font-size: 200px;
  }

  .indexproductwrapper_img {
    margin-top: 20px;
  }

  .indexAbout {
    padding: 50px 0 10px;
  }

  .iAbout_left {
    gap: 16px;
  }

  .iAbout_lmain>div {
    margin-bottom: 20px;
  }

  .iabout_rimg {
    margin-top: 30px;
  }

  .indexService {
    padding: 40px 0 20px;
  }

  .indexService .indexTitle,
  .indexHonor .indexTitle,
  .indexNews .indexTitle {
    margin-bottom: 30px;
  }

  .iHonor_bot,
  .iLogoSwiper {
    padding: 50px 0;
  }

  .indexnews_times {
    flex: 0 26%;
  }

  .indexnews_title {
    flex: 0 74%;
    padding-left: 20px;
  }

  .inews_more {
    padding: 12px 33px 20px;
  }

  .iNews_bot {
    padding: 50px 0;
  }

  .iNews_bot .row>div:nth-child(1) {
    margin-bottom: 25px;
  }

  .indexnews_title h2 a {
    font-size: 20px;
  }

  .indexnews_title span {
    font-size: 16px;
  }

  .indexnews_bbox {
    padding: 20px 8px;
  }

  .indexCon_right {
    padding-top: 40px;
  }

  .indexConRight {
    padding: 0 5% 50px;
  }

  .indexCon_right .indexTitle,
  .index_contact .contact_inquiry_form_main .list {
    margin-left: 0;
    margin-right: 0;
  }

  .index_contact .yandex-form #form #submit {
    line-height: 3;
  }

  .index_contact {
    background-color: #f4f4f4;
    margin-bottom: 0px;
  }

  .footer_mid {
    width: 100%;
    padding: 20px 0;
  }

  .footer {
    padding: 40px 0 90px 0;
  }

  .index_footer {
    padding: 45px 0 10px;
  }

  .footer_logo img {
    max-height: 50px;
    margin-bottom: 10px;
  }

  .footer_main1 {
    padding-right: 0;
  }

  .footer_page {
    margin-top: 20px;
  }

  .footer_page h3,
  .footer_contact h3,
  .footer_nav h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .footer_page a {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .footer_nav {
    margin-top: 20px;
  }

  .footer_p {
    margin-bottom: 10px;
    ;
  }

  .footer_mainp {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .footer_contact li {
    margin-bottom: 0;
  }

  .index_footer .public_ad_header_social_media {
    padding-top: 10px;
  }

  .footer_copyrights {
    margin-top: 10px;
    padding: 10px 0 0 0;
  }

  .footer_copyrights_p {
    justify-content: center;
    font-size: 14px;
  }

  .footer_copyrights_p p {
    text-align: center;
    font-size: 14px;
  }

  .footer_copyrights_p a {
    font-size: 14px;
  }
}

@media (min-width:576px) and (max-width:767px) {
  .bg-dark {
    background-color: #fff !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }

  .navbar-toggler {
    background-color: var(--primary-color);
  }

  .btn:hover {
    background-color: #333 !important;
    border-color: #333 !important;
  }

  .text-bg-dark {
    background-color: #fff !important;
  }

  .navbar-nav .show>.nav-link,
  .navbar-nav .nav-link.active {
    color: #111;
    font-weight: bold;
  }

  .nav-link {
    color: #111;
  }

  .nav-link:hover,
  .nav-link:focus {
    color: #111;
  }

  .btn-close {
    --bs-btn-close-white-filter: auto;
  }

  .dropdown-menu-dark {
    --bs-dropdown-bg: transparent;
  }

  .dropdown-item {
    color: #222;
  }

  .dropdown-item:hover,
  .dropdown-item:focus {
    background-color: var(--primary-color);
  }

  .iproSwiper {
    padding: 80px 80px 40px 0px;
  }

  .iproSwiper .swiper-pagination {
    width: 83px;
    right: -2px;
    padding: 80px 2px 30px 0;
    justify-content: flex-start;
  }

  .swiperbtns {
    width: 100%;
    top: 88%;
  }

  .iproSwiper .swiper-button-prev {
    right: 80px;
    left: auto;
    bottom: 0px;
    top: auto;
  }

  .iproSwiper .swiper-button-next {
    right: 15px;
    bottom: 0px;
    left: auto;
    top: auto;
  }

  .ipro_btn {
    margin-top: 30px;
  }

  .indexTitle {
    font-size: 26px;
    word-break: break-all;
  }

  .ipro_des h3 {
    font-size: 18px;
    margin: 30px 0 16px;
  }

  .ipro_des span {
    top: -20%;
    font-size: 200px;
  }

  .indexproductwrapper_img {
    margin-top: 20px;
  }

  .indexAbout {
    padding: 50px 0 10px;
  }

  .iAbout_left {
    gap: 16px;
  }

  .indexService {
    padding: 50px 0 30px;
  }

  .indexService .indexTitle,
  .indexHonor .indexTitle,
  .indexNews .indexTitle {
    margin-bottom: 30px;
  }

  .iHonor_bot,
  .iLogoSwiper {
    padding: 50px 0;
  }

  .iNews_bot {
    padding: 55px 0;
  }

  .iNews_bot .row>div:nth-child(1) {
    margin-bottom: 25px;
  }


  .indexCon_right {
    padding-top: 40px;
  }

  .indexConRight {
    padding: 0 5% 70px;
  }

  .indexCon_right .indexTitle,
  .index_contact .contact_inquiry_form_main .list {
    margin-left: 0;
    margin-right: 0;
  }

  .index_contact .yandex-form #form #submit {
    line-height: 3;
  }

  .index_contact {
    background-color: #f4f4f4;
    margin-bottom: 0px;
  }

  .footer_mid {
    width: 100%;
    padding: 25px 0;
  }

  .footer {
    padding: 40px 0 90px 0;
  }

  .index_footer {
    padding: 35px 0 20px;
  }

  .footer_logo img {
    max-height: 70px;
    margin-bottom: 10px;
  }

  .footer_p {
    margin-bottom: 15px;
  }

  .index_footer .public_ad_header_social_media {
    padding-top: 15px;
  }

  .footer_main1 {
    padding-right: 0;
  }

  .footer_mainp {
    max-width: 100%;
    margin-bottom: 5px;
  }

  .footer_page h3,
  .footer_contact h3,
  .footer_nav h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .footer_page a {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .footer_page {
    margin-top: 30px;
  }

  .footer_nav {
    margin-top: 30px;
  }

  .footer_copyrights {
    margin-top: 10px;
    padding: 10px 0 0 0;
  }

  .footer_copyrights_p {
    justify-content: center;
    font-size: 14px;
    flex-direction: column;
  }

  .footer_copyrights_p p {
    text-align: center;
    font-size: 14px;
  }

  .footer_copyrights_p a {
    font-size: 14px;
  }

  .footer_contact li {
    margin-bottom: 5px;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .bg-dark {
    background-color: #fff !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }

  .navbar-toggler {
    background-color: var(--primary-color);
  }

  .btn:hover {
    background-color: #333 !important;
    border-color: #333 !important;
  }

  .text-bg-dark {
    background-color: #fff !important;
  }

  .navbar-nav .show>.nav-link,
  .navbar-nav .nav-link.active {
    color: #111;
    font-weight: bold;
  }

  .nav-link {
    color: #111;
  }

  .nav-link:hover,
  .nav-link:focus {
    color: #111;
  }

  .btn-close {
    --bs-btn-close-white-filter: auto;
  }

  .dropdown-menu-dark {
    --bs-dropdown-bg: transparent;
  }

  .dropdown-item {
    color: #222;
  }

  .dropdown-item:hover,
  .dropdown-item:focus {
    background-color: var(--primary-color);
  }


  .iproSwiper {
    padding: 100px 100px 60px 0px;
  }

  .iproSwiper .swiper-pagination {
    width: 105px;
    right: -5px;
    padding: 100px 2px 60px 0;
  }

  .swiperbtns {
    width: 100%;
    top: 90%;
  }

  .iproSwiper .swiper-button-prev {
    right: 80px;
    left: auto;
    bottom: 0px;
    top: auto;
  }

  .iproSwiper .swiper-button-next {
    right: 15px;
    bottom: 0px;
    left: auto;
    top: auto;
  }

  .ipro_btn {
    margin-top: 30px;
  }


  .ipro_des h3 {
    margin: 40px 0 20px;
  }

  .ipro_des span {
    top: -20%;
    font-size: 240px;
  }

  .indexproductwrapper_img {
    margin-top: 20px;
  }

  .indexAbout {
    padding: 70px 0 10px;
  }

  .iAbout_left {
    gap: 16px;
  }

  .indexService {
    padding: 50px 0 40px;
  }

  .indexService .indexTitle,
  .indexHonor .indexTitle,
  .indexNews .indexTitle {
    margin-bottom: 30px;
  }

  .inews_more h4 {
    font-size: 18px;
  }

  .inews_more {
    padding: 12px 33px 20px;
  }

  .iNews_bot {
    padding: 55px 0;
  }

  .indexnews_times {
    flex: 0 24%;
  }

  .indexnews_title {
    flex: 0 76%;
    padding: 0 10px 0 24px;
  }

  .indexnews_title h2 a {
    font-size: 20px;
  }

  .indexCon_right {
    padding-top: 40px;
  }

  .indexConRight {
    padding: 0 5% 70px;
  }

  .indexCon_right .indexTitle,
  .index_contact .contact_inquiry_form_main .list {
    margin-left: 0;
    margin-right: 0;
  }

  .index_contact .yandex-form #form #submit {
    line-height: 3;
  }

  .index_contact {
    background-color: #f4f4f4;
    margin-bottom: 0px;
  }

  .footer {
    padding: 40px 0 90px 0;
  }

  .index_footer {
    padding: 40px 0 20px;
  }

  .footer_mainp {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    max-width: 100%;
    margin-bottom: 0;
  }

  .footer_mid {
    width: 100%;
  }

  .footer_main1 {
    padding-right: 10%;
  }

  .footer_logo img {
    max-height: 70px;
    margin-bottom: 10px;
  }

  .footer_p {
    margin-bottom: 23px;
  }

  .footer_tags p {
    margin-right: 10px;
  }

  .footer_tags a {
    margin: 5px 5px 5px 0px;
  }

  .footer_conbox {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }


  .footer_page h3,
  .footer_contact h3,
  .footer_nav h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .footer_page h3 {
    margin-right: 15px;
  }

  .footer_page a {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .footer_page a {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .footer_page {
    margin-top: 30px;
  }

  .footer_nav {
    margin-top: 30px;
  }

  .footer_copyrights {
    margin-top: 10px;
    padding: 10px 0 0 0;
  }

  .footer_copyrights_p {
    justify-content: center;
    font-size: 14px;
    flex-direction: column;
  }

  .footer_copyrights_p p {
    text-align: center;
    font-size: 14px;
  }

  .footer_copyrights_p a {
    font-size: 14px;
  }
}

@media (min-width:992px) and (max-width:1200px) {
    
    .iAbout_box>p {
word-break: break-all;
}

  .bg-dark {
    background-color: #fff !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }

  .navbar-toggler {
    background-color: var(--primary-color);
  }

  .btn:hover {
    background-color: #333 !important;
    border-color: #333 !important;
  }

  .text-bg-dark {
    background-color: #fff !important;
  }

  .navbar-nav .show>.nav-link,
  .navbar-nav .nav-link.active {
    color: #111;
    font-weight: bold;
  }

  .nav-link {
    color: #111;
  }

  .nav-link:hover,
  .nav-link:focus {
    color: #111;
  }

  .btn-close {
    --bs-btn-close-white-filter: auto;
  }

  .dropdown-menu-dark {
    --bs-dropdown-bg: transparent;
  }

  .dropdown-item {
    color: #222;
  }

  .dropdown-item:hover,
  .dropdown-item:focus {
    background-color: var(--primary-color);
  }


  .iproSwiper {
    padding: 110px 130px 80px 0px;
  }

  .iproSwiper .swiper-pagination {
    width: 135px;
    right: -5px;
    padding: 110px 2px 80px 0;
  }

  .swiperbtns {
    width: 100%;
    top: 86%;
  }

  .iproSwiper .swiper-button-prev {
    right: 80px;
    left: auto;
    bottom: 0px;
    top: auto;
  }

  .iproSwiper .swiper-button-next {
    right: 15px;
    bottom: 0px;
    left: auto;
    top: auto;
  }

  .ipro_btn {
    margin-top: 30px;
  }


  .ipro_des h3 {
    margin: 40px 0 20px;
  }

  .ipro_des span {
    top: -20%;
    font-size: 240px;
  }

  .indexproductwrapper_img {
    margin-top: 20px;
  }

  .indexAbout {
    padding: 80px 0 10px;
  }

  .indexService .indexTitle,
  .indexHonor .indexTitle,
  .indexNews .indexTitle {
    margin-bottom: 50px;
  }

  .indexService {
    padding: 70px 0 50px;
  }

  .inews_more {
    padding: 12px 33px 25px;
  }

  .indexCon_right {
    padding-top: 40px;
  }

  .index_contact .contact_inquiry_form_main .list {
    margin-right: 15%;
    margin-left: 50px;
  }

  .indexCon_right .indexTitle {
    margin-left: 50px;
  }

  .index_contact .yandex-form #form #submit {
    line-height: 3;
  }

  .footer_mid {
    width: 100%;
  }

  .footer {
    padding: 40px 0 90px 0;
  }

  .index_footer {
    padding: 50px 0 20px;
  }


  .footer_main1 {
    flex: 0 70%;
  }

  .footer_contact li {
    margin-bottom: 0;
  }

  .footer_mainp {
    max-width: 100%;
    margin-bottom: 0;
  }

  .footer_logo img {
    max-height: 50px;
    margin-bottom: 0;
  }


  .footer_copyrights {
    margin-top: 10px;
    padding: 10px 0 0 0;
  }

  .footer_copyrights_p p {
    margin-bottom: 0px;
    font-size: 14px;
  }

  .footer_copyrights_p,
  .footer_copyrights_p a {
    font-size: 14px;
  }
}

@media (min-width:1201px) and (max-width:1440px) {


  .iproSwiper {
    padding: 130px 130px 80px 0px;
  }

  .iproSwiper .swiper-pagination {
    width: 135px;
    right: -5px;
    padding: 130px 2px 80px 0;
  }

  .swiperbtns {
    width: 100%;
    top: 86%;
  }

  .iproSwiper .swiper-button-prev {
    right: 80px;
    left: auto;
    bottom: 0px;
    top: auto;
  }

  .iproSwiper .swiper-button-next {
    right: 15px;
    bottom: 0px;
    left: auto;
    top: auto;
  }

  .ipro_btn {
    margin-top: 30px;
  }


  .ipro_des h3 {
    margin: 40px 0 20px;
  }

  .ipro_des span {
    top: -20%;
    font-size: 240px;
  }

  .indexproductwrapper_img {
    margin-top: 20px;
  }

  .index_contact {
    margin-bottom: 100px;
  }

  .footer_mid {
    width: 100%;
  }
}

@media (min-width:1401px) and (max-width:1680px) {
  .swiperbtns {
    width: 100%;
  }

}