@media (max-width: 768px) {
  main .banner .banner-swiper .swiper-slide {
    height: 480px;
  }
}

main .banner .banner-swiper .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main .banner .banner-swiper .swiper-slide .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  top: 0;
  left: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main .banner .banner-swiper .swiper-slide .txt p {
  font-size: 24px;
  margin-bottom: 50px;
}
main .banner .banner-swiper .swiper-slide .txt a {
  font-size: 20px;
  font-family: 'Barlow-Bold';
  width: 240px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #f28f1a;
}

main .solotion {
  padding-top: 7.29169vw;
  padding-bottom: 6.25002vw;
}
main .solotion .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main .solotion .content p {
  font-size: 16px;
  color: #666;
  text-align: center;
}
main .solotion .content .home-sol-swiper-wrap {
  position: relative;
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  main .solotion .content .home-sol-swiper-button-prev,
  main .solotion .content .home-sol-swiper-button-next {
    display: none;
  }
}
/* main .solotion .content .box-five {
  display: flex;
  justify-content: space-between;
  margin-left: -7px;
  margin-right: -7px;
} */
main .solotion .content .box-five .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid #eee;
}
main .solotion .content .box-five .box p {
  font-size: 20px;
  font-family: 'Barlow-Medium';
  color: #0e2031;
  margin: 20px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
main .solotion .content .box-five .box:hover p {
  color: #f28f1a;
}
main .solotion .content .box-five .box .img {
  position: relative;
}
main .solotion .content .box-five .box:hover .img {
  box-shadow: 0 0 10px rgba(14, 32, 49, 0.05);
}
main .solotion .content .box-five .box .img img.hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
main .solotion .content .box-five .box:hover .img img.hover {
  opacity: 1;
  z-index: 9;
}
main .solotion .content .box-five .box .img .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  background: linear-gradient(
    to bottom,
    rgba(14, 32, 49, 0),
    rgba(14, 32, 49, 0.1)
  );
  display: none;
}

main .catalogue {
  padding: 6.25002vw 0;
  background-color: #0e2031;
}
main .catalogue .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main .catalogue .content .left .title-64 {
  margin-bottom: 20px;
  color: #fff;
}
main .catalogue .content .left p {
  font-size: 24px;
  max-width: 600px;
  width: 100%;
  margin-bottom: 50px;
  color: #fff;
}
main .catalogue .content .left a {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #f28f1a;
}
main .catalogue .content .left a .img {
  margin-right: 10px;
  overflow: hidden;
  width: 32px;
  height: 32px;
}
main .catalogue .content .left a:hover .img img {
  animation: trans 1s;
}

main .catalogue .content .right {
  position: relative;
}
main .catalogue .content .right img {
  position: absolute;
  z-index: 2;
  left: -150px;
}
main .catalogue .content .right img {
  animation: down 2s linear infinite;
}
@keyframes down {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: -30px;
  }
  100% {
    margin-top: 0px;
  }
}
main .catalogue .content .right .mask {
  position: relative;
  width: 360px;
  height: 360px;
  background: linear-gradient(135deg, #f7b669, #f28f1a);
  border-radius: 50%;
  content: '';
}

main .industries {
  padding: 6.25002vw 0;
}
main .industries .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main .industries .content .title-64 {
  margin-bottom: 20px;
}
main .industries .content p {
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
}
main .industries .content .industries-swi {
  width: 100%;
  position: relative;
}

main .industries .content .swiper-slide a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e5e5;
  width: 100%;
}
main .industries .content .swiper-slide img {
  width: 100%;
  margin-bottom: 20px;
  transition: all 0.5s;
}
main .industries .content .swiper-slide p {
  font-size: 20px;
  margin-bottom: 20px;
  color: #0e2031;
  padding: 0 12px;
}
@media (max-width: 768px) {
  main .industries .content .swiper-slide p {
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}
main .industries .content .swiper-slide:hover img {
  transform: scale(0.9);
  opacity: 0.7;
}

.swiper-button-next-industries,
.swiper-button-prev-industries {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #f28f1a;
}
.swiper-button-next-industries:after,
.swiper-button-prev-industries:after {
  font-size: 16px;
  color: #fff;
}
.swiper-button-prev-industries,
.swiper-container-rtl .swiper-button-next-industries {
  left: -25px;
}
.swiper-button-next-industries,
.swiper-container-rtl .swiper-button-prev-industries {
  right: -25px;
}
.swiper-scrollbar-industries {
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -50px;
  border-radius: 0;
}
.swiper-scrollbar-drag {
  background: #0e2031;
}

main .service {
  background: #0e2031;
  position: relative;
  height: 640px;
}
main .service .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(/lib/images/img_services_bg.jpg) no-repeat;
  object-fit: cover;
  opacity: 0.08;
}
main .service .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  position: relative;
  z-index: 2;
}
main .service .content .left {
  display: flex;
  align-items: flex-end;
  margin-left: -20px;
}
main .service .content .right {
  color: #fff;
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
main .service .content .right h2 {
  font-size: 52px;
  font-family: 'Barlow-Bold';
  max-width: 780px;
  margin-left: -200px;
  margin-bottom: 40px;
  text-align: right;
}
main .service .content .right ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
main .service .content .right ul li {
  width: 35%;
  margin-bottom: 22px;
}
main .service .content .right ul li a {
  display: flex;
  align-items: center;
}
main .service .content .right ul li a {
  color: #fff;
}
main .service .content .right ul li a:hover {
  color: #fff;
}
main .service .content .right ul li span {
  width: 32px;
  height: 32px;
  background: #f28f1a;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 10px;
}
main .service .content .right ul li p {
  font-size: 20px;
  margin-right: 20px;
}
main .service .content .right ul li .img {
  overflow: hidden;
  width: 16px;
  height: 16px;
}
main .service .content .right ul li:hover .img img {
  animation: trans 1s;
}
@keyframes trans {
  0% {
    margin-top: 0;
  }
  25% {
    margin-left: 32px;
  }
  26% {
    margin-left: -32px;
  }
  50% {
    margin-top: 0;
  }
}

main .customer {
  padding: 6.25002vw 0;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  main .customer {
    padding: 40px 0;
  }
}
main .customer .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main .customer .content h2 {
  margin-bottom: 20px;
}
main .customer .content p {
  color: #666;
  margin-bottom: 40px;
}

.customer .customer-swi {
  max-width: 1640px;
  width: 100%;
  margin: 0 auto;
}
.customer .customer-swi .customer-swiper {
  padding-bottom: 160px;
}
@media (max-width: 768px) {
  .customer .customer-swi .customer-swiper {
    padding-bottom: 0;
  }
}
.customer .customer-swi .customer-swiper .swiper-wrapper {
  align-items: center;
}
@media (max-width: 768px) {
  .customer .customer-swi .customer-swiper .swiper-wrapper {
    align-items: start;
  }
}
.customer .customer-swi .customer-swiper .swiper-slide {
  /* width: 400px !important; */
  opacity: 0.4;
}
.customer .customer-swi .customer-swiper .swiper-slide img {
  width: 100%;
  transition: all 0.5s;
}
.customer .customer-swi .customer-swiper .swiper-slide-active {
  /* width: 720px !important; */
  opacity: 1;
}
.customer .customer-swi .customer-swiper .swiper-slide-active .img {
  overflow: hidden;
}
.customer .customer-swi .customer-swiper .swiper-slide-active:hover img {
  transform: scale(1.1);
}
.swiper-button-prev-customer,
.swiper-container-rtl .swiper-button-next-customer {
  left: 26%;
}
.swiper-button-next-customer,
.swiper-container-rtl .swiper-button-prev-customer {
  right: 26%;
}
.swiper-button-next-customer,
.swiper-button-prev-customer {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #f28f1a;
  top: 36%;
}
.swiper-button-next-customer:after,
.swiper-button-prev-customer:after {
  font-size: 16px;
  color: #fff;
}
.customer .customer-swi .customer-swiper .swiper-slide .text {
  position: absolute;
  width: 120%;
  padding: 60px 20px;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -60px);
  z-index: -1;
  background-color: #f8fbfb;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .customer .customer-swi .customer-swiper .swiper-slide .text {
    position: static;
    transform: translate(0, 0);
    padding: 20px;
  }
}
.customer .customer-swi .customer-swiper .swiper-slide-active .text {
  opacity: 1;
}
.customer .customer-swi .customer-swiper .swiper-slide .text h3 {
  font-size: 24px;
  font-family: 'Barlow-Bold';
  margin-bottom: 10px;
}
.customer .customer-swi .customer-swiper .swiper-slide .text p {
  max-width: 720px;
  text-align: center;
}

main .about-gurki {
  background: url(/lib/images/img_about_bg.jpg) no-repeat;
  background-size: cover;
  padding: 6.25002vw 0;
  padding-top: 50px;
}
main .about-gurki .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main .about-gurki .content h3 {
  font-size: 24px;
  color: #0e2031;
  text-align: center;
  margin-bottom: 20px;
}
main .about-gurki .content p {
  color: #666;
  max-width: 960px;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
main .about-gurki .content a {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
main .about-gurki .content a p {
  font-size: 20px;
  color: #f28f1a;
  font-family: 'Barlow-Medium';
  margin-right: 20px;
  margin-bottom: 0;
}

main .about-gurki .content .video {
  position: relative;
  margin-bottom: 30px;
  display: flex;
}
main .about-gurki .content .video img.img {
  width: 100%;
}
main .about-gurki .content .video .mask {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(14, 32, 49, 0.7);
  z-index: 1;
}
main .about-gurki .content .video .btn {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
main .about-gurki .content .video .btn img {
  cursor: pointer;
}
main .about-gurki .content .number {
  width: 100%;
}
main .about-gurki .content .number .box {
  display: flex;
  align-items: center;
  margin: 5px 0;
}
main .about-gurki .content .number .box .left {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
}
main .about-gurki .content .number .box .right span {
  font-size: 36px;
  font-family: 'Barlow-Bold';
}
main .about-gurki .content .number .box .right p {
  font-size: 20px;
  color: #666;
  margin-bottom: 0;
  text-align: left;
  font-family: 'Barlow-Medium';
}

main .map {
  padding: 120px 0;
  padding-bottom: 6.25002vw;
  position: relative;
}
main .map .iframe {
  position: absolute;
  width: 70%;
  height: 100%;
  z-index: 8;
  top: 0;
  left: 0;
}
main .map .iframe .mask {
  position: absolute;
  width: 100px;
  height: 100%;
  top: 0;
  right: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1)
  );
  pointer-events: none;
}
main .map .iframe iframe {
  width: 100%;
  height: 100%;
}
main .map .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main .map .mask-top {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 200px;
  pointer-events: none;
  background: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}
main .map .mask-btm {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 200px;
  pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
}
main .map .content .right {
  max-width: 680px;
  width: 100%;
  position: relative;
  z-index: 9;
}
main .map .content .right ul {
  position: relative;
  height: 550px;
  overflow-y: scroll;
}
/* 滚动条整体部分 */
main .map .content .right ul::-webkit-scrollbar {
  width: 5px; /* 纵向滚动条宽度 */
  height: 5px; /* 横向滚动条高度 */
  /* background-color: #F5F5F5; 滚动条整体背景，一般被覆盖着 */
}
/* 滚动条里面的滑块 */
main .map .content .right ul::-webkit-scrollbar-thumb {
  border-radius: 10px; /* 滚动条滑块圆角 */
  /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); 滚动条滑块阴影 */
  background-color: #dddddd; /* 滚动条滑块颜色 */
}
/* 滚动条的轨道（里面装有Thumb） */
main .map .content .right ul::-webkit-scrollbar-track {
  /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 滚动条轨道阴影 */
  border-radius: 10px; /* 滚动条轨道圆角 */
  /* background-color: #F5F5F5; 滚动条轨道背景 */
}

main .map .content .right ul .mask-ul {
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
}
main .map .content .right ul li {
  display: flex;
  align-items: center;
  padding: 30px;
  box-shadow: 0 0 10px rgba(14, 32, 49, 0.05);
  border-radius: 10px;
  border: 2px solid #f5f5f5;
  margin-bottom: 20px;
  position: relative;
  max-width: 680px;
  width: 100%;
  cursor: pointer;
  background: #fff;
}
main .map .content .right ul li .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    to right,
    rgba(242, 143, 26, 0.15),
    rgba(242, 143, 26, 0)
  );
  display: none;
}
main .map .content .right ul li.active .mask {
  display: block;
}
main .map .content .right ul li .left-li {
  max-width: 220px;
  width: 100%;
  margin-right: 30px;
  display: none;
}
main .map .content .right ul li.active .left-li {
  display: block;
}
main .map .content .right ul li .right-li h3 {
  font-size: 24px;
  font-family: 'Barlow-Medium';
}
main .map .content .right ul li .right-li p {
  max-width: 352px;
  color: #404040;
  display: none;
}
main .map .content .right ul li.active .right-li p {
  display: block;
}

main .cooperative {
  background-image: url(/lib/images/img_choose_1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
main .cooperative {
  width: 100%;
}
main .cooperative .txt {
  color: #fff;
  min-height: 600px;
  max-width: 600px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
main .cooperative .txt h2 {
  font-size: 48px;
}
main .cooperative .txt p {
  line-height: 1.6;
  font-size: 16px;
  margin: 5px 0;
}
main .cooperative .txt a {
  background-color: #fff;
  color: #0e2031;
  padding: 8px 10px;
  font-family: 'Barlow-Medium';
  margin-top: 20px;
  color: #ff6600;
  transition: all 0.5s;
}
main .cooperative .txt a:hover {
  color: #fff;
  background-color: #ff6600;
}
main .production {
  padding: 6.25002vw 0;
  /* background: url(/lib/images/img_choose_1.jpg) no-repeat; */
  background-color: #e5e5e5;
  /* background-size: cover; */
  position: relative;
}
@media (max-width: 768px) {
  main .production {
    padding: 0;
  }
}
main .production .production-swi {
  width: 720px;
  height: 420px;
  margin-left: 10%;
  background: #fff;
  position: relative;
  z-index: 10;
  padding: 80px 70px;
}
main .production .production-swi > p {
  font-size: 20px;
  font-family: 'Barlow-Medium';
  margin-bottom: 10px;
  color: #f28f1a;
}
main .production .production-swi .swiper-slide h2 {
  font-size: 48px;
  font-family: 'Barlow-Bold';
  margin-bottom: 20px;
}
main .production .production-swi .swiper-slide p {
  font-size: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.production-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.production-img-item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
}
.production-img-item:first-child {
  display: block;
}
.production-img-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}
.swiper-button-next-production,
.swiper-button-prev-production {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #f28f1a;
}
.swiper-button-next-production:after,
.swiper-button-prev-production:after {
  font-size: 16px;
  color: #fff;
}
.swiper-button-prev-production,
.swiper-container-rtl .swiper-button-next-production {
  left: -28px;
}
.swiper-button-next-production,
.swiper-container-rtl .swiper-button-prev-production {
  right: -28px;
}

.swiper-pagination-production {
  margin: 30px 0 0;
  justify-content: flex-start;
}
.swiper-pagination-production .swiper-pagination-bullet {
  width: 60px;
  height: 3px;
  border-radius: 0;
  background-color: #e5e5e5;
}
.swiper-pagination-production .swiper-pagination-bullet-active {
  background-color: #f28f1a;
}

.logo-swi {
  width: 100%;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0;
}

@media (max-width: 768px) {
  .logo-swi {
    padding: 20px 0;
  }
}

.logo-swi .content h3 {
  font-size: 32px;
  margin: 10px 0;
  color: #fff;
}

@media (max-width: 1279px) {
  .customer .customer-swi .customer-swiper .swiper-slide-active {
    width: 600px !important;
  }
  main .about-gurki .content .number .box .left {
    width: 120px;
    height: 120px;
  }
  main .about-gurki .content .number .box .right span {
    font-size: 24px;
  }
  main .map .content .right {
    width: 550px;
  }
  .swiper-button-next-customer,
  .swiper-container-rtl .swiper-button-prev-customer {
    right: 14%;
  }
  .swiper-button-prev-customer,
  .swiper-container-rtl .swiper-button-next-customer {
    left: 22%;
  }
}

@media (max-width: 1024px) {
  main .production .production-swi {
    margin: 0 auto;
  }
  .swiper-button-prev-production,
  .swiper-container-rtl .swiper-button-next-production {
    left: -10px;
  }
  .swiper-button-next-production,
  .swiper-container-rtl .swiper-button-prev-production {
    right: -10px;
  }
  main .service .content .right ul {
    justify-content: space-between;
  }
  main .service .content .right ul li {
    width: 45%;
  }
  main .catalogue .content {
    flex-direction: column;
  }
  .customer .customer-swi .customer-swiper .swiper-slide-active {
    width: 100% !important;
  }
  .swiper-button-prev-customer,
  .swiper-container-rtl .swiper-button-next-customer {
    left: 3%;
  }
  .swiper-button-next-customer,
  .swiper-container-rtl .swiper-button-prev-customer {
    right: 3%;
  }
  main .map .iframe {
    width: 100%;
    height: 200px;
  }
  main .map .content .right {
    width: 100%;
    margin-top: 100px;
  }
}

@media (max-width: 768px) {
  main .production .production-swi {
    width: 100%;
  }
  main .banner .banner-swiper .swiper-slide .txt {
    padding: 0 15px;
  }
  main .banner .banner-swiper .swiper-slide .txt a {
    width: 160px;
    height: 40px;
    font-size: 16px;
    border-radius: 3px;
  }
  main .solotion .content .box-five .box p {
    font-size: 16px;
  }
  main .catalogue .content .right {
    margin: 30px 0;
  }
  main .catalogue .content .right .mask {
    width: 280px;
    height: 280px;
  }

  main .banner .banner-swiper .swiper-slide .txt p {
    margin-bottom: 20px;
    font-size: 20px;
    text-align: center;
  }
  main .banner .banner-swiper .swiper-slide .txt h2 {
    font-size: 21px;
  }
  main .catalogue .content .right img {
    left: 26px;
    width: 80%;
    top: 50%;
    transform: translateY(-50%);
  }
  main .catalogue .content .left img {
    margin-bottom: 20px;
  }
  .swiper-button-next-industries,
  .swiper-button-prev-industries {
    width: 48px;
    height: 48px;
  }
  .swiper-button-prev-industries,
  .swiper-container-rtl .swiper-button-next-industries {
    left: -13px;
  }
  .swiper-button-next-industries,
  .swiper-container-rtl .swiper-button-prev-industries {
    right: -13px;
  }
  main .service {
    height: auto;
    padding: 40px 0;
  }
  main .service .content .left {
    display: none;
  }
  main .service .content .right h2 {
    font-size: 28px;
    max-width: 100%;
    text-align: left;
  }
  main .service .content {
    flex-direction: column-reverse;
  }
  main .service .content .right {
    margin-bottom: 0;
  }
  .swiper-button-next-customer,
  .swiper-button-prev-customer {
    top: 30%;
    width: 48px;
    height: 48px;
  }
  .customer .customer-swi .customer-swiper .swiper-slide .text {
    width: 100%;
  }
  main .about-gurki .content .video .btn img {
    width: 60px;
  }
  main .map .content .right ul li {
    padding: 15px;
    flex-direction: column;
  }
  main .map .content .right ul li .right-li h3 {
    text-align: center;
  }
  main .map .content .right ul li.active .right-li p {
    text-align: center;
  }
  main .production .production-swi {
    padding: 50px 15px;
    height: auto;
    background: rgba(255, 255, 255, 0.5);
  }
  main .production .production-swi .swiper-slide h2 {
    font-size: 28px;
  }
  .swiper-button-next-production,
  .swiper-button-prev-production {
    display: none;
  }
  main .cooperative {
    margin-bottom: 0;
  }
  main .cooperative .txt h2 {
    font-size: 28px;
  }
  main .cooperative .txt {
    min-height: auto;
    padding: 60px 15px;
  }
  main .about-gurki .content .number .box .left {
    width: 80px;
    height: 80px;
  }
  main .about-gurki .content .number .box .left img {
    width: 40px;
    height: 40px;
  }
}
