@charset "utf-8";

:root {
  --i_color: #033f97;

  /* 全局颜色 */

  --i_color2: #fff;

  /* 副颜色 */

  --top_h: 1rem;

  --header_height: 1rem;

  /* 顶部高度 */

  --border_color: rgba(51, 51, 51, 0.2);

  /* 默认边框颜色 */

  --title_fz: 0.4rem;

  /* 标题字体大小 */

  --contain-width: 1.6rem;

  /* 盒子左右间距 */

  --box-bottom: 0.95rem;

  /* 盒子与盒子之间距离 */

  --border_color: rgba(51, 51, 51, 0.12);

  /* 默认边框颜色 */

  --boxShadow: 0 2px 10px rgb(0 88 167 / 20%);
}

section[id] {
  scroll-margin-top: var(--header_height);
}

@media screen and (max-width: 1366px) {
  :root {
    --contain-width: 0.5rem;

    --box-bottom: 0.55rem;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --top_h: 0.5rem;

    --header_height: 0.5rem;

    --title_fz: 0.3rem;

    --contain-width: 0.5rem;

    --box-bottom: 0.55rem;
  }
}

@media screen and (max-width: 768px) {
  :root {
    --border_color: rgba(0, 0, 0, 0.06);
  }
}

@media screen and (max-width: 425px) {
  :root {
    --title_fz: 0.2rem;

    --contain-width: 0.2rem;

    --box-bottom: 0.3rem;
  }
}

.wrap {
  width: 94vw;

  max-width: 1600px;

  margin-left: auto;

  margin-right: auto;
}

.wrap_l {
  display: block;

  box-sizing: border-box;

  padding-left: 8.35%;
}

.wrap02 {
  width: 1500px;

  max-width: 94vw;

  margin-left: auto;

  margin-right: auto;
}

.wrap_h {
  margin-left: 7.29%;

  margin-right: 13.54%;

  width: 94vw;

  max-width: 1520px;
}

@media screen and (min-width: 1921px) {
  .wrap {
    width: 85vw;

    max-width: none;
  }
}

@media screen and (max-width: 1440px) {
  .wrap_h {
    margin-left: auto;

    margin-right: auto;

    width: 94vw;

    max-width: 1520px;
  }
}

@media screen and (max-width: 1024px) {
  .wrap_l {
    padding-left: 3%;
  }
}

/* --------------------占位盒子----------------- */

.header_heightbox {
  height: calc(var(--header_height));
}

@media screen and (max-width: 768px) {
  .header_heightbox {
    height: var(--header_height);
  }
}

/* --------------------顶部信息----------------- */

.top_info {
  width: 100%;

  height: 0.44rem;

  background-color: #232323;
}

.top_info_maxbox {
  display: flex;

  justify-content: space-between;

  height: 100%;
}

.top_info_maxbox_left {
  font-size: 0.14rem;

  color: #ffffff;

  height: 100%;

  display: flex;

  align-items: center;
}

.top_info_maxbox_right ul {
  display: flex;

  align-items: center;

  gap: 0.1rem;

  height: 100%;

  color: #ffffff;
}

.top_info_maxbox_right ul li {
  display: flex;

  align-items: center;

  height: 100%;
}

.top_info_maxbox_right ul li img {
  margin-right: 0.1rem;

  width: 0.18rem;

  height: 0.18rem;
}

.top_info_maxbox_right ul li span {
  font-size: 0.14rem;
}

@media screen and (max-width: 768px) {
  .top_info_maxbox_left {
    font-size: 0.13rem;
  }

  .top_info_maxbox_right ul li img {
    margin-right: 0.05rem;

    width: 0.15rem;

    height: 0.15rem;
  }

  .top_info_maxbox_right ul li span {
    font-size: 0.13rem;
  }

  .top_info {
    display: none;
  }
}

@media screen and (max-width: 425px) {
  /* .top_info {

    display: none;

  } */

  .top_info_maxbox {
    display: block;

    padding: 0.05rem;
  }

  .top_info_maxbox_left {
    font-size: 0.12rem;

    height: auto;
  }

  .top_info_maxbox_right ul li span {
    font-size: 0.12rem;
  }

  .top_info_maxbox_right ul li img {
    margin-right: 0.03rem;

    width: 0.13rem;

    height: 0.13rem;
  }
}

@media screen and (max-width: 375px) {
}

/* -------------------------------------------public_btn---------------------------------------- */

.public_btn {
  padding: 0.16rem 0.23rem 0.16rem 0.31rem;

  box-sizing: border-box;

  font-family: Arial;

  font-size: 0.18rem;

  font-weight: normal;

  line-height: 0.24rem;

  background-color: #fff;

  border-radius: 0.08rem;

  width: fit-content;

  cursor: pointer;

  transition: 0.5s;

  position: relative;

  overflow: hidden;
}

.public_btn a {
  color: var(--i_color);

  display: flex;

  align-items: center;
}

.public_btn a img {
  margin-left: 0.2rem;

  width: 0.2rem;

  height: 0.2rem;

  object-fit: contain;
}

@media screen and (max-width: 1200px) {
  .public_btn {
    padding: 0.14rem 0.2rem 0.14rem 0.25rem;
  }
}

@media screen and (max-width: 1024px) {
  .public_btn {
    padding: 0.13rem 0.2rem 0.13rem 0.27rem;

    font-size: 0.16rem;

    line-height: 0.24rem;
  }
}

@media screen and (max-width: 768px) {
  .public_btn {
    padding: 0.1rem 0.2rem 0.1rem 0.27rem;

    font-size: 0.15rem;

    line-height: 0.24rem;
  }
}

@media screen and (max-width: 560px) {
}

/* ---------------------------------------public_title---------------------------- */

.public_title {
}

.public_title h3 {
  font-family: Arial;

  font-size: 0.42rem;

  font-weight: bold;

  line-height: normal;

  text-align: center;

  color: #333333;

  margin-bottom: 0.25rem;
}

.public_title h4 {
  font-family: Arial;

  font-size: 0.18rem;

  font-weight: normal;

  color: #666666;

  text-align: center;

  line-height: 0.26rem;
}

@media screen and (max-width: 1200px) {
  .public_title h3 {
    font-size: 0.35rem;

    margin-bottom: 0.2rem;
  }

  .public_title h4 {
    font-size: 0.16rem;

    line-height: 0.25rem;
  }
}

@media screen and (max-width: 768px) {
  .public_title h3 {
    font-size: 0.3rem;

    margin-bottom: 0.15rem;
  }
}

@media screen and (max-width: 560px) {
  .public_title h3 {
    font-size: 0.24rem;

    margin-bottom: 0.1rem;
  }

  .public_title h4 {
    font-size: 0.14rem;

    line-height: 0.2rem;
  }
}

@media screen and (max-width: 375px) {
  .public_title h3 {
    font-size: 0.2rem;
  }

  .public_title h4 {
    font-size: 0.12rem;
  }
}

/* --------------------------------------title_left----------------------------- */

.title_left {
  width: 80%;
}

.title_left h3 {
  text-align: left;
}

.title_left h4 {
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .title_left {
    width: 100%;
  }
}

/* -----------------------------------border_none_Btn------------------------ */

.border_none_Btn {
  border: transparent !important;
}

/* ----------------------------------------other_btn---------------------------- */

.other_btn {
  border: var(--i_color) 1px solid;

  box-sizing: border-box;

  transition: 0.5s;

  position: relative;

  overflow: hidden;
}

.other_btn:hover a {
  color: #fff;
}

.other_btn:hover a img {
  filter: brightness(0) invert(1);
}

.other_btn::after,
.other_btn::before {
  content: "";

  display: block;

  height: 100%;

  width: 100%;

  transform: skew(90deg) translate(-50%, -50%);

  position: absolute;

  inset: 50%;

  left: 25%;

  z-index: -1;

  transition: 0.5s ease-out;

  background-color: var(--i_color);
}

.other_btn::before {
  top: -50%;

  left: -25%;

  transform: skew(90deg) rotate(180deg) translate(-50%, -50%);
}

.other_btn:hover::before {
  transform: skew(45deg) rotate(180deg) translate(-50%, -50%);
}

.other_btn:hover::after {
  transform: skew(45deg) translate(-50%, -50%);
}

.other_btn:hover {
  transform: scale(0.98);
}

/* ------------------------------------------a_btn------------------------- */

.a_btn {
  display: flex;

  align-items: center;

  padding: 0.16rem 0.23rem 0.16rem 0.31rem;

  box-sizing: border-box;

  font-family: Arial;

  font-size: 0.18rem;

  font-weight: normal;

  line-height: 0.24rem;

  background-color: transparent;

  border-radius: 0.08rem;

  width: fit-content;

  cursor: pointer;

  border: var(--i_color) 1px solid;

  color: var(--i_color);
}

.a_btn img {
  margin-left: 0.15rem;
}

.a_btn:hover {
  background-color: var(--i_color);

  color: #fff;
}

.a_btn:hover img {
  filter: brightness(0) invert(1);
}

@media screen and (max-width: 1200px) {
  .a_btn {
    padding: 0.14rem 0.2rem 0.14rem 0.25rem;
  }
}

@media screen and (max-width: 1024px) {
  .a_btn {
    padding: 0.13rem 0.2rem 0.13rem 0.27rem;

    font-size: 0.16rem;

    line-height: 0.24rem;
  }
}

@media screen and (max-width: 768px) {
  .a_btn {
    padding: 0.1rem 0.2rem 0.1rem 0.27rem;

    font-size: 0.15rem;

    line-height: 0.24rem;
  }
}

@media screen and (max-width: 560px) {
  .a_btn {
    padding: 0.05rem 0.1rem 0.05rem 0.15rem;

    font-size: 0.12rem;
  }
}

@media screen and (max-width: 320px) {
}

/* --------------------------------------------------header----------------------------------------- */

header {
  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  z-index: 2014;

  height: var(--top_h);
}

.top_cont {
  background: #fff;

  -webkit-transition: all 0.5s ease;

  transition: all 0.5s ease;

  position: relative;

  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.top_header_tel {
  height: 100%;

  width: 13.54%;

  background: var(--i_color);

  position: absolute;

  right: 0;

  top: 0;

  display: flex;

  align-items: center;

  padding: 0 0 0 0.12rem;

  box-sizing: border-box;
}

.top_header_tel img {
  width: 0.26rem;

  height: 0.26rem;

  object-fit: contain;

  margin-right: 0.05rem;
}

.top_header_tel a {
  font-family: Arial;

  font-size: 0.24rem;

  font-weight: bold;

  color: #ffffff;
}

.top_cont .top {
  display: -webkit-flex;

  display: flex;

  flex-wrap: wrap;

  align-items: center;
}

/* @media screen and (max-width:1024px) {

	.top_cont{background: #373737;}

} */

/* logo */

.logo {
  display: -webkit-flex;

  display: flex;

  align-items: center;

  height: 100%;
}

.logo a {
  display: -webkit-flex;

  display: flex;

  align-items: center;

  height: 100%;

  position: relative;
}

.logo img {
  max-height: 0.8rem;
}

@media screen and (max-width: 1440px) {
  .logo img {
    max-height: 0.7rem;
  }

  .top_header_tel {
    width: 17.54%;
  }
}

@media screen and (max-width: 1200px) {
  .top_header_tel {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .logo img {
    max-height: 0.4rem;
  }
}

@media screen and (max-width: 560px) {
  .logo img {
    max-height: 0.38rem;
  }
}

/* 导航 */

@media screen and (min-width: 1025px) {
  .i_nav {
    margin-left: 2.2rem;

    display: -webkit-flex;

    display: flex;

    flex-wrap: nowrap;

    z-index: 2014;
  }

  .i_nav > li {
    position: relative;
  }

  .i_nav > li::before {
    content: "";

    position: absolute;

    left: 50%;

    bottom: 0rem;

    width: 0;

    height: 3px;

    transform: translateX(-50%);

    background: var(--i_color);

    -webkit-transition: all 0.5s ease;

    transition: all 0.5s ease;
  }

  .i_nav > li::after {
    content: "";

    position: absolute;

    right: 0;

    top: 50%;

    transform: translateY(-50%) rotate(15deg);

    height: 30%;

    width: 1px;

    background-color: #d3d3d3;
  }

  .i_nav > li:last-child::after {
    display: none;
  }

  .i_nav > .current-menu-item::before,
  .i_nav > .current-category-ancestor::before,
  .i_nav > .current-post-ancestor::before,
  .i_nav > .current-menu-ancestor::before,
  .i_nav > .current-menu-parent::before,
  .i_nav > li:hover::before,
  .i_nav > .active::before {
    width: 70%;
  }

  .i_nav > li > a {
    display: block;

    font-size: 18px;

    color: #333;

    line-height: var(--top_h);

    white-space: nowrap;

    box-sizing: border-box;

    padding: 0 0.48rem;
  }

  .i_nav > .current-menu-item > a,
  .i_nav > .current-category-ancestor > a,
  .i_nav > .current-post-ancestor > a,
  .i_nav > .current-menu-ancestor > a,
  .i_nav > .current-menu-parent > a,
  .i_nav > li:hover > a,
  .i_nav > .active > a {
    color: var(--i_color);
  }

  .i_nav > li > .sub-menu {
    display: none;

    position: absolute;

    left: 0;

    min-width: 1.6rem;

    background: var(--i_color2);

    box-shadow: 0 0.06rem 0.1rem rgb(0 0 0 / 8%);

    font-size: 0;
  }

  .nav_dropdown_menu1 > .sub-menu,
  .nav_dropdown_menu2 > .sub-menu,
  .nav_dropdown_menu3 > .sub-menu,
  .nav_dropdown_menu4 > .sub-menu {
    display: none !important;
  }

  .i_nav > li > .sub-menu li {
    position: relative;

    border-bottom: 1px solid var(--border_color);
  }

  .i_nav > li > .sub-menu a {
    display: block;

    padding: 0 0.16rem;

    font-size: 0.15rem;

    color: #333;

    line-height: 0.36rem;

    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    position: relative;
  }

  .i_nav > li > .sub-menu > li:hover > a {
    background: var(--i_color);

    color: #fff;
  }

  .i_nav .sub-menu .sub-menu {
    position: absolute;

    top: 0;

    left: 100%;

    background: #3389c6;

    min-width: 1.4rem;
  }

  .i_nav .sub-menu .sub-menu li {
    border-bottom-color: rgb(255 255 255 / 15%);
  }

  .i_nav .sub-menu .sub-menu a {
    font-size: 14px;

    color: #fff;
  }

  .i_nav .sub-menu .sub-menu li:hover {
    background: #66a6d4;
  }
}

@media screen and (max-width: 1440px) {
  .i_nav > li > a {
    font-size: 16px;

    padding: 0 0.3rem;
  }

  .i_nav {
    margin-left: 1rem;
  }
}

@media screen and (max-width: 1366px) {
  .i_nav > li > a {
    font-size: 15px;
  }
}

@media screen and (max-width: 1200px) {
  /* .i_nav {

    gap: 0 0.38rem;

  } */

  .i_nav > li > a {
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) {
  .i_nav {
    display: none;

    position: fixed;

    top: var(--top_h);

    left: 0;

    width: 100%;

    width: 100vw;

    max-height: calc(100vh - var(--top_h));

    background: #fff;

    overflow-y: auto;

    z-index: 2;

    margin-left: 0;
  }

  /*滚动条*/

  .i_nav::-webkit-scrollbar {
    width: 3px;

    height: 8px;
  }

  .i_nav::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);

    background: #555;
  }

  .i_nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);

    border-radius: 0;

    background: #f1f1f1;
  }

  .i_nav > li {
    margin: 0 0 !important;

    border-bottom: 1px solid var(--border_color);

    position: relative;
  }

  .i_nav > .menu-item-has-children span {
    display: block;

    position: absolute;

    top: 0;

    right: 0;

    width: 0.44rem;

    height: 0.44rem;

    background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" viewBox="0 0 48 48"%3E%3Cpath fill="none" stroke="%23555" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M36 18L24 30L12 18"%2F%3E%3C%2Fsvg%3E')
      no-repeat center;

    background-size: 0.24rem;

    -webkit-transition: all 0.5s ease;

    transition: all 0.5s ease;
  }

  .i_nav > .menu-item-has-children span.on {
    transform: rotate(180deg);

    background-size: 0.24rem;
  }

  .i_nav > li > a {
    padding: 0 3%;

    font-size: 0.16rem;

    color: #222;

    line-height: 0.44rem;

    text-transform: uppercase;
  }

  .i_nav > li > .sub-menu {
    display: none;
  }

  .i_nav > li > .sub-menu li {
    position: relative;
  }

  .i_nav .sub-menu a {
    padding: 0 0.4rem;

    font-size: 16px;

    color: #555;

    line-height: 0.4rem;

    position: relative;
  }

  /* .i_nav .sub-menu li:not(:last-child) {

		border-bottom: 1px solid var(--border_color)

	} */

  .i_nav > li > .sub-menu b {
    position: absolute;

    top: 0;

    right: 0;

    width: 0.4rem;

    height: 0.4rem;

    background: url(static/images/public/arrow_down_hollow_hei.svg) no-repeat
      center;

    background-size: 0.16rem;
  }

  .i_nav > li > .sub-menu b.on {
    background: url(static/images/public/arrow_up_hollow_hei.svg) no-repeat
      center;

    background-size: 0.16rem;
  }

  .i_nav .sub-menu .sub-menu {
    display: none;
  }

  .i_nav .sub-menu .sub-menu a {
    padding: 0 0.6rem;

    font-size: 15px;

    color: #888;

    line-height: 0.36rem;

    position: relative;
  }

  .i_nav a {
    display: block;

    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;
  }
}

/* 移动端导航按钮 */

.nav_menu {
  /* position: absolute;

	right: 0;

	top: 50%;

	transform: translateY(-50%); */

  position: relative;

  width: 22px;

  height: 16px;

  display: none;

  cursor: pointer;
}

.nav_menu i {
  display: block;

  width: 100%;

  height: 3px;

  position: absolute;

  top: 50%;

  margin-top: -2px;

  background: var(--i_color);

  border-radius: 0.1rem;

  transition: 0.5s;
}

.nav_menu::before,
.nav_menu::after {
  content: "";

  width: 100%;

  height: 3px;

  background: var(--i_color);

  position: absolute;

  left: 0;

  border-radius: 0.1rem;

  transition: 0.5s;
}

.nav_menu::before {
  top: 0;
}

.nav_menu::after {
  bottom: 0;
}

.nav_menu.on i {
  opacity: 0;
}

.nav_menu.on::before {
  transform: rotate(45deg);

  top: 50%;

  margin-top: -2px;
}

.nav_menu.on::after {
  transform: rotate(-45deg);

  top: 50%;

  margin-top: -2px;
}

@media screen and (max-width: 1024px) {
  .nav_menu {
    display: block !important;
  }
}

/* 导航下拉 */

.nav_dropdown {
  position: fixed;

  top: var(--top_h);

  left: 0;

  width: 100%;

  background: #fff;

  z-index: 2013;
}

.nav_dropdown_item {
  display: none;

  padding: 0.4rem 0;
}

.nav_dropdown_list {
  display: -webkit-flex;

  display: flex;

  flex-wrap: nowrap;

  justify-content: center;

  gap: 0 3%;
}

.nav_dropdown_list dt {
  width: 100%;

  max-width: 3.8rem;
}

.nav_p_cat_name a {
  font-size: 0.2rem;

  color: var(--i_color);

  font-weight: 900;
}

.nav_dropdown_list ul {
  margin-top: 0.2rem;
}

.nav_dropdown_list li {
  position: relative;

  padding-left: 0.24rem;
}

.nav_dropdown_list li::before {
  opacity: 0.5;

  content: "";

  position: absolute;

  top: 50%;

  transform: translate(0, -50%);

  left: 0;

  width: 0.2rem;

  height: 0.2rem;

  background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" viewBox="0 0 24 24"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cpath d="M24 0v24H0V0h24ZM12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427c-.002-.01-.009-.017-.017-.018Zm.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093c.012.004.023 0 .029-.008l.004-.014l-.034-.614c-.003-.012-.01-.02-.02-.022Zm-.715.002a.023.023 0 0 0-.027.006l-.006.014l-.034.614c0 .012.007.02.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01l-.184-.092Z"%2F%3E%3Cpath fill="currentColor" d="M15.707 11.293a1 1 0 0 1 0 1.414l-5.657 5.657a1 1 0 1 1-1.414-1.414l4.95-4.95l-4.95-4.95a1 1 0 0 1 1.414-1.414l5.657 5.657Z"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E')
    no-repeat center;

  background-size: contain;
}

.nav_dropdown_list li a {
  display: block;

  padding: 0.06rem 0;

  font-size: 0.15rem;

  -webkit-transition: all 0.5s ease;

  transition: all 0.5s ease;
}

.nav_dropdown_list li:hover a {
  margin-left: 8px;

  color: var(--i_color);
}

.top_r {
  --size: 0.22rem;
}

.top_r {
  margin-left: 0.9rem;

  display: -webkit-flex;

  display: flex;

  flex-wrap: wrap;

  align-items: center;
}

@media screen and (max-width: 1200px) {
  .top_r {
    margin-left: auto;
  }
}

@media screen and (max-width: 1024px) {
  .top_r {
    margin-left: auto;

    margin-right: 0.3rem;
  }

  .top_language_btn > p {
    display: none;
  }
}

@media screen and (max-width: 560px) {
  .top_r {
    margin-right: 0.3rem;

    gap: 0 0.1rem;
  }
}

.search_cont,
.top_language {
  height: var(--header_height);

  display: -webkit-flex;

  display: flex;

  flex-wrap: wrap;

  align-items: center;

  text-align: center;

  position: relative;
}

.segmentation {
  width: 2px;

  height: 20px;

  background: rgba(51, 51, 51, 0.2);

  margin: 0 0.17rem;

  transform: rotate(15deg);

  transform-origin: center;
}

@media screen and (max-width: 425px) {
  .segmentation {
    margin: 0 0.05rem;
  }
}

.top_search_ico iconify-icon,
.top_language_btn iconify-icon {
  font-size: var(--size);

  color: #333;

  cursor: pointer;
}

.top_search_ico iconify-icon:hover,
.top_search_ico.on iconify-icon,
.top_language_btn.on iconify-icon {
  color: var(--i_color);
}

.top_language {
  position: relative;
}

.top_language_btn {
  /* padding: 0.1rem 0.18rem 0.1rem 0; */

  gap: 0 8%;

  position: relative;

  cursor: pointer;
}

.top_language_btn::before {
  content: "";

  position: absolute;

  top: 44%;

  right: 0;

  width: 0;

  height: 0;

  border-left: 5px solid transparent;

  border-right: 5px solid transparent;

  border-top: 6px solid #777;

  -webkit-transition: all 0.5s ease;

  transition: all 0.5s ease;

  display: none;
}

.top_language_btn.on::before {
  -webkit-transform: rotate(-180deg);

  transform: rotate(-180deg);

  border-top-color: var(--i_color);
}

.top_language_btn.on p {
  color: var(--i_color);
}

.language_list {
  opacity: 0;

  visibility: hidden;

  position: absolute;

  top: calc(var(--header_height) + 0.2rem);

  right: 0;

  background: #fff;

  min-width: 1.2rem;

  z-index: 2016;

  box-shadow: 0 8px 0.1rem rgb(0 0 0 / 10%);

  -webkit-transition: all 0.4s ease;

  transition: all 0.4s ease;

  padding: 0.16rem 0.2rem;

  text-align: left;
}

.language_list.on {
  opacity: 1;

  visibility: visible;

  top: var(--header_height);
}

.language_list dt > h6 {
  margin-bottom: 0.08rem;

  font-size: 0.17rem;

  font-weight: bold;

  white-space: nowrap;
}

.curr_lang {
  margin-bottom: 0.12rem;

  padding-bottom: 0.12rem;

  border-bottom: 1px solid #eee;
}

.lang_list a {
  display: block;

  padding: 0.06rem 0;
}

.lang_list span img {
  display: none;
}

.lang_list .trp-ls-language-name {
  padding-left: 0.3rem;

  font-size: 14px;

  position: relative;
}

.lang_list .trp-ls-language-name::before {
  content: "";

  position: absolute;

  top: 50%;

  transform: translate(0, -50%);

  left: 0;

  width: 0.18rem;

  height: 0.18rem;

  box-sizing: border-box;

  border: 1px solid #aaa;

  -webkit-border-radius: 50%;

  border-radius: 50%;
}

.lang_list .trp-ls-language-name::after {
  display: none;

  content: "";

  position: absolute;

  top: 50%;

  transform: translate(0, -50%);

  left: 0.06rem;

  width: 0.06rem;

  height: 0.06rem;

  background: var(--i_color);

  -webkit-border-radius: 50%;

  border-radius: 50%;
}

.lang_list li:hover .trp-ls-language-name::after,
.curr_lang .trp-ls-language-name::after {
  display: block;
}

.lang_list li:hover .trp-ls-language-name,
.curr_lang .trp-ls-language-name {
  color: var(--i_color);
}

@media screen and (max-width: 768px) {
  .language_list dt > h6 {
    font-size: 15px;
  }
}

/* search */

.top_search {
  --search_height: 0.38rem;
}

.top_search {
  visibility: hidden;

  opacity: 0;

  position: fixed;

  top: calc(var(--header_height) + 0.3rem);

  right: 0;

  width: 100%;

  padding: 0.2rem 0;

  background: #f5f6f7;

  -webkit-transition: all 0.3s ease;

  transition: all 0.3s ease;

  z-index: 99;
}

.top_search.on {
  visibility: visible;

  opacity: 1;

  top: var(--header_height);

  box-shadow: 0 4px 10px rgb(0 0 0 / 6%);
}

.top_search form {
  width: 90%;

  margin: 0 auto;

  max-width: 5rem;

  display: -webkit-flex;

  display: flex;

  flex-wrap: wrap;

  box-sizing: border-box;

  border: 1px solid var(--i_color);

  overflow: hidden;
}

.top_search_ipt {
  width: calc(100% - var(--search_height) * 2);

  height: var(--search_height);

  box-sizing: border-box;

  padding: 0 0 0 0.12rem;
}

.top_search_btn {
  font-size: 0;

  color: #fff;

  width: calc(var(--search_height) * 2);

  height: var(--search_height);

  background: var(--i_color)
    url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="512" height="512" viewBox="0 0 512 512"%3E%3Cpath fill="white" d="M456.69 421.39L362.6 327.3a173.81 173.81 0 0 0 34.84-104.58C397.44 126.38 319.06 48 222.72 48S48 126.38 48 222.72s78.38 174.72 174.72 174.72A173.81 173.81 0 0 0 327.3 362.6l94.09 94.09a25 25 0 0 0 35.3-35.3ZM97.92 222.72a124.8 124.8 0 1 1 124.8 124.8a124.95 124.95 0 0 1-124.8-124.8Z"%2F%3E%3C%2Fsvg%3E')
    no-repeat center;

  background-size: 0.24rem;

  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .top_search {
    --search_height: 0.34rem;
  }
}

.full_header_height {
  display: none;

  height: var(--header_height);
}

@media screen and (max-width: 1024px) {
  .full_header_height {
    display: block;
  }
}

/* -------------------------------------------footer------------------------------------- */

footer {
  background: url(static/images/footer_bg.webp) no-repeat center/cover;
}

.footer_maxBox {
  height: 100%;
}

.footer_topMaxBox {
  color: #fff;

  box-sizing: border-box;

  padding: 0 0 0.2rem 0;
}

.ftm_top {
  display: flex;

  align-items: center;

  width: 100%;

  padding: 0.15rem 0 0.3rem 0;

  box-sizing: border-box;
}

.ftm_top span {
  width: 1.58rem;

  height: 1.58rem;

  margin-right: 0.2rem;
}

.ftm_top span img {
  width: 100%;

  height: 100%;

  object-fit: contain;
}

.ftm_top h3 {
  font-family: Arial;

  font-size: 0.3rem;

  font-weight: bold;

  line-height: 0.4rem;

  color: #ffffff;

  width: 45%;
}

.ftm_top ul {
  margin-left: auto;

  display: flex;

  gap: 0.15rem;
}

.ftm_top ul li {
  font-family: Arial;

  font-size: 0.2rem;

  font-weight: bold;

  color: #ffffff;

  display: flex;

  align-items: center;
}

.ftm_top ul li a iconify-icon {
  font-size: 0.3rem;
}

.ftm_top ul li:hover a iconify-icon {
  color: #fff !important;
}

.ftm_bottom {
  display: flex;

  width: 100%;
}

.ftm_bottom > ul {
  display: flex;

  width: 100%;

  gap: 0.8rem;

  box-sizing: border-box;
}

.ftm_bottom > ul > li {
  padding-top: 0.2rem;

  border-top: rgba(255, 255, 255, 0.6) 2px solid;

  flex: 1;

  display: flex;

  flex-direction: column;

  gap: 0.25rem;
}

.ftm_bottom > ul > li a:hover {
  text-decoration: underline;
}

.ftm_bottom > ul > li h3 {
  font-family: Arial;

  font-size: 0.36rem;

  font-weight: bold;

  color: #ffffff;
}

.tc_menu_ul {
  display: flex;

  flex-direction: column;

  gap: 0.25rem;
}

.tc_menu_ul li a {
  font-family: Arial;

  font-size: 0.18rem;

  font-weight: normal;

  color: #ffffff;

  cursor: pointer;

  word-break: break-word;

  white-space: normal;
}

.ftm_bottom > ul > li span {
  display: flex;

  align-items: center;
}

.ftm_bottom > ul > li span img {
  width: 0.24rem;

  height: 0.24rem;

  object-fit: contain;

  margin-right: 0.15rem;
}

.ftm_bottom > ul > li span a {
  font-family: Arial;

  font-size: 0.18rem;

  font-weight: normal;

  color: #ffffff;
}

.footer_bottomMaxBox {
  padding: 0.21rem 0;

  background: rgba(255, 255, 255, 0.04);

  color: #fff;

  display: flex;

  align-items: center;

  font-size: 0.16rem;

  font-family: Arial;
}

.footer_bottomMaxBox .wrap a {
  color: #fff;

  cursor: pointer;
}

.footer_bottomMaxBox .wrap a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1440px) {
  .footer_bottomMaxBox {
    padding: 0.3rem 0;
  }
}

@media screen and (max-width: 1200px) {
  .footer_bottomMaxBox {
    padding: 0.28rem 0;
  }

  .ftm_top h3 {
    font-size: 0.24rem;
  }

  .ftm_bottom ul li h3 {
    font-size: 0.24rem;
  }

  .tc_menu_ul li a {
    font-size: 0.16rem;
  }
}

@media screen and (max-width: 1024px) {
  .ftm_top h3 {
    line-height: 0.3rem;

    width: 55%;
  }

  .ftm_top span {
    width: 1rem;

    height: 1rem;

    margin-right: 0.2rem;
  }

  .ftm_top ul li a iconify-icon {
    font-size: 0.24rem;
  }

  .ftm_bottom ul li:nth-child(2),
  .ftm_bottom ul li:nth-child(3) {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .ftm_top h3 {
    font-size: 0.18rem;
  }

  .ftm_top {
    padding: 0.15rem 0 0.1rem 0;
  }

  .ftm_top ul li {
    font-size: 0.13rem;
  }

  .ftm_top ul li a iconify-icon {
    font-size: 0.2rem;
  }

  .ftm_bottom ul li h3 {
    font-size: 0.18rem;
  }

  .tc_menu_ul li a {
    font-size: 0.14rem;
  }

  .ftm_bottom ul li span a {
    font-size: 0.14rem;
  }

  .ftm_bottom ul li span img {
    width: 0.2rem;

    height: 0.2rem;
  }

  .footer_bottomMaxBox {
    padding: 0.2rem 0;
  }
}

@media screen and (max-width: 560px) {
  .footer_bottomMaxBox {
    font-size: 0.12rem;

    padding: 0.1rem 0;
  }

  .ftm_top {
    flex-wrap: wrap;
  }

  .ftm_top h3 {
    line-height: 0.24rem;

    width: 70%;

    font-size: 0.16rem;
  }

  .ftm_top span {
    width: 0.8rem;

    height: 0.8rem;
  }

  .ftm_bottom ul li:nth-child(1) {
    display: none;
  }
}

@media screen and (max-width: 375px) {
  .ftm_top h3 {
    line-height: 0.2rem;

    width: 70%;

    font-size: 0.14rem;
  }

  .ftm_top ul li a iconify-icon {
    font-size: 0.18rem;
  }

  .ftm_bottom ul li h3 {
    font-size: 0.16rem;
  }

  .ftm_bottom ul li span a {
    font-size: 0.12rem;
  }

  .ftm_bottom ul li span img {
    width: 0.18rem;

    height: 0.18rem;

    margin-right: 0.05rem;
  }

  .ftm_bottom ul li {
    gap: 0.15rem;
  }
}

@media screen and (max-width: 320px) {
  .ftm_top h3 {
    width: 66%;
  }

  .ftm_top h3 {
    line-height: 0.16rem;

    font-size: 0.12rem;
  }

  .ftm_top span {
    width: 0.6rem;

    height: 0.6rem;
  }
}

/* -----------------------------------home_banner------------------------------- */

.banner {
  width: 100%;

  overflow: hidden;

  position: relative;
}

.banner .swiper-container {
  margin: 0 auto;

  position: relative;

  overflow: hidden;

  list-style: none;

  padding: 0;
}

.banner .swiper-slide {
  /* height: 0; */

  padding-bottom: 40%;

  /* 设置比例 */

  position: relative;
}

.banner .swiper-container .swiper-wrapper .swiper-slide .banner-bg {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;
}

.banner-pagination {
  display: block;

  text-align: center;

  bottom: 0.3rem !important;

  position: absolute;

  left: 50% !important;

  transform: translate(-50%, 0);

  z-index: 3;
}

.banner-pagination .swiper-pagination-bullet {
  width: 0.14rem;

  height: 0.14rem;

  display: inline-block;

  margin: 0 0.06rem;

  background: #ccc;

  -webkit-border-radius: 50%;

  border-radius: 50%;

  outline: none;

  cursor: pointer;
}

.banner-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}

.banner-button-prev,
.banner-button-next {
  display: block;

  position: absolute;

  top: 50%;

  transform: translate(0, -50%);

  width: 0.6rem;

  height: 0.6rem;

  cursor: pointer;

  -webkit-transition: all 0.5s ease;

  transition: all 0.5s ease;

  z-index: 3;
}

.banner-button-prev {
  left: -0.8rem;
}

.banner-button-next {
  right: -0.8rem;
}

.banner-button-prev iconify-icon,
.banner-button-next iconify-icon {
  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  font-size: 0.4rem;

  color: #666;
}

.banner-button-prev:hover iconify-icon,
.banner-button-next:hover iconify-icon {
  color: var(--i_color);
}

.banner:hover .banner-button-prev {
  left: 0;
}

.banner:hover .banner-button-next {
  right: 0;
}

.b_text1 {
  position: absolute;

  top: 23.26%;

  left: 50%;

  transform: translateX(-50%);

  z-index: 3;

  text-align: center;

  width: 64.58%;
}

.b_text1_text1 {
  font-family: Arial;

  font-size: 0.48rem;

  font-weight: bold;

  line-height: 0.72rem;

  text-align: center;

  text-transform: uppercase;

  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;

  color: #ffffff;

  margin-bottom: 0.3rem;
}

.b_text1_text2 {
  font-family: Arial;

  font-size: 0.3rem;

  font-weight: bold;

  line-height: 0.4rem;

  text-align: center;

  color: #ffffff;

  margin-bottom: 0.5rem;
}

.b_text1_btn {
  display: flex;

  justify-content: center;
}

.b_text2 {
  position: absolute;

  top: 27.45%;

  left: 8.3%;

  z-index: 3;

  width: 46.3%;
}

.b_text2_text1 {
  font-family: Arial;

  font-size: 0.48rem;

  font-weight: bold;

  line-height: 0.72rem;

  color: #ffffff;

  margin-bottom: 0.3rem;
}

.b_text2_text2 {
  font-family: Arial;

  font-size: 0.3rem;

  font-weight: bold;

  line-height: 0.4rem;

  text-transform: capitalize;

  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;

  color: #ffffff;

  margin-bottom: 0.5rem;
}

@media screen and (max-width: 1440px) {
  .b_text1_text1 {
    font-size: 0.4rem;
  }

  .b_text1 {
    top: 14.26%;
  }

  .b_text2_text1 {
    font-size: 0.4rem;
  }
}

@media screen and (max-width: 1366px) {
  .b_text1_text1 {
    font-size: 0.35rem;

    line-height: 0.5rem;
  }

  .b_text2_text1 {
    font-size: 0.35rem;

    line-height: 0.5rem;
  }
}

@media screen and (max-width: 1200px) {
  .b_text1_text1 {
    font-size: 0.3rem;

    line-height: 0.54rem;
  }

  .b_text1 {
    top: 23%;
  }

  .b_text1_text2 {
    font-size: 0.26rem;

    line-height: 0.4rem;

    margin-bottom: 0.3rem;
  }

  .b_text2 {
    top: 23%;
  }

  .b_text2_text1 {
    font-size: 0.3rem;

    line-height: 0.54rem;
  }

  .b_text2_text2 {
    font-size: 0.26rem;

    line-height: 0.4rem;

    margin-bottom: 0.3rem;
  }
}

@media screen and (max-width: 1024px) {
  .banner-button-prev,
  .banner-button-next {
    display: none;
  }

  .banner-pagination {
    bottom: 0.1rem !important;
  }

  .b_text1_text1 {
    font-size: 0.25rem;

    line-height: 0.4rem;
  }

  .b_text1_text2 {
    font-size: 0.2rem;

    margin-bottom: 0.3rem;
  }

  .b_text1 {
    top: 16%;
  }

  .b_text2_text1 {
    font-size: 0.25rem;

    line-height: 0.4rem;
  }

  .b_text2_text2 {
    font-size: 0.2rem;

    margin-bottom: 0.3rem;
  }

  .b_text2 {
    top: 16%;
  }
}

@media screen and (max-width: 768px) {
  .b_text1_text1 {
    font-size: 0.2rem;

    line-height: 0.28rem;
  }

  .b_text1_text2 {
    display: none;
  }

  .b_text2 {
    left: 50%;

    transform: translateX(-50%);
  }

  .b_text2_btn {
    display: flex;

    justify-content: center;
  }

  .b_text2_text1 {
    font-size: 0.2rem;

    line-height: 0.28rem;
  }

  .b_text2_text2 {
    display: none;
  }

  .banner-pagination .swiper-pagination-bullet {
    width: 0.1rem;

    height: 0.1rem;

    display: inline-block;

    margin: 0 0.06rem;

    background: #ccc;

    -webkit-border-radius: 50%;

    border-radius: 50%;

    outline: none;

    cursor: pointer;
  }
}

@media screen and (max-width: 560px) {
  .b_text1_text1 {
    font-size: 0.12rem;

    line-height: 0.22rem;
  }

  .b_text1 {
    top: 29%;

    width: 80%;
  }

  .b_text1_btn {
    display: none;
  }

  .b_text2_text1 {
    font-size: 0.12rem;

    line-height: 0.22rem;

    text-align: center;
  }

  .b_text2 {
    width: 80%;

    top: 29%;
  }

  .b_text2_btn {
    display: none;
  }
}

@media screen and (max-width: 320px) {
  .b_text1 {
    top: 30%;
  }

  .b_text2 {
    top: 30%;
  }

  .banner-pagination .swiper-pagination-bullet {
    width: 0.08rem;

    height: 0.08rem;

    display: inline-block;

    margin: 0 0.03rem;

    background: #ccc;

    -webkit-border-radius: 50%;

    border-radius: 50%;

    outline: none;

    cursor: pointer;
  }
}

/* -------------------------------Product Categories---------------------------------------- */

.home_product_categories {
  padding: 0.5rem 0;
}

.hpc_maxbox {
  overflow: hidden;
}

.hpcm_top {
  display: flex;

  justify-content: space-between;

  align-items: center;

  margin-bottom: 0.4rem;
}

.hpcm_btn {
  display: flex;

  justify-content: flex-end;

  margin-top: 0.2rem;
}

.hpcm_contain {
  overflow: hidden;
}

.hpcm_contain ul {
  display: flex;

  flex-wrap: wrap;

  gap: 0.25rem;

  overflow: hidden;
}

.hpcm_contain ul li {
  width: calc((100% - 2 * 0.25rem) / 3);

  border-radius: 0.1rem;

  background: linear-gradient(270deg, rgba(240, 240, 240, 0) 0%, #f0f0f0 100%);

  display: flex;

  padding: 0 0 0.03rem 0;

  cursor: pointer;
}

.hpcm_contain ul li:hover a .hpcmc_left h3 {
  color: var(--i_color);
}

.hpcm_contain ul li:hover a .hpcmc_left .a_btn {
  background: var(--i_color);

  color: #fff;
}

.hpcm_contain ul li:hover a .hpcmc_left .a_btn img {
  filter: brightness(0) invert(1);
}

.hpcm_contain ul li a {
  display: flex;

  position: relative;

  width: 100%;
}

.hpcm_contain ul li a .hpcmc_left {
  width: 54%;

  padding: 0.4rem 0 0.3rem 0.4rem;

  box-sizing: border-box;

  display: flex;

  flex-direction: column;

  justify-content: space-between;
}

.hpcm_contain ul li a .hpcmc_left h3 {
  font-family: Arial;

  font-size: 0.3rem;

  font-weight: bold;

  line-height: 0.4rem;

  color: #333333;
}

.hpcm_contain ul li a .hpcmc_right {
  width: 46%;
}

.hpcm_contain ul li a .hpcmc_right img {
  width: 100%;

  object-fit: contain;
}

.hpcmc_productbg {
  position: absolute;

  right: 0;

  top: 0;

  width: 45.45%;

  height: 90.5%;
}

.hpcmc_productbg img {
  width: 100%;

  height: 100%;

  object-fit: contain;
}

@media screen and (max-width: 1200px) {
  .hpcm_contain ul li a .hpcmc_left {
    padding: 0.3rem 0 0.3rem 0.3rem;
  }
}

@media screen and (max-width: 1024px) {
  .hpcm_btn {
    display: none;
  }

  .hpcm_contain ul li {
    width: calc((100% - 0.25rem) / 2);
  }
}

@media screen and (max-width: 768px) {
  .hpcm_contain ul li a .hpcmc_left h3 {
    font-size: 0.2rem;

    line-height: 0.3rem;

    margin-bottom: 0.2rem;
  }
}

@media screen and (max-width: 560px) {
  .home_product_categories {
    padding: 0.3rem 0;
  }

  .hpcm_contain ul li {
    width: 100%;
  }

  .hpcm_contain ul li a .hpcmc_left h3 {
    font-size: 0.24rem;
  }
}

@media screen and (max-width: 375px) {
  .hpcm_contain ul li a .hpcmc_left {
    padding: 0.2rem 0 0.2rem 0.2rem;
  }

  .hpcm_contain ul li a .hpcmc_left h3 {
    font-size: 0.18rem;

    line-height: 0.25rem;
  }
}

/* -----------------------------------Hot Product-------------------------------- */

.home_hot_product {
  padding: 0.5rem 0;
}

.hhp_maxbox {
  overflow: hidden;
}

.hhpm_contain {
  margin-top: 0.4rem;

  overflow: hidden;
}

.hhpm_contain ul {
  display: flex;

  flex-wrap: wrap;

  gap: 0.3rem 0.22rem;

  overflow: hidden;
}

.hhpm_contain ul li {
  width: calc((100% - 3 * 0.22rem) / 4);

  padding: 0.18rem 0.18rem 0 0.18rem;

  box-sizing: border-box;

  border: 1px solid #e5e5e5;

  border-radius: 0.04rem;

  cursor: pointer;
}

.hhpm_contain ul li:hover .hhpmc_info h3 {
  color: var(--i_color);
}

.hhpm_contain ul li:hover .hhpmcb_box {
  background-color: var(--i_color);

  width: 100%;
}

.hhpm_contain ul li:hover .hhpmc_btn .hhpmcb_box h3 {
  color: #fff;
}

.hhpm_contain ul li:hover .hhpmc_btn .hhpmcb_box img {
  filter: brightness(0) invert(1);
}

.hhpm_contain ul li span {
  position: relative;
  display: block;
}

.hhpm_contain ul li span::before {
  content: "";

  display: block;

  padding-bottom: 100%;
}

.hhpm_contain ul li span img {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;
}

.hhpmc_info {
  padding: 0.24rem 0 0.24rem 0;

  box-sizing: border-box;
}

.hhpmc_info h3 {
  font-family: Arial;

  font-size: 0.2rem;

  font-weight: bold;

  line-height: normal;

  letter-spacing: 0em;

  color: #333333;

  /* margin-bottom: 0.24rem; */

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2; /* 显示两行 */

  overflow: hidden;
}

.hhpmc_info h4 {
  font-family: Arial;

  font-size: 16px;

  font-weight: normal;

  line-height: normal;

  letter-spacing: 0em;

  color: #333333;

  padding-left: 0.2rem;

  position: relative;
  display: none;
}

.hhpmc_info h4::before {
  position: absolute;

  left: 0;

  top: 50%;

  transform: translateY(-50%);

  content: "";

  display: block;

  width: 0.06rem;

  height: 0.06rem;

  background-color: #333;

  border-radius: 50%;
}

.hhpmc_info h4 i {
  color: #ff0000;
}

.hhpmc_btn {
  padding: 0.2rem 0;

  border-top: 1px solid rgba(51, 51, 51, 0.15);
}

.hhpmcb_box {
  display: flex;

  justify-content: space-between;

  align-items: center;

  padding: 0 0.1rem;

  box-sizing: border-box;
}

.hhpmc_btn h3 {
  font-family: Arial;

  font-size: 0.18rem;

  color: #666666;

  margin: 0.1rem 0;
}

@media screen and (max-width: 1024px) {
  .hhpm_contain ul li {
    width: calc((100% - 2 * 0.22rem) / 3);
  }

  .hhpmc_btn {
    padding: 0.1rem 0;
  }

  .hhpmc_btn h3 {
    font-size: 0.16rem;
  }
}

@media screen and (max-width: 768px) {
  .hhpm_contain ul li {
    padding: 0.1rem 0.1rem 0 0.1rem;
  }

  .hhpmc_info {
    padding: 0.15rem 0 0.15rem 0;
  }

  .hhpmc_info h3 {
    font-size: 0.16rem;

    /* margin-bottom: 0.2rem; */
  }

  .hhpmc_info h4 {
    font-size: 0.14rem;
  }

  .hhpmc_btn h3 {
    font-size: 0.14rem;
  }
}

@media screen and (max-width: 560px) {
  .hhpm_contain ul li {
    width: calc((100% - 0.22rem) / 2);
  }
}

@media screen and (max-width: 375px) {
  .hhpm_contain ul li {
    width: 100%;
  }
}

/* ------------------------------------home_about_company-------------------- */

.home_about_company {
  padding: 0.5rem 0;
}

.hac_maxbox {
}

.hacm_top {
  padding: 0 0 1.8rem 0;

  position: relative;
}

.home_about_company_bgbox {
  position: absolute;

  width: 93.75%;

  height: 95.38%;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);
}

.home_about_company_bgbox img {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

.hacmt_title {
  display: flex;

  justify-content: space-between;
}

.hacmt_title h3 {
  font-family: Arial;

  font-size: 0.4rem;

  font-weight: bold;

  line-height: 0.5rem;

  color: #333333;

  width: 38.125%;
}

.hacmt_title h4 {
  width: 59.375%;

  font-family: Arial;

  font-size: 0.18rem;

  font-weight: normal;

  line-height: 0.3rem;

  letter-spacing: 0em;

  color: #333333;
}

.hacmt_databox {
  height: 2.5rem;

  padding: 0 10.31%;

  box-sizing: border-box;

  margin-top: 0.7rem;
}

.hacmt_databox ul {
  display: flex;

  flex-wrap: wrap;
}

.hacmt_databox ul li {
  display: flex;

  width: 25%;

  justify-content: center;
}

.hacmtd_maxbox {
  display: flex;

  height: 68%;
}

.hacmt_databox ul li:nth-child(odd) {
  align-items: flex-end;
}

.hacmt_databox ul li:nth-child(even) {
  align-items: flex-start;
}

.hacmt_databox ul li img {
  height: 100%;

  object-fit: contain;

  margin-right: 0.2rem;
}

.hacmt_databox ul li .hacmtd_box {
}

.hacmt_databox ul li .hacmtd_box h3 {
  font-family: Arial;

  font-weight: bold;

  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;

  color: #033f97;

  font-family: Arial;

  font-weight: 700;

  font-size: 0.5rem;
}

.hacmt_databox ul li .hacmtd_box h3 i {
  font-size: 0.24rem;
}

.hacmt_databox ul li .hacmtd_box h4 {
  font-family: Arial;

  font-size: 0.18rem;

  font-weight: normal;

  line-height: 0.24rem;

  letter-spacing: 0em;

  color: #0798d7;
}

.hacmt_media {
  display: flex;

  justify-content: space-between;

  margin-top: -2rem;
}

.hacmt_media .hacmt_video {
  width: 68.125%;

  position: relative;
}

.hacmt_media .hacmt_video:hover .hacmtv_bootominfo {
  background: linear-gradient(
    0deg,
    rgba(3, 63, 151, 0.7) 0%,

    rgba(3, 63, 151, 0) 100%
  );
}

.hacmt_media .hacmt_video:hover .hacmtv_bootominfo a {
  display: flex;

  align-items: center;

  justify-content: space-between;
}

.hacmtv_bootominfo {
  content: "";

  display: block;

  height: 13.84%;

  width: 100%;

  background: rgba(0, 0, 0, 0.2);

  position: absolute;

  left: 0;

  bottom: 0;

  padding: 0.2rem 0.3rem;

  box-sizing: border-box;
}

.hacmtv_bootominfo a {
  display: flex;

  justify-content: space-between;

  align-items: center;
}

.hacmtv_bootominfo h3 {
  font-family: Arial;

  font-size: 0.24rem;

  font-weight: bold;

  line-height: normal;

  text-align: center;

  text-transform: capitalize;

  letter-spacing: 0.04em;

  color: #ffffff;
}

.hacmtv_bootominfo a img {
  filter: brightness(0) invert(1);
}

.hacmt_media .hacmt_video .hacmtv_box {
  position: relative;
}

.hacmt_media .hacmt_video .hacmtv_box::before {
  content: "";

  display: block;

  padding-bottom: 47.75%;
}

.hacmt_media .hacmt_video .hacmtv_box img {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;
}

.hacmt_pic {
  width: 30%;

  position: relative;
}

.hacmt_pic:hover .hacmtv_bootominfo {
  background: linear-gradient(
    0deg,
    rgba(3, 63, 151, 0.7) 0%,

    rgba(3, 63, 151, 0) 100%
  );
}

.hacmt_pic span {
  position: relative;
}

.hacmt_pic span::before {
  content: "";

  display: block;

  padding: 54.21%;
}

.hacmt_pic span img {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .hacmt_title h3 {
    font-size: 0.3rem;

    line-height: 0.4rem;
  }

  .hacmt_title h4 {
    font-size: 0.16rem;

    line-height: 0.26rem;
  }

  .hacmt_databox ul li .hacmtd_box h3 {
    font-size: 0.4rem;
  }

  .hacmt_databox ul li .hacmtd_box h4 {
    font-size: 0.16rem;
  }

  .hacmtv_bootominfo {
    height: 17%;

    padding: 0.15rem 0.2rem;
  }

  .hacmtv_bootominfo h3 {
    font-size: 0.2rem;
  }
}

@media screen and (max-width: 768px) {
  .hacmt_title h3 {
    font-size: 0.24rem;

    line-height: 0.34rem;
  }

  .hacmt_title h4 {
    font-size: 0.14rem;

    line-height: 0.26rem;
  }

  .hacmt_databox ul li .hacmtd_box h3 {
    font-size: 0.3rem;
  }

  .hacmt_databox ul li {
    width: 49%;

    align-items: flex-start !important;
  }

  .hacmt_media {
    margin-top: -1rem;
  }

  .hacmt_databox ul {
    justify-content: space-between;
  }

  .hacmt_media .hacmt_video {
    width: 100%;

    position: relative;
  }

  .hacmt_pic {
    display: none;
  }
}

@media screen and (max-width: 560px) {
  .hacmt_title {
    display: block;
  }

  .hacmt_title h3 {
    width: 100%;

    margin-bottom: 0.1rem;
  }

  .hacmt_title h4 {
    width: 100%;
  }

  .hacmt_databox {
    margin-top: 0.3rem;
  }

  .hacmt_databox ul li {
    justify-content: flex-start;
  }

  .hacmtv_bootominfo h3 {
    font-size: 0.14rem;
  }

  .hacmtv_bootominfo {
    height: 23%;

    padding: 0.1rem;
  }

  .home_about_company {
    padding: 0.3rem 0px;
  }
}

@media screen and (max-width: 375px) {
  .hacmt_databox ul li .hacmtd_box h3 {
    font-size: 0.24rem;
  }

  .hacmt_databox ul li .hacmtd_box h4 {
    font-size: 0.14rem;

    line-height: 0.2rem;
  }

  .hacmt_databox ul li img {
    margin-right: 0.1rem;
  }
}

.hacmtv_box i {
  display: block;

  width: 0.74rem;

  height: 0.74rem;

  border-radius: 50%;

  cursor: pointer;

  background: url("static/images/home_about_company_videobg1.webp") center
    no-repeat;

  background-size: contain;

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);
}

.i_v_btn::before {
  content: "";

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

  border: 1px solid #fff;

  width: 100%;

  height: 100%;

  border-radius: 50%;

  opacity: 0;

  z-index: 2;

  animation: serv_one_border 2s 0s ease infinite;
}

.i_v_btn span {
  position: relative;
}

.i_v_btn span::before {
  content: "";

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

  border: 1px solid #fff;

  width: 100%;

  height: 100%;

  border-radius: 50%;

  opacity: 0;

  z-index: 2;
}

.i_v_btn span::after {
  content: "";

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

  border: 1px solid #fff;

  width: 100%;

  height: 100%;

  border-radius: 50%;

  opacity: 0;

  z-index: 2;
}

.i_v_btn span::before {
  animation: serv_one_border 1.5s 0s ease infinite;
}

.i_v_btn span::after {
  animation: serv_one_border 2.5s 0s ease infinite;
}

@keyframes serv_one_border {
  0% {
    opacity: 0;
  }

  5% {
    opacity: 1;
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 0;

    transform: translate(-50%, -50%) scale(1.5);

    -ms-transform: translate(-50%, -50%) scale(1.5);

    -o-transform: translate(-50%, -50%) scale(1.5);

    -webkit-transform: translate(-50%, -50%) scale(1.5);

    -moz-transform: translate(-50%, -50%) scale(1.5);
  }
}

@keyframes yuan {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@media screen and (max-width: 560px) {
  .hacmtv_box i {
    width: 0.5rem;

    height: 0.5rem;
  }
}

/* eject videos */

.vd_box {
  display: none;

  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.5);

  z-index: 999999;
}

.vd_box_area {
  position: absolute;

  top: 52%;

  left: 50%;

  transform: translate(-50%, -50%);

  z-index: 2014;

  width: 60%;

  max-height: 90%;
}

.vd_box_area::before {
  content: "";

  display: block;

  padding-bottom: 56.25%;
}

.close_v {
  position: absolute;

  top: -0.2rem;

  right: -0.2rem;

  width: 0.4rem;

  height: 0.4rem;

  background: var(--i_color);

  z-index: 2;

  -webkit-border-radius: 50%;

  border-radius: 50%;

  cursor: pointer;
}

.close_v::before {
  content: "+";

  position: absolute;

  top: 46%;

  left: 53%;

  font-size: 0.44rem;

  color: #fff;

  -webkit-transform: translate(-50%, -50%) rotate(45deg);

  transform: translate(-50%, -50%) rotate(45deg);
}

.vd_box iframe {
  position: absolute;

  top: 0;

  right: 0;

  width: 100%;

  height: 100%;

  background: #000;

  object-fit: contain;
}

@media screen and (max-width: 1024px) {
  .vd_box_area {
    width: 80%;
  }

  .close_v::before {
    font-size: 0.4rem;
  }
}

@media screen and (max-width: 768px) {
  .vd_box_area {
    width: 88%;
  }

  .close_v {
    top: -0.15rem;

    right: -0.15rem;

    width: 0.3rem;

    height: 0.3rem;
  }

  .close_v::before {
    font-size: 0.3rem;
  }
}

/* --------------------------------------home_why_choose_us------------------------ */

.home_why_choose_us {
  padding: 0.6rem 0;
}

.hwcu_maxbox {
}

.hwcum_top {
  box-sizing: border-box;

  display: flex;

  position: relative;
}

.hwcumt_pic {
  width: 13.6%;

  flex-shrink: 0;

  z-index: 3;
}

.hwcumt_pic span {
  position: relative;

  display: block;

  height: 100%;
}

.hwcumt_pic span::before {
  content: "";

  display: block;

  padding-bottom: 202%;
}

.hwcumt_pic span img {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;
}

.hwcumt_info {
  flex: 1;

  background-color: var(--i_color);

  border-radius: 0 1.8rem 0 0;

  box-sizing: border-box;

  padding: 0.48rem 1.6rem 0.58rem 3.11rem;
}

.hwcumt_info h3 {
  font-family: Arial;

  font-size: 0.48rem;

  font-weight: bold;

  line-height: 0.5rem;

  text-transform: uppercase;

  letter-spacing: 0em;

  color: #ffffff;

  margin-bottom: 0.2rem;
}

.hwcumt_info h4 {
  width: 1rem;

  height: 1.28rem;

  margin-bottom: 0.36rem;
}

.hwcumt_info h4 img {
  width: 100%;

  height: 100%;

  object-fit: contain;
}

.hwcumt_info h5 {
  font-family: Arial;

  font-size: 0.18rem;

  font-weight: normal;

  line-height: 0.26rem;

  letter-spacing: 0em;

  color: #ffffff;

  margin-bottom: 0.78rem;
}

.hwcumt_circlebg {
  position: absolute;

  left: 1%;

  top: 50%;

  transform: translateY(-50%);

  width: 4.8rem;

  height: 4.8rem;

  z-index: 2;
}

.hwcumt_circlebg img {
  width: 100%;

  height: 100%;

  object-fit: contain;
}

@media screen and (max-width: 1440px) {
  .hwcumt_circlebg {
    height: 3.8rem;

    width: 3.8rem;
  }

  .hwcumt_info h3 {
    font-size: 0.4rem;
  }

  .hwcumt_info h4 {
    width: 0.8rem;

    height: 1rem;

    margin-bottom: 0.2rem;
  }

  .hwcumt_info h5 {
    font-size: 0.16rem;

    line-height: 0.26rem;

    margin-bottom: 0.5rem;
  }

  .hwcumt_info {
    padding: 0.3rem 1.6rem 0.355rem 2.11rem;
  }
}

@media screen and (max-width: 1366px) {
  .hwcumt_info h3 {
    font-size: 0.35rem;
  }

  .hwcumt_info h5 {
    margin-bottom: 0.32rem;
  }
}

@media screen and (max-width: 1024px) {
  .hwcumt_pic {
    width: 20.6%;
  }

  .hwcumt_info h3 {
    font-size: 0.3rem;
  }

  .hwcumt_info h4 {
    width: 0.6rem;

    height: 0.8rem;

    margin-bottom: 0.2rem;
  }
}

@media screen and (max-width: 768px) {
  .hwcumt_info {
    border-radius: 0;

    padding: 0.2rem 0.3rem 0.3rem 0.5rem;
  }

  .hwcumt_pic {
    width: 17.6%;
  }

  .hwcumt_circlebg {
    height: 3rem;

    width: 3rem;

    left: -3%;
  }
}

@media screen and (max-width: 560px) {
  .hwcumt_pic {
    display: none;
  }

  .hwcumt_circlebg {
    display: none;
  }

  .hwcumt_info {
    padding: 0.2rem;
  }

  .hwcumt_info h3 {
    font-size: 0.24rem;

    margin-bottom: 0.1rem;
  }

  .hwcumt_info h5 {
    margin-bottom: 0.2rem;

    font-size: 0.14rem;
  }

  .hwcumti_btn {
    display: flex;

    justify-content: flex-end;
  }

  .home_why_choose_us {
    padding: 0.3rem 0;
  }
}

.hwcum_bottom {
  background: linear-gradient(90deg, #edf4ff 0%, #ffffff 35%);

  padding: 1rem 0 0.6rem 0;
}

.hwcumb_box {
  box-sizing: border-box;

  display: flex;

  justify-content: space-between;
}

.hwcumb_info {
  width: 48.875%;
}

.hwcumb_info ul {
  display: flex;

  flex-direction: column;

  height: 100%;
}

.hwcumb_info ul li {
  flex: 1;

  display: flex;

  flex-direction: column;

  justify-content: center;

  cursor: pointer;

  border-bottom: 1px solid rgba(51, 51, 51, 0.2);

  padding: 0.3rem 0;

  box-sizing: border-box;

  transition:
    flex-grow 0.4s ease,
    padding 0.4s ease,
    background-color 0.3s ease;
}

.hwcumb_info ul li.active {
  flex: 1.3;

  display: flex;

  flex-direction: column;

  justify-content: space-around;
}

.hwcumb_info ul li:first-child {
  border-top: 1px solid rgba(51, 51, 51, 0.2);
}

.hwcumb_info ul li.active {
  border-bottom: 1px solid var(--i_color);
}

.hwcumb_info ul li.active h3 {
  color: var(--i_color);

  transform: translateY(-0.05rem);
}

.hwcumb_info ul li h3 {
  font-family: Arial;

  font-size: 0.24rem;

  font-weight: bold;

  line-height: normal;

  text-transform: capitalize;

  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;

  color: #333333;

  transition:
    color 0.3s ease,
    transform 0.3s ease;
}

.hwcumb_info ul li:hover h3 {
  color: var(--i_color);
}

.hwcumb_info ul li span {
  font-family: Arial;

  font-size: 0.18rem;

  font-weight: normal;

  line-height: 0.25rem;

  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;

  color: #666666;

  max-height: 0;

  opacity: 0;

  overflow: hidden;

  transition:
    max-height 0.4s ease,
    opacity 0.3s ease,
    margin-top 0.3s ease;
}

.hwcumb_info ul li.active span {
  max-height: 2rem; /* 给一个足够大的值 */

  opacity: 1;
}

.hwcumb_pic {
  width: 47.5%;

  position: relative;
}

.hwcumb_pic::before {
  content: "";

  display: block;

  padding-bottom: 62.11%;
}

.hwcumb_pic img {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;
}

.hwcumb_pic img {
  opacity: 0;

  filter: blur(8px);

  transform: scale(1.02);

  transition:
    opacity 0.4s ease,
    filter 0.4s ease,
    transform 0.5s ease;
}

.hwcumb_pic img.active {
  opacity: 1;

  filter: blur(0);

  transform: scale(1);
}

@media screen and (max-width: 1200px) {
  .hwcumb_info ul li h3 {
    font-size: 0.2rem;
  }

  .hwcumb_info ul li span {
    font-size: 0.16rem;

    line-height: 0.22rem;
  }
}

@media screen and (max-width: 1024px) {
  .hwcum_bottom {
    padding: 0.3rem 0 0.3rem 0;
  }

  .hwcumb_box {
    display: block;
  }

  .hwcumb_info {
    width: 100%;

    margin-bottom: 0.2rem;
  }

  .hwcumb_pic {
    width: 100%;
  }
}

@media screen and (max-width: 560px) {
  .hwcumb_info ul li {
    padding: 0.2rem 0;
  }

  .hwcumb_info ul li h3 {
    font-size: 0.18rem;
  }

  .hwcumb_info ul li span {
    font-size: 0.14rem;

    line-height: 0.2rem;
  }
}

@media screen and (max-width: 375px) {
  .hwcumb_info ul li h3 {
    font-size: 0.16rem;
  }

  .hwcumb_info ul li span {
    font-size: 0.12rem;

    line-height: 0.15rem;
  }
}

/* -------------------------------------------Latest News------------------------------------ */

.home_latest_news {
  padding: 0.6rem 0;
}

.han_maxbox {
}

.hln_contain {
  display: flex;

  justify-content: space-between;

  margin-top: 0.5rem;
}

.hlnc_leftbox {
  width: 46.9%;
}

.hlnc_rightbox {
  width: 47%;
}

.hlnc_leftbox a {
  width: 100%;

  position: relative;

  display: block;
}

.hlnc_leftbox a span {
  position: relative;
}

.hlnc_leftbox a span::before {
  content: "";

  display: block;

  padding-bottom: 68%;
}

.hlnc_leftbox a span img {
  position: absolute;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  object-fit: cover;
}

.hlnc_leftbox a h3 {
  font-family: Arial;

  font-size: 0.24rem;

  font-weight: bold;

  line-height: 0.32rem;

  color: #333;

  margin: 0.2rem 0.16rem;

  white-space: nowrap;

  overflow: hidden;

  text-overflow: ellipsis;
}

.hlnc_leftbox a h4 {
  font-family: Arial;

  font-size: 0.18rem;

  font-weight: normal;

  line-height: 0.28rem;

  color: #666666;

  margin: 0 0.16rem;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;

  overflow: hidden;
}

.hlnc_leftbox a span i {
  position: absolute;

  top: 77%;

  left: 4%;

  width: 0.86rem;

  height: 0.86rem;

  background-color: var(--i_color);

  display: flex;

  align-items: center;

  flex-direction: column;

  justify-content: center;
}

.hlnc_leftbox a span i h5 {
  font-family: Arial;

  font-size: 0.36rem;

  color: #ffffff;
}

.hlnc_leftbox a span i h6 {
  font-family: Arial;

  font-size: 0.18rem;

  color: #ffffff;
}

.hlnc_rightbox ul {
  display: flex;

  flex-direction: column;

  gap: 0.3rem;

  height: 100%;
}

.hlnc_rightbox ul li {
  height: calc((100% - 0.3rem * 2) / 3);

  border-bottom: rgba(51, 51, 51, 0.2) 1px solid;
}

.hlnc_rightbox ul li a {
  display: flex;

  width: 100%;

  height: 100%;

  justify-content: space-between;

  align-items: center;
}

.hlncr_info {
  padding: 0.1rem 0 0.26rem 0;

  display: flex;

  flex-direction: column;

  gap: 0.2rem;

  width: 64.8%;
}

.hlncr_info h3 {
  font-family: Arial;

  font-size: 0.2rem;

  font-weight: bold;

  line-height: 0.28rem;

  color: #333333;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;

  overflow: hidden;
}

.hlncr_info h4 {
  font-family: Arial;

  font-size: 0.18rem;

  line-height: 0.28rem;

  color: #666666;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;

  overflow: hidden;
}

.hlncr_info h5 {
  font-family: Arial;

  font-size: 0.14rem;

  font-weight: normal;

  line-height: 0.16rem;

  color: #999999;
}

.hlncr_pic {
  width: 32.53%;
}

.hlncr_pic span {
  position: relative;
}

.hlncr_pic span::before {
  content: "";

  display: block;

  padding-bottom: 66%;
}

.hlncr_pic span img {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;
}

.hlnc_rightbox ul li:hover .hlncr_info h3 {
  color: var(--i_color);
}

.hlnc_rightbox ul li:hover {
  border-bottom: var(--i_color) 1px solid;
}

.hlnc_leftbox:hover h3 {
  color: var(--i_color);
}

.hlnc_first_news {
  display: none;
}

@media screen and (max-width: 1024px) {
  .hln_contain {
    display: block;
  }

  .hlnc_first_news {
    display: block;
  }

  .hlnc_leftbox {
    display: none;
  }

  .hlnc_rightbox {
    width: 100%;
  }
}

@media screen and (max-width: 560px) {
  .hlncr_info h3 {
    font-size: 0.16rem;

    line-height: 0.22rem;
  }

  .hlncr_info {
    padding: 0.1rem 0 0.15rem 0;

    gap: 0.1rem;

    width: 55%;
  }

  .hlncr_info h4 {
    font-size: 0.14rem;
  }

  .hlncr_pic {
    width: 40%;
  }

  .hln_contain {
    margin-top: 0.3rem;
  }

  .hln_maxbox {
    padding: 0 0 0.3rem 0;
  }

  .home_latest_news {
    padding: 0.3rem 0;
  }
}

/* -------------------------------------------Machinery Brand---------------------------------------- */

.home_machinery_brand {
  padding: 0.6rem 0;
}

.hmbm_contain {
  display: flex;

  flex-direction: column;

  padding: 0.5rem 0 0.6rem 0;
}

.partner_list {
  position: relative;

  overflow: hidden;

  padding: 0.1rem 0 0.4rem 0;

  box-sizing: border-box;
}

.partner_list .swiper-wrapper {
  display: -webkit-flex;

  display: flex;

  position: relative;

  width: 100%;

  padding: 0.05rem;
}

.partner_list .swiper-slide {
  flex-shrink: 0;

  background: #fff;

  box-sizing: border-box;

  position: relative;

  overflow: hidden;

  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);

  transition: box-shadow 0.25s ease;

  -webkit-transition: box-shadow 0.25s ease;

  -moz-transition: box-shadow 0.25s ease;

  -ms-transition: box-shadow 0.25s ease;

  -o-transition: box-shadow 0.25s ease;
}

.partner_list li span {
  display: block;

  width: 100%;

  position: relative;

  overflow: hidden;
}

.partner_list li span::before {
  content: "";

  display: block;

  padding-bottom: 34%;
}

.partner_list li span img {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: contain;

  -webkit-transition: all 0.5s ease;

  transition: all 0.5s ease;
}

.partner_list_pagination {
  text-align: center;
}

/* 进度条容器 */

.partner_list_pagination.swiper-pagination-progressbar {
  height: 2.59px;

  background: #e0e0e1;

  border-radius: 4px;

  overflow: hidden;

  top: auto;

  bottom: 0rem;

  width: 56.4%;

  left: 50%;

  transform: translateX(-50%);
}

/* 进度条填充 */

.partner_list_pagination .swiper-pagination-progressbar-fill {
  background: var(--i_color);

  border-radius: 4px;
}

@media screen and (max-width: 560px) {
  .home_partner_brands {
    padding: 0.3rem 0 0 0;
  }

  .hpcm_top {
    display: block;

    margin-bottom: 0.3rem;
  }

  .hpcm_title {
    width: 100%;

    margin-bottom: 0.2rem;
  }

  .hpcm_btn {
    width: 100%;
  }

  .hmbm_contain {
    padding: 0.2rem 0 0.3rem 0;
  }

  .home_machinery_brand {
    padding: 0.3rem 0;
  }
}

/* ---------------------------------------products_banner--------------------------------------- */

.products_banner {
  width: 100%;

  position: relative;
}

.products_banner::before {
  content: "";

  display: block;

  padding-bottom: 27.2%;
}

.products_banner img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  position: absolute;

  top: 0;

  left: 0;
}

/* 黑色半透明遮罩 + 中间文字 */

.products_banner::after {
  content: "PRODUCTS"; /* 显示的文字 */

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.592) 0%,

    rgba(0, 0, 0, 0) 100%
  );

  display: flex;

  align-items: center;

  justify-content: center;

  box-sizing: border-box;

  align-items: center;

  font-size: 0.48rem;

  font-weight: bold;

  color: #fff;

  letter-spacing: 0.02rem;
}

@media screen and (max-width: 768px) {
  .products_banner::before {
    content: "";

    display: block;

    padding-bottom: 36.5%;
  }

  .products_banner::after {
    font-size: 0.4rem;
  }
}

@media screen and (max-width: 425px) {
  .products_banner::before {
    content: "";

    display: block;

    padding-bottom: 59.5%;
  }

  .products_banner::after {
    font-size: 0.3rem;
  }
}

/* ---------------------------------------service_banner--------------------------------------- */

.service_banner {
  width: 100%;

  position: relative;
}

.service_banner::before {
  content: "";

  display: block;

  padding-bottom: 27.2%;
}

.service_banner img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  position: absolute;

  top: 0;

  left: 0;
}

/* 黑色半透明遮罩 + 中间文字 */

.service_banner::after {
  content: "SERVICE"; /* 显示的文字 */

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.592) 0%,

    rgba(0, 0, 0, 0) 100%
  );

  display: flex;

  align-items: center;

  justify-content: center;

  box-sizing: border-box;

  align-items: center;

  font-size: 0.48rem;

  font-weight: bold;

  color: #fff;

  letter-spacing: 0.02rem;
}

@media screen and (max-width: 768px) {
  .service_banner::before {
    content: "";

    display: block;

    padding-bottom: 36.5%;
  }

  .service_banner::after {
    font-size: 0.4rem;
  }
}

@media screen and (max-width: 425px) {
  .service_banner::before {
    content: "";

    display: block;

    padding-bottom: 59.5%;
  }

  .service_banner::after {
    font-size: 0.3rem;
  }
}

/* ---------------------------------------aboutUs_banner--------------------------------------- */

.aboutUs_banner {
  width: 100%;

  position: relative;
}

.aboutUs_banner::before {
  content: "";

  display: block;

  padding-bottom: 27.2%;
}

.aboutUs_banner img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  position: absolute;

  top: 0;

  left: 0;
}

/* 黑色半透明遮罩 + 中间文字 */

.aboutUs_banner::after {
  content: "ABOUT US"; /* 显示的文字 */

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.592) 0%,

    rgba(0, 0, 0, 0) 100%
  );

  display: flex;

  align-items: center;

  justify-content: center;

  box-sizing: border-box;

  align-items: center;

  font-size: 0.48rem;

  font-weight: bold;

  color: #fff;

  letter-spacing: 0.02rem;
}

@media screen and (max-width: 768px) {
  .aboutUs_banner::before {
    content: "";

    display: block;

    padding-bottom: 36.5%;
  }

  .aboutUs_banner::after {
    font-size: 0.4rem;
  }
}

@media screen and (max-width: 425px) {
  .aboutUs_banner::before {
    content: "";

    display: block;

    padding-bottom: 59.5%;
  }

  .aboutUs_banner::after {
    font-size: 0.3rem;
  }
}

/* ---------------------------------------news_banner--------------------------------------- */

.news_banner {
  width: 100%;

  position: relative;
}

.news_banner::before {
  content: "";

  display: block;

  padding-bottom: 27.2%;
}

.news_banner img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  position: absolute;

  top: 0;

  left: 0;
}

/* 黑色半透明遮罩 + 中间文字 */

.news_banner::after {
  content: "NEWS"; /* 显示的文字 */

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.592) 0%,

    rgba(0, 0, 0, 0) 100%
  );

  display: flex;

  align-items: center;

  justify-content: center;

  box-sizing: border-box;

  align-items: center;

  font-size: 0.48rem;

  font-weight: bold;

  color: #fff;

  letter-spacing: 0.02rem;
}

@media screen and (max-width: 768px) {
  .news_banner::before {
    content: "";

    display: block;

    padding-bottom: 36.5%;
  }

  .news_banner::after {
    font-size: 0.4rem;
  }
}

@media screen and (max-width: 425px) {
  .news_banner::before {
    content: "";

    display: block;

    padding-bottom: 59.5%;
  }

  .news_banner::after {
    font-size: 0.3rem;
  }
}

/* ---------------------------------------contact_banner--------------------------------------- */

.contact_banner {
  width: 100%;

  position: relative;
}

.contact_banner::before {
  content: "";

  display: block;

  padding-bottom: 27.2%;
}

.contact_banner img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  position: absolute;

  top: 0;

  left: 0;
}

/* 黑色半透明遮罩 + 中间文字 */

.contact_banner::after {
  content: "CONTACT US"; /* 显示的文字 */

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.592) 0%,

    rgba(0, 0, 0, 0) 100%
  );

  display: flex;

  align-items: center;

  justify-content: center;

  box-sizing: border-box;

  align-items: center;

  font-size: 0.48rem;

  font-weight: bold;

  color: #fff;

  letter-spacing: 0.02rem;
}

@media screen and (max-width: 768px) {
  .contact_banner::before {
    content: "";

    display: block;

    padding-bottom: 36.5%;
  }

  .contact_banner::after {
    font-size: 0.4rem;
  }
}

@media screen and (max-width: 425px) {
  .contact_banner::before {
    content: "";

    display: block;

    padding-bottom: 59.5%;
  }

  .contact_banner::after {
    font-size: 0.3rem;
  }
}

/* ---------------------------------------Breadcrumb--------------------------------------- */

.in_position {
  box-sizing: border-box;

  padding: 0.2rem 0;

  background: rgba(0, 0, 0, 0.04);

  position: relative;
}

.in_position .wrap {
  display: -webkit-flex;

  display: flex;

  flex-wrap: wrap;

  align-items: center;
}

.in_position a {
  display: block;

  font-size: 0.16rem;

  color: #333333;

  position: relative;

  line-height: 0.2rem;
}

.in_position a:first-child {
  padding-left: 0.26rem;
}

.in_position a:first-child::before {
  content: "";

  position: absolute;

  top: 50%;

  transform: translate(0, -50%);

  left: 0;

  width: 0.18rem;

  height: 0.18rem;

  background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="80" height="80" viewBox="0 0 2048 2048"%3E%3Cpath fill="currentColor" d="m1024 165l941 942l-90 90l-83-82v805h-640v-640H896v640H256v-805l-83 82l-90-90l941-942zm640 1627V987l-640-640l-640 640v805h384v-640h512v640h384z"%2F%3E%3C%2Fsvg%3E')
    no-repeat center;

  background-size: contain;
}

.in_position a:not(:last-child):after {
  content: ">";

  margin: 0 4px;

  color: #555;
}

.in_position a:last-child {
  color: var(--i_color) !important;
}

.in_position a:hover {
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .in_position {
    padding: 0.16rem 0;
  }

  .in_position a {
    font-size: 14px;
  }
}

@media screen and (max-width: 560px) {
  .in_position {
    padding: 0.12rem 0;
  }

  .in_position a {
    font-size: 13px;
  }
}

/* ---------------------------------------products.html--------------------------------- */

/* ---------------------------------------products--------------------------------------- */

.products_bac {
  box-sizing: border-box;

  background: linear-gradient(
    to right,

    #fff 0%,

    #fff 27.6%,

    #f6f6f6 27.6%,

    #f6f6f6 100%
  );

  padding: 0.6rem 0;
}

.products {
  display: flex;

  justify-content: space-between;
}

.products_left {
  width: 20%;

  box-sizing: border-box;

  flex-shrink: 0;
}

.products_left_all {
  background-color: transparent;
}

.products_left_h2 {
  font-family: Arial;

  font-size: 0.3rem;

  font-weight: bold;

  line-height: normal;

  text-align: center;

  letter-spacing: 0em;

  color: #333333;

  margin-bottom: 0.15rem;
}

.products_left_h2 iconify-icon {
  color: #fff;

  font-size: 0.34rem;

  margin-left: 0.1rem;

  font-weight: bold;

  margin-bottom: 2px;

  display: none;
}

.list {
  display: flex;

  display: -webkit-flex;

  flex-direction: column;

  box-sizing: border-box;
}

.list li {
  position: relative;

  border-bottom: 1px solid rgba(51, 51, 51, 0.2);

  margin-bottom: 0.1rem;
}

/* .list li::after{

	content: '';

	position: absolute;

	bottom: 0;

	left: 50%;

	transform: translate(-50%,0);

	width: 100%;

	height: 1px;

	background-color: rgba(51, 51, 51, 0.2);

} */

.list_a {
  box-sizing: border-box;

  padding: 0.2rem 0.2rem;

  position: relative;

  z-index: 2;

  overflow: hidden;

  background-color: transparent;

  border-radius: 0.06rem;
}

.list_a::after {
  content: "";

  position: absolute;

  top: 0;

  right: 0;

  background-color: var(--i_color);

  width: 0;

  height: 100%;

  transition: all 0.5s ease-in-out;

  z-index: -1;
}

.list .list_a a {
  font-size: 0.18rem;

  color: #222;

  font-weight: bold;

  box-sizing: border-box;

  line-height: 110%;

  transition: all 0.3s ease;

  display: block;
}

.list .list_a i {
  width: 0.5rem;

  height: 0.55rem;

  position: absolute;

  top: 50%;

  transform: translate(0, -50%);

  right: 0;

  cursor: pointer;
}

.list .list_a i iconify-icon {
  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  font-size: 0.24rem;

  color: #222;

  transition: all 0.3s ease;
}

.list_dl {
  padding: 0.1rem 0 0 0;

  display: flex;

  display: -webkit-flex;

  flex-direction: column;

  box-sizing: border-box;

  gap: 0.1rem;
}

.list_dl dt {
  box-sizing: border-box;

  padding: 0.15rem 0 0.17rem 0;

  border-radius: 0.06rem;
}

.list_dl dt a {
  font-size: 0.16rem;

  color: #333;

  display: block;

  transition: all 0.3s ease;

  position: relative;

  box-sizing: border-box;

  padding: 0rem 0.2rem;
}

/* .list_dl dt a::after {

  content: "";

  position: absolute;

  left: -0.1rem;

  top: 50%;

  transform: translate(0, -50%);

  width: 0.07rem;

  height: 0.07rem;

  background-color: var(--i_color);

  opacity: 0;

  transition: all 0.3s ease;

  border-radius: 50%;

  border-radius: 0.06rem;

} */

.list_dl dt a:hover::after,
.list_dl dt a:hover::before {
  opacity: 1;
}

.list_active {
}

.list_active .list_a::after {
  width: 100%;

  left: 0;

  right: auto;
}

.list_active .list_a i iconify-icon {
  color: #fff;

  transform: translate(-50%, -50%) rotate(180deg);
}

.list_active .list_a a {
  color: #fff;

  display: block;
}

.list_dl_active a::after,
.list_dl_active a::before {
  opacity: 1 !important;

  left: 0 !important;
}

.list_dl dt a:hover::after {
  opacity: 1 !important;

  left: 0 !important;
}

.list_dl dt a:hover {
  color: var(--i_color);
}

.list_dl_active {
  background: #f4f4f4;
}

.list_dl_active a {
  color: var(--i_color) !important;
}

.list_active .list_dl {
}

@media screen and (max-width: 1440px) {
  .products_bac {
    background: linear-gradient(
      to right,

      #fff 0%,

      #fff 24.6%,

      #f6f6f6 24.6%,

      #f6f6f6 100%
    );
  }
}

@media screen and (max-width: 1366px) {
}

@media screen and (max-width: 1200px) {
  .products_left_h2 {
    font-size: 0.26rem;
  }

  .products_right_top_title {
    font-size: 0.35rem;
  }
}

@media screen and (max-width: 1024px) {
  .products_left {
    width: 100%;
  }

  .products_left_h2 iconify-icon {
    display: block;
  }

  .products_left_h2 {
    display: flex;

    display: -webkit-flex;

    align-items: center;

    justify-content: center;
  }

  .products_left_h2 {
    margin-bottom: 0;
  }

  .list {
    margin-top: 0.2rem;
  }

  .products_left_h2 {
    color: #fff;

    background-color: var(--i_color);

    box-sizing: border-box;

    padding: 0.15rem 0;
  }

  .list {
    padding-bottom: 0.2rem;
  }

  .products_left_all {
    padding: 0.2rem;
  }

  .products_bac {
    background: #fff;
  }
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 768px) {
  .products_left_h2 {
    font-size: 0.2rem;
  }

  .products_left_h2 iconify-icon {
    font-size: 0.3rem;
  }
}

@media screen and (max-width: 560px) {
  .products_left_h2 {
    font-size: 0.18rem;
  }

  .products_left_h2 iconify-icon {
    font-size: 0.25rem;
  }
}

@media screen and (max-width: 425px) {
  .products_bac {
    box-sizing: border-box;

    background-color: #fff;

    padding: 0.3rem 0;
  }
}

.products_right {
  width: 75%;
}

.products_right_top {
  display: flex;

  flex-direction: column;

  gap: 0.1rem;

  margin-bottom: 0.2rem;
}

.products_right_top_title {
  color: #333333;

  font-family: Arial;

  font-weight: 600;

  font-size: 0.44rem;
}

.products_right_top_des {
  font-size: 0.18rem;

  line-height: 0.3rem;

  color: #666666;
}

@media screen and (max-width: 1024px) {
  .products_left {
    margin-bottom: 0.2rem;
  }

  .products {
    display: block;
  }

  .products_right_top_title {
    display: flex;

    justify-content: center;
  }

  .products_right_top_des {
    display: flex;

    justify-content: center;
  }

  .products_right {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .products_right_top_title {
    font-size: 0.3rem;
  }

  .products_right_top_des {
    font-size: 0.16rem;

    line-height: 0.25rem;
  }
}

@media screen and (max-width: 425px) {
  .products_right_top_des {
    font-size: 0.15rem;

    line-height: 0.22rem;
  }
}

@media screen and (max-width: 375px) {
  .products_right_top_des {
    font-size: 0.13rem;

    line-height: 0.18rem;
  }
}

/* Paging */

.in_paging {
  --size: 30px;

  --border_radius: 5px;

  --curr_color: var(--i_color);

  box-sizing: border-box;
}

.in_paging ul {
  display: -webkit-flex;

  display: flex;

  flex-wrap: wrap;

  justify-content: center;

  align-items: center;

  text-align: center;

  width: 100%;
}

.in_paging li {
  min-width: var(--size);

  margin: 0 4px;
}

.in_paging a,
.in_paging span {
  display: block;

  padding: 0 10px;

  height: var(--size);

  line-height: calc(var(--size) - 2px);

  font-size: 14px;

  color: #666;

  background: #fff;

  box-sizing: border-box;

  border: 1px solid #ccc;

  -webkit-border-radius: var(--border_radius);

  border-radius: var(--border_radius);

  overflow: hidden;
}

.in_paging ul li:not(:first-child):not(:last-of-type) a,
.in_paging ul li:not(:first-child):not(:last-of-type) span {
  border-radius: 50%;
}

.in_paging i {
  margin-top: 14px;

  width: 100%;

  font-size: 13px;

  color: #888;
}

.in_paging a:hover,
.in_paging .curr_page a,
.in_paging .curr_page span {
  border-color: var(--curr_color) !important;

  background: var(--curr_color);

  color: #fff !important;
}

.products_right_contain_excavatorList {
  margin-top: 0.4rem;
}

.products_right_contain_excavatorList ul {
  display: flex;

  flex-wrap: wrap;

  gap: 0.3rem 0.22rem;
}

.products_right_contain_excavatorList ul li {
  width: calc((100% - 2 * 0.22rem) / 3);

  padding: 0.18rem 0.18rem 0 0.18rem;

  box-sizing: border-box;

  border: 1px solid #e5e5e5;

  border-radius: 0.04rem;

  cursor: pointer;
}

.products_right_contain_excavatorList ul li:hover .hhpmc_info h3 {
  color: var(--i_color);
}

.products_right_contain_excavatorList ul li:hover .hhpmcb_box {
  background-color: var(--i_color);

  width: 100%;
}

.products_right_contain_excavatorList ul li:hover .hhpmc_btn .hhpmcb_box h3 {
  color: #fff;
}

.products_right_contain_excavatorList ul li:hover .hhpmc_btn .hhpmcb_box img {
  filter: brightness(0) invert(1);
}

.products_right_contain_excavatorList ul li span {
  position: relative;
  display: block;
}

.products_right_contain_excavatorList ul li span::before {
  content: "";

  display: block;

  padding-bottom: 100%;
}

.products_right_contain_excavatorList ul li a span img {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;
}

.products_right_contain_excavatorList ul li a .hhpmc_info {
  padding: 0.24rem 0 0.24rem 0;

  box-sizing: border-box;
}

.products_right_contain_excavatorList ul li a .hhpmc_info h3 {
  font-family: Arial;

  font-size: 0.2rem;

  font-weight: bold;

  line-height: normal;

  letter-spacing: 0em;

  color: #333333;

  /* margin-bottom: 0.24rem; */

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2; /* 显示两行 */

  overflow: hidden;
}

.products_right_contain_excavatorList ul li a .hhpmc_info h4 {
  font-family: Arial;

  font-size: 16px;

  font-weight: normal;

  line-height: normal;

  letter-spacing: 0em;

  color: #333333;

  padding-left: 0.2rem;

  position: relative;
}

.products_right_contain_excavatorList ul li a .hhpmc_info h4::before {
  position: absolute;

  left: 0;

  top: 50%;

  transform: translateY(-50%);

  content: "";

  display: block;

  width: 0.06rem;

  height: 0.06rem;

  background-color: #333;

  border-radius: 50%;
}

.products_right_contain_excavatorList ul li a .hhpmc_info h4 i {
  color: #ff0000;
}

.products_right_contain_excavatorList ul li a .hhpmc_btn {
  padding: 0.2rem 0;

  border-top: 1px solid rgba(51, 51, 51, 0.15);
}

.products_right_contain_excavatorList ul li a .hhpmc_btn .hhpmcb_box {
  display: flex;

  justify-content: space-between;

  align-items: center;

  padding: 0 0.1rem;

  box-sizing: border-box;
}

.products_right_contain_excavatorList ul li a .hhpmc_btn h3 {
  font-family: Arial;

  font-size: 0.18rem;

  color: #666666;

  margin: 0.1rem 0;
}

@media screen and (max-width: 1024px) {
  .products_right_contain_excavatorList ul li {
    width: calc((100% - 2 * 0.22rem) / 3);
  }

  .products_right_contain_excavatorList ul li a .hhpmc_btn {
    padding: 0.1rem 0;
  }

  .products_right_contain_excavatorList ul li a .hhpmc_btn h3 {
    font-size: 0.16rem;
  }
}

@media screen and (max-width: 768px) {
  .products_right_contain_excavatorList ul li {
    padding: 0.1rem 0.1rem 0 0.1rem;
  }

  .products_right_contain_excavatorList ul li a .hhpmc_info {
    padding: 0.15rem 0 0.15rem 0;
  }

  .products_right_contain_excavatorList ul li a .hhpmc_info h3 {
    font-size: 0.16rem;

    /* margin-bottom: 0.2rem; */
  }

  .products_right_contain_excavatorList ul li a .hhpmc_info h4 {
    font-size: 0.14rem;
  }

  .products_right_contain_excavatorList ul li a .hhpmc_btn h3 {
    font-size: 0.14rem;
  }
}

@media screen and (max-width: 560px) {
  .products_right_contain_excavatorList ul li {
    width: 100%;
  }
}

@media screen and (max-width: 375px) {
}

/* productsDetail.html */

/* single_grid */

.single_grid_bac {
  box-sizing: border-box;

  padding: 0.4rem 0 0.8rem 0;
}

.single_grid {
  display: flex;

  flex-wrap: wrap;
}

.single_grid_left {
  width: 40%;
}

/* 轮播图宽度 */

.in_grid_cont {
  --sm_pic_width: 17%;
}

.in_grid_cont {
  position: relative;

  overflow: hidden;
}

.in_grid_cont:before {
  content: "";

  display: block;

  padding-bottom: 80.4%;
}

/* 底部缩略图 */

.in_grid_list_box {
  position: absolute;

  top: 0;

  left: 0;

  width: var(--sm_pic_width);

  height: 100%;

  box-sizing: border-box;

  padding: 40px 0;
}

.in_grid_list {
  height: 100%;

  overflow: hidden;
}

.in_grid_list .swiper-slide {
  cursor: pointer;
}

.in_grid_list .img {
  width: 100%;

  height: 100%;

  box-sizing: border-box;

  border: 1px solid #d8d8d8;

  position: relative;

  overflow: hidden;
}

.in_grid_list .img img {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

.in_grid_list .swiper-slide-thumb-active .img {
  border: 2px solid var(--i_color);
}

.in_grid_list .swiper-slide-thumb-active img {
  filter: brightness(100%);

  -webkit-filter: brightness(100%);
}

.ingrid-button-prev.swiper-button-disabled,
.ingrid-button-next.swiper-button-disabled {
  cursor: not-allowed;

  opacity: 0.1;
}

/* 轮播图 */

.in_grid_show_box {
  position: absolute;

  top: 0;

  right: 0;

  width: calc(100% - var(--sm_pic_width) - 20px);

  height: 100%;

  box-sizing: border-box;

  padding: 0 0;

  margin: 0 auto;
}

.in_grid_show {
  width: 100%;

  height: 100%;

  box-sizing: border-box;

  position: relative;

  overflow: hidden;
}

.in_grid_show .swiper-wrapper {
  display: flex;

  position: relative;

  width: 100%;

  height: 100%;

  z-index: 1;
}

.in_grid_show .swiper-slide {
  height: 100%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: -webkit-flex;

  display: flex;

  flex-shrink: 0;

  position: relative;

  cursor: pointer;
}

.in_grid_show .img {
  width: 100%;

  height: 100%;

  position: relative;

  overflow: hidden;
}

.in_grid_show .img img {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

.ingrid-pagination {
  display: block;

  position: absolute;

  top: 0.2rem;

  right: 0.2rem;

  width: 0.5rem;

  height: 0.5rem;

  background-color: rgba(1, 167, 255, 0.15);

  border-radius: 50%;

  display: flex;

  display: -webkit-flex;

  justify-content: center;

  align-items: center;

  font-size: 0.18rem;

  color: var(--i_color);
}

.ingrid-pagination .swiper-pagination-bullet {
  width: 8px;

  height: 8px;

  display: inline-block;

  margin: 0 4px;

  background: #e5e5e5;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  -o-border-radius: 50%;

  border-radius: 50%;

  outline: none;
}

.ingrid-pagination .swiper-pagination-bullet-active {
  position: relative;

  background: var(--i_color);
}

.in_grid_cont:before {
  display: none;
}

.in_grid_show_box {
  position: initial;

  width: 100%;

  border-radius: 0.04rem;

  overflow: hidden;
}

.in_grid_show .img {
  width: 100%;

  position: relative;

  overflow: hidden;
}

.in_grid_show .img:before {
  content: "";

  display: block;

  padding-bottom: 100%;
}

.in_grid_show .img img {
  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);
}

.in_grid_list_box {
  margin-top: 0.3rem;

  padding: 0 0;

  position: relative;

  width: 100%;

  height: initial;
}

.in_grid_list {
  width: calc(100% - 1rem);

  margin: 0 auto;
}

.in_grid_list_box .swiper-wrapper {
  display: flex;

  position: relative;

  width: 100%;

  z-index: 1;
}

.in_grid_list_box .swiper-slide {
  height: 100%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: -webkit-flex;

  display: flex;

  flex-shrink: 0;

  position: relative;

  cursor: pointer;
}

.in_grid_list .img {
  height: auto;

  border-radius: 0.04rem;
}

.in_grid_list .img:before {
  content: "";

  display: block;

  padding-bottom: 75%;
}

.in_grid_list .img img {
  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  object-fit: cover;
}

.in_grid_list .img::after {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  transition: all 0.3s ease;

  background: rgba(255, 255, 255, 0.55);
}

.swiper-slide-thumb-active .img::after {
  background: rgba(255, 255, 255, 0);
}

/* 左右箭头 */

.ingrid-button-prev,
.ingrid-button-next {
  position: absolute;

  top: 50%;

  transform: translate(0, -50%);

  width: 0.34rem;

  height: 0.34rem;

  z-index: 999;

  cursor: pointer;

  outline: none;

  transition: all 0.3s ease;

  display: flex;

  display: -webkit-flex;

  justify-content: center;

  align-items: center;
}

.ingrid-button-prev iconify-icon,
.ingrid-button-next iconify-icon {
  font-size: 0.3rem;

  color: #333;

  transition: all 0.3s ease;
}

.ingrid-button-prev {
  left: 0%;
}

.ingrid-button-next {
  right: 0%;
}

.ingrid-button-prev:hover,
.ingrid-button-next:hover {
  background-color: var(--i_color);
}

.ingrid-button-prev:hover iconify-icon,
.ingrid-button-next:hover iconify-icon {
  color: #fff;
}

.single_grid_right {
  width: 60%;

  box-sizing: border-box;

  padding-left: 3%;
}

.single_grid_right h2 {
  font-size: 0.18rem;

  color: #666;

  box-sizing: border-box;

  padding-bottom: 0.2rem;

  border-bottom: 2px solid var(--i_color);
}

.single_grid_right h2 span {
  font-size: 0.18rem;

  color: var(--i_color);
}

.single_grid_right h1 {
  font-size: 0.28rem;

  color: #333;

  font-weight: bold;

  margin: 0.2rem 0;
}

.single_grid_right article {
}

.single_grid_right article ul li {
  margin-bottom: 0.05rem;
}

.sgr_card {
  margin-top: 0.3rem;
}

.sgr_card ul {
  display: flex;

  gap: 0.2rem;
}

.sgr_card ul li {
  width: 2.2rem;

  height: 1.1rem;

  background: #f1f1f1;

  padding: 0.2rem 0 0.28rem 0.2rem;

  box-sizing: border-box;

  cursor: pointer;
}

.sgr_card ul li img {
  width: 0.32rem;

  height: 0.32rem;

  object-fit: cover;

  margin-bottom: 0.1rem;
}

.sgr_card ul li h3 {
  font-family: Arial;

  font-size: 0.2rem;

  font-weight: bold;

  color: #333333;
}

.sgr_btn {
  margin-top: 0.5rem;

  padding-bottom: 0.4rem;

  border-bottom: rgba(51, 51, 51, 0.15) 1px solid;
}

.sgr_btn ul {
  display: flex;

  gap: 0.4rem;
}

.sgr_share {
  margin-top: 0.2rem;
}

.sgr_share ul {
  display: flex;

  gap: 0.25rem;

  align-items: center;
}

.sgr_share ul li {
  font-family: Arial;

  font-size: 0.16rem;

  font-weight: normal;

  line-height: 0.22rem;

  text-align: center;

  letter-spacing: 0em;

  color: #333333;
}

.sgr_share ul li a {
  display: flex;

  align-items: center;
}

.sgr_share ul li a iconify-icon {
  font-size: 0.22rem;
}

.sgr_share ul li:hover a iconify-icon {
  color: var(--i_color) !important;
}

@media screen and (max-width: 1440px) {
  .single_grid_right h1 {
    font-size: 0.26rem;

    margin: 0.15rem 0;
  }
}

@media screen and (max-width: 1200px) {
  .single_grid_right h1 {
    font-size: 0.24rem;
  }

  .single_grid_bac {
    padding: 0.4rem 0 0.6rem 0;
  }
}

@media screen and (max-width: 1024px) {
  .sgr_card ul li {
    padding: 0.15rem 0 0.15rem 0.15rem;
  }

  .sgr_card ul li h3 {
    font-size: 0.16rem;
  }
}

@media screen and (max-width: 960px) {
}

@media screen and (max-width: 768px) {
  .single_grid_left {
    width: 100%;
  }

  .single_grid_right {
    width: 100%;

    margin-top: 0.4rem;

    padding-left: 0%;
  }
}

@media screen and (max-width: 560px) {
  .sgr_card ul {
    display: flex;

    justify-content: space-between;
  }

  .sgr_card ul li {
    width: 30%;

    padding: 0.1rem 0 0.1rem 0.1rem;

    height: 0.9rem;
  }

  .sgrbtn {
    padding: 0.05rem 0.1rem 0.05rem 0.15rem;

    font-size: 0.13rem;
  }

  .sgr_card ul li img {
    width: 0.25rem;

    height: 0.25rem;

    object-fit: cover;

    margin-bottom: 0.1rem;
  }

  .sgr_card ul li h3 {
    font-size: 0.14rem;
  }

  .sgr_btn {
    margin-top: 0.3rem;

    padding-bottom: 0.4rem;

    border-bottom: rgba(51, 51, 51, 0.15) 1px solid;
  }
}

@media screen and (max-width: 375px) {
}

.productsDetail_contain {
  background: #f6f6f6;

  padding: 0.5rem 0;
}

.pdc_maxbox {
  display: flex;

  justify-content: space-between;
}

.productsDetail_contain .pdc_nav {
  width: 20.125%;
}

.pdc_detailedDescription {
  width: 76.125%;
}

.pdc_detailedDescription h3 {
  font-family: Arial;

  font-size: 0.3rem;

  font-weight: bold;

  line-height: normal;

  text-transform: capitalize;

  letter-spacing: 0px;

  color: var(--i_color);

  padding-bottom: 0.2rem;

  border-bottom: #e1e1e1 2px solid;

  margin-bottom: 0.2rem;
}

.pdcd_faq {
  margin-top: 0.3rem;
}

.pdcd_faq h3 {
  font-family: Arial;

  font-size: 0.24rem;

  font-weight: bold;

  line-height: normal;

  letter-spacing: 0em;

  color: #333333;
}

.pdcd_faq ul {
  display: flex;

  flex-direction: column;
}

.pdcd_faq ul li {
  padding: 0.3rem 0.4rem 0.4rem 0.3rem;

  cursor: pointer;

  border-bottom: 1px solid rgba(51, 51, 51, 0.2);

  margin-bottom: 0.1rem;
}

.pdcd_faq ul li.active {
  background: #f4f8ff;

  border-bottom: none;
}

.pdcd_faq ul li .pdcdf_ques {
  font-family: Arial;

  font-size: 0.2rem;

  font-weight: bold;

  line-height: normal;

  letter-spacing: 0em;

  color: #333333;

  display: flex;

  align-items: center;

  margin-bottom: 0.2rem;
}

.pdcd_faq ul li .pdcdf_ques i {
  width: 0.32rem;

  height: 0.32rem;

  background: #666666;

  display: flex;

  align-items: center;

  justify-content: center;

  align-self: start;

  font-family: Arial;

  font-size: 0.2rem;

  font-weight: bold;

  line-height: normal;

  text-align: center;

  text-transform: capitalize;

  letter-spacing: 0em;

  flex-shrink: 0;

  color: #ffffff;

  margin-right: 0.15rem;

  border-radius: 0.04rem;
}

.pdcd_faq ul li .pdcdf_answer {
  font-family: Arial;

  font-size: 0.18rem;

  font-weight: normal;

  line-height: 0.3rem;

  letter-spacing: 0em;

  color: #666666;

  display: flex;

  align-items: center;

  align-items: flex-start;

  max-height: 0;

  overflow: hidden;

  transition: max-height 0.5s ease;
}

.pdcd_faq ul li.active .pdcdf_answer {
  max-height: 3rem;
}

.pdcd_faq ul li .pdcdf_answer i {
  width: 0.32rem;

  height: 0.32rem;

  background: var(--i_color);

  display: flex;

  align-items: center;

  justify-content: center;

  font-family: Arial;

  font-size: 0.2rem;

  font-weight: bold;

  line-height: normal;

  text-align: center;

  text-transform: capitalize;

  letter-spacing: 0em;

  flex-shrink: 0;

  color: #ffffff;

  margin-right: 0.15rem;

  border-radius: 0.04rem;
}

@media screen and (max-width: 1024px) {
  .pdc_nav {
    display: none;
  }

  .pdc_detailedDescription {
    width: 100%;
  }
}

@media screen and (max-width: 560px) {
  .pdcd_faq ul li {
    padding: 0.2rem 0.3rem 0.2rem 0.2rem;
  }

  .pdcd_faq ul li .pdcdf_ques {
    font-size: 0.18rem;

    margin-bottom: 0.15rem;

    line-height: 0.25rem;
  }

  .pdcd_faq ul li .pdcdf_ques i {
    width: 0.3rem;

    height: 0.3rem;

    font-size: 0.18rem;
  }

  .pdcd_faq ul li .pdcdf_answer {
    font-size: 0.16rem;

    line-height: 0.25rem;
  }

  .pdcd_faq ul li .pdcdf_answer i {
    width: 0.3rem;

    height: 0.3rem;

    font-size: 0.18rem;
  }

  .pdc_detailedDescription h3 {
    font-size: 0.24rem;
  }
}

@media screen and (max-width: 375px) {
  .pdcd_faq ul li {
    padding: 0.1rem 0.1rem 0.1rem 0.1rem;
  }

  .pdcd_faq ul li .pdcdf_ques {
    font-size: 0.16rem;
  }

  .pdcd_faq ul li .pdcdf_ques i {
    font-size: 0.16rem;
  }

  .pdcd_faq ul li .pdcdf_answer i {
    font-size: 0.16rem;
  }
}

/* ------------------------------------------single_two------------------------------------------ */

.single_two_bac {
  background: #f6f6f6;

  box-sizing: border-box;

  padding-bottom: 0.3rem;
}

.single_two {
}

.bottom_single_tags {
  display: flex;

  display: -webkit-flex;

  align-items: center;

  flex-wrap: wrap;

  gap: 0.15rem;

  box-sizing: border-box;

  padding-bottom: 0.2rem;

  margin-bottom: 0.2rem;

  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}

.bottom_single_tags p {
  font-size: 0.18rem;

  color: #333333;

  font-family: "bold";

  line-height: 0.42rem;
}

.bottom_single_tags a {
  display: inline-block;

  box-sizing: border-box;

  display: flex;

  align-items: center;

  font-size: 0.16rem;

  color: #333;
}

.bottom_single_tags a:hover {
  color: var(--i_color);
}

.sx {
  display: flex;

  display: -webkit-flex;

  justify-content: space-between;

  flex-wrap: wrap;
}

.sx > div {
  width: 48%;
}

.sx_left {
}

.sx a {
  display: block;

  width: 100%;

  display: flex;

  display: -webkit-flex;

  align-items: center;
}

.sx iconify-icon {
  font-size: 0.22rem;

  transition: all 0.3s ease;
}

.sx .sx_left iconify-icon {
  margin-right: 0.1rem;
}

.sx .sx_right iconify-icon {
  margin-left: 0.1rem;
}

.sx p {
  font-size: 0.18rem;

  color: #333333;

  text-transform: capitalize;

  margin-right: 0.1rem;

  font-weight: bold;
}

.sx span {
  font-size: 0.16rem;

  color: #333333;

  transition: all 0.3s ease;
}

.sx_right a {
  justify-content: flex-end;
}

.sx .sx_left:hover span {
  color: var(--i_color) !important;
}

.sx .sx_left:hover p {
  color: var(--i_color) !important;
}

.sx .sx_left:hover iconify-icon {
  color: var(--i_color) !important;
}

.sx .sx_right:hover iconify-icon {
  color: var(--i_color) !important;
}

.sx .sx_right:hover p {
  color: var(--i_color) !important;
}

.sx .sx_right:hover span {
  color: var(--i_color) !important;
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1366px) {
}

@media screen and (max-width: 1200px) {
  .bottom_single_tags a {
    padding: 0.08rem 0.1rem;

    font-size: 0.14rem;
  }

  .bottom_single_tags {
    align-items: center;
  }
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 960px) {
}

@media screen and (max-width: 768px) {
  .sx {
    gap: 0.2rem 0;
  }

  .sx > div {
    width: 100%;
  }

  .sx a {
    flex-wrap: wrap;
  }

  .sx_right a {
    justify-content: normal;
  }

  .sx .sx_left span,
  .sx .sx_right span {
    font-size: 0.12rem;
  }

  .sx .sx_left iconify-icon,
  .sx .sx_right iconify-icon {
    display: none;
  }
}

@media screen and (max-width: 560px) {
}

@media screen and (max-width: 425px) {
  .bottom_single_tags {
    gap: 0;

    padding-bottom: 0.1rem;

    margin-bottom: 0.2rem;
  }
}

/* --------------------------------------Related Products------------------------------- */

.product_related_products {
  padding: 0.6rem 0;
}

.prp_maxbox {
  overflow: hidden;

  width: 100%;
}

.prp_contain {
  display: flex;

  flex-direction: column;

  padding: 0.5rem 0 0.6rem 0;
}

.prpc_list {
  position: relative;

  overflow: hidden;

  padding: 0.1rem 0 0.4rem 0;

  box-sizing: border-box;
}

.prpc_list .swiper-wrapper {
  display: -webkit-flex;

  display: flex;

  position: relative;

  width: 100%;

  padding: 0.05rem;
}

.prpc_list .swiper-slide {
  flex-shrink: 0;

  background: #fff;

  box-sizing: border-box;

  position: relative;

  overflow: hidden;

  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);

  transition: box-shadow 0.25s ease;

  -webkit-transition: box-shadow 0.25s ease;

  -moz-transition: box-shadow 0.25s ease;

  -ms-transition: box-shadow 0.25s ease;

  -o-transition: box-shadow 0.25s ease;
}

.prpc_list li span {
  display: block;

  width: 100%;

  position: relative;

  overflow: hidden;
}

.prpc_list li span::before {
  content: "";

  display: block;

  padding-bottom: 34%;
}

.prpc_list li span img {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: contain;

  -webkit-transition: all 0.5s ease;

  transition: all 0.5s ease;
}

.prpc_list_pagination {
  text-align: center;
}

/* 进度条容器 */

.prpc_list_pagination.swiper-pagination-progressbar {
  height: 2.59px;

  background: #e0e0e1;

  border-radius: 4px;

  overflow: hidden;

  top: auto;

  bottom: 0rem;

  width: 56.4%;

  left: 50%;

  transform: translateX(-50%);
}

/* 进度条填充 */

.prpc_list_pagination .swiper-pagination-progressbar-fill {
  background: var(--i_color);

  border-radius: 4px;
}

.prpc_list ul li {
  padding: 0.18rem 0.18rem 0 0.18rem;

  box-sizing: border-box;

  border: 1px solid #e5e5e5;

  border-radius: 0.04rem;

  cursor: pointer;
}

.prpc_list ul li:hover .hhpmc_info h3 {
  color: var(--i_color);
}

.prpc_list ul li:hover .hhpmcb_box {
  background-color: var(--i_color);

  width: 100%;
}

.prpc_list ul li:hover .hhpmc_btn .hhpmcb_box h3 {
  color: #fff;
}

.prpc_list ul li:hover .hhpmc_btn .hhpmcb_box img {
  filter: brightness(0) invert(1);
}

.prpc_list ul li span {
  position: relative;
  display: block;
}

.prpc_list ul li span::before {
  content: "";

  display: block;

  padding-bottom: 100%;
}

.prpc_list ul li a span img {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;
}

.prpc_list ul li a .hhpmc_info {
  padding: 0.24rem 0 0.24rem 0;

  box-sizing: border-box;
}

.prpc_list ul li a .hhpmc_info h3 {
  font-family: Arial;

  font-size: 0.2rem;

  font-weight: bold;

  line-height: normal;

  letter-spacing: 0em;

  color: #333333;

  /* margin-bottom: 0.24rem; */

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2; /* 显示两行 */

  overflow: hidden;
}

.prpc_list ul li a .hhpmc_info h4 {
  font-family: Arial;

  font-size: 16px;

  font-weight: normal;

  line-height: normal;

  letter-spacing: 0em;

  color: #333333;

  padding-left: 0.2rem;

  position: relative;
}

.prpc_list ul li a .hhpmc_info h4::before {
  position: absolute;

  left: 0;

  top: 50%;

  transform: translateY(-50%);

  content: "";

  display: block;

  width: 0.06rem;

  height: 0.06rem;

  background-color: #333;

  border-radius: 50%;
}

.prpc_list ul li a .hhpmc_info h4 i {
  color: #ff0000;
}

.prpc_list ul li a .hhpmc_btn {
  padding: 0.2rem 0;

  border-top: 1px solid rgba(51, 51, 51, 0.15);
}

.prpc_list ul li a .hhpmc_btn .hhpmcb_box {
  display: flex;

  justify-content: space-between;

  align-items: center;

  padding: 0 0.1rem;

  box-sizing: border-box;
}

.prpc_list ul li a .hhpmc_btn h3 {
  font-family: Arial;

  font-size: 0.18rem;

  color: #666666;

  margin: 0.1rem 0;
}

@media screen and (max-width: 1024px) {
  .prpc_list ul li a .hhpmc_btn {
    padding: 0.1rem 0;
  }

  .prpc_list ul li a .hhpmc_btn h3 {
    font-size: 0.16rem;
  }
}

@media screen and (max-width: 768px) {
  .prpc_list ul li {
    padding: 0.1rem 0.1rem 0 0.1rem;
  }

  .prpc_list ul li a .hhpmc_info {
    padding: 0.15rem 0 0.15rem 0;
  }

  .prpc_list ul li a .hhpmc_info h3 {
    font-size: 0.16rem;

    /* margin-bottom: 0.2rem; */
  }

  .prpc_list ul li a .hhpmc_info h4 {
    font-size: 0.14rem;
  }

  .prpc_list ul li a .hhpmc_btn h3 {
    font-size: 0.14rem;
  }
}

@media screen and (max-width: 560px) {
  .prpc_list ul li {
    width: 100%;
  }

  .product_related_products {
    padding: 0.3rem 0;
  }

  .prp_contain {
    padding: 0.2rem 0 0.6rem 0;
  }
}

@media screen and (max-width: 375px) {
}

/* --------------------------------------service.html---------------------------------- */

.service_our_service {
  padding: 0.6rem 0;
}

.sos_maxbox {
  overflow: hidden;
}

.sos_title {
  display: flex;

  justify-content: space-between;

  align-items: center;
}

.sos_title h3 {
  width: 25%;

  margin-bottom: 0;
}

.sos_title h4 {
  width: 74.1%;

  text-align: left;
}

.sos_bottom {
  padding: 1rem 0 0.6rem 0;
}

.sosb_box {
  box-sizing: border-box;

  display: flex;

  justify-content: space-between;
}

.sosb_info {
  width: 52.375%;
}

.sosb_info ul {
  display: flex;

  flex-direction: column;

  height: 100%;
}

.sosb_info ul li {
  flex: 1;

  display: flex;

  flex-direction: column;

  justify-content: center;

  cursor: pointer;

  border-bottom: 1px solid rgba(51, 51, 51, 0.2);

  padding: 0.3rem 0;

  box-sizing: border-box;

  transition:
    flex-grow 0.4s ease,
    padding 0.4s ease,
    background-color 0.3s ease;
}

.sosb_info ul li.active {
  flex: 1.3;

  display: flex;

  flex-direction: column;

  justify-content: space-around;
}

.sosb_info ul li.active {
  border-bottom: 1px solid var(--i_color);
}

.sosb_info ul li:hover h3 {
  color: var(--i_color);
}

.sosb_info ul li.active h3 {
  color: var(--i_color);

  transform: translateY(-0.05rem);
}

.sosb_info ul li.active h3 i {
  color: var(--i_color);
}

.sosb_info ul li h3 {
  font-family: Arial;

  font-size: 0.24rem;

  font-weight: bold;

  line-height: normal;

  text-transform: capitalize;

  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;

  color: #333333;

  transition:
    color 0.3s ease,
    transform 0.3s ease;
}

.sosb_info ul li h3 i {
  color: #999999;

  font-weight: bold;

  margin-right: 0.35rem;
}

.sosb_info ul li span {
  font-family: Arial;

  font-size: 0.18rem;

  font-weight: normal;

  line-height: 0.25rem;

  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;

  color: #666666;

  max-height: 0;

  opacity: 0;

  overflow: hidden;

  transition:
    max-height 0.4s ease,
    opacity 0.3s ease,
    margin-top 0.3s ease;
}

.sosb_info ul li.active span {
  max-height: 2rem; /* 给一个足够大的值 */

  opacity: 1;

  padding-left: 0.68rem;
}

.sosb_pic {
  width: 42.625%;

  position: relative;
}

.sosb_pic::before {
  content: "";

  display: block;

  padding-bottom: 62.11%;
}

.sosb_pic img {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;
}

.sosb_pic img {
  opacity: 0;

  filter: blur(8px);

  transform: scale(1.02);

  transition:
    opacity 0.4s ease,
    filter 0.4s ease,
    transform 0.5s ease;
}

.sosb_pic img.active {
  opacity: 1;

  filter: blur(0);

  transform: scale(1);
}

@media screen and (max-width: 1200px) {
  .sosb_info ul li h3 {
    font-size: 0.2rem;
  }

  .sosb_info ul li span {
    font-size: 0.16rem;

    line-height: 0.22rem;
  }

  .sosb_info ul li h3 i {
    margin-right: 0.2rem;
  }

  .sosb_info ul li.active span {
    padding-left: 0.5rem;
  }
}

@media screen and (max-width: 1024px) {
  .sos_bottom {
    padding: 0.3rem 0 0.3rem 0;
  }

  .sosb_box {
    display: block;
  }

  .sosb_info {
    width: 100%;

    margin-bottom: 0.2rem;
  }

  .sosb_pic {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .sos_title {
    display: block;
  }

  .sos_title h3 {
    width: 100%;

    margin-bottom: 0.2rem;
  }

  .sos_title h4 {
    width: 100%;

    text-align: center;
  }

  .sos_bottom {
    padding: 0;
  }
}

@media screen and (max-width: 560px) {
  .sosb_info ul li {
    padding: 0.2rem 0;
  }

  .sosb_info ul li h3 {
    font-size: 0.18rem;
  }

  .sosb_info ul li span {
    font-size: 0.14rem;

    line-height: 0.2rem;
  }

  .service_our_service {
    padding: 0.3rem 0;
  }

  .sosb_info ul li.active span {
    padding-left: 0.45rem;
  }
}

@media screen and (max-width: 375px) {
  .sosb_info ul li h3 {
    font-size: 0.16rem;
  }

  .sosb_info ul li span {
    font-size: 0.12rem;

    line-height: 0.15rem;
  }
}

/* -------------------------------------------Service Advantages------------------------- */

.service_advantage {
  padding: 0.6rem 0;

  background: url(static/images/service_advantage_bg.webp) no-repeat
    center/cover;
}

.sa_maxbox {
  overflow: hidden;
}

.sa_maxbox .p3_list {
  display: -webkit-flex;

  display: flex;

  flex-wrap: wrap;

  gap: 20px 2.75%;

  margin-top: 0.5rem;
}

.sa_maxbox .p3_list li {
  width: 31.5%;

  box-sizing: border-box;

  background: #fff;

  border-radius: 0.04rem;

  overflow: hidden;
}

.sa_maxbox .p3_list li a {
  height: 100%;

  display: flex;

  flex-direction: column;

  overflow: hidden;
}

.sa_maxbox .p3_list li .img {
  position: relative;

  padding-bottom: 69%;

  overflow: hidden;
}

.sa_maxbox .p3_list li .img img {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;

  -webkit-transition: all 0.5s ease;

  transition: all 0.5s ease;
}

.sa_maxbox .p3_list li .txt {
  padding: 0.2rem;

  padding-bottom: 0.35rem;

  box-sizing: border-box;

  position: relative;

  flex: 1;
}

.sa_maxbox .p3_list li .txt p {
  overflow: hidden;

  white-space: nowrap;

  text-overflow: ellipsis;

  -webkit-transition: all 0.5s ease;

  transition: all 0.5s ease;

  text-align: center;

  font-family: Arial;

  font-size: 0.26rem;

  font-weight: bold;

  text-align: center;

  text-transform: capitalize;

  letter-spacing: 0em;

  color: #333333;

  margin-bottom: 0.2rem;
}

.sa_maxbox .p3_list li .txt h6 {
  -webkit-transition: all 0.5s ease;

  transition: all 0.5s ease;

  font-family: Arial;

  font-size: 0.18rem;

  font-weight: normal;

  line-height: normal;

  text-align: center;

  letter-spacing: 0em;

  color: #333333;
}

.sa_maxbox .p3_list li .txt {
  position: relative;
}

.sa_maxbox .p3_list li .txt i {
  position: absolute;

  bottom: 0;

  left: 50%;

  transform: translate(-50%, 0);

  font-size: 1.8rem;

  font-weight: 900;

  color: var(--i_color);

  opacity: 0.12;

  /* z-index: -1; */
}

.sa_maxbox .p3_list li:hover img {
  -webkit-transform: scale(1.15, 1.15);

  transform: scale(1.15, 1.15);
}

.sa_maxbox .p3_list li:hover p {
}

@media screen and (max-width: 1440px) {
  .sa_maxbox .p3_list li i {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 1366px) {
  .sa_maxbox .p3_list li i {
    font-size: 1rem;
  }
}

@media screen and (max-width: 1200px) {
  .sa_maxbox .p3_list li i {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 1024px) {
  .sa_maxbox .p3_list li i {
    display: none;
  }

  .sa_maxbox .p3_list li {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .service_advantage {
    padding: 0.3rem 0;
  }
}

@media screen and (max-width: 560px) {
  .sa_maxbox .p3_list li .txt p {
    font-size: 0.2rem;
  }

  .sa_maxbox .p3_list li .txt h6 {
    font-size: 0.16rem;

    line-height: 0.25rem;
  }
}

@media screen and (max-width: 375px) {
  .sa_maxbox .p3_list li .txt p {
    font-size: 0.18rem;

    margin-bottom: 0.1rem;
  }

  .sa_maxbox .p3_list li .txt h6 {
    font-size: 0.14rem;

    line-height: 0.22rem;
  }
}

/* ---------------------------------------------How To Buy------------------------------ */

.service_how_to_by {
  padding: 0.6rem 0;
}

.process_list {
  display: -webkit-flex;

  display: flex;

  flex-wrap: nowrap;

  gap: 0 4%;
}

.process_list dt {
  width: 100%;

  position: relative;
}

.process_list dt:nth-child(even) {
  margin-top: 0.8rem;
}

.process_list dt::before {
  content: "";

  position: absolute;

  right: -0.7rem;

  top: 0.2rem;

  width: 1rem;

  height: 0.5rem;
}

.process_list dt:nth-child(odd)::before {
  background: url(static/images/service_how_to_by_down.webp) no-repeat center;

  background-size: contain;
}

.process_list dt:nth-child(even)::before {
  background: url(static/images/service_how_to_by_up.webp) no-repeat center;

  background-size: contain;
}

.process_list dt:last-child::before {
  display: none;
}

.process_list .icon {
  margin: 0 auto;

  margin-bottom: 0.4rem;

  width: 1rem;

  height: 1rem;

  -webkit-border-radius: 50%;

  border-radius: 50%;

  background: #fff;

  position: relative;

  overflow: hidden;

  box-shadow: rgba(0, 0, 0, 0.13) 0px 2px 38px 0px;

  display: -webkit-flex;

  display: flex;

  flex-wrap: wrap;

  justify-content: center;

  align-items: center;
}

.process_list .icon img {
  position: relative;

  -webkit-transition: all 0.5s ease;

  transition: all 0.5s ease;
}

.process_list .icon::before {
  content: "";

  position: absolute;

  right: 0;

  top: 0;

  width: 0;

  height: 100%;

  background: var(--i_color);

  -webkit-transition: all 0.5s ease;

  transition: all 0.5s ease;
}

.process_list .icon iconify-icon {
  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  font-size: 0.5rem;

  color: var(--i_color3);

  -webkit-transition: all 0.5s ease;

  transition: all 0.5s ease;
}

.process_list span {
}

.process_list dt span p {
  text-align: center;

  font-family: Arial;

  font-size: 0.2rem;

  font-weight: bold;

  line-height: normal;

  text-align: center;

  text-transform: uppercase;

  letter-spacing: 0em;

  color: #333333;
}

.process_list span h6 {
  margin-top: 0.18rem;

  font-family: Arial;

  font-size: 0.2rem;

  font-weight: normal;

  line-height: 0.3rem;

  text-align: center;

  letter-spacing: 0em;

  color: #666666;
}

.process_list dt:hover .icon img {
  filter: brightness(0) invert(1);
}

.process_list dt:hover .icon::before {
  right: initial;

  left: 0;

  width: 100%;
}

.process_list dt:hover .icon iconify-icon {
  color: #fff;
}

.process_list dt:hover p {
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .process_list dt .tc {
    text-align: start;
  }

  .process_list dt .icon img {
    height: 0.3rem;
  }

  .process_list {
    flex-wrap: wrap;

    gap: 0.24rem 0;
  }

  .process_list dt {
    margin-top: 0 !important;

    width: 100%;

    display: -webkit-flex;

    display: flex;

    flex-wrap: nowrap;

    align-items: center;
  }

  .process_list dt::before {
    display: none;
  }

  .process_list .icon {
    flex-shrink: 0;

    width: 0.7rem;

    height: 0.7rem;

    margin: 0 0;
  }

  .process_list .icon iconify-icon {
    font-size: 0.36rem;
  }

  .process_list span {
    margin-left: 0.2rem;
  }

  .process_list dt span p {
    font-size: 0.18rem;
  }

  .process_list span h6 {
    margin-top: 0.1rem;

    font-size: 0.16rem;

    line-height: 0.26rem;
  }
}

@media screen and (max-width: 768px) {
  .process_list span p {
    font-size: 17px;
  }
}

@media screen and (max-width: 560px) {
  .process_list .icon {
    width: 0.5rem;

    height: 0.5rem;
  }

  .process_list .icon iconify-icon {
    font-size: 0.26rem;
  }

  .process_list span p {
    font-size: 16px;
  }

  .process_list span h6 {
    font-size: 14px;
  }

  .process_list dt span p {
    font-size: 0.16rem;
  }

  .process_list span h6 {
    margin-top: 0.06rem;

    font-size: 0.14rem;

    line-height: 0.2rem;
  }

  .service_how_to_by {
    padding: 0.3rem 0;
  }
}

/* ----------------------------------------Frequently Asked Questions----------------------  */

.service_frequently_asked_questions {
  padding: 0.6rem 0;
}

.sfaq_maxbox {
}

.faq_title p {
  margin-top: 0.2rem;

  display: flex;

  justify-content: center;
}

.faq_title p a {
  font-family: Arial;

  font-weight: 400;

  font-size: 0.18rem;

  color: var(--i_color);

  text-decoration: underline;
}

.faq_ul {
  display: flex;

  display: -webkit-flex;

  flex-direction: column;

  gap: 0.3rem;

  margin-top: 0.4rem;
}

.faq_ul li {
}

.faq_q {
  background-color: #f7f7f7;

  box-sizing: border-box;

  padding: 0.2rem 0.3rem;

  border-radius: 0rem;

  display: flex;

  display: -webkit-flex;

  cursor: pointer;

  align-items: center;
}

.faq_q i {
  width: 0.42rem;

  height: 0.42rem;

  background: #fff;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 0.04rem;

  flex-shrink: 0;

  margin-right: 0.2rem;

  color: #9c9c9c;

  font-size: 0.22rem;

  font-family: Arial;
}

.faq_q h2 {
  font-size: 0.2rem;

  color: #333;

  font-weight: bold;

  width: calc(100% - 0.72rem);

  box-sizing: border-box;
}

.faq_a {
  display: flex;

  display: -webkit-flex;

  box-sizing: border-box;

  padding: 0.2rem 0.3rem;
}

.faq_a i {
  color: #fff;

  width: 0.42rem;

  height: 0.42rem;

  display: flex;

  align-items: center;

  justify-content: center;

  flex-shrink: 0;

  font-family: Arial;

  font-size: 0.22rem;

  background-color: var(--i_color);

  border-radius: 0.04rem;

  margin-right: 0.2rem;
}

.faq_a p {
  width: calc(100% - 0.4rem);

  font-size: 0.2rem;

  color: #666;

  line-height: 0.3rem;
}

.faq_q h3 {
  width: 0.4rem;

  height: 0.4rem;

  display: flex;

  display: -webkit-flex;

  justify-content: center;

  align-items: center;

  transition: all 0.3s ease;

  position: relative;
}

.faq_q h3::after {
  content: "";

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  width: 2px;

  height: 0.2rem;

  background-color: #333;

  transition: all 0.3s ease;
}

.faq_q h3::before {
  content: "";

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  height: 2px;

  width: 0.2rem;

  background-color: #333;
}

.faq_ul li.on .faq_q h3::after {
  height: 0 !important;

  /* background-color: #fff !important; */
}

.faq_ul li.on .faq_q h3::before {
  /* background-color: #fff !important; */
}

.faq_ul li.on .faq_q {
  /* background-color: #d62b1e; */
}

.faq_ul li.on .faq_q i {
  /* color: #fff; */
}

.faq_ul li.on .faq_q h2 {
  /* color: #fff !important; */
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1366px) {
}

@media screen and (max-width: 1200px) {
  .faq_bac {
    padding-bottom: 0.6rem;
  }

  .faq_q {
    padding: 0.15rem 0.3rem;
  }

  .faq_a p {
    font-size: 0.18rem;
  }
}

@media screen and (max-width: 1024px) {
  .faq_q h2 {
    font-size: 0.18rem;
  }
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 768px) {
  .faq_q h2 {
    font-size: 0.18rem;

    /* padding-left: 0.1rem; */
  }

  .faq_a p {
    /* padding-left: 0.1rem; */
  }

  .faq_q {
    padding: 0.2rem 0.4rem;
  }
}

@media screen and (max-width: 560px) {
  .service_frequently_asked_questions {
    padding: 0.3rem 0;
  }

  .faq_q {
    padding: 0.2rem;
  }

  .faq_a {
    padding: 0.2rem 0.3rem 0 0.3rem;
  }

  .faq_ul i {
    width: 0.3rem;

    height: 0.3rem;
  }

  .faq_q h2 {
    width: calc(100% - 0.3rem);

    font-size: 0.16rem;
  }

  .faq_a p {
    width: calc(100% - 0.3rem);
  }

  .faq_ul i {
    font-size: 0.16rem;
  }

  .faq_ul {
    gap: 0.2rem;
  }

  .faq_a p {
    font-size: 0.14rem;

    line-height: 0.2rem;
  }
}

@media screen and (max-width: 425px) {
  .faq_q {
    padding: 0.1rem 0.2rem;
  }

  .home_customers_like_title .home_customers_like_title_phone {
    font-size: 0.13rem;
  }

  .faq_q h2 {
    font-size: 0.14rem;
  }
}

/* -------------------------------------aboutUs.html------------------------------------------ */

/* ----------------------------------------about_company------------------------------------- */

.about_company {
  padding: 0.6rem 0;

  background: url(static/images/about_company_bg.webp) no-repeat center/cover;
}

.ac_maxbox {
}

.acm_top {
  display: flex;

  justify-content: space-between;

  margin-bottom: 0.5rem;
}

.acmt_info {
  width: 52%;
}

.acmt_info h3 {
  font-family: Arial;

  font-size: 0.4rem;

  font-weight: bold;

  line-height: 0.54rem;

  color: #333333;

  margin-bottom: 0.25rem;
}

.acmt_info h4 {
  font-family: Arial;

  font-size: 0.2rem;

  line-height: 0.36rem;

  color: #666666;
}

.acmt_data {
  width: 45%;

  display: flex;

  align-items: flex-end;
}

.acmt_data ul {
  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;

  gap: 1rem 0;
}

.acmt_data ul li {
  width: 48%;

  display: flex;

  flex-direction: column;

  align-items: flex-start;

  cursor: pointer;
}

.acmt_data ul li span {
  display: flex;

  align-items: center;

  margin-bottom: 0.1rem;
}

.acmt_data ul li span img {
  width: 0.6rem;

  height: 0.6rem;

  object-fit: contain;

  margin-right: 0.1rem;
}

.acmt_data ul li span i {
  font-family: Arial;

  font-weight: 700;

  font-size: 0.5rem;

  color: var(--i_color);
}

.acmt_data ul li span b {
  font-family: Arial;

  font-weight: 700;

  font-size: 0.24rem;

  color: var(--i_color);

  align-self: flex-end;

  padding-bottom: 0.1rem;
}

.acmt_data ul li h3 {
  font-family: Arial;

  font-size: 0.18rem;

  line-height: 0.3rem;

  color: #0798d7;
}

.acm_pic {
  width: 100%;
}

.acmp_box {
  position: relative;
}

.acmp_box::before {
  content: "";

  display: block;

  padding-bottom: 36%;
}

.acmp_box img {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;
}

@media screen and (max-width: 1200px) {
  .acmt_info h3 {
    font-size: 0.35rem;

    line-height: 0.5rem;

    margin-bottom: 0.2rem;
  }

  .acmt_info h4 {
    font-size: 0.18rem;

    line-height: 0.32rem;
  }

  .acmt_data ul li span i {
    font-size: 0.4rem;
  }
}

@media screen and (max-width: 1024px) {
  .acm_top {
    display: block;
  }

  .acmt_info {
    width: 100%;

    margin-bottom: 0.15rem;
  }

  .acmt_data {
    width: 100%;
  }

  .acmt_data ul {
    gap: 0.2rem;

    width: 100%;
  }

  .acmt_data ul li {
    width: calc((100% - 3 * 0.2rem) / 4);
  }
}

@media screen and (max-width: 768px) {
  .acmt_info h3 {
    font-size: 0.3rem;

    line-height: 0.4rem;

    margin-bottom: 0.1rem;
  }

  .acmt_info h4 {
    font-size: 0.16rem;

    line-height: 0.27rem;
  }

  .acmt_data ul li span img {
    width: 0.45rem;

    height: 0.45rem;

    object-fit: contain;

    margin-right: 0.1rem;
  }

  .acmt_data ul li span i {
    font-size: 0.3rem;
  }

  .acmt_data ul li span b {
    font-size: 0.2rem;

    padding-bottom: 0.05rem;
  }

  .acmt_data ul li h3 {
    font-size: 0.16rem;

    line-height: 0.25rem;
  }

  .acmt_data ul li span {
    margin-bottom: 0.05rem;
  }
}

@media screen and (max-width: 560px) {
  .about_company {
    padding: 0.3rem 0;
  }

  .acmt_info h3 {
    font-size: 0.24rem;

    line-height: 0.35rem;
  }

  .acmt_data ul li {
    width: calc((100% - 0.2rem) / 2);
  }

  .acm_top {
    margin-bottom: 0.3rem;
  }
}

.acmp_box i {
  display: block;

  width: 0.74rem;

  height: 0.74rem;

  border-radius: 50%;

  cursor: pointer;

  background: url("static/images/home_about_company_videobg1.webp") center
    no-repeat;

  background-size: contain;

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);
}

.i_v_btn1::before {
  content: "";

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

  border: 1px solid #fff;

  width: 100%;

  height: 100%;

  border-radius: 50%;

  opacity: 0;

  z-index: 2;

  animation: serv_one_border 2s 0s ease infinite;
}

.i_v_btn1 span {
  position: relative;
}

.i_v_btn1 span::before {
  content: "";

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

  border: 1px solid #fff;

  width: 100%;

  height: 100%;

  border-radius: 50%;

  opacity: 0;

  z-index: 2;
}

.i_v_btn1 span::after {
  content: "";

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

  border: 1px solid #fff;

  width: 100%;

  height: 100%;

  border-radius: 50%;

  opacity: 0;

  z-index: 2;
}

.i_v_btn1 span::before {
  animation: serv_one_border 1.5s 0s ease infinite;
}

.i_v_btn1 span::after {
  animation: serv_one_border 2.5s 0s ease infinite;
}

@keyframes serv_one_border {
  0% {
    opacity: 0;
  }

  5% {
    opacity: 1;
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 0;

    transform: translate(-50%, -50%) scale(1.5);

    -ms-transform: translate(-50%, -50%) scale(1.5);

    -o-transform: translate(-50%, -50%) scale(1.5);

    -webkit-transform: translate(-50%, -50%) scale(1.5);

    -moz-transform: translate(-50%, -50%) scale(1.5);
  }
}

@keyframes yuan {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@media screen and (max-width: 560px) {
  .acmp_box i {
    width: 0.5rem;

    height: 0.5rem;
  }
}

/* ---------------------------------Company Environment--------------------------------------- */

.about_company_environment {
  padding: 0 0 0.6rem 0;

  background: linear-gradient(
    180deg,
    rgba(0, 94, 184, 0.08) 0%,

    rgba(0, 94, 184, 0) 100%
  );
}

.ace_maxbox {
}

.acem_top {
  display: flex;

  justify-content: space-between;

  margin-bottom: 0.35rem;
}

.acemt_info {
  width: 46%;

  padding: 0.6rem 0 0 0;
}

.acemt_btn {
  margin-top: 0.2rem;
}

.acemts_b {
  background-color: transparent !important;
}

.acemt_pic {
  width: 46.25%;
}

.acemt_pic span {
  position: relative;
}

.acemt_pic span::before {
  content: "";

  display: block;

  padding-bottom: 46.8%;
}

.acemt_pic span img {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .acemt_pic {
    display: flex;

    flex-direction: column;

    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .acemt_pic {
    display: none;
  }

  .acemt_info {
    width: 100%;
  }

  .acemt_info .title_left h3 {
    text-align: center;
  }

  .acemt_info .title_left h4 {
    text-align: center;
  }

  .acemt_btn {
    display: flex;

    justify-content: flex-end;
  }
}

@media screen and (max-width: 560px) {
  .acemt_btn {
    display: none;
  }

  .acemt_info {
    padding: 0.3rem 0 0 0;
  }

  .acem_top {
    margin-bottom: 0.2rem;
  }

  .about_company_environment {
    padding: 0 0 0.3rem 0;
  }
}

.acem_contain {
  display: flex;

  flex-direction: column;

  padding: 0 0 0.6rem 0;
}

.acem_list {
  position: relative;

  overflow: hidden;

  padding: 0.1rem 0 0.4rem 0;

  box-sizing: border-box;
}

.acem_list .swiper-wrapper {
  display: -webkit-flex;

  display: flex;

  position: relative;

  width: 100%;

  padding: 0.05rem;
}

.acem_list .swiper-slide {
  flex-shrink: 0;

  background: #fff;

  box-sizing: border-box;

  position: relative;

  overflow: hidden;

  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);

  transition: box-shadow 0.25s ease;

  -webkit-transition: box-shadow 0.25s ease;

  -moz-transition: box-shadow 0.25s ease;

  -ms-transition: box-shadow 0.25s ease;

  -o-transition: box-shadow 0.25s ease;
}

.acem_list li span {
  display: block;

  width: 100%;

  position: relative;

  overflow: hidden;
}

.acem_list li span::before {
  content: "";

  display: block;

  padding-bottom: 114.5%;
}

.acem_list li span img {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;

  -webkit-transition: all 0.5s ease;

  transition: all 0.5s ease;
}

.acem_list {
  text-align: center;
}

/* 进度条容器 */

.acem_list_pagination.swiper-pagination-progressbar {
  height: 2.59px;

  background: #e0e0e1;

  border-radius: 4px;

  overflow: hidden;

  top: auto;

  bottom: 0rem;

  width: 56.4%;

  left: 50%;

  transform: translateX(-50%);
}

/* 进度条填充 */

.acem_list_pagination .swiper-pagination-progressbar-fill {
  background: var(--i_color);

  border-radius: 4px;
}

@media screen and (max-width: 560px) {
  .acem_contain {
    padding: 0 0 0.2rem 0;
  }

  .acem_list {
    padding: 0 0 0.25rem 0;
  }
}

/* -----------------------------Our Advantages------------------- */

.Rotation_Box {
  width: 100%;

  /* background: url(static/imgs/SellingPoints.webp) no-repeat center; */

  background-size: cover;

  position: relative;

  overflow: hidden;

  background: linear-gradient(180deg, #ffffff 0%, #f6f6f6 100%);
}

.Rotation_Box > img {
  position: absolute;

  left: 50%;

  bottom: -54%;

  transform: translateX(-50%);

  max-width: 100%;
}

.Rotation_Box .title_Box p {
  color: #fff;
}

.Rotation_Box .R_contentBox {
  width: 100%;

  position: relative;

  padding-bottom: 1.5rem;

  z-index: 20;
}

.Rotation_Box .Rc_list {
  width: 100%;

  display: flex;

  position: relative;

  flex-wrap: wrap;

  gap: 0.8rem 45%;

  padding-top: 0.5rem;

  z-index: 20;
}

.Rotation_Box .Rc_list li {
  width: 27.5%;

  cursor: pointer;

  z-index: 20;

  position: relative;
}

.Rotation_Box .Rc_list li::before {
  content: "";

  display: block;

  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  left: 0;

  background: rgba(0, 0, 0, 0.5);

  border-radius: 0.1rem;

  display: none;
}

.Rc_pic {
  width: 100%;

  height: 100%;

  object-fit: cover;

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  z-index: -1;

  border-radius: 0.1rem;

  display: none;
}

.Rotation_Box .Rc_list li h4 {
  color: #333;

  font-size: 0.3rem;

  font-weight: bold;

  transition: all 0.4s;

  position: relative;

  z-index: 10;
}

.Rotation_Box .Rc_list li p {
  color: #333;

  margin: 0.1rem 0;

  transition: all 0.4s;

  position: relative;

  z-index: 10;

  font-weight: bold;
}

.Rotation_Box .Rc_list li span {
  color: rgba(0, 0, 0, 0.5);

  transition: all 0.4s;

  position: relative;

  z-index: 10;
}

@media screen and (min-width: 1025px) {
  .Rotation_Box .Rc_list .Rc_black h4,
  .Rotation_Box .Rc_list .Rc_black p {
    color: var(--i_color);
  }
}

.Rotation_Box .Rc_imgs {
  width: 550px;

  height: 550px;

  border-radius: 50%;

  position: absolute;

  top: 0;

  left: 50%;

  transform: translateX(-50%);

  box-sizing: border-box;

  border: 6px solid #0798d7;
}

.Rotation_Box .Rc_imgs::before {
  width: 125%;

  height: 125%;

  content: "";

  display: block;

  background: url(static/images/yjt.webp) no-repeat center center;

  background-size: cover;

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%) rotate(var(--rotation, 0deg));

  transition: all 0.4s;

  z-index: 5;
}

.Rotation_Box .Rc_imgs .Rc_imgBox {
  width: 100%;

  height: 100%;

  position: relative;

  overflow: hidden;
}

.Rotation_Box .Rc_imgs .Rc_imgBox img {
  width: 100%;

  height: 100%;

  border-radius: 50%;

  object-fit: cover;

  position: absolute;

  top: 0;

  left: 0;

  opacity: 0;

  transition: all 0.6s;
}

.Rotation_Box .Rc_imgs .Rc_imgBox .imgBlock {
  opacity: 1;
}

.Rotation_Box .Rc_list li:nth-of-type(1) {
  text-align: right;
}

.Rotation_Box .Rc_list li:nth-of-type(2) {
  text-align: left;
}

.Rotation_Box .Rc_list li:nth-of-type(3) {
  text-align: right;
}

.Rotation_Box .Rc_list li:nth-of-type(4) {
  text-align: left;
}

@media screen and (max-width: 1440px) {
  .Rotation_Box .Rc_imgs {
    width: 480px;

    height: 480px;
  }

  .Rotation_Box > img {
    bottom: -45%;
  }
}

@media screen and (max-width: 1366px) {
  .Rotation_Box .Rc_imgs {
    width: 450px;

    height: 450px;
  }
}

@media screen and (max-width: 1200px) {
  .Rotation_Box > img {
    bottom: -37%;
  }

  .Rotation_Box .Rc_imgs {
    width: 400px;

    height: 400px;
  }
}

@media screen and (max-width: 1024px) {
  .Rotation_Box .wrap > h3::before {
    display: none;
  }

  .Rotation_Box > img {
    display: none;
  }

  .Rotation_Box .Rc_list {
    padding-top: 0;
  }

  .Rotation_Box .Rc_imgs {
    width: 300px;

    height: 300px;

    top: 10%;
  }

  .Rotation_Box .Rc_imgs::before {
    display: none;
  }

  .Rotation_Box > img {
    bottom: -11%;
  }

  .Rotation_Box .R_contentBox {
    padding-bottom: 0.5rem;
  }
}

@media screen and (max-width: 768px) {
  .Rotation_Box .R_contentBox {
    padding-bottom: 0;
  }

  .Rotation_Box .Rc_imgs {
    display: none;
  }

  .Rotation_Box .Rc_list {
    gap: 0.3rem 10%;
  }

  .Rotation_Box .Rc_list li {
    width: 100%;

    padding: 0.2rem;

    box-sizing: border-box;
  }

  .Rotation_Box .Rc_list li span {
    color: #fff;
  }

  .Rotation_Box .Rc_list li h4 {
    color: #fff;
  }

  .Rotation_Box .Rc_list li p {
    color: #fff;
  }

  .Rotation_Box .Rc_list li::before {
    display: block;
  }

  .Rc_pic {
    display: block;
  }

  .Rc_list li:nth-child(1) {
    order: 4;
  }

  .Rc_list li:nth-child(2) {
    order: 1;
  }

  .Rc_list li:nth-child(3) {
    order: 3;
  }

  .Rc_list li:nth-child(4) {
    order: 2;
  }

  .Rotation_Box .Rc_list li:nth-of-type(1) {
    text-align: right;
  }

  .Rotation_Box .Rc_list li:nth-of-type(2) {
    text-align: left;
  }

  .Rotation_Box .Rc_list li:nth-of-type(3) {
    text-align: left;
  }

  .Rotation_Box .Rc_list li:nth-of-type(4) {
    text-align: right;
  }
}

@media screen and (max-width: 560px) {
  .Rotation_Box .Rc_list li p {
    font-size: 0.15rem;
  }

  .Rotation_Box .Rc_list li span {
    font-size: 0.12rem;
  }
}

/* ----------------------------Global Customers------------------------------ */

.about_global_customers {
  padding: 0.6rem 0;
}

.agc_maxbox {
}

.agc_contain {
  display: flex;

  flex-direction: column;

  padding: 0 0 0.6rem 0;
}

.agc_list {
  position: relative;

  overflow: hidden;

  padding: 0.4rem 0;

  box-sizing: border-box;
}

.agc_list .swiper-wrapper {
  display: -webkit-flex;

  display: flex;

  position: relative;

  width: 100%;

  padding: 0.05rem;
}

.agc_list .swiper-slide {
  flex-shrink: 0;

  background: #fff;

  box-sizing: border-box;

  position: relative;

  overflow: hidden;

  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);

  transition: box-shadow 0.25s ease;

  -webkit-transition: box-shadow 0.25s ease;

  -moz-transition: box-shadow 0.25s ease;

  -ms-transition: box-shadow 0.25s ease;

  -o-transition: box-shadow 0.25s ease;
}

.agc_list li span {
  display: block;

  width: 100%;

  position: relative;

  overflow: hidden;
}

.agc_list li span::before {
  content: "";

  display: block;

  padding-bottom: 69.5%;
}

.agc_list li span p {
  background: rgba(243, 243, 243, 0.85);

  border-radius: 0 0.25rem 0 0;

  width: 100%;

  position: absolute;

  bottom: 0;

  left: 0;

  display: flex;

  align-items: center;

  justify-content: center;

  font-family: Arial;

  font-size: 0.18rem;

  color: #333333;

  opacity: 0;

  white-space: normal;

  text-align: center;

  padding: 0.1rem 0.2rem;

  box-sizing: border-box;
}

.agc_list .swiper-slide-active span p {
  opacity: 1;
}

.agc_list li span img {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;

  -webkit-transition: all 0.5s ease;

  transition: all 0.5s ease;
}

.agc_list {
  text-align: center;
}

/* 进度条容器 */

.agc_list_pagination.swiper-pagination-progressbar {
  height: 2.59px;

  background: #e0e0e1;

  border-radius: 4px;

  overflow: hidden;

  top: auto;

  bottom: 0rem;

  width: 56.4%;

  left: 50%;

  transform: translateX(-50%);
}

/* 进度条填充 */

.agc_list_pagination .swiper-pagination-progressbar-fill {
  background: var(--i_color);

  border-radius: 4px;
}

@media screen and (max-width: 1024px) {
  .agc_list li span p {
    font-size: 0.16rem;
  }
}

@media screen and (max-width: 768px) {
  .agc_list li span p {
    padding: 0.1rem;
  }
}

@media screen and (max-width: 560px) {
  .agc_contain {
    padding: 0.2rem 0 0.2rem 0;
  }

  .agc_list {
    padding: 0 0 0.25rem 0;
  }

  .about_global_customers {
    padding: 0.3rem 0;
  }

  .agc_list li span p {
    font-size: 0.14rem;
  }
}

/* -----------------------------------news.html------------------------------- */

.news_maxbox {
  padding: 0.6rem 0;
}

.nm_box {
}

.nmb_top {
}

.nmb_contain {
  margin-top: 0.5rem;
}

.nmb_top ul {
  display: flex;

  gap: 0.08rem;
}

.nmb_top ul li {
  padding: 0.2rem 0.4rem;

  font-family: Arial;

  font-size: 0.18rem;

  font-weight: bold;

  color: #333333;

  background: #f4f4f4;

  position: relative;

  cursor: pointer;
}

.nmb_top ul li a {
  color: #333333;
}

.nmb_top ul li::before {
  content: "";

  position: absolute;

  top: 100%;

  left: 50%;

  transform: translateX(-50%);

  width: 0;

  height: 0;

  border-left: 0.15rem solid transparent;

  border-right: 0.15rem solid transparent;

  border-top: 0.16rem solid var(--i_color);

  opacity: 0;
}

.nmb_top ul span {
  flex: 1;

  background: #f4f4f4;
}

.nmb_top ul li.active {
  background: var(--i_color);
}

.nmb_top ul li.active a {
  color: #fff;
}

.nmb_top ul li.active::before {
  opacity: 1;
}

.nmb_contain ul {
  display: flex;

  flex-direction: column;
}

.nmb_contain ul li {
  width: 100%;

  padding: 0.4rem 0;

  box-sizing: border-box;

  border-bottom: 1px solid rgba(51, 51, 51, 0.2);

  cursor: pointer;
}

.nmb_contain ul li:first-child {
  border-top: 1px solid rgba(51, 51, 51, 0.2);
}

.nmb_contain ul li:hover {
  border-bottom: 1px solid var(--i_color);
}

.nmb_contain ul li:hover .nmbc_info .nmbci_box span {
  background-color: var(--i_color);
}

.nmb_contain ul li:hover .nmbc_info .nmbci_box span img {
  filter: brightness(0) invert(1);
}

.nmb_contain ul li a {
  display: flex;

  justify-content: space-between;
}

.nmb_contain ul li .nmbc_pic {
  width: 17.5%;
}

.nmb_contain ul li .nmbc_pic span {
  position: relative;
}

.nmb_contain ul li .nmbc_pic span::before {
  content: "";

  display: block;

  padding-bottom: 62.5%;
}

.nmb_contain ul li .nmbc_pic span img {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;
}

.nmb_contain ul li .nmbc_info {
  width: 78.75%;
}

.nmbc_info .nmbci_h3 {
  font-family: Arial;

  font-size: 0.24rem;

  font-weight: bold;

  line-height: 0.26rem;

  color: #333333;

  margin-bottom: 0.15rem;

  white-space: nowrap;

  overflow: hidden;

  text-overflow: ellipsis;
}

.nmbc_info h4 {
  font-family: Arial;

  font-size: 0.16rem;

  line-height: 0.24rem;

  color: #666666;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;

  overflow: hidden;

  text-overflow: ellipsis;
}

.nmbc_info .nmbci_box {
  display: flex;

  align-items: center;

  justify-content: space-between;

  margin-top: 0.3rem;
}

.nmbc_info .nmbci_box h3 {
  font-family: Arial;

  font-size: 0.16rem;

  color: #666666;
}

.nmbc_info .nmbci_box span {
  width: 0.4rem;

  height: 0.4rem;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  border: 1px solid #666666;
}

.nmbc_info .nmbci_box span img {
  width: 0.13rem;

  height: 0.11rem;

  object-fit: contain;

  filter: grayscale(100%) brightness(20%);
}

@media screen and (max-width: 1024px) {
  .nmb_contain ul li {
    padding: 0.2rem 0;
  }

  .nmbc_info .nmbci_h3 {
    font-size: 0.18rem;

    line-height: 0.26rem;
  }

  .nmb_contain ul li .nmbc_pic {
    display: flex;

    flex-direction: column;

    justify-content: center;
  }

  .nmbc_info h4 {
    font-size: 0.14rem;

    line-height: 0.22rem;
  }

  .nmbc_info .nmbci_box {
    margin-top: 0.15rem;
  }

  .nmbc_info .nmbci_box h3 {
    font-size: 0.14rem;
  }

  .nmbc_info .nmbci_box span {
    width: 0.3rem;

    height: 0.3rem;
  }

  .nmbc_info .nmbci_box span img {
    width: 0.12rem;

    height: 0.1rem;
  }

  .nmb_top ul li {
    padding: 0.15rem 0.3rem;

    font-size: 0.16rem;
  }
}

@media screen and (max-width: 768px) {
  .nmb_contain ul li .nmbc_pic {
    width: 30.5%;
  }

  .nmb_contain ul li .nmbc_info {
    width: 66%;
  }
}

@media screen and (max-width: 560px) {
  .news_maxbox {
    padding: 0.3rem 0;
  }

  .nmb_top ul li {
    padding: 0.1rem 0.2rem;

    font-size: 0.14rem;
  }

  .nmb_top ul li::before {
    border-left: 0.1rem solid transparent;

    border-right: 0.1rem solid transparent;

    border-top: 0.11rem solid var(--i_color);
  }

  .nmbc_info .nmbci_h3 {
    font-size: 0.16rem;

    line-height: 0.24rem;

    margin-bottom: 0.05rem;
  }

  .nmbc_info .nmbci_box {
    margin-top: 0.05rem;
  }

  .nmbc_info .nmbci_box span {
    width: 0.25rem;

    height: 0.25rem;
  }

  .nmbc_info .nmbci_box span img {
    width: 0.1rem;

    height: 0.1rem;
  }

  .nmb_contain {
    margin-top: 0.3rem;
  }
}

/* ------------------------------------------contact.html--------------------------- */

.contact_gei_in_touch {
  padding: 0.6rem 0;

  background-color: #f0f6ff;
}

.cgit_maxbox {
  background: url(static/images/contact_get_in_touch_bg.webp) no-repeat
    center/cover;
}

.cgitm_contain {
  margin-top: 0.5rem;
}

.cgitm_contain ul {
  display: flex;

  gap: 0.5rem;
}

.cgitm_contain ul li {
  width: calc((100% - 3 * 0.5rem) / 4);

  background: #ffffff;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  padding: 0.4rem 0.4rem;

  box-sizing: border-box;

  cursor: pointer;
}

.cgitm_contain ul li:hover .cgitm_info h4 a {
  color: var(--i_color);
}

.cgitm_contain ul li img {
  width: 0.55rem;

  height: 0.55rem;

  object-fit: contain;

  margin-bottom: 0.4rem;
}

.cgitm_contain ul li .cgitm_info {
  width: 100%;
}

.cgitm_contain ul li .cgitm_info h3 {
  text-align: center;

  font-family: Arial;

  font-family: Arial;

  font-weight: 400;

  font-size: 0.16rem;

  color: #666666;

  margin-bottom: 0.05rem;
}

.cgitm_contain ul li .cgitm_info h4 a {
  font-family: Arial;

  font-weight: 400;

  font-size: 0.2rem;

  color: #333333;

  display: block;

  text-align: center;
}

@media screen and (max-width: 1440px) {
  .cgitm_contain ul li .cgitm_info h4 {
    font-size: 0.18rem;
  }
}

@media screen and (max-width: 1366px) {
}

@media screen and (max-width: 1024px) {
  .cgitm_contain ul {
    display: flex;

    gap: 0.2rem;

    overflow: hidden;

    flex-wrap: wrap;

    width: 100%;
  }

  .cgitm_contain ul li {
    width: calc((100% - 3 * 0.2rem) / 4);
  }

  .cgitm_contain ul li .cgitm_info h4 a {
    font-size: 0.16rem;
  }
}

@media screen and (max-width: 768px) {
  .cgitm_contain ul li {
    width: calc((100% - 2 * 0.2rem) / 3);
  }

  .cgitm_contain ul li .cgitm_info h3 {
    font-size: 0.14rem;
  }
}

@media screen and (max-width: 560px) {
  .cgitm_contain ul li {
    width: 100%;
  }

  .contact_gei_in_touch {
    padding: 0.3rem 0;
  }

  .cgitm_contain ul li img {
    width: 0.4rem;

    height: 0.4rem;

    margin-bottom: 0.4rem;
  }
}

/* ----------------------------------------------------Contact Us--------------------------------------- */

.contact_us {
  padding: 0.6rem 0;
}

.cu_maxbox {
  display: flex;

  justify-content: space-between;

  background-color: var(--i_color);

  min-height: 5.6rem;

  position: relative;

  overflow: hidden;
}

.cum_info {
  width: 33%;

  padding: 0.8rem 0 0 0.6rem;

  box-sizing: border-box;
}

.cum_form {
  width: 57.75%;

  padding: 0.7rem 0.5rem 0.8rem 0;

  box-sizing: border-box;
}

.cumi_title {
  width: 100%;
}

.cumi_title h3 {
  color: #fff;
}

.cumi_title h4 {
  color: #ffffff;
}

.cu_maxbox .contact_us_bg_left {
  position: absolute;

  bottom: -35%;

  left: -6%;
}

.cu_maxbox .contact_us_right {
  position: absolute;

  top: -35%;

  right: -6%;
}

@media screen and (max-width: 1440px) {
  .cu_maxbox .contact_us_bg_left {
    position: absolute;

    bottom: -45%;

    left: -10%;
  }
}

@media screen and (max-width: 1200px) {
  .cu_maxbox .contact_us_bg_left {
    position: absolute;

    bottom: -50%;

    left: -20%;
  }

  .cu_maxbox .contact_us_right {
    position: absolute;

    top: -40%;

    right: -10%;
  }
}

@media screen and (max-width: 1024px) {
  .cu_maxbox {
    display: block;
  }

  .cum_info {
    width: 100%;

    padding: 0.4rem;
  }

  .cum_info {
    width: 100%;
  }

  .cum_form {
    width: 100%;

    padding: 0.2rem;
  }
}

/* ---------------------------------contact_map------------------------------- */

.contact_map_bac {
  box-sizing: border-box;
}

.contact_map {
  height: 5.8rem;
}

.contact_map #simpleMap,
.contact_map .fluid-width-video-wrapper,
.contact_map iframe {
  width: 100%;

  height: 100% !important;
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1200px) {
  .contact_map {
    height: 5rem;
  }
}

@media screen and (max-width: 1024px) {
  .contact_map {
    height: 4.5rem;
  }
}

@media screen and (max-width: 960px) {
}

@media screen and (max-width: 767px) {
  .contact_map {
    height: 4rem;
  }
}

@media screen and (max-width: 560px) {
}

@media screen and (max-width: 425px) {
}

/* 表单 */

#wpforms-175 {
  --wpforms_input_height: 60px;

  --wpforms_textarea_height: 120px;

  --wpforms_input_font_size: 18px;

  width: 100%;
}

#wpforms-175 {
  margin: 0;

  padding: 0;
}

#wpforms-form-121 {
  width: 100%;

  position: relative;
}

/* 字段样式 */

#wpforms-175 .wpforms-field-container > .wpforms-field {
  width: 100%;

  padding: 0 1px 20px;

  margin: 0 0 6px;

  overflow-x: initial !important;

  position: relative;
}

#wpforms-175 .wpforms-field-container .wpforms-required-label {
  color: #d63637;
}

#wpforms-175-field_1::placeholder,
#wpforms-175-field_2::placeholder,
#wpforms-175-field_3::placeholder,
#wpforms-175-field_4::placeholder,
#wpforms-175-field_5::placeholder {
  color: #fff;

  opacity: 1;
}

#wpforms-175 .wpforms-field-container .wpforms-field > input,
#wpforms-175 .wpforms-field-container textarea {
  width: 100%;

  max-width: 100%;

  box-sizing: border-box;

  padding: 10px 20px !important;

  margin: 0 0;

  border: 1px solid #ccc;

  background: #fff;

  font-size: var(--wpforms_input_font_size);

  line-height: 1.4;

  color: #fff;
}

#wpforms-175 .wpforms-field-container .wpforms-field > input {
  height: var(--wpforms_input_height);

  background: rgba(255, 255, 255, 0.25);

  border: none;
}

#wpforms-175 .wpforms-field-container textarea {
  height: var(--wpforms_textarea_height);

  background: rgba(255, 255, 255, 0.25);

  border: none;
}

#wpforms-175 input::placeholder,
#wpforms-175 textarea::placeholder {
  color: #fff;

  font-size: var(--wpforms_input_font_size);

  line-height: 1.4;
}

#wpforms-175 .wpforms-field-container .wpforms-field > input:hover,
#wpforms-175 .wpforms-field-container textarea:hover,
#wpforms-175 .wpforms-field-container .wpforms-field > input:focus,
#wpforms-175 .wpforms-field-container textarea:focus {
  border-color: var(--i_color);
}

/* 验证错误提示 */

#wpforms-175 label.wpforms-error,
#wpforms-175 em.wpforms-error {
  position: absolute;

  left: 0;

  bottom: 0;

  font-size: 13px;

  color: #d63637;
}

/* 隐藏 Label 标签 */

#wpforms-175 .wpforms-field-container .wpforms-field-label {
  height: 0;

  font-size: 0;

  margin: 0 0;
}

#wpforms-175 .wpforms-field-container .wpforms-required-label {
  position: absolute;

  top: 10px;

  left: 10px;

  font-size: 16px;

  font-weight: bold;
}

/* 输入框水平排列，一行两个 */

#wpforms-175 .wpforms-field-container {
  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;
}

#wpforms-175-field_1-container,
#wpforms-175-field_2-container,
#wpforms-175-field_3-container,
#wpforms-175-field_4-container {
  width: 49% !important;
}

#wpforms-175-field_5-container {
  width: 100% !important;
}

/* 提交按钮样式 */

#wpforms-175 .wpforms-submit-container {
  width: 100%;

  padding: 0 0;

  position: relative;

  overflow: hidden;

  display: flex;

  justify-content: left;
}

#wpforms-175 .wpforms-submit-container button {
  width: 2.26rem;

  height: 0.56rem;

  font-size: 0.2rem;

  color: var(--i_color);

  font-weight: bold;

  background: #fff;

  border: none;
}

#wpforms-175 .wpforms-submit-container img {
  position: absolute;

  top: 50%;

  transform: translate(0, -50%);

  right: 4px;

  z-index: 2;
}

#wpforms-175 .wpforms-submit-container button:hover {
  background: var(--i_color);

  color: #fff;

  border: #fff 1px solid;
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1366px) {
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1024px) {
  #wpforms-175 {
    --wpforms_input_height: 48px;

    --wpforms_textarea_height: 120px;

    --wpforms_input_font_size: 16px;

    width: 100%;
  }

  #wpforms-175 .wpforms-submit-container {
    margin: 0.2rem auto 0;
  }

  #wpforms-175-field_1-container,
  #wpforms-175-field_2-container,
  #wpforms-175-field_3-container,
  #wpforms-175-field_4-container {
    width: 49% !important;
  }

  #wpforms-175-field_5-container,
  #wpforms-175-field_6-container {
    width: 100% !important;
  }

  #wpforms-175 .wpforms-submit-container button {
    width: 40%;
  }
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 768px) {
  #wpforms-175 {
    --input_height: 0.5rem;
  }
}

@media screen and (max-width: 560px) {
  #wpforms-175-field_1-container,
  #wpforms-175-field_2-container,
  #wpforms-175-field_3-container,
  #wpforms-175-field_4-container,
  #wpforms-175-field_5-container,
  #wpforms-175-field_6-container {
    width: 100% !important;
  }

  #wpforms-175 .wpforms-submit-container button {
    width: 100%;
  }

  #wpforms-175 {
    --wpforms_input_height: 48px;

    --wpforms_textarea_height: 120px;

    --wpforms_input_font_size: 14px;

    width: 100%;
  }
}

@media screen and (max-width: 425px) {
}

.hide {
  display: none !important;
}
