@charset "utf-8";

:root {
  --i_color: #38b6ff;

  /* 全局颜色 */

  --i_color2: #fff;

  /* 副颜色 */

  --top_h: 0.9rem;

  --header_height: 0.9rem;

  /* 顶部高度 */

  --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%);
}

@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: 1500px;

  margin-left: auto;

  margin-right: auto;
}

.wrap_l {
  display: block;

  box-sizing: border-box;

  padding-left: 11%;
}

.wrap02 {
  width: 1500px;

  max-width: 94vw;

  margin-left: auto;

  margin-right: auto;
}

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

    max-width: none;
  }
}

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

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

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

@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 a {
  font-size: 0.14rem;

  color: #ffffff;
}

@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 a {
    font-size: 0.13rem;
  }

  .top_info {
    display: none;
  }
}

@media screen and (max-width: 560px) {
  /* .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 a {
    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 {
  display: flex;

  justify-content: center;
}

.public_btn a {
  background: linear-gradient(105deg, #475af9 8%, #47c1f9 86%);

  border-radius: 4.94rem;

  padding: 0.13rem 0.3rem;

  color: #fff;

  display: flex;

  align-items: center;

  width: fit-content;

  font-size: 0.18rem;

  font-weight: bold;

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background-position 0.6s ease;

  /* background-size: 200% 200%; */
}

.public_btn a:hover {
  transform: translateY(-0.04rem);

  box-shadow: 0 0.12rem 0.3rem rgba(71, 122, 249, 0.35);

  background-position: 100% 50%;
}

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

  width: 0.142rem;

  height: 0.138rem;

  object-fit: contain;
}

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

    font-size: 0.14rem;
  }
}

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

/* --------------------------------------------public_top---------------------------------------- */

.public_top {
  display: flex;

  flex-direction: column;

  align-items: center;
}

.public_top h3 {
  font-family: Arial;

  font-weight: 700;

  font-size: 0.44rem;

  color: #333333;

  margin-bottom: 0.2rem;

  display: flex;

  align-items: center;
}

.public_top h3 span {
  color: #38b6ff;

  margin-left: 0.1rem;
}

.public_top h4 {
  font-family: Arial;

  font-size: 0.18rem;

  color: #666666;

  line-height: 0.26rem;
}

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

    margin-bottom: 0.15rem;
  }

  .public_top h4 {
    font-size: 0.16rem;

    line-height: 0.24rem;
  }
}

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

@media screen and (max-width: 560px) {
  .public_top h3 {
    font-size: 0.22rem;
  }

  .public_top h4 {
    font-size: 0.15rem;

    line-height: 0.22rem;
  }
}

/* --------------------------------------------------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;

  height: 100%;

  box-shadow: 0 8px 16px -8px rgba(0, 0, 0, 0.15);
}

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

  display: flex;

  flex-wrap: wrap;

  align-items: center;

  height: 100%;
}

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

	.top_cont{background: #373737;}

} */

/* logo */

.logo {
  display: -webkit-flex;

  height: 59%;
}

.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;
  }
}

@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: 0.8rem;

    display: -webkit-flex;

    display: flex;

    flex-wrap: nowrap;

    gap: 0 0.72rem;

    z-index: 2014;
  }

  .i_nav > li {
    position: relative;
  }

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

    position: absolute;

    left: 50%;

    bottom: 0;

    width: 0;

    height: 3px;

    transform: translateX(-50%);

    background: var(--i_color);

    -webkit-transition: all 0.5s ease;

    transition: all 0.5s ease;

    /* 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: 100%;
  }

  .i_nav > li > a {
    display: block;

    font-size: 18px;

    color: #333;

    /* line-height: var(--top_h); */

    line-height: 0.32rem;

    white-space: nowrap;

    box-sizing: border-box;

    font-weight: bold;
  }

  .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 {
    /* background-color: var(--i_color); */

    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;

    top: calc(100% + 0.15rem);
  }

  .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: #979797;
  }

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

    top: 0;

    left: 100%;

    background: #979797;

    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: #acacac;
  }
}

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

@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: calc(var(--top_h) + 0.44rem);

    left: 0;

    width: 100%;

    width: 100vw;

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

    background: #fff;

    overflow-y: auto;

    z-index: 2;
  }

  /*滚动条*/

  .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;
  }
}

@media screen and (max-width: 768px) {
  .i_nav {
    top: calc(var(--top_h));
  }
}

/* 移动端导航按钮 */

.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 {
  display: -webkit-flex;

  display: flex;

  flex-wrap: nowrap;

  align-items: center;

  margin-left: auto;

  gap: 0 0.3rem;
}

/* search */

.top_search_btn {
  display: none;
}

.search_cont {
  --search_height: 0.46rem;

  position: relative;
}

.search_cont::before {
  content: "";

  position: absolute;

  top: 50%;

  right: -0.15rem;

  transform: translateY(-50%);

  width: 2px;

  height: 60%;

  background-color: #d1d4d5;
}

.search_cont form {
  width: 1.96rem;

  display: -webkit-flex;

  display: flex;

  flex-wrap: wrap;

  box-sizing: border-box;

  -webkit-border-radius: 4px;

  border-radius: 4px;

  overflow: hidden;

  border-radius: 1.08rem;

  background: rgba(7, 37, 79, 0.06);
}

.search_ipt {
  width: calc(100% - var(--search_height));

  height: var(--search_height);

  box-sizing: border-box;

  padding: 0 0.1rem 0 0.12rem;

  background: none;

  font-size: 0.18rem;

  color: #333;
}

.search_btn {
  font-size: 0;

  width: var(--search_height);

  height: var(--search_height);

  /* background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%2307254f' d='M456.69%20421.39L362.6%20327.3a173.81%20173.81%200%200%200%2034.84-104.58C397.44%20126.38%20319.06%2048%20222.72%2048S48%20126.38%2048%20222.72s78.38%20174.72%20174.72%20174.72A173.81%20173.81%200%200%200%20327.3%20362.6l94.09%2094.09a25%2025%200%200%200%2035.3-35.3ZM97.92%20222.72a124.8%20124.8%200%201%201%20124.8%20124.8a124.95%20124.95%200%200%201-124.8-124.8Z'/%3E%3C/svg%3E")

    no-repeat center; */

  background-size: 0.2rem;

  cursor: pointer;
}

@media screen and (max-width: 1366px) {
  .search_cont form {
    width: 1.6rem;
  }
}

@media screen and (max-width: 1200px) {
  .top_search_btn {
    display: -webkit-flex;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    height: var(--header_height);

    cursor: pointer;

    position: relative;
  }

  .top_search_btn iconify-icon {
    font-size: 0.24rem;

    color: #333;
  }

  .search_cont {
    --search_height: 0.4rem;
  }

  .search_cont {
    opacity: 0;

    visibility: hidden;

    position: fixed;

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

    left: 0;

    width: 100%;

    background: #f5f6f7;

    box-sizing: border-box;

    padding: 0.2rem 0;

    -webkit-transition: all 0.5s ease;

    transition: all 0.5s ease;
  }

  .search_cont.on {
    opacity: 1;

    visibility: visible;

    top: calc(var(--header_height) + 0.44rem);
  }

  .search_cont form {
    width: 90%;

    max-width: 500px;

    margin-left: auto;

    margin-right: auto;

    border-color: #979797;
  }

  .search_ipt {
    font-size: 13px;
  }

  .search_btn {
    background-color: transparent;
  }
}

@media screen and (max-width: 1024px) {
  .logo {
    height: 70%;

    padding-bottom: 0;
  }

  .top_language_btn::before {
    display: none;
  }

  .search_cont {
    --search_height: 0.34rem;
  }

  .search_cont {
    padding: 0.14rem 0;

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

  .top_search_btn iconify-icon {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .search_cont.on {
    top: var(--header_height);
  }
}

.top_language {
  position: relative;
}

.top_language_btn {
  display: -webkit-flex;

  display: flex;

  flex-wrap: wrap;

  align-items: center;

  height: var(--header_height);

  padding-right: 0.2rem;

  cursor: pointer;

  position: relative;
}

.top_language_btn::after {
  content: "";

  position: absolute;

  top: 50%;

  right: 0.05rem;

  transform: translateY(-50%);

  width: 0;

  height: 0;

  border-left: 5px solid transparent;

  border-right: 5px solid transparent;

  border-top: 6px solid #333; /* 颜色 */
}

.top_language_btn p {
  font-size: 18px;

  color: #333;
}

.top_language_btn img {
  width: 0.22rem;

  height: 0.22rem;

  margin-right: 0.05rem;
}

.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: #006bb8;

  -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: #333;
}

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

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

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

  .top_language_btn::before,
  .top_language_btn::after {
    display: none;
  }

  .top_language_btn img {
    width: 0.2rem;

    height: 0.2rem;
  }
}

@media screen and (max-width: 1024px) {
  .top_language_btn img {
    width: 0.2rem;

    height: 0.2rem;
  }

  .language_list dt > h6 {
    font-size: 15px;
  }

  .lang_list a {
    padding: 2px 0;
  }

  .lang_list .trp-ls-language-name {
    padding-left: 20px;
  }

  .lang_list .trp-ls-language-name::before {
    width: 14px;

    height: 14px;
  }

  .lang_list .trp-ls-language-name::after {
    left: 4px;
  }
}

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

.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;

  padding: 0.8rem 0;
}

.footer_topMaxBox .footer_menuUl {
  display: flex;

  height: 100%;

  gap: 1rem;
}

.footer_menuUl li:nth-child(1) {
  flex: 3;
}

.footer_menuUl li:nth-child(2) {
  flex: 1;
}

.footer_menuUl li:nth-child(3) {
  flex: 1;
}

.footer_menuUl li:nth-child(4) {
  flex: 2;
}

.footer_menuUl > li h3 {
  font-family: Arial;

  font-size: 0.18rem;

  font-weight: bold;

  color: #ffffff;

  display: flex;

  align-items: center;

  margin-bottom: 0.2rem;
}

.footer_menuUl > li h3 img {
  width: 0.7rem;

  height: 0.7rem;

  object-fit: cover;

  margin-right: 0.1rem;
}

.footer_menuUl > li h4 {
  font-family: Arial;

  font-size: 0.16rem;

  font-weight: normal;

  line-height: 0.26rem;

  color: rgba(255, 255, 255, 0.8);

  margin-bottom: 0.6rem;
}

.footer_menuUl > li span {
  display: flex;

  gap: 0.25rem;
}

.footer_menuUl > li span a {
  background-color: #484849;

  width: 0.44rem;

  height: 0.44rem;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 50%;
}

.footer_menuUl > li span a iconify-icon {
  font-size: 0.2rem;
}

.footer_menuUl > li span a:hover {
  background-color: var(--i_color);
}

.footer_menuUl > li span a:hover iconify-icon {
  color: #fff !important;
}

.footer_menuUl > li h2 {
  font-family: Arial;

  font-size: 0.24rem;

  font-weight: bold;

  color: #38b6ff;

  line-height: 0.7rem;
}

.footer_sedUl li {
  display: flex;

  flex-direction: column;

  gap: 0.2rem;
}

.fs_lastul li {
  display: flex;

  flex-direction: row;

  align-items: flex-start;
}

.footer_sedUl li a {
  font-family: Arial;

  font-size: 0.18rem;

  line-height: 0.4rem;

  color: rgba(255, 255, 255, 0.8);
}

.footer_sedUl li a:hover {
  color: var(--i_color);

  text-decoration: underline;
}

.footer_sedUl li i {
  height: 0.4rem;

  display: flex;

  align-items: center;
}

.footer_sedUl li i img {
  width: 0.22rem;

  height: 0.22rem;

  object-fit: cover;
}

.footer_bottomMaxBox {
  padding: 0.3rem 0;

  background: #232323;

  color: rgba(255, 255, 255, 0.6);

  display: flex;

  align-items: center;

  font-size: 0.16rem;

  border-radius: 0.5rem 0.5rem 0px 0px;
}

.footer_bottomMaxBox .wrap a {
  color: rgba(255, 255, 255, 0.6);

  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;
  }
}

@media screen and (max-width: 1024px) {
  .footer_menuUl > li:nth-child(2),
  .footer_menuUl > li:nth-child(3) {
    display: none;
  }

  .footer_topMaxBox {
    padding: 0.4rem 0;
  }

  .footer_menuUl > li h4 {
    margin-bottom: 0.3rem;
  }
}

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

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

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

  .footer_bottomMaxBox {
    font-size: 0.14rem;

    padding: 0.1rem 0;

    border-radius: 0;
  }

  .footer_menuUl > li h3 img {
    width: 0.5rem;

    height: 0.5rem;
  }

  .footer_menuUl > li h4 {
    font-size: 0.14rem;

    line-height: 0.22rem;
  }

  .footer_sedUl li a {
    font-size: 0.18rem;

    line-height: 0.25rem;
  }

  .footer_sedUl li a {
    font-size: 0.16rem;

    line-height: 0.25rem;
  }

  .fs_lastul li {
    align-items: center;
  }
}

/* -----------------------------------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: 44%;

  /* 设置比例 */

  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: #333;

  -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: 19%;

  left: 50%;

  transform: translateX(-50%);

  z-index: 3;

  text-align: center;

  width: 71.45%;
}

.b_text1_text {
  font-size: 0.52rem;

  font-weight: bold;

  color: #ffffff;

  line-height: 0.64rem;

  margin-bottom: 0.2rem;
}

.b_text1_des {
  font-size: 0.28rem;

  font-weight: bold;

  line-height: 0.42rem;

  text-align: center;

  color: #ffffff;
}

.b_text1_btn {
  margin-top: 0.6rem;
}

.b_text1_btn a {
}

.b_text1_btn a .banner_right_bg {
}

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

  .b_text1_des {
    font-size: 0.26rem;

    line-height: 0.4rem;
  }
}

@media screen and (max-width: 1366px) {
  .b_text1_text {
    font-size: 0.45rem;
  }
}

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

    line-height: 0.54rem;
  }

  .b_text1_des {
    font-size: 0.24rem;

    line-height: 0.35rem;
  }

  .b_text1 {
    top: 23%;
  }

  .b_text1_btn {
    margin-top: 0.3rem;
  }
}

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

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

  .b_text1_text {
    font-size: 0.3rem;

    line-height: 0.4rem;
  }

  .b_text1_des {
    font-size: 0.2rem;

    line-height: 0.3rem;
  }
}

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

  .b_text1_des {
    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_text {
    font-size: 0.2rem;

    line-height: 0.26rem;
  }

  .b_text1 {
    top: 20%;

    width: 80%;
  }

  .b_text1_btn {
    display: none;
  }
}

@media screen and (max-width: 320px) {
  .b_text1_text {
    font-size: 0.16rem;

    line-height: 0.26rem;
  }

  .b_text1 {
    top: 20%;
  }

  .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.6rem 0;
}

.hpc_maxbox {
}

.hpcm_top {
  display: flex;

  align-items: center;

  justify-content: space-between;

  margin-bottom: 0.5rem;
}

.hpcm_title {
  align-items: flex-start;

  width: 80%;
}

.hpcm_title h3 img {
  width: 0.66rem;

  height: 0.66rem;

  object-fit: cover;

  margin-right: 0.1rem;
}

.hpcm_btn {
  width: 20%;

  display: flex;

  justify-content: flex-end;
}

.hpcm_contain {
  display: flex;

  justify-content: space-between;

  box-sizing: border-box;

  width: 100%;
}

.hpcmc_leftbox {
  width: 40.33%;

  position: relative;

  box-sizing: border-box;
}

.hpcmc_leftbox::before {
  content: "";

  display: block;

  padding-bottom: 116.5%;
}

.hpcmcl_topinfo {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 65.2%;

  background: #f2f2f2;
}

.hpcmcl_topinfo h3 {
  font-family: Arial;

  font-size: 0.28rem;

  font-weight: bold;

  color: #333333;

  padding: 0.28rem 0 12.5% 0.36rem;

  box-sizing: border-box;
}

.hpcmc_leftbox:hover .hpcmcl_topinfo h3 {
  color: #38b6ff;
}

.hpcmc_leftbox:hover .hpcmcl_btn {
  background: linear-gradient(105deg, #475af9 8%, #47c1f9 86%);

  border: none;

  color: #fff;
}

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

.hpcmc_leftbox:hover .hpcmcl_criclebg {
  content: url("static/images/home_categories_cricle_activebg.webp");
}

.hpcmcl_criclebg {
  position: absolute;

  bottom: 0;

  right: 0;

  width: 53.71%;

  height: 53.71%;

  object-fit: contain;
}

.hpcmcl_testbg1 {
  position: absolute;

  bottom: 5.6%;

  right: 0;

  width: 86.28%;

  height: 52.84%;

  object-fit: contain;
}

.hpcmc_rightbox {
  width: 58%;

  box-sizing: border-box;
}

.hpcmc_rightbox ul {
  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;

  gap: 0.2rem 0;
}

.hpcmc_rightbox ul li {
  width: 48.62%;

  position: relative;
}

.hpcmc_rightbox ul li::before {
  content: "";

  display: block;

  padding-bottom: 80.5%;
}

.hpcmcr_topinfo {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 70.58%;

  background: #f2f2f2;
}

.hpcmcl_btn {
  background: transparent;

  color: #666666;

  box-sizing: border-box;

  border: 1px solid #666666;

  border-radius: 4.94rem;

  padding: 0.13rem 0.3rem;

  color: #666666;

  display: flex;

  align-items: center;

  width: fit-content;

  font-size: 0.18rem;

  font-weight: bold;

  margin: 0 0 0 0.36rem;
}

.hpcmcl_btn img {
  margin-left: 0.16rem;

  width: 0.142rem;

  height: 0.138rem;

  object-fit: contain;

  filter: brightness(0) saturate(100%) invert(40%) sepia(0%) saturate(0%)
    brightness(40%);
}

.hpcmcr_criclebg {
  position: absolute;

  bottom: 0;

  right: 0;

  width: 51.77%;

  height: 53.71%;

  object-fit: contain;
}

.hpcmcr_testbg1 {
  position: absolute;

  bottom: 0;

  right: 0;

  width: 68.55%;

  height: 64.4%;

  object-fit: contain;
}

.hpcmcr_topinfo h3 {
  font-family: Arial;

  font-size: 0.28rem;

  font-weight: bold;

  line-height: normal;

  text-transform: capitalize;

  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;

  color: #333333;

  padding: 8.2% 0 10% 5.6%;
}

.hpcmc_rightbox ul li a:hover .hpcmcr_topinfo h3 {
  color: #38b6ff;
}

.hpcmc_rightbox ul li a:hover .hpcmcl_btn {
  background: linear-gradient(105deg, #475af9 8%, #47c1f9 86%);

  border: none;

  color: #fff;
}

.hpcmc_rightbox ul li a:hover .hpcmcl_btn img {
  filter: brightness(0) invert(1);
}

.hpcmc_rightbox ul li a:hover .hpcmcr_criclebg {
  content: url("static/images/home_categories_cricle_activebg.webp");
}

@media screen and (max-width: 1024px) {
  .hpc_maxbox .hpcm_title h3 img {
    width: 0.6rem;

    height: 0.6rem;
  }

  .hpcm_contain {
    display: block;
  }

  .hpcmc_leftbox {
    width: 100%;

    margin-bottom: 0.2rem;
  }

  .hpcmc_leftbox::before {
    content: "";

    display: block;

    padding-bottom: 43.5%;
  }

  .hpcmcl_topinfo h3 {
    font-size: 0.28rem;

    padding: 0.28rem 0 4% 0.36rem;

    box-sizing: border-box;
  }

  .hpcmcl_criclebg {
    width: 24.71%;

    height: 56.71%;

    object-fit: cover;
  }

  .hpcmcl_testbg1 {
    width: 40.28%;

    height: 66.84%;

    object-fit: cover;
  }

  .hpcmc_rightbox {
    width: 100%;
  }

  .hpcmcr_topinfo h3 {
    padding: 8.2% 0 5% 5.6%;

    box-sizing: border-box;
  }

  .hpcmcl_btn {
    padding: 0.1rem 0.25rem;

    font-size: 0.16rem;

    box-sizing: border-box;
  }
}

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

  .hpc_maxbox .hpcm_title {
    width: 100%;

    align-items: center;
  }

  .hpc_maxbox .hpcm_btn {
    width: 100%;
  }

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

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

@media screen and (max-width: 560px) {
  .hpcmc_leftbox::before {
    padding-bottom: 80%;
  }

  .home_product_categories {
    padding: 0.3rem 0;
  }

  .hpc_maxbox .hpcm_title h3 img {
    width: 0.45rem;

    height: 0.45rem;
  }

  .hpcmcl_topinfo h3 {
    font-size: 0.22rem;

    padding: 0.15rem 0 4% 0.2rem;

    box-sizing: border-box;
  }

  .hpcmcl_btn {
    padding: 0.08rem 0.2rem;

    font-size: 0.14rem;
  }

  .hpcmc_rightbox ul li {
    width: 100%;

    position: relative;
  }

  .hpcmcr_topinfo h3 {
    font-size: 0.22rem;

    padding: 0.15rem 0 4% 0.2rem;
  }

  .hpcmcl_testbg1 {
    width: 61.55%;

    height: 54%;

    object-fit: cover;
  }

  .hpcmcl_criclebg {
    width: 49.71%;

    height: 64.71%;

    object-fit: cover;
  }
}

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

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

  padding: 0.6rem 0;
}

.hhp_maxbox {
  overflow: hidden;
}

.hhp_title h3 {
  color: #fff;
}

.hhp_title h4 {
  color: #fff;

  margin-bottom: 0.36rem;
}

.home_hot_products_contain {
  margin-top: 0.4rem;

  position: relative;

  overflow: hidden;

  box-sizing: border-box;

  width: 100%;

  padding-bottom: 0.6rem;
}

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

  display: flex;

  position: relative;

  width: 100%;

  padding: 0.05rem;
}

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

  background: #fff;

  box-sizing: border-box;

  position: relative;

  overflow: hidden;
}

.home_hot_pagination {
  text-align: center;
}

/* 进度条容器 */

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

  background: #999999;

  border-radius: 4px;

  overflow: hidden;

  top: auto !important;

  bottom: 0rem;

  width: 56.4%;

  left: 50%;

  transform: translateX(-50%);
}

/* 进度条填充 */

.home_hot_pagination .swiper-pagination-progressbar-fill {
  background: #fff;

  border-radius: 4px;
}

.home_hot_products_contain ul {
  display: none;
}

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

  /* border-bottom: #333333 2px solid; */

  position: relative;
}

.home_hot_products_contain ul li:hover a h3 {
  color: #38b6ff;
}

.home_hot_products_contain ul li a span {
  position: relative;
}

.home_hot_products_contain ul li a span::before {
  content: "";

  display: block;

  padding-bottom: 100%;
}

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

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;
}

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

  font-size: 0.2rem;

  font-weight: bold;

  line-height: 0.26rem;

  text-transform: capitalize;

  letter-spacing: 0em;

  color: #333333;

  margin: 0.12rem;

  box-sizing: border-box;
}

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

  font-size: 0.16rem;

  color: #333333;

  margin: 0 0.12rem 0 0.12rem;

  padding: 0.16rem 0 0.24rem 0;

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

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

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

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

  .hhp_title h4 {
    color: #fff;

    margin-bottom: 0.2rem;
  }
}

/* -------------------------WHO  WE ARE----------------------------  */

.home_who_we_are {
  padding: 0.6rem 0;
}

.hwwa_maxbox {
}

.hwwa_topinfo {
  display: flex;

  justify-content: space-between;

  align-items: center;

  margin-bottom: 0.3rem;
}

.hwwat_leftbox {
  width: 80%;
}

.hwwat_leftbox span {
  font-family: Arial;

  font-size: 0.18rem;

  color: #38b6ff;

  display: flex;

  align-items: center;

  margin-bottom: 0.3rem;
}

.hwwat_leftbox span img {
  width: 0.64rem;

  height: 0.46rem;

  object-fit: cover;
}

.hwwat_leftbox h3 {
  font-family: Arial;

  font-size: 0.64rem;

  font-weight: bold;

  line-height: 0.78rem;

  text-transform: uppercase;

  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;

  color: #333333;
}

.hwwat_rightbox {
  width: 20%;

  display: flex;

  justify-content: flex-end;
}

.hwwa_contain {
  display: flex;

  justify-content: space-between;
}

.hwwac_leftbox {
  width: 48.6%;
}

.hwwac_leftbox span {
  font-family: Arial;

  font-size: 0.18rem;

  font-weight: normal;

  line-height: 0.32rem;

  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;

  color: #666666;

  padding-left: 22%;

  display: block;

  margin-bottom: 0.4rem;
}

.hwwac_leftbox ul {
  display: flex;

  padding: 0.38rem 0 0.43rem 22%;

  box-sizing: border-box;

  border: #475af9 6px solid;

  border-left: none;

  border-right: none;

  flex-wrap: wrap;
}

.hwwac_leftbox ul li {
  width: 25%;

  display: flex;

  flex-direction: column;

  gap: 0.1rem;

  align-items: center;

  cursor: pointer;
}

.hwwac_leftbox ul li:hover h3 {
  color: #38b6ff;
}

.hwwac_leftbox ul li:hover h4 {
  color: #38b6ff;
}

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

  font-size: 0.48rem;

  line-height: 0.5rem;

  text-transform: uppercase;

  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;

  color: #333333;

  display: flex;
}

.hwwac_leftbox ul li h3 i {
  font-weight: bold;
}

.hwwac_leftbox ul li h4 {
  font-family: Arial;

  font-size: 0.2rem;

  font-weight: normal;

  line-height: normal;

  text-transform: capitalize;

  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;

  color: #666666;
}

.hwwac_rightbox {
  width: 51%;

  padding-right: 10%;

  box-sizing: border-box;

  cursor: pointer;

  margin-top: -0.7rem;
}

.hwwac_rightbox span {
  position: relative;

  width: 100%;
}

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

  display: block;

  padding: 43%;
}

.hwwac_rightbox span img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  position: absolute;

  top: 0;

  left: 0;
}

@media screen and (max-width: 1440px) {
  .hwwac_leftbox span {
    padding-left: 7%;
  }

  .hwwac_leftbox ul {
    padding: 0.38rem 0 0.43rem 1%;
  }

  .hwwac_rightbox {
    width: 51%;

    padding-right: 2%;
  }
}

@media screen and (max-width: 1200px) {
  .hwwac_rightbox {
    margin-top: 0;
  }
}

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

    flex-direction: column;

    align-items: center;
  }

  .hwwac_leftbox {
    width: 100%;

    order: 2;
  }

  .hwwac_leftbox span {
    padding: 0% 3%;
  }

  .hwwac_rightbox {
    width: 50%;

    order: 1;

    display: flex;

    justify-content: center;

    align-items: center;
  }

  .hwwat_leftbox h3 {
    font-size: 0.5rem;

    line-height: 0.6rem;
  }

  .hwwac_rightbox span::before {
    padding: 43%;
  }
}

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

  .hwwat_rightbox {
    width: 100%;
  }

  .hwwat_leftbox h3 {
    font-size: 0.4rem;

    line-height: 0.5rem;
  }

  .hwwat_leftbox span {
    font-size: 0.18rem;

    margin-bottom: 0.2rem;
  }

  .hwwac_leftbox span {
    font-size: 0.16rem;

    line-height: 0.3rem;

    margin-bottom: 0.2rem;
  }
}

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

  .hwwat_leftbox h3 {
    font-size: 0.22rem;

    line-height: 0.3rem;
  }

  .hwwac_leftbox ul li {
    width: 50%;
  }

  .hwwac_leftbox ul {
    padding: 0.1rem 0;
  }

  .hwwac_leftbox ul li {
    margin-bottom: 0.2rem;
  }

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

  .hwwac_leftbox span {
    font-size: 0.16rem;

    line-height: 0.3rem;

    margin-bottom: 0.2rem;
  }

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

  .hwwac_rightbox {
    width: 89%;
  }

  .hwwat_leftbox span {
    font-size: 0.16rem;

    margin-bottom: 0.1rem;
  }
}

/* eject videos */

.vd_box {
  display: none;

  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  height: 100vh;

  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;
  }
}

/* --------------------------------------Company Advantages-------------------------------- */

.home_company_advantages {
  padding: 0 0 0.6rem 0;
}

.hca_maxbox {
}

.hca_topbox {
  background: url(static/images/home_company_advantage_bg.webp) no-repeat
    center/cover;

  padding: 0.6rem 0 3rem 0;
}

.hca_contain {
  margin-top: -2.2rem;
}

.hca_title h4 {
  margin-bottom: 0 !important;
}

.hca_contain ul {
  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;
}

.hca_contain ul li {
  width: calc((100% - 0.4rem) / 2);

  position: relative;

  margin-bottom: 0.4rem;

  cursor: pointer;
}

.hca_contain ul li:hover .hcac_card i {
  background: var(--i_color);
}

.hca_contain ul li:hover .hcac_card {
  border-bottom: 0.06rem solid var(--i_color);
}

.hca_contain ul li span {
  width: 65.75%;

  position: relative;

  display: block;
}

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

  display: block;

  padding-bottom: 81%;
}

.hca_contain ul li span img {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;
}

.hcac_card {
  width: 52%;

  height: 76%;

  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  right: 0;

  background-color: #fff;

  border-radius: 0px 0.6rem 0px 0px;

  border-bottom: 0.06rem solid transparent;

  box-shadow: 0rem 0rem 0.12rem rgba(0, 0, 0, 0.12);

  display: flex;

  flex-direction: column;

  align-items: center;

  padding: 0 0.32rem;

  box-sizing: border-box;
}

.hcac_card i {
  width: 0.6rem;

  height: 0.6rem;

  background: #333333;

  color: #fff;

  display: flex;

  align-items: center;

  justify-content: center;

  font-family: Arial;

  font-size: 0.32rem;

  font-weight: bold;

  margin-bottom: 0.25rem;
}

.hcac_card h3 {
  font-family: Arial;

  font-size: 0.18rem;

  font-weight: normal;

  line-height: 0.28rem;

  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;

  color: #666666;

  height: 70%;

  overflow-y: auto;
}

/* Webkit 浏览器 */

.hcac_card h3::-webkit-scrollbar {
  width: 0.03rem;
}

.hcac_card h3::-webkit-scrollbar-thumb {
  background-color: #ccc;

  border-radius: 0.02rem;
}

.hcac_card h3::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
}

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

    height: 0.5rem;

    font-size: 0.24rem;

    margin-bottom: 0.2rem;
  }

  .hcac_card h3 {
    font-size: 0.16rem;

    line-height: 0.25rem;
  }
}

@media screen and (max-width: 1024px) {
  .hca_topbox {
    padding: 0.6rem 0 2rem 0;
  }

  .hca_contain {
    margin-top: -1.5rem;
  }

  .hcac_card i {
    width: 0.4rem;

    height: 0.4rem;

    font-size: 0.22rem;

    margin-bottom: 0.1rem;
  }

  .hcac_card {
    padding: 0 0.15rem;
  }

  .hcac_card h3 {
    font-size: 0.15rem;

    line-height: 0.22rem;
  }
}

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

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

    margin-bottom: 0.2rem;
  }

  .hcac_card i {
    width: 0.3rem;

    height: 0.3rem;

    font-size: 0.16rem;

    margin-bottom: 0.1rem;
  }

  .hcac_card h3 {
    font-size: 0.14rem;

    line-height: 0.22rem;
  }

  .hca_contain {
    margin-top: 0;
  }

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

@media screen and (max-width: 320px) {
  .hca_topbox {
    padding: 0.3rem 0 1rem 0;
  }

  .hca_contain {
    transform: translateY(-0.6rem);
  }
}

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

.home_latest_news {
}

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

.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;
  }
}

/* --------------------------Partner Brands------------------ */

.home_partner_brands {
  padding: 0.6rem 0 0 0;
}

.hpb_maxbox {
}

.hpbm_contain {
  background: url(static/images/home_partner_bg.webp) no-repeat center/cover;

  display: flex;

  flex-direction: column;

  padding: 0 0 0.6rem 0;
}

.partner_list {
  position: relative;

  overflow: hidden;

  padding: 0.1rem;

  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: 51%;
}

.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;
}

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

  .hpcm_top .hpcm_btn {
    width: 100%;
  }
}

@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%;
  }
}

/* --------------------------------------CONTACT US------------------------------- */

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

.hcu_maxbox {
  display: flex;
}

.hcum_leftbox {
  width: 50%;

  padding-top: 0.6rem;
}

.hcum_title {
  align-items: flex-start;
}

.hcum_title h3 {
  color: #fff;
}

.hcum_title h4 {
  color: #fff;

  margin-bottom: 0.9rem;
}

.hcum_title h3 img {
  width: 0.31rem;

  height: 0.31rem;

  object-fit: cover;

  margin-right: 0.1rem;
}

.hcum_btn {
  justify-content: flex-start;
}

.hcum_rightbox {
  width: 50%;
}

.hcum_box {
  background: linear-gradient(
    116deg,
    rgba(71, 92, 249, 0.6) 8%,

    rgba(5, 239, 247, 0.6) 99%
  );

  border-radius: 220px 0px 0px 0px;

  padding: 0.9rem 2rem 0.8rem 0.95rem;

  box-sizing: border-box;
}

.hcumb_title {
  font-family: Arial;

  font-size: 0.32rem;

  font-weight: bold;

  color: #ffffff;

  margin-bottom: 0.2rem;
}

#wpforms-168 {
  --wpforms_input_height: 48px;

  --wpforms_textarea_height: 120px;

  --wpforms_input_font_size: 16px;

  width: 100%;
}

#wpforms-168 {
  margin: 0;

  padding: 0;
}

#wpforms-form-168 {
  width: 100%;

  position: relative;
}

/* 字段样式 */

#wpforms-168 .wpforms-field-container > .wpforms-field {
  width: 100%;

  padding: 0 1px 20px;

  margin: 0 0 6px;

  overflow-x: initial !important;

  position: relative;
}

#wpforms-168 .wpforms-field-container .wpforms-required-label {
  color: #d63637;
}

#wpforms-168 .wpforms-field-container .wpforms-field > input,
#wpforms-168 .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;
}

#wpforms-168 .wpforms-field-container .wpforms-field > input {
  height: var(--wpforms_input_height);
}

#wpforms-168 .wpforms-field-container textarea {
  height: var(--wpforms_textarea_height);
}

#wpforms-168 input::placeholder,
#wpforms-168 textarea::placeholder {
  color: #aaa;

  font-size: var(--wpforms_input_font_size);

  line-height: 1.4;
}

#wpforms-168 .wpforms-field-container .wpforms-field > input:hover,
#wpforms-168 .wpforms-field-container textarea:hover,
#wpforms-168 .wpforms-field-container .wpforms-field > input:focus,
#wpforms-168 .wpforms-field-container textarea:focus {
  border-color: var(--i_color);
}

/* 验证错误提示 */

#wpforms-168 label.wpforms-error,
#wpforms-168 em.wpforms-error {
  position: absolute;

  left: 0;

  bottom: 0;

  font-size: 13px;

  color: #d63637;
}

/* 隐藏 Label 标签 */

#wpforms-168 .wpforms-field-container .wpforms-field-label {
  height: 0;

  font-size: 0;

  margin: 0 0;
}

#wpforms-168 .wpforms-field-container .wpforms-required-label {
  position: absolute;

  top: 10px;

  left: 10px;

  font-size: 16px;

  font-weight: bold;
}

/* 输入框水平排列，一行两个 */

#wpforms-168 .wpforms-field-container {
  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;
}

#wpforms-168-field_1-container,
#wpforms-168-field_2-container {
  width: 49% !important;
}

#wpforms-168-field_3-container {
  width: 100% !important;
}

/* 提交按钮样式 */

#wpforms-168 .wpforms-submit-container {
  width: 100%;

  padding: 0 0;

  position: relative;

  overflow: hidden;
}

#wpforms-168 .wpforms-submit-container button {
  width: 1.45rem;

  height: 48px;

  font-size: 18px;

  color: var(--i_color);

  background: #fff;
}

#wpforms-168 .wpforms-submit-container img {
  position: absolute;

  top: 50%;

  transform: translate(0, -50%);

  right: 4px;

  z-index: 2;
}

#wpforms-168 .wpforms-submit-container button:hover {
  background: var(--i_color);

  color: #fff;
}

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

@media screen and (max-width: 1366px) {
  .hcum_box {
    padding: 0.9rem 0.9rem 0.8rem 0.95rem;
  }
}

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

@media screen and (max-width: 1024px) {
  #wpforms-168 .wpforms-submit-container {
    margin: 0.2rem auto 0;
  }

  #wpforms-168-field_1-container,
  #wpforms-168-field_2-container,
  #wpforms-168-field_3-container {
    width: 100% !important;
  }

  .hcum_box {
    padding: 0.9rem 0.3rem 0.3rem 0.55rem;
  }

  #wpforms-168 .wpforms-submit-container button {
    width: 40%;
  }

  .hcumb_title {
    font-size: 0.26rem;

    margin-bottom: 0.2rem;
  }
}

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

@media screen and (max-width: 768px) {
  #wpforms-168 {
    --input_height: 0.5rem;
  }

  .hcu_maxbox {
    display: block;
  }

  .hcum_leftbox {
    width: 100%;

    padding-top: 0.6rem;

    padding-right: 3%;

    margin-bottom: 0.3rem;
  }

  .hcum_title h4 {
    color: #fff;

    margin-bottom: 0.3rem;
  }

  .hcum_btn {
    justify-content: flex-end;
  }

  .hcum_rightbox {
    width: 100%;
  }

  .hcum_box {
    border-radius: 0px;
  }
}

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

@media screen and (max-width: 560px) {
  #wpforms-168 .wpforms-submit-container button {
    width: 100%;
  }

  .hcum_box {
    padding: 0.3rem 0.3rem 0.3rem 0.3rem;
  }

  .hcum_leftbox {
    width: 100%;

    padding-top: 0.3rem;

    padding-right: 3%;

    margin-bottom: 0.3rem;
  }
  .hcumb_title {
    font-size: 0.22rem;
  }
}

.hide {
  display: none !important;
}

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

.products_banner {
  width: 100%;

  position: relative;
}

.products_banner::before {
  content: "";

  display: block;

  padding-bottom: 29.5%;
}

.products_banner img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  position: absolute;

  top: 0;

  left: 0;
}

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

.in_position {
  box-sizing: border-box;

  padding: 0.2rem 0;

  background: rgba(56, 182, 255, 0.08);

  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: #666666;

  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--------------------------------------- */

.products_bac {
  box-sizing: border-box;

  background-color: #fff;

  padding: 0.6rem 0;
}

.products {
  display: flex;

  gap: 0.7rem;
}

.products_left {
  width: 3.4rem;

  box-sizing: border-box;
}

.products_left_all {
  background-color: #fff;

  /* padding: 0.34rem 0.3rem; */
}

.products_left_h2 {
  text-transform: capitalize;

  box-sizing: border-box;

  text-align: left;

  color: #333;

  font-size: 0.36rem;

  box-sizing: border-box;

  font-weight: bold;

  margin-bottom: 0.1rem;
}

.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;

  gap: 0.2rem;
}

.list li {
  position: relative;

  border-bottom: #d8d8d8 1px solid;
}

/* .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: #fff;
}

.list_a::after {
  content: "";

  position: absolute;

  top: 0;

  right: 0;

  /* background-color: #fff; */

  width: 0;

  height: 100%;

  transition: all 0.5s ease-in-out;

  z-index: -1;
}

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

  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.15rem 0.08rem 0.15rem 0.08rem;

  display: flex;

  display: -webkit-flex;

  flex-direction: column;

  box-sizing: border-box;

  gap: 0.2rem;
}

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

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

  color: #3e4a7d;

  display: block;

  transition: all 0.3s ease;

  position: relative;

  box-sizing: border-box;

  padding: 0rem 0.3rem;
}

.list_dl dt a::after {
  content: "";

  position: absolute;

  left: -0.1rem;

  top: 50%;

  transform: translate(0, -50%);

  width: 0.2rem;

  height: 0.01rem;

  background-color: var(--i_color);

  opacity: 0;

  transition: all 0.3s ease;

  border-radius: 50%;
}

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

.list_active {
}

.list_active .list_a {
  background-color: var(--i_color);
}

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

  left: 0;

  right: auto;
}

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

  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 a {
  color: var(--i_color) !important;
}

.list_active .list_dl {
}

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

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

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

@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;

    gap: 0;
  }

  .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;
  }
}

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

@media screen and (max-width: 767px) {
  .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 {
  flex: 1;
}

.products_right_top {
  display: flex;

  flex-direction: column;

  gap: 0.1rem;

  margin-bottom: 0.2rem;
}

.products_right_top_title {
  color: #333333;

  font-family: Roboto;

  font-weight: 600;

  font-size: var(--title_fz);
}

.products_right_top_des {
  font-size: 0.18rem;

  line-height: 0.3rem;

  color: #666666;
}

.products_right_contain_excavatorList {
  display: flex;

  flex-wrap: wrap;

  width: 100%;
}

.products_right_contain_excavatorList ul {
  display: flex;

  flex-wrap: wrap;

  gap: 0.3rem 0.25rem;

  width: 100%;
}

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

.products_right_contain_excavatorList ul li:hover a h3 {
  color: #38b6ff;
}

.products_right_contain_excavatorList ul li a span {
  position: relative;
}

.products_right_contain_excavatorList ul li a 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 h3 {
  font-family: Arial;

  font-size: 0.2rem;

  font-weight: bold;

  line-height: 0.26rem;

  text-transform: capitalize;

  letter-spacing: 0em;

  color: #333333;

  margin: 0.12rem;

  box-sizing: border-box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 显示两行 */
  overflow: hidden;
}

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

  font-size: 0.16rem;

  color: #333333;

  margin: 0 0.12rem 0 0.12rem;

  padding: 0.16rem 0 0.24rem 0;

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

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

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

    position: relative;
  }
}

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

    position: relative;
  }
}

@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;
  }
}

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

@media screen and (max-width: 560px) {
  .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;
  }
}

/* Number of pages */

.in_page_box {
  text-align: center;

  overflow: hidden;

  margin-top: 0.7rem;
}

.in_page {
  display: -webkit-flex;

  display: flex;

  flex-wrap: wrap;

  align-items: center;

  justify-content: center;
}

.in_page_right .in_page {
  justify-content: flex-end;
}

.in_page_left .in_page {
  justify-content: flex-start;
}

.in_page li {
  min-width: 0.32rem;

  margin: 0 0.04rem;
}

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

  padding: 0 0.12rem;

  line-height: 0.32rem;

  font-size: 0.14rem;

  color: #666;

  background: #fff;

  -webkit-border-radius: 0.05rem;

  border-radius: 0.05rem;

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

  overflow: hidden;

  transition: all 0.3s ease;
}

.in_page > i {
  margin-top: 0.14rem;

  width: 100%;

  font-size: 0.13rem;

  color: #888;

  display: none;
}

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

  background: var(--i_color);

  color: #fff !important;
}

@media screen and (max-width: 1024px) {
  .in_page_box {
    margin-top: 0.6rem;
  }
}

@media screen and (max-width: 768px) {
  .in_page li {
    min-width: 0.28rem;
  }

  .in_page a,
  .in_page span {
    line-height: 0.28rem;

    padding: 0 0.1rem;
  }

  .in_page_box {
    margin-top: 0.4rem;
  }
}

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

/* -----------------------productsDetail.html---------------------- */

/* single_grid */

.single_grid_bac {
  box-sizing: border-box;

  padding: 0.4rem 0 0 0;

  background: url(static/images/productsDetail_topbg.webp) no-repeat center top
    1.3rem / cover;
}

.single_grid {
  display: flex;

  flex-wrap: wrap;
}

.single_grid_left {
  width: 41.33%;
}

/* 轮播图宽度 */

.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 #d62b1e; */
}

.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;

  border: 1px solid #d8d8d8;
}

.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% - 0.5rem);

  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(0, 0, 0, 0.35);
}

.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: -1.5%;
}

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

/* .ingrid-button-prev:hover,

.ingrid-button-next:hover {

  background-color: #d62b1e;

} */

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

.single_grid_right {
  width: 53.2%;

  box-sizing: border-box;

  padding-left: 3%;
}

.single_grid_right h2 {
  font-family: Arial;

  font-size: 0.16rem;

  color: var(--i_color);
}

.single_grid_right h1 {
  font-family: Arial;

  font-size: 0.24rem;

  font-weight: bold;

  color: #333333;

  border-bottom: 0.03rem solid var(--i_color);

  padding: 0.2rem 0;

  margin-bottom: 0.3rem;
}

.single_grid_right article {
}

.single_share_btn {
  padding: 0.15rem 0;

  border-bottom: #d8d8d8 1px solid;

  display: flex;
}

.single_share_btn p {
  font-family: Arial;

  font-size: 0.16rem;

  font-weight: bold;

  line-height: 0.32rem;

  color: #333333;

  margin-right: 0.15rem;
}

.single_grid_dl {
  display: flex;

  gap: 0.12rem;
}

.single_grid_dl dt {
  width: 0.28rem;

  height: 0.28rem;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 50%;

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

.single_grid_dl dt a {
  width: 100%;

  height: 100%;

  display: flex;

  align-items: center;

  justify-content: center;
}

.single_grid_dl dt a iconify-icon {
  font-size: 0.12rem;

  color: #333333;
}

.single_grid_dl dt:hover {
  background-color: var(--i_color);
}

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

.single_lastBtn {
  padding: 0.6rem 0;

  display: flex;
}

.single_lastBtn a {
  background-color: transparent;

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

  padding: 0.13rem 0.23rem;

  font-family: Arial;

  font-size: 0.18rem;

  font-weight: bold;

  color: #38b6ff;

  cursor: pointer;

  margin-right: 0.2rem;

  display: flex;

  width: fit-content;

  align-items: center;
}

.single_lastBtn a img {
  width: 0.14rem;

  height: 0.138rem;

  object-fit: contain;

  margin-left: 0.1rem;
}

.single_lastBtn a:hover {
  background: var(--i_color);

  color: #fff;
}

.single_lastBtn a:hover img {
  content: url("static/images/productDetail_right_whitebg.webp");
}

.pdtop_bottom {
  margin-top: 2rem;
}
.pd_article_pickagingAndShipping table td {
  border: 1px solid transparent !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) {
  .single_tags a {
    font-size: 0.14rem;

    padding: 0.1rem 0.15rem;
  }
}

@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%;
  }

  .pdtop_bottom {
    margin-top: 0.5rem;
  }
}

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

@media screen and (max-width: 560px) {
  .single_lastBtn a {
    font-size: 0.16rem;
  }

  .pdtop_bottom {
    margin-top: 0rem;
  }

  .single_lastBtn {
    padding: 0.3rem 0;
  }

  .pd_publicTop {
    margin-top: 0;
  }

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

/* --------------------------------productsDetail_Description---------------------- */

.productsDetail_contain {
  padding: 0;
}

.pd_publicTop {
  border-bottom: 1px solid #d8d8d8;

  padding: 0.15rem 0;

  margin-top: 0.2rem;
}

.pd_publicTop_pic {
  padding-top: 0.3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.pd_publicTop_pic img {
  width: calc((100% - 2 * 0.2rem) / 3);
  height: 100%;
  object-fit: cover;
}
.pd_publicTop span {
  font-family: Arial;

  font-size: 0.24rem;

  font-weight: bold;

  color: #333333;

  width: fit-content;

  position: relative;
}

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

  width: 100%;

  height: 0.03rem;

  background: var(--i_color);

  position: absolute;

  bottom: -0.16rem;
}

@media screen and (max-width: 560px) {
  .pd_publicTop span {
    font-size: 0.16rem;
  }

  .pd_publicTop {
    padding: 0.14rem 0;
  }
}

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

.single_two_bac {
  margin-top: 0.6rem;

  background: var(--i_color);

  box-sizing: border-box;

  padding: 0.2rem 0 0.25rem 0;

  margin-bottom: var(--box-bottom);
}

.single_two {
  width: 100%;
}

.bottom_single_tags {
  display: flex;

  flex-direction: column;

  display: -webkit-flex;

  flex-wrap: wrap;

  box-sizing: border-box;

  padding-bottom: 0.2rem;

  margin-bottom: 0.3rem;

  border-bottom: 1px solid #7ac9f7;
}

.bottom_single_tags p {
  font-size: 0.18rem;

  color: #fff;

  font-family: "bold";

  line-height: 0.42rem;
}

.bottom_single_tags a {
  display: inline-block;

  box-sizing: border-box;

  padding: 0.1rem 0.12rem;

  font-size: 0.16rem;

  color: rgba(255, 255, 255, 0.8);
}

.bottom_single_tags a:hover {
  color: #fff;

  font-weight: bold;

  text-decoration: underline;
}

.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 .sx_left a i {
  width: 0.3rem;

  height: 0.3rem;

  display: flex;

  align-items: center;

  justify-content: center;

  border: 2px #fff solid;

  margin-right: 0.2rem;
}

.sx .sx_left a i img {
  width: 0.14rem;

  height: 0.138rem;

  object-fit: contain;
}

.sx p {
  font-size: 0.18rem;

  color: #fff;

  text-transform: capitalize;

  margin-right: 0.1rem;

  font-weight: bold;
}

.sx span {
  font-size: 0.16rem;

  color: #fff;

  transition: all 0.3s ease;
}

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

.sx .sx_right a i {
  width: 0.3rem;

  height: 0.3rem;

  display: flex;

  align-items: center;

  justify-content: center;

  border: 2px #fff solid;

  margin-left: 0.2rem;
}

.sx .sx_left:hover span {
  font-weight: bold;
}

.sx .sx_left:hover a i {
  background: #fff;
}

.sx .sx_left:hover a i img {
  filter: invert(58%) sepia(71%) saturate(608%) hue-rotate(169deg)
    brightness(95%) contrast(95%);
}

.sx .sx_right:hover a i {
  background-color: #fff;
}

.sx .sx_right:hover a i img {
  filter: invert(58%) sepia(71%) saturate(608%) hue-rotate(169deg)
    brightness(95%) contrast(95%);
}

.sx .sx_right:hover span {
  font-weight: bold;
}

@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) {
  .single_two_bac {
    padding: 0.3rem;
  }
}

@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 a i,
  .sx .sx_right a i {
    display: none;
  }
}

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

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

    padding-bottom: 0.1rem;

    margin-bottom: 0.2rem;
  }
}

/* -------------------------------FAQ----------------------------- */

.productDetail_FAQ {
  padding: 0.4rem 0;
}

.pf_maxbox {
}

.pf_faqtitle {
  padding: 0.2rem 0;

  border-bottom: 1px solid #c1c1c1;
}

.pf_faqtitle span {
  font-family: Arial;

  font-size: 0.44rem;

  font-weight: bold;

  line-height: 0.5rem;

  text-transform: uppercase;

  letter-spacing: 0em;

  color: #333333;

  margin-bottom: 0.1rem;
}

.pf_faqtitle p {
  font-family: Arial;

  font-size: 0.18rem;

  font-weight: normal;

  line-height: 0.28rem;

  letter-spacing: 0em;

  color: #666666;

  position: relative;

  width: fit-content;
}

.pf_faqtitle p::before {
  position: absolute;

  bottom: -0.2rem;

  left: 0;

  content: "";

  width: 100%;

  height: 2px;

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

.faq_ul {
  display: flex;

  display: -webkit-flex;

  flex-direction: column;

  gap: 0.3rem;

  margin-top: 0.4rem;
}

.faq_ul li {
}

.faq_q {
  background: #f0f0f0;

  box-sizing: border-box;

  padding: 0.2rem 0.3rem;

  border-radius: 0rem;

  display: flex;

  display: -webkit-flex;

  cursor: pointer;

  align-items: center;
}

.faq_ul i {
  border-radius: 0rem;

  display: block;

  color: #fff;

  display: flex;

  display: -webkit-flex;

  justify-content: center;

  font-size: 0.24rem;

  width: 0.4rem;

  height: 0.4rem;

  align-items: center;

  background-color: var(--i_color);

  margin-right: 0.2rem;
}

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

  box-sizing: border-box;

  display: flex;

  align-items: center;

  font-family: Arial;

  font-size: 0.24rem;

  font-weight: normal;

  line-height: normal;

  letter-spacing: 0em;

  color: #333333;
}

.faq_a {
  display: flex;

  display: -webkit-flex;

  box-sizing: border-box;

  padding: 0 0.3rem 0.2rem 0.3rem;

  background: var(--i_color);
}

.faq_a i {
  color: #fff;
}

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

  font-size: 0.16rem;

  color: #fff;

  line-height: 0.28rem;

  padding-left: 0.59rem;
}

.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: var(--i_color);

  display: flex;

  align-items: center;
}

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

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

.faq_ul li.on .faq_q i {
  color: var(--i_color);

  background-color: #fff;
}

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

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

@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;
  }
}

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

  .productDetail_FAQ {
    padding: 0.3rem 0;
  }
}

@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;
  }

  .faq_ul i {
    font-size: 0.2rem;

    width: 0.3rem;

    height: 0.3rem;
  }
}

@media screen and (max-width: 560px) {
  .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);
  }

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

  .pf_faqtitle p {
    font-family: Arial;

    font-size: 0.16rem;

    font-weight: normal;

    line-height: 0.28rem;

    letter-spacing: 0em;

    color: #666666;

    position: relative;

    width: fit-content;
  }

  .faq_ul i {
    font-size: 0.16rem;

    margin-right: 0.1rem;
  }

  .faq_ul {
    gap: 0.2rem;
  }

  .pf_faqtitle span {
    font-size: 0.3rem;

    font-weight: bold;

    line-height: 0.4rem;
  }

  .faq_q h3::before {
    width: 0.15rem;
  }

  .faq_q h3::after {
    height: 0.15rem;
  }
}

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

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

  .faq_a p {
    padding-left: 0;
  }
}

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

.productDetail_related_products {
  padding: 0.6rem 0;

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

.prp_maxbox {
}

/* 进度条容器 */

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

  background: #fff;

  border-radius: 4px;

  overflow: hidden;

  top: auto !important;

  bottom: 0rem;

  width: 56.4%;

  left: 50%;

  transform: translateX(-50%);
}

/* 进度条填充 */

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

  border-radius: 4px;
}

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

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

.aboutUs_about {
  padding: 0.6rem 0;
}

.aa_maxbox {
  display: flex;

  justify-content: space-between;

  position: relative;
}

.aam_info {
  width: 39%;

  padding: 0.18rem 0 0 0;

  display: flex;

  flex-direction: column;

  align-items: flex-start;
}

.aam_info h3 {
  font-family: Arial;

  font-size: 0.44rem;

  font-weight: bold;

  color: #333333;

  padding-left: 1rem;

  position: relative;

  margin-bottom: 0.3rem;
}

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

  display: block;

  width: 0.8rem;

  height: 0.02rem;

  background-color: var(--i_color);

  left: 0;

  top: 50%;

  position: absolute;
}

.aam_info h3 span {
  color: #38b6ff;
}

.aam_info h4 {
  font-family: Arial;

  font-size: 0.18rem;

  line-height: 0.32rem;

  color: #666666;

  margin-bottom: 0.5rem;
}

.aam_pic {
  width: 57.7%;
}

.aam_pic span {
  position: relative;
}

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

  display: block;

  padding-bottom: 82%;
}

.aam_pic span img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  position: absolute;

  top: 0;

  left: 0;
}

.aam_card {
  position: absolute;

  left: 11%;

  bottom: 0.44rem;

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

  padding: 0.5rem 0;

  background: #fff;
}

.aam_card ul {
  display: flex;
}

.aam_card ul li {
  padding: 0 0.6rem;

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

  text-align: center;
}

.aam_card ul li:last-child {
  border-right: none;
}

.aam_card ul li span {
  display: flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 0.1rem;
}

.aam_card ul li span img {
  width: 0.54rem;

  height: 0.54rem;

  object-fit: contain;

  margin-right: 0.1rem;
}

.aam_card ul li span p {
  font-family: Arial;

  font-size: 0.5rem;

  color: #38b6ff;
}

.aam_card ul li span p i {
  font-weight: bold;
}

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

  font-size: 0.18rem;

  font-weight: normal;

  line-height: 0.3rem;

  color: #666666;
}

@media screen and (max-width: 1440px) {
  .aam_card {
    left: 3%;

    bottom: 0rem;

    padding: 0.3rem 0;

    background: #fff;
  }
}

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

  .aam_info {
    width: 100%;

    padding-right: 3%;

    box-sizing: border-box;

    align-items: center;

    margin-bottom: 0.5rem;
  }

  .aa_maxboxbtn {
    align-self: flex-end;
  }

  .aam_pic {
    width: 100%;

    padding-right: 3%;

    box-sizing: border-box;
  }

  .aam_pic span::before {
    padding-bottom: 58%;
  }
}

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

    padding-left: 0.8rem;

    margin-bottom: 0.25rem;
  }

  .aam_info h3::before {
    width: 0.6rem;
  }

  .aam_info h4 {
    font-size: 0.16rem;

    line-height: 0.28rem;

    margin-bottom: 0.5rem;
  }

  .aam_pic span::before {
    padding-bottom: 55%;
  }

  .aam_card {
    width: 94.1%;

    box-sizing: border-box;
  }

  .aam_card ul {
    width: 100%;
  }

  .aam_card ul li {
    margin: 0 auto;

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

    text-align: center;

    width: 33.333%;

    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .aam_card ul li span p {
    font-size: 0.4rem;
  }

  .aam_card ul li span img {
    width: 0.4rem;

    height: 0.4rem;
  }

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

    line-height: 0.25rem;
  }

  .aam_info h4 {
    margin-bottom: 0.3rem;
  }
}

@media screen and (max-width: 560px) {
  .aam_card {
    padding: 0.25rem 0;

    position: relative;

    width: 97%;

    left: 0;
  }

  .aam_card ul {
    flex-wrap: wrap;
  }

  .aam_card ul li {
    margin: 0 auto;

    border-right: none;

    text-align: center;

    width: 50%;

    padding: 0;

    margin-bottom: 0.3rem;
  }

  .aam_card ul li:last-child {
    margin-bottom: 0;
  }

  .aam_card ul li span p {
    font-size: 0.3rem;
  }

  .aam_card ul li span img {
    width: 0.3rem;

    height: 0.3rem;
  }

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

    line-height: 0.24rem;
  }

  .aam_info h3 {
    font-size: 0.3rem;

    padding-left: 0.6rem;

    margin-bottom: 0.2rem;
  }

  .aam_info h3::before {
    width: 0.4rem;
  }

  .aboutUs_about {
    padding: 0.3rem 0;
  }

  .aam_info h4 {
    margin-bottom: 0.2rem;
  }

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

/* -------------------------------Company Advantages---------------------- */

.aboutUs_company_advantages {
  background: url(static/images/aboutUs_company_advantage_bg.webp) no-repeat
    center/cover;

  padding: 0.6rem 0;
}

.aca_maxbox {
}

.acam_contain {
  display: flex;

  justify-content: space-between;

  flex-wrap: wrap;

  margin-top: 0.5rem;
}

.acamc_pic {
  width: 53.5%;
}

.acamc_pic span {
  position: relative;
}

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

  display: block;

  padding-bottom: 82%;
}

.acamc_pic span img {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;
}

.acamc_card {
  width: 45%;
}

.acamc_card ul {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 0.25rem;

  height: 100%;

  grid-auto-rows: 1fr;
}

.acamc_card ul li {
  background: #fff;

  padding: 0.5rem 0.37rem 0.3rem 0.37rem;

  box-sizing: border-box;

  display: flex;

  flex-direction: column;

  align-items: center;

  cursor: pointer;
}

.acamc_card ul li span {
  width: 0.48rem;

  height: 0.48rem;

  display: flex;

  align-items: center;

  justify-content: center;

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

  margin-bottom: 0.25rem;
}

.acamc_card ul li span img {
  width: 0.28rem;

  height: 0.28rem;

  object-fit: contain;
}

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

  font-size: 0.18rem;

  font-weight: normal;

  line-height: 0.28rem;

  color: #666666;

  overflow-y: auto;

  flex: 1;
}

/* 滚动条整体 */

.acamc_card ul li h3::-webkit-scrollbar {
  width: 2px;
}

/* 滚动条轨道 */

.acamc_card ul li h3::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);

  border-radius: 10px;
}

/* 滚动条滑块 */

.acamc_card ul li h3::-webkit-scrollbar-thumb {
  background: #ccc;

  border-radius: 10px;
}

/* 悬浮时 */

.acamc_card ul li h3::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}

.acamc_card ul li:hover {
  background: var(--i_color);
}

.acamc_card ul li:hover h3 {
  color: #fff;
}

.acamc_card ul li:hover span {
  background-color: #fff;
}

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

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

  .acamc_pic {
    width: 100%;

    margin-bottom: 0.2rem;
  }

  .acamc_pic span::before {
    padding-bottom: 40%;
  }

  .acamc_card {
    width: 100%;
  }

  .acamc_card ul {
    grid-template-columns: repeat(4, 1fr);
  }

  .acamc_card ul li {
    background: #fff;

    box-sizing: border-box;

    display: flex;

    flex-direction: column;

    align-items: center;

    cursor: pointer;

    padding: 0.2rem 0.2rem 0.2rem 0.2rem;
  }

  .acamc_card ul li span {
    width: 0.4rem;

    height: 0.4rem;

    margin-bottom: 0.2rem;
  }

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

    height: 0.2rem;

    object-fit: contain;
  }

  .acamc_card ul li h3 {
    font-size: 0.15rem;

    line-height: 0.22rem;

    flex: 1;
  }
}

@media screen and (max-width: 768px) {
  .acamc_card ul {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 560px) {
  .acamc_card ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .acamc_card ul li {
    padding: 0.15rem;
  }

  .acamc_card ul li span {
    width: 0.35rem;

    height: 0.35rem;
  }

  .aboutUs_company_advantages {
    padding: 0.3rem 0;
  }
}

@media screen and (max-width: 375px) {
  .acamc_card ul {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* -----------------------------------Corporate Environment------------------------------ */

.aboutUs_corporate_environment {
  background: url(static/images/aboutUs_corporate_environment_bg.webp) no-repeat
    center/cover;

  padding: 2rem 0 0.6rem 0;
}

.ace_maxbox {
}

.acem_top {
  display: flex;

  justify-content: space-between;

  margin-bottom: 0.6rem;
}

.acem_top .acem_title {
  width: 25%;

  color: #333333;
}

.acem_top .acem_title h3,
.acem_top .acem_title h4 {
  font-weight: bold;

  font-family: Arial;

  font-size: 0.44rem;

  line-height: 0.6rem;
}

.acem_top .acem_title h4 {
  color: #38b6ff;
}

.acem_des {
  font-family: Arial;

  font-size: 0.18rem;

  font-weight: normal;

  line-height: 0.3rem;

  letter-spacing: 0em;

  color: #666666;

  width: 69.5%;
}

.environmental_display_list {
  position: relative;

  overflow: hidden;
}

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

  display: flex;

  position: relative;

  width: 100%;
}

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

  background: #fff;

  box-sizing: border-box;

  border: 1px solid #ddd;

  /* -webkit-border-radius: 0.2rem; */

  /* border-radius: 0.2rem; */

  position: relative;

  overflow: hidden;
}

/* 文字样式 */

.environmental_display_list .swiper-slide .img-des {
  position: absolute;

  bottom: 0;

  left: 0;

  width: 100%;

  z-index: 2;

  font-family: Arial;

  font-size: 0.24rem;

  line-height: 0.3rem;

  color: #fff;

  background: var(--i_color);

  min-height: 0.6rem;

  display: none;
}

.environmental_display_list .swiper-slide:hover .img-des {
  padding: 0.1rem;

  box-sizing: border-box;

  display: block;

  display: flex;

  justify-content: center;

  align-items: center;
}

.environmental_display_list .swiper-slide:hover span img {
  transform: scale(1.2);
}

.environmental_display_list li span {
  display: block;

  width: 100%;

  position: relative;

  overflow: hidden;
}

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

  display: block;

  padding-bottom: 63.5%;
}

.environmental_display_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;
}

.environmental_pagination {
  text-align: center;

  display: none;
}

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

  height: 0.1rem;

  display: inline-block;

  margin: 0 0.08rem !important;

  -webkit-border-radius: 2rem;

  border-radius: 2rem;

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

  outline: none;

  cursor: pointer;

  position: relative;

  -webkit-transition: width 0.5s ease;

  transition: width 0.5s ease;
}

.environmental_pagination .swiper-pagination-bullet-active {
  width: 0.1rem;

  height: 0.1rem;

  background: var(--i_color);

  background-size: contain;

  border-radius: 50%;

  -webkit-border-radius: 0.24rem;

  -moz-border-radius: 0.24rem;

  -ms-border-radius: 0.24rem;

  -o-border-radius: 0.24rem;
}

.environmental_pagination .swiper-pagination-bullet-active::after {
  content: "";

  position: absolute;

  inset: calc(-0.04rem); /* top/right/bottom/left = -0.04rem */

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

  border-radius: 50%;

  pointer-events: none;
}

@media screen and (max-width: 1200px) {
  .environmental_display_list .swiper-slide .img-des {
    font-size: 0.16rem;

    line-height: 0.28rem;

    min-height: 0.6rem;
  }

  .acem_top .acem_title h3,
  .acem_top .acem_title h4 {
    font-size: 0.4rem;

    line-height: 0.55rem;
  }

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

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

  .environmental_display_list .swiper-slide .img-des {
    font-size: 0.14rem;

    line-height: 0.2rem;

    min-height: 0.4rem;
  }

  .acem_top .acem_title h3,
  .acem_top .acem_title h4 {
    font-size: 0.3rem;

    line-height: 0.45rem;
  }

  .acem_des {
    font-size: 0.16rem;

    line-height: 0.3rem;
  }
}

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

    line-height: 0.2rem;
  }
}

@media screen and (max-width: 560px) {
  .environmental_display_top {
    margin-bottom: 0.4rem;
  }

  .environmental_display_top_des {
    font-size: 0.15rem;

    line-height: 0.2rem;
  }

  .environmental_display_top_title {
    padding: var(--box-bottom) 0 0.24rem 0;
  }

  .acem_top {
    display: flex;

    flex-direction: column;

    align-items: center;

    width: 100%;

    margin-bottom: 0.3rem;
  }

  .acem_top .acem_title {
    width: 100%;

    display: flex;

    justify-content: center;
  }

  .acem_top .acem_title h3,
  .acem_top .acem_title h4 {
    font-size: 0.25rem;

    line-height: 0.3rem;
  }

  .acem_top .acem_title h3 {
    margin-right: 0.1rem;
  }

  .acem_top .acem_des {
    width: 100%;

    padding: 0.2rem;

    box-sizing: border-box;
  }

  .environmental_pagination {
    display: block;
  }

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

@media screen and (max-width: 375px) {
  .environmental_display_top {
    margin-bottom: 0.3rem;
  }

  .environmental_display_top_des {
    font-size: 0.12rem;

    line-height: 0.18rem;
  }
}

/* ---------------------------------------Qualification Certificate----------------------------- */

.aboutUs_qualification_certificate {
  padding: 0.6rem 0;
}

.aqc_maxbox {
}

.Certificates_content {
  margin-top: 0.3rem;
}

.Certificate_list {
  position: relative;

  overflow: hidden;

  padding-bottom: 0.6rem;
}

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

  display: flex;

  position: relative;

  width: 100%;

  padding-top: 0.6rem;
}

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

  position: relative;

  box-sizing: border-box;

  padding: 0.5rem 0.5rem 0.4rem 0.5rem;

  transition: transform 0.3s ease;
}

.Certificate_list .swiper-slide::before {
  content: "";

  display: block;

  width: 100%;

  height: 66%;

  background: linear-gradient(180deg, #f7f7f7 2%, rgba(247, 247, 247, 0) 100%);

  position: absolute;

  left: 0;

  top: 0;
}

.Certificate_list .swiper-slide::after {
  content: "";

  display: block;

  width: 100%;

  height: 26.3%;

  background-color: #e9edf3;

  position: absolute;

  left: 0;

  bottom: 0;
}

.Certificate_list .swiper-slide:hover::after {
  background-color: var(--i_color);
}

.Certificate_list .swiper-slide:hover {
  transform: translateY(-0.6rem);
}

.Certificate_img {
  width: 100%;

  position: relative;

  z-index: 10;

  box-sizing: border-box;
}

.Certificate_img::before {
  content: "";

  display: block;

  padding-bottom: 142%;
}

.Certificate_img::after {
  content: "";

  width: 0.25rem;

  height: 100%;

  position: absolute;

  top: 0;

  right: -0.25rem;

  clip-path: polygon(0 0, 0% 100%, 100% 90%);

  background-color: #a9adb2;

  opacity: 0.5;
}

.Certificate_img img {
  width: 100%;

  object-fit: contain;

  position: absolute;

  left: 50%;

  top: 50%;

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

.certificate_list_pagination {
  text-align: center;
}

/* 进度条容器 */

.certificate_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%);
}

/* 进度条填充 */

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

  border-radius: 4px;
}

@media screen and (max-width: 1024px) {
  .Certificates_content {
    margin-top: 0.3rem;
  }
}

@media screen and (max-width: 560px) {
  .Certificate_list .swiper-slide {
    padding: 0.3rem 0.1rem;
  }

  .Certificate_img::after {
    display: none;
  }

  .aboutUs_qualification_certificate {
    padding: 0.3rem 0;
  }
}

/* ---------------------------Partners------------------ */

.aboutUs_Partners {
  padding: 0.6rem 0 0.8rem 0;
}

.ap_maxbox {
}

.gol_partner_box {
  margin-top: 0.4rem;
}

.gol_partner {
  position: relative;
}

.gol_partner_list {
  width: 100%;

  padding: 0 0 0.6rem 0;

  margin: 0 auto;

  position: relative;

  overflow: hidden;

  z-index: 1;
}

.gol_partner_list .swiper-wrapper {
  position: relative;

  width: 100%;

  height: 100%;

  z-index: 1;

  transition-property:
    transform,
    -webkit-transform;

  display: flex;
}

.gol_partner_list li {
  width: 6.5rem;

  max-width: 80%;

  flex-shrink: 0;

  position: relative;

  cursor: pointer;

  transform-style: preserve-3d;

  transition-property: transform;

  border-radius: 0.05rem;

  /* overflow: hidden; */
}

.gol_partner_list li::after {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

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

  z-index: 3;

  transition: all 0.5s ease;
}

.gol_partner_list li.swiper-slide-active::after {
  background: rgba(255, 255, 255, 0);

  height: 0%;
}

.gol_partner_list .img {
  width: 100%;

  box-sizing: border-box;

  position: relative;

  overflow: hidden;
}

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

  display: block;

  padding-bottom: 66%;
}

.gol_partner_list .img img {
  position: absolute;

  bottom: 0;

  left: 50%;

  transform: translateX(-50%);

  width: 100%;

  height: 80%;

  object-fit: cover;

  transition: all 0.4s;
}

.gol_partner_list .swiper-slide-active .img img {
  width: 100%;

  height: 100%;
}

.gol_partner_list li p {
  position: absolute;

  bottom: -0.5rem;

  left: 50%;

  transform: translateX(-50%);

  width: 40%;

  box-sizing: border-box;

  padding: 0.1rem 4%;

  color: #333333;

  font-size: 0.24rem;

  font-weight: bold;

  text-align: center;

  transition: all 0.4s;

  display: none;
}

.gol_partner_list .swiper-slide-active p {
  display: block;
}

/* 指示器 */

.gol_partner .pt-pagination {
  background: #666;

  position: relative;

  width: 2rem;

  height: 0.03rem;

  display: block;

  margin-top: 0.6rem;

  margin-left: auto;

  margin-right: auto;
}

.gol_partner .pt-pagination span {
  background-color: var(--i_color);

  position: absolute;

  left: 0;

  top: -0.03rem;

  width: 100%;

  border-radius: 0.03rem;

  height: 0.08rem;

  transform: translate(0, -50%);

  -webkit-transform-origin: left top;

  -ms-transform-origin: left top;

  transform-origin: left top;
}

.gol_partner-prev,
.gol_partner-next {
  width: 0.36rem;

  height: 0.36rem;

  background-color: #fff;

  display: flex;

  align-items: center;

  justify-content: center;

  z-index: 4;
}

.gol_partner-prev {
  position: absolute;

  left: 20%;

  top: 50%;

  transform: translateY(-50%);
}

.gol_partner-next {
  position: absolute;

  right: 20%;

  top: 50%;

  transform: translateY(-50%);
}

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

.gol_partner-prev:hover img,
.gol_partner-next:hover img {
  filter: brightness(0) saturate(100%) invert(100%);
}

.gol_partner-prev img,
.gol_partner-next img {
  filter: brightness(0) saturate(100%) invert(63%) sepia(67%) saturate(420%)
    hue-rotate(160deg) brightness(98%) contrast(96%);

  width: 0.18rem;

  height: 0.175rem;
}

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

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

@media screen and (max-width: 1200px) {
  .gol_partner .pt-pagination {
    height: 0.03rem;

    margin-top: 0.4rem;
  }

  .gol_partner .pt-pagination span {
    top: -0.02rem;

    border-radius: 0.02rem;

    height: 0.06rem;
  }
}

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

  .gol_partner-prev,
  .gol_partner-next {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .gol_partner .pt-pagination {
    height: 0.01rem;
  }

  .gol_partner .pt-pagination span {
    top: -0.02rem;

    height: 0.04rem;
  }
}

@media screen and (max-width: 560px) {
  .gol_partner_list li p {
    padding: 0.05rem 0;

    font-size: 0.16rem;

    font-weight: 300;
  }

  .aboutUs_Partners {
    padding: 0.3rem 0 0.8rem 0;
  }
}

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

.service_why_choose_we {
  padding: 0.6rem 0;
}

.swcw_maxbox {
  display: flex;

  justify-content: space-between;
}

.secwm_leftbox {
  width: 29.5%;

  position: relative;
}

.secwm_leftbox span {
  position: relative;
}

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

  display: block;

  padding-bottom: 183%;
}

.secwm_leftbox span img {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;
}

.secwm_leftbox h3 {
  position: absolute;

  top: 20%;

  left: 9%;
}

.secwm_leftbox h3 i {
  font-family: Arial;

  font-size: 0.44rem;

  font-weight: bold;

  line-height: 0.6rem;

  text-transform: uppercase;

  letter-spacing: 0em;

  color: #ffffff;
}

.secwm_leftbox h3 p {
  font-family: Arial;

  font-size: 0.44rem;

  font-weight: bold;

  line-height: 0.6rem;

  text-transform: uppercase;

  letter-spacing: 0em;

  color: var(--i_color);

  position: relative;
}

.secwm_leftbox h3 p::before {
  content: "";

  display: block;

  width: 18.5%;

  height: 0.06rem;

  background-color: var(--i_color);

  left: 0%;

  bottom: -0.5rem;

  position: absolute;
}

.secwm_leftbox h4 {
  position: absolute;

  top: 45%;

  left: 9%;

  font-family: Arial;

  font-size: 0.18rem;

  font-weight: normal;

  line-height: 0.28rem;

  letter-spacing: 0em;

  color: #ffffff;

  width: 85%;
}

.secwm_rightbox {
  width: 68.9%;
}

.secwm_rightbox ul {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 0.25rem;

  height: 100%;

  grid-auto-rows: 1fr;
}

.secwm_rightbox ul li {
  background: #f0f6ff;

  padding: 0.28rem 0.32rem 0.3rem 0.32rem;

  box-sizing: border-box;

  display: flex;

  flex-direction: column;

  /* align-items: center; */

  cursor: pointer;
}

.secwm_rightbox ul li:hover {
  background: linear-gradient(151deg, #38afff 2%, #386fff 79%);
}

.secwm_rightbox ul li:hover h3 {
  color: #fff;
}

.secwm_rightbox ul li:hover h4 {
  color: #fff;
}

.secwm_rightbox ul li:hover h5 {
  color: #fff;
}

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

  font-size: 0.38rem;

  font-weight: bold;

  line-height: 0.4rem;

  color: var(--i_color);

  margin-bottom: 0.2rem;
}

.secwm_rightbox ul li h4 {
  font-family: Arial;

  font-size: 0.24rem;

  font-weight: bold;

  line-height: 0.35rem;

  color: var(--i_color);

  margin-bottom: 0.5rem;
}

.secwm_rightbox ul li h5 {
  font-family: Arial;

  font-size: 0.18rem;

  font-weight: normal;

  line-height: 0.26rem;

  color: #333;

  border-top: #d6dde2 1px solid;

  padding-top: 0.2rem;
}

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

  .secwm_leftbox {
    width: 100%;

    margin-bottom: 0.2rem;
  }

  .secwm_leftbox span::before {
    padding-bottom: 29%;
  }

  .secwm_leftbox h3 {
    position: absolute;

    top: 20%;

    left: 50%;

    transform: translateX(-50%);

    display: flex;

    width: 100%;

    display: flex;

    justify-content: center;
  }

  .secwm_leftbox h3 p::before {
    display: none;
  }

  .secwm_leftbox h3 i {
    font-size: 0.3rem;

    margin-right: 0.1rem;
  }

  .secwm_leftbox h3 p {
    font-size: 0.3rem;
  }

  .secwm_rightbox ul {
    grid-template-columns: repeat(3, 1fr);
  }

  .secwm_rightbox {
    width: 100%;
  }

  .secwm_rightbox ul li h4 {
    font-size: 0.22rem;

    line-height: 0.3rem;

    margin-bottom: 0.3rem;
  }

  .secwm_rightbox ul li h5 {
    font-size: 0.17rem;

    line-height: 0.25rem;
  }
}

@media screen and (max-width: 768px) {
  .secwm_rightbox ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 560px) {
  .secwm_rightbox ul {
    grid-template-columns: repeat(1, 1fr);
  }

  .secwm_leftbox span::before {
    padding-bottom: 85%;
  }

  .secwm_leftbox h3 i {
    font-size: 0.24rem;

    margin-right: 0.1rem;
  }

  .secwm_leftbox h3 p {
    font-size: 0.24rem;
  }

  .secwm_leftbox h3 {
    top: 7%;
  }

  .secwm_leftbox h4 {
    position: absolute;

    top: 30%;

    left: 50%;

    transform: translateX(-50%);

    font-family: Arial;

    font-size: 0.16rem;

    font-weight: normal;

    line-height: 0.25rem;

    letter-spacing: 0em;

    color: #ffffff;

    width: 80%;

    text-align: center;
  }
}

@media screen and (max-width: 320px) {
  .secwm_leftbox h3 i {
    font-size: 0.2rem;

    margin-right: 0.1rem;
  }

  .secwm_leftbox h3 p {
    font-size: 0.2rem;
  }

  .secwm_leftbox h4 {
    top: 30%;

    font-size: 0.14rem;

    line-height: 0.22rem;

    text-align: center;
  }

  .secwm_rightbox ul li {
    padding: 0.25rem;
  }
}

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

.service_advantage {
  padding: 0.6rem 0;

  background: #1c5eb0;

  position: relative;

  z-index: 1;
}

.as_whiteBG {
  position: absolute;

  width: 90%;

  height: 78%;

  right: 0;

  bottom: 0;

  z-index: 2;

  display: block;

  background-color: #fff;
}

.sd_maxbox {
  z-index: 3;

  position: relative;
}

.sam_contain {
  margin-top: 0.5rem;
}

.sam_contain ul {
  display: flex;

  gap: 0.25rem;

  flex-wrap: wrap;
}

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

  display: flex;

  flex-direction: column;

  cursor: pointer;
}

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

.sam_contain ul li span {
  position: relative;
}

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

  display: block;

  padding-bottom: 71%;
}

.sam_contain ul li span img {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;
}

.samc_info {
  background: #fff;

  padding: 0.24rem 0.4rem 0.4rem 0.24rem;

  display: flex;

  flex-direction: column;

  gap: 0.2rem;

  flex: 1;

  box-shadow:
    0 0 0.08rem rgba(0, 0, 0, 0.06),
    0 0.18rem 0.4rem rgba(0, 0, 0, 0.08);
}

.samc_info h3 {
  font-family: Arial;

  font-size: 0.24rem;

  font-weight: bold;

  line-height: 0.26rem;

  color: #333333;
}

.samc_info h4 {
  font-family: Arial;

  font-size: 0.18rem;

  font-weight: normal;

  line-height: 0.26rem;

  color: #666666;
}

@media screen and (max-width: 1440px) {
  .as_whiteBG {
    width: 100%;

    height: 78%;
  }
}

@media screen and (max-width: 1200px) {
  .samc_info h3 {
    font-size: 0.22rem;
  }

  .samc_info h4 {
    font-size: 0.16rem;

    line-height: 0.25rem;
  }
}

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

  .samc_info {
    padding: 0.2rem 0.3rem 0.3rem 0.2rem;

    gap: 0.15rem;
  }

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

@media screen and (max-width: 768px) {
  .sam_contain ul li {
    width: calc((100% - 0.25rem) / 2);
  }

  .sam_contain {
    margin-top: 0.2rem;
  }
}

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

  /* .sam_contain {

    margin-top: 0;

  } */
}

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

.service_how_to_by {
  padding: 0.6rem 0;

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

  margin-top: 1rem;
}

.shtb_maxbox {
}

.shtbm_contain {
}

.shtbm_contain ul {
  display: flex;

  flex-wrap: wrap;

  gap: 0.25rem;
}

.shtbm_contain ul li {
  width: calc((100% - 4 * 0.25rem) / 5);

  display: flex;

  flex-direction: column;

  justify-content: center;

  gap: 0.1rem;

  align-items: center;

  cursor: pointer;
}

.shtbm_contain ul li:hover h4 {
  color: var(--i_color);
}

.shtbm_contain ul li img {
  width: 0.84rem;

  height: 0.84rem;

  object-fit: cover;
}

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

  font-size: 0.76rem;

  font-weight: bold;

  text-align: center;

  background: linear-gradient(182deg, #ffffff 28%, rgba(255, 255, 255, 0) 97%);

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

  background-clip: text;

  text-fill-color: transparent;

  position: relative;

  padding-bottom: 0.15rem;
}

.shtbm_contain ul li h3::before {
  content: "";

  display: block;

  width: 50%;

  height: 0.01rem;

  position: absolute;

  bottom: 0;

  left: 50%;

  transform: translateX(-50%);

  background: #ffffff;
}

.shtbm_contain ul li h4 {
  font-family: Arial;

  font-size: 0.24rem;

  font-weight: bold;

  line-height: 0.25rem;

  text-align: center;

  text-transform: capitalize;

  letter-spacing: 0em;

  color: rgba(255, 255, 255, 0.9);
}

.shtbm_contain ul li h5 {
  font-family: Arial;

  font-size: 0.18rem;

  font-weight: normal;

  line-height: 0.24rem;

  text-align: center;

  color: rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 1200px) {
  .shtbm_contain ul li img {
    width: 0.8rem;

    height: 0.8rem;
  }

  .shtbm_contain ul li h3 {
    font-size: 0.6rem;
  }
}

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

    gap: 0.1rem;
  }
}

@media screen and (max-width: 768px) {
  .shtbm_contain ul li img {
    width: 0.6rem;

    height: 0.6rem;
  }

  .shtbm_contain ul li h3 {
    font-size: 0.5rem;

    padding-bottom: 0.1rem;
  }

  .shtbm_contain ul li h4 {
    font-size: 0.22rem;
  }

  .shtbm_contain ul li h5 {
    font-size: 0.16rem;
  }
}

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

    gap: 0.1rem;
  }

  .service_how_to_by {
    padding: 0.3rem 0;

    margin-top: 0.5rem;
  }

  .shtbm_contain ul li img {
    width: 0.45rem;

    height: 0.45rem;
  }

  .shtbm_contain ul li h3 {
    font-size: 0.35rem;

    padding-bottom: 0.1rem;
  }

  .shtbm_contain ul li h5 {
    font-size: 0.14rem;
  }

  .shtbm_contain {
    margin-top: 0.2rem;
  }
}

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

    gap: 0.1rem;
  }
}

/* --------------------------news.html----------------------------- */

.news {
  padding: 0.6rem 0;
}

.news_contain {
}

.news_contain .news_list {
}

.news_contain .news_list li a {
  width: 100%;

  display: flex;

  justify-content: space-between;

  padding: 0.5rem 0;

  border-bottom: #e5e5e5 1px solid;
}

.news_contain .news_list li a:hover h4 {
  color: var(--i_color);

  font-weight: bold;
}

.news_contain .news_list li a:hover .news_info .news_btn {
  background: linear-gradient(105deg, #475af9 8%, #47c1f9 86%);

  color: #fff;

  border: none;
}

.news_contain .news_list li a:hover .news_info .news_btn img {
  filter: brightness(0) saturate(100%) invert(100%);
}

.news_contain .news_list li .news_img {
  width: 36.26%;

  position: relative;

  display: block;
}

.news_contain .news_list li .news_img::before {
  content: "";

  display: block;

  padding-bottom: 60%;
}

.news_contain .news_list li .news_img img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  position: absolute;

  top: 0;

  left: 0;
}

.news_contain .news_list li .news_info {
  width: 58.13%;
}

.news_contain .news_list li .news_info h3 {
  font-family: Arial;

  font-size: 0.16rem;

  color: #666666;

  margin-bottom: 0.18rem;
}

.news_contain .news_list li .news_info h4 {
  font-family: Arial;

  font-size: 0.24rem;

  color: #333333;

  margin-bottom: 0.32rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 显示两行 */
  overflow: hidden;
}

.news_contain .news_list li .news_info h5 {
  font-family: Arial;

  font-size: 0.18rem;

  line-height: 0.28rem;

  color: #666666;

  margin-bottom: 0.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 显示两行 */
  overflow: hidden;
}

.news_contain .news_list li .news_info .news_btn {
  display: flex;

  justify-content: center;

  background: transparent;

  border-radius: 4.94rem;

  padding: 0.13rem 0.3rem;

  color: #666;

  align-items: center;

  width: fit-content;

  font-size: 0.18rem;

  border: 1px solid #666666;

  box-sizing: border-box;
}

.news_contain .news_list li .news_info .news_btn img {
  margin-left: 0.16rem;

  width: 0.142rem;

  height: 0.138rem;

  object-fit: contain;

  filter: brightness(0) saturate(100%) invert(40%);

  vertical-align: middle;
}

@media screen and (max-width: 1024px) {
  .news_contain .news_list li .news_info h4 {
    font-size: 0.22rem;

    margin-bottom: 0.2rem;
  }

  .news_contain .news_list li .news_info h5 {
    font-size: 0.16rem;

    line-height: 0.25rem;

    margin-bottom: 0.3rem;
  }

  .news_contain .news_list li .news_info .news_btn {
    padding: 0.1rem 0.25rem;

    font-size: 0.16rem;
  }
}

@media screen and (max-width: 768px) {
  .news_contain .news_list li .news_img {
    width: 40%;
  }

  .news_contain .news_list li .news_info {
    width: 56%;
  }

  .news_contain .news_list li .news_info h4 {
    font-size: 0.2rem;

    margin-bottom: 0.15rem;

    line-height: 0.26rem;
  }
}

@media screen and (max-width: 560px) {
  .news_contain .news_list li a {
    width: 100%;

    display: block;

    padding: 0.3rem 0;
  }

  .news_contain .news_list li .news_img {
    width: 100%;

    display: block;

    margin-bottom: 0.15rem;
  }

  .news_contain .news_list li .news_info {
    width: 100%;
  }

  .news_contain .news_list li .news_info h5 {
    margin-bottom: 0.2rem;
  }

  .news {
    padding: 0.3rem 0;
  }
}

/* ----------------------------------contact.html------------------------- */

.contact_us {
  padding: 0.6rem 0;
}

.cu_maxbox {
}

.cum_top {
  padding: 0.2rem 0;

  border-bottom: 1px dashed #d4d4d4;
}

.cum_top h3 {
  font-family: Arial;

  font-size: 0.44rem;

  font-weight: bold;

  color: #333333;
}

.cum_top h3 span {
  color: #38b6ff;
}

.cum_contain {
  display: flex;

  justify-content: space-between;

  padding: 0.5rem 0;

  border-bottom: 1px solid #d8d8d8;
}

.cum_contain .cumc_info {
  width: 50%;
}

.cum_contain .cumc_info ul {
  display: flex;

  flex-direction: column;

  justify-content: space-between;

  height: 100%;
}

.cum_contain .cumc_info ul li {
  display: flex;

  flex-direction: column;

  gap: 0.2rem;
}

.cum_contain .cumc_info ul li:hover h4 a {
  color: var(--i_color);

  text-decoration: underline;
}

.cum_contain .cumc_info ul li h3 {
  font-family: Arial;

  font-size: 0.2rem;

  color: #222222;
}

.cum_contain .cumc_info ul li h4 a {
  font-family: Arial;

  font-size: 0.18rem;

  color: #666666;
}

.cum_contain .cumc_pic {
  width: 46.26%;
}

.cum_contain .cumc_pic span {
  position: relative;
}

.cum_contain .cumc_pic span::before {
  content: "";

  display: block;

  padding-bottom: 61%;
}

.cum_contain .cumc_pic span img {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .cum_contain .cumc_info ul li h3 {
    font-size: 0.18rem;
  }

  .cum_contain .cumc_info ul li h4 a {
    font-size: 0.16rem;
  }

  .cum_contain .cumc_info ul li {
    gap: 0.1rem;
  }

  .cum_contain {
    padding: 0.3rem 0;
  }

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

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

    flex-direction: column-reverse;
  }

  .cum_contain .cumc_pic {
    width: 100%;

    margin-bottom: 0.2rem;
  }

  .cum_contain .cumc_info {
    width: 100%;
  }

  .cum_contain .cumc_info ul {
    gap: 0.2rem;
  }

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

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

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

/* ---------------------------------Leave A Message-------------------------------- */

.leave_a_message {
  padding: 0.6rem 0;
}

.lam_maxbox {
}

.lam_contain {
  background: #f9f9f9;

  margin-top: 0.5rem;

  padding: 0.48rem 0.4rem 0.68rem 0.4rem;
}

#wpforms-171 {
  --wpforms_input_height: 48px;

  --wpforms_textarea_height: 120px;

  --wpforms_input_font_size: 16px;

  width: 100%;
}

#wpforms-171 {
  margin: 0;

  padding: 0;
}

#wpforms-form-171 {
  width: 100%;

  position: relative;
}

#wpforms-171-field_5::placeholder {
  color: #999;

  opacity: 1;
}

/* 字段样式 */

#wpforms-171 .wpforms-field-container > .wpforms-field {
  width: 100%;

  padding: 0 1px 20px;

  margin: 0 0 6px;

  overflow-x: initial !important;

  position: relative;
}

#wpforms-171 label.wpforms-field-label {
  display: block;

  margin-bottom: 8px;

  font-size: 16px;

  font-weight: bold;

  padding-left: 0.13rem;
}

#wpforms-171
  .wpforms-field-container
  #wpforms-171-field_1-container
  .wpforms-field-label,
#wpforms-171
  .wpforms-field-container
  #wpforms-171-field_3-container
  .wpforms-field-label,
#wpforms-171
  .wpforms-field-container
  #wpforms-171-field_4-container
  .wpforms-field-label {
  padding-left: 0;
}

#wpforms-171 .wpforms-field-container .wpforms-required-label {
  color: #d63637;
}

#wpforms-171 .wpforms-field-container .wpforms-field > input,
#wpforms-171 .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;
}

#wpforms-171 .wpforms-field-container .wpforms-field > input {
  height: var(--wpforms_input_height);
}

#wpforms-171 .wpforms-field-container textarea {
  height: var(--wpforms_textarea_height);
}

#wpforms-171 input::placeholder,
#wpforms-171 textarea::placeholder {
  color: #aaa;

  font-size: var(--wpforms_input_font_size);

  line-height: 1.4;
}

#wpforms-171 .wpforms-field-container .wpforms-field > input:hover,
#wpforms-171 .wpforms-field-container textarea:hover,
#wpforms-171 .wpforms-field-container .wpforms-field > input:focus,
#wpforms-171 .wpforms-field-container textarea:focus {
  border-color: var(--i_color);
}

/* 验证错误提示 */

#wpforms-171 label.wpforms-error,
#wpforms-171 em.wpforms-error {
  position: absolute;

  left: 0;

  bottom: 0;

  font-size: 13px;

  color: #d63637;
}

/* 隐藏 Label 标签 */

#wpforms-171 .wpforms-field-container .wpforms-field-label {
  /* height: 0;



  font-size: 0;



  margin: 0 0; */
}

#wpforms-171 .wpforms-field-container .wpforms-required-label {
  position: absolute;

  top: 0px;

  left: 4px;

  font-size: 16px;

  font-weight: bold;
}

/* 输入框水平排列，一行两个 */

#wpforms-171 .wpforms-field-container {
  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;
}

#wpforms-171-field_1-container,
#wpforms-171-field_2-container,
#wpforms-171-field_3-container,
#wpforms-171-field_4-container {
  width: 49% !important;
}

#wpforms-171-field_5-container {
  width: 100% !important;
}

/* 提交按钮样式 */

#wpforms-171 .wpforms-submit-container {
  width: 100%;

  padding: 0 0;

  position: relative;

  overflow: hidden;
}

#wpforms-171 .wpforms-submit-container button {
  width: 3.74rem;

  height: 53px;

  font-size: 18px;

  font-weight: bold;

  color: #fff;

  background: var(--i_color);
}

#wpforms-171 .wpforms-submit-container img {
  position: absolute;

  top: 50%;

  transform: translate(0, -50%);

  right: 4px;

  z-index: 2;
}

#wpforms-171 .wpforms-submit-container button:hover {
  background: #00a2f9;
}

@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-171 .wpforms-submit-container {
    margin: 0.2rem auto 0;
  }

  #wpforms-171 .wpforms-submit-container button {
    width: 40%;
  }
}

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

@media screen and (max-width: 768px) {
  #wpforms-171 {
    --input_height: 0.5rem;
  }
}

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

@media screen and (max-width: 560px) {
  #wpforms-171-field_1-container,
  #wpforms-171-field_2-container,
  #wpforms-171-field_3-container,
  #wpforms-171-field_4-container {
    width: 100% !important;
  }

  #wpforms-171 .wpforms-submit-container button {
    width: 100%;
  }

  .leave_a_message {
    padding: 0.3rem 0;
  }

  .lam_contain {
    margin-top: 0.3rem;

    padding: 0.3rem;
  }
}

/* ---------------------------------contact_map------------------------------- */

.contact_map_bac {
  box-sizing: border-box;

  padding: 0.6rem 0 0 0;
}

.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: 768px) {
  .contact_map {
    height: 4rem;
  }
}

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

@media screen and (max-width: 560px) {
  .contact_map_bac {
    margin-bottom: 0;
  }

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