@charset "UTF-8";

.u-flex {
  display: flex;
  flex-direction: row;
  align-items: center
}

.u-flex-wrap {
  flex-wrap: wrap
}

.u-flex-nowrap {
  flex-wrap: nowrap
}

.u-col-center {
  align-items: center
}

.u-col-top {
  align-items: flex-start
}

.u-col-bottom {
  align-items: flex-end
}

.u-row-center {
  justify-content: center
}

.u-row-left {
  justify-content: flex-start
}

.u-row-right {
  justify-content: flex-end
}

.u-row-between {
  justify-content: space-between
}

.u-row-around {
  justify-content: space-around
}

.u-text-left {
  text-align: left
}

.u-text-center {
  text-align: center
}

.u-text-right {
  text-align: right
}

.u-flex-col {
  display: flex;
  flex-direction: column
}

/**/
.wp-block-template-part {
  position: relative;
  z-index: 999;
}

.header-title {
  width: 100%;
  background-color: #00abbc;
  min-height: 45px;
  font-size: 15px;
}

.header {
  width: 100%;
  height: 176px;
  background-color: #fff;
}

.header .logo {
  padding: 0 30px;
  width: 180px;
}

.header .navs {
  list-style: none;
}

.header .navs>li {
  position: relative;
  height: 176px;
}

.header .navs>li>a {
  height: 176px;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold !important;
  transition: all .5s;
  padding: 0 20px;
}

.header .navs>li:hover>a {
  color: #00abbc;
  transition: all .5s;
}

.header .navs>li>.sons {
  position: absolute;
  z-index: 999;
  left: 50%;
  top: 165px;
  transform: translateY(15px) translateZ(0) translateX(-50%);
  transition: opacity .2s, visibility .2s, transform .2s, -webkit-transform .2s;
  min-width: 250px;
  background-color: #fff;
  box-shadow: 0 0 3px #00000026;
  opacity: 0;
  visibility: hidden;
  padding: 20px;
  list-style: none;
}

.header .navs>li:hover>.sons {
  transform: translateX(-50%);
  visibility: visible;
  opacity: 1;
}

.header .navs>li>.sons>li>a {
  line-height: 35px;
  font-size: 17px;
  color: #222;
  text-decoration: none;
  display: block;
  padding: 0 3%;
  transition: all .5s;
}

.header .navs>li>.sons>li>a:hover {
  color: #00abbc;
  transition: all .5s;
}

.header .search {
  padding: 0 20px;
}

.header .search .search-form {
  height: 40px;
  border-radius: 20px;
  padding: 0 15px;
  border: 1px solid #dedede;
}

.header .search .search-form .input {
  border: 0;
  background: none;
  height: 40px;
  outline: none;
  font-size: 14px;
  color: #333;
}

.header .search .search-form button {
  border: 0;
  background: none;
  cursor: pointer;
}

.wp-block-cover {
  z-index: 0;
  overflow: hidden;
  min-height: 100px !important;
  margin-top: 50px !important;
}

.wp-block-cover__image-background,
.wp-block-cover__background {
  display: none !important;
}

.wp-block-cover .wp-block-post-title {
  font-size: 25px;
  font-weight: 600;
  line-height: 25px;
  color: #222;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.pagination .page-numbers {
  background: none;
}

.pagination .page-numbers li,
.pagination .page-numbers span,
.pagination .page-numbers a {
  display: inline-flex;
  color: #333 !important;
  font-size: 14px;
  align-items: center;
}

.pagination .page-numbers span,
.pagination .page-numbers a {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0 10px;
  line-height: 30px;
}

.pagination .page-numbers span.current {
  background-color: #00abbc;
  color: #fff !important;
  border-color: #00abbc;
}

.pagination .page-numbers a.prev i {
  margin-right: 5px;
}

.pagination .page-numbers a.next i {
  margin-left: 5px;
}

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

.page-title {
  padding: 40px 0;
  background-color: #f6f6f8;
  margin-top: 0;
}

.page-title h1 {
  font-size: 25px;
}

.page-title .pos a {
  text-decoration: none;
}

.my_footer_css {
  background-color: rgb(246, 246, 248) !important;
}

.my_footer_css h2,
.my_footer_css p,
.my_footer_css a {
  color: rgba(34, 34, 34) !important;
}

.my_footer2_css {
  background-color: rgb(246, 246, 248) !important;
}

.my_footer2_css h2,
.my_footer2_css p,
.my_footer2_css a {
  color: rgba(34, 34, 34) !important;
}

.home-swiper {
  max-width: 1360px;
}

.home-swiper img {
  border-radius: 10px;
}

.home-list1 {
  max-width: 1360px;
  margin: 0 auto;
  background-color: #f6f6f8;
  padding: 40px 0;
  box-sizing: border-box;
  margin-top: 70px;
  border-radius: 10px;
}

.home-list1 img {
  max-width: 60px;
}

.home-list1>div {
  width: 25%;
  padding: 0 20px;
  box-sizing: border-box;
}

.home-list1>div .des {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}

.woocommerce-product-category {
  max-width: 1360px;
  margin: 50px auto;
}

.woocommerce-product-category .swiper-button-prev::after,
.woocommerce-product-category .swiper-button-next::after {
  font-size: 18px;
}

.woocommerce-product-category .product-card {
  text-decoration: none !important;
}

.woocommerce-product-category .view-all {
  text-decoration: underline !important;
  font-size: 16px !important;
  color: rgb(34, 34, 34) !important;
}

.woocommerce-product-category .view-all:hover {
  color: #00abbc !important;
}

.woocommerce-product-category img {
  border-radius: 10px;
}

.woocommerce-product-category .product-image img {
  opacity: 1;
  transition: all .5s !important;
}

.woocommerce-product-category .product-image:hover img {
  opacity: .8;
  transition: all .5s !important;
}

.woocommerce-product-category del {
  color: gray !important;
  font-size: 15px !important;
}

.home-list2 {
  max-width: 1360px;
  margin: 0 auto;
  box-sizing: border-box;
  margin-top: 70px;
  gap: 30px;
}

.home-list2>div {
  width: calc(33.3333% - 20px);
  overflow: hidden;
}

.home-list2>div a,
.home-list2>div .img {
  display: block;
  width: 100%;
}

.home-list2>div img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 15px;
}

.home-list2>div {
  position: relative;
}

.home-list2>div article {
  position: absolute;
  left: 20px;
  bottom: 30px;
}

.home-list2>div article .title {
  font-size: 20px;
  font-weight: bold;
}

.home-list2>div article .view-more {
  display: inline-flex;
  border-radius: 21px;
  line-height: 42px;
  padding: 0 30px;
  background-color: #00abbc;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  transition: all .5s;
}

.home-list2>div article .view-more:hover {
  opacity: .8;
  transition: all .5s;
}

.home-about-us {
  max-width: 1360px;
  margin: 0 auto;
  box-sizing: border-box;
  margin-top: 70px;
  align-items: stretch;
}

.home-about-us .img,
.home-about-us article {
  width: calc(50% - 5px);
}

.home-about-us .img {
  overflow: hidden;
  border-radius: 15px;
}

.home-about-us .img img {
  width: 100%;
  display: block;
}

.home-about-us article {
  background-color: #f6f6f8;
  border-radius: 15px;
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-about-us article .title {
  font-size: 20px;
}

.home-about-us article .fbt {
  font-size: 28px;
  font-weight: bold;
}

.home-about-us article .view-more {
  text-decoration: none;
  display: inline;
  border-radius: 21px;
  line-height: 42px;
  padding: 0 30px;
  background-color: #00abbc;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  transition: all .5s;
  width: 120px;
  justify-content: center;
}

.home-about-us article .view-more:hover {
  opacity: .8;
  transition: all .5s;
}


.home-product-certification {
  max-width: 1360px;
  margin: 0 auto;
  background-color: #f6f6f8;
  padding: 40px;
  box-sizing: border-box;
  margin-top: 70px;
  border-radius: 10px;
}

.home-product-certification .typename {
  font-size: 26px;
  font-weight: bold;
  line-height: 180%;
}

.home-product-certification .typedes {
  font-size: 16px;
  line-height: 180%;
  margin: 10px 0 30px 0;
}

.home-news {
  max-width: 1360px;
  margin: 0 auto;
  box-sizing: border-box;
  margin-top: 70px;
  margin-bottom: 70px;
}

.home-news .typename {
  font-size: 28px;
  font-weight: bold;
}

.home-news .typedes {
  font-size: 14px;
}

.home-news ul {
  list-style: none;
  margin: 30px 0;
  padding: 0;
  gap: 30px;
}

.home-news ul li {
  width: calc(33.3333% - 45px);
}

.home-news ul li .img {
  width: 100%;
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}

.home-news ul li .img img {
  width: 100%;
  display: block;
  border-radius: 20px;
}

.home-news ul li a {
  text-decoration: none;
}

.home-news ul li .title {
  font-size: 16px;
}

.home-news ul li .des {
  font-size: 14px;
  margin-top: 10px;
}

.home-news ul li .view-more {
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 14px;
}

.home-news ul li .view-more svg {
  margin-left: 8px;
}

.my-table {
    border-collapse: collapse;
}

.my-table td {
    border: 1px solid #ddd;
    padding: 5px;
}

@media (max-width: 1000px) {
  .home-list1 {
    margin: 50px 3%;
    width: 94%;
  }

  .home-list1>div {
    width: 50%;
  }

  .home-list1>div .title {
    text-align: center;
  }

  .woocommerce-product-category {
    margin: 50px 3%;
    width: 94%;
  }

  .woocommerce-product-category .category-header {
    flex-direction: column;
  }

  .home-list2 {
    margin: 50px 3%;
    width: 94%;
  }

  .home-list2>div {
    width: 100%;
  }

  .home-about-us {
    margin: 50px 3%;
    width: 94%;
  }

  .home-about-us .img,
  .home-about-us article {
    width: 100%;
  }

  .home-about-us article {
    margin-top: 30px;
    padding: 20px;
    display: block;
  }

  .home-about-us article .view-more {
    width: auto;
    display: inline-flex;
    line-height: 40px;
  }

  .home-product-certification {
    margin: 50px 3%;
    width: 94%;
    padding: 20px;
  }

  .home-product-certification .col {
    width: 50%;
  }

  .home-news {
    margin: 50px 3%;
    width: 94%;
    padding: 0;
  }

  .home-news ul li {
    width: 100%;
  }

  .header-title {
    display: none;
  }

  #sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    height: auto !important;
  }

  .header .logo img {
    max-height: 70px;
  }

  .header .navs {
    display: none;
  }

  footer {
    z-index: 0 !important;
  }
  
  .home-swiper {
      margin-top: 0;
  }
  
  .home-swiper img {
      border-radius: 0;
  }
  
  .home-list1 {
      margin: 25px auto;
  }
}