.banner {
  width: 100%;
  height: 100vh;
}
.banner .bannerSwiper {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner .bannerSwiper .banner-swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.banner .bannerSwiper .banner-swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.banner .bannerSwiper .banner-swiper-slide .banner-main {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 10%;
  height: 100%;
}
.banner .bannerSwiper .banner-swiper-slide .banner-main .indexPage-outer {
  height: 100%;
}
.banner .bannerSwiper .banner-swiper-slide .banner-main .indexPage-inner {
  height: 100%;
}
.banner .bannerSwiper .banner-swiper-slide .banner-inner {
  width: 100%;
  display: block;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 120px 0 200px;
}
.banner .bannerSwiper .banner-swiper-slide .banner-inner .banner-line-desc {
  display: flex;
  align-items: center;
}
.banner .bannerSwiper .banner-swiper-slide .banner-inner .banner-line {
  width: 50px;
  height: 1px;
  background: #FFFFFF;
  opacity: 0.6;
  margin-right: 20px;
}
.banner .bannerSwiper .banner-swiper-slide .banner-inner .banner-desc-text {
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 26px;
}
.banner .bannerSwiper .banner-swiper-slide .banner-inner .banner-p {
  font-weight: 400;
  font-size: 114px;
  color: #FFFFFF;
  line-height: 112px;
  font-family: 'YouSheBiaoTiHei';
  text-transform: uppercase;
  margin-top: 30px;
}
.banner .bannerSwiper .banner-swiper-slide .banner-inner .banner-p1 {
  font-size: 60px;
  line-height: 80px;
  width: calc(100% - 120px);
}
.banner .bannerSwiper .banner-swiper-slide .banner-inner .banner-more-puter {
  margin-top: 50px;
}
.banner .bannerSwiper .swiper-button-lock {
  display: block;
}
.banner .bannerSwiper .banner-nums-bottom {
  position: absolute;
  bottom: 150px;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 12;
}
.banner .bannerSwiper .banner-nums-bottom .indexPage-outer {
  display: flex;
  align-items: center;
}
.banner .bannerSwiper .banner-nums-bottom .banner-nums-o {
  display: flex;
  align-items: center;
  margin-right: 18px;
  font-family: 'LamaSans-Regular';
  cursor: pointer;
}
.banner .bannerSwiper .banner-nums-bottom .banner-nums-o .banner-nums-i {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 24px;
  opacity: 0.5;
  transition: 0.5s;
  margin-right: 10px;
}
.banner .bannerSwiper .banner-nums-bottom .banner-nums-o .banner-nums-line {
  width: 260px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  transition: 0.5s;
  position: relative;
}
.banner .bannerSwiper .banner-nums-bottom .banner-nums-o .banner-nums-line::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #FFFFFF;
  transition: 1s;
  content: "";
}
.banner .bannerSwiper .banner-nums-bottom .banner-nums-oa .banner-nums-i {
  opacity: 1;
}
.banner .bannerSwiper .banner-nums-bottom .banner-nums-oa .banner-nums-line::after {
  width: 100%;
}
.banner .bannerSwiper .banner-nums-bottom .banner-nums-stop img {
  width: 30px;
  height: 30px;
}
.banner .bannerSwiper .banner-scroll {
  position: absolute;
  bottom: 120px;
  right: 5%;
  width: 160px;
  height: 160px;
  background: url('https://file.global86.cn/fileStore/website_new_v2/jinbo/page-new/scroll.png') no-repeat;
  background-size: cover;
  border-radius: 50%;
  z-index: 12;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'LamaSans-Medium';
}
.banner .bannerSwiper .banner-scroll svg {
  width: 124px;
  height: 124px;
  animation: scrollLine 8s linear infinite;
}
.progres-journey-con {
  z-index: 5;
  width: 100%;
  max-width: 1367px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  background: #042449;
  padding: 100px 0;
}
.progres-journey-con .coop-swiper {
  width: 80%;
  height: 200px;
  position: relative;
}
.progres-journey-con .coop-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background: lightgray;
  font-size: 24px;
}
.progres-journey-con .coop-swiper .swiper-btn {
  width: 50px;
  height: 50px;
  background: #E63329;
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.progres-journey-con .coop-swiper .swiper-btn-prev {
  left: 0;
}
.progres-journey-con .coop-swiper .swiper-btn-next {
  right: 0;
}
.progres-journey-con .progres-bar--icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
  padding: 0 5.8%;
}
.progres-journey-con .progres-bar--icons-dot {
  width: 40px;
  height: 40px;
  transition: all 0.5s;
}
.progres-journey-con .progres-bar--icons-dot.js-icon-dot {
  cursor: pointer;
  position: relative;
}
.progres-journey-con .progres-bar--icons-dot.active {
  transform: scale(1.5);
}
.progres-journey-con .progres-bar--icons-dot .before {
  display: block;
}
.progres-journey-con .progres-bar--icons-dot.active .before {
  display: none;
}
.progres-journey-con .progres-bar--icons-dot .before,
.progres-journey-con .progres-bar--icons-dot .after {
  width: 100%;
  height: 100%;
}
.progres-journey-con .w-embed:before,
.progres-journey-con .w-embed:after {
  content: " ";
  grid-area: 0.25;
  display: table;
}
.progres-journey-con .w-embed:after {
  clear: both;
}
.progres-journey-con .progres-bar--icons-dot .before svg,
.progres-journey-con .progres-bar--icons-dot .after svg {
  width: 100%;
  height: 100%;
}
.progres-journey-con .progres-bar {
  width: 100%;
  max-width: 1337px;
  margin-left: auto;
  margin-right: auto;
}
.progres-journey-con .progres-bar .road {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .progres-journey-con .progres-bar .road {
    display: none;
  }
}
.progres-journey-con .progres-bar #active-dot {
  width: 3%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .progres-journey-con .progres-bar #active-dot {
    display: none;
  }
}
.progres-journey-con .progres-bar--icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
  padding: 0 5.8%;
}
@media screen and (max-width: 992px) {
  .progres-journey-con .progres-bar--icons {
    padding: 0 4.8%;
  }
}
@media screen and (max-width: 767px) {
  .progres-journey-con .progres-bar--icons {
    padding: 0 ;
  }
}
.progres-journey-con .progres-bar--icons-dot {
  width: 40px;
  height: 40px;
  transition: all 0.5s;
}
.progres-journey-con .progres-bar--icons-dot.active {
  transform: scale(1.5);
}
.progres-journey-con .progres-bar--icons-dot.active .before {
  display: none;
}
.progres-journey-con .progres-bar--icons-dot.active .after {
  display: block;
}
.progres-journey-con .progres-bar--icons-dot .before,
.progres-journey-con .progres-bar--icons-dot .after {
  width: 100%;
  height: 100%;
}
.progres-journey-con .progres-bar--icons-dot .before svg,
.progres-journey-con .progres-bar--icons-dot .after svg {
  width: 100%;
  height: 100%;
}
.progres-journey-con .progres-bar--icons-dot .before {
  display: block;
}
.progres-journey-con .progres-bar--icons-dot .after {
  display: none;
}
.progres-journey-con .swiper-button-disabled {
  opacity: 0.2;
}
.proi {
  margin-top: -60px;
  background: url('https://file.global86.cn/fileStore/website_new_v2/jinbo/page-new/proi-back.png') no-repeat;
  background-size: cover;
  background-position: top left;
  padding-bottom: 60px;
  z-index: 20;
  position: relative;
  overflow: hidden;
}
.proi .proi-inner {
  padding: 0 0 20px;
  position: relative;
  z-index: 12;
}
.proi .proi-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.proi .proi-title-l .proi-title-desc {
  font-weight: bold;
  font-size: 36px;
  color: #E63329;
  line-height: 42px;
  margin-bottom: 20px;
}
.proi .proi-more .banner-more-inner i {
  font-size: 20px;
  line-height: 46px;
  margin-left: 8px;
  color: #fff;
  position: relative;
  z-index: 12;
}
.proi .proi-main {
  width: 100%;
  position: relative;
  min-height: 300px;
}
.proi .proi-main .proi-dot {
  position: absolute;
  width: 220px;
  right: 5.5%;
  top: 21%;
  z-index: 12;
}
.proi .proi-main .proi-dot img {
  display: block;
  width: 100%;
}
.proi .proi-main .proi-types {
  position: absolute;
  top: -70px;
  right: 0;
  width: 600px;
  overflow: hidden;
  height: 200px;
}
.proi .proi-main .proi-types-swiper {
  width: 100%;
  height: 50px;
  overflow: visible;
  z-index: 30;
}
.proi .proi-main .proi-types-swiper .swiper-wrapper {
  flex-direction: column;
}
.proi .proi-main .proi-types-swiper .proi-types-o {
  width: 100%;
  height: 50px;
  display: flex;
  cursor: pointer;
}
.proi .proi-main .proi-types-swiper .proi-types-o .proi-types-l {
  width: 1px;
  height: 50px;
  background: #D7DCE1;
  position: relative;
}
.proi .proi-main .proi-types-swiper .proi-types-o .proi-types-l::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 0;
  background: #E63329;
  content: "";
  transition: 0.5s;
}
.proi .proi-main .proi-types-swiper .proi-types-o .proi-types-icon {
  width: 14px;
  height: 14px;
  background: #E63329;
  border-radius: 0px 0px 14px 0px;
  margin: 6px 15px 0 25px;
  opacity: 0;
  transition: 0.5s;
}
.proi .proi-main .proi-types-swiper .proi-types-o .proi-types-ts {
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  display: flex;
  align-items: center;
  height: 24px;
  width: calc(100% - 70px);
  transition: 0.5s;
}
.proi .proi-main .proi-types-swiper .proi-types-o .proi-types-ts p {
  max-width: calc(100% - 30px);
  margin: 0 8px;
}
.proi .proi-main .proi-types-swiper .proi-types-oa .proi-types-l::after {
  height: 30px;
}
.proi .proi-main .proi-types-swiper .proi-types-oa .proi-types-icon {
  opacity: 1;
}
.proi .proi-main .proi-types-swiper .proi-types-oa .proi-types-ts {
  color: #E63329;
}
.proi .proi-main .proi-main-list {
  width: 100%;
}
.proi .proi-main .proi-img-swiper {
  width: 600px;
  height: 604px;
  margin-left: 0;
  overflow: visible;
}
.proi .proi-main .proi-img-swiper .proi-img-data {
  padding-top: 160px;
  margin-right: 60px;
  width: 600px;
  padding-bottom: 0;
  transition: 0.5s;
}
.proi .proi-main .proi-img-swiper .proi-img-data .proi-img-cover {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  display: block;
}
.proi .proi-main .proi-img-swiper .proi-img-data .proi-img-cover img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.proi .proi-main .proi-img-swiper .proi-img-data .proi-img-texts {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proi .proi-main .proi-img-swiper .proi-img-data .proi-img-texts .proi-img-name {
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  position: relative;
  transition: 0.5s;
}
.proi .proi-main .proi-img-swiper .proi-img-data .proi-img-texts .proi-img-name::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 1px;
  background: #E63329;
  content: "";
  transition: 0.5s;
}
.proi .proi-main .proi-img-swiper .proi-img-data:hover .proi-img-cover img {
  transform: scale(1.05);
}
.proi .proi-main .proi-img-swiper .proi-img-data:hover .proi-img-texts .proi-img-name {
  color: #E63329;
}
.proi .proi-main .proi-img-swiper .proi-img-data:hover .proi-img-texts .proi-img-name::after {
  width: 100%;
}
.proi .proi-main .proi-img-swiper .proi-img-data:nth-last-of-type(1) {
  margin-right: 0;
}
.proi .proi-main .proi-img-swiper .proiData-img-cur {
  padding-top: 0;
  padding-bottom: 160px;
}
.proi .proi-main .proi-img-swiper .proi-one-opacity {
  opacity: 0;
  transition: 0.5s;
}
.proi .proi-main .proi-img-swiper .nodata {
  font-size: 32px;
  line-height: 80px;
  margin: 15% 0;
  text-align: center;
}
.proi .proi-main .proi-img-btns {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.proi .proi-main .proi-img-btns .proi-img-btn {
  cursor: pointer;
  margin-right: 15px;
}
.producti {
  margin-top: -60px;
  z-index: 20;
  position: relative;
  overflow: hidden;
  background: url('https://file.global86.cn/fileStore/website_new_v2/jinbo/page-new/product-back.png') no-repeat;
  background-size: cover;
  background-position: top left;
  padding-bottom: 60px;
}
.producti .proi-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 12;
}
.producti .proi-title {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.producti .proi-title .proi-title-texts .proi-title-p1 {
  font-weight: bold;
  font-size: 36px;
  color: #E63329;
  line-height: 42px;
}
.producti .proi-title .proi-title-texts .proi-title-p2 {
  font-weight: 500;
  font-size: 30px;
  color: #333333;
  line-height: 36px;
  margin-top: 22px;
}
.producti .proi-data-btns {
  width: 102px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5%;
}
.producti .proi-data-btns-m {
  display: none;
}
.producti .proi-type-outer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.producti .proi-type-outer .proi-type-btn {
  width: 45px;
  font-size: 30px;
  color: #115DA9;
  cursor: pointer;
  transition: 0.5s;
}
.producti .proi-type-outer .proi-type-btn:hover {
  color: #E63329;
}
.producti .proi-type-outer .proi-type-btn-next {
  text-align: right;
}
.producti .proi-type-outer .proi-type-swiper {
  border-collapse: collapse;
}
.producti .proi-type-outer .proi-type-o {
  border: 1px solid rgba(22, 67, 169, 0.2);
  width: 240px;
  padding: 30px;
  height: auto;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 230px;
  background: #fff;
}
.producti .proi-type-outer .proi-type-o .proi-type-top {
  width: 100%;
}
.producti .proi-type-outer .proi-type-o .proi-type-icon {
  width: 43px;
  height: 40px;
  position: relative;
}
.producti .proi-type-outer .proi-type-o .proi-type-icon img {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  transition: 0.5s;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.producti .proi-type-outer .proi-type-o .proi-type-icon .default {
  opacity: 1;
}
.producti .proi-type-outer .proi-type-o .proi-type-icon .active {
  opacity: 0;
}
.producti .proi-type-outer .proi-type-o .proi-type-ts {
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  margin: 18px 0 5%;
  transition: 0.5s;
}
.producti .proi-type-outer .proi-type-o .proi-type-more {
  height: 46px;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.producti .proi-type-outer .proi-type-o .proi-type-more .index {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  font-family: 'LamaSans-Regular';
  opacity: 1;
  transition: 0.5s;
}
.producti .proi-type-outer .proi-type-o .proi-type-more .proi-type-a {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  transition: 0.5s;
  margin-top: 0;
}
.producti .proi-type-outer .proi-type-o .proi-type-more .proi-type-a i {
  color: #fff;
  font-size: 20px;
  margin-left: 6px;
}
.producti .proi-type-outer .proi-type-o::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 3px;
  background: #E63329;
  width: 0;
  transition: 0.5s;
}
.producti .proi-type-outer .proi-type-o:hover {
  background: #F4F4F4;
  border: 1px solid #F4F4F4;
}
.producti .proi-type-outer .proi-type-o:hover::after {
  width: 100%;
}
.producti .proi-type-outer .proi-type-o:hover .proi-type-icon .default {
  opacity: 0;
}
.producti .proi-type-outer .proi-type-o:hover .proi-type-icon .active {
  opacity: 1;
}
.producti .proi-type-outer .proi-type-o:hover .proi-type-ts {
  color: #E63329;
}
.producti .proi-type-outer .proi-type-o:hover .proi-type-more .index {
  opacity: 0;
}
.producti .proi-type-outer .proi-type-o:hover .proi-type-more .proi-type-a {
  top: 0;
}
.producti .proi-type-outer .proi-type-oa {
  background: #F4F4F4;
  border: 1px solid #F4F4F4;
}
.producti .proi-type-outer .proi-type-oa::after {
  width: 100%;
}
.producti .proi-type-outer .proi-type-oa .proi-type-icon .default {
  opacity: 0;
}
.producti .proi-type-outer .proi-type-oa .proi-type-icon .active {
  opacity: 1;
}
.producti .proi-type-outer .proi-type-oa .proi-type-ts {
  color: #E63329;
}
.producti .proi-type-outer .proi-type-oa .proi-type-more .index {
  opacity: 0;
}
.producti .proi-type-outer .proi-type-oa .proi-type-more .proi-type-a {
  top: 0;
  opacity: 1;
}
.producti .proi-main-list {
  width: 100%;
  padding-top: 70px;
}
.producti .proi-main-list .swiper-button-lock {
  display: block;
}
.producti .proi-main-list .proi-img-swiper {
  width: 100%;
  overflow: visible;
}
.producti .proi-main-list .proi-img-swiper .proi-img-data {
  width: 30%;
  margin-right: 40px;
  min-width: 300px;
}
.producti .proi-main-list .proi-img-swiper .proi-img-data:hover .proi-img-cover img {
  transform: scale(1.05);
}
.producti .proi-main-list .proi-img-swiper .proi-img-data:hover .proi-img-texts .proi-img-name {
  color: #E63329;
}
.producti .proi-main-list .proi-img-swiper .proi-img-data:hover .proi-img-texts .proi-img-name::after {
  width: 100%;
}
.producti .proi-main-list .proi-img-swiper .proi-img-data:nth-last-of-type(1) {
  margin-right: 0;
}
.producti .proi-main-list .proi-img-swiper .proi-img-cover {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  display: block;
}
.producti .proi-main-list .proi-img-swiper .proi-img-cover img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.producti .proi-main-list .proi-img-swiper .proi-img-texts {
  margin-top: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.producti .proi-main-list .proi-img-swiper .proi-img-texts .proi-img-name {
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  position: relative;
  transition: 0.5s;
}
.producti .proi-main-list .proi-img-swiper .proi-img-texts .proi-img-name::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 1px;
  background: #E63329;
  content: "";
  transition: 0.5s;
}
.producti .proi-main-list .proi-img-swiper .proi-one-opacity {
  opacity: 0;
  transition: 0.5s;
}
.producti .proi-main-list .proi-img-swiper .nodata {
  font-size: 32px;
  line-height: 80px;
  margin: 15% 0;
  text-align: center;
}
.producti .proi-main-list::after {
  width: 130px;
  height: 740px;
  position: absolute;
  top: 0;
  right: 0;
  background: url('') no-repeat;
  background-size: 100% 100%;
}
.producti::after {
  content: "";
  position: absolute;
  bottom: 30%;
  right: 0;
  background: url('https://file.global86.cn/fileStore/website_new_v2/jinbo/page-new/index-pro-dot.png') no-repeat;
  background-size: 100% 100%;
  width: 130px;
  height: 240px;
}
.abouti {
  background: url('https://file.global86.cn/fileStore/website_new_v2/jinbo/page-new/abouti-back.png') no-repeat;
  background-size: 100% 100%;
  background-position: top center;
}
.abouti .abouti-inner {
  padding: 40px 0 20px;
}
.abouti .indexPage-outer {
  display: flex;
  justify-content: space-between;
}
.abouti .abouti-left {
  width: 50%;
}
.abouti .abouti-left .abouti-texts {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 60px;
}
.abouti .abouti-left .abouti-texts .abouti-texts-inner {
  max-width: 590px;
}
.abouti .abouti-left .abouti-texts .page-title {
  color: #fff;
  margin-bottom: 15px;
}
.abouti .abouti-left .abouti-texts .page-desc {
  color: #fff;
}
.abouti .abouti-left .abouti-other {
  display: flex;
  justify-content: space-between;
}
.abouti .abouti-left .abouti-other .abouti-other-video {
  width: 40%;
}
.abouti .abouti-left .abouti-other .abouti-other-video .abouti-other-video-inner {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
  cursor: pointer;
}
.abouti .abouti-left .abouti-other .abouti-other-video .abouti-other-video-inner img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.abouti .abouti-left .abouti-other .abouti-other-video .abouti-other-video-inner .other-video-mask {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}
.abouti .abouti-left .abouti-other .abouti-other-video .abouti-other-video-inner .other-video-mask .other-video-play {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  line-height: 24px;
}
.abouti .abouti-left .abouti-other .abouti-other-video .abouti-other-video-inner .other-video-mask .other-video-play i {
  color: #E63329;
}
.abouti .abouti-left .abouti-other .abouti-other-video .abouti-other-video-inner:hover img {
  transform: scale(1.05);
}
.abouti .abouti-left .abouti-other .abouti-other-nums {
  width: 50%;
}
.abouti .abouti-left .abouti-other .abouti-other-nums .abouti-more {
  margin: 36px 0 120px;
}
.abouti .abouti-left .abouti-other .abouti-other-nums .abouti-more .banner-more-inner i {
  font-size: 20px;
  line-height: 46px;
  margin-left: 8px;
  color: #fff;
  position: relative;
  z-index: 12;
}
.abouti .abouti-left .abouti-other .abouti-other-nums .abouti-num-mc {
  display: flex;
  justify-content: center;
}
.abouti .abouti-left .abouti-other .abouti-other-nums .abouti-num-mc .abouti-num-dom .abouti-num-t {
  display: flex;
  align-items: flex-start;
}
.abouti .abouti-left .abouti-other .abouti-other-nums .abouti-num-mc .abouti-num-dom .abouti-num-t .abouti-num-count {
  font-weight: normal;
  font-size: 120px;
  color: #FFFFFF;
  line-height: 80px;
  font-family: 'LamaSans-SemiBoldCondensed';
}
.abouti .abouti-left .abouti-other .abouti-other-nums .abouti-num-mc .abouti-num-dom .abouti-num-t .abouti-num-add {
  font-weight: 400;
  font-size: 48px;
  color: #FFFFFF;
  line-height: 24px;
  margin-left: 16px;
  font-family: 'LamaSans-Regular';
  transform: translateY(-35px);
}
.abouti .abouti-left .abouti-other .abouti-other-nums .abouti-num-mc .abouti-num-dom .abouti-num-ds {
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 26px;
  margin-top: 18px;
}
.abouti .abouti-left .abouti-logo {
  width: 100%;
  transform: translateX(25%);
  margin-top: 30px;
}
.abouti .abouti-left .abouti-logo img {
  width: 100%;
  display: block;
}
.abouti .abouti-right {
  width: 45%;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.abouti .abouti-right .about-dot {
  z-index: 15;
  position: absolute;
  top: 48%;
  left: 20%;
  width: 55px;
}
.abouti .abouti-right .abouti-right-img2 {
  position: absolute;
  left: 0;
  z-index: 12;
  width: 35%;
  top: 18%;
}
.abouti .abouti-right .abouti-right-img1 {
  width: 75%;
}
.abouti .abouti-right .abouti-right-img .abouti-right-img-inner {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.abouti .abouti-right .abouti-right-img .abouti-right-img-inner img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.abouti .abouti-right .abouti-right-img .abouti-right-img-inner:hover img {
  transform: scale(1.05);
}
.advantagesi {
  background: url('https://file.global86.cn/fileStore/website_new_v2/jinbo/page-new/adv-dot.png') no-repeat;
  background-position: right bottom;
  background-size: 13.5% auto;
}
.advantagesi .advantagesi-inner {
  padding: 0 0 20px;
}
.advantagesi .advantagesi-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.advantagesi .advantagesi-list {
  display: flex;
  flex-wrap: wrap;
}
.advantagesi .advantagesi-list .advantagesi-o {
  margin-top: 30px;
  width: calc((100% - 40px) / 2);
  margin-right: 40px;
  background: #F0F3F6;
  padding: 22px 40px;
  display: flex;
  justify-content: space-between;
}
.advantagesi .advantagesi-list .advantagesi-o .advantagesi-con {
  width: calc(100% - 156px);
  padding-top: 5%;
}
.advantagesi .advantagesi-list .advantagesi-o .advantagesi-con .advantagesi-t {
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  transition: 0.5s;
  position: relative;
}
.advantagesi .advantagesi-list .advantagesi-o .advantagesi-con .advantagesi-t::after {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #E63329;
  left: 0;
  transition: 0.5s;
  content: "";
}
.advantagesi .advantagesi-list .advantagesi-o .advantagesi-con .advantagesi-d {
  font-weight: 500;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-top: 5px;
}
.advantagesi .advantagesi-list .advantagesi-o .advantagesi-icon {
  width: 146px;
}
.advantagesi .advantagesi-list .advantagesi-o .advantagesi-icon img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.advantagesi .advantagesi-list .advantagesi-o:hover .advantagesi-con .advantagesi-t {
  color: #E63329;
}
.advantagesi .advantagesi-list .advantagesi-o:hover .advantagesi-con .advantagesi-t::after {
  width: 50px;
  left: 12px;
}
.advantagesi .advantagesi-list .advantagesi-o:hover .advantagesi-icon img {
  transform: scale(1.05);
}
.advantagesi .advantagesi-list .advantagesi-o:nth-of-type(2n) {
  margin-right: 0;
}
.equipmenti {
  background: url('https://file.global86.cn/fileStore/website_new_v2/jinbo/page-new/equipmenti-back.png') no-repeat;
  background-size: 100% 100%;
  background-position: top center;
  position: relative;
}
.equipmenti .equipmenti-inner {
  padding: 0 0 20px;
}
.equipmenti .page-right-bottom {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.equipmenti .page-title {
  text-align: center;
  width: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
}
.equipmenti .page-desc {
  color: #fff;
  text-align: center;
  margin: 15px 0 35px;
}
.equipmenti .equipmenti-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.equipmenti .equipmenti-list .equipmenti-o {
  width: calc((100% - 90px) / 3);
  overflow: hidden;
  border-radius: 10px;
}
.equipmenti .equipmenti-list .equipmenti-o img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.equipmenti .equipmenti-list .equipmenti-o:hover img {
  transform: scale(1.05);
}
.newi .newi-inner {
  width: 100%;
}
.newi .newi-inner .newi-letter {
  width: 100%;
  display: block;
  position: relative;
  z-index: 20;
}
.newi .newi-title {
  margin: -66px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}
.newi .newi-title .page-title {
  margin-bottom: 20px;
  position: relative;
  z-index: 20;
}
.newi .newi-title .indexTitle {
  position: relative;
  z-index: 20;
}
.newi .newi-main {
  padding: 20px 0;
  position: relative;
}
.newi .newi1 {
  width: 200px;
  position: absolute;
  left: 0;
  top: 18%;
  overflow: hidden;
  display: none;
}
.newi .newi1 img {
  width: 100%;
  height: 100%;
  display: block;
  transition: calc(1);
  transition: 0.5s;
}
.newi .newi1:hover img {
  transform: scale(1.05);
}
.newi .newi2 {
  width: 150px;
  position: absolute;
  display: none;
  right: 0;
  top: 12%;
  overflow: hidden;
}
.newi .newi2 img {
  width: 100%;
  height: 100%;
  display: block;
  transition: calc(1);
  transition: 0.5s;
}
.newi .newi2:hover img {
  transform: scale(1.05);
}
.newi .newi3 {
  width: 150px;
  position: absolute;
  right: 10%;
  bottom: -20px;
  overflow: hidden;
  display: none;
}
.newi .newi3 img {
  width: 100%;
  height: 100%;
  display: block;
  transition: calc(1);
  transition: 0.5s;
}
.newi .newi3:hover img {
  transform: scale(1.05);
}
.newi .newi-one {
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #999999;
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 20;
}
.newi .newi-one .newi-time {
  font-weight: normal;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  font-family: 'LamaSans-SemiBoldCondensed';
}
.newi .newi-one .newi-cover {
  aspect-ratio: 1.5;
  overflow: hidden;
  width: 300px;
}
.newi .newi-one .newi-cover img {
  transform: rotateZ(0deg) scale(1);
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.newi .newi-one .newi-type {
  min-width: 90px;
  width: auto;
  height: 32px;
  background: #E63329;
  border-radius: 16px;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 32px;
  text-align: center;
  padding: 0 14px;
}
.newi .newi-one .newi-o-top {
  width: calc(100% - 250px);
}
.newi .newi-one .newi-o-title {
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  line-height: 32px;
  width: 100%;
  position: relative;
  transition: 0.5s;
}
.newi .newi-one .newi-o-desc {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-top: 20px;
}
.newi .newi-one .newi-o-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #E63329;
  transition: 0.5s;
}
.newi .newi-one .newi-o-con {
  width: calc(95% - 300px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newi .newi-one .page-right-box {
  transition: 0.5s;
}
.newi .newi-one:hover .newi-cover img {
  transform: rotateZ(0deg) scale(1.3);
}
.newi .newi-one:hover .newi-o-title {
  color: #E63329;
}
.newi .newi-one:hover .newi-o-title::after {
  width: 100px;
}
.newi .newi-one:hover .page-right-box {
  transform: translateY(-10px);
}
.newi .newi-one:nth-of-type(1) {
  border-top: 1px solid #999999;
}
.indexTitle {
  font-weight: normal;
  font-size: 120px;
  color: #333333;
  line-height: 154px;
  font-family: 'LamaSans-SemiBoldCondensed';
  text-transform: uppercase;
}
.indexDesc {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
@keyframes scrollLine {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
@keyframes aniMapDotInnerPro {
  0% {
    width: 110px;
    height: 110px;
    opacity: 1;
  }
  100% {
    width: 160px;
    height: 160px;
    opacity: 0;
  }
}
.banner .bannerSwiper .banner-swiper-slide .banner-img {
  transition: all 1.4s ease;
  -webkit-transform: scale(1.2) !important;
  transform: scale(1.2) !important;
}
.banner .bannerSwiper .banner_slide_active .banner-img {
  transition: all 1.4s ease 1s;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}
.banner .bannerSwiper .banner_slide_active .banner-inner .banner-num .cur-num p {
  transform: translateX(-12px) translateY(0);
  transition: 0.5s ease 0.5s;
}
.hidden-element {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: opacity 0.3s ease !important;
  /* 添加过渡效果，时间可根据需要调整 */
}
@media only screen and (max-width: 1900px) {
  .producti .proi-title .proi-title-texts .proi-title-p1 {
    font-size: 28px;
  }
  .producti .proi-title .proi-title-texts .proi-title-p2 {
    font-size: 26px;
    margin-top: 18px;
  }
}
@media only screen and (max-width: 1800px) {
  .newi .newi3 {
    right: 5%;
  }
}
@media (max-width: 1681px) {
  .banner .bannerSwiper .banner-swiper-slide .banner-inner {
    padding: 100px 0 160px;
  }
  .banner .bannerSwiper .banner-nums-bottom {
    bottom: 112px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-inner .banner-p {
    font-size: 90px;
    line-height: 96px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-inner .banner-p1 {
    font-size: 50px;
    line-height: 62px;
  }
  .banner .bannerSwiper .banner-scroll {
    width: 150px;
    height: 150px;
  }
  .banner .bannerSwiper .banner-scroll svg {
    width: 116px;
    height: 116px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-inner .banner-more-puter {
    margin-top: 28px;
  }
  .banner .bannerSwiper .banner-nums-bottom .banner-nums-o .banner-nums-line {
    width: 198px;
  }
  .newi .newi-one .newi-o-title {
    font-size: 22px;
  }
  .newi .newi-one {
    padding: 42px 0;
  }
  .indexTitle {
    font-size: 100px;
    line-height: 138px;
  }
}
@media only screen and (max-width: 1679px) {
  .producti .proi-title .proi-title-texts .proi-title-p1 {
    font-size: 26px;
  }
  .producti .proi-title .proi-title-texts .proi-title-p2 {
    font-size: 24px;
    margin-top: 14px;
  }
  .producti .proi-type-outer .proi-type-o {
    padding: 24px;
  }
  .producti .public-more .read-more-p {
    font-size: 14px;
  }
  .producti .proi-type-outer .proi-type-o .proi-type-icon {
    width: 40px;
    height: 38px;
  }
  .producti .proi-type-outer .proi-type-o {
    width: 230px;
  }
}
@media only screen and (max-width: 1600px) {
  .proi .proi-main .proi-img-swiper {
    width: 450px;
    height: 530px;
  }
  .proi .proi-main .proi-img-swiper .proi-img-data {
    margin-right: 50px;
  }
  .proi .proi-main .proi-types {
    width: 560px;
  }
  .abouti .abouti-inner {
    padding: 50px 0 30px;
  }
  .newi .newi-one {
    padding: 36px 0;
  }
  .newi .newi2 {
    width: 112px;
  }
  .newi .newi-one .newi-o-title {
    font-size: 20px;
  }
  .newi .newi1 {
    width: 130px;
  }
  .newi .newi3 {
    right: 3%;
    width: 112px;
  }
  .equipmenti .page-right-bottom {
    bottom: -30px;
  }
  .equipmenti .equipmenti-list .equipmenti-o {
    width: calc((100% - 76px) / 3);
  }
}
@media only screen and (max-width: 1560px) {
  .producti .proi-title .proi-title-texts .proi-title-p1 {
    font-size: 32px;
  }
  .producti .proi-type-outer .proi-type-o .proi-type-ts {
    font-size: 16px;
  }
  .producti .proi-type-outer .proi-type-o {
    padding: 22px 20px;
    width: 210px;
  }
  .producti .proi-type-outer .proi-type-o .proi-type-more .proi-type-a {
    width: 150px;
    right: 0;
    margin: 0 auto;
  }
  .producti .indexPage-outer {
    width: 94%;
  }
  .producti .proi-main-list .proi-img-swiper .proi-img-texts .proi-img-name {
    font-size: 16px;
  }
  .producti .proi-main-list .proi-img-swiper .proi-img-texts {
    margin-top: 22px;
  }
  .producti .proi-main-list .proi-img-swiper .proi-img-data {
    margin-right: 32px;
  }
}
@media only screen and (max-width: 1380px) {
  .producti .proi-title .proi-title-texts .proi-title-p1 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1350px) {
  .abouti .abouti-right .about-dot {
    width: 40px;
  }
  .abouti .abouti-left .abouti-other .abouti-other-nums .abouti-num-mc .abouti-num-dom .abouti-num-t .abouti-num-count {
    font-size: 88px;
    line-height: 60px;
  }
  .abouti .abouti-left .abouti-other .abouti-other-nums .abouti-num-mc .abouti-num-dom .abouti-num-t .abouti-num-add {
    font-size: 36px;
    margin-left: 8px;
    transform: translateY(-28px);
  }
  .abouti .abouti-left .abouti-other .abouti-other-nums .abouti-num-mc .abouti-num-dom .abouti-num-ds {
    font-size: 20px;
    line-height: 24px;
    margin-top: 12px;
  }
  .proi .proi-title-l .proi-title-desc {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .proi .proi-title-l .page-title {
    transform: translateY(-10px);
  }
  .proi .proi-main .proi-img-swiper .proi-img-data .proi-img-cover {
    border-radius: 12px;
  }
  .proi .proi-main .proi-dot {
    width: 140px;
    top: 27%;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-inner .banner-p {
    font-size: 60px;
    line-height: 64px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-inner .banner-p1 {
    font-size: 40px;
    line-height: 52px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-inner .banner-desc-text {
    font-size: 20px;
    line-height: 24px;
  }
  .banner .bannerSwiper .banner-scroll svg {
    width: 105px;
    height: 105px;
  }
  .banner .bannerSwiper .banner-scroll {
    width: 135px;
    height: 135px;
  }
  .proi .proi-main .proi-types-swiper .proi-types-o .proi-types-ts {
    font-size: 16px;
  }
  .newi .newi3 {
    right: -3%;
    width: 90px;
    bottom: 0;
  }
  .newi .newi2 {
    width: 90px;
  }
  .newi .newi1 {
    width: 110px;
    left: -3%;
  }
  .newi .newi-one .newi-o-title {
    font-size: 18px;
  }
  .newi .newi-one {
    padding: 32px 0;
  }
  .indexTitle {
    font-size: 80px;
    line-height: 120px;
  }
  .newi .newi-title .page-title {
    margin-bottom: 15px;
  }
  .advantagesi .advantagesi-list .advantagesi-o .advantagesi-icon {
    width: 120px;
  }
  .advantagesi .advantagesi-list .advantagesi-o .advantagesi-con {
    width: calc(100% - 136px);
  }
  .producti .proi-title {
    width: 100%;
  }
  .producti .proi-inner {
    flex-wrap: wrap;
  }
  .producti .proi-data-btns-pc {
    display: none;
  }
  .producti .proi-data-btns-m {
    display: flex;
    margin-top: 30px;
    width: 100%;
    justify-content: flex-end;
    padding-right: 5%;
  }
  .producti .proi-data-btns-m .page-right-box {
    margin-left: 20px;
  }
  .producti {
    padding-bottom: 30px;
  }
  .producti .proi-type-outer {
    width: 100%;
    margin-top: 32px;
    justify-content: center;
  }
  .producti .proi-main-list {
    padding-top: 45px;
  }
  .producti .proi-type-outer .proi-type-o {
    min-height: 220px;
  }
}
@media only screen and (max-width: 1300px) {
  .newi .newi-one .newi-o-top {
    width: calc(100% - 100px);
  }
}
@media only screen and (max-width: 1278px) {
  .newi .newi-one .newi-o-top {
    width: calc(100% - 76px);
  }
  .producti .proi-main-list .proi-img-swiper .proi-img-cover {
    border-radius: 16px;
  }
  .producti {
    padding-bottom: 0;
  }
  .producti .proi-main-list .proi-img-swiper .proi-img-texts {
    margin-top: 18px;
  }
  .producti .proi-main-list .proi-img-swiper .proi-img-texts .proi-img-name {
    font-size: 14px;
  }
  .producti .proi-title .proi-title-texts .proi-title-p2 {
    font-size: 22px;
    margin-top: 8px;
  }
}
@media only screen and (max-width: 1250px) {
  .newi .newi-one .newi-cover {
    width: 25%;
  }
  .newi .newi-one .newi-o-con {
    width: 70%;
  }
  .banner {
    margin-top: 65px;
    height: auto;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-inner {
    padding: 0 0 135px;
  }
  .banner .bannerSwiper .banner-nums-bottom .banner-nums-o .banner-nums-line {
    width: 120px;
  }
  .banner .bannerSwiper .banner-scroll {
    bottom: 92px;
  }
  .banner .bannerSwiper .banner-nums-bottom {
    bottom: 96px;
  }
}
@media only screen and (max-width: 1200px) {
  .abouti .abouti-left .abouti-logo {
    width: 122%;
    transform: translateX(26%);
    margin-top: 42px;
  }
  .advantagesi .advantagesi-list .advantagesi-o {
    align-items: center;
    width: calc((100% - 30px) / 2);
    margin-right: 30px;
  }
  .advantagesi .advantagesi-list .advantagesi-o .advantagesi-icon {
    width: 100px;
  }
  .advantagesi .advantagesi-list .advantagesi-o .advantagesi-con {
    width: calc(100% - 116px);
    padding-top: 0;
  }
  .equipmenti .page-desc {
    margin: 15px 0 26px;
  }
  .equipmenti .equipmenti-list .equipmenti-o {
    width: calc((100% - 56px) / 3);
  }
  .newi .newi-title .indexPage-inner {
    width: 80%;
  }
  .newi .newi1 {
    width: 100px;
    left: -5%;
  }
  .newi .newi2 {
    width: 85px;
    right: -4%;
  }
  .newi .newi-one .newi-o-title {
    width: 100%;
  }
  .abouti .abouti-left .abouti-other .abouti-other-video .abouti-other-video-inner {
    border-radius: 12px;
  }
  .abouti .abouti-right .abouti-right-img .abouti-right-img-inner {
    border-radius: 12px;
  }
  .proi .proi-main .proi-types {
    width: 420px;
  }
  .proi .proi-main .proi-img-swiper {
    width: 350px;
    height: 476px;
  }
  .proi .proi-main .proi-img-swiper .proi-img-data .proi-img-texts {
    margin-top: 16px;
  }
  .proi .proi-title-l .proi-title-desc {
    font-size: 25px;
    line-height: 34px;
  }
  .proi .proi-main .proi-img-swiper .proi-img-data .proi-img-texts .proi-img-name {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1025px) {
  .banner {
    margin-top: 65px;
    overflow: hidden;
  }
  .producti .indexPage-outer {
    width: 90%;
  }
}
@media (max-width: 1020px) {
  .banner .bannerSwiper .banner-nums-bottom .banner-nums-o .banner-nums-line {
    width: 90px;
  }
  .newi .newi-one {
    flex-wrap: wrap;
  }
  .proi .proi-title-l .proi-title-desc {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-inner .banner-p {
    font-size: 45px;
    line-height: 50px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-inner .banner-p1 {
    font-size: 35px;
    line-height: 42px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-inner .banner-line {
    width: 32px;
    margin-right: 16px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-inner .banner-desc-text {
    font-size: 18px;
    line-height: 22px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-inner .banner-more-puter {
    margin-top: 16px;
  }
  .newi .newi-one .newi-o-title {
    width: calc(100% - 50px);
  }
  .newi .newi-one .newi-time {
    height: 32px;
    margin-bottom: 20px;
    transform: translateY(8px);
  }
  .newi .newi-one .newi-type {
    margin-bottom: 20px;
  }
  .newi .newi3 {
    right: -5%;
    width: 80px;
  }
  .newi .newi1 {
    width: 90px;
    left: -6%;
  }
  .indexTitle {
    font-size: 70px;
  }
  .newi .newi-title {
    margin: -45px auto 0;
  }
  .equipmenti .equipmenti-list .equipmenti-o {
    width: calc((100% - 36px) / 3);
  }
  .advantagesi .advantagesi-inner {
    padding: 0 0;
  }
  .advantagesi .advantagesi-list .advantagesi-o {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    padding: 20px 26px;
  }
  .advantagesi .advantagesi-list .advantagesi-o .advantagesi-icon {
    width: 75px;
  }
  .equipmenti .page-desc {
    margin: 12px 0 24px;
  }
  .advantagesi .advantagesi-list .advantagesi-o .advantagesi-con .advantagesi-t {
    font-size: 16px;
  }
  .advantagesi .advantagesi-list .advantagesi-o .advantagesi-con {
    width: calc(100% - 85px);
  }
  .abouti .abouti-left .abouti-other .abouti-other-video .abouti-other-video-inner .other-video-mask .other-video-play {
    width: 50px;
    height: 50px;
    font-size: 28px;
  }
  .abouti .indexPage-outer {
    flex-wrap: wrap;
  }
  .abouti .abouti-left {
    width: 100%;
  }
  .abouti .abouti-right {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .abouti .abouti-left .abouti-texts .abouti-texts-inner {
    max-width: 100%;
  }
  .abouti .abouti-left .abouti-logo {
    width: 80%;
    transform: translateX(0);
    margin: 40px auto;
  }
  .abouti .abouti-left .abouti-texts {
    margin-bottom: 42px;
  }
  .abouti .abouti-inner {
    padding: 26px 0 20px;
  }
  .proi .proi-main .proi-types {
    width: 300px;
  }
  .proi .proi-main .proi-img-swiper .proi-img-data {
    margin-right: 34px;
  }
  .proi .proi-title {
    margin-bottom: 80px;
  }
  .proi .proi-main .proi-img-swiper {
    width: 320px;
    height: 450px;
  }
  .equipmenti {
    background: url(https://file.global86.cn/fileStore/website_new_v2/jinbo/page-new/equipmenti-back.png) no-repeat;
    background-size: cover;
    background-position: bottom center;
  }
  .abouti {
    background: url(https://file.global86.cn/fileStore/website_new_v2/jinbo/page-new/abouti-back.png) no-repeat;
    background-size: cover;
    background-position: bottom center;
  }
}
@media (max-width: 767px) {
  .abouti .abouti-right .about-dot {
    display: none;
  }
  .producti .proi-data-btns-m {
    margin-top: 25px;
  }
  .producti .proi-title .proi-title-texts .proi-title-p1 {
    font-size: 20px;
    line-height: 30px;
  }
  .producti .proi-title .proi-title-texts .proi-title-p2 {
    font-size: 18px;
  }
  .producti .proi-type-outer .proi-type-o .proi-type-ts {
    font-size: 14px;
  }
  .producti .proi-type-outer .proi-type-o .proi-type-icon {
    width: 34px;
    height: 34px;
  }
  .producti .proi-type-outer .proi-type-o {
    min-height: 0;
  }
  .producti .proi-type-outer .proi-type-o .proi-type-ts {
    margin: 18px 0 25px;
  }
  .producti {
    padding-bottom: 30px;
  }
  .producti {
    margin-top: -20px;
  }
  .producti .proi-main-list {
    padding-top: 35px;
  }
  .newi .newi-one .newi-o-con {
    width: 100%;
    margin-top: 24px;
  }
  .proi {
    padding-bottom: 30px;
  }
  .newi .newi-one {
    flex-wrap: wrap;
  }
  .newi .newi-one .newi-cover {
    width: 100%;
    margin: 0 auto;
    max-width: 400px;
  }
  .equipmenti .equipmenti-list {
    flex-wrap: wrap;
  }
  .equipmenti .equipmenti-list .equipmenti-o {
    width: 46%;
    margin: 8px 2%;
  }
  .equipmenti .equipmenti-list {
    justify-content: center;
  }
  .equipmenti .page-desc {
    margin: 16px 0 16px;
  }
  .newi .newi-inner {
    padding-top: 30px;
  }
  .newi .newi-title {
    margin: -10px auto 0;
  }
  .newi .newi2 {
    display: none;
  }
  .newi .newi-title .page-title {
    margin-bottom: 8px;
  }
  .indexTitle {
    font-size: 52px;
    line-height: 100px;
  }
  .newi .newi-one {
    padding: 26px 0;
  }
  .newi .newi1 {
    display: none;
  }
  .newi .newi-one .newi-o-title {
    font-size: 16px;
    line-height: 26px;
  }
  .newi .newi-title .indexPage-inner {
    width: 100%;
  }
  .newi .newi3 {
    display: none;
  }
  .advantagesi .advantagesi-title {
    margin-bottom: 15px;
  }
  .advantagesi .advantagesi-list .advantagesi-o {
    width: 100%;
    margin-right: 0;
    padding: 20px 26px;
    margin-top: 22px;
  }
  .proi {
    margin-top: -20px;
  }
  .proi .proi-title {
    flex-wrap: wrap;
  }
  .proi .proi-title .proi-title-l {
    width: 100%;
  }
  .proi .proi-title-l .proi-title-desc {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 18px;
  }
  .proi .proi-title-l .page-title {
    transform: translateY(0px);
    margin-bottom: 20px;
  }
  .abouti .abouti-left .abouti-other .abouti-other-nums .abouti-more .banner-more-inner i {
    font-size: 18px;
    line-height: 42px;
    margin-left: 6px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-inner .banner-more-puter {
    display: none;
  }
  .banner .bannerSwiper .banner-nums-bottom {
    bottom: 30px;
  }
  .banner .bannerSwiper .banner-scroll svg {
    width: 60px;
    height: 60px;
  }
  .banner .bannerSwiper .banner-scroll {
    width: 80px;
    height: 80px;
  }
  .banner .bannerSwiper .banner-nums-bottom .banner-nums-o .banner-nums-i {
    font-size: 16px;
  }
  .banner .bannerSwiper .banner-nums-bottom .banner-nums-o {
    margin-right: 10px;
  }
  .banner .bannerSwiper .banner-nums-bottom .banner-nums-o .banner-nums-line {
    width: 50px;
  }
  .banner .bannerSwiper .banner-scroll {
    bottom: 55px;
  }
  .proi .proi-main .proi-img-swiper .proi-img-data {
    padding-top: 60px;
    padding-bottom: 0;
  }
  .proi .proi-main .proi-img-swiper .proiData-img-cur {
    padding-top: 0;
    padding-bottom: 60px;
  }
  .proi .proi-title {
    margin-bottom: 40px;
  }
  .proi .proi-main .proi-types-swiper .swiper-wrapper {
    flex-direction: row;
  }
  .proi .proi-main .proi-types-swiper {
    height: auto;
  }
  .proi .proi-main .proi-types-swiper .proi-types-o {
    width: 80%;
    margin-right: 20px;
    height: auto;
    max-width: 240px;
  }
  .proi .proi-main .proi-dot img {
    display: none;
  }
  .proi .proi-main .proi-types-swiper .proi-types-o .proi-types-l {
    height: 30px;
  }
  .proi .proi-main .proi-types {
    position: relative;
    width: 100%;
    top: 0;
    height: auto;
    margin-bottom: 25px;
  }
  .proi .proi-main .proi-img-swiper {
    width: 320px;
    height: auto;
  }
}
@media only screen and (max-width: 641px) {
  .banner {
    margin-top: 50px;
  }
  .abouti .abouti-left .abouti-other {
    flex-wrap: wrap;
  }
  .abouti .abouti-inner {
    padding: 6px 0 20px;
  }
  .abouti .abouti-left .abouti-other .abouti-other-video {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
  .abouti .abouti-left .abouti-logo {
    width: 90%;
  }
  .abouti .abouti-left .abouti-other .abouti-other-nums .abouti-more {
    margin: 36px 0 82px;
  }
  .abouti .abouti-left .abouti-other .abouti-other-nums {
    width: 100%;
  }
}
@media (max-width: 521px) {
  .banner .bannerSwiper .banner-nums-bottom {
    display: none;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-inner .banner-line {
    width: 24px;
    margin-right: 12px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-inner .banner-p {
    font-size: 36px;
    line-height: 45px;
    margin-top: 20px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-inner .banner-desc-text {
    font-size: 14px;
    line-height: 20px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-inner .banner-p1 {
    font-size: 18px;
    line-height: 28px;
  }
  .banner .bannerSwiper .banner-scroll {
    bottom: 35px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-inner {
    padding: 0 0 40px;
  }
}
@media only screen and (max-width: 450px) {
  .newi .newi-one .newi-o-con {
    flex-wrap: wrap;
  }
  .page-title {
    font-size: 20px;
    line-height: 24px;
  }
  .page-title .page-right {
    width: 35px;
    height: 35px;
  }
  .indexTitle {
    font-size: 38px;
    line-height: 70px;
  }
  .page-right-box {
    width: 35px;
    height: 35px;
  }
  .newi .newi-one .newi-o-desc {
    margin-top: 5px;
    margin-bottom: 14px;
  }
  .newi .newi-one .newi-o-con {
    margin-top: 15px;
  }
  .newi .newi-one .newi-o-top {
    width: 100%;
  }
}
@media only screen and (max-width: 431px) {
  .banner {
    margin-top: 42px;
  }
}
@media only screen and (max-width: 425px) {
  .banner .bannerSwiper .banner-swiper-slide .banner-inner .banner-p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 14px;
  }
  .equipmenti .page-right-bottom {
    bottom: 0;
  }
  .newi .newi-inner {
    padding-top: 10px;
  }
  .equipmenti .equipmenti-list .equipmenti-o {
    width: 100%;
    margin: 8px 0;
    max-width: 320px;
  }
  .equipmenti {
    background-position: center;
  }
  .advantagesi .advantagesi-list .advantagesi-o {
    padding: 20px 16px;
  }
}
@media only screen and (max-width: 384px) {
  .banner .bannerSwiper .banner-swiper-slide .banner-inner .banner-desc-text {
    font-size: 12px;
    line-height: 20px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-inner .banner-p1 {
    font-size: 16px;
    line-height: 28px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-inner .banner-p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 14px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-inner .banner-p1 {
    font-size: 20px;
    line-height: 32px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-inner {
    padding: 0 0 22px;
  }
}
@media only screen and (max-width: 350px) {
  .banner .bannerSwiper .banner-swiper-slide .banner-inner .banner-p1 {
    font-size: 14px;
    line-height: 26px;
  }
}
