@charset "utf-8";

:root {
  --i_color: #2184e5;
  /* 全局颜色 */
  --i_color2: #fff;

  /* 副颜色 */
  --top_h: 1rem;
  --header_height: 1rem;
  /* 顶部高度 */
  --border_color: rgba(51, 51, 51, 0.2);
  /* 默认边框颜色 */

  --title_fz: 0.4rem;
  /* 标题字体大小 */
  --contain-width: 1.6rem;
  /* 盒子左右间距 */
  --box-bottom: 0.95rem;
  /* 盒子与盒子之间距离 */
  --border_color: rgba(51, 51, 51, 0.12);
  /* 默认边框颜色 */
  --boxShadow: 0 2px 10px rgb(0 88 167 / 20%);
}

@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: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.wrap_l {
  display: block;
  box-sizing: border-box;
  padding-left: 8.35%;
}

.wrap02 {
  width: 1500px;
  max-width: 94vw;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1921px) {
  .wrap {
    width: 85vw;
    max-width: none;
  }
}
@media screen and (max-width: 1024px) {
  .wrap_l {
    padding-left: 3%;
  }
}
/* --------------------占位盒子----------------- */
.header_heightbox {
  height: calc(var(--header_height));
}
@media screen and (max-width: 768px) {
  .header_heightbox {
    height: var(--header_height);
  }
}
/* --------------------顶部信息----------------- */
.top_info {
  width: 100%;
  height: 0.44rem;
  background-color: #232323;
}
.top_info_maxbox {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.top_info_maxbox_left {
  font-size: 0.14rem;
  color: #ffffff;
  height: 100%;
  display: flex;
  align-items: center;
}
.top_info_maxbox_right ul {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  height: 100%;
  color: #ffffff;
}

.top_info_maxbox_right ul li {
  display: flex;
  align-items: center;
  height: 100%;
}
.top_info_maxbox_right ul li img {
  margin-right: 0.1rem;
  width: 0.18rem;
  height: 0.18rem;
}
.top_info_maxbox_right ul li span {
  font-size: 0.14rem;
}

@media screen and (max-width: 768px) {
  .top_info_maxbox_left {
    font-size: 0.13rem;
  }
  .top_info_maxbox_right ul li img {
    margin-right: 0.05rem;
    width: 0.15rem;
    height: 0.15rem;
  }
  .top_info_maxbox_right ul li span {
    font-size: 0.13rem;
  }
  .top_info {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  /* .top_info {
    display: none;
  } */
  .top_info_maxbox {
    display: block;
    padding: 0.05rem;
  }
  .top_info_maxbox_left {
    font-size: 0.12rem;
    height: auto;
  }
  .top_info_maxbox_right ul li span {
    font-size: 0.12rem;
  }
  .top_info_maxbox_right ul li img {
    margin-right: 0.03rem;
    width: 0.13rem;
    height: 0.13rem;
  }
}
@media screen and (max-width: 375px) {
}

/* ------------------------------------------public_btn---------------------------------- */
.public_btn {
}
.public_btn a {
  padding: 0.13rem 0.4rem;
  box-sizing: border-box;
  border-radius: 0.36rem;
  font-size: 0.18rem;
  color: #fff;
  background: var(--i_color);
  display: block;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: rgb(0 0 0 / 5%) 0 0 8px;
  font-family: Arial;
}

.public_btn a:hover {
  letter-spacing: 3px;
  background-color: #3c97f0; /* 亮一点 */
  color: #fff;
  box-shadow: rgba(33, 132, 229, 0.5) 0px 10px 30px 0px;
}

.public_btn a:active {
  letter-spacing: 3px;
  background-color: #5aa8f5; /* 再亮一点 */
  color: #fff;
  box-shadow: rgba(33, 132, 229, 0.3) 0px 0px 0px 0px;
  transform: translateY(4px);
  transition: 0.1s;
}

@media screen and (max-width: 1024px) {
  .public_btn a {
    padding: 0.1rem 0.3rem;
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 560px) {
  .public_btn a {
    padding: 0.07rem 0.2rem;
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 375px) {
  .public_btn a {
    font-size: 0.12rem;
  }
}
/* -----------------------------------home_btn_class------------------------------ */
.home_btn_class a {
  background: #fff;
  color: #333;
}

/* ----------------------------------public_title------------------------------------- */
.public_title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.public_title h3 {
  font-family: Arial;
  font-size: 0.4rem;
  line-height: 1;

  font-weight: bold;
  color: #333333;
  position: relative;
  padding: 0 0.6rem;
  box-sizing: border-box;
  margin-bottom: 0.1rem;
}
.public_title h3::before {
  content: "";
  position: absolute;
  width: 0.45rem;
  height: 0.15rem;
  background: var(--i_color);
  transform: skewX(-50deg);
  left: 0;
  bottom: 0.05rem;
  border-radius: 0.03rem;
}
.public_title h3::after {
  content: "";
  position: absolute;
  width: 0.45rem;
  height: 0.15rem;
  background: var(--i_color);
  transform: skewX(50deg);
  right: 0;
  bottom: 0.05rem;
  border-radius: 0.03rem;
}
.public_title h4 {
  font-family: Arial;
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #666666;
  text-align: center;
  width: 80%;
}
@media screen and (max-width: 1024px) {
  .public_title h3 {
    font-size: 0.3rem;

    padding: 0 0.5rem;
  }
  .public_title h3::before {
    width: 0.35rem;
    height: 0.13rem;
  }
  .public_title h3::after {
    width: 0.35rem;
    height: 0.13rem;
  }
  .public_title h4 {
    font-size: 0.16rem;
    line-height: 0.26rem;
  }
}

@media screen and (max-width: 768px) {
  .public_title h3 {
    font-size: 0.26rem;
    padding: 0 0.5rem;
  }
  .public_title h3::before {
    width: 0.32rem;
    height: 0.11rem;
  }
  .public_title h3::after {
    width: 0.32rem;
    height: 0.11rem;
  }
  .public_title h4 {
    font-size: 0.15rem;
    line-height: 0.25rem;
  }
}
@media screen and (max-width: 560px) {
  .public_title h3 {
    font-size: 0.24rem;
    padding: 0 0.4rem;
  }
  .public_title h3::before {
    width: 0.3rem;
    height: 0.1rem;
  }
  .public_title h3::after {
    width: 0.3rem;
    height: 0.1rem;
  }
  .public_title h4 {
    font-size: 0.14rem;
    line-height: 0.22rem;
  }
}
@media screen and (max-width: 375px) {
  .public_title h3 {
    font-size: 0.22rem;
    padding: 0 0.35rem;
  }
  .public_title h3::before {
    width: 0.25rem;
    height: 0.1rem;
  }
  .public_title h3::after {
    width: 0.25rem;
    height: 0.1rem;
  }
  .public_title h4 {
    font-size: 0.12rem;
    line-height: 0.2rem;
  }
}
/* --------------------------------------------------header----------------------------------------- */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2014;
  height: var(--top_h);
}

.top_cont {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 100%;
}

.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: #fff;
    -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: #fff;
    /* line-height: var(--top_h); */
    line-height: 0.32rem;
    white-space: nowrap;
    box-sizing: border-box;
    font-weight: bold;
    font-family: Arial;
  }

  .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: #fff;
  }

  .i_nav > li > .sub-menu {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    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);
    border-radius: 0.04rem;
  }

  .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;
    font-family: Arial;
  }

  .i_nav > li > .sub-menu > li:hover > a {
    background: var(--i_color);
    color: #fff;
  }

  .i_nav .sub-menu .sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    background: #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;
    font-family: Arial;
  }

  .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));
    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.2rem;
}

/* search */
.top_search {
  --search_height: 0.38rem;
}

.top_search {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: calc(var(--header_height) + 0.3rem);
  right: 0;
  width: 100%;
  padding: 0.2rem 0;
  background: #f5f6f7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
}

.top_search.on {
  visibility: visible;
  opacity: 1;
  top: var(--header_height);
  box-shadow: 0 4px 10px rgb(0 0 0 / 6%);
}

.top_search form {
  width: 90%;
  margin: 0 auto;
  max-width: 5rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  border: 1px solid var(--i_color);
  overflow: hidden;
}

.top_search_ipt {
  width: calc(100% - var(--search_height) * 2);
  height: var(--search_height);
  box-sizing: border-box;
  padding: 0 0 0 0.12rem;
}

.top_search_btn {
  font-size: 0;
  color: #fff;
  width: calc(var(--search_height) * 2);
  height: var(--search_height);
  background: var(--i_color)
    url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="512" height="512" viewBox="0 0 512 512"%3E%3Cpath fill="white" d="M456.69 421.39L362.6 327.3a173.81 173.81 0 0 0 34.84-104.58C397.44 126.38 319.06 48 222.72 48S48 126.38 48 222.72s78.38 174.72 174.72 174.72A173.81 173.81 0 0 0 327.3 362.6l94.09 94.09a25 25 0 0 0 35.3-35.3ZM97.92 222.72a124.8 124.8 0 1 1 124.8 124.8a124.95 124.95 0 0 1-124.8-124.8Z"%2F%3E%3C%2Fsvg%3E')
    no-repeat center;
  background-size: 0.24rem;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .top_search {
    --search_height: 0.34rem;
  }
}

.full_header_height {
  display: none;
  height: var(--header_height);
}

@media screen and (max-width: 1024px) {
  .full_header_height {
    display: block;
  }
}
.top_search_ico img,
.top_language_btn img {
  width: 0.24rem;
  height: 0.24rem;
  cursor: pointer;
  object-fit: contain;
  display: block;
}

.top_search_ico img:hover,
.top_search_ico.on img,
.top_language_btn.on img {
  filter: brightness(0) saturate(100%) invert(36%) sepia(86%) saturate(2064%)
    hue-rotate(198deg) brightness(96%) contrast(95%);
}
@media screen and (max-width: 560px) {
  .top_search_ico img,
  .top_language_btn img {
    width: 0.2rem;
    height: 0.2rem;
  }
  .top_r {
    gap: 0 0.1rem;
  }
}
.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 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));
  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 {
}

.footer_maxBox {
  height: 100%;
}

.fm_topbox {
  width: 100%;
  display: flex;
}
.fmt_left {
  background-color: var(--i_color);
  width: 33.85%;
  padding: 0.48rem 0 0.48rem 2.6rem;
  box-sizing: border-box;
  border-radius: 0.8rem 0px 0px 0px;
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
.fmt_left img {
  width: 0.75rem;
  height: 0.75rem;
  object-fit: contain;
}
.fmt_left p {
  font-family: Arial;
  font-size: 0.33rem;
  font-weight: bold;
  color: #ffffff;
}
.fmt_right {
  flex: 1;
  background: url(static/images/footer_top_rightbg.webp) no-repeat center/cover;
  padding: 0.4rem 2.6rem 0.3rem 0.5rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fmt_right h3 {
  width: 66%;
  font-family: Arial;
  font-size: 0.22rem;
  font-weight: normal;
  line-height: 0.32rem;
  color: #333333;
}
.fm_bottombox {
  width: 100%;
  display: flex;
}
.fmb_left {
  background-color: #262626;
  width: 33.85%;
  padding: 0.6rem 0.1rem 0 2.6rem;
  box-sizing: border-box;
}
.fmb_left .fmb_info_ul {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.fmb_left .fmb_info_ul li {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.fmb_left .fmb_info_ul li p {
  font-family: Arial;
  font-size: 0.18rem;
  color: rgba(255, 255, 255, 0.5);
}
.fmb_left .fmb_info_ul li a {
  font-family: Arial;
  font-size: 0.18rem;
  color: #ffffff;
  cursor: pointer;
  line-height: 0.25rem;
}
.fmb_left .fmb_info_ul li a:hover {
  text-decoration: underline;
}
.fmb_left .fmb_info_ul li .fmbl_whatsApp {
  font-family: Arial;
  font-size: 0.4rem;
  font-weight: bold;
  color: #ffffff;
}
.fmb_right {
  background: #333333;
  flex: 1;
}
.fmb_right_top {
  padding: 0.6rem 2.6rem 0 1rem;
  box-sizing: border-box;
}
.fmb_right_top .footer_menu_ul {
  display: flex;
  gap: 1.6rem;
}

.fmb_right_top .footer_menu_ul li:nth-child(1) {
  flex: 1;
}

.fmb_right_top .footer_menu_ul li:nth-child(2) {
  flex: 1.5;
}
.fmb_right_top .footer_menu_ul li:nth-child(3) {
  flex: 1;
}
.fmb_right_top .footer_menu_ul li h3 {
  font-family: Arial;
  font-size: 0.18rem;
  font-weight: bold;
  line-height: normal;
  text-transform: capitalize;
  letter-spacing: 0em;
  color: #ffffff;
  margin-bottom: 0.4rem;
  position: relative;
}
.fmb_right_top .footer_menu_ul li h3::before {
  position: absolute;
  left: -0.2rem;
  height: 100%;
  width: 0.04rem;
  background: var(--i_color);
  content: "";
}
.footer_bottom_menu_ul {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.footer_bottom_menu_ul li {
}
.footer_bottom_menu_ul li a {
  font-family: Arial;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.5);
  margin-left: auto;
}
.footer_bottom_menu_ul li a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.footer_media_box {
  display: flex;
  justify-content: flex-end;
  margin: -0.15rem 0 0.6rem 0;
}
.footer_media_box ul {
  display: flex;
  gap: 0.2rem;
}
.footer_media_box ul li {
  font-family: Arial;
  font-size: 0.18rem;
  font-weight: bold;
  line-height: normal;
  text-transform: capitalize;
  color: #ffffff;
}
.footer_media_box ul li a iconify-icon {
  font-size: 0.2rem;
}
.footer_media_box ul li a iconify-icon:hover {
  color: #fff !important;
}
.footer_privacy {
  font-family: Arial;
  font-size: 0.14rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;

  color: rgba(255, 255, 255, 0.5);
  padding: 0.16rem 0.3rem;
}
.footer_privacy a {
  font-family: Arial;
  font-size: 0.14rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;

  color: rgba(255, 255, 255, 0.5);
}
.footer_privacy a:hover {
  text-decoration: underline;
}
.footer_bottom_privacy {
  display: none;
}
.footer_bottom_privacy {
  font-family: Arial;
  font-size: 0.14rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;

  color: rgba(255, 255, 255, 0.5);
  padding: 0.16rem 0.3rem;
  line-height: 0.2rem;
}
.footer_bottom_privacy a {
  font-family: Arial;
  font-size: 0.14rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;

  color: rgba(255, 255, 255, 0.5);
}
.footer_bottom_privacy a:hover {
  text-decoration: underline;
}
.footer_left_media_box {
  display: none;
}
.footer_left_media_box {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 0.2rem 0;
}
.footer_left_media_box ul {
  display: flex;
  gap: 0.2rem;
}
.footer_left_media_box ul li {
  font-family: Arial;
  font-size: 0.18rem;
  font-weight: bold;
  line-height: normal;
  text-transform: capitalize;
  color: #ffffff;
}
.footer_left_media_box ul li a iconify-icon {
  font-size: 0.2rem;
}
.footer_left_media_box ul li a iconify-icon:hover {
  color: #fff !important;
}
.footer_left_media_box {
  display: none;
}
@media screen and (max-width: 1440px) {
  .fmt_left {
    padding: 0.48rem 0 0.48rem 1rem;
  }
  .fmt_right {
    padding: 0.4rem 1rem 0.3rem 0.5rem;
  }
  .fmb_left {
    padding: 0.3rem 0.1rem 0 1rem;
  }
  .fmb_right_top {
    padding: 0.6rem 1rem 0 1rem;
  }
  .fmb_right_top .footer_menu_ul li:nth-child(3) {
    flex: 1.5;
  }
}
@media screen and (max-width: 1366px) {
  .fmt_left img {
    width: 0.6rem;
    height: 0.6rem;
  }
  .fmt_left p {
    font-size: 0.3rem;
  }
  .footer_media_box {
    margin: 0 0 0.5rem 0;
  }
}
@media screen and (max-width: 1024px) {
  .fm_topbox {
    display: block;
  }
  .fmt_left {
    width: 100%;
    padding: 0.3rem 0 0.3rem 0;
    display: flex;
    justify-content: center;
  }
  .fmt_right h3 {
    width: 100%;
    text-align: center;
  }
  .fmb_left {
    padding: 0.3rem 0.1rem 0 0.3rem;
    width: 35%;
    flex-shrink: 0;
  }
  .fmb_left .fmb_info_ul li .fmbl_whatsApp {
    font-size: 0.16rem;
  }
  .fmb_left .fmb_info_ul li a {
    font-size: 0.16rem;
    line-height: 0.25rem;
  }
  .fmb_left .fmb_info_ul {
    gap: 0.25rem;
  }
  .fmb_right_top {
    padding: 0.3rem 0.5rem 0 0.5rem;
  }
  .fmb_right_top .footer_menu_ul li:nth-child(3) {
    display: none;
  }
  .fmt_right .public_btn {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .fmt_left img {
    width: 0.5rem;
    height: 0.5rem;
  }
  .fmt_left p {
    font-size: 0.24rem;
  }
  .fmt_left {
    width: 100%;
    padding: 0.2rem 0 0.2rem 0rem;
    justify-content: center;
  }
  .fmt_right {
    padding: 0.3rem 0.5rem;
  }
  .fmt_right h3 {
    width: 100%;
    text-align: center;
  }
  .fmb_left {
    background-color: #333;
  }
  .footer_privacy {
    display: none;
  }
  .footer_bottom_privacy {
    display: block;
    background: #333;
  }
  .fmb_left .fmb_info_ul li a {
    font-size: 0.14rem;
    line-height: 0.23rem;
  }
  .fmt_right h3 {
    font-size: 0.2rem;
    line-height: 0.28rem;
  }
}
@media screen and (max-width: 560px) {
  .fmt_left {
    border-radius: 0;
  }

  .fmt_left img {
    width: 0.4rem;
    height: 0.4rem;
  }
  .fmt_left p {
    font-size: 0.22rem;
  }
  .fmt_right {
    padding: 0.2rem 0.4rem;
  }
  .fmb_right {
    display: none;
  }
  .fmb_left {
    width: 100%;
    padding: 0.3rem 0.2rem 0 0.2rem;
  }
  .fmb_left .fmb_info_ul {
    gap: 0.2rem;
  }
  .footer_bottom_privacy {
    padding: 0.16rem 0.2rem;
  }
  .fmb_left .fmb_info_ul li p {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 425px) {
  .fmt_right h3 {
    font-size: 0.16rem;
    line-height: 0.25rem;
  }
}
/* -----------------------------------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: 49.7%;
  /* 设置比例 */
  position: relative;
}

.banner .swiper-container .swiper-wrapper .swiper-slide .banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-pagination {
  display: block;
  text-align: center;
  bottom: 0.3rem !important;
  position: absolute;
  left: 50% !important;
  transform: translate(-50%, 0);
  z-index: 3;
}

.banner-pagination .swiper-pagination-bullet {
  width: 0.14rem;
  height: 0.14rem;
  display: inline-block;
  margin: 0 0.06rem;
  background: #ccc;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}

.banner-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}

.banner-button-prev,
.banner-button-next {
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.6rem;
  height: 0.6rem;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 3;
}

.banner-button-prev {
  left: -0.8rem;
}

.banner-button-next {
  right: -0.8rem;
}

.banner-button-prev iconify-icon,
.banner-button-next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.4rem;
  color: #666;
}

.banner-button-prev:hover iconify-icon,
.banner-button-next:hover iconify-icon {
  color: var(--i_color);
}

.banner:hover .banner-button-prev {
  left: 0;
}

.banner:hover .banner-button-next {
  right: 0;
}

.b_text1 {
  position: absolute;
  top: 34.73%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  text-align: center;
  width: 85%;
}

.b_text1_text1 {
  font-family: Arial;
  font-size: 0.42rem;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
  text-shadow: 0px 4px 5px rgba(49, 49, 49, 0.1);
  margin-bottom: 0.4rem;
}
.b_text1_text2 {
  font-family: Arial;
  font-size: 0.2rem;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(234, 234, 234, 0.5) 50%,
    rgba(216, 216, 216, 0) 103%
  );
  padding: 0.11rem 1.8rem;
  margin-bottom: 0.5rem;
}
.b_text1_btn {
  display: flex;
  justify-content: center;
}

.b_text2 {
  position: absolute;
  top: 17.26%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  text-align: center;
  width: 62.5%;
}

.b_text2_text1 {
  font-family: Arial;
  font-size: 0.42rem;
  font-weight: bold;
  line-height: 0.6rem;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 0em;

  color: #ffffff;
  margin-bottom: 0.4rem;
}
.b_text2 ul {
  display: flex;
  gap: 0.3rem;
  justify-content: center;
}
.b_text2 ul li {
  font-family: Arial;
  font-size: 0.2rem;
  font-weight: bold;
  text-align: center;
  color: #2184e5;
  background: rgba(255, 255, 255, 0.6);
  padding: 0.13rem 0.35rem;
  border-radius: 0.4rem;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.b_text3 {
  position: absolute;
  top: 31.57%;
  left: 13.54%;
  z-index: 3;
  text-align: center;
  width: 35.2%;
}
.b_text3_text1 {
  font-family: Arial;
  font-size: 0.42rem;
  font-weight: bold;
  line-height: 0.6rem;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0.3rem;
}
.b_text3_text2 {
  font-family: Arial;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.32rem;
  color: #ffffff;
  text-align: left;
  width: 77.3%;
  margin-bottom: 0.8rem;
}
.b_text3_btn {
  display: flex;
}
@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1366px) {
  .b_text2 {
    width: 70%;
  }
  .b_text3 {
    width: 36.2%;
  }
}

@media screen and (max-width: 1200px) {
  .b_text1_text1 {
    font-size: 0.35rem;
    margin-bottom: 0.3rem;
  }
  .b_text2_text1 {
    font-size: 0.35rem;
    line-height: 0.5rem;
    margin-bottom: 0.3rem;
  }
  .b_text2 ul li {
    font-size: 0.18rem;
  }
  .b_text3 {
    width: 41.2%;
    top: 24.5%;
  }
  .b_text3_text1 {
    font-size: 0.35rem;
    line-height: 0.5rem;
    margin-bottom: 0.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .banner-button-prev,
  .banner-button-next {
    display: none;
  }

  .banner-pagination {
    bottom: 0.1rem !important;
  }
  .b_text1 {
    top: 20%;
  }
  .b_text1_text1 {
    font-size: 0.3rem;
    line-height: 0.4rem;
    margin-bottom: 0.25rem;
  }
  .b_text1_text2 {
    font-size: 0.18rem;
    line-height: 0.26rem;
    padding: 0.11rem 0.3rem;
    margin-bottom: 0.3rem;
  }
  .b_text2 {
    width: 77%;
  }
  .b_text2_text1 {
    font-size: 0.3rem;
    line-height: 0.4rem;
    margin-bottom: 0.25rem;
  }
  .b_text2 ul {
    display: flex;
    gap: 0.15rem;
    justify-content: center;
  }
  .b_text2 ul li {
    font-size: 0.16rem;
    padding: 0.13rem 0.2rem;
  }
  .b_text3 {
    left: 7%;
  }
  .b_text3_text1 {
    font-size: 0.3rem;
    line-height: 0.4rem;
    margin-bottom: 0.25rem;
  }
  .b_text3_text2 {
    width: 100%;
    margin-bottom: 0.3rem;
  }
}

@media screen and (max-width: 768px) {
  .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;
  }
  .b_text1_text1 {
    font-size: 0.26rem;
    line-height: 0.4rem;
    margin-bottom: 0.2rem;
  }
  .b_text2_text1 {
    font-size: 0.26rem;
    line-height: 0.4rem;
    margin-bottom: 0.2rem;
  }
  .b_text2 ul li {
    font-size: 0.16rem;
    padding: 0.1rem 0.15rem;
  }
  .b_text3_text1 {
    font-size: 0.2rem;
    line-height: 0.3rem;
    margin-bottom: 0.1rem;
  }
  .b_text3_text2 {
    font-size: 0.16rem;
    line-height: 0.25rem;
    margin-bottom: 0.2rem;
  }
  .b_text3 {
    width: 45.2%;
  }
}

@media screen and (max-width: 560px) {
  .banner .swiper-slide {
    padding-bottom: 62.7%;
  }
  .b_text1 {
    top: 32%;
  }
  .b_text1_text1 {
    font-size: 0.16rem;
    line-height: 0.24rem;
    margin-bottom: 0.2rem;
  }
  .b_text1_text2 {
    display: none;
  }
  .b_text2_text1 {
    font-size: 0.16rem;
    line-height: 0.24rem;
    margin-bottom: 0.2rem;
  }
  .b_text2 {
    top: 25%;
  }
  .b_text2 ul li {
    font-size: 0.1rem;
    padding: 0.05rem 0.12rem;
  }
  .b_text3 {
    width: 52%;
  }
  .b_text3_text1 {
    font-size: 0.16rem;
    line-height: 0.26rem;
    margin-bottom: 0.1rem;
  }
  .b_text3_text2 {
    font-size: 0.14rem;
    line-height: 0.21rem;
    width: 90%;
  }
  .b_text3_btn {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  .b_text3_text2 {
    display: none;
  }
  .b_text3 {
    width: 42%;
    top: 31%;
  }
  .b_text3_btn {
    display: flex;
  }
  .b_text3_text1 {
    font-size: 0.14rem;
    line-height: 0.22rem;
    margin-bottom: 0.2rem;
  }
}
@media screen and (max-width: 320px) {
  .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;
  }
  .b_text2 {
    top: 30%;
  }
  .b_text2 ul li {
    display: none;
  }
}

/* ---------------------hot_sale_products---------------- */
.hot_sale_products {
  background: #f7f7f7;
  padding: 0.6rem 0;
  position: relative;
}
.hot_sale_products .hspmc_bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 5rem;
  height: 4.24rem;
  object-fit: cover;
  z-index: 0;
}
.hsp_maxbox {
}

.hspm_top {
  margin-bottom: 0.5rem;
}
.hspm_contain {
}
.hspmc_btnbox {
  display: flex;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.hspmc_btnbox ul {
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
}
.hspmc_btnbox ul li {
  position: relative;
  overflow: hidden;
  font-family: Arial;
  font-size: 0.18rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  border: 1.18px solid var(--i_color);
  border-radius: 0.36rem;
  padding: 0.12rem 0.25rem;
  box-sizing: border-box;
  cursor: pointer;
  transition: color 0.55s ease;
}

/* 动画背景层 */
.hspmc_btnbox ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--i_color);
  border-radius: 0.36rem;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.55s ease;
  z-index: 0;
}

/* 文字层 */
.hspmc_btnbox ul li a,
.hspmc_btnbox ul li {
  position: relative;
  z-index: 1;
}

/* hover 或 active 触发动画 */
.hspmc_btnbox ul li:hover::before,
.hspmc_btnbox ul li.active::before {
  transform: scaleX(1);
}

.hspmc_btnbox ul li:hover a,
.hspmc_btnbox ul li.active a {
  color: #fff;
}

.home_hot_product_list {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 1;
}
.home_hot_product_list {
  display: none;
}

.home_hot_product_list.active {
  display: block;
}
.home_hot_product_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}

.home_hot_product_list .swiper-slide {
  flex-shrink: 0;
  background: #fff;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  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;
  border-radius: 0.1rem;
  overflow: hidden;
  cursor: pointer;
}
.home_hot_product_list ul li span {
  position: relative;
  display: block;
  overflow: hidden;
}
.home_hot_product_list ul li span::before {
  content: "";
  padding-bottom: 100%;
  display: block;
}
.home_hot_product_list ul li span img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  transition: transform 0.4s ease;
}
.home_hot_product_list ul li:hover span img {
  transform: scale(1.08);
}
.home_hot_product_list ul li p {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.22rem 0;
  box-sizing: border-box;
  font-family: Arial;
  font-size: 0.18rem;
  text-align: center;
  color: #333333;
  transition: color 0.35s ease;
}

/* 背景动画层 */
.home_hot_product_list ul li p::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: var(--i_color);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.35s ease;
  z-index: 0;
}

/* 文字层 */
.home_hot_product_list ul li p i,
.home_hot_product_list ul li p {
  position: relative;
  z-index: 1;
}

/* hover 触发 */
.home_hot_product_list ul li:hover p::before {
  transform: scaleY(1);
}

.home_hot_product_list ul li:hover p {
  color: #fff;
}
.hhpl_pagination {
  text-align: center;
}

.hhpl_pagination .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  display: inline-block;
  margin: 0 6px;
  -webkit-border-radius: 2rem;
  border-radius: 2rem;
  background: rgba(153, 153, 153, 0.5);
  outline: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}

.hhpl_pagination .swiper-pagination-bullet-active {
  width: 0.19rem;
  background: var(--i_color);
  background-size: contain;
  border-radius: 0.24rem;
  -webkit-border-radius: 0.24rem;

  -moz-border-radius: 0.24rem;
  -ms-border-radius: 0.24rem;
  -o-border-radius: 0.24rem;
}

@media screen and (max-width: 1024px) {
  .hspmc_btnbox ul {
    gap: 0.2rem;
  }
  .hspmc_btnbox ul li {
    font-size: 0.16rem;
  }
  .hspm_top {
    margin-bottom: 0.3rem;
  }
  .hspmc_btnbox {
    margin-bottom: 0.3rem;
  }
  .hot_sale_products .hspmc_bg {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .hspmc_btnbox ul li {
    font-size: 0.15rem;
    padding: 0.1rem 0.2rem;
  }
  .home_hot_product_list ul li p {
    padding: 0.15rem 0;
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 560px) {
  .hot_sale_products {
    padding: 0.3rem 0;
  }
  .hspmc_btnbox ul li {
    font-size: 0.13rem;
    width: 100%;
  }
  .hspmc_btnbox ul {
    justify-content: center;
    gap: 0.1rem;
  }
}
/* ---------------------------------home_about_company-------------------------------- */
.home_about_company {
  padding: 0.6rem 0;
}

.hac_maxbox {
}
.hacm_top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.6rem;
}
.hacm_top .hacmt_title {
  width: 33%;
}
.hacmt_title h3 {
  font-family: Arial;
  font-size: 0.38rem;
  font-weight: bold;
  line-height: 0.5rem;
  text-transform: capitalize;
  letter-spacing: 0em;
  color: var(--i_color);
  flex-shrink: 0;
  position: relative;
  box-sizing: border-box;
  padding: 0 0 0.25rem 0;
}
.hacmt_title h3::before {
  position: absolute;
  content: "";
  width: 17%;
  height: 0.03rem;
  background: var(--i_color);
  left: 0;
  bottom: 0;
}
.hacmt_des {
  width: 56%;
}
.hacmt_des h4 {
  font-family: Arial;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.24rem;
  letter-spacing: 0em;
  color: #333333;
  margin-bottom: 0.4rem;
}
.hacmt_btn {
  display: flex;
}

@media screen and (max-width: 1024px) {
  .hacm_top .hacmt_title {
    width: 40%;
  }
  .hacmt_title h3 {
    font-size: 0.3rem;
    line-height: 0.4rem;
  }
  .hacmt_des h4 {
    margin-bottom: 0.2rem;
  }
  .hacm_top {
    margin-bottom: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .hacm_top {
    display: flex;
    flex-direction: column;
  }
  .hacm_top .hacmt_title {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .hacmt_title h3 {
    padding: 0 0 0.1rem 0;
  }

  .hacmt_des {
    width: 100%;
  }
}
.hacm_video {
  margin-bottom: 0.5rem;
}
.hacm_video span {
  position: relative;
  display: block;
  border-radius: 0.1rem;
  overflow: hidden;
}
.hacm_video span::before {
  content: "";
  display: block;
  padding-bottom: 34.5%;
}
.hacm_video span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.hacm_video i {
  display: block;
  width: 0.74rem;
  height: 0.74rem;
  border-radius: 50%;
  cursor: pointer;
  background: url("static/images/video_pic.webp") center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.i_v_btn::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0;
  z-index: 2;
  animation: serv_one_border 2s 0s ease infinite;
}

@keyframes serv_one_border {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.5);
    -ms-transform: translate(-50%, -50%) scale(1.5);
    -o-transform: translate(-50%, -50%) scale(1.5);
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    -moz-transform: translate(-50%, -50%) scale(1.5);
  }
}

@keyframes yuan {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@media screen and (max-width: 560px) {
  .hacm_video i {
    width: 0.5rem;
    height: 0.5rem;
  }
}
/* eject videos */
.vd_box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999999;
}
.vd_box_area {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2014;
  width: 60%;
  max-height: 90%;
}
.vd_box_area::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.close_v {
  position: absolute;
  top: -0.2rem;
  right: -0.2rem;
  width: 0.4rem;
  height: 0.4rem;
  background: var(--i_color);
  z-index: 2;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
.close_v::before {
  content: "+";
  position: absolute;
  top: 46%;
  left: 53%;
  font-size: 0.44rem;
  color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.vd_box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .vd_box_area {
    width: 80%;
  }
  .close_v::before {
    font-size: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .vd_box_area {
    width: 88%;
  }
  .close_v {
    top: -0.15rem;
    right: -0.15rem;
    width: 0.3rem;
    height: 0.3rem;
  }
  .close_v::before {
    font-size: 0.3rem;
  }
}

/* eject videos */
.vd_box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999999;
}
.vd_box_area {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2014;
  width: 60%;
  max-height: 90%;
}
.vd_box_area::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.close_v {
  position: absolute;
  top: -0.2rem;
  right: -0.2rem;
  width: 0.4rem;
  height: 0.4rem;
  background: var(--i_color);
  z-index: 2;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
.close_v::before {
  content: "+";
  position: absolute;
  top: 46%;
  left: 53%;
  font-size: 0.44rem;
  color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.vd_box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .vd_box_area {
    width: 80%;
  }
  .close_v::before {
    font-size: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .vd_box_area {
    width: 88%;
  }
  .close_v {
    top: -0.15rem;
    right: -0.15rem;
    width: 0.3rem;
    height: 0.3rem;
  }
  .close_v::before {
    font-size: 0.3rem;
  }
}

.hacm_card {
}
.hacm_card ul {
  display: flex;
  justify-content: space-between;
}
.hacm_card ul li {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  position: relative;
}
.hacm_card ul li::before {
  width: 80%;
  height: 0.01rem;
  content: "";
  background: rgba(51, 51, 51, 0.5);
  position: absolute;
  top: 65%;
  left: 0;
  transform: translateY(-65%);
}

.hacmc_data {
  display: flex;
  align-items: flex-end;
}
.hacmc_data img {
  width: 0.65rem;
  height: 0.65rem;
  object-fit: contain;
  margin-right: 0.15rem;
}
.hacmc_data p {
  font-family: Arial;
  font-size: 0.66rem;
  line-height: 1;
  color: #333333;
}
.hacmc_data p i {
  font-family: Arial;
  font-size: 0.66rem;
  color: #333333;
}
.hacmc_title {
  font-family: Arial;
  font-size: 0.16rem;
  line-height: 30px;
  color: #666666;
}

@media screen and (max-width: 1024px) {
  .hacmc_data p,
  .hacmc_data p i {
    font-size: 0.5rem;
  }
  .hacmc_data img {
    width: 0.5rem;
    height: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .hacmc_data p,
  .hacmc_data p i {
    font-size: 0.4rem;
  }
  .hacmc_data img {
    width: 0.4rem;
    height: 0.4rem;
  }
  .hacm_card ul li {
    gap: 0.2rem;
  }
  .hacm_card ul li::before {
    top: 60%;
  }
  .hacmc_title {
    font-size: 0.14rem;
    line-height: 30px;
  }
}
@media screen and (max-width: 560px) {
  .home_about_company {
    padding: 0.3rem 0;
  }
  .hacmt_title h3 {
    font-size: 0.24rem;
    line-height: 0.35rem;
  }
  .hacmc_data p,
  .hacmc_data p i {
    font-size: 0.3rem;
  }
  .hacm_card ul {
    flex-wrap: wrap;
    gap: 0.2rem 0;
  }
  .hacm_card ul li {
    width: 48%;
  }
  .hacm_card ul li::before {
    top: 63%;
  }
  .hacmc_title {
    font-size: 0.12rem;
    line-height: 0.2rem;
  }
  .hacm_video {
    margin-bottom: 0.3rem;
  }
}
@media screen and (max-width: 375px) {
  .hacm_card ul li {
    width: 100%;
  }
  .hacmt_des h4 {
    font-size: 0.14rem;
  }
}
/* ----------------------------------------home_why_choose_us---------------------------- */
.home_why_choose_us {
  /* padding: 0.6rem 0;  */
  position: relative;
}

.hwcu_maxbox {
  position: relative;
  overflow: hidden;
  height: 100vh;
}

.hwcu_maxbox::before {
  content: "";
  display: block;
  padding-bottom: 49.65%;
}

.hwcum_picbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hwcum_picbox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.05);
  transition:
    opacity 0.6s ease,
    transform 0.8s ease;
}

.hwcum_picbox img.active {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}

.hwcum_contain {
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
  width: 72.9%;
  z-index: 3;
}
.hwcumc_top {
  margin-bottom: 0.8rem;
}
.hwcu_title {
  width: 49.3%;
  align-items: flex-start;
}
.hwcu_title h3 {
  color: #fff;
}
.hwcu_title h4 {
  text-align: left;
  color: rgba(255, 255, 255, 0.6);
}
.hwcu_title h3::before,
.hwcu_title h3::after {
  background: #fff;
}
.hwcumc_contain {
  display: flex;
  justify-content: space-between;
}
.hwcumcc_left {
  width: 29%;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  padding: 0 0 0 0.7rem;
  box-sizing: border-box;
  position: relative;
}
.hwcumcc_left::before {
  content: "";
  height: 100%;
  width: 0.01rem;
  background: rgba(216, 216, 216, 0.6);
  position: absolute;
  top: 0;
  left: 0.15rem;
}
.hwcumcc_left li {
  font-family: Arial;
  font-size: 0.2rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  padding: 0.4rem 0;
}
.hwcumcc_left li::before {
  content: "";
  position: absolute;
  left: -0.6rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 0.1rem;
  background: #fff;
  border-radius: 50%;
}
.hwcumcc_left li.active {
  color: #fff;
}
.hwcumcc_left li.active::before {
  background: var(--i_color);
}
.hwcumcc_left li.active::after {
  width: 0.2rem;
  height: 0.2rem;
  content: "";
  position: absolute;
  left: -0.66rem;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #fff;
  border-radius: 50%;
}
.hwcumcc_right {
  width: 53%;
  position: relative;
}
.hwcumcc_right li {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0.1rem;
  padding: 0.4rem 0.5rem 0.5rem 0.5rem;
  box-sizing: border-box;
  height: 73%;
  border: 1px solid #fff;
}

.hwcumcc_right li img {
  position: absolute;
  top: -0.3rem;
  right: 0.5rem;
  width: 0.6rem;
  height: 0.6rem;
  object-fit: cover;
}
.hwcumcc_right li.active {
  opacity: 1;
}
.hwcumccr_maxbox {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.hwcumccr_maxbox h3 {
  font-family: Arial;
  font-size: 0.22rem;
  font-weight: bold;
  line-height: 0.36rem;
  color: #ffffff;
  margin-bottom: 0.2rem;
}
.hwcumccr_maxbox h4 {
  font-family: Arial;
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #ffffff;
  overflow-y: auto;
  height: 80%;
}

@media screen and (max-width: 1440px) {
  .hwcum_contain {
    width: 92%;
  }
  .hwcumcc_left li {
    padding: 0.3rem 0;
  }
  .hwcu_maxbox::before {
    content: "";
    display: block;
    padding-bottom: 50%;
  }
}
@media screen and (max-width: 1200px) {
  .hwcumcc_left li {
    padding: 0.25rem 0;
  }
  .hwcu_maxbox::before {
    content: "";
    display: block;
    padding-bottom: 55%;
  }
  .hwcumcc_right li img {
    width: 0.5rem;
    height: 0.5rem;
  }
  .hwcumcc_right li {
    padding: 0.3rem 0.4rem 0.4rem 0.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .hwcumcc_left li {
    font-size: 0.18rem;
    padding: 0.2rem 0;
  }
  .hwcumcc_left {
    width: 34%;
  }
  .hwcumc_top {
    margin-bottom: 0.5rem;
  }
  .hwcumcc_right li {
    top: 50%;
    transform: translateY(-50%);

    padding: 0.2rem 0.3rem 0.3rem 0.3rem;
  }
  .hwcumccr_maxbox h3 {
    font-size: 0.18rem;
    margin-bottom: 0.15rem;
  }
  .hwcumccr_maxbox h4 {
    font-size: 0.14rem;
    line-height: 0.22rem;
  }
  .hwcumcc_right li img {
    width: 0.45rem;
    height: 0.45rem;
    top: -0.25rem;
  }
}

@media screen and (max-width: 768px) {
  .hwcumcc_left {
    padding: 0 0 0 0.4rem;
  }
  .hwcumcc_left li {
    font-size: 0.16rem;
    padding: 0.15rem 0;
  }
  .hwcumcc_left {
    width: 41%;
  }
  .hwcumcc_left li.active::after {
    left: -0.356rem;
  }
  .hwcumcc_left li::before {
    left: -0.3rem;
  }
  .hwcu_maxbox::before {
    padding-bottom: 68%;
  }
  .hwcumcc_right li {
    padding: 0.1rem 0.2rem 0.2rem 0.2rem;
    height: 100%;
  }
  .hwcumcc_right li img {
    width: 0.4rem;
    height: 0.4rem;
    top: -0.2rem;
  }
  .hwcum_contain {
    top: 8%;
  }
  .hwcu_maxbox {
    height: auto;
  }
}
@media screen and (max-width: 560px) {
  .hwcu_title {
    width: 100%;
    align-items: center;
  }
  .hwcu_maxbox::before {
    padding-bottom: 110%;
  }
  .hwcumc_contain {
    display: flex;
    flex-direction: column;
  }

  .hwcumcc_left li.active::before,
  .hwcumcc_left li::before,
  .hwcumcc_left li.active::after,
  .hwcumcc_left::before {
    display: none;
  }
  .hwcumcc_left {
    padding: 0;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .hwcumcc_left li {
    width: 48%;
  }
  .hwcumcc_right {
    width: 100%;
    height: 2.5rem;
  }

  .hwcum_contain {
    top: 5%;
  }
  .hwcumc_top {
    margin-bottom: 0.2rem;
  }
  .hwcumcc_left li {
    font-size: 0.15rem;
    padding: 0.1rem 0;
  }
  .hwcumccr_maxbox h3 {
    font-size: 0.16rem;
    margin-bottom: 0.1rem;
  }
}
@media screen and (max-width: 425px) {
  .hwcu_maxbox::before {
    padding-bottom: 156%;
  }
}
@media screen and (max-width: 320px) {
  .hwcu_maxbox::before {
    padding-bottom: 195%;
  }
}

/* -----------------------------------------Partners------------------------------ */
.home_partners {
  padding: 0.6rem 0;
  background: rgba(247, 247, 247, 0.6);
}
.hp_top {
  margin-bottom: 0.5rem;
}
.partner_list {
  position: relative;
  overflow: hidden;
  padding: 0.1rem 0.1rem 0.3rem 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;
  border: 1px solid rgba(51, 51, 51, 0.3);
  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;
  border-radius: 0.05rem;
  overflow: hidden;
}

.partner_list li span {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.partner_list li span::before {
  content: "";
  display: block;
  padding-bottom: 40%;
}

.partner_list li span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.partner-pagination {
  text-align: center;
}
/* 进度条容器 */
.partner-pagination.swiper-pagination-progressbar {
  height: 2.59px;
  background: #e0e0e1;
  border-radius: 4px;
  overflow: hidden;
  top: auto;
  bottom: 0rem;
  width: 56.4%;
  left: 50%;
  transform: translateX(-50%);
}

/* 进度条填充 */
.partner-pagination .swiper-pagination-progressbar-fill {
  background: var(--i_color);
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 560px) {
  .home_partners {
    padding: 0.3rem 0;
  }
  .hp_top {
    margin-bottom: 0.3rem;
  }
  .partner_list {
    position: relative;
    overflow: hidden;
    padding: 0 0.1rem 0.3rem 0.1rem;
    box-sizing: border-box;
  }
}

/* --------------------------------------Project Cases------------------------------- */
.home_project_cases {
  padding: 0.6rem 0;
}
.hpc_maxbox {
}
.hpc_maxbox ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-radius: 0.1rem;
  overflow: hidden;
}

.hpc_maxbox ul li {
  background: #eee;
  text-align: center;
  font-size: 20px;
}

/* 第一个占2列 */
.hpc_maxbox ul li:nth-child(1) {
  grid-column: span 2;
}
.hpc_btn {
  display: flex;
}
.hpc_title_li {
  padding: 0.4rem 0.7rem 0.6rem 0.4rem;
  box-sizing: border-box;
}
.hpc_btn {
  margin-top: 0.5rem;
}
.hpc_title {
  align-items: flex-start;
}
.hpc_title h4 {
  text-align: left;
}
.hpc_maxbox ul li {
  cursor: pointer;
}
.hpc_maxbox ul li span {
  position: relative;
  display: block;
  height: 100%;
}
.hpc_maxbox ul li span::before {
  padding-bottom: 100%;
  content: "";
  display: block;
}

.hpc_maxbox ul li span .hpc_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.hpc_info {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex-direction: column;
  gap: 0.2rem;

  opacity: 0;
  transform: translateY(30px);
  background: rgba(0, 0, 0, 0);
  transition: all 0.4s ease;
  padding: 0 0.15rem;
  box-sizing: border-box;
}

.hpc_maxbox ul li:hover .hpc_info {
  opacity: 1;
  transform: translateY(0);
  background: rgba(0, 0, 0, 0.5);
}
.hpc_info h3 {
  font-family: Arial;
  font-size: 0.16rem;
  font-weight: bold;
  line-height: 0.24rem;
  text-align: center;
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hpc_info h4 {
  font-family: Arial;
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.22rem;
  text-align: center;
  color: #ffffff;
}
.hpc_info i {
  width: 0.38rem;
  height: 0.38rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--i_color);
  border-radius: 50%;
}
.hpc_info i img {
  width: 0.12rem;
  height: 0.11rem;
  object-fit: contain;
}

@media screen and (max-width: 1200px) {
  .hpc_title_li {
    padding: 0.3rem 0.5rem 0.3rem 0.3rem;
  }
  .hpc_btn {
    margin-top: 0.3rem;
  }
}

@media screen and (max-width: 1024px) {
  .hpc_maxbox ul {
    grid-template-columns: repeat(3, 1fr);
  }

  .hpc_maxbox ul li:nth-child(1) {
    grid-column: span 3;
  }
}
@media screen and (max-width: 768px) {
  .hpc_info {
    gap: 0.1rem;
  }
  .hpc_info h3 {
    font-size: 0.14rem;
    line-height: 0.2rem;
  }
  .hpc_info h4 {
    font-size: 0.12rem;
    line-height: 0.2rem;
  }
  .hpc_info i {
    width: 0.3rem;
    height: 0.3rem;
  }
}
@media screen and (max-width: 560px) {
  .hpc_maxbox ul {
    grid-template-columns: repeat(1, 1fr);
  }

  .hpc_maxbox ul li:nth-child(1) {
    grid-column: span 1;
  }
  .hpc_info {
    gap: 0.2rem;
  }
  .home_project_cases {
    padding: 0.3rem 0;
  }
  .hpc_info h3 {
    font-size: 0.18rem;
    line-height: 0.3rem;
  }
  .hpc_info h4 {
    font-size: 0.14rem;
    line-height: 0.24rem;
  }
  .hpc_title h4 {
    width: 100%;
  }
  .hpc_title_li {
    padding: 0.3rem;
  }
}
/* -------------------------------------home_news---------------------------------- */
.home_news {
  padding: 0.6rem 0;
}
.hn_maxbox {
}
.hnm_top {
  margin-bottom: 0.5rem;
}
.hnm_contain {
}
.hnm_contain ul {
  display: flex;
  gap: 0.4rem;
  border-top: 1px solid rgba(51, 51, 51, 0.2);
  padding-top: 0.3rem;
}
.hnm_contain ul li {
  width: calc((100% - 2 * 0.4rem) / 3);
}
.hnm_contain ul li h3 {
  font-family: Arial;
  font-size: 0.18rem;
  color: #666666;
  margin-bottom: 0.3rem;
}
.hnm_contain ul li h4 {
  font-family: Arial;
  font-size: 0.22rem;
  font-weight: bold;
  line-height: 0.3rem;
  color: #333333;
  margin-bottom: 0.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 显示2行 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.hnm_contain ul li h5 {
  font-family: Arial;
  font-size: 0.18rem;
  line-height: 0.28rem;
  color: #666666;
  margin-bottom: 0.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 显示2行 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.hnm_contain ul li span {
  position: relative;
  display: block;
  margin-bottom: 0.2rem;
  overflow: hidden;
  border-radius: 0.1rem;
  overflow: hidden;
}
.hnm_contain ul li span::before {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.hnm_contain ul li span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.hnm_contain ul li p {
  font-family: Arial;
  font-size: 0.18rem;
  color: #666666;
}
.hnm_contain ul li p img {
  filter: brightness(0) saturate(100%) invert(40%);
  margin-left: 0.1rem;
}
.hnm_contain ul li:hover h4 {
  color: var(--i_color);
}
.hnm_contain ul li:hover p {
  color: var(--i_color);
}
.hnm_contain ul li:hover p img {
  filter: brightness(0) saturate(100%) invert(37%) sepia(93%) saturate(1782%)
    hue-rotate(198deg) brightness(96%) contrast(95%);
}
.hnm_contain ul li:hover span img {
  transform: scale(1.12);
}

@media screen and (max-width: 1200px) {
  .hnm_contain ul li h3 {
    margin-bottom: 0.2rem;
  }
  .hnm_contain ul li h4 {
    font-size: 0.2rem;
    line-height: 0.3rem;
    margin-bottom: 0.15rem;
  }
}
@media screen and (max-width: 1024px) {
  .hnm_contain ul li h3 {
    margin-bottom: 0.1rem;
    font-size: 0.16rem;
  }
  .hnm_contain ul li h4 {
    font-size: 0.18rem;
    line-height: 0.25rem;
    margin-bottom: 0.1rem;
  }
  .hnm_contain ul li h5 {
    font-size: 0.16rem;
    line-height: 0.25rem;
    margin-bottom: 0.1rem;
  }
  .hnm_contain ul li p {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 768px) {
  .hnm_contain ul {
    gap: 0.2rem;
    padding-top: 0.2rem;
    flex-wrap: wrap;
  }
  .hnm_contain ul li {
    width: calc((100% - 0.2rem) / 2);
    margin-bottom: 0.2rem;
  }
}
@media screen and (max-width: 560px) {
  .hnm_top {
    margin-bottom: 0.3rem;
  }
  .hnm_contain ul li {
    width: 100%;
    margin-bottom: 0.1rem;
  }
  .hnm_contain ul li h3 {
    font-size: 0.14rem;
  }
  .hnm_contain ul li h4 {
    font-size: 0.16rem;
    line-height: 0.25rem;
  }
  .hnm_contain ul li h5 {
    font-size: 0.14rem;
    line-height: 0.25rem;
  }
  .hnm_contain ul li p {
    font-size: 0.14rem;
  }
  .home_news {
    padding: 0.3rem 0;
  }
}
/* ---------------------------------------products_banner--------------------------------------- */
.products_banner {
  width: 100%;
  position: relative;
}

.products_banner::before {
  content: "";
  display: block;
  padding-bottom: 34%;
}

.products_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .products_banner::before {
    content: "";
    display: block;
    padding-bottom: 36.5%;
  }
}
@media screen and (max-width: 425px) {
  .products_banner::before {
    content: "";
    display: block;
    padding-bottom: 59.5%;
  }
}
/* ---------------------------------------Breadcrumb--------------------------------------- */
.in_position {
  box-sizing: border-box;
  padding: 0.2rem 0;
  background: #f7f7f7;
  position: relative;
  font-family: Arial;
}

.in_position .wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.in_position a {
  display: block;
  font-size: 0.16rem;
  color: #333333;
  position: relative;
  line-height: 0.2rem;
  font-family: Arial;
}

.in_position a:first-child {
  padding-left: 0.26rem;
}

.in_position a:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 0.18rem;
  height: 0.18rem;
  background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="80" height="80" viewBox="0 0 2048 2048"%3E%3Cpath fill="currentColor" d="m1024 165l941 942l-90 90l-83-82v805h-640v-640H896v640H256v-805l-83 82l-90-90l941-942zm640 1627V987l-640-640l-640 640v805h384v-640h512v640h384z"%2F%3E%3C%2Fsvg%3E')
    no-repeat center;
  background-size: contain;
}

.in_position a:not(:last-child):after {
  content: ">";
  margin: 0 4px;
  color: #555;
}

.in_position a:last-child {
  color: var(--i_color) !important;
}

.in_position a:hover {
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .in_position {
    padding: 0.16rem 0;
  }

  .in_position a {
    font-size: 14px;
  }
}

@media screen and (max-width: 560px) {
  .in_position {
    padding: 0.12rem 0;
  }

  .in_position a {
    font-size: 13px;
  }
}
/* ---------------------------------------products.html--------------------------------- */
/* ---------------------------------------products--------------------------------------- */
.products_bac {
  box-sizing: border-box;
  background-color: #f7f7f7;
  padding: 0.6rem 0;
}

.products {
  display: flex;
  justify-content: space-between;
}

.products_left {
  width: 25.7%;
  box-sizing: border-box;
  flex-shrink: 0;
}

.products_left_all {
  background-color: transparent;
}

.products_left_h2 {
  font-family: Arial;
  font-size: 0.36rem;
  font-weight: bold;
  line-height: normal;
  text-align: left;
  letter-spacing: 0em;
  color: #333333;
  margin-bottom: 0.15rem;
}

.products_left_h2 iconify-icon {
  color: #fff;
  font-size: 0.34rem;
  margin-left: 0.1rem;
  font-weight: bold;
  margin-bottom: 2px;
  display: none;
}

.list {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-radius: 0.06rem;
}

.list li {
  position: relative;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.list li:last-child {
  border-bottom: none;
}
/* .list li::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	width: 100%;
	height: 1px;
	background-color: rgba(51, 51, 51, 0.2);
} */

.list_a {
  box-sizing: border-box;
  padding: 0.2rem 0.2rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background-color: transparent;
  border-radius: 0.06rem;
}

.list_a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--i_color);
  width: 0;
  height: 100%;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}

.list .list_a a {
  font-size: 0.16rem;
  color: #222;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 110%;
  transition: all 0.3s ease;
  display: block;
  font-family: Arial;
}

.list .list_a i {
  width: 0.5rem;
  height: 0.55rem;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  cursor: pointer;
}

.list .list_a i iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.24rem;
  color: #222;
  transition: all 0.3s ease;
}

.list_dl {
  padding: 0.1rem 0.15rem 0 0.15rem;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  box-sizing: border-box;
  gap: 0.1rem;
  background: #fff;
}

.list_dl dt {
  box-sizing: border-box;
  padding: 0.15rem 0 0.17rem 0;
  border-radius: 0.06rem;
}

.list_dl dt a {
  font-size: 0.16rem;
  color: #333;
  display: block;
  transition: all 0.3s ease;
  position: relative;
  box-sizing: border-box;
  padding: 0rem 0.2rem;
  font-family: Arial;
}

/* .list_dl dt a::after {
  content: "";
  position: absolute;
  left: -0.1rem;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.07rem;
  height: 0.07rem;
  background-color: var(--i_color);
  opacity: 0;
  transition: all 0.3s ease;
  border-radius: 50%;
  border-radius: 0.06rem;
} */

.list_dl dt a:hover::after,
.list_dl dt a:hover::before {
  opacity: 1;
}

.list_active {
}

.list_active .list_a::after {
  width: 100%;
  left: 0;
  right: auto;
}

.list_active .list_a i iconify-icon {
  color: #fff;
  transform: translate(-50%, -50%) rotate(180deg);
}

.list_active .list_a a {
  color: #fff;
  display: block;
}

.list_dl_active a::after,
.list_dl_active a::before {
  opacity: 1 !important;
  left: 0 !important;
}

.list_dl dt a:hover::after {
  opacity: 1 !important;
  left: 0 !important;
}

.list_dl dt a:hover {
  color: var(--i_color);
}
.list_dl_active {
  background: #f4f4f4;
}
.list_dl_active a {
  color: var(--i_color) !important;
}

.list_active .list_dl {
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1366px) {
}

@media screen and (max-width: 1200px) {
  .products_left_h2 {
    font-size: 0.26rem;
  }
}

@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;
  }

  .products_left_h2 {
    color: #fff;
    background-color: var(--i_color);
    box-sizing: border-box;
    padding: 0.15rem 0;
  }

  .products_left_all {
    padding: 0.2rem;
  }
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 768px) {
  .products_left_h2 {
    font-size: 0.2rem;
  }

  .products_left_h2 iconify-icon {
    font-size: 0.3rem;
  }
}

@media screen and (max-width: 560px) {
  .products_left_h2 {
    font-size: 0.18rem;
  }

  .products_left_h2 iconify-icon {
    font-size: 0.25rem;
  }
  .products_left_all {
    padding: 0 0.2rem;
  }
}

@media screen and (max-width: 425px) {
  .products_bac {
    box-sizing: border-box;
    background-color: #fff;
    padding: 0.3rem 0;
  }
}

.products_right {
  width: 71.5%;
}

.products_right_top {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  margin-bottom: 0.2rem;
}

.products_right_top_title {
  color: var(--i_color);
  font-family: Arial;
  font-weight: 600;
  font-size: 0.32rem;
}

.products_right_top_des {
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #333;
}

@media screen and (max-width: 1200px) {
  .products_right_top_title {
    font-size: 0.35rem;
  }
}

@media screen and (max-width: 1024px) {
  .products_left {
    margin-bottom: 0.2rem;
  }

  .products {
    display: block;
  }

  .products_right_top_title {
    display: flex;
    justify-content: center;
  }

  .products_right_top_des {
    display: flex;
    justify-content: center;
  }
  .products_right {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .products_right_top_title {
    font-size: 0.3rem;
  }
  .products_right_top_des {
    font-size: 0.16rem;
    line-height: 0.25rem;
  }
}

@media screen and (max-width: 425px) {
  .products_right_top_des {
    font-size: 0.15rem;
    line-height: 0.22rem;
  }
}

@media screen and (max-width: 375px) {
  .products_right_top_des {
    font-size: 0.13rem;
    line-height: 0.18rem;
  }
}

/* Paging */

.in_paging {
  --size: 30px;

  --border_radius: 5px;

  --curr_color: var(--i_color);
  box-sizing: border-box;
}

.in_paging ul {
  display: -webkit-flex;

  display: flex;

  flex-wrap: wrap;

  justify-content: center;

  align-items: center;

  text-align: center;
  width: 100%;
}

.in_paging li {
  min-width: var(--size);

  margin: 0 4px;
}

.in_paging a,
.in_paging span {
  display: block;

  padding: 0 10px;

  height: var(--size);

  line-height: calc(var(--size) - 2px);

  font-size: 14px;

  color: #666;

  background: #fff;

  box-sizing: border-box;

  border: 1px solid #ccc;

  -webkit-border-radius: var(--border_radius);

  border-radius: var(--border_radius);

  overflow: hidden;
}

.in_paging ul li:not(:first-child):not(:last-of-type) a,
.in_paging ul li:not(:first-child):not(:last-of-type) span {
  border-radius: 50%;
}

.in_paging i {
  margin-top: 14px;

  width: 100%;

  font-size: 13px;

  color: #888;
}

.in_paging a:hover,
.in_paging .curr_page a,
.in_paging .curr_page span {
  border-color: var(--curr_color) !important;

  background: var(--curr_color);

  color: #fff !important;
}

.products_right_contain_excavatorList ul {
  display: flex;
  gap: 0.2rem;
  flex-wrap: wrap;
}
.products_right_contain_excavatorList ul li {
  width: calc((100% - 2 * 0.2rem) / 3);
  overflow: hidden;
  border-radius: 0.1rem;
}
.products_right_contain_excavatorList ul li span {
  position: relative;
  display: block;
  overflow: hidden;
}
.products_right_contain_excavatorList ul li span::before {
  content: "";
  padding-bottom: 100%;
  display: block;
}
.products_right_contain_excavatorList ul li span img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  transition: transform 0.4s ease;
}
.products_right_contain_excavatorList ul li:hover span img {
  transform: scale(1.08);
}
.products_right_contain_excavatorList ul li p {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.18rem 0;
  box-sizing: border-box;
  font-family: Arial;
  font-size: 0.18rem;
  text-align: center;
  color: #333333;
  transition: color 0.35s ease;
}

/* 背景动画层 */
.products_right_contain_excavatorList ul li p::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: var(--i_color);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.35s ease;
  z-index: 0;
}

/* 文字层 */
.products_right_contain_excavatorList ul li p i,
.products_right_contain_excavatorList ul li p {
  position: relative;
  z-index: 1;
}

/* hover 触发 */
.products_right_contain_excavatorList ul li:hover p::before {
  transform: scaleY(1);
}

.products_right_contain_excavatorList ul li:hover p {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .hspmc_btnbox ul {
    gap: 0.2rem;
  }
  .hspmc_btnbox ul li {
    font-size: 0.16rem;
  }
  .hspm_top {
    margin-bottom: 0.3rem;
  }
  .hspmc_btnbox {
    margin-bottom: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .products_right_contain_excavatorList ul li p {
    padding: 0.15rem 0;
    font-size: 0.14rem;
  }
  .products_right_contain_excavatorList ul li {
    width: calc((100% - 2 * 0.2rem) / 2);
  }
}
@media screen and (max-width: 560px) {
  .hspmc_btnbox ul li {
    font-size: 0.13rem;
    width: 100%;
  }
  .hspmc_btnbox ul {
    justify-content: center;
    gap: 0.1rem;
  }
  .products_right_contain_excavatorList ul li {
    width: 100%;
  }
}

.p_data {
}
.p_data .wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  gap: 0 4%;
}

.pGallery {
  flex-shrink: 0;
  width: 36.2%;
}

.pGallery_list {
  position: relative;
  width: 100%;
  border-radius: 0.06rem;
  overflow: hidden;
}
.pGallery_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.pGallery_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
}
.pGallery_list .swiper-slide span {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.pGallery_list .swiper-slide span::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.pGallery_list .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.public-pagination {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.public-pagination .swiper-pagination-bullet {
  margin: 0 6px;
  width: 8px;
  height: 8px;
  display: inline-block;
  background: #ccc;
  outline: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 50%;
}
.public-pagination .swiper-pagination-bullet::before {
  opacity: 0;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  box-sizing: border-box;

  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.public-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
.public-pagination .swiper-pagination-bullet-active::before {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .public-pagination .swiper-pagination-bullet::before {
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .p_data .wrap {
    flex-wrap: wrap;
    gap: 38px 0;
  }

  .pGallery {
    width: 100%;
  }
  .pGallery_list {
    width: 50%;
  }
  .pGallery {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
  .pGallery_list {
    width: 100%;
  }
  .p_data .wrap {
    gap: 0.2rem 0;
  }
}

.p_info {
  width: 100%;
}
.p_info > p {
  font-weight: bold;
}

.pName {
  padding-bottom: 0.16rem;
  margin: 0.12rem 0 0.3rem;
  position: relative;
}
.pName::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
}
.pName::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%;
  height: 2px;
  background: var(--i_color);
}
.pName h1 {
  color: var(--i_color);
  font-weight: bold;
  font-family: Arial;
}

.pDes {
  border-bottom: 1px solid #ddd;
  position: relative;
}
.pDes article {
  font-size: 0.16rem;
  line-height: 1.8;
}
.pDes_logo {
  display: table;
  margin: 0.5rem 0 0.1rem auto;
  width: 62%;
}
.pDes_logo img {
  width: 100%;
}

.pMenu {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.pBtn {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.24rem;
}
.pBtn li:nth-child(2) {
}
.pBtn a {
}

.pShare {
  margin-left: auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 0.2rem;
}
.pShare dl dt a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 50%;
  background: rgba(33, 132, 229, 0.102);
}
.pShare p {
  font-family: Arial;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: normal;
  text-transform: capitalize;
  letter-spacing: 0em;

  color: #333333;
}
.pShare dl {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 0.2rem;
}
.pShare dt iconify-icon {
  font-size: 0.18rem;
  color: #fff;
}
.pShare dt a:hover {
  background-color: var(--i_color);
}
.pShare dt a:hover iconify-icon {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .pDes_logo {
    margin: 30px 0 6px auto;
    width: 40%;
  }
}
@media screen and (max-width: 560px) {
  .pName {
    padding-bottom: 10px;
    margin: 10px 0 20px;
  }
  .pDes_logo {
    margin: 20px 0 6px auto;
    width: 70%;
  }

  .pShare {
    width: 100%;
    margin: 20px 0 0;
  }
  .pShare dl dt a {
    width: 0.35rem;
    height: 0.35rem;
  }
  .pShare dt iconify-icon {
    font-size: 0.16rem;
  }
}

.productsdetail_sed_bg {
  background: url(static/images/productDetail_sed_bg.webp) no-repeat
    center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.productsdetail_sed_bg span {
  font-family: Arial;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.4rem;
  text-align: center;
  color: #ffffff;
  width: 62%;

  padding: 1rem 0;
  box-sizing: border-box;
}

@media screen and (max-width: 1366px) {
  .productsdetail_sed_bg span {
    font-size: 0.22rem;
    line-height: 0.35rem;
  }
}
@media screen and (max-width: 1024px) {
  .productsdetail_sed_bg span {
    font-size: 0.2rem;
    line-height: 0.3rem;
    width: 80%;
    padding: 0.6rem 0;
  }
}
@media screen and (max-width: 768px) {
  .productsdetail_sed_bg span {
    font-size: 0.18rem;
    line-height: 0.3rem;
    width: 80%;
    padding: 0.4rem 0;
  }
}
@media screen and (max-width: 560px) {
  .productsdetail_sed_bg span {
    font-size: 0.16rem;
    line-height: 0.24rem;
    width: 90%;
    padding: 0.3rem 0;
  }
}

.productsdetail_contain {
  padding: 0.6rem 0;
}
.pc_btnbox {
  padding-bottom: 0.3rem;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  margin-bottom: 0.3rem;
}
.pc_btnbox ul {
  display: flex;
  gap: 0.6rem;
  justify-content: center;
}
.pc_btnbox ul li {
  border-radius: 1.86rem;
  background: #f5f5f5;
  font-family: Arial;
  font-size: 0.22rem;
  font-weight: bold;
  text-align: center;
  color: var(--i_color);
  width: 21.5%;
  padding: 0.1rem 0;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.3s ease;
}
.pc_btnbox ul li.active {
  background: var(--i_color);
  color: #fff;
  transform: scale(1.05);
}

.pc_contain_maxbox {
}
.pc_contain_maxbox .pccm_maxul {
}
.pc_contain_maxbox .pccm_maxul .pccmm_li {
  display: none;
}
.pc_contain_maxbox .pccm_maxul .pccmm_li.active {
  display: block;
}
@media screen and (max-width: 1200px) {
  .pc_btnbox ul li {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .pc_btnbox ul li {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 768px) {
  .pc_btnbox ul li {
    width: 33%;
  }
}
@media screen and (max-width: 560px) {
  .pc_btnbox ul li {
    width: fit-content;
    font-size: 0.16rem;
    padding: 0.07rem 0.2rem;
  }
  .pc_btnbox ul {
    gap: 0.3rem;
  }
  .productsdetail_contain {
    padding: 0.3rem 0;
  }
}
@media screen and (max-width: 320px) {
  .pc_btnbox ul li {
    font-size: 0.14rem;
    padding: 0.07rem 0.1rem;
  }
}
/* -----------------------------------------faq------------------------------- */
.faq_bac {
  box-sizing: border-box;
}
.faq {
}

.faq_ul {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  gap: 0.3rem;
}
.faq_ul li {
  position: relative;
  border-radius: 0.06rem;
  overflow: hidden;
}
.faq_ul li span {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 21%;
  opacity: 0;
  pointer-events: none;
}
.faq_ul li span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.faq_q {
  background-color: #eef6fd;
  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: #333333;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  font-size: 0.2rem;
  font-weight: bold;
}

.faq_q h2 {
  font-size: 0.2rem;
  color: #333;
  font-weight: bold;
  width: calc(100% - 0.72rem);
  box-sizing: border-box;
}
.faq_a {
  display: flex;
  display: -webkit-flex;
  box-sizing: border-box;
  padding: 0rem 0.3rem 0.2rem 0.3rem;

  background: var(--i_color);
}

.faq_a p {
  width: 84%;
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.28rem;
}
.faq_q h3 {
  width: 0.4rem;
  height: 0.4rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  position: relative;
}
.faq_q h3::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 0.2rem;
  background-color: #333;
  transition: all 0.3s ease;
}
.faq_q h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 2px;
  width: 0.2rem;
  background-color: #333;
}
.faq_ul li.on .faq_q h3::after {
  height: 0 !important;
  background-color: #fff !important;
}
.faq_ul li.on .faq_q h3::before {
  background-color: #fff !important;
}
.faq_ul li.on .faq_q {
  background-color: var(--i_color);
}

.faq_ul li.on .faq_q h2 {
  color: #fff !important;
}
.faq_ul li.on span {
  opacity: 1;
}
@media screen and (max-width: 1440px) {
  .faq_q h2 {
    font-size: 0.2rem;
    /* padding-left: 0.15rem; */
  }
  .faq_a p {
    /* padding-left: 0.15rem; */
    font-size: 0.14rem;
    line-height: 0.24rem;
  }
}
@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;
  }
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 767px) {
  .faq_q h2 {
    font-size: 0.18rem;
    /* padding-left: 0.1rem; */
  }
  .faq_a p {
    /* padding-left: 0.1rem; */
  }
  .faq_q {
    padding: 0.2rem 0.4rem;
  }
}
@media screen and (max-width: 560px) {
  .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);
  }

  .faq_ul {
    gap: 0.2rem;
  }
}
@media screen and (max-width: 425px) {
  .faq_q {
    padding: 0.1rem 0.2rem;
  }
  .home_customers_like_title .home_customers_like_title_phone {
    font-size: 0.13rem;
  }
}

/* -------------------------------Related Products------------------------- */
.productsDetail_related_products {
  padding: 0.6rem 0;
  background: #f7f7f7;
}
.prp_top {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 560px) {
  .productsDetail_related_products {
    padding: 0.3rem 0;
  }
  .prp_top {
    margin-bottom: 0.3rem;
  }
}

/* ---------------------------------------------aboutUs.html------------------------------ */
.aboutUs_about_company {
  padding: 0.6rem 0;
  background: linear-gradient(
    180deg,
    #f2f8fd -5%,
    #e9f2fa 5%,
    #ffffff 37%,
    rgba(255, 255, 255, 0) 100%
  );
}
.aac_maxbox {
}
.aacm_top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.aacmt_info {
  width: 58%;
}
.aacmt_info h3 {
  font-family: Arial;
  font-size: 0.38rem;
  font-weight: bold;
  line-height: 0.5rem;
  color: var(--i_color);
  width: 80%;
  margin-bottom: 0.5rem;
  position: relative;
  padding-bottom: 0.2rem;
}
.aacmt_info h3::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 13%;
  height: 0.03rem;
  background: var(--i_color);
  content: "";
}
.aacmt_info h4 {
  font-family: Arial;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #333333;
  margin-bottom: 0.5rem;
}
.aacmt_data {
  width: 35%;
}

.aacmt_data ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  flex-wrap: wrap;
}
.accmtd_top {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
}
.accmtd_top img {
  width: 0.65rem;
  height: 0.65rem;
  object-fit: cover;
}
.accmtd_top p {
  font-family: Arial;
  font-size: 0.66rem;
  color: #333333;
}
.accmtd_bottom {
  font-family: Arial;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666666;
  text-align: right;
  margin-top: 0.1rem;
}
.aacmt_btn {
  display: flex;
}
.aacm_pic {
  position: relative;
}
.aacm_pic span {
  position: relative;
  display: block;
}
.aacm_pic span::before {
  content: "";
  display: block;
  padding-bottom: 34.5%;
}
.aacm_pic span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aacm_pic i {
  display: block;
  width: 1.76rem;
  height: 0.66rem;
  cursor: pointer;
  background: url("static/images/video_pic1.webp") center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1024px) {
  .aacmt_info h3 {
    font-size: 0.3rem;
    line-height: 0.4rem;
    margin-bottom: 0.3rem;
  }
  .aacmt_info h4 {
    margin-bottom: 0.2rem;
  }
  .accmtd_top img {
    width: 0.5rem;
    height: 0.5rem;
  }
  .accmtd_top p {
    font-size: 0.5rem;
  }
  .accmtd_bottom {
    font-size: 0.14rem;
    line-height: 0.2rem;
    margin-top: 0.05rem;
  }
  .aacmt_data ul {
    height: 80%;
  }
  .aacmt_data {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .aacm_pic i {
    width: 1.5rem;
    height: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .aacmt_info h3 {
    padding: 0 0 0.1rem 0;
  }

  .aacmt_info h4 {
    width: 100%;
  }
  .aacm_top {
    flex-direction: column;
  }
  .aacmt_info {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .aacmt_data {
    width: 100%;
  }
  .aacmt_data ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 100%;
    width: 100%;
  }
  .accmtd_top p {
    font-size: 0.35rem;
  }
  .accmtd_top img {
    width: 0.35rem;
    height: 0.35rem;
    margin-right: 0.3rem;
  }
}
@media screen and (max-width: 560px) {
  .aboutUs_about_company {
    padding: 0.3rem 0;
  }
  .aacmt_info h3 {
    width: 100%;
    font-size: 0.24rem;
    line-height: 0.35rem;
    margin-bottom: 0.2rem;
  }
  .aacmt_info h4 {
    font-size: 0.14rem;
    line-height: 0.22rem;

    margin-bottom: 0.3rem;
  }
  .aacmt_data ul li {
    margin-bottom: 0.2rem;
  }
  .aacm_top {
    margin-bottom: 0.1rem;
  }
  .aacm_pic i {
    width: 1.3rem;
    height: 0.3rem;
  }
  .accmtd_top p {
    font-size: 0.24rem;
  }
  .accmtd_top img {
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0;
  }
}
@media screen and (max-width: 375px) {
  .aacmt_data ul li {
    width: 100%;
  }
}

/* -------------------------------------Work Shop-----------------------------------  */
.aboutUs_work_shop {
  padding: 0.6rem 0;
}
.awsm_top {
}
.awsm_contain {
} /*  */
.line_partner_box {
  margin-top: 0.6rem;
}

.line_partner {
  position: relative;
}
.line_partner_list {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.line_partner_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.line_partner_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  flex-direction: column;
  border-radius: 0.08rem;
  transform-style: preserve-3d;
  transition-property: transform;
  overflow: hidden;
}
.line_partner_list li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
}
.line_partner_list .img {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.line_partner_list .img:before {
  content: "";
  display: block;
  padding-bottom: 74%;
}
.line_partner_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.line_partner_list .img img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.line_partner_list p {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0.28rem 0;
  background: var(--i_color);
  font-size: 0.2rem;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  font-family: "med";
  opacity: 0;
  transition: all 0.7s ease;
}

.line_partner_list li.swiper-slide-active p {
  bottom: 0;
  opacity: 1;
}
.line_partner_list li.swiper-slide-active::after {
  opacity: 0;
}

/* 指示器 */
.line_partner .pt-pagination {
  text-align: center;
  margin: 0.4rem auto 0;
}
.line_partner .pt-pagination .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  cursor: pointer;

  display: inline-block;
  margin: 0 0.05rem;
  box-sizing: border-box;

  border-radius: 50%;
  outline: none;
}
.line_partner .pt-pagination .swiper-pagination-bullet-active {
  position: relative;
  border: 1px solid var(--i_color);
  background: var(--i_color);
}

@media screen and (max-width: 1440px) {
  .production_line_bac {
    padding: 0.8rem 0;
  }
  .line_partner_list p {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .line_partner .pt-button-prev,
  .line_partner .pt-button-next {
    display: none;
  }
  .line_partner .pt-pagination {
    display: block;
  }
  .production_line_bac {
    padding: 0.6rem 0;
  }
  .line_partner_list p {
    padding: 0.15rem 0;
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 768px) {
  .line_partner_box {
    margin-top: 0.2rem;
  }
  .line_partner_list p {
    padding: 0.1rem 0;
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 560px) {
  .aboutUs_work_shop {
    padding: 0.3rem 0;
  }
  .line_partner .pt-pagination {
    text-align: center;
    margin: 0.2rem auto 0;
  }
  .line_partner_list p {
    padding: 0.08rem 0;
    font-size: 0.12rem;
  }
}

/* --------------------------------------aboutUs_certificate---------------------------- */
.aboutUs_certificate {
  padding: 0.6rem 0;
}
.ac_maxbox {
  background: #f7f7f7;
  display: flex;
  justify-content: space-between;
}
.acm_title {
  width: 40%;
  padding: 1rem 0 0.9rem 0.7rem;
  box-sizing: border-box;
}

.acm_btn {
  display: flex;
  margin-top: 1.38rem;
}
.ac_title {
  align-items: flex-start;
}
.ac_title h3 {
  margin-bottom: 0.3rem;
}
.ac_title h4 {
  text-align: left;
  width: 100%;
}

.acm_pic {
  width: 60%;
  position: relative;
  padding: 0.6rem 1.3rem 0.6rem 1.4rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pc_list {
  position: relative;
  overflow: hidden;
}
.pc_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.pc_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
}
.pc_list .swiper-slide span {
  position: relative;
  display: block;
}
.pc_list .swiper-slide span::before {
  content: "";
  display: block;
  padding-bottom: 144%;
}
.pc_list .swiper-slide span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.pc-pagination {
  display: block;
  margin-top: 0.3rem;
  text-align: center;
}
.pc_prev,
.pc_next {
  background-color: transparent;
  border: 1px solid var(--i_color);
  width: 0.36rem;
  height: 0.36rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
  z-index: 3;
}
.pc_prev {
  top: 40%;
  left: 7%;
}
.pc_next {
  top: 40%;
  right: 7%;
}
.pc_next img {
  filter: brightness(0) saturate(100%) invert(42%) sepia(95%) saturate(1350%)
    hue-rotate(165deg) brightness(95%);
}

.pc_prev:hover,
.pc_next:hover {
  background-color: var(--i_color);
}
.pc_prev:hover img,
.pc_next:hover img {
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 1440px) {
  .pc_prev {
    top: 50%;
    left: 7%;
  }
  .pc_next {
    top: 50%;
    right: 7%;
  }
}
@media screen and (max-width: 1024px) {
  /* .pc_prev,
  .pc_next {
    display: none;
  } */
}
@media screen and (max-width: 768px) {
  .ac_maxbox {
    flex-direction: column;
  }
  .acm_title {
    width: 100%;
    padding: 0.6rem 0.7rem 0 0.7rem;
  }
  .acm_btn {
    margin-top: 0.3rem;
  }
  .acm_pic {
    width: 100%;
    padding: 0.3rem 1rem;
  }
  .pc_prev {
    left: 5%;
  }
  .pc_next {
    right: 5%;
  }
}
@media screen and (max-width: 560px) {
  .acm_title {
    padding: 0.3rem 0.3rem 0 0.3rem;
  }
  .ac_title h3 {
    margin-bottom: 0.1rem;
  }
  .acm_btn {
    margin-top: 0.15rem;
  }
  .pc_prev {
    left: 8%;
  }
  .pc_next {
    right: 8%;
  }
  .pc_prev,
  .pc_next {
    width: 0.3rem;
    height: 0.3rem;
  }
  .aboutUs_certificate {
    padding: 0.3rem 0;
  }
}
@media screen and (max-width: 375px) {
  .pc_prev,
  .pc_next {
    width: 0.24rem;
    height: 0.24rem;
  }
  .pc_prev img,
  .pc_next img {
    width: 55%;
    height: 45%;
    object-fit: contain;
  }
}

/* -------------------------------------cases.html------------------------------------ */
.cases_maxbox {
  padding: 0.6rem 0;
}

.cm_box {
}
.cm_box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}
.cm_box ul li {
  width: calc((100% - 2 * 0.3rem) / 3);
  border-radius: 0.1rem 0.1rem 0 0;
  cursor: pointer;
  overflow: hidden;
}
.cm_box ul li a {
  display: block;
  position: relative;
}
.cm_box ul li a::before {
  content: "";
  display: block;
  padding-bottom: 124.5%;
}
.cm_box ul li a span {
  height: 75%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.cm_box ul li a span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cm_box ul li a p {
  background: #eef6fd;
  padding: 0.3rem 0.2rem 0.3rem 0.2rem;
  box-sizing: border-box;
  z-index: 3;
  position: relative;
  border-radius: 0.1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 25%;
  width: 100%;
}
.cm_box ul li p i {
  border-bottom: 1px solid var(--i_color);
  display: block;
  padding-bottom: 0.2rem;
}
.cm_box ul li p i b {
  font-family: Arial;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.3rem;

  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

  overflow: hidden;
  text-overflow: ellipsis;
}
.cmb_infobox {
  position: absolute;
  left: 0;
  top: 0;
  background: var(--i_color);
  width: 100%;
  height: 100%;
  z-index: 4;
  border-radius: 0.1rem;
  opacity: 0;
  padding: 0.34rem 0.22rem 0.25rem 0.22rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translateY(80px); /* 初始往下 */
  transition: all 0.6s ease; /* 动画 */
}
.cm_box ul li:hover .cmb_infobox {
  opacity: 1;
  transform: translateY(0);
}
.cmb_infobox h3 {
  font-family: Arial;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.24rem;
  color: #ffffff;

  margin-bottom: 0.2rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cmb_infobox h4 {
  font-family: Arial;
  font-size: 0.16rem;
  line-height: 0.26rem;
  color: #ffffff;
  border-top: #fff 1px solid;
  padding-top: 0.2rem;
}
.cases_btn {
  display: flex;
}
.casesb_box {
  font-family: Arial;
  font-size: 0.18rem;
  color: var(--i_color);
  padding: 0.15rem 0.4rem;
  background: #fff;
  border-radius: 0.4rem;
}

@media screen and (max-width: 1024px) {
  .cm_box ul li a p {
    padding: 0.1rem;
  }
  .cm_box ul li p i b {
    font-size: 0.18rem;

    line-height: 0.25rem;
  }

  .cmb_infobox {
    padding: 0.2rem;
  }
  .cmb_infobox h3 {
    font-size: 0.18rem;
    line-height: 0.24rem;
    padding-bottom: 0.1rem;
    margin-bottom: 0.1rem;
  }
  .cmb_infobox h4 {
    font-size: 0.14rem;
    line-height: 0.24rem;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;

    overflow: hidden;
    text-overflow: ellipsis;
  }
  .casesb_box {
    font-size: 0.16rem;
    padding: 0.1rem 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .cm_box ul li {
    width: calc((100% - 0.3rem) / 2);
  }
}
@media screen and (max-width: 560px) {
  .cm_box ul li {
    width: 100%;
  }
  .cases_maxbox {
    padding: 0.3rem 0;
  }
  .cm_box ul li a::before {
    padding-bottom: 100%;
  }
}

/* ----------------------oem.html---------------------- */
.oem_we_can_provide {
  padding: 0.6rem 0;
}
.owcp_maxbox {
}
.owcpm_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
}
.owcpm_top h3 {
  width: 25%;
  font-family: Arial;
  font-size: 0.4rem;
  font-weight: bold;
  line-height: 0.5rem;
  color: #333333;
}
.owcpm_top h4 {
  width: 62.5%;
  font-family: Arial;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.32rem;
  letter-spacing: 0em;

  color: #333333;
}
.owcpm_contain {
}
.owcpm_contain ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.owcpm_contain ul li {
  cursor: pointer;
}
.owcpm_contain ul li:nth-child(1) {
  width: 52%;
}

.owcpm_contain ul li:nth-child(2) {
  width: 45%;
}

/* 只给第一个做比例 */
.owcpm_contain ul li:nth-child(1) span {
  position: relative;
  display: block;
}
.owcpm_contain ul li span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.1rem;
  overflow: hidden;
}
.owcpm_contain ul li:nth-child(1) span::before {
  content: "";
  display: block;
  padding-bottom: 52%;
}
.owcpm_contain ul li span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.4s ease;
}
.owcpm_contain ul li:hover span img {
  transform: scale(1.1);
}
@media screen and (max-width: 1200px) {
  .owcpm_top h3 {
    font-size: 0.35rem;
  }
  .owcpm_top h4 {
    font-size: 0.17rem;
    line-height: 0.3rem;
  }
  .owcpm_top {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .owcpm_top h3 {
    width: 29%;
    font-size: 0.28rem;
  }
  .owcpm_top h4 {
    font-size: 0.16rem;
    line-height: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .owcpm_top {
    flex-direction: column;
    margin-bottom: 0.3rem;
  }
  .owcpm_top h3 {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .owcpm_top h4 {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
  }
}
@media screen and (max-width: 560px) {
  .oem_we_can_provide {
    padding: 0.3rem 0;
  }
  .owcpm_top h3 {
    font-size: 0.24rem;
  }
  .owcpm_top h4 {
    font-size: 0.14rem;
    line-height: 0.24rem;
  }
  .owcpm_contain ul {
    flex-direction: column;
  }
  .owcpm_contain ul li:nth-child(1) {
    width: 100%;
    margin-bottom: 0.15rem;
  }
  .owcpm_contain ul li:nth-child(2) {
    width: 100%;
  }
  .owcpm_contain ul li:nth-child(2) span::before {
    content: "";
    display: block;
    padding-bottom: 52%;
  }
}
/* -------------------------------OEM Advantages------------------------------------ */
.oem_advantages {
  padding: 0.6rem 0;
  background: url(static/images/oem_advantages_bg.webp) no-repeat center/cover;
}
.oemam_top {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: center;
}
.oemam_title {
  width: 84%;
}
.oemam_title h3 {
  color: #fff;
}
.oemam_title h4 {
  color: rgba(255, 255, 255, 0.6);
}
.oemam_title h3::before,
.oemam_title h3::after {
  background: #fff;
}
.adv_service_ul {
  display: flex;
  gap: 0.3rem;
  margin-top: 0.6rem;
  overflow: hidden;
}

.adv_service_ul li {
  flex-grow: 1;
  width: 36%;
  height: 5.4rem;
  position: relative;
  transition: all 0.7s ease;
  z-index: 2;
  border-radius: 0.1rem;
}

.adv_service_ul li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.4s ease;

  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.adv_service_ul li.adv_service_active {
  flex-grow: 1000 !important;
}

.adv_service_ul li.adv_service_active::before {
  opacity: 0;
}

.adv_service_ul li .asa_bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.1rem;
}

.adv_service_text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0.3rem 0.22rem;
  z-index: 3;
  border-radius: 0 0 0.1rem 0.1rem;
}
.ast_top {
  display: flex;
  align-items: center;
}
.adv_service_text h6 {
  border-radius: 0.1rem;
  overflow: hidden;
  flex-shrink: 0;
}
.adv_service_text h6 img {
  width: 0.6rem;
  height: 0.6rem;
  object-fit: contain;
  margin-right: 0.1rem;
}
.adv_service_text h3 {
  font-size: 0.24rem;
  color: #fff;
  line-height: 0.3rem;
  min-height: 0.7rem;
  text-transform: capitalize;
  font-weight: bold;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-family: Arial;
}

.adv_service_text h4 {
  display: none;
  font-size: 0.18rem;
  color: #fff;
  line-height: 30px;
  width: 39vw;
  /* height: 1.5rem; */
  overflow: hidden;
  overflow-y: auto;
  font-family: Arial;
}

.adv_service_ul li.adv_service_active .adv_service_text {
  background: transparent;
}

.adv_service_ul li.adv_service_active .adv_service_text h3 {
  min-height: unset;
  text-align: left;
}

.adv_service_ul li.adv_service_active .adv_service_text h4 {
  display: block;

  animation: opPrevIn 0.8s cubic-bezier(0.435, 0.25, 0.15, 0.965) alternate;
}

.adv_service_ul li.adv_service_active::after {
  height: 100% !important;
}

@media screen and (max-width: 1440px) {
  .our-advantages {
    padding: 0.3rem 0;
  }
  .adv_service_text h4 {
    width: 54vw;
  }
}
@media screen and (max-width: 1200px) {
  .adv_service_text h4 {
    line-height: 0.3rem;
  }
}

@media screen and (max-width: 1024px) {
  .adv_service_text {
    padding: 0.15rem 0.1rem;
  }
  .adv_service_text h6 img {
    width: 0.45rem;
    height: 0.45rem;
  }
  .adv_service_ul li.adv_service_active .adv_service_text h3 {
    font-size: 0.2rem;
  }
  .adv_service_text h3 {
    font-size: 0.22rem;
  }
  .adv_service_ul li.adv_service_active .adv_service_text h3 {
    font-size: 0.22rem;
  }
  .adv_service_text h4 {
    font-size: 0.16rem;
    line-height: 0.26rem;
    height: 1.3rem;
    overflow: hidden;
    overflow-y: auto;
  }
}

@media screen and (max-width: 768px) {
  .adv_service_ul {
    flex-wrap: wrap;
  }

  .adv_service_ul li {
    width: 100%;
  }
  .adv_service_text h3 {
    font-size: 0.2rem;

    line-height: 0.25rem;

    min-height: 0.6rem;
  }

  .adv_service_text h4 {
    font-size: 0.14rem;

    /* width: 43vw; */
  }

  .adv_service_ul li {
    height: 4rem;
  }
  .our-advantages-top-des {
    font-size: 0.16rem;
  }
  .adv_service_ul li.adv_service_active .adv_service_text h4 {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .our-advantages {
    padding: 0.2rem 0;
  }
  .our-advantages-top {
    gap: 0.1rem;
  }
  .our-advantages-top-des {
    font-size: 0.13rem;
  }

  .adv_service_text h3 {
    font-size: 0.15rem;
    line-height: 0.25rem;
    min-height: 0.6rem;
  }

  .adv_service_text h4 {
    font-size: 0.13rem;
    line-height: 20px;
    /* width: 43vw; */
  }

  .adv_service_ul {
    margin-top: 0.3rem;
  }

  .adv_service_ul li {
    height: 3rem;
  }
  .adv_service_ul li.adv_service_active .adv_service_text h4 {
    width: 100%;
    height: 0.8rem;
    overflow: hidden;
    overflow-y: auto;
  }
  .adv_service_text h6 img {
    width: 0.4rem;
    height: 0.4rem;
  }
  .adv_service_ul li.adv_service_active .adv_service_text h3 {
    font-size: 0.18rem;
  }
  .oem_advantages {
    padding: 0.3rem 0;
  }
  .oemam_top {
    margin-bottom: 0.3rem;
  }
}

@media screen and (max-width: 320px) {
  .our-advantages-top-des {
    font-size: 0.12rem;
  }
  .adv_service_ul li.adv_service_active .adv_service_text h4 {
    width: 100%;
    height: 0.6rem;
    overflow: hidden;
    overflow-y: auto;
  }
  .adv_service_text h3 {
    font-size: 0.13rem;
    line-height: 0.25rem;
    min-height: 0.6rem;
    padding: 0;
  }

  .adv_service_ul li {
    height: 2rem;
  }
}

/* ----------------------------------oem_contactUs_card----------------------------------- */

.oem_contactUs_card {
  padding: 0.6rem 0;
}
.oemcc_maxbox {
  position: relative;
}
.oemcc_maxbox::before {
  content: "";
  display: block;
  padding-bottom: 23%;
}
.oemcc_maxbox span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.06rem;
  overflow: hidden;
}
.oemcc_maxbox span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.oemccm_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 0 0 0.85rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
.oemccm_text p {
  font-family: Arial;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.36rem;
  color: #ffffff;
  margin-bottom: 0.35rem;
  width: 33%;
}
.oemccm_btn {
  display: flex;
}

@media screen and (max-width: 1200px) {
  .oemccm_text p {
    width: 35%;
  }
}
@media screen and (max-width: 1024px) {
  .oemccm_text p {
    width: 45%;
    font-size: 0.22rem;
    line-height: 0.35rem;
  }
  .oemcc_maxbox::before {
    padding-bottom: 25%;
  }
}
@media screen and (max-width: 768px) {
  .oemccm_text {
    padding: 0 0 0 0.5rem;
  }
  .oemccm_text p {
    width: 52%;
    font-size: 0.2rem;
    line-height: 0.3rem;
  }
  .oemcc_maxbox::before {
    padding-bottom: 30%;
  }
}
@media screen and (max-width: 560px) {
  .oemccm_text {
    padding: 0 0 0 0.3rem;
  }
  .oemccm_text p {
    width: 90%;
    font-size: 0.18rem;
    line-height: 0.28rem;
    margin-bottom: 0.2rem;
  }
  .oemcc_maxbox::before {
    padding-bottom: 50%;
  }
  .oem_contactUs_card {
    padding: 0.3rem 0;
  }
}
@media screen and (max-width: 375px) {
  .oemccm_text {
    padding: 0 0 0 0.2rem;
  }
  .oemccm_text p {
    width: 90%;
    font-size: 0.16rem;
  }
}

/* -------------------------------------------------news.html------------------------------- */
.news_maxbox {
  padding: 0.6rem 0;
}
.nm_box {
}
.nmb_btnbox {
  margin-bottom: 0.6rem;
}
.nmb_btnbox ul {
  display: flex;
  gap: 0.3rem;
  justify-content: center;
}
.nmb_btnbox ul li a {
  position: relative;
  display: block;
  font-family: Arial;
  font-size: 0.18rem;
  padding: 0.17rem 0.77rem;
  box-sizing: border-box;
  border-radius: 1.15rem;
  color: var(--i_color);
  border: 1px solid var(--i_color);
  overflow: hidden;
  transition: color 0.3s ease;
}

/* 左→右铺开的背景 */
.nmb_btnbox ul li a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--i_color);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.5s ease;
  z-index: -1;
}

.nmb_btnbox ul li.active a {
  color: #fff;
}

.nmb_btnbox ul li.active a::before {
  transform: scaleX(1);
}

.nmb_contain ul {
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
  padding-top: 0.3rem;
}
.nmb_contain ul li {
  width: calc((100% - 2 * 0.4rem) / 3);
}
.nmb_contain ul li h3 {
  font-family: Arial;
  font-size: 0.18rem;
  color: #666666;
  margin-bottom: 0.3rem;
}
.nmb_contain ul li h4 {
  font-family: Arial;
  font-size: 0.22rem;
  font-weight: bold;
  line-height: 0.3rem;
  color: #333333;
  margin-bottom: 0.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 显示2行 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.nmb_contain ul li h5 {
  font-family: Arial;
  font-size: 0.18rem;
  line-height: 0.28rem;
  color: #666666;
  margin-bottom: 0.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 显示2行 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.nmb_contain ul li span {
  position: relative;
  display: block;
  margin-bottom: 0.2rem;
  overflow: hidden;
}
.nmb_contain ul li span::before {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.nmb_contain ul li span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.nmb_contain ul li p {
  font-family: Arial;
  font-size: 0.18rem;
  color: #666666;
}
.nmb_contain ul li p img {
  filter: brightness(0) saturate(100%) invert(40%);
  margin-left: 0.1rem;
}
.nmb_contain ul li:hover h4 {
  color: var(--i_color);
}
.nmb_contain ul li:hover p {
  color: var(--i_color);
}
.nmb_contain ul li:hover p img {
  filter: brightness(0) saturate(100%) invert(37%) sepia(93%) saturate(1782%)
    hue-rotate(198deg) brightness(96%) contrast(95%);
}
.nmb_contain ul li:hover span img {
  transform: scale(1.12);
}

@media screen and (max-width: 1200px) {
  .nmb_contain ul li h3 {
    margin-bottom: 0.2rem;
  }
  .nmb_contain ul li h4 {
    font-size: 0.2rem;
    line-height: 0.3rem;
    margin-bottom: 0.15rem;
  }
}
@media screen and (max-width: 1024px) {
  .nmb_contain ul li h3 {
    margin-bottom: 0.1rem;
    font-size: 0.16rem;
  }
  .nmb_contain ul li h4 {
    font-size: 0.18rem;
    line-height: 0.25rem;
    margin-bottom: 0.1rem;
  }
  .nmb_contain ul li h5 {
    font-size: 0.16rem;
    line-height: 0.25rem;
    margin-bottom: 0.1rem;
  }
  .nmb_contain ul li p {
    font-size: 0.16rem;
  }
  .nmb_btnbox ul li a {
    font-size: 0.16rem;
    padding: 0.15rem 0.5rem;
  }
  .nmb_btnbox {
    margin-bottom: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .nmb_contain ul {
    gap: 0.2rem;
    padding-top: 0.2rem;
    flex-wrap: wrap;
  }
  .nmb_contain ul li {
    width: calc((100% - 0.2rem) / 2);
    margin-bottom: 0.2rem;
  }
}
@media screen and (max-width: 560px) {
  .nmb_contain ul li {
    width: 100%;
    margin-bottom: 0.1rem;
  }
  .nmb_contain ul li h3 {
    font-size: 0.14rem;
  }
  .nmb_contain ul li h4 {
    font-size: 0.16rem;
    line-height: 0.25rem;
  }
  .nmb_contain ul li h5 {
    font-size: 0.14rem;
    line-height: 0.25rem;
  }
  .nmb_contain ul li p {
    font-size: 0.14rem;
  }
  .news_maxbox {
    padding: 0.3rem 0;
  }
  .nmb_btnbox ul li a {
    font-size: 0.14rem;
    padding: 0.1rem 0.3rem;
  }
}

/* -----------------------------------contactUs.html------------------------- */
/* ---------------------------contactUs_contact_us -------------------*/
.contactUs_contact_us {
  padding: 0.6rem 0;
}
.ccu_maxbox {
}
.ccu_top {
  margin-bottom: 1.2rem;
}
.ccu_contain {
}
.ccu_contain ul {
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
}
.ccu_contain ul li {
  position: relative;
  display: block;
  width: calc((100% - 3 * 0.4rem) / 4);
  background: #fff;
  border-radius: 0.1rem;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.ccu_contain ul li::before {
  content: "";
  display: block;
  padding-bottom: 114.5%;
}
.ccuc_info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;

  flex-direction: column;
  padding: 0 0.2rem;
  box-sizing: border-box;
}
.ccuc_info h3 {
  margin-top: 30%;
  font-family: Arial;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.36rem;
  color: #333333;
  margin-bottom: 0.2rem;
}
.ccuc_info h4 {
  font-family: Arial;
  font-size: 0.16rem;
  line-height: 0.26rem;
  text-align: center;

  color: #666666;
}

.ccuc_icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -0.6rem;
  z-index: 3;
  background: #fff;
  overflow: hidden;
}
.ccuc_icon::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: var(--i_color);

  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ccuc_icon span img {
  width: 0.47rem;
  height: 0.47rem;
  object-fit: contain;
}
.ccu_contain ul li:hover .ccuc_icon::before {
  right: initial;
  left: 0;
  width: 100%;
}
.ccu_contain ul li:hover .ccuc_icon span img {
  filter: brightness(0) invert(1);
}

@media screen and (max-width: 1024px) {
  .ccuc_icon {
    width: 0.9rem;
    height: 0.9rem;
    margin-top: -0.45rem;
  }
  .ccuc_icon span img {
    width: 0.45rem;
    height: 0.45rem;
  }
  .ccuc_info h3 {
    margin-top: 30%;
    font-size: 0.18rem;
    line-height: 0.3rem;
    margin-bottom: 0.15rem;
  }
  .ccuc_info h4 {
    font-size: 0.14rem;
    line-height: 0.24rem;
  }
  .ccu_contain ul {
    gap: 0.3rem;
  }
  .ccu_contain ul li {
    width: calc((100% - 3 * 0.3rem) / 4);
  }
  .ccu_top {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .ccu_contain ul li {
    width: calc((100% - 2 * 0.3rem) / 3);
    margin-bottom: 0.4rem;
  }
}
@media screen and (max-width: 560px) {
  .ccu_contain ul {
    gap: 0.2rem;
  }
  .ccu_contain ul li {
    width: calc((100% - 0.2rem) / 2);
    margin-bottom: 0.4rem;
  }
  .ccuc_icon {
    width: 0.6rem;
    height: 0.6rem;
    margin-top: -0.3rem;
  }
  .ccuc_icon span img {
    width: 0.3rem;
    height: 0.3rem;
  }
  .ccuc_info h3 {
    font-size: 0.16rem;

    margin-bottom: 0.1rem;
  }
  .ccuc_info h4 {
    font-size: 0.12rem;
    line-height: 0.2rem;
  }
  .ccu_top {
    margin-bottom: 0.6rem;
  }
  .contactUs_contact_us {
    padding: 0.3rem 0;
  }
}
@media screen and (max-width: 320px) {
  .ccuc_info h4 {
    height: 0.8rem;
    overflow: hidden;
    overflow-y: auto;
  }
}

/* ---------------------------------------------contactUs_form------------------------------- */
.contactUs_form {
  padding: 2.8rem 0 0.6rem 0;
  background: url(static/images/contactUs_form_bg.webp) no-repeat center/cover;
  margin-top: -2.2rem;
}

.cf_maxbox h3 {
  font-family: Arial;
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 0.5rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0em;

  color: #ffffff;
  margin-bottom: 0.5rem;
}
.cfm_box {
}
@media screen and (max-width: 1024px) {
  .cf_maxbox h3 {
    font-size: 0.3rem;
    line-height: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .cf_maxbox h3 {
    font-size: 0.24rem;
    line-height: 0.4rem;
  }
  .contactUs_form {
    padding: 0.8rem 0 0.6rem 0;
    background: url(static/images/contactUs_form_bg.webp) no-repeat center /
      cover;
    margin-top: -1.5rem;
  }
}
@media screen and (max-width: 560px) {
  .cf_maxbox h3 {
    font-size: 0.2rem;
    line-height: 0.3rem;
  }
  .contactUs_form {
    padding: 0.3rem 0 0.3rem 0;
    background: url(static/images/contactUs_form_bg.webp) no-repeat center /
      cover;
    margin-top: 0rem;
  }
  .ccu_contain ul li:nth-child(3),
  .ccu_contain ul li:nth-child(4) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 375px) {
}
/* ---------------------------------contact_map------------------------------- */
.contact_map_bac {
  box-sizing: border-box;
  margin-top: 0.6rem;
}

.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) {
  .contactUs_form {
    padding: 0.3rem 0;
  }
  .contact_map_bac {
    margin-top: 0.3rem;
  }
}

@media screen and (max-width: 425px) {
}
/* ---------------------contactUs表单-------------- */
#wpforms-191 {
  --wpforms_input_height: 47px;

  --wpforms_textarea_height: 219px;

  --wpforms_input_font_size: 18px;

  width: 100%;
}

#wpforms-191 {
  margin: 0;

  padding: 0;
}

#wpforms-form-121 {
  width: 100%;

  position: relative;
}

/* 字段样式 */

#wpforms-191 .wpforms-field-container > .wpforms-field {
  width: 100%;

  padding: 0 1px 20px;

  margin: 0 0 6px;

  overflow-x: initial !important;

  position: relative;
}

#wpforms-191 .wpforms-field-container .wpforms-required-label {
  color: #d63637;
}

#wpforms-191-field_1::placeholder,
#wpforms-191-field_2::placeholder,
#wpforms-191-field_3::placeholder,
#wpforms-191-field_4::placeholder,
#wpforms-191-field_5::placeholder {
  color: #fff;
  opacity: 1;
}
#wpforms-191 .wpforms-field-container .wpforms-field > input,
#wpforms-191 .wpforms-field-container textarea {
  width: 100%;

  max-width: 100%;

  box-sizing: border-box;

  padding: 10px 20px !important;

  margin: 0 0;

  border: 1px solid #fff;

  background: transparent;

  font-size: var(--wpforms_input_font_size);

  line-height: 1.4;
  color: #fff;
  border-radius: 0.05rem;
  font-family: Arial;
}

#wpforms-191 .wpforms-field-container .wpforms-field > input {
  height: var(--wpforms_input_height);
  background: rgba(255, 255, 255, 0.25);
  /* border: #fff 1px solid; */
}

#wpforms-191 .wpforms-field-container textarea {
  height: var(--wpforms_textarea_height);
  background: rgba(255, 255, 255, 0.25);
}

#wpforms-191 input::placeholder,
#wpforms-191 textarea::placeholder {
  color: #fff;

  font-size: var(--wpforms_input_font_size);

  line-height: 1.4;
}

#wpforms-191 .wpforms-field-container .wpforms-field > input:hover,
#wpforms-191 .wpforms-field-container textarea:hover,
#wpforms-191 .wpforms-field-container .wpforms-field > input:focus,
#wpforms-191 .wpforms-field-container textarea:focus {
  border: #fff 2px solid;
  outline: none;
  box-shadow: none;
}

/* 验证错误提示 */

#wpforms-191 label.wpforms-error,
#wpforms-191 em.wpforms-error {
  position: absolute;

  left: 0;

  bottom: 0;

  font-size: 13px;

  color: #d63637;
}

/* 隐藏 Label 标签 */

#wpforms-191 .wpforms-field-container .wpforms-field-label {
  height: 0;

  font-size: 0;

  margin: 0 0;
}

#wpforms-191 .wpforms-field-container .wpforms-required-label {
  position: absolute;

  top: 10px;

  left: 10px;

  font-size: 16px;

  font-weight: bold;
}

/* 输入框水平排列，一行两个 */

#wpforms-191 .wpforms-field-container {
  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;
}

#wpforms-191-field_1-container,
#wpforms-191-field_2-container,
#wpforms-191-field_3-container {
  width: 33% !important;
}

#wpforms-191-field_4-container {
  width: 100% !important;
}

/* 提交按钮样式 */

#wpforms-191 .wpforms-submit-container {
  width: 26%;

  padding: 0 0;

  position: relative;

  overflow: hidden;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

#wpforms-191 .wpforms-submit-container button {
  width: 100%;

  height: 0.65rem;

  font-size: 0.26rem;

  color: #333;
  font-weight: bold;
  background: #fff;
  border: none;
  border-radius: 5.15rem;
}

#wpforms-191 .wpforms-submit-container img {
  position: absolute;

  top: 50%;

  transform: translate(0, -50%);

  right: 4px;

  z-index: 2;
}

#wpforms-191 .wpforms-submit-container button:hover {
  background: var(--i_color);
  color: #fff;
  border: var(--i_color) 1px solid;
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1366px) {
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1024px) {
  #wpforms-191 {
    --wpforms_input_height: 48px;

    --wpforms_textarea_height: 120px;

    --wpforms_input_font_size: 16px;

    width: 100%;
  }
  #wpforms-191 .wpforms-submit-container {
    margin: 0.2rem auto 0;
  }
  #wpforms-191-field_1-container,
  #wpforms-191-field_2-container,
  #wpforms-191-field_3-container,
  #wpforms-191-field_4-container {
    width: 100% !important;
  }
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 768px) {
  #wpforms-191 {
    --input_height: 0.5rem;
  }
  #wpforms-191 .wpforms-submit-container {
    width: 41%;
  }
  #wpforms-191 .wpforms-submit-container button {
    font-size: 0.24rem;
  }
}

@media screen and (max-width: 560px) {
  #wpforms-191-field_1-container,
  #wpforms-191-field_2-container,
  #wpforms-191-field_3-container,
  #wpforms-191-field_4-container {
    width: 100% !important;
  }
  #wpforms-191 .wpforms-submit-container button {
    width: 100%;
  }
  #wpforms-191 {
    --wpforms_input_height: 48px;

    --wpforms_textarea_height: 120px;

    --wpforms_input_font_size: 14px;

    width: 100%;
  }
  #wpforms-191 .wpforms-submit-container button {
    height: 0.4rem;
    font-size: 0.16rem;
  }
  #wpforms-191 .wpforms-submit-container {
    width: 100%;
  }
  #wpforms-191 .wpforms-submit-container {
    margin: 0 auto 0;
  }
}

@media screen and (max-width: 425px) {
}

.hide {
  display: none !important;
}

/* ------------------------------------------single_two------------------------------------------ */
.single_two_bac {
  background: #eef6fd;
  box-sizing: border-box;
  padding: 0.6rem 0;
}

.single_two {
}

.bottom_single_tags {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.15rem;
  box-sizing: border-box;
  padding-bottom: 0.2rem;
  margin-bottom: 0.2rem;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}

.bottom_single_tags p {
  font-size: 0.18rem;
  color: #333333;
  font-family: Arial;
  line-height: 0.42rem;
  font-weight: bold;
}

.bottom_single_tags a {
  display: inline-block;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-size: 0.16rem;
  color: #333;
  font-family: Arial;
}

.bottom_single_tags a:hover {
  color: var(--i_color);
}

.sx {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sx > div {
  width: 48%;
}

.sx_left {
}

.sx a {
  display: block;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

.sx iconify-icon {
  font-size: 0.22rem;
  transition: all 0.3s ease;
}

.sx .sx_left iconify-icon {
  margin-right: 0.1rem;
}

.sx .sx_right iconify-icon {
  margin-left: 0.1rem;
}

.sx p {
  font-size: 0.18rem;
  color: #333333;
  text-transform: capitalize;
  margin-right: 0.1rem;
}

.sx span {
  font-size: 0.16rem;
  color: #333333;
  transition: all 0.3s ease;
  font-family: Arial;
}

.sx_right a {
  justify-content: flex-end;
}

.sx .sx_left:hover span {
  color: var(--i_color) !important;
}
.sx .sx_left:hover p {
  color: var(--i_color) !important;
}

.sx .sx_left:hover iconify-icon {
  color: var(--i_color) !important;
}

.sx .sx_right:hover iconify-icon {
  color: var(--i_color) !important;
}
.sx .sx_right:hover p {
  color: var(--i_color) !important;
}
.sx .sx_right:hover span {
  color: var(--i_color) !important;
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1366px) {
}

@media screen and (max-width: 1200px) {
  .bottom_single_tags a {
    padding: 0.08rem 0.1rem;
    font-size: 0.14rem;
  }

  .bottom_single_tags {
    align-items: center;
  }
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 960px) {
}

@media screen and (max-width: 768px) {
  .sx {
    gap: 0.2rem 0;
  }

  .sx > div {
    width: 100%;
  }

  .sx a {
    flex-wrap: wrap;
  }

  .sx_right a {
    justify-content: normal;
  }

  .sx .sx_left span,
  .sx .sx_right span {
    font-size: 0.12rem;
  }

  .sx .sx_left iconify-icon,
  .sx .sx_right iconify-icon {
    display: none;
  }
}

@media screen and (max-width: 560px) {
  .single_two_bac {
    padding: 0.3rem 0;
  }
}

@media screen and (max-width: 425px) {
  .bottom_single_tags {
    gap: 0;
    padding-bottom: 0.1rem;
    margin-bottom: 0.2rem;
  }
}
