@charset "UTF-8";

.nybanner img {
  height: 7.8rem;
}
.about-tope-box li {
  flex: 1;
  height: 2.25rem;
  padding: 0.37rem;
  background: #FFFFFF;
  box-shadow: 0rem 0rem 0.53rem 0.06rem rgba(57,73,87,0.1);
}
.about-tope-box li.wow + .wow {
  margin-left: 0.66rem;
}
.about-tope-box li .li-item-container {
  text-align: center;
}
.about-tope-box li .li-item-container .gttxts-box h3 {
  font-size: 0.3rem;
  line-height: 1;
  margin: 0.14rem 0 0.22rem;
}
.about-tope-box li .li-item-container .gttxts-box .text-desc p {
  font-size: 0.2rem;
  color: #555555;
}
.about-tope-box li img {
  width: 0.92rem;
  display: inline-block;
}
.middle-contaier .content-desc {
  margin-top: 0.5rem;
  font-size: 0.26rem;
  color: #555555;
  line-height: 0.37rem;
  text-align: center;
}
.middle-contaier h3 {
  font-family: Alibaba-PuHuiTi-B;
  font-weight: bold;
  font-size: 0.4rem;
  color: #555555;
  text-align: center;
  line-height: 0.47rem;
  padding-bottom: 0.5rem;
  position: relative;
}
.middle-contaier h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 68%;
  height: 0.01rem;
  background: #FE5B1A;
}
.swiper-photos {
  position: relative;
}
.swiper-photos h2 {
  font-size: 0.5rem;
}
.swiper-photos .swiper-container {
  width: 100%;
  height: 100%;
  margin-top: 0.3rem;
}
.swiper-photos .swiper-button {
  position: absolute;
  font-size: 0.67rem;
  color: #666666;
  line-height: 0.96rem;
  top: 50%;
  z-index: 10;
  cursor: pointer;
}
.swiper-photos .swiper-button.customer-button-next {
  right: -0.8rem;
}
.swiper-photos .swiper-button.customer-button-prev {
  left: -0.8rem;
}
.swiper-photos .swiper-slide img {
  height: 4.58rem;
}
#AboutContact {
  scroll-margin-top: 1.2rem;
}
.bottom-contact .header-content {
  font-size: 0.4rem;
}
.bottom-contact .Topea-map {
  height: 5.7rem;
}
.bottom-contact .dingyue {
  font-family: Alibaba-PuHuiTi-B;
}
.bottom-contact .dingyue h2 {
  font-size: 0.45rem;
}


/* ====== Tablet & Mobile Adaptive Styles ====== */

@media screen and (max-width: 1024px) {
  .nybanner img {
    height: 5rem;
    object-fit: cover;
  }
  .about-tope-box li {
    padding: 0.2rem;
    height: auto;
  }
  .about-tope-box li.wow + .wow {
    margin-left: 0.2rem;
  }
  .swiper-photos .swiper-button.customer-button-next {
    right: 0;
    color: #FF5B1A;
  }
  .swiper-photos .swiper-button.customer-button-prev {
    left: 0;
    color: #FF5B1A;
  }
  .bottom-contact .Topea-map {
    height: auto;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .nybanner {
    display: flex;
    flex-direction: column;
    background: #fff;
  }
  .nybanner img {
    height: auto;
    width: 100%;
    min-height: 3rem;
  }
  
  .middle-contaier h3 {
    font-size: 0.45rem;
    line-height: 1.3;
  }
  .middle-contaier h3::after {
    width: 40%;
  }
  .middle-contaier .content-desc {
    font-size: 0.28rem;
    line-height: 1.5;
    text-align: justify;
    padding: 0 0.2rem;
  }

  /* Mission / Vision / Values Blocks (3 horizontal boxes) */
  .about-tope-box > ul {
    flex-direction: column;
    display: flex;
  }
  .about-tope-box li {
    width: 100%;
    margin-bottom: 0.4rem;
    box-sizing: border-box;
  }
  .about-tope-box li.wow + .wow {
    margin-left: 0;
  }
  .about-tope-box li .li-item-container .gttxts-box h3 {
    font-size: 0.4rem;
  }
  .about-tope-box li .li-item-container .gttxts-box .text-desc p {
    font-size: 0.26rem;
  }
  
  /* Swiper Image container */
  .swiper-photos h2 {
    font-size: 0.5rem;
    text-align: center;
  }
  .swiper-photos .swiper-slide img {
    height: auto;
    width: 100%;
  }

  /* Contact Topease Section */
  .bottom-contact .header-content {
    font-size: 0.35rem;
    text-align: center;
  }
  .bottom-contact .Topea-map {
    margin-top: 0.4rem;
  }
  .bottom-contact .dingyue h2 {
    font-size: 0.4rem;
    text-align: center;
    margin-top: 0.6rem;
    border-bottom: 2px solid #FE5B1A;
    display: inline-block;
    padding-bottom: 0.2rem;
  }
  .bottom-contact .dingyue {
    text-align: center;
    margin-top: 0.2rem;
  }
  .bottom-contact .dingyue h3 {
    font-size: 0.26rem;
    line-height: 1.5;
    margin-top: 0.3rem;
  }
}
