.block-latest-product > .block-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 30px 0;
}
.block-latest-product > .block-title > .block-title-english {
  color: rgb(18, 175, 163);
  font-size: 20px;
}
.block-latest-product > .block-title > .block-title-chinese {
  font-size: 16px;
  color: rgb(67, 67, 67);
  margin-top: 10px;
}
.block-latest-product > .block-content .product-item {
  border: 1px solid #f7f7f7;
  padding: 15px;
  margin-bottom: 10px;
}
.block-latest-product > .block-content .product-item > .product-img {
  margin-bottom: 8px;
  display: block;
}
.block-latest-product > .block-content .product-item > .product-img > img {
  width: 100%;
}
.block-latest-product > .block-content .product-item > .product-title {
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  margin-bottom: 0;
}
.block-latest-product > .block-content .product-item > .product-title a {
  color: #5a5a5a;
}
.block-latest-product > .block-footer {
  text-align: center;
  margin: 50px 0;
}
.block-latest-product > .block-footer .view-more-btn {
  background-color: rgb(36, 204, 190);
  color: #ffffff;
  font-size: 14px;
  padding: 10px 50px;
}

.block-about {
  background-color: rgb(249, 249, 249);
  padding: 26px 0;
}
.block-about .block-about-intro > .about-title {
  font-size: 18px;
  color: rgb(11, 159, 147);
  text-align: center;
}
.block-about .block-about-intro > .about-desc {
  color: rgb(51, 51, 51);
  font-size: 15px;
  line-height: 2.2;
  text-align: center;
}
.block-about .block-about-feature {
  position: relative;
}
.block-about .block-about-feature > .about-feature-img {
  height: 117px;
  overflow: hidden;
}
.block-about .block-about-feature > .about-feature-img > img {
  width: 100%;
  height: auto;
  top: -29px;
  left: 0;
  position: relative;
}
.block-about .block-about-feature > .about-feature-items {
  position: absolute;
  inset: 0;
}
.block-about .block-about-feature > .about-feature-items > .about-feature-items__inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-about .block-about-feature > .about-feature-items > .about-feature-items__inner .about-feature-item {
  color: #fff;
  text-align: center;
}
.block-about .block-about-feature > .about-feature-items > .about-feature-items__inner .about-feature-item > .about-feature-item__count {
  font-size: 24px;
  margin-bottom: 5px;
}
.block-about .block-about-feature > .about-feature-items > .about-feature-items__inner .about-feature-item > .about-feature-item__desc {
  font-size: 12px;
  margin-bottom: 0;
}
.block-about .block-about-contact {
  padding: 0 20px;
}
.block-about .block-about-contact > .about-contact-btn .contact-btn {
  background-color: rgb(36, 204, 190);
  color: #ffffff;
  font-size: 15px;
  display: block;
  padding: 9px 0;
  text-align: center;
  margin-top: 26px;
}

.block-feature > .block-feature-items {
  padding: 26px 0;
}
.block-feature > .block-feature-items > .block-feature-item {
  display: flex;
  padding: 15px;
  border-bottom: 1px solid #eaeaea;
}
.block-feature > .block-feature-items > .block-feature-item > .item-img {
  border-radius: 50%;
  width: 88px;
  height: 88px;
}
.block-feature > .block-feature-items > .block-feature-item > .item-img > img {
  width: 100%;
  height: 100%;
}
.block-feature > .block-feature-items > .block-feature-item > .item-content {
  flex: 1;
  overflow: hidden;
  margin-left: 15px;
}
.block-feature > .block-feature-items > .block-feature-item > .item-content > .content-title {
  font-size: 16px;
}
.block-feature > .block-feature-items > .block-feature-item > .item-content > .content-desc {
  font-size: 14px;
  text-align: justify;
  color: #5a5a5a;
  margin-bottom: 0;
}
.block-feature > .block-feature-items > .block-feature-item:last-child {
  border-bottom: none;
}
.block-feature > .block-feature-items > .block-feature-item.reverse-layout {
  flex-direction: row-reverse;
}
.block-feature > .block-feature-items > .block-feature-item.reverse-layout > .item-content {
  margin-left: 0;
  margin-right: 15px;
}

.block-contact {
  background-repeat: no-repeat;
  background-position: right center;
  height: 131px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.block-contact > .block-title {
  color: rgb(0, 81, 77);
  font-size: 21px;
  text-align: center;
}
.block-contact > .block-tel {
  color: rgb(0, 154, 140);
  font-size: 18px;
  text-align: center;
  margin-bottom: 0;
}

.block-latest-news > .block-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 30px 0;
}
.block-latest-news > .block-title > .block-title-english {
  color: rgb(18, 175, 163);
  font-size: 20px;
}
.block-latest-news > .block-title > .block-title-chinese {
  font-size: 16px;
  color: rgb(67, 67, 67);
  margin-top: 10px;
}
.block-latest-news > .block-content > .news-items > .news-item {
  display: flex;
  border-bottom: 1px dashed #d9d9d9;
  padding: 12px 15px;
}
.block-latest-news > .block-content > .news-items > .news-item > .news-title {
  font-weight: normal;
  flex: 1;
  font-size: 14px;
  margin-bottom: 0;
}
.block-latest-news > .block-content > .news-items > .news-item > .news-title > a {
  color: #333;
}
.block-latest-news > .block-content > .news-items > .news-item > .news-date {
  font-size: 12px;
  color: #b8b8b8;
}
.block-latest-news > .block-content > .news-items > .news-item:last-child {
  border-bottom: none;
}
.block-latest-news > .block-footer {
  text-align: center;
  margin: 26px 0;
}
.block-latest-news > .block-footer .view-more-btn {
  background-color: rgb(36, 204, 190);
  color: #ffffff;
  font-size: 14px;
  padding: 10px 50px;
}

/*# sourceMappingURL=index.css.map */
