* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #024796;
  --secondary: #5bc6ff;
  --title: #0f0f0f;
  --text: #565656;
  --bg: #004595, #6ec5f2;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 14px);
}
.content {
  max-width: 140rem;
  margin: 0px auto;
  position: relative;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.between {
  justify-content: space-between;
}
.flex_middle {
  align-items: center;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.gap {
  gap: 3rem;
}
.img.img_ct img {
  object-fit: contain;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.page_banner {
  background: center center / cover no-repeat;
  overflow: hidden;
}
.page_banner .flex {
  min-height: 68rem;
  padding: 6rem 0px;
}
.page_banner .head {
  flex: 1 1 0%;
  color: rgb(255, 255, 255);
  max-width: 660px;
}
.page_banner h1 {
  font-size: 6rem;
  line-height: 7.4rem;
  font-weight: 700;
}
.page_banner p {
  font-size: 1.8rem;
  line-height: 3rem;
  color: rgba(255, 255, 255, 0.85);
  max-width: 60.1rem;
  margin-top: 2.2rem;
  font-weight: 300;
  letter-spacing: 0.12px;
}
.page_banner .img {
  width: 52.143%;
  margin-right: -5%;
}
.page_banner .img:hover img {
  transform: scale(1.02);
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 2rem;
  }
  .page_banner .img {
    margin: 0px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
}

@media screen and (min-width: 769px) {
  div::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
  body {
    font-size: 1rem;
  }
  .content {
    padding: 0px 20px;
  }
  .gap {
    gap: 1rem;
  }
  div.head h1 {
    font-size: 34px;
    line-height: 1.3;
    letter-spacing: unset;
    word-spacing: unset;
    max-width: unset;
  }
  div.head .desc,
  div.head p {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 12px;
    letter-spacing: unset;
    word-spacing: unset;
    max-width: unset;
  }
  .page_banner .flex {
    min-height: unset;
    padding: 3rem 0px 4rem;
  }
  .page_banner .flex .head {
    width: 100%;
    padding: 0px;
  }
  .page_banner .img {
    margin: 0px;
  }
}

@media screen and (max-width: 576px) {
  div.head h1 {
    font-size: 25px;
  }
  div.head .desc,
  div.head p {
    font-size: 0.9rem;
  }
  .page_banner .img {
    width: 100%;
    order: -1;
  }
}

.tools_part_vendor .tools_part_box{
  padding: 4rem 0px;
  text-align: center;
}
.tools_part_vendor .tools_part_box input{
  padding: .8rem 1rem;
  border-radius: 5px;
  min-width: 300px;
  border: 1px #ddd solid ;
}
.tools_part_vendor .tools_part_box button{
  background: white;
  border: 1px solid #f8f8f8;
  color: #4c4c4c;
  padding: 0.8rem 1.5rem;
  display: inline-block;
  font-weight: 500;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 10px;
  background-color: #33bde9;
  border: 1px solid #33bde9;
  color: white;
  padding: 0.8rem 1.5rem;
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #024796;
  --secondary: #5bc6ff;
  --title: #0f0f0f;
  --text: #565656;
  --bg: #004595, #6ec5f2;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 14px);
}
ul {
  list-style: none;
}
.content {
  max-width: 140rem;
  margin: 0px auto;
  position: relative;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.between {
  justify-content: space-between;
}
.flex_top {
  align-items: flex-start;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.gap {
  gap: 3rem;
}
li.swiper-slide {
  height: auto;
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img.img_ab {
  position: relative;
}
.img.img_ab img {
  position: absolute;
  left: 0px;
  top: 0px;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.head strong {
  display: inline-grid;
  grid-template-columns: 0.8rem 1fr;
  align-items: center;
  font-size: 2rem;
  line-height: normal;
  font-weight: 400;
  text-transform: uppercase;
  gap: 1.3rem;
  margin-bottom: 1.9rem;
}
.head strong::before {
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
  background-color: var(--secondary);
  content: "";
  display: block;
}
.head h2 {
  font-size: 5rem;
  line-height: 6.4rem;
  font-weight: 600;
}
.products_feature {
  padding: 15.3rem 0px 2.6rem;
}
.products_feature strong {
  margin-bottom: 2.5rem;
}
.products_feature .flex {
  margin-top: 3.4rem;
}
.products_feature .items {
  flex: 1 1 0%;
  max-width: 59.2rem;
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  margin-top: 2.4rem;
}
.products_feature .items .item {
  padding-left: 6.757%;
  position: relative;
  transition: 0.4s;
}
.products_feature .items .item::before {
  width: 3px;
  height: 100%;
  border-radius: 100px;
  background-color: var(--primary);
  position: absolute;
  left: -2px;
  top: 0px;
  content: "";
  transition: 0.3s;
  opacity: 0;
}
.products_feature .items .item.active {
  margin-bottom: 5.8rem;
}
.products_feature .items .item.active::before {
  opacity: 1;
}
.products_feature .items .item.active .title {
  font-size: 4rem;
  font-weight: 600;
}
.products_feature .items .item:first-child .desc {
  display: block;
}
.products_feature .items .item:last-child {
  margin-bottom: 0px;
}
.products_feature .items .item + .item {
  margin-top: 2.3rem;
}
.products_feature .items .title {
  font-size: 2.4rem;
  font-weight: 500;
  color: rgb(33, 33, 33);
  line-height: 1.4;
  transition: 0.3s;
  cursor: pointer;
}
.products_feature .items .desc {
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: var(--text);
  hyphens: auto;
  display: none;
  max-width: 46.7rem;
  padding-top: 1.6rem;
}
.products_feature .products_feature_swiper {
  width: 50%;
  overflow: hidden;
  border-radius: 1.3rem;
}
.products_feature .products_feature_swiper .img {
  padding-bottom: 71.857%;
}
.products_feature .products_feature_swiper .img:hover img {
  transform: scale(1.02);
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 2rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
}

@media screen and (min-width: 769px) {
  div::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
  body {
    font-size: 1rem;
  }
  .content {
    padding: 0px 20px;
  }
  .gap {
    gap: 1rem;
  }
  div.head .subtitle,
  div.head strong {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 8px;
    letter-spacing: unset;
    word-spacing: unset;
    max-width: unset;
    gap: 10px;
    grid-template-columns: 7px 1fr;
  }
  div.head h2 {
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: unset;
    word-spacing: unset;
    max-width: unset;
  }
  .products_feature {
    padding: 4rem 0px 3rem;
  }
  .products_feature .flex {
    margin-top: 2rem;
    gap: 2rem 1rem;
  }
  .products_feature .items {
    width: 100%;
    max-width: unset;
    margin: 0px;
  }
  .products_feature .items .item {
    padding-left: 20px;
  }
  .products_feature .items .item.active {
    margin-bottom: 0px;
  }
  .products_feature .items .item.active .title {
    font-size: 18px;
  }
  .products_feature .items .item + .item {
    margin-top: 20px;
  }
  .products_feature .items .title {
    font-size: 1rem;
    line-height: 1.5;
  }
  .products_feature .items .desc {
    font-size: 0.9rem;
    line-height: 1.4;
    max-width: unset;
    padding-top: 10px;
  }
  .products_feature .products_feature_swiper {
    border-radius: 10px;
  }
}

@media screen and (max-width: 576px) {
  div.head .subtitle,
  div.head strong {
    font-size: 14px;
  }
  div.head h2 {
    font-size: 22px;
  }
  .products_feature .products_feature_swiper {
    width: 100%;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #024796;
  --secondary: #5bc6ff;
  --title: #0f0f0f;
  --text: #565656;
  --bg: #004595, #6ec5f2;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 14px);
}
ul {
  list-style: none;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
.content {
  max-width: 140rem;
  margin: 0px auto;
  position: relative;
}
.swiper_box {
  position: relative;
}
.swiper_content {
  max-width: 143rem;
  margin: 0px auto;
  position: relative;
  padding: 1.5rem;
  overflow: hidden;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
li.swiper-slide {
  height: auto;
}
.swiper_btns {
  gap: 3.2rem;
  display: flex;
}
.swiper_btns div {
  position: relative;
  z-index: 2;
  width: 6.1rem;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 50%;
  border: 1px solid var(--title);
  background-color: var(--title);
}
.swiper_btns div::before {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  left: -1px;
  top: -1px;
  border-radius: 50%;
  background-image: linear-gradient(to right, var(--bg));
  z-index: -1;
  content: "";
  pointer-events: none;
  transition: 0.3s;
  opacity: 0;
}
.swiper_btns div::after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
  transition: 0.3s;
  background: url("https://huatonelectrical.com//wp-content/plugins/huaqiutong-fronteditor/sytpl/products4-page_advantages/assets/img/arrow-l.svg") center center / 33.898% no-repeat;
  filter: contrast(0) brightness(2);
}
.swiper_btns div:hover {
  background-color: transparent;
  border-color: transparent;
}
.swiper_btns div:hover::before {
  opacity: 1;
}
.swiper_btns .btn_next::after {
  transform: rotate(180deg);
}
.swiper_btns .swiper-button-disabled {
  pointer-events: none;
  background-color: transparent;
  border-color: rgba(36, 36, 36, 0.45);
}
.swiper_btns .swiper-button-disabled::after {
  filter: none;
}
.swiper_btns .swiper-button-disabled::before {
  opacity: 0;
}
.swiper_btns .swiper-button-lock {
  opacity: 0;
  pointer-events: none;
}
.swiper_btns.middle {
  width: 98%;
  max-width: 171.7rem;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  pointer-events: none;
  transform: translate(-50%, -50%);
  justify-content: space-between;
}
.swiper_btns.middle div {
  pointer-events: all;
}
.swiper_btns.middle .swiper-button-disabled,
.swiper_btns.middle .swiper-button-lock {
  pointer-events: none;
}
.head strong {
  display: inline-grid;
  grid-template-columns: 0.8rem 1fr;
  align-items: center;
  font-size: 2rem;
  line-height: normal;
  font-weight: 400;
  text-transform: uppercase;
  gap: 1.3rem;
  margin-bottom: 1.9rem;
}
.head strong::before {
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
  background-color: var(--secondary);
  content: "";
  display: block;
}
.head h2 {
  font-size: 5rem;
  line-height: 6.4rem;
  font-weight: 600;
}
.page_advantages {
  padding: 8.7rem 0px 10.4rem;
}
.page_advantages strong {
  margin-bottom: 2.5rem;
}
.page_advantages .page_advantages_swiper {
  margin-top: 3rem;
}
.page_advantages .page_advantages_swiper .active .item {
  background-color: rgb(17, 86, 168);
  border-color: rgb(17, 86, 168);
  box-shadow: rgba(155, 155, 155, 0.35) 15px 10px 15px;
  color: rgb(255, 255, 255);
}
.page_advantages .page_advantages_swiper .active .icon {
  filter: contrast(0) brightness(2);
}
.page_advantages .page_advantages_swiper .active .more {
  color: rgb(255, 255, 255);
}
.page_advantages .page_advantages_swiper .active .more::after {
  filter: contrast(0) brightness(2);
}
.page_advantages .page_advantages_swiper .item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 1.2rem;
  border: 1px solid rgb(226, 226, 226);
  transition: 0.3s;
  color: rgb(33, 40, 54);
  background-color: rgb(255, 255, 255);
  padding: 5.9rem 9.255% 6rem;
}
.page_advantages .page_advantages_swiper .item::after {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background-color: var(--secondary);
  position: absolute;
  z-index: 2;
  top: 6.4%;
  right: 10%;
  content: "";
}
.page_advantages .page_advantages_swiper .icon {
  width: 9rem;
  height: 9rem;
  transition: 0.3s;
  content: "";
  background: center center / contain no-repeat;
}
.page_advantages .page_advantages_swiper .info {
  flex: 1 1 0%;
  margin-top: 3.9rem;
  min-height: 22.6rem;
}
.page_advantages .page_advantages_swiper .info h3 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.page_advantages .page_advantages_swiper .info p {
  font-size: 1.8rem;
  line-height: 2.6rem;
  opacity: 0.85;
  margin-top: 1.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.page_advantages .page_advantages_swiper .more {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--primary);
  transition: 0.3s;
  text-transform: uppercase;
  margin-top: 5rem;
}
.page_advantages .page_advantages_swiper .more::after {
  width: 1.7rem;
  height: 1.7rem;
  display: inline-block;
  content: "";
  background: url("https://huatonelectrical.com//wp-content/plugins/huaqiutong-fronteditor/sytpl/products4-page_advantages/assets/img/arrow-r.svg") center center / contain no-repeat;
  transition: 0.3s;
}
.page_advantages {
  padding-bottom: 18.3rem;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 2rem;
  }
  .swiper_content {
    padding: 1.5rem 2rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
}

@media screen and (min-width: 769px) {
  div::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
  body {
    font-size: 1rem;
  }
  .content {
    padding: 0px 20px;
  }
  .swiper_content {
    padding: 10px 20px;
  }
  .swiper_btns {
    gap: 1rem;
  }
  .swiper_btns div {
    width: 40px;
  }
  div.head .subtitle,
  div.head strong {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 8px;
    letter-spacing: unset;
    word-spacing: unset;
    max-width: unset;
    gap: 10px;
    grid-template-columns: 7px 1fr;
  }
  div.head h2 {
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: unset;
    word-spacing: unset;
    max-width: unset;
  }
  .page_advantages {
    padding: 3rem 0px;
    overflow: hidden;
  }
  .page_advantages .swiper_content {
    overflow: unset;
    padding: 0px 20px;
  }
  .page_advantages .page_advantages_swiper {
    margin-top: 2rem;
  }
  .page_advantages .page_advantages_swiper .item {
    border-radius: 10px;
    padding: 1.5rem 20px;
  }
  .page_advantages .page_advantages_swiper .item::after {
    width: 9px;
    height: 9px;
  }
  .page_advantages .page_advantages_swiper .icon {
    width: 3rem;
    height: 3rem;
  }
  .page_advantages .page_advantages_swiper .info {
    margin-top: 1.2rem;
    min-height: unset;
  }
  .page_advantages .page_advantages_swiper .info h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .page_advantages .page_advantages_swiper .info p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .page_advantages .page_advantages_swiper .more {
    font-size: 14px;
    gap: 12px;
    margin-top: 20px;
  }
  .page_advantages .page_advantages_swiper .more::after {
    width: 14px;
    height: 14px;
  }
  .page_advantages .swiper_btns {
    display: none;
  }
  .page_advantages {
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 576px) {
  div.head .subtitle,
  div.head strong {
    font-size: 14px;
  }
  div.head h2 {
    font-size: 22px;
  }
}
