.swiper-button-prev::after,
.swiper-button-next::after {
  content: '';
}


.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.banner-nav-container {
  background: url(/lib/images/index/img_nav_bg.webp) no-repeat;
  background-size: cover;
}



/* banner */
.banner {
  padding: 0 0.6rem;
}


.banner .banner-swiper {
  padding-bottom: .4rem;
}

.banner .banner-item {
  position: relative;
  box-shadow: .14rem .14rem .3rem #242e2e30;
}
.banner .banner-item .banner-img img{
  width: 100%;
}
.banner .banner-item .video-play{
    width: 21.5%;
    background: rgba(0,0,0,.5);
    position: absolute;
    right: 2%;
    bottom: 2%;
    z-index: 5;
    box-shadow: 1px 1px 3px 1px rgb(0 0 0 / 30%);
}
.banner .banner-item .video-play video{
  width: 100%;
  height: 100%;
}
.banner .banner-item .video-play .play{
  width: 100%;
    height: 100%;
    color: #fff;
    background: rgba(0,0,0,.3);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    display: block;
    cursor: pointer;

}
.banner .banner-item .video-play .play svg{
  content: '';
  /* font: 400 3em 'FontAwesome'; */
  width: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 15;
}
/* .banner .banner-item .video-play .play::after{
  content: '';
    font: 400 3em 'FontAwesome';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 15;
} */

.banner .banner-desc-div {
  position: absolute;
  top: 50%;
  left: .6rem;
  z-index: 20;
  transform: translateY(-50%);
}

.banner .banner-desc-div .banner-title,
.banner .banner-desc-div .banner-title h1 {
  color: #242e2e;
  font-size: 0.36rem;
  line-height: 1.4;
  font-family: 'ZapfHumanist601BT-Bold';
}


.banner .banner-desc-div .banner-title span,
.banner .banner-desc-div .banner-title h1 span {
  color: #00a4a7;
  font-size: .64rem;
}

.banner .banner-desc-div .banner-desc {
  animation-delay: 0.8s;
}

.banner .main-btn {
  margin-top: 0.9rem;
}




/* about */
.about {
  color: #fff;
  padding: .8rem 0 1.2rem;
  background: #00a4a7 url(/lib/images/index/img_company_bg.webp) right bottom no-repeat;
}

.about .content {
  justify-content: space-between;
}

.about .content .left {
  max-width: 7.2rem;
  width: 100%;
}

.about .small-title {
  color: #fff;
}

.about .small-title::after {
  background: #fff;
}


.about .title p {
  color: #fff;
  margin: 0;
}

.about .title span {
  position: relative;
  z-index: 1;
}

.about .title span::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: .08rem;
  content: '';
  background: #ffb61c;
}

.about .text {

  padding: 0.7rem 0;
  margin-bottom: .7rem;
  line-height: 1.5;
  border-bottom: 1px solid #ffffff50;
}

.about .scroll-number-container .item {
  flex: 1;
  align-items: center;
}


.about .scroll-number-container .scroll-icon {
  margin-right: .2rem;
  flex-shrink: 0;
}


.about .scroll-number-container .scroll-num {
  font-size: 0.32rem;
  font-family: 'Inter-Bold';
  margin-bottom: 2px;
}

.about .scroll-number-container .scroll-text {
  color: #ffffff70;
  font-size: 0.14rem;
}

.about .right {
  padding-top: 0.6rem;
}

.about .right .top {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

.about .right .top .nianfen-div {
  position: absolute;
  top: 24%;
  left: 50%;
  font-size: 1.54rem;
  font-family: 'ZapfHumanist601BT-Bold';
  transform: translate(-50%, -50%);
}


.about .right .bottom {
  align-items: center;
  justify-content: space-between;
}

.about .right .bottom .xian {
  margin: auto .9rem;
  height: .9rem;
  width: 1px;
  background: #ffffff30;
}







/* main products */

.main-products .content {
  flex-wrap: wrap;
}

.main-products .item {
  flex: 1;
  padding: 0.5rem 0.9rem;
  background: #F9F9F9;
}

.main-products .item:nth-child(2n) {
  background: linear-gradient(to bottom, #eaefef, #F9F9F9);
}

.main-products .item a {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.main-products .item .desc h3 {
  font-size: .32rem;
  font-family: 'ZapfHumanist601BT-Bold';
  -webkit-line-clamp: 1;
}

.main-products .item .desc p {
  color: #666;
  margin: 8px auto 16px;
  -webkit-line-clamp: 2;
}

.main-products .item .img {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.main-products .item:hover .img>img{
  opacity: 0;
}

.main-products .item .img .mask {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.4s;
}

.main-products .item .view-more span {
  color: #00a4a7;
  font-family: 'Inter-Medium';
  transition: all 0.4s;
}

.main-products .item .view-more img {
  margin-left: 10px;
  transition: all 0.4s;
}

.main-products .item:hover .img .mask {
  opacity: 1;
  transition: all 0.4s;
}

.main-products .item:hover .view-more span {
  transform: translateX(-5px);
  transition: all 0.4s;
}


.main-products .item:hover .view-more img {
  transform: translateX(5px);
  transition: all 0.4s;
}



/* strength */
.strength {
  padding: 1.4rem 0 0;
}

.strength .content {
  padding-top: 0.4rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}


.strength .content .strength-big-text {
  position: relative;
}


.strength .content .strength-big-text.top {
  z-index: -1;
}

.strength .content .strength-big-text p {
  color: #00858A;
  font-size: 1.28rem;
  font-family: 'ZapfHumanist601BT-Bold';
}

.strength .content .img {
  position: relative;
  z-index: 2;
  top: -0.8rem;
}

.strength .content .strength-big-text.bottom {
  z-index: 3;
  top: -2rem;
}


/* factory */
.factory {
  margin-top: -0.57rem;
}

.factory .item {
  justify-content: space-between;
  background: #f5f9f9;
}

.factory .item:nth-child(2n) {
  flex-direction: row-reverse;
}

.factory .factory-text-div {
  max-width: 9.6rem;
  width: 100%;
  padding: 1.2rem 0;
}

.factory .factory-text {
  position: relative;
  max-width: 6.2rem;
  width: 100%;
  padding: 0 0.3rem;
  margin: auto;
}

.factory .factory-text .text {
  margin-top: .5rem;
  line-height: 1.5;
  max-height: 200px;
  overflow-y: auto;
}

.factory .factory-text .text p {
  margin-bottom: .3rem;
}

.factory .factory-text .text p:last-child {
  margin-bottom: 0;
}

.factory .factory-text .touch {
  position: absolute;
  bottom: -0.7rem;
}

.factory .factory-text .touch a {
  display: flex;
  align-items: center;
  font-family: 'Inter-Medium';
}

.factory .factory-text .touch a svg {
  margin-right: 10px;
}

.factory .factory-text .touch a span {
  color: #00a4a7;
}

.factory .factory-potho-div {
  max-width: 9.52rem;
  width: 100%;
  overflow: hidden;
}


/* cooperation */
.cooperation,
.cooperation-bg {
  position: relative;
}

.cooperation-bg::after {
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  content: '';
  /* background: linear-gradient(to right ,#00858A , #00858A00); */
  background-image: linear-gradient(to right, #00A4A7 30%, #00A4A700 100%);
}


.cooperation .com-container {
  position: absolute;
  top: 1.2rem;
  left: 50%;
  transform: translateX(-50%);
}

.cooperation .content {
  max-width: 560px;
  width: 100%;
  color: #fff;
}

.cooperation .content .title {
  color: #fff;
}

.cooperation .content .text {
  line-height: 1.5;
  margin: 0.5rem 0;
}

.cooperation .content .cooperation-form .row {
  margin: 0 -10px;
}

.cooperation .content .cooperation-form .col-xs-12 {
  padding: 0 10px;
}


.cooperation .content .cooperation-form input {
  border: none;
  height: 0.56rem;
  margin-bottom: .2rem;
  background: #ffffff30;
}

.cooperation .content .cooperation-form input::placeholder {
  color: #ffffff;
}

.cooperation .content .cooperation-form input[type="submit"] {
  color: #fff;
  font-family: 'Inter-Bold';
  background: #ffb61c;
}



/* hot-products */
.hot-products {
  padding: 1rem 0 0;
}

.hot-products .swiper-slide {
  height: auto;
}

.hot-products .hot-pro-item {
  height: 100%;
  padding: .3rem .3rem .36rem;
  border: 3px solid #eaefef;
  transition: all 0.4s;
}

.hot-products .hot-pro-img {
  display: flex;
  justify-content: center;
  transition: all 0.4s;
}

.hot-products .hot-pro-type {
  margin: 16px 0;
  color: #00A4A7;
}

.hot-products .hot-pro-title {
  color: #242e2e;
  font-family: 'Inter-Medium';
  -webkit-line-clamp: 2;
  line-height: 1.5;
}

.hot-products .hot-pro-item:hover {
  border-color: #00a4a7;
  transition: all 0.4s;
}

.hot-products .hot-pro-item:hover .hot-pro-img {
  opacity: 0.5;
  transition: all 0.4s;
}

.hot-products .hot-products-swiper {
  padding: 0.5rem 0 0.7rem;
}

.hot-products .hot-products-button-pagination {
  position: relative;
  display: flex;
  align-items: center;
}


.hot-products .hot-products-pagination-div {
  position: relative;
  left: 0;
  width: 50px;
  margin-right: 20px;
}

.hot-products .swiper-pagination {
  bottom: -5px;
}

.hot-products .hot-products-pagination-div span {
  color: #666;
  margin: 0 10px;
}

.hot-products .hot-products-button-pagination .heng-xian {
  width: 100%;
  height: 1px;
  background: #eaefef;
}


.hot-products .hot-products-button {
  position: relative;
  width: 100px;
  height: 40px;
  margin-left: 20px;
  flex-shrink: 0;
}


.hot-products .hot-products-prev,
.hot-products .hot-products-next {
  width: 40px;
  height: 40px;
  background: #00a4a7;
}

.hot-products .swiper-button-prev.swiper-button-disabled,
.hot-products .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  cursor: not-allowed;
  pointer-events: initial;
  display: flex;
}




/* service  */
.service {
  padding: 0.9rem 0 1rem;
  background: url(/lib/images/index/img_case_bg.jpg) no-repeat left;
  background-position-y: 4.5rem;
  background-position-x: -1rem;
}

.service .content {
  justify-content: space-between;
}

.service .left {
  max-width: 6rem;
  width: 100%;
  padding: 0.6rem 0.4rem 0 0.7rem;
}

.service .left ul {
  margin-top: 1.2rem;
}

.service .left li {
  display: flex;
  align-items: center;
  margin-bottom: 0.4rem;
  font-size: 0.24rem;
  font-family: 'Inter-Medium';
}

.service .left li:last-child {
  margin-bottom: 0;
}

.service .left li img {
  margin-right: .3rem;
}

.service .right {
  flex: 1;
}

.service .process-catalog {
  width: 1.28rem;
  height: 1.28rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00A4A7;
  font-size: 0.18rem;
  font-family: 'Inter-Bold';
  text-align: center;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #eaefef;
}

.service .process-steps ul {
  position: relative;
  z-index: 2;
  flex: 1;
  align-items: center;
}

.service .process-steps ul li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: .66rem;
}

.service .process-steps ul li:first-child {
  margin-top: 0;
}

.service .process-steps ul li .process-icon {
  margin-bottom: 20px;
}

.service .process-steps ul li .text {
  text-align: center;
  height: -webkit-fill-available;
}

.service .process-steps .item {
  position: relative;
  align-items: center;
  justify-content: space-between;
}

.service .process-steps .item::after {
  position: absolute;
  z-index: 0;
  height: 100%;
  content: '';

}

.service .process-steps .pre-sale-div::after {
  top: 100%;
  left: 9%;
  width: 86%;
  transform: translateY(-50%);
  border-top: 2px dashed #eaefef;
  border-right: 2px dashed #eaefef;
}

.service .process-steps .on-sale-div::after {
  top: 100%;
  left: 0;
  width: 95%;
  transform: translateY(-50%);
  border-top: 2px dashed #eaefef;
  border-left: 2px dashed #eaefef;
}

.service .process-steps .after-sale-div::after {
  top: 100%;
  left: 0;
  width: 90%;
  transform: translateY(-50%);
  border-top: 2px dashed #eaefef;

}

.service .process-steps .after-sale-div::before {
  position: absolute;
  top: 42%;
  left: 0;
  width: 1px;
  height: 0.33rem;
  content: '';
  transform: translateY(-50%);
  border-left: 2px dashed #eaefef;
}

.service .process-steps .after-sale-div {
  margin-top: 0.2rem;
}

.service .process-steps .on-sale-div ul {
  flex-direction: row-reverse;
}


.case {
  position: relative;
  padding: 1.2rem 0 0;
  margin-bottom: 1rem;
}

.case::after {
  position: absolute;
  top: 2.17rem;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 4rem;
  content: '';
  border-radius: 20px;
  background: #00A4A7;
}

.case .case-content {
  justify-content: center;
  max-width: 14.6rem;
  width: 100%;
  margin: auto;
}

.case .case-swiper .swiper-slide:last-child {
  margin-right: 0 !important;
}

.case .case-img {
  max-width: 7rem;
  width: 100%;
}

.case .case-desc h3 {
  color: #fff;
  font-size: 0.24rem;
  font-family: 'Inter-Medium';
  margin: .3rem 0 .16rem;
  -webkit-line-clamp: 1;
}

.case .case-desc .where {
  color: #ffffff70;
  align-items: center;
}


.case .case-desc .where p:first-child {
  margin-right: .3rem;
}


/* news */
.news {
  margin-bottom: 1rem;
}

.news .top {
  align-items: center;
  justify-content: space-between;
  margin-bottom: .5rem;
}

.news .top .right .link {
  position: relative;
  font-family: 'Lexend-Light';
}

.news .top .right .link::after {
  position: absolute;
  top: 50%;
  right: -0.4rem;
  width: 1px;
  height: 36px;
  content: '';
  transform: translateY(-50%);
  background: #eaefef;
}


.news .top .right {
  height: 56px;
  align-items: center;
  justify-content: space-between;
}

.news .top .news-button-div {
  position: relative;
  top: 22px;
  padding-left: .4rem;
  margin-left: .8rem;
  width: 122px;
  height: 56px;
}


.news .top .news-prev,
.news .top .news-next {
  display: flex;
  height: 56px;
  width: 56px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  transform: translateY(-50%);
  background: rgba(0, 164, 167, 0.05);
}

.news .news-item .news-img {
  position: relative;
}

.news .news-item .news-img .img {
  /* height: 3.2rem; */
  max-width: 5rem;
  width: 100%;
  display: block;
  margin-bottom: 24px;
  overflow: hidden;
}

.news .news-item .news-img .img::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  opacity: 0;
  transition: all 0.4s;
  background: #242e2e10;
}

.news .news-item .news-img .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.4s;
}

.news .news-item .news-img .more {
  position: absolute;
  bottom: 0;
  right: 0;
  width: .64rem;
  height: .64rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00a4a7;
  transition: all 0.4s;
}

.news .news-item .news-img .more img {
  width: 16px;
}

.news .news-item .news-desc h3 {
  font-size: 0.24rem;
  font-family: 'Inter-Medium';
  margin: .3rem 0 14px;
  -webkit-line-clamp: 1;
}

.news .news-item .news-desc p {
  color: #666;
  -webkit-line-clamp: 2;
}

.news .news-item:hover .img::after {
  opacity: 1;
  transition: all 0.4s;
}

.news .news-item:hover .img img {
  transform: scale(1.1);
  transition: all 0.4s;
}

.news .news-item:hover .more {
  width: 1.36rem;
  transition: all 0.4s;
}

.news .news-item:hover .news-desc h3 {
  color: #00a4a7;
}




@media (max-width: 1640px) {
  .banner {
    padding: 0 0.3rem;
  }
  .main-products .item{
    padding: 0.5rem;
  }
}

@media (max-width: 1280px) {
  .about .content .left {
    margin-right: 0.3rem;
  }

  .about .scroll-number-container .item {
    margin-right: 0.2rem;
  }

  .about .scroll-number-container .item:last-child {
    margin-right: 0;
  }

  .main-products .item {
    padding: 0.5rem 0.6rem;
  }

  .main-products .item .desc h3 {
    font-size: 0.28rem;
  }

  .main-products .item .desc p {
    line-height: 1.5;
  }

  .cooperation .com-container {
    top: 0.8rem;
  }

  .factory .factory-text-div {
    padding: 1rem 0;
  }

  .factory .factory-text .text {
    max-height: 1.2rem;
  }

}

@media (max-width: 1023px) {
  .main-products .item .desc h3 {
    font-size: 0.34rem;
  }

  .factory .factory-text {
    padding: 0;
  }

  .factory .factory-text-div {
    padding: 0.8rem 0 1rem;
  }

  .cooperation .com-container {
    top: 0.6rem;
  }

  .hot-products .swiper-pagination {
    bottom: -7px;
  }

  .service .process-catalog {
    height: 1.7rem;
    width: 1.7rem;
  }

  .service .process-steps ul li {
    margin-top: 1rem;
  }


  .service .process-steps ul li .text {
    height: 0.8rem
  }

  .case .case-content {
    padding: 0 0.3rem;
  }

}


@media (max-width: 767px) {
  .banner .banner-item{
    height: 5rem;
  }

  .banner-img {
    height: 100%;    
  }

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

  .banner .banner-desc-div {
    left: 0.3rem;
  }

  .banner .main-btn {
    margin-top: 0.6rem;
  }

  .about .content,
  .about .scroll-number-container .item {
    flex-direction: column;
  }

  .about .scroll-number-container .item {
    align-items: center;
    text-align: center;
  }

  .scroll-desc {
    height: -webkit-fill-available;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .about .scroll-number-container .scroll-icon {
    margin: auto;
  }

  .main-products .item {
    width: 50%;
    flex: auto;
    padding: 0.8rem 15px;
  }

  .strength {
    padding-top: 0.8rem;
  }

  .factory .item,
  .factory .item:nth-child(2n) {
    flex-direction: column-reverse;
  }

  .factory .factory-text-div {
    max-width: 100%;
    padding: 0.8rem 0;
  }


  .factory .factory-potho-div {
    max-width: 100%;
  }

  .factory .factory-text {
    max-width: 100%;
    padding: 0 15px;
  }

  .factory .factory-text .text {
    max-height: none;
  }

  .factory .factory-text .touch {
    position: relative;
    bottom: 0;
    margin-top: 0.8rem;
  }

  .cooperation {
    padding: 0.8rem 0;
    /* background: url(/lib/images/index/img_strong_customer.webp) no-repeat bottom; */
    /* background-size: contain; */
  }

  .cooperation::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: '';
    background-image: linear-gradient(to  right bottom, #00A4A7 70%, #00A4A700 100%);
  }

  .cooperation-bg {
    position: absolute;
    bottom: 0;
  }

  .cooperation .com-container {
    position: relative;
    top: 0;
  }

  .cooperation .content .cooperation-form input {
    height: 40px;
  }
  
  .service {
    padding: 0.8rem 0;
  }

  .service .process-content {
    flex-direction: column;
  }

  .service .left {
    max-width: 100%;
    padding: 0.8rem 0 0.4rem;
  }

  .service .left ul {
    margin-top: 0.8rem;
  }

  .service .left li,
  .case .case-desc h3 {
    font-size: 0.36rem;
  }

  .service .process-steps .pre-sale-div::after {
    left: 0;
    width: 100%;
  }

  .service .process-steps ul li .process-icon {
    margin-bottom: 10px;
  }

  .case::after {
    height: 5rem;
    display:  none;
  }

  .case .case-content {
    position: relative;
  }

  .case .case-content::after {
    position: absolute;
    top: 1rem;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 90%;
    content: '';
    border-radius: 20px;
    background: #00A4A7;
  }

  .case .case-item {
    padding: 0 15px;
  }

  .case .case-img {
    max-width: 100%;
  }

  .news {
    margin-bottom: 0.8rem;
  }

  .news .top {
    flex-direction: column;
  }

  .news .top .right {
    margin-top: 15px;
    height: 40px;
  }

  .news .top .news-button-div {
    height: 40px;
    width: 90px;
  }

  .news .top .news-prev,
  .news .top .news-next {
    width: 40px;
    height: 40px;
  }

  .news .news-item .news-desc h3 {
    font-size: 0.36rem;
    -webkit-line-clamp: 2;
  }



}