/* //swiper 内容高度屏幕自适应 start */
html,
body,
main,
.main,
.swiper-container {
  width: 100%;
  height: 100%;
}


/* //屏幕自适应 */
.swiper-slide {
  /* //这里是终点 */
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.main-swiper-container>.swiper-wrapper .swiper-slide-active {
  height: auto !important;
  overflow: auto !important;
}

/* //swiper 内容高度屏幕自适应 end */


.section:not(:first-child) {
  /* padding-top: 2.1vw; */
}












.main-swiper-container .swiper-wrapper {
  /* height: 100%; */
  /* height: auto; */
}

.swiper-container {
  /* height: 100% !important; */
}




.main-swiper-container>.swiper-wrapper .swiper-slide-active.active {
  height: initial !important;
}

.main-swiper-container>.swiper-wrapper>.swiper-slide:not(:first-child) {
  /* padding-top: 4.687515vw; */
  padding-top: 4.1vw;

}


/* advantages start */
.advantages {
  padding: 210px 0 120px;
}

.advantages-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  max-width: 320px;
  /* 保证每个高度一样 */
  min-height: 100%;
  text-align: center;
}

.advantages-icon {
  height: 64px;
  width: 64px;
  margin: auto;
}

.advantages-title {
  margin: 40px auto 50px;
  max-width: 280PX;
  font-size: 20px;
  font-family: 'DINPro-Medium';
  line-height: 1.5;
}

.advantages-desc {
  font-size: 14PX;
  color: #3a3a3a;
  line-height: 1.5;
}

/* advantages end */

/* abouts start */
.abouts {
  display: flex;
  height: 100%;
  min-height: 940px;
  background: #eaf8f6;
}

.abouts .com-container {
  margin: auto auto 0;
}

.abouts-potho-text {
  align-items: center;
}

.abouts-text-div {
  width: 100%;
  max-width: 905px;
  max-height: 558px;
  height: 100%;
  margin: auto;
}

.abouts-text-div .com-title {
  max-width: 830px;
}

.abouts-text-div .com-text {
  max-width: 640px;
}

/* abouts end */

/* shows start */
.four,
.five {
  /* padding-top: 5.687515vw; */
  padding-top: 6.5vw;

}

.shows {
  /* display: flex; */
  height: 100%;
  /* min-height: 820px; */
  min-height: 857px;
}

.shows-grid-container {
  height: 100%;
  display: flex;
  justify-content: flex-start;
}

.shows-potho-text {
  /* padding: 0 40px 0 0; */
  padding: 90px 0 0 !important;
  margin: 0;
  /* max-width: 1810px; */
  /* align-items: center; */
  align-items: flex-end;
  width: 100%;

}

.shows-text-div {
  width: 100%;
  max-width: 810px;
  margin: auto;
}

.shows-potho-div {
  height: 100%;
  position: relative;
  /* padding-top: 90px;  */
}

.shows-potho-div img {
  width: 100%;
  height: 100%;
}

.shows-text-div .com-text {
  max-width: 467px;
}

.shows-text-potho {
  justify-content: flex-end;
}

.shows-text-potho .shows-potho-text {
  padding: 0 0 0 40px;
}

/* shows end */


/* .products-exhibition start */
.products-exhibition {
  height: 100%;
  background-color: #eaf8f6;
}

.products-grid-container {
  display: flex;
  justify-content: flex-end;
  height: 100%;
}

.products-potho-text {
  justify-content: space-between;
  padding: 90px 0 0 40px;
  margin: 0;
  max-width: 1810px;
  align-items: center;
  width: 100%;
}

.products-text-div {
  max-width: 690px;
  width: 100%;
}

.products-text-desc {
  font-size: 24px;
  text-align: center;
}

.products-exhibition .com-title {
  margin-bottom: 2.08334vw;
}

.view-more-detail,
.quote-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  max-width: 300px;
  width: 100%;
  margin: 140px auto auto;
  transition: all 1s;
  cursor: pointer;
}

.view-more-detail {
  background: #101010;
  margin: 140px auto auto;
  transition: all 1s;
}

.view-more-detail img {
  display: none;
  transition: all 1s;
}

.view-more-detail:hover {
  background: #10b28c;
}

.view-more-detail:hover a {
  margin-right: 20px;
  transition: all 1s;
}

.view-more-detail a {
  transition: all 1s;
}

.view-more-detail:hover img {
  display: block;
  transition: all 1s;

}

.quote-btn {
  background: #10b28c;
  margin-left: 1.561155vw;
}

.quote-btn:hover {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

.view-more-detail a,
.quote-btn a {
  color: #fff;
}

/* .products-exhibition end  */



/* products start */
.products {
  padding-top: 90px;
  height: 100%;
}



.products-pagination {
  bottom: 0 !important;
}

.products-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: center;
  padding: 4.9vw 3.166665vw 1vw;
  background: #fff;
  transition: all .5s;
}

@media (min-width: 1601px) {
  .products-item {
    padding: 1.9vw 3.166665vw 1vw !important;
  }
}

.products-subtitle {
  font-size: 16px;
  color: #10b28c;
  margin-bottom: 20px;
  text-align: center;
  -webkit-line-clamp: 1;
}

.products-title {
  margin: auto auto 2.604175vw;
  padding-bottom: 5px;
  text-align: center;
  font-family: 'DINPro-Medium';
  font-size: 48px;
  -webkit-line-clamp: 1;
}

.products-item-img,
.products-hover-img {
  max-width: 360px;
  /* max-height: 400px; */
  width: 100%;
  height: 360px;
  margin: auto;
  transition: all .5s;
  overflow: hidden;
}

.products-item-img img,
.products-hover-img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.products-hover-img {
  display: none;
}

.products-item-desc {
  margin: 2.08334vw auto 2.604175vw;
  text-align: center;
  font-size: 20px;
  color: #666;
  line-height: 1.5;
  -webkit-line-clamp: 2;
}

.products-learn-more {
  max-width: 300px;
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  border: 1px solid #101010;
  /* transition: all .5s; */
}

.products-learn-more img {
  width: 20px;
  height: 20px;
  display: none;
}

/* hover 效果 */
.products-item:hover {
  /* background: #10b28c; */
  transition: all.5s;
}

.products-item:hover .products-title,
.products-item:hover .products-subtitle,
.products-item:hover .products-item-desc {
  color: #10b28c;
}

.products-item:hover .products-item-img img {
  transform: scale(1.1);
  transition: all.5s;

}

.products-item:hover .products-hover-img {
  /* display: block; */
  transition: all.5s;
}

.products-item:hover .products-learn-more {
  border-color: #10b28c;
  background: #fff;
  color: #10b28c;
  /* transition: all .5s; */
}

.products-item:hover .products-learn-more span {
  margin-right: 15px;
  transition: all .5s;
}

.products-item:hover .products-learn-more img {
  display: block;
}

/* products end */


/* service start */
.services {
  display: flex;
  height: 100%;
  max-height: 940px;
  padding: 12.4167vw 0;
  /* background-size: 100% 100%; */
}

.services .com-container {
  width: 100%;
}

.services-container .row {
  justify-content: flex-end;
}

.services-content {
  margin: auto;
  height: 100%;
}

.services-content .com-subtitle {
  color: #10b28c;
  margin-bottom: 20px;
}

.services-content .com-title {
  color: #10b28c;
  margin-bottom: 40px;
}

.services-content .com-btn {
  margin-top: 110px;
}

/* service end */


/*  Blog start */
.blog-title-part {
  justify-content: space-between;
  align-items: center;
  padding: 5.20835vw 0 0;
}

.blog-title-part .com-title {
  margin-bottom: 0;
  text-align: left;
}

.blog-title-part .title-xian {
  margin: 1.562505vw 0;
  width: 200px;
}

.blog-title-desc {
  font-size: 20px;
  font-family: 'DINPro-Medium';
  letter-spacing: 4px;
  line-height: 1.3;
}

.blog-title-right {
  display: none;
  max-width: 610px;
  width: 100%;
  font-size: 16px;
  color: #666;
  line-height: 24px;
  margin-left: 30px;
}

/* 轮播图 */
.blog-swiper-container {
  /* padding-top: 5.20835vw; */
  padding-bottom: 3.645845vw;
}

.blog-swiper-container .swiper-slide {
  /* padding-top: 5.20835vw; */
  padding-top: 100px;
}

.blog-swiper-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  /* transform: translateY(0px); */
  transition: all .5s;
}

.blog-swiper-img img {
  width: 100%;
  height: 100%;
}

.blog-title {
  margin: 30px 0 12px;
  font-size: 18px;
  font-family: 'DINPro-Medium';
  -webkit-line-clamp: 1;
}

.blog-time {
  font-size: 16px;
  color: #999;
}

.blog-time span {
  margin-right: 15px;
}

.blog-desc {
  /* display: none; */
  opacity: 0;
  transition: all .5s;
}

.blog-desc p {
  font-size: 16px;
  color: #3a3a3a;
  -webkit-line-clamp: 2;
  line-height: 1.5;
}

.blog-swiper-item-div {
  border: 2px solid red;
}



/* hover 效果 */


.blog-swiper-item.active {
  transform: translateY(-30px);
  transition: all .5s;
}

.blog-swiper-item.active {}

.blog-desc.active {
  transform: translateY(10px);
  transition: all .5s;
  /* display: block; */
  opacity: 1;
}

.blog-img-text {
  transition: all .5s;
}

.blog-img-text.active {
  transform: translateY(-30px);
  transition: all 1s;
  margin-bottom: 0px;
}

/* 进度条 */
.blog-pagination {
  bottom: 0;
  top: auto !important;
  background: #e5e5e5 !important;
  height: 2px !important;
  width: 85% !important;
}

.blog-pagination .swiper-pagination-progressbar-fill {
  background: #101010;
}

.blog-swiper-btn {
  position: relative;
  margin-top: 70px;
  transition: 1s;
}

.blog-prev {
  left: auto;
  right: 75px;
  background: url(/lib/images/index/icon_btn_arrow_left.svg) no-repeat center;
  background-size: 100%;
}

.blog-next {
  background: url(/lib/images/index/icon_btn_arrow_right.svg) no-repeat center;
  background-size: 100%;

}

.blog-prev::after,
.blog-next::after {
  content: none;
}

/*  Blog end */


/* contacts start */
.contacts {
  padding-top: 90px;
}

.contact-container {
  justify-content: space-between;
}

.contact-title-bg {
  padding-top: 10.4167vw;
  background: url(/lib/images/index/bg_2.webp) no-repeat top;
  background-size: cover;
}

.contact-title {
  font-size: 48px;
  color: #fff;
  font-family: 'DINPro-Medium';
  padding-bottom: 3.12501vw;

  /* margin: auto auto 3.12501vw; */
}

.contact-subtitle {
  font-size: 24px;
  font-family: 'DINPro-Medium';
  margin-bottom: 2.08334vw;
}

.contact-ways-container {
  padding-top: 5.20835vw;
  margin-right: 30px;
  max-width: 340px;
}

.contact-ways-item {
  margin-bottom: 4.9479325vw;
}

.contact-ways a {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.contact-ways:hover a {
  color: #10b28c;
}

.contact-ways:hover a span {
  border-color: #10b28c;
}

.contact-ways a img {
  margin-right: 1.04167vw;
}

.contact-ways a span {
  font-size: 16px;
  padding-bottom: 4px;
  border-bottom: 1px solid #d5d5d5;
}

.contact-address {
  line-height: 1.5;
}

.site-map {
  margin-top: 3.12501vw;
  font-size: 14px;
  color: #666;
  align-items: center;
  width: max-content;
  padding-bottom: 4px;
  border-bottom: 1px solid #d5d5d5;
  transition: all .5s;
}

.site-map svg {
  margin-left: 14px;
  transition: all .5s;
}

.site-map:hover {
  color: #10b28c;
  border-color: #10b28c;
}

.site-map:hover svg {
  fill: #10b28c;
  margin-left: 24px;
}

.contact-form-container {
  padding-top: 5.729185vw;
  max-width: 1020px;
}

.contact-form-container input,
.contact-form-container textarea {
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #d5d5d5;
  font-family: 'DINPro-Regular';
}

.contact-form-container input:focus,
.contact-form-container textarea:focus {
  box-shadow: none;
  border-color: #10b28c;
}


.contact-form-container input::placeholder,
.contact-form-container textarea::placeholder {
  font-size: 16px;
  color: #999;
}

.contact-form-container input {
  height: 64px;
}

.contact-form-container textarea {
  margin-top: 130px;
  margin-bottom: 3.12501vw;
  resize: auto;
}

.contact-form-container .submit {
  max-width: 300px;
  margin-left: auto;
  background: #10b28c;
  color: #fff;
  cursor: pointer;
  border: none;
}

.contact-form-container .submit:hover {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  border: none;
}

.contact-form-container .submit:focus {
  border: none;
}

.replay {
  text-align: end;
  margin-top: 20px;
  color: #10b28c;
}

/* contacts end */


@media(max-width: 1600px) {

  .section {
    height: auto !important;
  }

  .fp-tableCell {
    height: 100% !important;
  }

  .abouts,
  .shows {
    display: flex;
    min-height: auto;
  }

  .shows-text-div,
  .shows-potho-div {
    /* max-width: 650px; */
    flex: 1;
  }

  .seven,
  .eight {
    padding-top: 6.687515vw !important;
  }

  .services {
    background-size: 100% 100%;
  }

  .ten {
    padding-top: 5.687515vw !important;
  }

  .advantages {
    padding: 120px 0;
  }

  .abouts .com-container {
    margin: 90px auto 0;
  }

  .shows-text-potho .shows-potho-text {
    padding: 0 !important;
  }

  .products {
    padding: 0;
  }

}


@media(max-width: 1279px) {
  .shows-potho-text {
    flex-direction: column;
  }

  .abouts-potho-div,
  .shows-potho-div {
    margin-bottom: 60px;
  }

  .abouts-potho-text,
  .shows-text-potho .shows-potho-text {
    flex-direction: column-reverse;
  }


  .products-potho-text {
    flex-direction: column;
  }

  .two {
    padding-top: 0 !important;
  }

  .advantages-item {
    margin-bottom: 60px;
  }

  .advantages {
    padding: 0px 0 60px;
  }

  .advantages-title {
    margin: 30px auto;
  }

  .advantages-icon {
    height: 20px;
  }

  .abouts-potho-text,
  .shows-text-div,
  .contact-container {
    padding-bottom: 60px;
  }

  .products-potho-div {
    margin-top: 60px;
  }

  .shows-grid-container {
    margin: auto;
  }

  .shows-potho-text {
    padding: 0 40px !important;
  }

  .shows-text-div,
  .shows-text-div .com-text {
    max-width: initial !important;
  }

  .seven,
  .ten {
    padding-top: 0 !important;
    padding-bottom: 30px;
  }

  .eight,
  .nine {
    padding-top: 0 !important;
  }

  .products-swiper-container {
    padding-bottom: 60px;
  }

  .products-pagination {
    bottom: 20px !important;
  }

  .products-title {
    font-size: 36px;
  }
}

@media (max-width: 1024px) {
  .advantages {
    padding: 60px 0;
  }

  .abouts-potho-div,
  .shows-potho-div {
    /* margin-bottom: 2.604175vw; */
    margin-bottom: 60px !important;
  }

  .products-text-div {
    padding-top: 60px;
  }

  .abouts-potho-text,
  .shows-text-div,
  .seven,
  .ten,
  .blog-swiper-container {
    padding-bottom: 60px;
  }

  .products-potho-text {
    /* padding: 0 0 80px; */
    padding: 0;
  }

  .shows-potho-text {
    padding: 0 !important;
  }

  .shows-potho-div,
  .shows-potho-text,
  .shows-grid-container {
    width: 100%;
    margin: 0;
  }

  .abouts-text-div .com-text {
    max-width: 100%;
  }

  .products-swiper-container {
    padding-bottom: 70px;
  }

  .products-item {
    padding-bottom: 3vw;
  }

  .products-pagination {
    bottom: 20px !important;
  }

  .products-item {
    padding-top: 50px !important;
  }

  .contacts {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .contact-container {
    padding-bottom: 0;
  }
}

@media (max-width: 900px) {
  .blog-title-part {
    flex-direction: column;
  }

  .blog-title-left {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .blog-title-part .title-xian {
    margin: 1.562505vw auto;
  }

  .blog-title-right {
    margin-left: 0;
    max-width: 100%;
    text-align: center;
  }

  .blog-pagination {
    width: 80% !important;
  }

  .contact-container {
    flex-direction: column;
  }

  .contact-ways-container {
    margin-right: 0;
    max-width: 100%;
    display: flex;
  }

  .contact-ways-item:first-child {
    margin-right: 30px;
  }

  .contact-ways-item {
    flex: 1;
  }

  .contact-form-container {
    padding-top: 0;
    max-width: 100%;
  }

  .contact-form-container textarea {
    margin-top: 80px;
  }

  .contact-form-container .submit {
    margin: auto;
  }

  .replay {
    text-align: center;
  }

  .blog-swiper-container .swiper-slide {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .advantages-item {
    margin-bottom: 40px;
  }

  .title-xian {
    margin: 25px auto;
  }

  .advantages {
    padding: 10px 0 30px;
  }

  .advantages-title {
    margin: 5px auto;
    line-height: 1.3;
    font-size: 18px;
  }

  .advantages-icon img {
    width: 60%;
    margin: auto;
  }

  .advantages-icon {
    height: 15px;
  }

  .abouts-text-div .com-text {
    max-width: 90%;
  }

  .abouts-potho-div,
  .shows-potho-div {
    margin-bottom: 30px !important;
  }

  .abouts-potho-text,
  .shows-text-div,
  .seven,
  .ten,
  .blog-swiper-container {
    padding-bottom: 30px !important;
  }

  .abouts,
  .shows {
    min-height: auto;
  }

  .shows-potho-text {
    padding: 0;
  }

  .shows-text-div {
    padding: 0 15px 60px;
  }

  .products-item {
    padding-bottom: 40px;
    padding-top: 40px !important;
  }

  .products-potho-text {
    padding: 0;
  }

  .products-text-div {
    padding-top: 30px;
  }

  .products-potho-div {
    margin-top: 40px;
  }

  .products-text-desc {
    font-size: 20px;
  }

  .products-exhibition-btn {
    flex-direction: column;
  }

  .view-more-detail,
  .quote-btn,
  .products-learn-more {
    height: 50px;
  }

  .view-more-detail,
  .quote-btn,
  .products-learn-more {
    max-width: 150px;
  }

  .services-content .com-subtitle {
    margin-bottom: 5px;
  }

  .products-swiper-container {
    --swiper-navigation-size: 30px;
  }

  .products-item-img,
  .products-hover-img {
    height: auto;
  }

  .products-item-desc {
    font-size: 16px;
    margin: 20px auto;
  }

  .products-swiper-container {
    padding-bottom: 10px;
  }

  .services {
    background-position: left top !important;
    background-size: contain !important;
    background-color: #f4f9ff !important;
    padding: 127px 0 30px !important;
  }

  .services-content .com-title {
    margin-bottom: 20px;
  }

  .blog-swiper-btn {
    margin-top: 0;
  }

  .services-content .com-btn {
    background: #10b28c;
    border: none;
    color: #fff;
  }

  .blog-pagination {
    width: 50% !important;
  }

  .blog-title-part .title-xian {
    margin: 20px auto;
  }

  .blog-swiper-container .swiper-slide {
    padding-top: 40px;
  }

  .blog-swiper-item.active {
    margin-top: 50px;
  }

  .blog-title-left {
    margin-bottom: 20px;
  }

  .contact-ways-container {
    flex-direction: column;
  }

  .contact-ways-item:first-child {
    margin-right: 0;
  }

  .contact-title {
    font-size: 36px;
    padding-bottom: 30px;
  }

  .contact-subtitle {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .contact-form-container textarea {
    margin-bottom: 30px;
  }

  .contact-form-container input {
    height: 50px;
  }

  .abouts .com-container {
    margin: 40px auto 0;
  }

  .contact-form-container .submit {
    margin: 0;
    max-width: 100%;
  }

  .contacts {
    padding-bottom: 30px;
  }

}


.wpcf7 form .wpcf7-response-output {
  border: none !important;
}



/* vr */

.vr-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vr-play iframe {
  width: 100%;
  height: 100%;
}

.vr-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  opacity: 0;
  /* color: red; */
}