.container {
  max-width: 1440px !important;
}
/* banner */
.banner .swiper-pagination-bullet {
  opacity: 1 !important;
  width: 35px;
  height: 5px;
  border: 1px solid #35b608;
  background: transparent;
  background-color: transparent;
  border-radius: 30px;
}

.banner .swiper-horizontal > .banner .swiper-pagination-bullets,
.banner .swiper-pagination-bullets .banner.swiper-pagination-horizontal,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
  bottom: 15px;
}

.banner .swiper-pagination-bullet-active {
  opacity: 1 !important;
  border: 1px solid #35b608;
  background-color: #35b608;
  width: 70px;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
  color: #000;
}
.bannerimg img {
  width: 100%;
  vertical-align: middle;
}

/* indexabout */
.indexabout {
  padding: 60px 0 0 0;
  background-color: #f0f3f8;
}
.indexabout_img img {
  width: 100%;
  vertical-align: middle;
}
.indexabout_flex {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  align-items: center;
}
.indexabout_video iframe {
  width: 100%;
  min-height: 400px;
  object-fit: cover;
}
.indexabout_video video {
  width: 100%;
  object-fit: cover;
}
.indexabout_content h2 {
  font-size: 48px;
  color: #000;
  font-weight: bold;
  word-wrap: break-word;
  margin-bottom: 20px;
}
.indexabout_content h3 {
  font-size: 20px;
  color: #35b608;
  font-weight: bold;
  word-wrap: break-word;
  margin-bottom: 20px;
}
.indexabout_content p {
  font-size: 16px;
  color: #333;
  line-height: 28px;
  word-break: break-all;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.indexabout_more {
  display: inline-block;
  padding: 12px 40px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #35b608;
  font-weight: bold;
  margin-top: 30px;
  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;
}
.indexabout_more:hover {
  box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.2);
  transition: all ease 0.5s;
}
/* indexadvantages */
.indexadvantages {
  padding: 70px 0;
  background-color: #f0f3f8;
}
.indexadvantages_title {
  margin-bottom: 60px;
}
.indexadvantages_title h2 {
  font-size: 48px;
  color: #000;
  font-weight: bold;
  word-wrap: break-word;
  text-align: center;
}
.indexadvantages_flex {
  display: flex;
  flex-wrap: wrap;
}
.indexadvantages_li {
  position: relative;
}
.indexadvantages_box {
  background-color: #000;
  padding: 40px 30px;
  height: 100%;
}
.indexadvantages_li:nth-child(2) .indexadvantages_box {
  background-color: #35b608 !important;
  height: 100%;
  transform: scaleY(1.1);
}
.indexadvantages_li:nth-child(3) .indexadvantages_box {
  background-color: #35b608 !important;
  height: 100%;
  transform: scaleY(1.1);
}
.indexadvantages_box .data {
  display: flex;
  justify-content: center;
  align-items: center;
}
.indexadvantages_box .data h3 {
  font-size: 38px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.indexadvantages_box h4 {
  font-size: 22px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 10px;
  word-wrap: break-word;
}
.indexadvantages_box p {
  font-size: 16px;
  color: #fff;
  text-align: center;
  word-break: break-all;
  word-wrap: break-word;
}
/* indexproduct */
.indexproduct {
  padding: 70px 0;
}
.indexproduct_title {
  margin-bottom: 40px;
}
.indexproduct_title h2 {
  font-size: 48px;
  color: #000;
  font-weight: bold;
  text-align: center;
  word-wrap: break-word;
}
.indexproduct_box {
  position: relative;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
  background-color: #f1f1f1;
  padding: 0 2px;
  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;
}
.indexproduct_content {
  padding: 30px;
}
.indexproduct_content h3 {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  text-align: center;
  word-break: break-all;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  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;
}
.indexproduct_content .indexproduct_content_title {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  text-align: center;
  word-break: break-all;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  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;
}
.indexproduct_img {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 100%;
}
.indexproduct_img img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
  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;
}
.indexproduct_content_more {
  padding: 20px;
}
.indexproduct_content_more a {
  display: block;
  padding: 10px 30px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #35b608;
  border-radius: 10px;
  font-weight: bold;
  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;
}
.indexproduct_box:hover .indexproduct_content_more a {
  background-color: #fff;
  color: #35b608;
}
.indexproduct_box:hover {
  background-color: #35b608;
}
.indexproduct_box:hover .indexproduct_content .indexproduct_content_title,
.indexproduct_box:hover .indexproduct_content h3 {
  color: #fff;
}
.indexproduct_box:hover .indexproduct_img img {
  transform: scale(1.1);
}
.indexproduct_main .swiper-slide {
  padding: 0 0 100px 0;
}
.indexproduct_main .swiper-pagination-bullet {
  opacity: 1;
  border: 1px solid #ddd;
  width: 12px;
  height: 12px;
  background-color: #ddd;
}

.indexproduct_main .swiper-pagination-bullet-active {
  background-color: #35b608;
  border: 1px solid #35b608;
}

.indexproduct_main .swiper-button-next,
.indexproduct_main .swiper-button-prev {
  bottom: 0;
  top: auto;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 5px;
  text-align: center;
  background-color: #35b608;
  z-index: 9999;
}

.indexproduct_main .swiper-button-next:after,
.indexproduct_main .swiper-button-prev:after {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

.indexproduct_main .swiper-button-next:hover,
.indexproduct_main .swiper-button-prev:hover {
  background-color: #000;
}

.indexproduct_main
  .swiper-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 5px;
}
/* indexcontacts */
.indexcontacts {
  background: url(../images/indexbackjpg.jpg) no-repeat 50% 50% fixed;
  background-size: cover;
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}
.indexcontacts::before {
  content: "";
  display: block;
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.indexcontacts_flex {
  position: relative;
  z-index: 99;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.indexcontacts_form {
  background-color: #35b608;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.3);
}
.indexcontacts_form .yandex-form #form #submit {
  background-color: #fff;
  color: #35b608;
  width: 40%;
  border-radius: 10px;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.indexcontacts_form .yandex-form #form .list input,
.indexcontacts_form .yandex-form #form .list textarea {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
  color: #fff;
}
.indexcontacts_form .yandex-form #form .list input::placeholder,
.indexcontacts_form .yandex-form #form .list textarea::placeholder {
  color: #fff;
}
.indexcontacts_content {
  margin-bottom: 40px;
}
.indexcontacts_content h2 {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  word-wrap: break-word;
  margin-bottom: 20px;
}
.indexcontacts_content p {
  font-size: 16px;
  color: #fff;
  word-wrap: break-word;
  line-height: 25px;
}
.indexcontacts_img {
  padding: 15px;
  background-color: #fff;
}
.indexcontacts_img img {
  width: 100%;
  vertical-align: middle;
}
/* indexnews */
.indexnews {
  padding: 70px 0;
}
.indexnews_title {
  margin-bottom: 30px;
}
.indexnews_title h2 {
  font-size: 48px;
  color: #000;
  font-weight: bold;
  text-align: center;
  word-wrap: break-word;
}
.indexnews_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.indexnews_img {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 75%;
}
.indexnews_img img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
  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;
}
.indexnews_content {
  padding: 20px;
}
.indexnews_content span {
  display: block;
  font-size: 16px;
  color: #999;
}
.indexnews_content h3 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  word-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 15px 0 20px 0;
}
.indexnews_content .indexnews_content_h3 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  word-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.indexnews_more {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-top: 1px solid #e5e5e5;
  padding-top: 15px;
}
.indexnews_more p {
  font-size: 16px;
  color: #000;
}
.indexnews_more i {
  font-size: 18px;
  color: #000;
  margin-left: 10px;
}
.indexnews_box:hover .indexnews_img img {
  transform: scale(1.1);
}
.indexnews_box:hover .indexnews_more p,
.indexnews_box:hover .indexnews_more i {
  color: #35b608;
}
.indexnews_list li {
  padding: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.indexnews_list li:first-child {
  border-top: 1px solid #e5e5e5;
}
.indexnews_libox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.indexnews_libox span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
}
.indexnews_libox a {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  word-break: break-all;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.indexnews_libox h3 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  word-break: break-all;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
  margin: 0 30px;
}
.indexnews_libox h6 {
  font-size: 14px;
  color: #999;
}
.indexnews_litime {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.indexnews_litime p {
  font-size: 14px;
  color: #666;
  flex: 1;
  word-break: break-all;
  word-wrap: break-word;
  line-height: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-right: 30px;
  border-right: 1px solid #e5e5e5;
  margin-right: 30px;
}
.indexnews_litime i {
  font-size: 30px;
  color: #000;
  font-weight: bold;
}
.indexnews_list li:hover {
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.indexnews_list li:hover .indexnews_libox span {
  background-color: #35b608;
}
.indexnews_list li:hover .indexnews_libox a,
.indexnews_list li:hover .indexnews_libox h3 {
  color: #35b608;
}
.indexnews_list li:hover .indexnews_litime i {
  color: #35b608;
}
/* footer */
.footer {
  background: url(../images/footerbg.jpg) no-repeat 50% 50%;
  background-size: cover;
  position: relative;
  padding: 70px 0;
  overflow: hidden;
}
.footer_flex {
  display: flex;
  flex-wrap: wrap;
}
.footer_ways li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.footer_ways li span {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #333;
  text-align: center;
}
.footer_ways li i {
  font-size: 20px;
  color: #000;
  text-align: center;
}
.footer_ways_txt {
  flex: 1;
  margin-left: 15px;
}
.footer_ways_txt h4 {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  margin-bottom: 5px;
}
.footer_ways_txt a {
  font-size: 16px;
  color: #000;
  word-wrap: break-word;
  display: block;
}
.footer_ways_txt p {
  font-size: 16px;
  color: #000;
  word-wrap: break-word;
  display: block;
}
.footer_ways li:hover .footer_ways_txt a {
  color: #35b608;
}
.footer_ways li:hover i {
  color: #35b608;
}
.footer_ways li:hover span {
  border: 1px solid #35b608;
}
.footer_nav h3,
.footer_pro h3 {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  word-wrap: break-word;
  margin-bottom: 20px;
}
.footer_other h3 {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  word-wrap: break-word;
  margin-bottom: 20px;
  text-align: right;
}
.footer_nav a,
.footer_pro a {
  font-size: 16px;
  color: #000;
  word-wrap: break-word;
  margin-bottom: 15px;
  display: block;
}
.footer_nav a:hover,
.footer_pro a:hover {
  color: #35b608;
}
.footer_media {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.footer_media a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #000;
  margin: 5px 0 5px 10px;
  text-align: center;
}
.footer_media a:hover {
  background-color: #35b608;
  border: 1px solid #35b608;
}
.footer_media a:hover i {
  color: #fff;
}
.footer_media a i {
  font-size: 22px;
  color: #000;
  text-align: center;
}
.footer_logo img {
  max-height: 100px;
  vertical-align: middle;
}
.footer_logo {
  display: block;
  text-align: right;
}
.footer_pro {
  margin-left: 80px;
}
.copyrights {
  background-color: #000;
  padding: 15px 0;
}

.copyrights a {
  font-size: 14px;
  color: #fff;
}
@media (max-width: 576px) {
  .banner .swiper-button-next,
  .banner .swiper-button-prev {
    display: none;
  }
  .indexabout {
    padding: 40px 0 0 0;
  }
  .indexabout_img {
    display: none;
  }
  .indexabout_flex {
    margin-top: 0;
  }
  .indexabout_content h2 {
    font-size: 36px;
  }
  .indexabout_video {
    margin-top: 30px;
  }
  .indexadvantages_title h2 {
    font-size: 36px;
  }
  .indexadvantages {
    padding: 40px 0;
  }
  .indexadvantages_title {
    margin-bottom: 30px;
  }
  .indexproduct {
    padding: 40px 0;
  }
  .indexproduct_title h2 {
    font-size: 36px;
  }
  .indexproduct .swiper-pagination {
    display: none;
  }
  .indexproduct_main .swiper-slide {
    padding-bottom: 75px;
  }
  .indexcontacts {
    padding: 40px 0;
  }
  .indexcontacts_form {
    margin-top: 40px;
    padding: 15px;
  }
  .indexcontacts_form .yandex-form #form #submit {
    width: 100%;
  }
  .indexnews {
    padding: 40px 0;
  }
  .indexnews_title h2 {
    font-size: 36px;
  }
  .indexnews_list li {
    padding: 15px;
  }
  .footer {
    padding: 40px 0;
    background: none;
  }
  .footer_nav {
    display: none;
  }
  .footer_pro {
    margin-left: 0;
  }
  .footer_other h3 {
    text-align: left;
  }
  .footer_media {
    justify-content: flex-start;
  }
  .footer_logo {
    text-align: left;
  }
  .indexadvantages_li:nth-child(2) .indexadvantages_box {
    transform: none;
  }
  .indexadvantages_li:nth-child(3) .indexadvantages_box {
    transform: none;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .banner .swiper-button-next,
  .banner .swiper-button-prev {
    display: none;
  }
  .indexabout {
    padding: 40px 0 0 0;
  }
  .indexabout_img {
    display: none;
  }
  .indexabout_flex {
    margin-top: 0;
  }
  .indexabout_content h2 {
    font-size: 36px;
  }
  .indexabout_video {
    margin-top: 30px;
  }
  .indexadvantages_title h2 {
    font-size: 36px;
  }
  .indexadvantages {
    padding: 40px 0;
  }
  .indexadvantages_title {
    margin-bottom: 30px;
  }
  .indexproduct {
    padding: 40px 0;
  }
  .indexproduct_title h2 {
    font-size: 36px;
  }
  .indexproduct .swiper-pagination {
    display: none;
  }
  .indexproduct_main .swiper-slide {
    padding-bottom: 75px;
  }
  .indexcontacts {
    padding: 40px 0;
  }
  .indexcontacts_form {
    margin-top: 40px;
    padding: 15px;
  }
  .indexcontacts_form .yandex-form #form #submit {
    width: 100%;
  }
  .indexnews {
    padding: 40px 0;
  }
  .indexnews_title h2 {
    font-size: 36px;
  }
  .indexnews_list li {
    padding: 15px;
  }
  .footer {
    padding: 40px 0;
    background: none;
  }
  .footer_nav {
    display: none;
  }
  .footer_pro {
    margin-left: 0;
  }
  .footer_other h3 {
    text-align: left;
  }
  .footer_media {
    justify-content: flex-start;
  }
  .footer_logo {
    text-align: left;
  }
  .indexadvantages_li:nth-child(2) .indexadvantages_box {
    transform: none;
  }
  .indexadvantages_li:nth-child(3) .indexadvantages_box {
    transform: none;
  }
  .footer_flex .footer_li:nth-child(2) {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .banner .swiper-button-next,
  .banner .swiper-button-prev {
    display: none;
  }
  .indexabout {
    padding: 40px 0 0 0;
  }
  .indexabout_img {
    display: none;
  }
  .indexabout_flex {
    margin-top: 0;
  }
  .indexabout_content h2 {
    font-size: 36px;
  }
  .indexabout_video {
    margin-top: 30px;
  }
  .indexadvantages_title h2 {
    font-size: 36px;
  }
  .indexadvantages {
    padding: 40px 0;
  }
  .indexadvantages_title {
    margin-bottom: 30px;
  }
  .indexproduct {
    padding: 40px 0;
  }
  .indexproduct_title h2 {
    font-size: 36px;
  }
  .indexproduct .swiper-pagination {
    display: none;
  }
  .indexproduct_main .swiper-slide {
    padding-bottom: 75px;
  }
  .indexcontacts {
    padding: 40px 0;
  }
  .indexcontacts_form {
    margin-top: 40px;
    padding: 15px;
  }
  .indexcontacts_form .yandex-form #form #submit {
    width: 100%;
  }
  .indexnews {
    padding: 40px 0;
  }
  .indexnews_title h2 {
    font-size: 36px;
  }
  .indexnews_list li {
    padding: 15px;
  }
  .footer {
    padding: 40px 0;
    background: none;
  }
  .footer_nav {
    display: none;
  }
  .footer_pro {
    margin-left: 0;
  }
  .footer_other h3 {
    text-align: left;
  }
  .footer_media {
    justify-content: flex-start;
  }
  .footer_logo {
    text-align: left;
  }
  .indexadvantages_li:nth-child(2) .indexadvantages_box {
    transform: none;
  }
  .indexadvantages_li:nth-child(3) .indexadvantages_box {
    transform: none;
  }
  .footer_flex .footer_li:nth-child(2) {
    display: none;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .banner .swiper-button-next,
  .banner .swiper-button-prev {
    display: none;
  }
  .indexabout {
    padding: 40px 0 0 0;
  }
  .indexabout_img {
    display: none;
  }
  .indexabout_flex {
    margin-top: 0;
  }
  .indexabout_content h2 {
    font-size: 36px;
  }
  .indexabout_video {
    margin-top: 30px;
  }
  .indexadvantages_title h2 {
    font-size: 36px;
  }
  .indexadvantages {
    padding: 40px 0;
  }
  .indexadvantages_title {
    margin-bottom: 30px;
  }
  .indexproduct {
    padding: 40px 0;
  }
  .indexproduct_title h2 {
    font-size: 36px;
  }
  .indexproduct .swiper-pagination {
    display: none;
  }
  .indexproduct_main .swiper-slide {
    padding-bottom: 75px;
  }
  .indexcontacts {
    padding: 40px 0;
  }
  .indexcontacts_form {
    margin-top: 40px;
    padding: 15px;
  }
  .indexcontacts_form .yandex-form #form #submit {
    width: 100%;
  }
  .indexnews {
    padding: 40px 0;
  }
  .indexnews_title h2 {
    font-size: 36px;
  }
  .indexnews_list li {
    padding: 15px;
  }
  .footer {
    padding: 40px 0;
    background: none;
  }
  .footer_nav {
    display: none;
  }
  .footer_pro {
    margin-left: 0;
  }
  .footer_other h3 {
    text-align: left;
  }
  .footer_media {
    justify-content: flex-start;
  }
  .footer_logo {
    text-align: left;
  }
  .indexadvantages_li:nth-child(2) .indexadvantages_box {
    transform: none;
  }
  .indexadvantages_li:nth-child(3) .indexadvantages_box {
    transform: none;
  }
  .footer_flex .footer_li:nth-child(2) {
    display: none;
  }
}
@media (min-width: 1201px) and (max-width: 1440px) {
  .indexadvantages_box h4 {
    font-size: 20px;
  }
}
@media (min-width: 1401px) and (max-width: 1680px) {
}
