@charset "utf-8";
@import url("https://css02.v15cdn.com/m430/aos.css");

.home-banner .swiper-slide {
  overflow: hidden
}

.home-banner .swiper-slide>a {
  position: relative
}


.home-banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.home-banner .pcimg {
  display: block
}

.home-banner .mobimg {
  display: none
}

.home-banner .banner-animote {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1400px;
  color: #FFF;
  padding: 0px 70px;
  opacity: 0;
  text-align: center
}

.home-banner .banner-animote .p1 {
  font-size: 50px;
  font-weight: var(--fontbold6);
  max-width: 700px;
  margin: 0px auto 30px
}

.home-banner .banner-animote .p2 {
  display: flex;
  justify-content: center;
  margin-top: 50px
}

.home-banner .banner-animote .p2 a {
  margin-right: 20px;
  min-width: 170px;
  height: 50px;
  background: var(--color);
  border-radius: 30px;
  color: #FFF;
  font-weight: var(--fontbold6);
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .1s linear
}

.home-banner .banner-animote .p2 a:nth-child(2) {
  background: #FFF;
  color: #000
}

.home-banner .banner-animote .p2 a:hover {
  opacity: .9
}

.home-banner .swiper-slide-active img {
  animation: bannerimg 6s forwards
}

.home-banner .swiper-slide-active .banner-animote {
  animation: bannerani .5s forwards;
  animation-delay: .7s
}

.home-banner .swiper-pagination {
  bottom: 20px !important;
  max-width: 1400px;
  padding: 0px 70px;
  left: 50% !important;
  transform: translateX(-50%)
}

.home-banner .swiper-pagination-bullet {
  width: 20px;
  height: 8px;
  background: rgba(28, 206, 126, 0);
  border: 2px solid var(--color);
  border-radius: 5px;
  transition: all .1s linear;
  position: relative;
  overflow: hidden
}

.home-banner .swiper-pagination-bullet-active {
  width: 35px;
  height: 10px;
  border-width: 1px
}

.home-banner .swiper-pagination-bullet-active::after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0px;
  height: 100%;
  background: var(--color)
}

.home-banner .swiper-pagination-bullet-active.cur::after {
  animation: paginationwidth 6s linear forwards
}

@keyframes paginationwidth {
  0% {
    width: 0px
  }

  100% {
    width: 100%
  }
}

.home-banner .bannerswiper-next,
.home-banner .bannerswiper-prev {
  position: absolute;
  top: 45%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: 0 0;
  border: 2px solid rgba(231, 231, 231, .5);
  color: #FFF;
  z-index: 9;
  cursor: pointer;
  transition: all .15s linear;
  border-radius: 50%
}

.home-banner .bannerswiper-next:hover,
.home-banner .bannerswiper-prev:hover {
  background: rgba(255, 255, 255, .6);
  color: #000
}

.home-banner .bannerswiper-next em,
.home-banner .bannerswiper-prev em {
  font-size: 24px
}

.home-banner .bannerswiper-prev {
  left: 70px
}

.home-banner .bannerswiper-next {
  right: 70px
}

@keyframes bannerani {
  0% {
    margin-top: 20px
  }

  100% {
    opacity: 1;
    margin-top: 0
  }
}

@keyframes bannerimg {
  0% {
    transform: scale(1)
  }

  80% {
    transform: scale(1.05)
  }

  100% {
    transform: scale(1.047)
  }
}

.home-case,
.home-indexadv,
.home-news,
.home-solution {
  padding: 4% 0;
  position: relative
}

.home-indexadv {
  background: no-repeat center;
  background-size: cover
}

.home-indexadv .l-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between
}

.home-indexadv .indexadv-left {
  width: 45%
}

.home-indexadv .indexadv-left .indexadv-left-text p {
  margin-bottom: 10px
}

.home-indexadv .indexadv-left .home-title {
  text-align: left;
  margin-bottom: 20px
}

.home-indexadv .indexadv-left .indexadv-video {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 2em
}

.home-indexadv .indexadv-left .indexadv-video .indexadv-video-wrap {
  width: 228px;
  height: 100px;
  background: #f7f7f7;
  position: relative
}

.home-indexadv .indexadv-left .indexadv-video .indexadv-video-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px
}

.home-indexadv .indexadv-left .indexadv-video .indexadv-video-wrap em {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  background: #f7f7f7;
  border-radius: 50%;
  color: var(--color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  cursor: pointer
}

.home-indexadv .indexadv-left .indexadv-video .indexadv-video-wrap iframe,
.home-indexadv .indexadv-left .indexadv-video .indexadv-video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.home-indexadv .indexadv-left .indexadv-video .indexadv-video-content {
  flex: 1;
  padding-left: 20px
}

.home-indexadv .indexadv-left .indexadv-video .indexadv-video-content span {
  font-size: 22px;
  font-weight: var(--fontbold6)
}

.home-indexadv .indexadv-left .syvideo{
  width:80%;
}

.home-indexadv .indexadv-left .home-more {
  margin-top: 2em
}

.home-indexadv .indexadv-right {
  flex: 1;
  padding-left: 30px
}

.home-indexadv .indexadv-right ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0px
}

.home-indexadv .indexadv-right ul li {
  width: 48%;
  box-shadow: 0 3px 29px 0 #dedede;
  border-radius: var(--borderradius);
  background: #FFF;
  padding: 30px 20px;
  transition: all .2s linear
}

.home-indexadv .indexadv-right ul li:nth-child(1),
.home-indexadv .indexadv-right ul li:nth-child(2) {
  margin-bottom: 2em
}

.home-indexadv .indexadv-right ul li .icon {
  width: 80px;
  height: 80px;
  background: var(--bgcolor);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1
}

.home-indexadv .indexadv-right ul li .icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.01);
  background: #f8f8f8;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: all .3s linear;
  border-radius: 50%
}

.home-indexadv .indexadv-right ul li .icon em {
  font-size: 34px;
  background-image: var(--bgcolor);
  -webkit-background-clip: text;
  color: transparent;
  transition: all .3s linear
}

.home-indexadv .indexadv-right ul li p.indexadv-right-span {
  font-size: 22px;
  font-weight: var(--fontbold6);
  display: inline-block;
  padding: 15px 0px 10px;
  text-transform: capitalize
}

.home-indexadv .indexadv-right ul li p.indexadv-right-p {
  color: #666
}

.home-indexadv .indexadv-right ul li:hover .icon::after {
  transform: translate(-50%, -50%) scale(0)
}

.home-indexadv .indexadv-right ul li:hover .icon em {
  color: #FFF
}

.indexadv-video-fixed {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  z-index: 999;
  display: none
}

.indexadv-video-fixed>iframe,
.indexadv-video-fixed>lite-youtube,
.indexadv-video-fixed>video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%
}

.indexadv-video-fixed .indexadv-video-colse {
  position: absolute;
  top: 38px;
  right: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .1s linear
}

@keyframes loading {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(180deg)
  }
}

.home-solution {
  background-color: #171717;
  background-size: cover;
  overflow: hidden;
  padding-bottom: 10%
}

.home-solution .loading {
  position: absolute;
  right: 40px;
  top: -12%;
  border-radius: 50%;
  animation: loading 10s linear infinite
}

.home-solution .home-title {
  color: #FFF;
  position: relative;
  z-index: 2
}

.home-solution .homesolution-wrap {
  margin-top: 3%;
  position: relative
}

.home-solution .mySwiper2 .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start
}

.home-solution .mySwiper2 .swiper-slide img {
  width: 45%;
  border-radius: var(--borderradius)
}

.home-solution .mySwiper2 .swiper-slide .content {
  flex: 1;
  color: #FFF;
  padding-left: 50px;
  padding-top: 20px
}

.home-solution .mySwiper2 .swiper-slide .content .title {
  font-size: 30px;
  font-weight: var(--fontbold6);
  margin-bottom: 20px
}

.home-solution .mySwiper2 .swiper-slide .content .text {
  font-size: 16px;
  opacity: .8;
  margin-bottom: 2em
}

.home-solution .mySwiper2 .swiper-slide .content .more {
  min-width: 170px;
  height: 50px;
  border: 1px solid #FFFcfc;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0px 20px;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: .5s;
  cursor: pointer
}

.home-solution .mySwiper2 .swiper-slide .content .more::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #FFF;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: .5s;
  transition-timing-function: ease-out;
  border-radius: 3px
}

.home-solution .mySwiper2 .swiper-slide .content .more:hover {
  color: var(--fontcolor)
}

.home-solution .mySwiper2 .swiper-slide .content .more:hover::before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}

.home-solution .mySwiper {
  position: absolute;
  left: 48%;
  bottom: 20px;
  padding: 0px 30px;
  width: 45%
}

.home-solution .mySwiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center
}

.home-solution .mySwiper .swiper-slide.swiper-slide-thumb-active .icon {
  box-sizing: border-box;
  padding: 5px;
  border-radius: 50%;
  background-image: var(--bgcolor)
}

.home-solution .mySwiper .swiper-slide .icon {
  border-radius: 50%;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  padding: 4px;
  position: relative;
  z-index: 1;
  cursor: pointer
}

.home-solution .mySwiper .swiper-slide .icon::after {
  content: "";
  width: 95%;
  height: 95%;
  background: #000;
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

.home-solution .mySwiper .swiper-slide .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  transition: all .1s linear
}

.homepro-recommend-item .home-solution .mySwiper .swiper-slide .icon:hover img {
  transform: scale(1.02)
}

.home-solution .mySwiper .swiper-slide.swiper-slide-thumb-active .icon img {
  animation: float 5s linear infinite
}

@keyframes float {
  0% {
    transform: scale(1)
  }

  25% {
    transform: scale(1.05)
  }

  50% {
    transform: scale(1)
  }

  75% {
    transform: scale(.95)
  }

  100% {
    transform: scale(1)
  }
}

.home-solution .mySwiper-button-next,
.home-solution .mySwiper-button-prev {
  position: absolute;
  cursor: pointer;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1
}

.home-solution .mySwiper-button-next.swiper-button-disabled em,
.home-solution .mySwiper-button-prev.swiper-button-disabled em {
  color: #666
}

.home-solution .mySwiper-button-next em,
.home-solution .mySwiper-button-prev em {
  color: #FFF;
  font-weight: var(--fontbold3);
  font-size: 30px
}

.home-solution .mySwiper-button-next {
  left: auto;
  right: 0px
}

.home-callus {
  position: relative;
  z-index: 1
}

.home-callus .l-wrap {
  margin-top: -90px
}

.home-callus .homecallus-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background: #FFF;
  border-radius: var(--borderradius);
  overflow: hidden;
  height: 160px;
  width: 100%;
  box-shadow: 0 3px 20px 0 rgba(233, 233, 233, .84)
}

.home-callus .homecallus-wrap .homecallus-img {
  width: 35%;
  height: 100%
}

.home-callus .homecallus-wrap .homecallus-img img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.home-callus .homecallus-wrap .homecallus-info {
  flex: 1;
  padding: 0 8%
}

.home-callus .homecallus-wrap .homecallus-info .homecallus-top {
  font-size: 32px;
  font-weight: var(--fontbold6);
  line-height: 1.2;
  margin-bottom: 15px
}

.home-callus .homecallus-wrap .homecallus-info .homecallus-top .homecallus-tel {
  color: var(--color);
  margin-left: 20px
}

.home-products {
  padding-top: 4%
}

.homepro-recommend-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3%
}

.homepro-recommend-item {
  width: 49%;
  margin-bottom: 2em;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background: #FFF;
  box-shadow: 0 3px 29px 0 #dedede;
  border-radius: var(--borderradius)
}

.homepro-recommend-item:nth-last-child(-n+2) {
  margin-bottom: 0px
}

.homepro-recommend-item:hover img {
  transform: translateY(-5px)
}

.homepro-recommend-item:hover .name {
  color: var(--color)
}

.homepro-recommend-item .img {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center
}

.homepro-recommend-item .img a {
  overflow: inherit
}

.homepro-recommend-item .img img {
  width: 100%;
  border-radius: 10px;
  transition: all .2s linear
}

.homepro-recommend-item .img .icon-videoplay {
  margin-bottom: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  background: rgba(0, 0, 0, .5);
  color: #FFF;
  font-size: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

.homepro-recommend-item .info {
  flex: 1;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center
}

.homepro-recommend-item .info .name {
  font-size: 20px;
  font-weight: var(--fontbold6);
  line-height: 1.4;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px
}

.homepro-recommend-item .info .name::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 59px;
  height: 3px;
  background: var(--color)
}

.homepro-recommend-item .info .text {
  margin-bottom: 1em
}

.homepro-recommend-item .info .home-more {
  min-width: 150px;
  height: 40px
}

.home-case .homecase-wrap {
  overflow: hidden;
  padding-bottom: 20px;
  position: relative;
  margin-top: 3%
}

.home-case .homecase-wrap .swiper-slide {
  transform: scale(.8);
  transition: all .1s linear
}

.home-case .homecase-wrap .swiper-slide.swiper-slide-active {
  transform: scale(1)
}

.home-case .homecase-wrap .swiper-slide.swiper-slide-active .item .content {
  display: block
}

.home-case .homecase-wrap .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--borderradius)
}

.home-case .homecase-wrap .swiper-slide .item {
  position: relative;
  margin: -50px auto 0;
  width: 90%;
  background: #FFF;
  box-shadow: 0 3px 20px 4px rgba(233, 233, 233, .79);
  border-radius: var(--borderradius);
  z-index: 1;
  padding: 20px 20px;
  text-align: center
}

.home-case .homecase-wrap .swiper-slide .item .title {
  font-size: 18px;
  font-weight: var(--fontbold6);
  line-height: 1.2;
}

.home-case .homecase-wrap .swiper-slide .item .content {
  color: #797979;
  margin-bottom: 10px;
  display: none
}

.home-case .homecase-wrap .swiper-slide .item .more {
  color: var(--color);
  font-weight: var(--fontbold6)
}

.home-case .homecase-wrap .swiper-slide .item .more:hover {
  text-decoration: underline
}

.home-case .homecase-wrap .homecase-button-next,
.home-case .homecase-wrap .homecase-button-prev {
  width: 38px;
  height: 38px;
  border: 1px solid var(--color);
  color: var(--color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  bottom: 50%;
  left: 0;
  z-index: 2;
  transition: all .2s linear
}

.home-case .homecase-wrap .homecase-button-next:hover,
.home-case .homecase-wrap .homecase-button-prev:hover {
  background: var(--color);
  color: #FFF
}

.home-case .homecase-wrap .homecase-button-next {
  left: auto;
  right: 0
}

.home-about {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.home-about>div {
  width: 100%
}

.home-about .homeabout-info {
  padding: 4%;
  box-sizing: border-box;
  color: #FFF;
  background: var(--bgcolor);
  text-align: center;
}

.home-about .homeabout-info p {
  margin-bottom: 1em;
  text-align: center;
  flex: 1
}

.home-about .homeabout-info .homeabout-p2 {
  font-size: 42px;
  text-align: center;
  font-weight: var(--fontbold6);
  line-height: 1.2;
}

.home-about .homeabout-info ul {
  list-style: none
}

.home-about .homeabout-info .homeabout-list {
  margin: 2em 0
}

.home-about .homeabout-info .homeabout-list li {
  float: left;
  width: 12%;
  margin: 0 0.25% 20px;
  text-align: center;
}

.home-about .homeabout-info .homeabout-list li img {
  max-width: 100%;
}


.home-about .homeabout-info .homeabout-more {
  min-width: 175px;
  height: 50px;
  border: 1px #fff solid;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: var(--fontbold6);
  transition: all .2s linear
}

.home-about .homeabout-info .homeabout-more:hover {
  color: #03b1cf;
  background: #FFF;
}

.home-about .homeabout-img img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

@media(max-width:1845px) {
  .home-about .homeabout-info {}
}

@media(max-width:1780px) {
  .home-about .homeabout-info {}
}

@media(max-width:1600px) {
  .home-about .homeabout-info {}
}

.home-news .homenews-wrap {
  margin-top: 3%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start
}

.home-news .homenews-img {
  width: 40%
}

.home-news .homenews-img img {
  width: 100%;
  border-radius: var(--borderradius);
  transition: all .1s linear
}

.home-news .homenews-img img:hover {
  transform: scale(1.01)
}

.homenews-list {
  flex: 1;
  padding-left: 30px;
  list-style: none
}

.homenews-list li {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  padding-left: 35px;
  border-bottom: 2px solid #eaeaea
}

.homenews-list li.act .icon {
  background: #1a3e5f;
  color: #FFF
}

.homenews-list li.act .name {
  color: var(--color)
}

.homenews-list li .info {
  display: none
}

.homenews-list li .icon {
  cursor: pointer;
  position: absolute;
  left: 0px;
  top: 4px;
  width: 20px;
  height: 20px;
  background: rgba(146, 146, 146, 0);
  border: 1px solid #1d3546;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: var(--fontbold6)
}

.homenews-list li .name {
  font-size: 22px;
  font-weight: var(--fontbold6);
  line-height: 1.2
}

.homenews-list li .date {
  color: #717171;
  display: flex;
  align-items: center;
  font-size: 14px;
  padding: 4px 0px
}

.homenews-list li .date em {
  margin-right: 10px
}

.homenews-list li .text {
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden
}

.homenews-list li .home-more {
  min-width: 125px;
  height: 40px;
  margin-top: 1em
}



@media(max-width:1440px) {
  .home-banner .banner-animote .p1 {
    font-size: 40px
  }

  .home-solution .mySwiper2 .swiper-slide .content {
    padding-top: 0
  }

  .home-solution .mySwiper2 .swiper-slide .content .title {
    margin-bottom: 10px
  }

  .home-solution .mySwiper2 .swiper-slide .content .text {
    margin-bottom: 15px
  }

  .home-solution .mySwiper {
    width: 40%
  }

  .home-solution .mySwiper .swiper-slide .icon {
    width: 90px;
    height: 90px
  }

  .home-about .homeabout-info .homeabout-p2,
  .home-solution .mySwiper2 .swiper-slide .content .title {
    font-size: 26px
  }
}

@media(max-width:1280px) {
  .home-solution .mySwiper {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    margin-top: 20px
  }

  .home-callus .l-wrap {
    margin-top: 2em
  }

  .home-solution {
    padding-bottom: 4%
  }

  .home-callus .homecallus-wrap .homecallus-img {
    width: 24%
  }

  .home-callus .homecallus-wrap .homecallus-info {
    padding: 20px 20px
  }
}

@media(max-width:1024px) {
  .home-banner .banner-animote .p1 {
    font-size: 24px
  }

  .home-banner .banner-animote .p2 a {
    min-width: 150px;
    height: 45px
  }

  .home-indexadv .indexadv-left {
    width: 100%
  }

  .home-indexadv .indexadv-right {
    padding-left: 0px;
    padding-top: 30px
  }

  .homepro-recommend-item {
    padding: 10px 10px
  }

  .homepro-recommend-item .img {
    width: 35%
  }

  .homepro-recommend-item .info .name {
    padding-bottom: 5px;
    font-size: 18px
  }

  .home-case .homecase-wrap .swiper-slide {
    transform: scale(1) !important
  }

  .home-case .homecase-wrap .swiper-slide .item .content {
    display: block
  }

  #homecase {
    padding-bottom: 50px
  }

  .home-case .homecase-wrap .homecase-button-next,
  .home-case .homecase-wrap .homecase-button-prev {
    bottom: 0px
  }

  .home-about .homeabout-info {
    padding-left: 20px
  }
}

@media(max-width:768px) {
  .home-banner .pcimg {
    display: none
  }

  .home-banner .mobimg {
    display: block;
    height: 260px
  }

  .home-case,
  .home-indexadv,
  .home-news,
  .home-solution {
    padding: 40px 0px
  }

  .home-products {
    padding-top: 40px
  }

  .home-banner .banner-animote .p1 {
    font-size: 18px;
    margin: 0px
  }

  .home-banner .banner-animote .p2 {
    display: none
  }

  .home-banner .bannerswiper-next,
  .home-banner .bannerswiper-prev {
    display: none
  }

  .home-banner .swiper-pagination {
    bottom: 10px !important
  }

  .home-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 28px;
    height: 8px;
    background: var(--color)
  }

  .home-indexadv {
    background: none !important
  }

  .home-indexadv .indexadv-left .home-title {
    text-align: center
  }

  .home-indexadv .indexadv-left .indexadv-video .indexadv-video-wrap {
    width: 100%;
    height: auto
  }

  .home-indexadv .indexadv-left .indexadv-video .indexadv-video-wrap em {
    width: 44px;
    height: 44px;
    font-size: 30px
  }

  .home-indexadv .indexadv-left .indexadv-video .indexadv-video-content {
    padding-left: 0px;
    padding-top: 20px
  }

  .home-indexadv .indexadv-right ul li {
    width: 100%;
    margin-bottom: 2em
  }

  .home-indexadv .indexadv-right ul li .icon {
    width: 60px;
    height: 60px
  }

  .home-indexadv .indexadv-right ul li .icon em {
    font-size: 26px
  }

  .home-solution .mySwiper2 .swiper-slide img {
    width: 100%
  }

  .home-about .homeabout-info .homeabout-p2,
  .home-solution .mySwiper2 .swiper-slide .content .title,
  .homepro-recommend-item .info .name {
    font-size: 18px
  }

  .home-solution .mySwiper2 .swiper-slide .content {
    padding-left: 0px;
    padding-top: 20px
  }

 .home-about .homeabout-info .homeabout-list li{
    width:49%;
  }

  
  .home-callus .homecallus-wrap .homecallus-info .homecallus-top {
    font-size: 22px
  }

  .homepro-recommend-item {
    width: 100%;
    margin-bottom: 1em !important
  }

  .homepro-recommend-item .info {
    padding-left: 10px
  }

  .homepro-recommend-item .info .text {
    margin-bottom: 0px
  }

  .homepro-recommend-item .info .home-more {
    display: none
  }

  .home-about>div {
    width: 100%
  }

  .home-news .homenews-img {
    display: none
  }

  .homenews-list {
    padding-left: 0
  }

  .homenews-list li {
    padding-left: 0
  }

  .homenews-list li .icon {
    display: none
  }

  .homenews-list li .info {
    height: auto !important;
    display: block !important
  }

  .homenews-list li .name {
    font-size: 18px
  }

  

  .home-callus .homecallus-wrap {
    height: auto
  }

  .home-callus .homecallus-wrap .homecallus-img {
    width: 100%
  }
}